/*!
 * Theme Name: WorkSource Atlanta 
 * Theme URI: http://www.worksourceatlanta.org
 * Description: Custom Theme for WorkSource Atlanta
 * Version: 1.0
 * Author: Wildcat Echo
 * Author URI: http://wildcatecho.com
 *
 */
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/* Transition */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
a {
  color: #3d8dae;
  transition: all 350ms ease-in-out; }
  a:hover {
    color: #2b5462; }

h1 {
  font-size: 22px;
  color: #f5821f; }

h2 {
  font-size: 20px;
  color: #3d6975; }

h3 {
  font-size: 18px;
  color: #f5821f; }

h4 {
  color: #58595b;
  font-size: 16px; }

h5 {
  font-size: 16px;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px; }
  h2 {
    font-size: 18px; }
  h3 {
    font-size: 16px;
    color: #f5821f; }
  h4 {
    font-size: 14px;
    font-weight: bold; }
  h5 {
    font-size: 14px; } }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 140% !important;
  line-height: 1.5;
  color: #58595b !important;
  background-color: #fff; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: underline; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

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

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 768px) {
  .wrapper {
    width: 97.5%;
    margin: 0 auto;
    padding: 0; } }

/**
 * partials/header
 * ---
 */
#skip-link a {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0; }

.header {
  margin-top: 40px; }

.logo-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.header-links {
  float: right; }
  .header-links .header-links-list {
    display: inline-block;
    margin: 0; }
  .header-links ul {
    text-align: center; }
    .header-links ul li {
      display: inline-block;
      margin: 10px 10px 0 0;
      position: relative; }
      .header-links ul li .social-icon {
        font-size: 18px;
        color: #58595b;
        transition: all 350ms ease-in-out; }
        .header-links ul li .social-icon:hover {
          color: #f5821f; }
      .header-links ul li:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .header-links ul li .search-wrap {
        padding: 2.5px 5px;
        border: 1px solid #58595b; }
        .header-links ul li .search-wrap .search-input {
          border: 0;
          text-transform: none;
          letter-spacing: .05em; }
        .header-links ul li .search-wrap ::-webkit-input-placeholder {
          /* WebKit browsers */
          text-transform: uppercase; }
        .header-links ul li .search-wrap :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          text-transform: uppercase; }
        .header-links ul li .search-wrap ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          text-transform: uppercase; }
        .header-links ul li .search-wrap :-ms-input-placeholder {
          /* Internet Explorer 10+ */
          text-transform: uppercase; }
        .header-links ul li .search-wrap .search-submit {
          background-color: transparent;
          border: none;
          transition: all 350ms ease-in-out; }
          .header-links ul li .search-wrap .search-submit:hover {
            background-color: #f5821f;
            color: white; }
  .header-links:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

@media screen and (max-width: 768px) {
  .header-links {
    float: none; }
    .header-links ul li .search .search-wrap .search-submit {
      float: left; }
    .header-links ul li .search .search-wrap .search-input {
      width: 85%;
      display: inline-block; }
  .header-links-list {
    width: 95%; } }

/**
 * partials/nav
 * ---
 * Menus
 */
.nav {
  background-color: #2b5462;
  margin-top: 15px;
  margin-bottom: 0; }
  .nav ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    .nav ul li {
      display: inline-block;
      position: relative;
      border: 1px solid transparent; }
      .nav ul li:hover > .sub-menu {
        display: block;
        border: 1px solid #3d8dae; }
      .nav ul li:hover > .sub-menu .sub-menu {
        display: none; }
      .nav ul li a {
        color: #fff;
        padding: 10px 5px;
        margin: 0 10px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%; }

.sub-menu {
  position: absolute;
  background-color: #2b5462;
  display: none;
  z-index: 999;
  transition: all 350ms ease-in-out;
  width: 85%;
  min-width: 250px;
  padding: 5px !important;
  top: 100%;
  left: -1px;
  text-align: left; }
  .sub-menu li {
    text-align: left;
    padding: 2.5px;
    width: 100%;
    transition: all 350ms ease-in-out; }
    .sub-menu li:hover {
      background-color: #1b363f; }
    .sub-menu li a {
      font-size: 12px;
      width: 100%; }
    .sub-menu li:last-child {
      border-bottom: 0; }
    .sub-menu li .sub-menu {
      display: none; }

.mobile-menu {
  display: none; }

.mobile-close {
  display: none; }

.mobile-nav-wrap {
  display: none; }

@media screen and (max-width: 1040px) {
  .nav ul li a {
    color: #fff;
    padding: 10px 5px;
    margin: 0 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
    text-align: center; }
    .mobile-menu a {
      padding: 10px 15px;
      color: #fff;
      display: inline-block; }
  .nav {
    overflow: hidden; }
    .nav .mobile-close {
      display: block;
      text-align: center;
      color: #fff;
      margin: 10px auto;
      font-weight: bold;
      letter-spacing: .1em; }
      .nav .mobile-close i {
        font-size: 18px; }
    .nav ul {
      display: none;
      text-align: left; }
    .nav .sub-menu {
      position: relative;
      margin: 0 0 0 15px;
      text-align: left; }
      .nav .sub-menu .sub-menu {
        display: none; }
    .nav .menu-open {
      transform: translateX(0) !important; }
    .nav .mobile-nav-wrap {
      display: block;
      text-align: center;
      margin: 0;
      padding: 5px;
      position: fixed;
      top: 0;
      z-index: 999;
      width: 100%;
      height: 95vh;
      background-color: #2b5462;
      transform: translateX(150%);
      transition: all 350ms ease-in-out;
      overflow-y: scroll;
      overflow-x: hidden; }
      .nav .mobile-nav-wrap ul {
        display: block; }
        .nav .mobile-nav-wrap ul li {
          display: block;
          border-bottom: 1px solid #f5821f; }
          .nav .mobile-nav-wrap ul li a {
            color: #fff;
            padding: 2.5px;
            margin: 0 5px;
            display: inline-block;
            text-transform: uppercase;
            font-size: 14px; }
          .nav .mobile-nav-wrap ul li:last-child {
            border-bottom: 0; } }

/**
 * partials/sidebar
 * ---
 */
.sidebar .menu-wrap {
  background-color: #58595b;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 20px auto 30px auto; }
  .sidebar .menu-wrap ul {
    margin: 0 auto;
    text-align: left;
    width: 85%;
    padding: 30px 0; }
    .sidebar .menu-wrap ul li {
      display: block;
      border-bottom: 2px solid #fff;
      padding: 10px 0; }
      .sidebar .menu-wrap ul li a {
        font-size: 14px; }
    .sidebar .menu-wrap ul .current-menu-ancestor .sub-menu {
      display: block;
      position: relative;
      background-color: transparent;
      padding-bottom: 0 !important;
      margin-left: 7.5px; }
      .sidebar .menu-wrap ul .current-menu-ancestor .sub-menu li {
        border-bottom: 0 !important;
        width: auto; }
        .sidebar .menu-wrap ul .current-menu-ancestor .sub-menu li:hover {
          background-color: transparent; }
        .sidebar .menu-wrap ul .current-menu-ancestor .sub-menu li .sub-menu {
          display: block;
          position: relative;
          left: auto;
          padding-bottom: 0 !important; }
          .sidebar .menu-wrap ul .current-menu-ancestor .sub-menu li .sub-menu li {
            border-bottom: 0 !important;
            width: auto; }
            .sidebar .menu-wrap ul .current-menu-ancestor .sub-menu li .sub-menu li:hover {
              background-color: transparent; }
    .sidebar .menu-wrap ul .current_page_item {
      font-weight: bold;
      letter-spacing: 1px; }
      .sidebar .menu-wrap ul .current_page_item:before {
        content: "\f054";
        color: #fff;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        position: absolute;
        margin-left: -15px; }
      .sidebar .menu-wrap ul .current_page_item .sub-menu {
        display: block;
        position: relative;
        background-color: transparent;
        padding-bottom: 0 !important;
        margin-left: 7.5px; }
        .sidebar .menu-wrap ul .current_page_item .sub-menu:hover {
          background-color: transparent; }
        .sidebar .menu-wrap ul .current_page_item .sub-menu li {
          border-bottom: 0;
          width: auto;
          font-weight: normal; }
          .sidebar .menu-wrap ul .current_page_item .sub-menu li:hover {
            background-color: transparent; }
          .sidebar .menu-wrap ul .current_page_item .sub-menu li .sub-menu {
            display: block;
            position: relative;
            left: auto;
            padding-bottom: 0 !important; }
            .sidebar .menu-wrap ul .current_page_item .sub-menu li .sub-menu li {
              font-weight: normal;
              width: auto; }
              .sidebar .menu-wrap ul .current_page_item .sub-menu li .sub-menu li:hover {
                background-color: transparent; }
    .sidebar .menu-wrap ul a {
      color: #fff;
      padding: 5px 0; }

.mobile-sidebar {
  display: none; }

#divReEmpCareerMatchesPortrait {
  margin: 30px auto; }

@media screen and (max-width: 768px) {
  .mobile-sidebar {
    display: block; }
  .desktop-sidebar {
    display: none; }
  .sidebar .menu-wrap {
    max-width: none; } }

/**
 * partials/footer
 * ---
 */
.footer {
  border-top: 3px solid #2b5462;
  padding-top: 2em;
  width: 100%;
  max-width: 1280px;
  margin: 2em auto;
  text-align: center; }
  .footer p {
    font-size: 12px; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * partials/pages
 * ---
 */
.image-header {
  position: relative;
  margin-bottom: 2em; }
  .image-header .title-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(245, 130, 31, 0.75); }
    .image-header .title-wrap h1 {
      margin: 0;
      padding: 25px 0;
      color: #fff;
      text-transform: uppercase;
      max-height: 100%; }
  .image-header img {
    width: 100%;
    height: auto; }

/*Home*/
.slide-show .slide {
  position: relative;
  max-height: 475px;
  overflow: hidden; }
  .slide-show .slide .slide-image {
    width: 65%;
    height: auto; }
  .slide-show .slide .slide-text-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    padding: 2em;
    height: 100%;
    width: 45%;
    max-width: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .slide-show .slide .slide-text-wrap .slide-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75%; }
      .slide-show .slide .slide-text-wrap .slide-text h1 {
        color: #fff; }
      .slide-show .slide .slide-text-wrap .slide-text p {
        font-size: 18px; }
      .slide-show .slide .slide-text-wrap .slide-text .slider-dots {
        margin-top: 30px;
        color: #fff; }
        .slide-show .slide .slide-text-wrap .slide-text .slider-dots .slick-dots li button:before {
          color: #fff; }
    .slide-show .slide .slide-text-wrap .arrow-overlay {
      position: absolute;
      left: -39.22px;
      height: 100%;
      width: auto;
      top: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: 15px;
  right: 0;
  z-index: 999;
  width: 40%; }
  .slick-dots li button:before {
    color: #fff; }
  .slick-dots li.slick-active button:before {
    color: #fff; }

.box, .box-thin {
  position: relative;
  display: block;
  margin-top: 30px; }
  .box .box-text-wrap, .box-thin .box-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 350ms ease-in-out; }
    .box .box-text-wrap p, .box-thin .box-text-wrap p {
      margin: 0;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
  .box img, .box-thin img {
    width: 100%;
    height: auto; }
  .box:hover .box-text-wrap, .box-thin:hover .box-text-wrap {
    height: 100%;
    background-color: #f5821f; }

/*Job Board*/
.board-item {
  text-align: center; }
  .board-item a img {
    width: 85%;
    height: auto;
    display: block;
    margin: 15px auto; }
  .board-item a .board-title {
    text-align: center; }
  .board-item .board-text {
    text-align: center; }

@media screen and (max-width: 768px) {
  .image-header {
    margin-bottom: 10px; }
    .image-header .title-wrap {
      position: relative;
      bottom: auto;
      width: 100%;
      text-align: center;
      background-color: #f5821f; }
    .image-header img {
      width: 100%;
      height: auto; }
  .slide-show .slide .slide-text-wrap .slide-text {
    width: 85%; }
    .slide-show .slide .slide-text-wrap .slide-text h1 {
      font-size: 20px; }
    .slide-show .slide .slide-text-wrap .slide-text p {
      font-size: 14px; } }

@media screen and (max-width: 415px) {
  .slide-show .slide .slide-image {
    width: 100%; }
  .slide-show .slide .slide-text-wrap {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0); }
    .slide-show .slide .slide-text-wrap .slide-text {
      width: 95%;
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0, 0); }
      .slide-show .slide .slide-text-wrap .slide-text h1 {
        font-size: 20px; }
      .slide-show .slide .slide-text-wrap .slide-text p {
        font-size: 14px; }
  .slick-dots {
    bottom: 5px;
    right: 0;
    z-index: 999;
    width: 100%; } }
