/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**********
 *
 * VARIABLES
 * Extends: ../../base/includes/_variables.scss
 *
 *****/
/**********
 *
 * BREAKPOINTS
 * Extends: ../../base/includes/_breakpoints.scss
 *
 *****/
/**********
 *
 * FONTS
 * Extends: N/A
 *
 *****/
@font-face {
  font-family: 'glyphicons';
  src: url('build/www/src/fonts/vendor/glyphicons-halflings-regular.eot?1428421830');
  src: url('build/www/src/fonts/vendor/glyphicons-halflings-regular.eot?&1428421830#iefix') format("embedded-opentype"), url('build/www/src/fonts/vendor/glyphicons-halflings-regular.woff?1428421830') format("woff"), url('build/www/src/fonts/vendor/glyphicons-halflings-regular.ttf?1428421830') format("truetype"), url('build/www/src/fonts/vendor/glyphicons-halflings-regular.svg?1428421830#glyphicons-halflings-regular') format("svg");
  font-weight: normal;
  font-style: normal; }
/**********
 *
 * BASE STYLES
 *
 *****/
html {
  font-size: 62.5%;
  width: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; }
  body a {
    color: inherit;
    text-decoration: inherit; }

@media only screen and (min-width: 990px) {
  .desktop-only {
    display: block; }

  .mobile-tablet-only, .tablet-only, .mobile-only {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .tablet-desktop-only {
    display: block; } }
@media only screen and (max-width: 989px) {
  .mobile-tablet-only {
    display: block; }

  .desktop-only {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .mobile-only, .desktop-only {
    display: none !important; }

  .tablet-only {
    display: block; } }
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block; }

  .tablet-desktop-only {
    display: none !important; } }
#top-nav-menu {
  z-index: 9 !important; }

#download-popup, #mobile-nav-menu, #side-nav-menu {
  z-index: 8 !important; }

.step-1 {
  z-index: 6 !important; }

.step-2 {
  z-index: 5 !important; }

.step-3 {
  z-index: 4 !important; }

.step-4 {
  z-index: 3 !important; }

section .container {
  z-index: 2 !important; }

.gradient-overlay {
  z-index: 1 !important; }

section {
  z-index: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .container {
    width: 88%;
    padding-left: 6%;
    padding-right: 6%; } }
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .container {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%; } }
@media only screen and (min-width: 990px) {
  .container {
    width: 1150px;
    margin: 0 auto; }
    .container #nav-inner-wrap {
      overflow: hidden;
      width: 1150px;
      margin: 0 auto; } }
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .container {
    width: 950px;
    margin: 0 auto; }
    .container #nav-inner-wrap {
      overflow: hidden;
      width: 950px;
      margin: 0 auto; } }
.container#top-nav-menu {
  width: 100%; }

.gradient-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0; }

.invisible {
  visibility: hidden; }

.list-decimal {
  list-style-type: decimal; }

@media only screen and (max-width: 989px) {
  #mobile-nav-menu {
    -moz-transition: right, 0.4s;
    -o-transition: right, 0.4s;
    -webkit-transition: right, 0.4s;
    transition: right, 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: fixed;
    top: 47px;
    right: -100%;
    width: 100%;
    background: #80888f;
    color: #80888f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal; }
    #mobile-nav-menu.active {
      right: 0%;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #mobile-nav-menu .nav-scroll-link {
      -moz-transition: right, 0.4s;
      -o-transition: right, 0.4s;
      -webkit-transition: right, 0.4s;
      transition: right, 0.4s;
      position: relative;
      right: -100%;
      border-left: 10px solid #00b2bd;
      background: #e6e7e8;
      margin: 1px;
      padding: 15px 0px 15px 20px;
      cursor: pointer; }
      #mobile-nav-menu .nav-scroll-link.active {
        right: 0%; } }
#top-nav-menu {
  position: fixed;
  top: 0px;
  left: 0px; }
  @media only screen and (max-width: 989px) {
    #top-nav-menu {
      height: 47px;
      background: #e6e7e8; }
      #top-nav-menu.container {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
        #top-nav-menu.container .left {
          padding-left: 1px; }
        #top-nav-menu.container .right {
          padding-right: 12px; } }
  #top-nav-menu a {
    -moz-transition: color, 0.25s;
    -o-transition: color, 0.25s;
    -webkit-transition: color, 0.25s;
    transition: color, 0.25s; }
  #top-nav-menu a:link, #top-nav-menu a:visited, #top-nav-menu a:active {
    color: #00b2bd; }
  #top-nav-menu a:hover {
    color: #80888f; }
  #top-nav-menu .nav-scroll-link {
    color: #00b2bd;
    -moz-transition: color, 0.25s;
    -o-transition: color, 0.25s;
    -webkit-transition: color, 0.25s;
    transition: color, 0.25s; }
    #top-nav-menu .nav-scroll-link:hover {
      color: #80888f; }
    #top-nav-menu .nav-scroll-link.active {
      color: #80888f; }
      #top-nav-menu .nav-scroll-link.active.active-white {
        color: #FFFFFF; }
  @media only screen and (max-width: 989px) {
    #top-nav-menu {
      line-height: 47px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 600;
      font-style: normal; }
      #top-nav-menu #logo-logo {
        height: 56px; }
      #top-nav-menu #mobile-nav-button {
        color: #00b2bd;
        line-height: 47px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        font-style: normal;
        }
      #top-nav-menu .social-icons {
        margin-right: 15px; }
        #top-nav-menu .social-icons .social-icon-button {
          width: 40px;
          text-align: center;
          margin-left: 15px;
          background-color: #00b2bd;
          color: #FFFFFF;
          cursor: pointer;
          -moz-transition: color, 0.25s;
          -o-transition: color, 0.25s;
          -webkit-transition: color, 0.25s;
          transition: color, 0.25s; }
          #top-nav-menu .social-icons .social-icon-button:hover {
            color: #e6e7e8; } }
  @media (max-width: 1100px) {
    #top-nav-menu #logo-text {
      display: none; } }
  @media only screen and (min-width: 990px) {
    #top-nav-menu {
      background: #e6e7e8;
      height: 80px;
      line-height: 80px;
      font-size: 16.5px;
      font-size: 1.65rem;
      font-weight: 600;
      font-style: normal; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
      #top-nav-menu .social-icons .social-icon-button {
        width: 40px;
        text-align: center;
        margin-left: 15px;
        background-color: #00b2bd;
        color: #FFFFFF;
        cursor: pointer;
        -moz-transition: color, 0.25s;
        -o-transition: color, 0.25s;
        -webkit-transition: color, 0.25s;
        transition: color, 0.25s; }
        #top-nav-menu .social-icons .social-icon-button:hover {
          color: #e6e7e8; }
      #top-nav-menu .tag-line {
        color: #80888f;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        font-style: normal; }
      #top-nav-menu #logo-logo {
        margin-left: 0px !important;
        height: 110px; }
        #top-nav-menu #logo-logo:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
      #top-nav-menu .sign-up-button {
        background: #80888f;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        line-height: 30px;
        padding: 1px 16px 2px;
        margin-top: 9px;
        margin-left: 0px !important; }
        #top-nav-menu .sign-up-button:hover {
          background: #FFFFFF; } }
  @media only screen and (min-width: 990px) and (min-width: 990px) {
    #top-nav-menu .nav-scroll-link.right {
      margin-left: 20px; } }
  @media only screen and (min-width: 990px) and (min-width: 990px) and (max-width: 1200px) {
    #top-nav-menu .nav-scroll-link.right {
      margin-left: 12px; } }

section {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    section {
      padding: 20px 0; } }
  @media only screen and (min-width: 768px) {
    section {
      padding: 60px 0; } }
  section .container {
    height: 100%;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      section .container h1 {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 30px; }
      section .container h2 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600;
        font-style: normal;
        margin: 20px 0 50px; } }
    @media only screen and (min-width: 768px) {
      section .container h1 {
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 50px; }
      section .container h2 {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 600;
        font-style: normal;
        margin: 20px 0 50px; } }
    section .container h1 {
      color: #00b2bd; }
    section .container table {
      height: 100%; }
      section .container table td {
        vertical-align: middle; }
        @media only screen and (min-width: 990px) {
          section .container table td {
            padding: 50px 0; } }
  section .container table {
    width: 100%; }
  @media only screen and (min-width: 990px) {
    section {
      height: 100%; } }
  @media only screen and (max-width: 989px) {
    section {
      text-align: center; }
      section h3 {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 600;
        font-style: normal; }
      section p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
        font-style: normal; }
      section p {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 990px) {
    section h1 {
      text-align: center; }
    section h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      font-style: normal; }
    section p {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 400;
      font-style: normal; }
    section h3, section p {
      margin-bottom: 10px; } }

#home .tag-line {
  width: 100%;
  text-align: center;
  color: #80888f;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-style: italic; }
  @media only screen and (min-width: 990px) {
    #home .tag-line {
      line-height: 35px; } }
  @media only screen and (max-width: 989px) {
    #home .tag-line {
      margin-bottom: 20px; } }
#home .clearfix {
  width: 100%;
  overflow: hidden;
  display: block; }
#home .forum-link {
  margin-top: 50px;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  color: #80888f;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal; }
  #home .forum-link img {
    height: 40px;
    margin-right: 20px; }
  @media only screen and (min-width: 768px) {
    #home .forum-link {
      margin-left: 25%;
      width: 50%;margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    #home .forum-link {
      margin-left: 5%;
      width: 90%; } }
@media only screen and (max-width: 767px) {
  #home {
    padding-top: 70px; }
    #home .company-logos {
      display: block;
      width: 100%;
      overflow: hidden;
      padding-top: 70px;
      padding-bottom: 10px; }
      #home .company-logos img {
        width: 46%;
        margin: 0 2% 30px;
        float: left; }
      #home .company-logos .last-row-mob {
        margin: 0 27%; }
    #home .button-content {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      font-style: normal; }
    #home .nav-scroll-link {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 600;
      font-style: normal; }
      #home .nav-scroll-link i {
        display: block; } }
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #home .company-logos {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 100px; }
    #home .company-logos img {
      width: 33.3%;
      margin: 0 0%;
      float: left; }
      #home .company-logos img.last-row {
        margin: 30px 8.33% 0; } }
@media only screen and (min-width: 990px) {
  #home {
    padding-top: 0px !important;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    #home .company-logos {
      left: 15%;
      width: 70%;
      margin: 50px auto; }
      #home .company-logos img {
        width: 20%;
        margin: 0 0%;
        float: left; } }
#home .home-page-button {
  text-align: center; }
  #home .home-page-button img {
    width: 40%;
    margin-left: 30%;
    display: block;
    margin-bottom: 27px; }
@media only screen and (min-width: 990px) {
  #home h1 {
    color: #00b2bd;
    text-shadow: 0px 0px 20px white;
    text-shadow: 0px 0px 20px 20px white;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 600;
    font-style: normal;     margin-bottom: 10px;
    margin-top: 100px;} }
@media only screen and (min-width: 768px) {
  #home .button-content {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal; }
  #home .nav-scroll-link {
    font-size: 14.5px;
    font-size: 1.45rem;
    font-weight: 600;
    font-style: normal; } }
#home table {
  height: 100%; }
  #home table td {
    vertical-align: middle;
    -moz-transition: all, 0.25s;
    -o-transition: all, 0.25s;
    -webkit-transition: all, 0.25s;
    transition: all, 0.25s; }
    #home .home-page-button {
      text-align: center;
      width: 30%; }
      #home .home-page-button.left {
        margin: 1% 0% 0% 11%; }
      #home .home-page-button.right {
        margin: 1% 11% 0% 0%; }
      #home .home-page-button .button-content {
        color: #80888f;
        text-shadow: 0px 0px 2px white;
        text-shadow: 0px 0px 2px 2px white;
        margin: 0px 0px 35px; }
    #home .nav-scroll-link {
      padding: 8px 20px;
      background: #00b2bd;
      display: inline-block;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      /*-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.35);
      box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.35);*/
      color: #FFFFFF;
      cursor: pointer;
      -moz-transition: color, 0.25s;
      -o-transition: color, 0.25s;
      -webkit-transition: color, 0.25s;
      transition: color, 0.25s; }
      #home .nav-scroll-link i {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        font-style: normal; }
      #home .nav-scroll-link:hover {
        color: #FFFFFF; }
      #home .nav-scroll-link:hover {
        background: #80888f; }

@media only screen and (max-width: 767px) {
  #tax-other h2, #tax-individuals h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    margin-top: 50px; }
  #tax-other .nav-scroll-link, #tax-individuals .nav-scroll-link, #late-return.nav-scroll-link {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal; } }
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #tax-other h2, #tax-individuals h2, #late-return h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    font-style: normal;
    margin-top: 50px; }
  #tax-other .nav-scroll-link, #tax-individuals .nav-scroll-link {
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 600;
    font-style: normal; } }
@media only screen and (min-width: 990px) {
    #closing-down .late-return-wrapper {
        text-align: justify;
    }
  #tax-other, #tax-individuals {
    height: 100%; }
	#late-return, #closing-down {
    height: 100%; }
    #tax-other .tax-info-wrapper, #tax-individuals .tax-info-wrapper, #closing-down .late-return-wrapper, #late-return .late-return-wrapper {
      width: 56%;
      padding: 5px 0% 80px 22%; }
      #tax-other .tax-info-wrapper p, #tax-individuals .tax-info-wrapper p {
        text-align: justify;
        position: relative; }
      #tax-other .tax-info-wrapper .tax-type-logo, #tax-individuals .tax-info-wrapper .tax-type-logo {
        position: absolute;
        top: 0px;
        left: -165px;
        width: 130px; }
    #tax-other .tax-info-step-link, #tax-individuals .tax-info-step-link {
      width: 19%; } }
@media only screen and (max-width: 989px) {
  #tax-other .tax-info-wrapper p, #tax-individuals .tax-info-wrapper p {
    text-align: justify; }
  #tax-other .tax-info-step-link, #tax-individuals .tax-info-step-link {
    text-align: center;
    margin: 0 auto; }
    #tax-other .tax-info-step-link img, #tax-individuals .tax-info-step-link img {
      width: 200px;
      display: block;
      margin: 20px auto; }
    #tax-other .tax-info-step-link h2, #tax-individuals .tax-info-step-link h2 {
      margin: 0 0 0px;
      color: #00b2bd; }
  #tax-other .nav-scroll-link, #tax-individuals .nav-scroll-link {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 12px 35px;
    color: #FFFFFF;
    margin-top: 20px; }
  #tax-other .column-3, #tax-individuals .column-3 {
    width: 80%;
    margin: 0 10% 20px; }
    #tax-other .column-3 span.price, #tax-individuals .column-3 span.price {
      font-size: 50px;
      font-size: 5rem;
      font-weight: 600;
      font-style: normal; }
    #tax-other .column-3 span.price-per, #tax-individuals .column-3 span.price-per {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 600;
      font-style: normal; }
    #tax-other .column-3 ul, #tax-individuals .column-3 ul {
      text-align: left;
      padding: 0px 15% 0; } }
@media only screen and (min-width: 990px) {
  #tax-other .tax-info-step-link, #tax-individuals .tax-info-step-link {
    text-align: center;
    float: right; }
    #tax-other .tax-info-step-link img, #tax-individuals .tax-info-step-link img {
      width: 130px;
      display: block;
      margin: 20px auto; }
    #tax-other .tax-info-step-link h2, #tax-individuals .tax-info-step-link h2 {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 600;
      font-style: normal;
      margin: 0 0 0px;
      color: #00b2bd; }
  #tax-other h2, #tax-individuals h2 {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
    font-style: normal; }
  #tax-other .nav-scroll-link, #tax-individuals .nav-scroll-link {
    font-size: 13.5px;
    font-size: 1.35rem;
    font-weight: 600;
    font-style: normal;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 8px 25px;
    color: #FFFFFF;
    cursor: pointer;
    -moz-transition: color, 0.25s;
    -o-transition: color, 0.25s;
    -webkit-transition: color, 0.25s;
    transition: color, 0.25s;
    margin-top: 10px; }
    #tax-other .nav-scroll-link:hover, #tax-individuals .nav-scroll-link:hover {
      color: #FFFFFF; }
    #tax-other .nav-scroll-link:hover, #tax-individuals .nav-scroll-link:hover {
      background-color: #80888f; }
  #tax-other .column-3, #tax-individuals .column-3 {
    width: 28%;
    margin: 0 2.5%;
    float: left; }
    #tax-other .column-3 span.price, #tax-individuals .column-3 span.price {
      font-size: 50px;
      font-size: 5rem;
      font-weight: 600;
      font-style: normal; }
    #tax-other .column-3 span.price-per, #tax-individuals .column-3 span.price-per {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 600;
      font-style: normal; }
    #tax-other .column-3 ul, #tax-individuals .column-3 ul {
      text-align: left; }
    #tax-other .column-3 h3, #tax-other .column-3 ul, #tax-individuals .column-3 h3, #tax-individuals .column-3 ul {
      padding: 0px 15% 0; } }
#tax-other table, #tax-individuals table {
  height: 100%; }
  #tax-other table td, #tax-individuals table td {
    vertical-align: middle;
    position: relative;
    -moz-transition: all, 0.25s;
    -o-transition: all, 0.25s;
    -webkit-transition: all, 0.25s;
    transition: all, 0.25s; }
    #tax-other table td h2, #tax-individuals table td h2 {
      display: block;
      width: 100%;
      overflow: hidden;
      text-align: center;
      color: #00b2bd; }
    #tax-other table td .column-3, #tax-individuals table td .column-3 {
      text-align: center;
      background-color: #00b2bd;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      border-top-right-radius: 20px;
      -moz-border-radius-bottomleft: 20px;
      -webkit-border-bottom-left-radius: 20px;
      border-bottom-left-radius: 20px;
      color: #FFFFFF;
      padding: 20px 0; }
      #tax-other table td .column-3 span.price, #tax-individuals table td .column-3 span.price {
        font-size: 50px;
        font-size: 5rem;
        font-weight: 600;
        font-style: normal; }
      #tax-other table td .column-3 span.price-per, #tax-individuals table td .column-3 span.price-per {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 600;
        font-style: normal; }
    #tax-other table td .nav-scroll-link, #tax-individuals table td .nav-scroll-link {
      background: #00b2bd;
      display: inline-block; }

#steps .circle-step-top {
  top: -17px;
  left: -25px; }
#steps .circle-step-bottom {
  bottom: -52px;
  left: -25px; }
#steps .step-1 {
  cursor: pointer;
  background-color: #00BECA;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px; }
  #steps .step-1 .circle-step-top, #steps .step-1 .circle-step-down {
    background-color: #00BECA; }
  #steps .step-1 .circle-step-bottom {
    background-color: #00b2bd; }
#steps .step-2 {
  background-color: #00b2bd; }
  #steps .step-2 .circle-step-down {
    background-color: #00b2bd; }
  #steps .step-2 .circle-step-bottom {
    background-color: #00767D; }
#steps .step-3 {
  background-color: #00767D; }
  #steps .step-3 .circle-step-bottom, #steps .step-3 .circle-step-down {
    background-color: #00767D; }
  #steps .step-3 .circle-step-bottom {
    background-color: #005B61; }
#steps .step-4 {
  background-color: #005B61;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  #steps .step-4 .circle-step-bottom, #steps .step-4 .circle-step-down {
    background-color: #005B61; }
#steps .single-step {
  text-align: center;
  position: relative;
  color: white; }
  #steps .single-step .circle-step {
    position: absolute;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    font-style: normal; }
  #steps .single-step .circle-step-down {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    font-style: normal; }
@media only screen and (max-width: 767px) {
  #steps .single-step {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal; }
  #steps .container {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%; } }
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #steps .single-step {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 600;
    font-style: normal; } }
@media only screen and (min-width: 990px) {
  #steps {
    height: 100%; }
    #steps #steps-wrap {
      width: 60%;
      margin-left: 20%; }
      #steps #steps-wrap .single-step {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 600;
        font-style: normal; } }
@media only screen and (max-width: 989px) {
  #steps #steps-wrap {
    width: 100%; }
    #steps #steps-wrap .single-step {
      padding: 60px 30px; } }
@media only screen and (min-width: 990px) {
  #steps #steps-wrap .single-step {
    padding: 60px 20px; } }
#steps table {
  height: 100%; }
  #steps table td {
    vertical-align: middle;
    -moz-transition: all, 0.25s;
    -o-transition: all, 0.25s;
    -webkit-transition: all, 0.25s;
    transition: all, 0.25s; }
    #steps table td h2 {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 600;
      font-style: normal;
      margin: 20px 0 50px; }
    #steps table td .steps-button {
      background: #FFFFFF;
      font-size: 13.5px;
      font-size: 1.35rem;
      font-weight: 600;
      font-style: normal;
      display: inline-block;
      padding: 8px 25px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      color: #00b2bd;
      cursor: pointer;
      -moz-transition: color, 0.25s;
      -o-transition: color, 0.25s;
      -webkit-transition: color, 0.25s;
      transition: color, 0.25s;
      margin-top: 10px; }
      #steps table td .steps-button:hover {
        color: #80888f; }
      #steps table td .steps-button:hover {
        background-color: #e6e7e8; }

#sign-up {
  width: 100%; }
  #sign-up.signup-response a {
    color: #00b2bd;
    cursor: pointer;
    -moz-transition: color, 0.25s;
    -o-transition: color, 0.25s;
    -webkit-transition: color, 0.25s;
    transition: color, 0.25s; }
    #sign-up.signup-response a:hover {
      color: #e6e7e8; }
  @media only screen and (max-width: 989px) {
    #sign-up.signup-response {
      padding: 100px 0; } }
  #sign-up .recaptcha-error {
    visibility: hidden;
    color: darkred;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    width: 100%;
    padding: 5px 0 0px; }
    #sign-up .recaptcha-error i {
      color: darkred;
      margin-right: 10px; }
    #sign-up .recaptcha-error.show {
      visibility: visible; }
  #sign-up .content-text {
    height: 100%; }
    @media only screen and (max-width: 767px) {
      #sign-up .content-text {
        width: 100%; }
        #sign-up .content-text table {
          width: 100%; } }
    @media only screen and (min-width: 768px) {
      #sign-up .content-text {
        width: 600px;
        margin: 0 auto; } }
    #sign-up .content-text table {
      height: 100%; }
      #sign-up .content-text table td {
        vertical-align: middle;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        font-style: normal;
        color: #e6e7e8; }
        #sign-up .content-text table td h2 {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          font-style: normal;
          color: #80888f;
          margin: 10px 0px 20px;
          text-align: center; }
        #sign-up .content-text table td h3 {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 600;
          font-style: normal;
          color: #00b2bd;
          margin: 10px 0px 20px;
          text-align: left; }
        #sign-up .content-text table td p {
          margin: 20px 0 30px; }
        #sign-up .content-text table td a {
          font-weight: 600; }
        #sign-up .content-text table td form {
          position: relative; }
        #sign-up .content-text table td .after-dropdown {
          margin-top: 63px !important; }
        #sign-up .content-text table td .top-after-dropdown {
          margin-top: 50px !important; }
        #sign-up .content-text table td #form-elements {
          overflow: hidden; }
          #sign-up .content-text table td #form-elements .Partnership-form, #sign-up .content-text table td #form-elements .Company-form, #sign-up .content-text table td #form-elements .Trust-form {
            display: none; }
        #sign-up .content-text table td select::-ms-expand {
          display: none; }
        #sign-up .content-text table td select:-webkit-autofill, #sign-up .content-text table td input.text-field-form:-webkit-autofill {
          border: none;
          background: #00b2bd;
          background-repeat: no-repeat;
          background-position: right center;
          color: #FFFFFF;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          display: block;
          margin-bottom: 15px; }
          @media only screen and (min-width: 768px) {
            #sign-up .content-text table td select:-webkit-autofill, #sign-up .content-text table td input.text-field-form:-webkit-autofill {
              width: 586px;
              padding: 7px 12px; } }
          @media only screen and (max-width: 767px) {
            #sign-up .content-text table td select:-webkit-autofill, #sign-up .content-text table td input.text-field-form:-webkit-autofill {
              width: 90%;
              padding: 7px 5%; } }
          #sign-up .content-text table td select:-webkit-autofill.wrong, #sign-up .content-text table td input.text-field-form:-webkit-autofill.wrong {
            background-image: url("../img/sign-up/cross.png");
            background-color: darkred; }
          #sign-up .content-text table td select:-webkit-autofill.correct, #sign-up .content-text table td input.text-field-form:-webkit-autofill.correct {
            background-image: url("../img/sign-up/tick.png"); }
        #sign-up .content-text table td select, #sign-up .content-text table td input.text-field-form, #sign-up .content-text table td input.text-field-form:focus, #sign-up .content-text table td select:focus {
          border: none;
          background: #00b2bd;
          background-repeat: no-repeat;
          background-position: right center;
          color: #FFFFFF;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          display: block;
          margin-bottom: 15px; }
          @media only screen and (min-width: 768px) {
            #sign-up .content-text table td select, #sign-up .content-text table td input.text-field-form, #sign-up .content-text table td input.text-field-form:focus, #sign-up .content-text table td select:focus {
              width: 586px;
              padding: 7px 12px; } }
          @media only screen and (max-width: 767px) {
            #sign-up .content-text table td select, #sign-up .content-text table td input.text-field-form, #sign-up .content-text table td input.text-field-form:focus, #sign-up .content-text table td select:focus {
              width: 90%;
              padding: 7px 5%; } }
          #sign-up .content-text table td select.wrong, #sign-up .content-text table td input.text-field-form.wrong, #sign-up .content-text table td input.text-field-form:focus.wrong, #sign-up .content-text table td select:focus.wrong {
            background-image: url("../img/sign-up/cross.png");
            background-color: darkred; }
          #sign-up .content-text table td select.correct, #sign-up .content-text table td input.text-field-form.correct, #sign-up .content-text table td input.text-field-form:focus.correct, #sign-up .content-text table td select:focus.correct {
            background-image: url("../img/sign-up/tick.png"); }
        #sign-up .content-text table td select:-webkit-autofill, #sign-up .content-text table td input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0px 1000px #00b2bd inset;
          -webkit-text-fill-color: #FFFFFF !important;
          border: none !important; }
        #sign-up .content-text table td select:-webkit-autofill:focus, #sign-up .content-text table td input:-webkit-autofill:focus {
          -webkit-box-shadow: 0 0 0px 1000px #00b2bd inset, 0 0 0px #00b2bd;
          -webkit-text-fill-color: #FFFFFF !important;
          border: none !important; }
        #sign-up .content-text table td select, #sign-up .content-text table td select:focus {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: none;
          outline: none;
          cursor: pointer; }
          @media only screen and (min-width: 768px) {
            #sign-up .content-text table td select, #sign-up .content-text table td select:focus {
              width: 610px; } }
          @media only screen and (max-width: 767px) {
            #sign-up .content-text table td select, #sign-up .content-text table td select:focus {
              width: 100%; } }
        #sign-up .content-text table td select:-webkit-autofill {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: none;
          outline: none;
          cursor: pointer; }
          @media only screen and (min-width: 768px) {
            #sign-up .content-text table td select:-webkit-autofill {
              width: 610px; } }
          @media only screen and (max-width: 767px) {
            #sign-up .content-text table td select:-webkit-autofill {
              width: 100%; } }
        #sign-up .content-text table td label {
          position: absolute; }
          @media only screen and (max-width: 989px) {
            #sign-up .content-text table td label {
              width: 100%;
              left: 0; } }
        #sign-up .content-text table td label:after {
          content: '>';
          font: 27px "Consolas", monospace;
          color: #FFFFFF;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          right: 10px;
          top: 2px;
          padding: 0 0 2px;
          position: absolute;
          pointer-events: none; }
        #sign-up .content-text table td label:before {
          content: '';
          right: 6px;
          top: 0px;
          width: 20px;
          height: 20px;
          position: absolute;
          pointer-events: none;
          display: block; }
        #sign-up .content-text table td input.button {
          background: #00b2bd;
          font-size: 13.5px;
          font-size: 1.35rem;
          font-weight: 600;
          font-style: normal;
          border: none;
          padding: 8px 25px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px;
          color: #FFFFFF;
          cursor: pointer;
          -moz-transition: color, 0.25s;
          -o-transition: color, 0.25s;
          -webkit-transition: color, 0.25s;
          transition: color, 0.25s;
          text-align: center;
          margin: 15px 155px; }
          #sign-up .content-text table td input.button:hover {
            color: #FFFFFF; }
          #sign-up .content-text table td input.button:hover {
            background-color: #80888f; }
          @media only screen and (max-width: 767px) {
            #sign-up .content-text table td input.button {
              margin: 20px auto 0;
              width: 100%; } }
          @media only screen and (min-width: 768px) {
            #sign-up .content-text table td input.button {
              display: inline-block;
              width: 300px; } }
        #sign-up .content-text table td #return-home-button {
          background: #00b2bd;
          font-size: 13.5px;
          font-size: 1.35rem;
          font-weight: 600;
          font-style: normal;
          border: none;
          padding: 8px 25px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px;
          color: #FFFFFF;
          cursor: pointer;
          -moz-transition: color, 0.25s;
          -o-transition: color, 0.25s;
          -webkit-transition: color, 0.25s;
          transition: color, 0.25s;
          width: 300px;
          text-align: center;
          margin: 15px 155px; }
          #sign-up .content-text table td #return-home-button:hover {
            color: #FFFFFF; }
          #sign-up .content-text table td #return-home-button:hover {
            background-color: #80888f; }
          @media only screen and (max-width: 767px) {
            #sign-up .content-text table td #return-home-button {
              margin: 20px auto 0;
              width: 150px; } }
          @media only screen and (min-width: 768px) {
            #sign-up .content-text table td #return-home-button {
              display: inline-block; } }
        #sign-up .content-text table td .g-recaptcha {
          width: 300px;
          margin: 5px auto 0px; }
        #sign-up .content-text table td span.nav-scroll-link {
          color: #00b2bd;
          cursor: pointer;
          -moz-transition: color, 0.25s;
          -o-transition: color, 0.25s;
          -webkit-transition: color, 0.25s;
          transition: color, 0.25s;
          font-weight: 600; }
          #sign-up .content-text table td span.nav-scroll-link:hover {
            color: #80888f; }

@media only screen and (max-width: 989px) {
  #about .column-3 {
    width: 80%;
    margin: 0 10% 30px; } }
@media only screen and (max-width: 767px) {
  #about .column-3 .column-header {
    font-size: 16.5px;
    font-size: 1.65rem;
    font-weight: 600;
    font-style: normal; } }
@media only screen and (min-width: 768px) {
  #about .column-3 .column-header {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    padding: 20px 0; } }
@media only screen and (min-width: 990px) {
  #about .column-3 {
    width: 23%;
    margin: 0 5%; } }
#about .about-box.column-3 {
  float: left;
  text-align: center;
  color: #80888f; }
  #about .about-box.column-3 .column-header {
    color: #00b2bd;
    padding-bottom: 20px; }
  #about .about-box.column-3 img {
    width: 30%;
    margin-bottom: 25px; }

#contact {
  background-size: cover; }
  #contact table {
    height: 100%; }
    #contact table td {
      vertical-align: middle;
      -moz-transition: all, 0.25s;
      -o-transition: all, 0.25s;
      -webkit-transition: all, 0.25s;
      transition: all, 0.25s; }
      #contact table td .contact-wrapper {
        position: relative;
        margin: 0 auto;
        background-color: #00767D;
        color: #FFFFFF;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        text-align: center;
        padding: 50px 0px; }
        @media only screen and (max-width: 989px) {
          #contact table td .contact-wrapper {
            margin-top: 100px; } }
        @media only screen and (min-width: 768px) {
          #contact table td .contact-wrapper {
            padding-top: 60px; } }
        @media only screen and (min-width: 990px) {
          #contact table td .contact-wrapper {
            width: 600px; } }
        #contact table td .contact-wrapper h1 {
          color: #FFFFFF;
          margin-bottom: 30px; }
        #contact table td .contact-wrapper .contact-line {
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: 400;
          font-style: normal;
          line-height: 50px; }
          #contact table td .contact-wrapper .contact-line i {
            font-size: 30px;
            font-size: 3rem;
            font-weight: 400;
            font-style: normal;
            vertical-align: middle;
            margin-right: 10px; }
        #contact table td .contact-wrapper .contact-img {
          position: absolute;
          top: -105px;
          width: 150px;
          left: 40px; }
		  
		  .contact-no{
    text-shadow: 0px 0px 20px white;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;}
	
	.column-2{  width: 50%;
    text-align: center; margin-bottom:50px;}
	
	@media only screen and (min-width: 990px){
 #late-return h2 {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
    font-style: normal;margin: 50px 0 10px;}
		  .column-2{  width: 50%;
    text-align: center;}
}

@media only screen and (max-width: 989px) {
#late-return h2 {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
    font-style: normal;
    margin: 50px 0 10px;
}
		  .column-2{  width: 100%;
    text-align: center;margin-bottom:50px;}
}

 @media only screen and (max-width: 767px) {
            #sign-up .content-text table td #return-home-button {
              margin: 20px auto 0;
              width: 150px; }
			  
			    .column-2{  width: 100%;
    text-align: center;margin-bottom:50px;} }

	  
	.margin-top-bottom{margin-top:80px;margin-bottom:80px;}

/*# sourceMappingURL=style.css.map */

/* Additional Slider CSS */
.flexslider .slides li {
    position:relative;
}

.flex-caption-l {
    position: absolute;
    left: 10%;
    right: 0;
    top: 25%;
    width: 30%;
    z-index: 1;
    padding: 5px;
    color: #fff;
    /* text-shadow: 0px 0px 7px #000; */
    font-size: 3rem;
    line-height: 3.1rem;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    background-color: #00b2bd;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #FFFFFF;
    padding: 20px 0;
}

.flex-caption-r {
    position:absolute;
    right:10%;
    top:20%;
    width:30%;
    z-index:1;
    padding:5px;
   color: #fff;
    font-size:3rem;
   line-height:3.1rem;
   font-weight: 600;
    font-style: normal;
	  text-align: center;
    background-color: #00b2bd;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #FFFFFF;
    padding: 20px 0;
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 990px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 989px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}

.width100 {width:100%;margin-top:20px;margin-bottom:50px;}



@media only screen and (max-width: 767px) {
    #contact, #tax-other, #tax-individuals, #sign-up, #about, #closing-down {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 989px) {
    .flexslider {
        border: none !important;
    }
    #slider {
        padding-top: 47px;
    }
}

@media only screen and (min-width: 990px) {
    #home .flexslider {
        margin-bottom: 0px !important;
    }
    #about .container,  #sign-up .container {
        padding-top: 100px;
    }
    #contact .container {
        padding-top: 140px;
    }
    section#home {
        padding-top: 0px;
    }
    .flex-control-nav.flex-control-paging {
        display: none !important;
    }
}

.column-2.center-me{
    margin: 0 auto 10px;
}

.company-trust-cta {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.width50 {
    overflow: hidden;
    width: 50%;
    text-align: center;
    float: left;
}
