/*   
Theme Name: L&W Employer Toolkit
Theme URI: http://modern-english.co.uk
Description: L&W Employer Toolkit Wordpress Theme
Author: Vidya Vijayakumar
Author URI: http://modern-english.co.uk
Version: 1.0
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chromeframe {
  position: absolute;
  top: 0; }

body {
  font-size: 15px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  color: #424242;
  -webkit-font-smoothing: antialiased; }

input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus, a:visited, a:active {
    color: inherit; }
  a:hover {
    text-decoration: underline; }

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
/* TYPOGRAPHY 
-------------------------------------------------------------------------------*/
H1 {
  font-size: 2.6em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 600; }

H2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 600; }

H3 {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 600; }

H4 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 600; }

P {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 30px; }
  P strong {
    font-family: century-gothic, sans-serif;
    font-weight: 600; }

strong {
  font-family: inherit;
  font-weight: 600; }

.small {
  font-size: 0.8em; }

/* GENERAL 
-------------------------------------------------------------------------------*/
.grid-container {
  max-width: 1000px !important; }

.tab-wrap {
  max-width: 1000px;
  margin: auto; }

section.content {
  padding: 40px 0; }
  section.content .left {
    padding-right: 50px; }
  section.content .right {
    padding-left: 70px; }

.side-content {
  padding: 20px;
  background-color: #f1f1f1; }
  .side-content p:last-child {
    margin-bottom: 0; }

section {
  display: block; }

main {
  padding: 15px 15px 0 15px;
  background-color: #fff;
  margin-bottom: 475px; }
  main section.content {
    background-color: #f2f2f2;
    border-bottom: 5px solid #ee7e3b; }
  main section.benefits-tabs {
    border-bottom: 5px solid #ee7e3b; }

.about-the-initiative main section.content, .tax-resource_categories main section.content {
  border-bottom: none; }
.about-the-initiative main .demographics, .about-the-initiative main .resource-list, .tax-resource_categories main .demographics, .tax-resource_categories main .resource-list {
  border-bottom: 5px solid #ee7e3b; }

.text-content p {
  font-size: 1.1em; }
  .text-content p strong {
    font-weight: 600; }

.mobile-view {
  display: none; }

.search-message {
  padding: 30px 0; }
  .search-message h3 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 0;
    font-family: century-gothic, sans-serif; }
    .search-message h3 strong {
      font-weight: 600; }
  .search-message .back {
    font-size: 1.3em;
    color: #ee7e3b;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    display: block; }
    .search-message .back img {
      margin-right: 15px;
      display: inline-block;
      vertical-align: middle; }

/* HEADER & FOOTER
-------------------------------------------------------------------------------*/
img {
  height: auto; }

header {
  padding: 30px 0;
  color: #264c59;
  position: relative;
  display: block; }
  header .logo-line {
    width: 200px;
    height: 5px;
    bottom: -5px;
    left: -200px;
    background-color: #ee7e3b;
    position: absolute;
    z-index: 1; }
  header img.mobile-hide, header img.mobile-view {
    max-width: 200px; }
  header .left {
    text-align: left; }
  header .right {
    text-align: right; }
  header nav {
    display: block; }
    header nav ul {
      margin-top: 10px; }
      header nav ul li {
        display: inline-block;
        padding: 0 25px; }
        header nav ul li:last-child {
          padding-right: 0; }
        header nav ul li a {
          color: inherit;
          font-weight: 600;
          display: block;
          height: 100%; }
          header nav ul li a:hover {
            color: #ee7e3b; }
        header nav ul li.current-menu-item a {
          color: #ee7e3b; }
    header nav a.current-menu-item {
      color: #ee7e3b; }

body.archive header nav ul li.menu-item-type-taxonomy a, body.single-employer-toolkit header nav ul li.menu-item-type-taxonomy a {
  color: #ee7e3b; }

section.banner {
  height: 450px;
  background-color: #264c59;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-top: 5px solid #264c59;
  overflow: hidden; }
  section.banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left bottom, transparent 50%, rgba(38, 76, 89, 0.5) 50%);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  section.banner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("_/inc/images/gradient.png");
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat; }
  section.banner .grid-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
    position: relative; }
  section.banner .banner-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-family: century-gothic, sans-serif;
    position: relative;
    z-index: 1;
    line-height: 1.6em;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    section.banner .banner-content.no-text {
      vertical-align: bottom; }
      section.banner .banner-content.no-text .grid-50 {
        margin-bottom: 20px; }
  section.banner span.small {
    font-size: 1.5em;
    font-weight: 400;
    display: block;
    font-size: 0.65em; }
  section.banner h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 3.2em;
    line-height: 1.2em; }
    section.banner h1 .small {
      text-transform: none; }
  section.banner h2 {
    font-size: 1em;
    margin-bottom: 0; }
  section.banner h3 {
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    padding-left: 20px;
    border-left: 3px solid #fff; }
  section.banner .scroll {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 1; }

body.loaded section.banner .banner-overlay {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }
body.loaded section.banner .banner-content {
  opacity: 1; }

.footer {
  padding: 40px 0;
  color: #fff;
  padding: 0 15px 15px 15px;
  position: fixed;
  bottom: 60px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: -1;
  background-color: #264c59; }
  .footer h4 {
    font-size: 3.2em;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    line-height: 1.2em; }
  .footer p {
    font-family: century-gothic, sans-serif;
    font-size: 1.15em;
    font-weight: 300; }
  .footer .footer-overlay {
    position: fixed;
    left: 15px;
    width: 100%;
    height: 415px;
    width: calc(100% - 30px);
    z-index: -1;
    background: linear-gradient(to right bottom, #264c59 50%, #3c5e6a 50%);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  .footer .footer-wrap {
    width: 100%;
    height: 100%; }
  .footer .grid-container {
    height: 100%;
    width: 100%;
    display: table;
    height: 400px;
    table-layout: fixed;
    max-width: 750px !important; }
    .footer .grid-container .grid-100 {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
  .footer .footer-link {
    font-weight: 600;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .footer .footer-link span.line {
      width: 60px;
      display: inline-block;
      margin-right: 10px;
      border: 1px solid #fff;
      vertical-align: middle;
      -webkit-transition: border 0.3s linear;
      -moz-transition: border 0.3s linear;
      -ms-transition: border 0.3s linear;
      transition: border 0.3s linear; }
  .footer .footer-wrap-link {
    display: block; }
    .footer .footer-wrap-link:hover {
      text-decoration: none; }
      .footer .footer-wrap-link:hover .footer-link {
        color: #ee7e3b; }
        .footer .footer-wrap-link:hover .footer-link span.line {
          border: 1px solid #ee7e3b; }
  .footer a {
    font-size: 1.2em; }

.footer-links {
  padding: 15px 30px;
  color: #264c59;
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  z-index: -1;
  height: 60px;
  font-weight: 600;
  background-color: #fff;
  text-align: justify; }
  .footer-links:after {
    content: '';
    width: 100%;
    display: inline-block; }
  .footer-links .left, .footer-links .right {
    display: inline-block;
    vertical-align: middle; }
  .footer-links .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .footer-links .right a img {
      float: left;
      clear: both;
      max-height: 20px; }
    .footer-links .right a:first-child {
      margin-left: 0; }

.footer.footer-loaded .footer-overlay {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.home header .logo-line {
  width: 200px; }

/* HOME 
-------------------------------------------------------------------------------*/
.home section.banner .banner-content .grid-45 {
  width: 50%; }
.home section.content .text-content > * {
  font-size: 1.05em; }
.home section.content .text-content h4, .home section.content .text-content p strong {
  font-weight: 600;
  font-size: 1.1em; }
  .home section.content .text-content h4 strong, .home section.content .text-content p strong strong {
    font-weight: 600; }
.home section.content .text-content .left .line.orange {
  height: 5px;
  background-color: #ee7e3b;
  margin-bottom: 30px; }
.home section.content .side-content {
  background-color: #fff;
  padding: 30px 30px 30px 70px;
  border-bottom: 5px solid #3fbfad;
  position: relative;
  display: block; }
  .home section.content .side-content .icon {
    position: absolute;
    top: 20px;
    left: -30px; }
  .home section.content .side-content h4 {
    color: #3fbfad;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    font-size: 1.5em; }
  .home section.content .side-content .more {
    color: #3fbfad;
    font-size: 1.3em;
    font-weight: 600; }
  .home section.content .side-content:hover {
    text-decoration: none; }
    .home section.content .side-content:hover .more {
      text-decoration: underline; }

/* ABOUT THE INITIATIVE 
-------------------------------------------------------------------------------*/
.about-the-initiative .line.orange {
  border-top: 5px solid #ee7e3b;
  margin-bottom: 50px; }
.about-the-initiative .transition {
  opacity: 0; }

.toolkit-introduction {
  background-color: #fff;
  color: #264c59;
  padding: 30px 10px 0 10px; }
  .toolkit-introduction h2 {
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 700; }
    .toolkit-introduction h2 b, .toolkit-introduction h2 strong {
      color: #ee7e3b;
      font-size: 1.2em; }

.about-tabs {
  background-color: #fff;
  padding: 10px 0 30px 0;
  text-align: left;
  color: #264c59;
  font-family: century-gothic, sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .about-tabs .tab-heads {
    padding: 0 55px 0 0 !important; }
  .about-tabs .tabs {
    border-left: 3px solid #ee7e3b; }
  .about-tabs .tab-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px; }
    .about-tabs .tab-nav a {
      display: inline-block;
      vertical-align: middle;
      width: 11px;
      height: 18px;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
      .about-tabs .tab-nav a.prev-tab {
        background-image: url("_/inc/images/tab-left.png");
        padding-right: 80px; }
      .about-tabs .tab-nav a.next-tab {
        background-image: url("_/inc/images/tab-right.png"); }
  .about-tabs .tab-content {
    padding-bottom: 0 !important; }
  .about-tabs .tab-head {
    font-weight: 600;
    padding: 0 0 10px 0 !important; }
  .about-tabs li {
    padding: 0em 1em 0em 1em !important; }
  .about-tabs .ui-tabs-active a {
    color: #ee7e3b;
    border-bottom: 3px solid #ee7e3b;
    background-position: 1em bottom;
    background-size: auto;
    background-repeat: no-repeat; }

.tab-content {
  font-size: 1.1em; }
  .tab-content p:last-child {
    margin-bottom: 0; }

.ui-tabs .ui-tabs-nav li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  font-size: 1.4em; }
  .ui-tabs .ui-tabs-nav li:focus {
    border: none !important;
    outline: none !important; }

.ui-tabs-anchor:active, .ui-tabs-anchor:focus {
  outline: none; }

.demographics {
  padding: 50px 0 30px 0;
  text-align: center;
  background-color: #f1f1f1; }
  .demographics .demographic {
    padding: 0 30px;
    text-align: left;
    margin-bottom: 25px;
    float: none;
    max-width: 48%;
    display: inline-block;
    vertical-align: top; }
    .demographics .demographic img {
      margin-bottom: 40px; }
    .demographics .demographic p {
      padding-left: 20px;
      font-size: 1.1em;
      border-left: 3px solid #ee7e3b; }

/* BENEFITS
-------------------------------------------------------------------------------*/
.benefits-tabs {
  padding: 0; }
  .benefits-tabs .header-wrap {
    position: relative;
    background-color: #264c59; }
  .benefits-tabs .tabs {
    padding: 0; }
  .benefits-tabs .section-title {
    padding-top: 10px;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 5px; }
    .benefits-tabs .section-title p {
      margin-bottom: 0;
      font-size: 0.9em;
      font-family: century-gothic, sans-serif; }
  .benefits-tabs .tab-list {
    display: inline-block;
    position: relative; }
    .benefits-tabs .tab-list .follow-line {
      display: none;
      position: absolute;
      width: calc(50% - 50px);
      left: 5px;
      bottom: 0;
      height: 5px;
      background-color: #ee7e3b;
      -webkit-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
      -moz-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
      -ms-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
      transition: left 0.3s ease-in-out, width 0.3s ease-in-out; }
  .benefits-tabs ul {
    display: inline-block; }
  .benefits-tabs li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 50px;
    line-height: 1em; }
  .benefits-tabs .tab-heads {
    color: #fff; }
    .benefits-tabs .tab-heads .tab-head {
      font-family: century-gothic, sans-serif;
      font-weight: 600;
      font-size: 1.8em;
      padding-top: 0 !important; }
      .benefits-tabs .tab-heads .tab-head:hover {
        color: #ee7e3b; }
  .benefits-tabs .tab-content {
    padding: 50px 0 30px 0 !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2; }
    .benefits-tabs .tab-content p {
      display: inline-block; }
  .benefits-tabs .ui-tabs-active a {
    color: #ee7e3b;
    border-bottom: 5px solid #ee7e3b; }

/* CONTACT US
-------------------------------------------------------------------------------*/
.contact-details p {
  margin-bottom: 0; }
.contact-details .phone {
  margin-bottom: 20px; }
  .contact-details .phone h4, .contact-details .phone p {
    margin-bottom: 0; }
  .contact-details .phone h4 {
    font-weight: 600; }

/* EMPLOYER TOOLKIT
-------------------------------------------------------------------------------*/
body.employer-toolkit .categories, body.tax-resource_categories .categories, body.search-results .categories {
  padding: 20px 0 0 0;
  background-color: #264c59;
  color: #fff;
  font-family: century-gothic, sans-serif; }
  body.employer-toolkit .categories a, body.tax-resource_categories .categories a, body.search-results .categories a {
    font-size: 1.8em;
    margin-right: 30px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top; }
    body.employer-toolkit .categories a:hover, body.tax-resource_categories .categories a:hover, body.search-results .categories a:hover {
      text-decoration: none; }
    body.employer-toolkit .categories a.active, body.tax-resource_categories .categories a.active, body.search-results .categories a.active {
      color: #ee7e3b; }
  body.employer-toolkit .categories p, body.tax-resource_categories .categories p, body.search-results .categories p {
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400; }
body.employer-toolkit .cat-list, body.tax-resource_categories .cat-list, body.search-results .cat-list {
  position: relative; }
  body.employer-toolkit .cat-list .follow-line, body.tax-resource_categories .cat-list .follow-line, body.search-results .cat-list .follow-line {
    background-color: #ee7e3b;
    height: 5px;
    position: absolute;
    width: 96px;
    bottom: 0;
    left: 10px;
    display: none; }
  body.employer-toolkit .cat-list a.active, body.tax-resource_categories .cat-list a.active, body.search-results .cat-list a.active {
    border-bottom: 5px solid #ee7e3b; }
  body.employer-toolkit .cat-list a:hover, body.tax-resource_categories .cat-list a:hover, body.search-results .cat-list a:hover {
    color: #ee7e3b; }
body.employer-toolkit .content, body.tax-resource_categories .content, body.search-results .content {
  background-color: #51707a;
  color: #fff;
  padding: 30px 0 20px 0;
  font-size: 1.1em; }
  body.employer-toolkit .content .grid-80, body.tax-resource_categories .content .grid-80, body.search-results .content .grid-80 {
    padding-right: 90px;
    position: relative; }
  body.employer-toolkit .content .triangle, body.tax-resource_categories .content .triangle, body.search-results .content .triangle {
    position: absolute;
    bottom: -29px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8.5px 0 8.5px;
    border-color: #51707a transparent transparent transparent; }
  body.employer-toolkit .content p, body.tax-resource_categories .content p, body.search-results .content p {
    margin-bottom: 10px; }
  body.employer-toolkit .content p:last-child, body.tax-resource_categories .content p:last-child, body.search-results .content p:last-child {
    margin-bottom: 0; }
  body.employer-toolkit .content strong, body.tax-resource_categories .content strong, body.search-results .content strong {
    font-family: century-gothic, sans-serif;
    font-weight: 600; }
body.employer-toolkit .resource-list, body.tax-resource_categories .resource-list, body.search-results .resource-list {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f1f1f1; }
  body.employer-toolkit .resource-list .left, body.tax-resource_categories .resource-list .left, body.search-results .resource-list .left {
    padding-right: 50px;
    max-width: calc(100% - 200px); }
  body.employer-toolkit .resource-list .right, body.tax-resource_categories .resource-list .right, body.search-results .resource-list .right {
    min-width: 200px; }
body.employer-toolkit .resource-item, body.tax-resource_categories .resource-item, body.search-results .resource-item {
  padding: 20px 120px 20px 0;
  display: block;
  border-bottom: 2px solid #424242;
  -webkit-transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  opacity: 1;
  color: #424242;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 20px;
  margin-top: 0; }
  body.employer-toolkit .resource-item:hover, body.tax-resource_categories .resource-item:hover, body.search-results .resource-item:hover {
    text-decoration: none; }
  body.employer-toolkit .resource-item.pdf, body.tax-resource_categories .resource-item.pdf, body.search-results .resource-item.pdf {
    background-image: url("_/inc/images/pdf.png"); }
    body.employer-toolkit .resource-item.pdf:hover, body.tax-resource_categories .resource-item.pdf:hover, body.search-results .resource-item.pdf:hover {
      background-image: url("_/inc/images/pdf-hover.png"); }
  body.employer-toolkit .resource-item.external-link, body.tax-resource_categories .resource-item.external-link, body.search-results .resource-item.external-link {
    background-image: url("_/inc/images/ext.png"); }
    body.employer-toolkit .resource-item.external-link:hover, body.tax-resource_categories .resource-item.external-link:hover, body.search-results .resource-item.external-link:hover {
      background-image: url("_/inc/images/ext-hover.png"); }
  body.employer-toolkit .resource-item.video, body.tax-resource_categories .resource-item.video, body.search-results .resource-item.video {
    background-image: url("_/inc/images/video.png"); }
    body.employer-toolkit .resource-item.video:hover, body.tax-resource_categories .resource-item.video:hover, body.search-results .resource-item.video:hover {
      background-image: url("_/inc/images/video-hover.png"); }
  body.employer-toolkit .resource-item h4, body.tax-resource_categories .resource-item h4, body.search-results .resource-item h4 {
    font-size: 1.5em;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
  body.employer-toolkit .resource-item.hide, body.tax-resource_categories .resource-item.hide, body.search-results .resource-item.hide {
    opacity: 0;
    margin-top: 50px; }
  body.employer-toolkit .resource-item p, body.tax-resource_categories .resource-item p, body.search-results .resource-item p {
    margin-bottom: 15px;
    font-family: century-gothic, sans-serif;
    font-size: 1.1em; }
  body.employer-toolkit .resource-item .more-text, body.tax-resource_categories .resource-item .more-text, body.search-results .resource-item .more-text {
    font-size: 1.3em;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    display: block; }
    body.employer-toolkit .resource-item .more-text span, body.tax-resource_categories .resource-item .more-text span, body.search-results .resource-item .more-text span {
      display: inline-block;
      vertical-align: middle; }
    body.employer-toolkit .resource-item .more-text span.line, body.tax-resource_categories .resource-item .more-text span.line, body.search-results .resource-item .more-text span.line {
      width: 0;
      height: 2px;
      background-color: #ee7e3b;
      -webkit-transition: width 0.3s linear;
      -moz-transition: width 0.3s linear;
      -ms-transition: width 0.3s linear;
      transition: width 0.3s linear; }
  body.employer-toolkit .resource-item:hover h4, body.tax-resource_categories .resource-item:hover h4, body.search-results .resource-item:hover h4 {
    text-decoration: underline; }
  body.employer-toolkit .resource-item:hover span, body.tax-resource_categories .resource-item:hover span, body.search-results .resource-item:hover span {
    color: #ee7e3b; }
  body.employer-toolkit .resource-item:hover .more-text span.line, body.tax-resource_categories .resource-item:hover .more-text span.line, body.search-results .resource-item:hover .more-text span.line {
    width: 60px;
    margin-right: 25px; }
body.employer-toolkit .noresults, body.tax-resource_categories .noresults, body.search-results .noresults {
  padding: 30px 0;
  text-align: center; }
  body.employer-toolkit .noresults strong, body.tax-resource_categories .noresults strong, body.search-results .noresults strong {
    font-weight: 800; }

.pagination {
  text-align: center;
  border-bottom: 2px solid #424242;
  padding: 15px 0;
  -webkit-transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  transition: opacity 0.3s ease-in-out, margin-top 0.2s ease-in-out;
  opacity: 1;
  margin-top: 0; }
  .pagination a, .pagination span {
    font-size: 1.2em;
    font-weight: 600;
    font-family: century-gothic, sans-serif; }
  .pagination a:hover {
    color: #ee7e3b; }
  .pagination a.disabled {
    color: rgba(77, 77, 77, 0.5);
    pointer-events: none; }
  .pagination span {
    color: #ee7e3b; }
  .pagination.hide {
    opacity: 0;
    margin-top: 50px; }
  .pagination a:first-child {
    float: left;
    padding-left: 25px;
    background-image: url("_/inc/images/prev-arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto; }
  .pagination a:last-child {
    float: right;
    padding-right: 25px;
    background-image: url("_/inc/images/next-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto; }

.filter-container {
  padding: 30px 0; }
  .filter-container h3 {
    color: #ee7e3b;
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: #244955;
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    font-size: 1.6em; }
  .filter-container .wrap {
    padding: 10px 15px;
    background-color: #fff; }
  .filter-container p.filter-title {
    padding-bottom: 10px;
    border-bottom: 3px solid #ee7e3b;
    font-size: 1.35em;
    margin-bottom: 10px;
    font-family: century-gothic, sans-serif;
    color: #ee7e3b;
    font-weight: 600; }
  .filter-container a {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #264c59;
    background-image: url("_/inc/images/uncheck.png");
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
    .filter-container a.checked {
      background-image: url("_/inc/images/check.png");
      background-size: 17px auto;
      background-repeat: no-repeat;
      background-position: right center;
      color: #ee7e3b; }
  .filter-container .filter-group {
    margin-top: 30px; }
    .filter-container .filter-group:first-child {
      margin-top: 0; }

/* SINGLE RESOURCE
-------------------------------------------------------------------------------*/
.single-employer-toolkit .footer-links {
  position: static; }
.single-employer-toolkit main {
  margin-bottom: 0; }
.single-employer-toolkit iframe {
  margin-bottom: 20px; }
.single-employer-toolkit .back {
  font-size: 1.3em;
  color: #ee7e3b;
  font-family: century-gothic, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  display: block; }
  .single-employer-toolkit .back img {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
.single-employer-toolkit h2 {
  font-family: century-gothic, sans-serif;
  font-weight: 600;
  font-size: 2em;
  padding-left: 120px;
  background-repeat: no-repeat;
  background-position: left top;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em; }
.single-employer-toolkit p {
  font-size: 1.1em; }
.single-employer-toolkit .va {
  display: table;
  width: 100%;
  height: 80px;
  table-layout: fixed;
  margin-bottom: 30px; }
.single-employer-toolkit .pdf h2 {
  background-image: url("_/inc/images/pdf.png"); }
.single-employer-toolkit .external-link h2 {
  background-image: url("_/inc/images/ext.png"); }
.single-employer-toolkit .video h2 {
  background-image: url("_/inc/images/video.png"); }
.single-employer-toolkit section.content .right {
  padding-left: 25px; }
.single-employer-toolkit section.content .left {
  padding-right: 20px; }
.single-employer-toolkit .footer {
  display: none; }
.single-employer-toolkit a.download {
  background-color: #264c59;
  font-family: century-gothic, sans-serif;
  font-size: 1.3em;
  display: inline-block;
  line-height: 1em;
  padding: 15px 50px;
  color: #fff;
  font-weight: 500; }
  .single-employer-toolkit a.download:hover {
    text-decoration: none;
    background-color: #51707a; }

.share-title {
  font-size: 1.7em;
  color: #ee7e3b;
  font-family: century-gothic, sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #ee7e3b;
  margin-bottom: 20px; }

.social-icons {
  text-align: justify; }
  .social-icons:after {
    content: '';
    width: 100%;
    display: inline-block; }
  .social-icons .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat; }
  .social-icons .fb {
    background-image: url("_/inc/images/fb.png"); }
  .social-icons .twitter {
    background-image: url("_/inc/images/twitter.png"); }
  .social-icons .linkedin {
    background-image: url("_/inc/images/linkedin.png"); }
  .social-icons .gplus {
    background-image: url("_/inc/images/gplus.png"); }

.related-resources a {
  display: block; }

/* CONTACT US
-------------------------------------------------------------------------------*/
.contact-us section.content h2, .contact-us section.content h3 {
  font-family: century-gothic, sans-serif;
  font-weight: 600; }
.contact-us section.content .left {
  padding-right: 20px; }
  .contact-us section.content .left .line.orange {
    height: 5px;
    background-color: #ee7e3b;
    margin-bottom: 30px; }
.contact-us section.content h2 {
  font-size: 1.7em; }
.contact-us section.content h3 {
  font-size: 1.3em; }
.contact-us section.content h4 {
  font-family: century-gothic, sans-serif;
  font-weight: 600;
  font-size: 1.1em; }
.contact-us form {
  font-family: century-gothic, sans-serif;
  font-weight: 300; }
  .contact-us form > p {
    margin-bottom: 0;
    text-align: center; }
  .contact-us form .wrap {
    padding: 30px;
    background-color: #fff; }
    .contact-us form .wrap p {
      margin-bottom: 0;
      margin-top: 25px; }
    .contact-us form .wrap p:first-child {
      margin-top: 0; }
    .contact-us form .wrap p.small {
      margin-top: 0;
      font-size: 0.8em;
      text-align: left; }
  .contact-us form input, .contact-us form textarea {
    -webkit-appearance: none;
    width: 100%;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none;
    -webkit-border-bottom: 1px solid #264c59;
    -moz-border-bottom: 1px solid #264c59;
    -ms-border-bottom: 1px solid #264c59;
    border-bottom: 1px solid #264c59;
    padding-bottom: 5px;
    text-align: left;
    color: #264c59;
    font-family: inherit;
    font-weight: 300; }
    .contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder {
      color: #264c59;
      font-family: inherit;
      font-weight: 300; }
    .contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #264c59;
      font-family: inherit;
      font-weight: 300; }
    .contact-us form input::-moz-placeholder, .contact-us form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #264c59;
      font-family: inherit;
      font-weight: 300; }
    .contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder {
      color: #264c59;
      font-family: inherit;
      font-weight: 300; }
    .contact-us form input:focus::-webkit-input-placeholder, .contact-us form textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .contact-us form input:focus:-moz-placeholder, .contact-us form textarea:focus:-moz-placeholder {
      /* Firefox 18- */
      color: transparent; }
    .contact-us form input:focus::-moz-placeholder, .contact-us form textarea:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: transparent; }
    .contact-us form input:focus:-ms-input-placeholder, .contact-us form textarea:focus:-ms-input-placeholder {
      color: transparent; }
  .contact-us form textarea {
    height: 100px; }
  .contact-us form input[type="submit"] {
    background-color: #ee7e3b;
    font-weight: 500;
    text-align: left;
    font-size: 1.2em;
    padding: 20px 30px;
    color: #fff;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none;
    background-image: url("_/inc/images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    background-size: auto; }
    .contact-us form input[type="submit"]:hover {
      background-color: #264c59; }
  .contact-us form .wpcf7-response-output {
    font-family: century-gothic, sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    padding: 0;
    border: none;
    margin-top: 0 !important;
    text-align: left; }
  .contact-us form .wpcf7-not-valid-tip {
    font-size: 0.8em; }
.contact-us input:-webkit-autofill, .contact-us textarea:-webkit-autofill, .contact-us select:-webkit-autofill {
  background-color: transparent !important;
  color: #264c59 !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #264c59 !important; }

#searchform {
  position: relative; }
  #searchform #s {
    -webkit-appearance: none;
    width: 100%;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border: 3px solid #264c59;
    -moz-border: 3px solid #264c59;
    -ms-border: 3px solid #264c59;
    border: 3px solid #264c59;
    padding-bottom: 5px;
    text-align: left;
    color: #264c59;
    font-family: inherit;
    font-weight: 500;
    font-family: century-gothic, sans-serif;
    font-size: 1.1em;
    padding: 10px 30px 10px 10px; }
    #searchform #s::-webkit-input-placeholder {
      color: #ee7e3b;
      font-family: inherit;
      font-weight: 500;
      font-size: 1.1em; }
    #searchform #s:-moz-placeholder {
      /* Firefox 18- */
      color: #ee7e3b;
      font-family: inherit;
      font-weight: 600;
      font-size: 1.1em; }
    #searchform #s::-moz-placeholder {
      /* Firefox 19+ */
      color: #ee7e3b;
      font-family: inherit;
      font-weight: 300;
      font-size: 1.1em; }
    #searchform #s:-ms-input-placeholder {
      color: #ee7e3b;
      font-family: inherit;
      font-weight: 300;
      font-size: 1.1em; }
    #searchform #s:focus::-webkit-input-placeholder {
      color: transparent; }
    #searchform #s:focus:-moz-placeholder {
      /* Firefox 18- */
      color: transparent; }
    #searchform #s:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: transparent; }
    #searchform #s:focus:-ms-input-placeholder {
      color: transparent; }
  #searchform .submit-search {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none;
    background-image: url("_/inc/images/search.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 14px; }

/* IE FIXES
-------------------------------------------------------------------------------*/
.ie-browser main {
  margin-bottom: 0;
  display: block; }
.ie-browser section.banner .banner-overlay {
  background-image: url("_/inc/images/header-overlay.png");
  background-size: 100% 100%;
  background-position: left bottom;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none; }
.ie-browser section.banner .banner-content {
  opacity: 1; }
  .ie-browser section.banner .banner-content.no-text {
    vertical-align: bottom; }
    .ie-browser section.banner .banner-content.no-text .grid-50 {
      margin-bottom: 20px; }
.ie-browser .footer {
  position: relative;
  z-index: 1;
  left: 15px;
  bottom: auto; }
  .ie-browser .footer .footer-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    background-image: url("_/inc/images/footer-overlay.png");
    background-size: 100% 100%;
    background-position: left bottom; }
  .ie-browser .footer .footer-wrap-link {
    position: relative;
    z-index: 1; }
.ie-browser .footer-links {
  position: static;
  height: auto; }

/* MOBILE NAV NOW ON DESKTOP */
main {
  margin-bottom: 300px; }

footer .footer-overlay {
  height: 240px !important; }
footer .grid-container {
  height: 225px !important; }

.mobile-view {
  display: block; }

.mobile-hide {
  display: none; }

.menu-toggle {
  background-image: url("_/inc/images/menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  height: 57px; }
  .menu-toggle.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 40px;
    background-image: url("_/inc/images/close.png"); }

body > .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
body.menu-open > .overlay {
  z-index: 9;
  opacity: 1; }
body.menu-open header nav {
  right: 0; }
body.filter-open > .overlay {
  z-index: 9;
  opacity: 1; }

header .left {
  float: left;
  max-width: calc(100% - 55px); }
header .right {
  float: right; }
header .left, header .right {
  display: inline-block;
  width: auto;
  vertical-align: top; }
header .home-nav {
  font-weight: 600;
  font-size: 1.5em;
  display: block;
  font-family: century-gothic, sans-serif;
  margin-bottom: 40px;
  text-align: left;
  padding: 0 12px; }
header nav {
  background-color: #fff;
  width: 100%;
  max-width: 320px;
  position: fixed;
  right: -320px;
  top: 0;
  height: 100%;
  z-index: 9;
  padding: 0px 20px 30px 0px; }
  header nav .menu-wrap {
    padding: 70px 0 0 30px;
    border-left: 5px solid #ee7e3b; }
  header nav ul li {
    display: block;
    text-align: left; }
    header nav ul li a {
      font-weight: 600;
      font-size: 1.5em;
      display: block;
      font-family: century-gothic, sans-serif;
      margin-bottom: 50px; }
header .logo-line {
  display: none; }

section.banner-text.mobile-hide, section.banner-text .mobile-hide, section.banner.mobile-hide, section.banner .mobile-hide {
  display: block; }
section.banner-text.mobile-view, section.banner-text .mobile-view, section.banner.mobile-view, section.banner .mobile-view {
  display: none; }

@media screen and (max-width: 1025px) {
  section.banner .banner-overlay {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  section.banner .banner-content {
    opacity: 1; }

  main {
    margin-bottom: 0; }

  .footer {
    position: static;
    width: 100%;
    background-color: transparent; }
    .footer .footer-wrap {
      background: linear-gradient(to right bottom, #264c59 50%, #3c5e6a 50%); }
    .footer .footer-overlay {
      display: none; }

  .footer-links {
    position: static;
    height: auto; }

  .about-the-initiative .transition {
    opacity: 1; }

  .benefits-tabs .tab-wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .benefits-tabs .follow-line {
    display: none; }
  .benefits-tabs .ui-tabs-active a {
    border-bottom: 5px solid #ee7e3b; }

  body.employer-toolkit .cat-list .follow-line, body.tax-resource_categories .cat-list .follow-line, body.search-results .cat-list .follow-line {
    display: none; }
  body.employer-toolkit .categories a.active, body.tax-resource_categories .categories a.active, body.search-results .categories a.active {
    border-bottom: 5px solid #ee7e3b; }

  .ie-browser .footer {
    left: 0; } }
@media screen and (max-width: 875px) {
  section.content .left {
    padding-right: 20px; }
  section.content .right {
    padding-left: 20px; }

  .home section.content .left {
    padding-right: 30px; }
  .home section.content .right {
    padding-left: 30px; }
  .home section.content .side-content {
    padding: 30px 30px 30px 55px; }

  header nav ul li {
    padding: 0 12px; }

  .about-tabs .grid-70.push-15, .toolkit-introduction .grid-70.push-15 {
    width: 80%;
    left: 10%; }

  .single-employer-toolkit section.content .left, .single-employer-toolkit section.content .right {
    width: 100%;
    padding: 0 10px; }

  .social-icons {
    text-align: center; }
    .social-icons .icon {
      margin: 0 10px; } }
@media screen and (max-width: 769px) {
  body {
    font-size: 17px; }

  a:hover {
    text-decoration: none; }

  .about-tabs .grid-70.push-15, .toolkit-introduction .grid-70.push-15,
  .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
    width: 100%;
    left: 0; }

  .mobile-view {
    display: block; }

  .mobile-hide {
    display: none; }

  .menu-toggle {
    background-image: url("_/inc/images/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 57px; }

  body {
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    body > .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    body.menu-open {
      -webkit-transform: translate3d(-320px, 0, 0);
      -moz-transform: translate3d(-320px, 0, 0);
      -ms-transform: translate3d(-320px, 0, 0);
      transform: translate3d(-320px, 0, 0); }
      body.menu-open > .overlay {
        z-index: 9;
        opacity: 1; }
    body.filter-open > .overlay {
      z-index: 9;
      opacity: 1; }

  header .left {
    float: left;
    max-width: calc(100% - 55px); }
  header .right {
    float: right; }
  header .left, header .right {
    display: inline-block;
    width: auto;
    vertical-align: top; }
  header .home-nav {
    font-weight: 600;
    font-size: 1.5em;
    display: block;
    font-family: century-gothic, sans-serif;
    margin-bottom: 40px;
    text-align: left;
    padding: 0 12px; }
  header nav {
    background-color: #fff;
    width: 100%;
    max-width: 320px;
    position: fixed;
    right: -320px;
    top: 0;
    height: 100%;
    z-index: 9;
    padding: 0px 20px 30px 0px; }
    header nav .menu-wrap {
      padding: 70px 0 0 30px;
      border-left: 5px solid #ee7e3b; }
    header nav ul li {
      display: block;
      text-align: left; }
      header nav ul li a {
        font-weight: 600;
        font-size: 1.5em;
        display: block;
        font-family: century-gothic, sans-serif;
        margin-bottom: 50px; }
  header .logo-line {
    display: none; }

  section.banner {
    padding: 0 5px;
    height: 400px; }
    section.banner .banner-overlay {
      background: linear-gradient(to left bottom, transparent 50%, rgba(38, 76, 89, 0.75) 50%); }
    section.banner .banner-content {
      vertical-align: bottom; }
      section.banner .banner-content .grid-45 {
        width: 100% !important; }
      section.banner .banner-content h1 {
        margin-bottom: 40px; }
    section.banner.mobile-hide {
      display: block; }
    section.banner.mobile-view {
      display: none; }
    section.banner .scroll {
      display: none; }

  section.banner-text {
    padding: 30px 30px 20px 30px; }
    section.banner-text .wrap {
      padding-left: 30px;
      border-left: 3px solid #ee7e3b; }
    section.banner-text h3 {
      color: #264c59;
      font-weight: 600; }
      section.banner-text h3:last-child {
        margin-bottom: 0; }

  main {
    padding: 30px 30px 0 30px; }

  .footer {
    font-size: 0.9em;
    padding: 0 30px 30px 30px; }

  .home section.content {
    padding-top: 0; }
    .home section.content .grid-container {
      padding: 0; }
    .home section.content .left {
      padding: 0 30px 50px 30px; }
    .home section.content .right {
      padding: 0; }
    .home section.content .side-content {
      padding: 70px 30px 30px 30px; }
      .home section.content .side-content .icon {
        top: -30px;
        left: 20px; }
  .home header .home-nav {
    color: #ee7e3b; }

  .footer .grid-container {
    padding: 30px 40px; }
  .footer p {
    font-weight: 500; }

  .about-the-initiative section.content .left, .about-the-initiative section.content .right {
    padding-left: 10px;
    padding-right: 10px; }
  .about-the-initiative section.content .right {
    text-align: center; }
    .about-the-initiative section.content .right img {
      margin-left: auto;
      margin-right: auto; }

  .toolkit-introduction {
    padding: 30px 0 0 0; }
    .toolkit-introduction h2 {
      font-size: 1.3em; }

  .about-tabs li {
    margin-right: 0 !important;
    font-size: 1.3em !important;
    padding: 0 10px !important; }

  .tab-content {
    padding: 30px 10px 0 10px !important; }

  .demographics .demographic {
    max-width: 100%; }
  .demographics .icon {
    text-align: center; }

  .benefits-tabs .tab-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .benefits-tabs .tab-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1; }
  .benefits-tabs .ui-tabs .ui-tabs-nav li {
    font-size: 1.3em; }

  body.employer-toolkit .content .grid-80, body.tax-resource_categories .content .grid-80, body.search-results .content .grid-80 {
    padding-right: 10px; }
  body.employer-toolkit .resource-list .left, body.tax-resource_categories .resource-list .left, body.search-results .resource-list .left {
    max-width: 100%;
    padding: 0 10px;
    margin-top: 30px; }
  body.employer-toolkit .resource-list .grid-container, body.tax-resource_categories .resource-list .grid-container, body.search-results .resource-list .grid-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  body.employer-toolkit .categories a, body.tax-resource_categories .categories a, body.search-results .categories a {
    margin-top: 10px;
    padding-bottom: 15px; }

  .filter-container {
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .filter-container h3 {
      background-color: #ee7e3b;
      color: #264c59;
      font-size: 1.4em;
      padding: 0px;
      background-repeat: no-repeat;
      background-size: auto 60%;
      background-position: calc(100% - 15px) center; }
      .filter-container h3.open {
        background-image: url("_/inc/images/filter-toggle.png"); }
      .filter-container h3.close {
        background-image: url("_/inc/images/close.png");
        background-size: auto 50%; }
      .filter-container h3 > a {
        margin-bottom: 0;
        background-image: none;
        padding: 20px 20px; }
      .filter-container h3.mobile-view.close {
        display: none; }
    .filter-container .wrap {
      background-color: #fff;
      padding: 20px; }

  .filter-open .filter-container {
    overflow: visible; }
    .filter-open .filter-container h3.mobile-view.open {
      display: none; }
    .filter-open .filter-container h3.mobile-view.close {
      display: block; }

  #searchform #s {
    padding: 20px 35px 20px 20px; }
  #searchform .submit-search {
    top: 25px;
    right: 25px; }

  .contact-us section.content .left {
    padding: 0 10px; }
  .contact-us section.content .right {
    padding: 30px 10px 0 10px; }

  .single-employer-toolkit iframe {
    height: 350px; } }
 .linkedin-img{
     max-height: 20px;
    vertical-align: middle;
 }   
@media screen and (max-width: 599px) {
  body {
    font-size: 14px; }
    body.menu-open {
      -webkit-transform: translate3d(-275px, 0, 0);
      -moz-transform: translate3d(-275px, 0, 0);
      -ms-transform: translate3d(-275px, 0, 0);
      transform: translate3d(-275px, 0, 0); }

  header nav {
    max-width: 275px;
    right: -275px; }

  section.banner {
    height: 280px; }
    section.banner.mobile-hide {
      display: none; }
    section.banner.mobile-view {
      display: block; }
    section.banner .grid-container {
      padding: 0; }
    section.banner .banner-content h1 {
      margin-bottom: 10px; }

  body.menu-open {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }

  header .left {
    max-width: calc(100% - 60px); }
  header nav .menu-wrap {
    padding: 70px 0 0 8px; }

  .menu-toggle {
    width: 40px;
    height: 34px; }

  section.banner-text {
    padding: 20px 20px 10px 20px; }
    section.banner-text .wrap {
      padding-left: 20px; }

  section.content {
    padding-top: 20px; }

  main {
    padding: 20px 20px 0 20px; }

  .home section.content .left {
    padding: 0 20px 50px 20px; }

  .toolkit-introduction .grid-container, .toolkit-introduction .grid-70.push-15, .about-tabs .grid-container, .about-tabs .grid-70.push-15 {
    padding-left: 0;
    padding-right: 0; }

  .about-tabs .ui-tabs .ui-tabs-nav li {
    display: none; }
    .about-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      display: block; }

  .demographics .demographic, .demographics .grid-container {
    padding: 0; }
  .demographics .icon {
    padding: 0 30px; }

  .benefits-tabs .grid-container {
    padding: 0; }
  .benefits-tabs .section-title .grid-container {
    padding: 0; }
  .benefits-tabs .tab-heads .tab-head {
    font-size: 1.3em;
    margin-right: 5px; }

  .cat-list {
    padding-bottom: 20px; }

  body.employer-toolkit .categories a, body.tax-resource_categories .categories a, body.search-results .categories a {
    font-size: 1.7em;
    padding-bottom: 3px;
    margin-right: 15px; }
    body.employer-toolkit .categories a.active, body.tax-resource_categories .categories a.active, body.search-results .categories a.active {
      border-bottom: none; }
  body.employer-toolkit .resource-item, body.tax-resource_categories .resource-item, body.search-results .resource-item {
    padding-left: 5px;
    padding-right: 5px;
    background-image: none !important; }
    body.employer-toolkit .resource-item .more-text span.line, body.tax-resource_categories .resource-item .more-text span.line, body.search-results .resource-item .more-text span.line {
      display: none; }

  .social-icons .icon {
    margin: 0 0 0 8px; }
    .social-icons .icon:first-child {
      margin-left: 0; }

  .single-employer-toolkit iframe {
    height: 200px; }
  .single-employer-toolkit h2 {
    padding-left: 0;
    background-image: none !important;
    font-size: 1.7em; }

  .footer {
    padding: 0 20px 20px 20px; }
    .footer .grid-container {
      padding: 20px; }
      .footer .grid-container .grid-100 {
        padding: 0; }
    .footer h4 {
      font-size: 2.3em; }

  .filter-container {
    height: 95px; } }

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