@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #484848;
  background-color: #ffffff;
}

#pageWrap {
  font-size: 18px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0000cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0000cc;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 17px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #2164f3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0c4cd5;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #2164f3;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0c4cd5;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:focus {
  outline: none;
}

input {
  box-sizing: border-box;
  -webkit-appearance: none !important;
}

input:focus {
  outline: none;
}

select {
  width: 100%;
}

select:focus {
  outline: none;
}

br {
  display: none;
}

.btn {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}



.btn-rounded {
  border-radius: 6px;
}

.btn-primary {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}




.btn-secondary {
  color: #333;
  text-shadow: 0 0 rgba(0, 0, 0, 0.56);
  border-color: #dedede;
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #faf7f9, #e2dee0);
  background-image: linear-gradient(to bottom, #faf7f9, #e2dee0);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.21), 0 1px 2px rgba(0, 0, 0, 0.34);
}

.btn-secondary:hover {
  color: #333;
  border-color: #dedede;
  background-image: none;
}

.btn-secondary:focus {
  color: #686868;
  border-color: #dedede;
  background-image: none;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.21), 0 1px 2px rgba(0, 0, 0, 0.34), inset 0px 6px 12px 0px rgba(0, 0, 0, 0.21);
}

.btn-transparent {
  background: none;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-shadow: none;
}

.btn-transparent:hover {
  color: #2164f3;
  border-color: #fff;
  background: #fff;
}

.btn-transparent:focus {
  color: #2164f3;
  border-color: #fff;
  background: #fff;
  box-shadow: inset 0px 6px 12px 0px rgba(0, 0, 0, 0.21);
}

.header {
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: relative;
  z-index: 999;
}

.offcanvas-expanded .header {
  background: #427bf5;
}

.header.affix {
  position: static;
}

#g_nav {
  border-bottom: 1px solid #ccc;
  font: 400 13px/1.3 Arial, Helvetica, sans-serif;
  margin-bottom: 0 !important;
}

#g_nav:before,
#g_nav:after {
  content: " ";
  display: table;
}

#g_nav:after {
  clear: both;
}

/*
.header__top:before,
.header__top:after {
	content: " ";
	display: table;
}

*/
/*
.header__top:after {
	clear: both;
}
*/
.main-nav {
  float: left;
  line-height: 1;
}

#p_nav {
  margin: 0;
  padding: 0;
}

.main-nav__item {
  display: inline-block;
  padding: 9px 12px;
  margin-right: -4px;
}

.navBi a {
  display: block;
  line-height: 1.38461538;
}

.navBi a.selected {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  color: #000;
}

/*
.navBi {
	padding:7px 12px !important;
}
*/
#userOptions {
  z-index: 9999 !important;
}

.sign-in {
  display: block;
  margin: 9px 12px;
  line-height: 1.38461538;
  float: right;
}

.header__bottom {
  padding: 20px 0;
  position: relative;
}

.post-job-btn {
  width: auto;
  font-size: 17px;
  position: absolute;
  left: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.contact-btn {
  width: auto;
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 0;
}

.page-logo {
  display: block;
  width: 339px;
  height: 49px;
  background: url("logo-blue2.png") no-repeat;
  background-size: cover;
  text-indent: -5000px;
  float: left;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/*$class: ja_;*/
/*@if str-length($locale) == 5 {*/
/* image locale file names are backwards co then lang. */
/*}*/
[class*=ja_] .page-logo {
  background-image: url("logo-blue2.png");
  height: 48px;
  width: 302px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [class*=ja_] .page-logo {
    background-image: url("logo-blue2.png");
  }
}
.offcanvas-expanded [class*=ja_] .page-logo {
  background-image: url("logo-blue2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  [class*=ja_] .page-logo {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  [class*=ja_] .page-logo {
    width: 201px;
  }
}

@media (min-width: 1024px) {
  .page-logo {
    margin-left: -14px;
  }
}
.page-logo:hover,
.page-logo:focus {
  border: none;
}

.mobile-nav-toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 3px;
  height: 23px;
  width: 40px;
  z-index: 100;
  border: none;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus {
  border: none;
}

.menubars {
  width: 100%;
  height: 4px;
  margin: 10px 0;
  background: #2164f3;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out 0.3s;
  transition: background 0.3s ease-in-out 0.3s;
}

.offcanvas-expanded .menubars {
  background: none;
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}

.menubars:before,
.menubars:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #2164f3;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menubars:before {
  top: -10px;
}

.offcanvas-expanded .menubars:before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532199, M12=-sin(-45), M21=-0.85090352, M22=0.52532199)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;
}

.menubars:after {
  top: 10px;
}

.offcanvas-expanded .menubars:after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532199, M12=-sin(45), M21=0.85090352, M22=0.52532199)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;
}

.offcanvas {
  background: rgba(33, 100, 243, 0.95);
  height: 100vh;
  height: 100%;
  min-height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  margin: 0 -100% 0 0;
  padding: 72px 0 0 0;
  z-index: 998;
  visibility: visible;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: margin .7s ease;
  transition: margin .7s ease;
}

.offcanvas-expanded .offcanvas {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
  transition: margin 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
}

.mobile-nav__list {
  font-size: 22px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
}

.mobile-nav__item {
  display: block;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #759bf6;
}

.offcanvas-expanded .mobile-nav__item {
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile-nav__link {
  display: block;
  padding: 11px 0;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.mobile-nav__link:hover {
  color: #fff;
  text-decoration: none;
}

.mobile-nav__link:focus {
  background: #5d90fb;
  color: #fff;
  text-decoration: none;
}

[class*=nav__list] a[class*=__link].currentPage {
  text-decoration: underline;
}

.subheader {
  background-color: #205ee9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1640f6;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #1640f6 0%, #1643f8 1%, #1744f5 7%, #184bf6 18%, #1a50f1 27%, #1b53f2 35%, #1d56ee 39%, #1d59ef 45%, #1d59eb 51%, #1f5eeb 57%, #2060e8 65%, #1f5de2 100%);
  background-image: linear-gradient(to bottom, #1640f6 0%, #1643f8 1%, #1744f5 7%, #184bf6 18%, #1a50f1 27%, #1b53f2 35%, #1d56ee 39%, #1d59ef 45%, #1d59eb 51%, #1f5eeb 57%, #2060e8 65%, #1f5de2 100%);
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  position: relative;
}

.subheader .container {
  position: relative;
}

.subheader__content-wrapper {
  display: table;
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 10;
}

.homepage .subheader__content-wrapper,
.why-indeed-pg .subheader__content-wrapper,
.success-pg .subheader__content-wrapper,
.case-study-detail-pg .subheader__content-wrapper,
.subheader--has-image .subheader__content-wrapper {
  height: 350px;
}

.why-indeed-pg .subheader__content-wrapper {
  height: 280px;
}

.case-study-detail-pg .footer .show-this {
  opacity: 1;
}

.case-study-detail-pg h1 {
  font-size: 24px;
}

.faq-pg .subheader__content-wrapper {
  height: 150px;
}

.pricing-pg .subheader__content-wrapper,
.resources-pg .subheader__content-wrapper {
  text-align: center;
}

.subheader__content {
  display: table-cell;
  vertical-align: middle;
}

.subheader__image-wrapper {
  position: relative;
}

.post-job-pg .subheader__image-wrapper,
.resume-search-pg .subheader__image-wrapper {
  margin: 30px 0 0 0;
  bottom: 0;
}

.company-pages-pg .subheader__image-wrapper {
  width: 115%;
  left: -7.5%;
  right: -7.5%;
}

.subheader__image {
  display: block;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}

.subheader__video {
  position: relative;
  display: block;
  border: none;
  z-index: 10;
}

.subheader__video:hover,
.subheader__video:focus {
  border: none;
}

.subheader__video:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url("../../company_sumikominavi/other/%22%22") -335px center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -40px;
  z-index: 10;
}

.subheader__title {
  margin: 0 0 25px 0;
}

.faq-pg .subheader__title {
  margin: 0;
}

.pricing-pg .subheader__title {
  font-size: 41px;
  margin: 0 0 15px 0;
}

.resources-pg .subheader__title {
  margin: 0 0 10px 0;
}

h1.subheader__page {
  margin: 17px 0;
}

.subheader__page {
  margin: 0 0 17px 0;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
}

h3.subheader__page {
  font-size: 18px;
}

h1.subheader__title {
  font-size: 38px;
}

.subheader__description {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
line-height: 2rem;
}

.subheader__quote {
  margin: 0;
  padding: 0;
  border: none;
}

.subheader__quote p {
  margin: 0 0 15px 0;
  font-size: 26px;
  line-height: 1.26666667;
}

.subheader__quote span {
  display: block;
  margin: 0 0 20px 0;
  font-size: 19px;
}

.subheader__quote img {
  position: static;
  /*
  	max-width:400px;
  	max-height:90px;
  */
}

.subheader__form {
  margin: -8px 0 0 0;
}

.subheader__input {
  font-weight: 400;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 17px auto;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 6px;
  padding: 0 25px;
  font-size: 22px;
}

.subheader__more {
  position: absolute;
  right: 10px;
  top: 35px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: inherit;
}

.subheader__more:hover,
.subheader__more:focus {
  color: #fff;
}

.subheader__btn,
.subheader__submit {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.subheader--indeed-resume .subheader__btn,
.subheader--indeed-resume .subheader__submit {
  max-width: 240px;
}

.subheader__submit {
  padding-top: 8px;
  padding-bottom: 8px;
}

.resource-filter {
  text-shadow: none;
}

.resource-filter .select2-container {
  text-align: left;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  color: #3c4046;
  margin: 10px 0;
}

.resource-filter .select2-container .select2-selection--single,
.resource-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}

.resource-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  color: #afb0b2;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.resource-filter .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 36px;
}

.resource-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 36px;
}

.resource-filter *:focus {
  outline: none;
}

.resource-filter__select {
  text-align: left;
  width: 100%;
}

.product-slider {
  padding: 40px 0 0 0;
}

.product-slider__title {
  text-align: center;
  margin: 0 0 40px 0;
}

.product-slider__title {
  font-size: 28px;
}

.content-slider {
  z-index: 200;
}

.content-slider .slick-list {
  overflow: visible;
}

.content-slider__item {
  margin-bottom: 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  text-align: center;
}

.content-slider__item.slick-current {
  opacity: 1;
}

.content-slider__item.slick-current:before,
.content-slider__item.slick-current:after {
  position: absolute;
  z-index: 20;
}

.content-slider__item:focus {
  outline: none;
}

.content-slider__item:before {
  height: 1px;
  background: #d5d4d4;
  right: -125px;
  top: 34px;
  left: 0%;
}

.content-slider__item:after {
  width: 30px;
  height: 30px;
  background: url("../../company_sumikominavi/other/%22%22") no-repeat;
  top: 18px;
  right: -137px;
}

.content-slider__item--mobile-recruiting:before {
  right: -208px;
}

.content-slider__item--mobile-recruiting:after {
  right: -218px;
}

.content-slider__item--featured-employer:before {
  right: -194px;
}

.content-slider__item--featured-employer:after {
  right: -204px;
}

.content-slider__title {
  margin: 0 0 3px 0;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ff6600;
}

.content-slider__title a {
  color: inherit;
}

.content-slider__item.slick-current .content-slider__title {
  color: #0000cc;
}

.content-slider__description {
  font-size: 16px;
  line-height: 1.42857143;
  color: #494949;
  margin: 0;
}

.content-slider__image {
  max-width: 100%;
  margin: 30px 0 0 0;
}

.image-slider {
  z-index: 100;
  width: 621px;
}

.image-slider .slick-list {
  overflow: visible;
}

.image-slider__item:focus {
  outline: none;
}

.image-slider__img {
  margin-top: 25px;
}

.image-slider__item--featured-employer .image-slider__img {
  position: relative;
  right: 108px;
}

.image-slider__item--job-postings .image-slider__img,
.image-slider__item--indeed-resume .image-slider__img,
.image-slider__item--company-pages .image-slider__img {
  width: 108%;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse.in {
  display: block;
}

.collapse {
  display: none;
}

.tab-navigation--how-indeed-works {
  border-bottom: 1px solid #c9c9c9;
}

.tab-navigation--how-indeed-works .tab-navigation__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  max-width: 1025px;
}

.tab-navigation--how-indeed-works .tab-navigation__item {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 4px solid transparent;
}

.tab-navigation--how-indeed-works .tab-navigation__item.active {
  color: #ff6600;
  border-bottom: 4px solid #ff6600;
}

.tab-navigation--how-indeed-works .tab-navigation__item.active .tab-navigation__link {
  color: #ff6600;
}

.tab-navigation--how-indeed-works .tab-navigation__link {
  display: block;
  padding: 20px 15px;
  font-size: 20px;
  color: #878788;
  text-align: center;
}

.tab-navigation--how-indeed-works .tab-navigation__link:hover,
.tab-navigation--how-indeed-works .tab-navigation__link:focus {
  color: #ff6600;
  text-decoration: none;
}

.tab-content--how-indeed-works .content-block__title {
  font-size: 30px;
}

.tab-content--how-indeed-works .content-block:first-of-type .content-block__title {
  color: #494949;
}

.tab-content--how-indeed-works .picture-block {
  padding: 90px 0;
  text-align: left;
}

.tab-content--how-indeed-works .picture-block__title {
  margin: 0 0 10px 70px;
  font-size: 25px;
  line-height: 1.27027027;
}

.tab-content--how-indeed-works .picture-block__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.tab-content--how-indeed-works .col-sm-pull-6 .picture-block__img {
  margin: 0;
}

.tab-navigation--faq {
  margin: 0 -21px 0 0;
}

.tab-navigation--faq .tab-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-navigation--faq .tab-navigation__link {
  display: block;
  padding: 32px 20px;
  font-size: 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  background: #fff;
  color: #ff6600;
  position: relative;
}

.tab-navigation--faq .tab-navigation__link.collapsed {
  color: #0000cc;
}

.tab-navigation--faq .tab-navigation__link.collapsed:after {
  background-position: right center;
}

.tab-navigation--faq .tab-navigation__link:hover,
.tab-navigation--faq .tab-navigation__link:focus {
  border-bottom: none;
}

.tab-navigation--faq .tab-navigation__link:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url("../../company_sumikominavi/other/%22%22") no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
}

.tab-navigation--faq .tab-navigation__item.active .tab-navigation__link {
  border-color: #e5e5e5;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  color: #ff6600;
  background: #fff;
}

.tab-navigation--faq .tab-navigation__item.active .tab-navigation__link:after {
  display: block;
  width: 10px;
  height: 18px;
  margin-top: -9px;
  margin-right: -10px;
  background: url("../../company_sumikominavi/other/%22%22") no-repeat;
}

.faq-accordion .panel-title {
  display: block;
  padding: 20px;
  font-size: 22px;
  line-height: 1.45454545;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
}

.faq-accordion .panel-title a {
  display: block;
  color: #ff6600;
}

.faq-accordion .panel-title a:hover,
.faq-accordion .panel-title a:focus {
  text-decoration: none;
}

.faq-accordion .panel-title a.collapsed {
  color: #0000cc;
}

.faq-accordion .panel-body {
  padding: 20px 30px 1px 30px;
  margin-left: 20px;
  border-left: 12px solid #e9e9e9;
}

.faq-accordion .panel-body p {
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 1.42857143;
}

.quote-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../company_sumikominavi/other/%22%22") repeat;
}

.quote-block__content-wrapper {
  display: table;
  width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
  z-index: 200;
}

.quote-block__content {
  display: table-cell;
  vertical-align: middle;
}

.client-quote {
  margin: 0;
  padding: 0;
  color: #fff;
  border: none;
  font-size: 22px;
  line-height: 1.2;
}

.client-quote p {
  margin: 0 0 25px 0;
}

.client-quote__author {
  font-size: 18px;
  line-height: 1.38095238;
  margin: 0;
  padding: 5px 0 0 0;
}

.client-quote__author span {
  display: block;
}

.content-block {
  padding: 50px 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}

.content-block--gray {
  background: #f5f6f7;
  border: none;
  margin-top: -1px;
}

.content-block--blue {
  background: #eaeaef;
  border: none;
  margin-top: -1px;
}

.content-block[style*="background-image:"],
.content-block--has-background {
  padding-bottom: 45%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% auto;
}

.content-block__title {
  margin: 0 0 10px 0;
}

.content-block:first-child .content-block__title {
  color: #2164f3;
}

.content-block__description {
  margin-bottom: 40px;
}

.content-block__description p {
  margin: 0 0 40px 0;
}

.content-block__image {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 100%;
}

.content-block__cta {
  max-width: 375px;
  margin: 28px 0 36px 0;
}

.content-block__separator {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c9caca;
}

.features-list + .content-block__separator {
  margin-top: 0;
}

.content-block__link {
  display: inline-block;
  margin: 5px 0 40px 0;
  font-size: 20px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.search-form {
  margin: 33px 0 26px 0;
}

.search-form input[type='search'],
.search-form input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  font-size: 22px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  color: #333;
}

.search-form input[type='search']:focus,
.search-form input[type='text']:focus {
  border-color: #2164f3;
  box-shadow: 0px 0px 4px 3px rgba(111, 155, 250, 0.23);
}

.search-form input[type='submit'] {
  max-width: 200px;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 22px;
  position: relative;
  top: -4px;
}

.features-list {
  margin: -20px 0 0 0;
  padding: 0;
  list-style: none;
}

.features-list:before,
.features-list:after {
  content: " ";
  display: table;
}

.features-list:after {
  clear: both;
}

.features-list:before,
.features-list:after {
  content: " ";
  display: table;
}

.features-list:after {
  clear: both;
}

.content-block__title + .features-list {
  padding-top: 25px;
}

.features-list__item {
  float: left;
  padding: 0 20px;
  margin: 0 0 40px 0;
  width: 100%;
}

.features-list__title {
  margin: 20px auto 30px auto;
  color: #ff6600;
  line-height: 1.25;
}

.content-block__title + .features-list .features-list__title {
  margin-bottom: 25px;
  height: auto;
  min-height: 90px;
}

.features-list__image {
  display: block;
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}

@media (max-width: 1023px) {
  .features-list__image {
    margin-bottom: 12px;
  }

  .features-list__item {
    margin: 0;
  }

  .features-list__item:last-child {
    margin-bottom: 30px;
  }
}
.features-list__image:first-child {
  margin-top: 20px;
}

.features-list__description {
  margin: -5px 0;
}

.features-list__description span {
  display: block;
  margin: 29px 0 10px 0;
  font-size: 17px;
  color: #8e8e8e;
}

.benefits-list {
  padding: 25px 0 0 0;
  margin: 0 0 -30px 0;
  list-style: none;
}

.benefits-list:before,
.benefits-list:after {
  content: " ";
  display: table;
}

.benefits-list:after {
  clear: both;
}

.benefits-list:before,
.benefits-list:after {
  content: " ";
  display: table;
}

.benefits-list:after {
  clear: both;
}

.content-block__title + .benefits-list {
  padding-top: 30px;
}

.benefits-list__item {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 15px;
}

.benefits-list__icon {
  margin-bottom: 10px;
}

.benefits-list__title {
  line-height: 1.42857143;
}

.perks-block {
  border: 1px solid #e9e9e9;
  margin: 0 0 40px 0;
}

.perks-block--wide {
  padding-left: 15px;
  padding-right: 15px;
}

.perks-block__header {
  padding: 40px 20px;
  background: #f5f6f7;
}

.perks-block--wide .perks-block__header {
  background: none;
  padding-bottom: 0;
}

.perks-block__title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.16666667;
  color: #ff6600;
}

.perks-block--wide .perks-block__title {
  margin-bottom: 0;
}

.perks-block__footer {
  padding: 35px 20px;
  background: #f5f6f7;
  display: none;
}

.perks-block--wide .perks-block__footer {
  padding: 45px 40px 35px 40px;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

.perks-block__cta {
  max-width: 265px;
}

.perks-block--wide .perks-block__cta {
  margin-bottom: 30px;
}

.perks-block__note {
  margin: 0;
}

.perk-list {
  margin: 0 20px;
  padding: 0;
  list-style: none;
}

.perk {
  padding: 25px 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
  font-size: 18px;
}

.perk:first-child {
  border-top: none;
}

.perk:first-child:before {
  display: none;
}

.perks-block--wide .perk {
  padding: 40px 0;
}

.perks-block--wide .perk:before {
  content: 'or';
  display: block;
  padding: 0 15px;
  position: absolute;
  top: -18px;
  left: 50%;
  background: #fff;
  z-index: 2;
  margin-left: -35px;
  font-size: 21px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
}

.perks-block--wide .perk:first-child:before {
  display: none;
}

.perk__title {
  font-size: 22px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
  margin: 0 0 2px 0;
}

.perk__description {
  margin: 0;
}

.ats {
  padding: 40px 0 0 0;
}

.ats__title {
  margin: 0 0 30px 0;
  text-align: center;
}

.ats__subtitle {
  margin: 0 0 30px 0;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
  text-align: center;
}

.ats-list {
  margin: -5px -5px 40px -5px;
  padding: 0;
  list-style: none;
}

.ats-list:before,
.ats-list:after {
  content: " ";
  display: table;
}

.ats-list:after {
  clear: both;
}

.ats-list:before,
.ats-list:after {
  content: " ";
  display: table;
}

.ats-list:after {
  clear: both;
}

.ats-list__item {
  display: table;
  float: left;
  width: 100%;
  padding: 5px;
}

.ats-list__link {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 33px 16px 33px;
  border: 1px solid #d6d6d6;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.ats-list__link:hover,
.ats-list__link:focus {
  border-color: #d6d6d6;
}

.show-more {
  text-align: center;
  padding: 0 0 50px 0;
}

.show-more__link {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.ats-connect {
  background: #f5f6f7;
  margin: 0 -20px;
  padding: 40px 20px;
  border-bottom: 1px solid #d6d6d6;
}

.ats-connect__description {
  margin: 0 0 40px 0;
  text-align: center;
}

.ats-form .select2-container {
  margin-bottom: 20px;
  width: 100% !important;
}

.ats-form .select2-container .select2-selection--single,
.ats-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 72px;
}

.ats-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 72px;
}

.ats-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 40px;
}

.ats-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
}

.ats-form *:focus {
  outline: none;
}

.ats-form__label {
  display: block;
  font-size: 26px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}

.ats-form__select {
  max-width: 70%;
}

.ats-form__submit {
  display: block;
  margin: 0 auto;
}

.ats-form__submit.ats-form__submit {
  width: auto;
}

.partner-spotlight {
  padding: 40px 0 0 0;
}

.partner-spotlight--gray {
  background: #f5f6f7;
}

.partner-spotlight__title {
  margin: 0 0 30px 0;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  color: #3c4046;
  text-align: center;
}

.partner-spotlight__client {
  margin: 0 0 40px 0;
  font-size: 32px;
  color: #3c4046;
  text-align: center;
}

.partner-spotlight__subtitle {
  margin: 0 0 10px 0;
  color: #ff6600;
}

.partner-spotlight__description {
  margin: 0 0 40px 0;
}

.results-block {
  margin-bottom: 35px;
}

.partner-spotlight__subtitle + .results-block {
  margin-top: 25px;
}

.results-block__icn {
  display: none;
  float: left;
  margin: -2px 18px 0 0;
}

.results-block__title {
  margin: 0 0 5px 0;
  font-size: 21px;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
}

.results-block__content:before,
.results-block__content:after {
  content: " ";
  display: table;
}

.results-block__content:after {
  clear: both;
}

.results-block__content:before,
.results-block__content:after {
  content: " ";
  display: table;
}

.results-block__content:after {
  clear: both;
}

.results-block__content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.31578947;
}

.results-block__content p strong {
  color: #ff6600;
}

.results-block__content img {
  display: none;
  width: 40%;
  padding: 10px 25px 10px 0;
  margin-right: -4px;
  vertical-align: middle;
}

.results-block__content img + p {
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.contact-cta {
  padding: 60px 0 35px 0;
  text-align: center;
}

section[class*="--gray"] + .contact-cta--gray {
  padding-top: 0;
}

.contact-cta--gray {
  background: #f5f6f7;
}

.contact-cta--blue {
  background: #eaeaef;
}

.contact-cta__title {
  margin-bottom: 32px;
}

section[class*="--gray"] + .contact-cta--gray .contact-cta__title {
  padding-top: 40px;
  border-top: 1px solid #c7c8cc;
}

.contact-cta__title br {
  display: inline-block;
}

.contact-cta__btn {
  max-width: 375px;
}

.picture-block {
  margin: -1px 0 0 0;
  padding: 40px 0 60px 0;
  border-top: 1px solid #c9c9c9;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.content-block + .picture-block {
  border-top: none;
  padding-top: 0;
}

.picture-block__icn {
  position: absolute;
  top: 3px;
}

.picture-block__title {
  margin: 0 0 5px 0;
  color: #ff6600;
}

.picture-block__content h3 {
  margin: 30px 0 5px 0;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
}

.picture-block__content p {
  font-size: 18px;
  margin: 0 0 40px 0;
}

.picture-block__img {
  max-width: 100%;
  margin: 0 auto;
}

.picture-block--mobile-recruiting .picture-block__img {
  margin-bottom: -60px;
}

.bottom-ctas {
  padding: 40px 0 15px 0;
  background: #f5f6f7;
  text-align: center;
}

.bottom-ctas__block {
  margin: 0 50px 20px;
}

.bottom-ctas__title {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.36;
}

.bottom-ctas__btn {
  max-width: 315px;
  padding-left: 20px;
  padding-right: 20px;
}

.about {
  padding: 40px 0 0 0;
  margin: -1px 0 0 0;
  background: #f5f6f7;
  position: relative;
}

.about .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.about .row {
  margin-left: -20px;
  margin-right: -20px;
}

.about [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

.about__icn {
  margin-bottom: 12px;
  position: absolute;
}

.about__title {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding-left: 70px;
  color: #ff6600;
}

.about__description {
  font-size: 16px;
  margin: 0 0 40px 0;
  padding-left: 70px;
line-height: 1.5rem;
}

.about__disclaimer {
    font-size:14px;
}

.video-tagline {
  padding: 40px 0;
  background: #f5f6f7;
  text-align: center;
  border-top: 1px solid #dcdddd;
}

.video-tagline__title {
  margin: 0 0 5px 0;
  color: #2164f3;
}

.video-tagline__description {
  font-size: 16px;
  margin-bottom: 0;
}

.video-tagline__description.lrg {
  font-size: 20px;
  color: #2164f3;
}

.view-products {
  padding: 20px 0;
  text-align: center;
  background: #eaeaef;
}

.view-products__link {
  font-size: 22px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
}

.pricing {
  margin: 70px 0 0 0;
  padding: 50px 0 0 0;
  background: #f5f6f7;
}

.pricing__title {
  margin: 0 0 20px 0;
  text-align: center;
}

.pricing__description {
  text-align: center;
  display: none;
}

.pricing__description p {
  margin: 0 0 35px 0;
  line-height: 1.52380952;
}

.pricing__description p strong {
  color: #000;
}

.pricing-list {
  padding: 30px 0 0 0;
  margin: 0;
  list-style: none;
}

.pricing-list:before,
.pricing-list:after {
  content: " ";
  display: table;
}

.pricing-list:after {
  clear: both;
}

.pricing-list:before,
.pricing-list:after {
  content: " ";
  display: table;
}

.pricing-list:after {
  clear: both;
}

.pricing-list__item {
  width: 100%;
  float: left;
  padding: 0 4px;
}

.pricing-block {
  padding: 35px 35px 0 35px;
  margin: 0 0 40px 0;
  background: #fff;
  text-align: center;
}

.pricing-block__header {
  padding: 35px;
  margin: -35px -35px 0 -35px;
  background: #eaeaef;
}

.pricing-block__header p {
  font-size: 19px;
  margin: 5px 0 20px 0;
}

.pricing-block__title {
  color: #ff6600;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.pricing-block__content p {
  margin: 0;
  padding: 30px 0;
  font-size: 17px;
  line-height: 1.47058824;
  position: relative;
}

.pricing-block__content p:before {
  content: '';
  display: block;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
}

.pricing-block__content p:first-child:before {
  display: none;
}

.pricing-block__footer {
  display: none;
  margin: 0 -35px;
  padding: 50px 35px;
  background: #eaeaef;
}

.pricing-block__btn {
  font-size: 17px;
}

.pricing-table {
  padding: 25px 0 0 0;
  margin: 0 -5px;
  position: relative;
}

.pricing-table:before,
.pricing-table:after {
  content: " ";
  display: table;
}

.pricing-table:after {
  clear: both;
}

.pricing-table:before,
.pricing-table:after {
  content: " ";
  display: table;
}

.pricing-table:after {
  clear: both;
}

.pricing-table__inner {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.pricing-table__inner:before,
.pricing-table__inner:after {
  content: " ";
  display: table;
}

.pricing-table__inner:after {
  clear: both;
}

.pricing-table__inner:before,
.pricing-table__inner:after {
  content: " ";
  display: table;
}

.pricing-table__inner:after {
  clear: both;
}

.pricing-table__column {
  width: 100%;
  margin: 0 0 40px 0;
  border: 1px solid #d4d4d4;
}

.pricing-table__column.pricing-table__column--first {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  border: none;
}

.pricing-table__column.pricing-table__column--first .pricing-table__cell {
  display: none;
}

.pricing-table__cell {
  padding: 15px 30px;
  background: #fff;
  font-size: 17px;
  line-height: 1.41176471;
  text-align: center;
}

.pricing-table__cell--heading {
  padding: 15px 25px;
  font-size: 19px;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  background: #eaeaef;
  border-bottom: 10px solid #f5f6f7;
}

.pricing-table__cell--heading.pricing-table__cell--row5 {
  border-color: #eaeaef;
}

.pricing-table__cell--empty {
  background: none;
}

.pricing-table__cell--row1 {
  text-align: center !important;
}

.pricing-table__cell--row5 {
  padding-bottom: 30px;
}

.pricing-table__cell img {
  max-width: 100%;
  margin: 20px 0;
}

.case-studies-header__inner {
  border-bottom: 1px solid #c7c7c7;
  margin: 0 -20px;
  padding: 0 20px;
}

.case-studies-header__inner:before,
.case-studies-header__inner:after {
  content: " ";
  display: table;
}

.case-studies-header__inner:after {
  clear: both;
}

.case-studies-header__inner:before,
.case-studies-header__inner:after {
  content: " ";
  display: table;
}

.case-studies-header__inner:after {
  clear: both;
}

.active-filter {
  padding: 20px 0;
  margin: 0;
}

.active-filter strong {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #000;
}

.filter-toggle {
  color: #0000cc;
  cursor: pointer;
}

.filters--mobile {
  padding: 0 0 20px 0;
}

.filters--desktop {
  display: none;
  padding: 29px 0 33px 0;
}

.filters__list-wrapper {
  position: relative;
}

.filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters--mobile .filters__list {
  display: none;
  width: 280px;
  position: absolute;
  top: 43px;
  left: 0;
  background: #2878f5;
  background: -webkit-linear-gradient(top, #2878f5 0%, #236bf5 40%, #2469f5 42%, #2168f4 42%, #2366f3 48%, #1e5ef3 63%, #1d55f0 83%, #1b51f1 100%);
  background: linear-gradient(to bottom, #2878f5 0%, #236bf5 40%, #2469f5 42%, #2168f4 42%, #2366f3 48%, #1e5ef3 63%, #1d55f0 83%, #1b51f1 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2878f5', endColorstr='#1b51f1', GradientType=0)";
  text-align: left;
  border-radius: 6px;
  z-index: 300;
}

.filters--mobile .filters__list:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #236bf5;
  position: absolute;
  top: -10px;
  left: 14px;
}

.filters--desktop .filters__list {
  margin: 0 -20px;
}

.filters--desktop .filters__list:after {
  display: none;
}

.filters--mobile .filters__item {
  border-top: 1px solid #407efb;
  overflow: hidden;
}

.filters--mobile .filters__item:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.filters--mobile .filters__item:last-child {
  border-radius: 0 0 6px 6px;
}

.filters--desktop .filters__item {
  display: inline-block;
  padding: 0 20px;
  margin-right: -4px;
}

.filters__link {
  display: block;
}

.filters--mobile .filters__link {
  padding: 15px 24px;
  font-size: 18px;
  color: #fff;
}

.filters--mobile .filters__link:hover {
  color: #fff;
  background: #437df9;
  text-decoration: none;
}

.filters--mobile .filters__link:focus {
  box-shadow: inset 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
  background: none;
  color: #d5ddf9;
  text-decoration: none;
}

.filters--desktop .filters__link {
  padding: 0;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #0000cc;
}

.filters--desktop .filters__link:hover,
.filters--desktop .filters__link:focus {
  color: #0000cc;
}

.filters--desktop .filters__link.selected {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  color: #000;
}

.filters--desktop .filters__link.selected:hover,
.filters--desktop .filters__link.selected:focus {
  color: #000;
}

.case-studies-list {
  padding: 40px 0;
}

.case-study-detail + .case-studies-list {
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: -40px;
}

.case-studies-list__title {
  margin: 0 0 44px 0;
}

.load-more {
  text-align: center;
}

.load-more__link {
  display: inline-block;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.social-share {
  margin: 26px -7px;
  padding: 0;
  list-style: none;
}

.social-share__item {
  display: inline-block;
  margin-right: -4px;
  padding: 0 7px;
}

.social-share__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-indent: -5000px;
  background-image: url("../../company_sumikominavi/other/%22%22");
  background-repeat: no-repeat;
}

.social-share__link--linkedin {
  background-color: #2085c7;
  background-position: -16px center;
}

.social-share__link--twitter {
  background-color: #78cdf0;
  background-position: -72px center;
}

.social-share__link--facebook {
  background-color: #537bbd;
  background-position: center center;
}

.social-share__link--gplus {
  background-color: #dd4b39;
  background-position: -184px center;
}

.social-share__link--email {
  background-color: #39b54a;
  background-position: -239px center;
}

.download-link {
  display: inline-block;
  margin: 0 0 30px 0;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.extras {
  padding: 40px 0;
  background: #f5f6f7;
  text-align: center;
}

.extras [class*="col-"]:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e2;
}

.extras [class*="col-"]:last-child {
  padding-top: 40px;
}

.extras__title {
  margin: 0 0 5px 0;
}

.extras__description {
  margin: 0 0 30px 0;
}

.newsletter-form__input {
  width: 100%;
  height: 56px;
  padding: 10px 20px 6px 20px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  font-size: 25px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  color: #333;
}

.newsletter-form__input:focus {
  border-color: #2164f3;
  box-shadow: 0px 0px 4px 3px rgba(111, 155, 250, 0.23);
}

.newsletter-form__submit {
  max-width: 200px;
  vertical-align: top;
}

.link-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.link-list__item {
  margin-top: 5px;
}

.link-list__item:first-child {
  margin-top: 0;
}

.link-list__link {
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.resources {
  padding: 40px 0 0 0;
}

.resource-group__title {
  margin: 0 0 36px 0;
}

.resource-group__all {
  display: inline-block;
  position: relative;
  top: -20px;
  margin: 0 0 20px 0;
}

.resource-box {
  margin: 0 -20px 40px -20px;
  padding: 0 20px 35px 20px;
  border-bottom: 1px solid #eee;
}

.resource-box__header {
  display: block;
  border: none;
}

.resource-box__header:hover,
.resource-box__header:focus {
  border: none;
}

.resource-box--video .resource-box__header {
  position: relative;
  border: none;
}

.resource-box--video .resource-box__header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../../company_sumikominavi/other/%22%22") repeat;
}

.resource-box--video .resource-box__header:after {
  content: '';
  display: block;
  width: 122px;
  height: 122px;
  background-image: url("../../company_sumikominavi/other/%22%22");
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -61px 0 0 -61px;
}

.resource-box__img {
  width: 100%;
}

.resource-box__content {
  padding: 30px 0 10px 0;
}

.resource-box__title {
  line-height: 1.5;
  color: #333;
}

.resource-box__title a {
  color: inherit;
}

.resource-box__category {
  display: inline-block;
  color: #ff6600;
  border: none;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}

.resource-box__category:hover,
.resource-box__category:focus {
  border: none;
  color: #ff6600;
}

.resource-box--webinar .resource-box__category {
  background-image: url("../../company_sumikominavi/other/%22%22");
}

.resource-box--report .resource-box__category {
  background-image: url("../../company_sumikominavi/other/%22%22");
}

.resource-box--ebook .resource-box__category {
  background-image: url("../../company_sumikominavi/other/%22%22");
}

.resource-box--video .resource-box__category {
  background-image: url("../../company_sumikominavi/other/%22%22");
}

.related-resources {
  padding: 75px 0 0 0;
}

.resource-block {
  margin: 0 0 45px 0;
}

.resource-block__header {
  border: none;
}

.resource-block__header:hover {
  border: none;
}

.resource-block--video .resource-block__header {
  display: block;
  position: relative;
  border: none;
}

.resource-block--video .resource-block__header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../../company_sumikominavi/other/%22%22") repeat;
  z-index: 2;
}

.resource-block--video .resource-block__header:after {
  content: '';
  display: block;
  width: 122px;
  height: 122px;
  background-image: url("../../company_sumikominavi/other/%22%22");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -61px 0 0 -61px;
  z-index: 2;
}

.resource-block__img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 35px 0;
  border: 2px solid #cccccc;
  position: relative;
  z-index: -1;
}

.resource-block__title {
  margin: 0 0 5px 0;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 500;
}

.resource-block__title a {
  color: #3c4046;
}

.resource-block__description {
  margin: 0 0 30px 0;
  font-weight: 400;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  color: #7d7d7d;
}

.resource-block__link {
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.show-this {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.show-footer-cta .show-this {
  opacity: 1;
}

.page-copyright__text {
  margin: 16px 0;
  text-align: center;
  font-size: 13px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  color: #aeaeae;
}

.footer {
  position: fixed;
  bottom: 0;
  z-index: 300;
  width: 100%;
  padding: 13px 0;
  /*	background: #eaeaef;	*/
  background: #2164f3;
}

.footer a {
  color: white;
}

.footer__title {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 15px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
  position: relative;
  top: 3px;
  color: white;
}

.footer__cta {
  font-size: 17px;
  width: auto;
  padding-top: 9px;
  padding-bottom: 10px;
}

.footer-nav {
  margin: 8px 0 0 0;
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav__item {
  display: inline-block;
  margin-left: -4px;
  padding: 0 13px;
}

.footer-nav__item:first-child {
  padding-left: 0;
}

.footer-nav__item:last-child {
  padding-right: 0;
}

.footer-nav__item.has-dropdown {
  position: relative;
}

.footer-nav__link {
  font-size: 14px;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 400;
}

.menu-dropdown {
  display: none;
  min-width: 340px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 55px;
  right: -10px;
  background: #2878f5;
  background: -webkit-linear-gradient(top, #2878f5 0%, #236bf5 40%, #2469f5 42%, #2168f4 42%, #2366f3 48%, #1e5ef3 63%, #1d55f0 83%, #1b51f1 100%);
  background: linear-gradient(to bottom, #2878f5 0%, #236bf5 40%, #2469f5 42%, #2168f4 42%, #2366f3 48%, #1e5ef3 63%, #1d55f0 83%, #1b51f1 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2878f5', endColorstr='#1b51f1', GradientType=0)";
  text-align: left;
  border-radius: 6px;
}

.menu-dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #1b51f1;
  position: absolute;
  bottom: -10px;
  right: 22px;
}

.menu-dropdown__item {
  border-top: 1px solid #407efb;
  overflow: hidden;
}

.menu-dropdown__item:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.menu-dropdown__item:last-child {
  border-radius: 0 0 6px 6px;
}

.menu-dropdown__link {
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
}

.menu-dropdown__link:hover {
  color: #fff;
  background: #437df9;
  text-decoration: none;
}

.menu-dropdown__link:focus {
  color: #fff;
  text-decoration: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Animation */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 10px 18px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d6d6d6;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 180px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2164f3;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)";
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #2164f3;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #d6d6d6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)";
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #d6d6d6;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #2164f3;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)";
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)";
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #2164f3;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #2164f3;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #d6d6d6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #2164f3;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 480px) {
  .subheader__video:before {
    background-position: left center;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -85px;
  }

  .benefits-list__item {
    width: 50%;
  }

  .ats-list__item {
    width: 50%;
  }

  .active-filter {
    float: left;
  }

  .filters--mobile {
    padding: 20px 0;
    float: right;
  }

  .filters--mobile .filters__list:after {
    left: auto;
    right: 14px;
  }

  .filters--mobile .filters__list {
    width: 320px;
    right: 0;
    left: auto;
  }

  .filters--mobile .filters__link {
    padding: 15px 30px;
    font-size: 21px;
  }

  .social-share {
    float: left;
  }

  .download-link {
    float: right;
    margin-top: 30px;
  }

  .resource-group__title {
    float: left;
  }

  .resource-group__all {
    float: right;
    margin: 3px 0 0 0;
    top: 0;
  }
}
@media (min-width: 560px) {
  .pricing-list__item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .lead {
    font-size: 27px;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 740px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  body {
    padding-bottom: 128px;
  }

  .btn-large {
    font-size: 17px;
  }

  .header__bottom {
    padding: 30px 0 22px;
  }

  .mobile-nav-toggle {
    display: none;
  }

  .success-pg .subheader {
    color: #000;
    text-shadow: none;
  }

  .subheader__image-wrapper {
    position: absolute;
  }

  .post-job-pg .subheader__image-wrapper,
  .resume-search-pg .subheader__image-wrapper {
    margin: 0;
    top: 95px;
    bottom: auto;
    right: -90px;
  }

  .mobile-recruiting-pg .subheader__image-wrapper {
    margin: 0;
    top: 95px;
    bottom: auto;
    right: -15px;
  }

  .company-pages-pg .subheader__image-wrapper {
    width: auto;
    margin: 0;
    top: 95px;
    bottom: auto;
    right: -85px;
    left: -65px;
  }

  .employer-branding-pg .subheader__image-wrapper {
    width: auto;
    margin: 0;
    top: 30px;
    bottom: auto;
    right: 135px;
    left: -370px;
  }

  .pricing-pg .subheader__title {
    font-size: 56px;
  }

  .subheader__input {
    margin: 0 0 17px 0;
    max-width: 340px;
  }

  .resource-filter .select2-container {
    width: 305px !important;
  }

  .resource-filter__select {
    width: 305px;
  }

  .product-slider {
    padding: 50px 0 0 0;
  }

  .content-slider__item {
    margin-bottom: 0;
    text-align: left;
    padding: 20px 0;
    opacity: .6;
  }

  .content-slider__title {
    color: #494949;
  }

  .content-slider__image {
    display: none !important;
  }

  .image-slider__item--mobile-recruiting .image-slider__img {
    position: relative;
    left: 38px;
  }

  .collapse {
    display: block;
  }

  .collapsing {
    display: block;
    height: auto !important;
  }

  .tab-navigation--how-indeed-works .tab-navigation__link {
    font-size: 22px;
    padding: 23px 0 19px 0;
  }

  .tab-content--how-indeed-works .content-block__title {
    font-size: 38px;
  }

  .tab-content--how-indeed-works .picture-block__title {
    margin-left: 0;
    font-size: 30px;
  }

  .faq-content aside {
    padding: 55px 0 0 0;
    position: relative;
    z-index: 2;
  }

  .faq-content main {
    padding: 70px 0 20px 45px;
    border-left: 1px solid #e5e5e5;
    position: relative;
  }

  .faq-content main:before {
    content: '';
    display: block;
    position: absolute;
    left: -1000%;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top, #f5f6f8 0%, #f6f6f6 20%, #f6f7f9 20%, #f6f8f7 27%, #f7f8fa 28%, #f8f8f8 33%, #f9f9fb 34%, #f8faf9 38%, #fafafc 40%, #ffffff 66%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f6f8 0%, #f6f6f6 20%, #f6f7f9 20%, #f6f8f7 27%, #f7f8fa 28%, #f8f8f8 33%, #f9f9fb 34%, #f8faf9 38%, #fafafc 40%, #ffffff 66%, #ffffff 100%);
    /* W3C */
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f8', endColorstr='#ffffff', GradientType=0)";
    /* IE6-9 */
  }

  .tab-navigation--faq .tab-navigation__link {
    padding: 12px 15px;
    border: 1px solid transparent;
    border-right: none;
    border-radius: 6px 0 0 6px;
    background: none;
    font-size: 22px;
    color: #0000cc;
  }

  .tab-navigation--faq .tab-navigation__link:after {
    display: none;
  }

  .tab-navigation--faq .tab-navigation__link:hover,
  .tab-navigation--faq .tab-navigation__link:focus {
    border-bottom: 1px solid;
    border-color: transparent;
  }

  .faq-accordion .panel {
    margin-bottom: 55px;
  }

  .faq-accordion .panel-collapse {
    height: auto !important;
    overflow: visible;
  }

  .faq-accordion .panel-title {
    margin: 0 0 11px 0;
    font-size: 22px;
    line-height: 1.30434783;
    padding: 0;
  }

  .faq-accordion .panel-title a {
    color: #333;
    cursor: default;
  }

  .faq-accordion .panel-title a.collapsed {
    color: #333;
  }

  .faq-accordion .panel-body {
    padding: 0;
    margin: 0;
    border: none;
  }

  .image-overlay {
    display: none;
  }

  .quote-block__content-wrapper {
    text-align: left;
  }

  .content-block[style*="background-image:"],
  .content-block--has-background {
    background-size: 180% auto;
  }

  .content-block__description {
    margin: 0;
  }

  .features-list + .content-block__separator {
    margin-top: 15px;
  }

  .content-block__link {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .search-form input[type='search'],
  .search-form input[type='text'] {
    max-width: 490px;
  }

  .features-list {
    margin: 0;
  }

  .features-list--three-col .features-list__item {
    width: 33.333333333%;
  }

  .features-list--two-col .features-list__item {
    width: 50%;
  }

  .features-list__title {
    margin-bottom: 47px;
  }

  .benefits-list {
    margin-bottom: 0;
  }

  .benefits-list__item {
    width: 25%;
  }

  .perks-block--wide {
    margin: 15px 0 35px 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .perks-block__header {
    background: none;
    padding: 30px 20px 20px 20px;
  }

  .perks-block__header .btn {
    display: none;
  }

  .perks-block__footer {
    display: block;
  }

  .perks-block--wide .perks-block__footer {
    margin-left: -30px;
    margin-right: -30px;
  }

  .perk:first-child {
    padding-top: 0;
  }

  .perks-block--wide .perk {
    padding: 45px 0 65px 0;
    min-height: 215px;
  }

  .ats {
    padding: 65px 0;
  }

  .ats__title {
    margin: 0 0 60px 0;
  }

  .ats__subtitle {
    margin: 0 0 12px 0;
    padding: 31px 30px 29px 30px;
    background: #f5f6f7;
  }

  .ats-list {
    margin-bottom: 45px;
  }

  .ats-list__item {
    width: 33.333333333%;
  }

  .ats-connect {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
  }

  .ats-form {
    border: 1px solid #d6d6d6;
  }

  .ats-form .select2-container {
    max-width: 320px;
  }

  .ats-form__field {
    padding: 35px 73px;
    border-top: 1px solid #d6d6d6;
  }

  .ats-form__field:first-child {
    border-top: none;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .ats-form__field:nth-child(even) {
    background: #f5f6f7;
  }

  .ats-form__label {
    text-align: left;
    display: inline-block;
    margin: 0 69px 0 0;
    position: relative;
    top: -4px;
  }

  .partner-spotlight {
    padding: 70px 0 0 0;
  }

  .partner-spotlight [class*="col-"]:first-child {
    padding-right: 30px;
  }

  .partner-spotlight [class*="col-"]:last-child {
    padding-left: 30px;
  }

  .partner-spotlight__title {
    text-align: left;
  }

  .partner-spotlight__client {
    text-align: left;
    font-size: 42px;
    margin: 0 0 60px 0;
  }

  .partner-spotlight__description {
    margin: 0 0 70px 0;
  }

  .results-block__header {
    padding: 20px 25px 18px 25px;
    background: #eaeaef;
  }

  .results-block__icn {
    display: block;
  }

  .results-block__title {
    margin: 0;
    font-size: 17px;
  }

  .results-block__content {
    padding: 20px 45px;
    background: #fff;
  }

  .results-block__content img + p {
    width: 60%;
  }

  .results-block__content img {
    display: inline-block;
  }

  .picture-block {
    padding: 65px 0;
    text-align: left;
  }

  .content-block + .picture-block {
    padding-top: 30px;
  }

  .picture-block__table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .picture-block__cell {
    display: table-cell;
    vertical-align: middle;
  }

  .col-sm-5 + .col-sm-7 .picture-block__cell {
    text-align: right;
  }

  .col-sm-push-7 + .col-sm-pull-5 .picture-block__cell {
    text-align: left;
  }

  .picture-block__icn {
    display: none;
  }

  .picture-block__content p:last-child {
    margin-bottom: 0;
  }

  .picture-block--mobile-recruiting .picture-block__img {
    margin: 0 0 -63px 0;
  }

  .bottom-ctas {
    padding: 48px 0 15px 0;
  }

  .bottom-ctas [class*='col'] {
    border-right: 1px solid #c7c8cc;
  }

  .bottom-ctas [class*='col'] + [class*='col'] {
    border: none;
  }

  .about {
    margin: 0;
    padding: 52px 0 11px 0;
    background: none;
  }

  .about .container {
    width: 760px;
  }

  .about__icn {
    position: relative;
    height: 45px;
  }

  .about__title {
    padding-left: 0;
  }

  .about__description {
    padding-left: 0;
  }

  .video-tagline {
    border: none;
  }

  .pricing {
    margin: 0;
    padding-top: 75px;
  }

  .pricing__description {
    display: block;
  }

  .pricing-block {
    padding-top: 60px;
    text-align: left;
  }

  .pricing-block__header {
    background: none;
    padding-top: 60px;
    margin-top: -60px;
  }

  .pricing-block__header p {
    display: none;
  }

  .pricing-block__header .pricing-block__btn {
    display: none;
  }

  .pricing-block__content {
    padding: 0 0 10px 0;
  }

  .pricing-block__content p {
    margin-bottom: 35px;
    padding: 0;
  }

  .pricing-block__content p:before {
    display: none;
  }

  .pricing-block__footer {
    display: block;
  }

  .pricing-table__inner {
    padding-bottom: 50px;
  }

  .pricing-table__column {
    width: 33.333333333%;
    float: left;
    border-left: 5px solid #f5f6f7;
    border-right: 5px solid #f5f6f7;
    border-bottom: none;
    border-top: none;
  }

  .pricing-table__cell {
    text-align: left;
  }

  .pricing-table__cell--row5 {
    padding-bottom: 100px;
  }

  .case-studies-header__inner {
    margin: 0;
    padding: 0;
  }

  .case-studies-list {
    padding: 85px 0 41px 0;
  }

  .case-study-detail + .case-studies-list {
    padding-top: 50px;
    padding-bottom: 41px;
    margin-bottom: 0;
  }

  .load-more {
    text-align: right;
  }

  .load-more__link {
    margin: 27px 0 0 0;
  }

  .case-study {
    background: #f4f5f8;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .case-study__content {
    padding: 26px 25px 25px 25px;
  }

  .case-study-detail__inner-wrapper {
    padding: 0 35px 45px 35px;
  }

  .extras {
    padding: 75px 0 65px 0;
    text-align: left;
  }

  .extras [class*="col-"]:first-child {
    padding-bottom: 0;
    padding-right: 30px;
    border-bottom: none;
    border-right: 1px solid #c9caca;
  }

  .extras [class*="col-"]:last-child {
    padding-top: 0;
    padding-left: 40px;
  }

  .resources {
    padding: 65px 0 10px 0;
  }

  .resource-group {
    padding: 0 0 57px 0;
  }

  .resource-group__title {
    margin-left: 0;
  }

  .resource-box {
    margin: 0 0 24px 0;
    padding: 0;
    border: 1px solid #c6c6c6;
  }

  .resource-box__content {
    padding: 30px 35px;
  }

  .resource-box__footer {
    padding: 12px 35px;
    border-top: 1px solid #c6c6c6;
  }

  .page-copyright--gray {
    background: #f5f6f7;
  }

  .page-copyright__text {
    text-align: right;
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  body {
    padding-bottom: 72px;
  }

  .mobile-recruiting-pg .subheader__image-wrapper {
    top: 35px;
  }

  .company-pages-pg .subheader__image-wrapper {
    top: 35px;
    right: -125px;
    left: -85px;
  }

  .employer-branding-pg .subheader__image-wrapper {
    top: 35px;
    right: 200px;
    left: -385px;
  }

  .content-slider {
    padding-right: 100px;
  }

  .content-slider__item.slick-current:before,
  .content-slider__item.slick-current:after {
    content: '';
    display: block;
  }

  .content-slider__title {
    font-size: 20px;
  }

  .content-slider__description {
    font-size: 16px;
  }

  /*
  .image-slider__item--job-postings .image-slider__img,
  .image-slider__item--indeed-resume .image-slider__img,
  .image-slider__item--company-pages .image-slider__img {
  	width: 120%;
  }
  */
  .tab-content--how-indeed-works .picture-block {
    padding: 70px 0;
  }

  .content-block[style*="background-image:"],
  .content-block--has-background {
    padding-bottom: 405px;
    background-size: auto auto;
  }

  .subheader--has-image + main .content-block:first-child .content-block__title {
    padding-top: 50px;
  }

  .search-form input[type='search'],
  .search-form input[type='text'] {
    max-width: 530px;
  }

  .perk__title {
    font-size: 25px;
  }

  .ats-form .select2-container {
    max-width: 540px;
  }

  section[class*="--gray"] + .contact-cta--gray .contact-cta__title {
    padding-top: 83px;
  }

  .picture-block--post-jobs .picture-block__img {
    margin: 60px 0 -125px 0;
    position: relative;
    right: -85px;
  }

  .picture-block--mobile-recruiting .picture-block__img {
    margin: 20px 0 -64px 0;
  }

  .picture-block--company-pages .picture-block__img {
    margin: -30px 0 -20px -70px;
  }

  [class*='col'] .bottom-ctas__block {
    float: left;
  }

  [class*='col'] + [class*='col'] .bottom-ctas__block {
    float: right;
  }

  .about .container {
    width: 1030px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .about .row {
    margin-left: -45px;
    margin-right: -45px;
  }

  .about [class*='col-'] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .video-tagline {
    padding: 50px 0;
  }

  .pricing-table__column {
    width: 26%;
  }

  .pricing-table__column.pricing-table__column--first {
    width: 22%;
    height: auto;
    border-left: 5px solid #f5f6f7;
    border-right: 5px solid #f5f6f7;
  }

  .pricing-table__column.pricing-table__column--first .pricing-table__cell {
    display: block;
  }

  .active-filter {
    display: none;
  }

  .filter-toggle {
    display: none;
  }

  .filters--mobile {
    display: none;
  }

  .filters--desktop {
    display: block;
  }

  .case-study-detail__inner-wrapper {
    padding: 0 135px 45px 135px;
  }

  .newsletter-form__input {
    max-width: 380px;
  }

  .related-resources [class*='col-'] {
    padding-right: 45px;
  }

  .related-resources [class*='col-'] + [class*='col-'] {
    padding-right: 10px;
    padding-left: 45px;
  }

  .footer-nav__list {
    text-align: right;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1045px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  br {
    display: inline-block;
  }

  .content-slider__item--mobile-recruiting:before {
    right: -242px;
  }

  .content-slider__item--mobile-recruiting:after {
    right: -253px;
  }

  .content-slider__item--featured-employer:before {
    right: -198px;
  }

  .content-slider__item--featured-employer:after {
    right: -209px;
  }

  .image-slider__item--mobile-recruiting .image-slider__img {
    /*	float: right;
     	left: auto;
     */
    left: 73px;
  }

  .image-slider__item--featured-employer .image-slider__img {
    right: 103px;
  }

  /*
  .image-slider__item--job-postings .image-slider__img,
  .image-slider__item--indeed-resume .image-slider__img,
  .image-slider__item--company-pages .image-slider__img {
  	width: 130%;
  }
  */
  .subheader--has-image + main .content-block:first-child .content-block__title {
    padding-top: 100px;
  }

  .ats-form .select2-container {
    max-width: 620px;
  }

  .picture-block__img {
    max-width: none;
  }

  .about .container {
    width: 1115px;
  }

  .pricing-list__item {
    width: 25%;
  }

  .filters--desktop .filters__list {
    margin: 0 -26px;
  }

  .filters--desktop .filters__item {
    padding: 0 26px;
  }

  .newsletter-form__input {
    max-width: 430px;
  }
}
@media (min-width: 1320px) {
  .image-slider__item--job-postings .image-slider__img,
  .image-slider__item--indeed-resume .image-slider__img,
  .image-slider__item--company-pages .image-slider__img {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .perks-block__cta.btn-large {
    font-size: 21px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  .header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .header.affix + section {
    margin-top: 72px;
  }

  #g_nav {
    display: none;
  }

  .post-job-btn {
    top: -10px;
  }

  .affix .post-job-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
  }

  .contact-btn {
    display: none;
  }

  .page-logo {
    width: 224px;
    height: 32px;
    background-size: cover;
  }

  .affix .page-logo {
    opacity: 0;
    position: relative;
    z-index: -1;
  }

  .offcanvas-expanded .page-logo {
    background: url("../../company_sumikominavi/other/%22%22") no-repeat;
    background-size: cover;
  }

  .subheader--offset {
    height: 280px;
    margin-bottom: 280px;
  }

  .subheader--offset [class*="col-"] {
    border-bottom: 1px solid #c9c9c9;
  }

  .subheader--has-image {
    overflow: hidden;
  }

  .subheader__content-wrapper {
    height: auto;
    height: 200px;
    text-align: center;
  }

  .subheader--offset .subheader__content-wrapper {
    height: 280px;
    margin-top: 280px;
    padding: 0;
  }

  .subheader--has-image .subheader__content-wrapper {
    padding: 30px 0 10px 0;
    height: auto;
  }

  .faq-pg .subheader__content-wrapper {
    height: 120px;
    text-align: left;
  }

  .resources-pg .subheader__content-wrapper {
    padding: 30px 0;
  }

  .success-pg .subheader__content-wrapper,
  .case-study-detail-pg .subheader__content-wrapper {
    height: auto;
    padding: 30px 0;
    position: relative;
    z-index: 200;
  }

  .subheader--offset .subheader__title {
    margin: 0;
    color: #ff6600;
    text-shadow: none;
  }

  .subheader--offset .subheader__page {
    color: #494949;
    text-shadow: none;
  }

  .subheader--offset .subheader__description {
    color: #484848;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 300;
    text-shadow: none;
  }

  .subheader__more {
    display: none;
  }

  .subheader__btn,
  .subheader__submit {
    max-width: 700px;
  }

  .subheader--offset .subheader__btn {
    margin: 30px 0 0 0;
  }

  .image-slider {
    display: none;
  }

  .tab-content--how-indeed-works .picture-block {
    padding: 50px 0 0 0;
    border: none;
  }

  .tab-content--how-indeed-works .picture-block [class*="col-"] + [class*="col-"] {
    display: none;
  }

  .tab-content--how-indeed-works .picture-block[style*="background-image:"] {
    background-image: none !important;
  }

  .tab-content--how-indeed-works .picture-block__content {
    margin-left: 70px;
  }

  .tab-content--how-indeed-works .picture-block__content p {
    display: inline;
    margin: 0;
  }

  .tab-navigation--faq {
    background: #f2f2f2;
    margin: 0 -20px;
  }

  .content-block--no-mobile-bg {
    background: none;
  }

  .content-block__cta {
    max-width: none;
  }

  .content-block--no-mobile-bg .content-block__separator {
    display: none;
  }

  .search-form input[type='submit'] {
    max-width: none;
  }

  .ats-form__submit {
    max-width: none !important;
  }

  .contact-cta {
    padding: 40px 0;
  }

  .contact-cta__btn {
    width: auto;
  }

  .picture-block--company-pages .picture-block__img {
    max-width: none;
    width: 150%;
    margin-left: -25%;
  }

  .pricing-table__cell--row1 {
    background: #eaeaef;
  }

  .pricing-table__cell--row2 {
    padding-top: 30px;
  }

  .case-studies-list__title {
    margin: 0 0 40px 0;
  }

  .case-study-detail {
    padding: 30px 0 0 0;
  }

  .case-study-detail h2 {
    font-size: 24px;
    line-height: 1.41666667;
  }

  .case-study-detail blockquote {
    margin: 60px 0;
  }

  .case-study-detail blockquote p {
    font-size: 24px;
  }

  .newsletter-form__submit {
    max-width: none;
  }

  .footer {
    display: none;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.WhyIndeedSliderLegalTerms {
  font-size: 13px;
  font-style: italic;
  display: block;
  clear: both;
}

.content-slider__title a {
  background: white;
  padding-right: 34px;
  position: relative;
  z-index: 21;
}

.product-slider a {
  display: inline-block;
}

.employer-products-pg .picture-block__content a[href^="/legal"] {
  margin: 0 0 15px !important;
  display: inline-block !important;
}

@media (max-width: 1023px) {
  .content-slider__title a {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .case-study-detail-pg .image-overlay, .success-pg .image-overlay {
    display: block;
  }

  .success-pg .subheader {
    color: #fff;
  }
}
.subheader__more {
  z-index: 9999;
}

/* Localized CSS */
[class*=de_] .footer__cta {
  width: 228px;
}
[class*=de_] .contact-btn {
  width: 210px;
}
[class*=de_] .btn-large {
  width: auto;
}
[class*=de_] .post-job-btn {
  max-width: 280px;
}

[class*=it_] .subheader__btn, [class*=el_] .subheader__btn {
  max-width: none;
  width: auto;
}

[class*=es_] .footer .col-md-5, [class*=es_] .footer .col-md-7, [class*=fi_] .footer .col-md-5, [class*=fi_] .footer .col-md-7, [class*=el_] .footer .col-md-5, [class*=el_] .footer .col-md-7, [class*=hu_] .footer .col-md-5, [class*=hu_] .footer .col-md-7, [class*=id_] .footer .col-md-5, [class*=id_] .footer .col-md-7, [class*=ru_] .footer .col-md-5, [class*=ru_] .footer .col-md-7, [class*=it_] .footer .col-md-5, [class*=it_] .footer .col-md-7 {
  width: 50%;
}

[class*=pl_] .footer-nav__item {
  padding: 0 5px;
}

[class*=en_] .btn-large {
  width: 214px;
  padding-left: 0;
  padding-right: 0;
}
[class*=en_] .contact-btn {
  width: 166px;
}
[class*=en_] .footer__cta {
  width: 185px;
}
[class*=en_] .post-job-btn {
  max-width: 185px;
}

[class*=sv_] .bottom-ctas__title br {
  display: block;
}

/*
div.ja_JP * {
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}
*/

/*Remove this when the new success page template is donw. */
.success-pg[class*=en_] .subheader {
  background-image: url();
}

.de_DE.success-pg img {
  max-width: 100%;
}

/*# sourceMappingURL=hire-style3.css.map */
