@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
/* line 1, ../../node_modules/@indeed/aurora-styles/scss/_global.scss */
#page {
  font-family: 'Noto Sans', sans-serif;
  color: #2d2d2d;
}

/* line 6, ../../node_modules/@indeed/aurora-styles/scss/_global.scss */
a {
  color: #2557a7;
}
/* line 9, ../../node_modules/@indeed/aurora-styles/scss/_global.scss */
a:visited {
  color: #2557a7;
}
/* line 13, ../../node_modules/@indeed/aurora-styles/scss/_global.scss */
a:hover, a:focus, a:active {
  color: #164081;
}

/* line 19, ../../node_modules/@indeed/aurora-styles/scss/_global.scss */
.dark-section a {
  color: #6792F0;
}
/* line 22, ../../node_modules/@indeed/aurora-styles/scss/_global.scss */
.dark-section a:hover, .dark-section a:focus, .dark-section a:active {
  color: #7ABBDF;
}

/*-----------------------------------------------------------------------------------*/
/*  General
/*-----------------------------------------------------------------------------------*/
/* line 5, ../../scss/_css-legacy.scss */
html {
  font-size: 1rem;
}

/* line 9, ../../scss/_css-legacy.scss */
h1 {
  font-size: 40px;
  margin-bottom: 8px;
  font-weight: 300;
  margin-top: 0;
}

/* line 16, ../../scss/_css-legacy.scss */
p,
ul,
ol {
  margin-bottom: 14px;
}

/* line 22, ../../scss/_css-legacy.scss */
pre {
  font-size: 14px;
  border: none;
  margin-bottom: 14px;
  border-radius: 0;
  background-color: #f8f8f8;
}

/* line 30, ../../scss/_css-legacy.scss */
a:hover {
  color: #00c;
  text-decoration: underline;
}

/* line 35, ../../scss/_css-legacy.scss */
.post-body a {
  text-decoration: underline;
}

/* line 39, ../../scss/_css-legacy.scss */
.post-body a.clean-link {
  text-decoration: none;
}

/* line 43, ../../scss/_css-legacy.scss */
.post-body a.clean-link:hover {
  text-decoration: underline;
}

/* line 47, ../../scss/_css-legacy.scss */
.post-body a.btn {
  text-decoration: none;
}

/* fixes bug in iPhone Safari (and possible other mobile devices) where rotating from landscape to portrait causes excess whitespace on right */
/* line 52, ../../scss/_css-legacy.scss */
.container {
  overflow-x: hidden;
}

/* line 56, ../../scss/_css-legacy.scss */
.full-width-wrapper {
  width: 100%;
}

/* line 60, ../../scss/_css-legacy.scss */
.link-chevron {
  font-size: 1.2em;
  line-height: 1em;
  color: #0f17d0;
}

/* line 66, ../../scss/_css-legacy.scss */
.light-link {
  color: #77c;
}

/* line 70, ../../scss/_css-legacy.scss */
a.light-link:hover {
  color: #77c;
}

/* line 74, ../../scss/_css-legacy.scss */
td.older-post,
td.newer-post {
  cursor: pointer;
}

/* simplify default bootstrap text fields */
/* line 80, ../../scss/_css-legacy.scss */
input.form-control {
  border-radius: 2px;
  transition: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 87, ../../scss/_css-legacy.scss */
input.form-control:focus {
  border-color: #bbb;
  outline: 0;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 95, ../../scss/_css-legacy.scss */
blockquote {
  padding: 20px 24px;
  margin: 22px 0;
  border: 1px solid #dae5fd;
  background-color: #ffffff;
  box-shadow: 2px 2px 0 0 #f5f5f5;
}

/* line 103, ../../scss/_css-legacy.scss */
blockquote p {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #666;
  font-weight: 300;
  line-height: 1.4;
}

/* line 111, ../../scss/_css-legacy.scss */
blockquote small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

/* line 117, ../../scss/_css-legacy.scss */
blockquote a,
.post-body blockquote a {
  color: #77c;
}

/* line 122, ../../scss/_css-legacy.scss */
blockquote a:hover,
.post-body blockquote a:hover {
  color: #77c;
}

/* line 127, ../../scss/_css-legacy.scss */
blockquote small a,
.post-body blockquote small a {
  color: #77c;
  text-decoration: none;
}

/* line 133, ../../scss/_css-legacy.scss */
blockquote small a:hover,
.post-body blockquote small a:hover {
  color: #77c;
  text-decoration: underline;
}

/* line 139, ../../scss/_css-legacy.scss */
.post-excerpt {
  overflow: hidden;
}

/* line 143, ../../scss/_css-legacy.scss */
.s2w-widget-pro.email-subscription-page {
  max-width: 400px;
}

/* line 147, ../../scss/_css-legacy.scss */
.search-term {
  background-color: rgba(255, 153, 0, 0.15);
}

/* line 151, ../../scss/_css-legacy.scss */
.recent {
  background-color: #f8f8f8;
  margin-left: -20px;
  margin-top: -20px;
}

/* line 157, ../../scss/_css-legacy.scss */
.press-releases,
.media-coverage {
  border-right: solid 1px #e2e2e2;
  padding-bottom: 40px;
}

/* line 163, ../../scss/_css-legacy.scss */
.media-coverage {
  border-left: solid 1px #e2e2e2;
  margin-left: -1px;
  padding-bottom: 40px;
}

/* line 169, ../../scss/_css-legacy.scss */
h1.title {
  font-weight: 500;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 176, ../../scss/_css-legacy.scss */
.press h2,
.media h2 {
  font-weight: 300;
  font-size: 20px;
  margin: 20px 0 0;
}

/* line 183, ../../scss/_css-legacy.scss */
.recent h2 {
  font-size: 30px;
  font-weight: 500;
}

/* line 188, ../../scss/_css-legacy.scss */
.recent h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 5px;
}

/* line 194, ../../scss/_css-legacy.scss */
.recent .entry-content {
  margin-bottom: 20px;
  color: #6f6f6f;
}

/* line 199, ../../scss/_css-legacy.scss */
.more {
  margin-top: 30px;
}

/* line 203, ../../scss/_css-legacy.scss */
#sticky-posts-2 ul {
  list-style: none;
  margin-left: -40px;
}

/* line 208, ../../scss/_css-legacy.scss */
#sticky-posts-2 .widgettitle {
  margin-bottom: 20px;
}

/* line 212, ../../scss/_css-legacy.scss */
.upw-content .post-title {
  margin-bottom: 0;
}

/* line 216, ../../scss/_css-legacy.scss */
.single .entry-content {
  margin-top: 20px;
}

/* line 220, ../../scss/_css-legacy.scss */
.contact {
  margin-bottom: 60px;
}

/* line 224, ../../scss/_css-legacy.scss */
.break {
  margin: 15px;
}

/* line 228, ../../scss/_css-legacy.scss */
.break--center {
  text-align: center;
}

/* line 232, ../../scss/_css-legacy.scss */
.icl_post_in_other_langs {
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 10px;
}

/* line 239, ../../scss/_css-legacy.scss */
.img-center {
  display: table-cell;
  vertical-align: middle;
}

/* line 244, ../../scss/_css-legacy.scss */
.img-thumb {
  display: block;
  width: auto;
  height: auto;
  max-height: 50px;
  margin-top: 5px;
  max-width: 100%;
}

/* line 253, ../../scss/_css-legacy.scss */
.media-coverage h2 {
  margin-top: 0;
}

/* line 257, ../../scss/_css-legacy.scss */
.media-coverage .media {
  margin-bottom: 30px;
}

/* line 261, ../../scss/_css-legacy.scss */
.entry-title--h2 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*  New Button Styles
/*-----------------------------------------------------------------------------------*/
/* Required Styles for Default Grey Button */
/* line 271, ../../scss/_css-legacy.scss */
.btn,
.s2w-btn {
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F9ff',endColorstr='#ffe6e6e6',GradientType=0);
  cursor: pointer;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *background-color: #d9d9e2;
  *border: 0;
  *margin-left: 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 300, ../../scss/_css-legacy.scss */
input {
  -webkit-appearance: none;
}

/* line 304, ../../scss/_css-legacy.scss */
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.s2w-btn:hover,
.s2w-btn.active {
  outline: none;
  background-color: #d9d9e2;
  color: #333;
  *background-color: #d9d9d9;
}

/* line 317, ../../scss/_css-legacy.scss */
.btn:hover,
.s2w-btn:hover {
  background-color: #d9d9e2;
  color: #333;
  text-decoration: none;
  transition: background-position 0.2s linear;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  *background-color: #d9d9d9;
}

/* line 328, ../../scss/_css-legacy.scss */
.btn:focus,
.s2w-btn:focus {
  outline: 0;
  box-shadow: 0 0 1px 0 #1642bb;
  transition: box-shadow 0.2s linear;
  background-position: 0 -15px;
  background-color: #C4C4C4;
}

/* line 337, ../../scss/_css-legacy.scss */
.btn.active,
.btn:active,
.s2w-btn:active,
.s2w-btn.active {
  background-color: #d9d9e2;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 350, ../../scss/_css-legacy.scss */
.btn.disabled,
.btn[disabled] {
  background-color: #d9d9e2;
  background-image: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}

/* Required Styles for Alternate Button Sizes */
/* line 361, ../../scss/_css-legacy.scss */
.btn-sm,
.btn-xs {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
}

/* line 368, ../../scss/_css-legacy.scss */
.btn-xs {
  padding: 0 6px;
}

/* line 372, ../../scss/_css-legacy.scss */
.btn-lg,
.s2w-btn {
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 18px;
}

/* Required Styles for Block Level Buttons (fill parent container) - Dependent on Default Button Styles */
/* line 380, ../../scss/_css-legacy.scss */
.btn-block,
.s2w-btn {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 388, ../../scss/_css-legacy.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* Required Styles for Blue Primary Button - Dependent on Default Button Styles */
/* line 393, ../../scss/_css-legacy.scss */
.btn-primary,
.s2w-btn-primary {
  border-color: #1642bb;
  background-color: #5585f2;
  background-image: linear-gradient(to bottom, #6598ff, #2e5ad7);
  background-repeat: repeat-x;
  color: #f8f8f9;
  text-shadow: 0 -1px #0f2299;
  -ms-filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6598fe',endColorstr='#ff3c69e0',GradientType=0);
  zoom: 1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *background-color: #2e5ad7;
}

/* line 410, ../../scss/_css-legacy.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.s2w-btn-primary:hover,
.s2w-btn-primary:active,
.s2w-btn-primary.active {
  background-color: #2e5ad7;
  color: #f8f8f9;
  *background-color: #2658dd;
}

/* line 423, ../../scss/_css-legacy.scss */
.btn-primary:focus {
  box-shadow: 0 0 1px 0 #000;
}

/* Required Styles for Link Button (Cancle Button) - Dependent on Default Button Styles */
/* line 428, ../../scss/_css-legacy.scss */
.btn-link {
  background-image: none;
  color: #77c;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}

/* line 436, ../../scss/_css-legacy.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 444, ../../scss/_css-legacy.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 451, ../../scss/_css-legacy.scss */
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #00c;
  text-decoration: underline;
}

/* line 458, ../../scss/_css-legacy.scss */
.btn-link:focus {
  outline: 1px solid #1642bb;
}

/* line 462, ../../scss/_css-legacy.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* Required Styles for Button Groups - Dependent on Default Button Styles */
/* line 471, ../../scss/_css-legacy.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 477, ../../scss/_css-legacy.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 484, ../../scss/_css-legacy.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 490, ../../scss/_css-legacy.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 501, ../../scss/_css-legacy.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 506, ../../scss/_css-legacy.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -3px;
}

/* line 513, ../../scss/_css-legacy.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 517, ../../scss/_css-legacy.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 521, ../../scss/_css-legacy.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 526, ../../scss/_css-legacy.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 532, ../../scss/_css-legacy.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 536, ../../scss/_css-legacy.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 540, ../../scss/_css-legacy.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 546, ../../scss/_css-legacy.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 551, ../../scss/_css-legacy.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 556, ../../scss/_css-legacy.scss */
.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 564, ../../scss/_css-legacy.scss */
.btn-group-sm > .btn {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 571, ../../scss/_css-legacy.scss */
.btn-group-lg > .btn {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 578, ../../scss/_css-legacy.scss */
.s2w-input-field {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 2px;
  transition: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/
/* line 600, ../../scss/_css-legacy.scss */
#sidebar {
  padding-top: 20px;
  color: #707070;
}

/* line 605, ../../scss/_css-legacy.scss */
.sidebar-item {
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 20px;
}

/* line 612, ../../scss/_css-legacy.scss */
#sidebar .sidebar-item h3 {
  font-size: 14px;
  color: #707070;
  font-weight: bold;
  margin-top: 0;
}

/* line 619, ../../scss/_css-legacy.scss */
.sidebar-link-box a {
  display: table;
  width: 100%;
  padding: 12px 12px 12px 15px;
  color: #77c;
}

/* line 626, ../../scss/_css-legacy.scss */
.sidebar-link-box a:hover {
  background-color: #eee;
  text-decoration: none;
  color: #00c;
}

/* line 632, ../../scss/_css-legacy.scss */
.sidebar-link-box a .sidebar-link-text,
.sidebar-link-box a .sidebar-link-arrow {
  display: table-cell;
  vertical-align: middle;
}

/* line 638, ../../scss/_css-legacy.scss */
.sidebar-link-box a .sidebar-link-text {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

/* line 645, ../../scss/_css-legacy.scss */
.sidebar-link-box a .sidebar-link-arrow {
  font-size: 1.4em;
  color: #ccc;
  width: 28px;
  text-align: center;
  padding-bottom: 3px;
}

/* line 653, ../../scss/_css-legacy.scss */
.sidebar-link-box a:hover .sidebar-link-arrow {
  color: #77c;
}

/* line 657, ../../scss/_css-legacy.scss */
#blogSearchField.input-sm {
  color: #000;
  height: 32px;
  border-radius: 2px;
}

/* line 663, ../../scss/_css-legacy.scss */
#sidebar .searchsubmit-container {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  padding-left: 4px;
}

/* line 670, ../../scss/_css-legacy.scss */
.s2w-form label {
  display: none;
}

/* line 674, ../../scss/_css-legacy.scss */
#sidebar .s2w-form {
  margin-top: 15px;
}

/* line 678, ../../scss/_css-legacy.scss */
.s2w-email {
  text-align: center;
  color: #999999;
  margin-bottom: 6px;
}

/* line 684, ../../scss/_css-legacy.scss */
.s2w-email:focus {
  color: #000000;
}

/* line 688, ../../scss/_css-legacy.scss */
input.form-control.s2w-email {
  border-color: #afbad2;
}

/* line 692, ../../scss/_css-legacy.scss */
input.form-control.s2w-email:focus {
  border-color: #91a3d0;
}

/* line 696, ../../scss/_css-legacy.scss */
.widget_subscribe2_widget {
  background-color: #d3e0fd;
  padding: 16px 15px 18px;
  margin-bottom: 20px;
}

/* line 702, ../../scss/_css-legacy.scss */
.widget_subscribe2_widget h4.widgettitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
}

/* line 708, ../../scss/_css-legacy.scss */
.s2w-alert {
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
}

/* line 714, ../../scss/_css-legacy.scss */
.s2w-alert.s2w-validation {
  color: #c00;
}

/* line 721, ../../scss/_css-legacy.scss */
.link-list {
  font-size: 13px;
  line-height: 1.5em;
}

/* line 726, ../../scss/_css-legacy.scss */
.link-list a {
  color: #77c;
}

/* line 730, ../../scss/_css-legacy.scss */
#sidebar .widget_subscribe2_widget h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* line 736, ../../scss/_css-legacy.scss */
#sidebar h4 {
  font-size: 18px;
  font-weight: 300;
  color: #888;
  margin-bottom: 4px;
  line-height: 1.2;
}

/* line 744, ../../scss/_css-legacy.scss */
#sidebar h4 a {
  color: #888;
  display: block;
}

/* line 749, ../../scss/_css-legacy.scss */
#sidebar h4 a:hover {
  display: block;
  color: #77c;
}

/* line 754, ../../scss/_css-legacy.scss */
#sidebar #employersBox h4 {
  margin-bottom: 10px;
}

/* line 758, ../../scss/_css-legacy.scss */
#sidebar #searchBox {
  margin-bottom: 0;
  padding: 15px;
}

/* line 763, ../../scss/_css-legacy.scss */
#sidebar a {
  color: #77c;
}

/* line 767, ../../scss/_css-legacy.scss */
.follow-links {
  margin-top: 18px;
}

/* line 771, ../../scss/_css-legacy.scss */
#sidebar .follow-links h4 {
  text-align: center;
  margin-bottom: 8px;
}

/* line 776, ../../scss/_css-legacy.scss */
.follow-links ul {
  margin-bottom: 0;
  text-align: center;
}

/* line 781, ../../scss/_css-legacy.scss */
.follow-links ul > li {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 786, ../../scss/_css-legacy.scss */
.follow-links ul a {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #edf3fe;
  border-radius: 4px;
  background-color: #c1d2fc;
}

/* line 795, ../../scss/_css-legacy.scss */
.follow-links ul a.fb {
  background: #c1d2fc url("images/follow-icon-fb.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 802, ../../scss/_css-legacy.scss */
  .follow-links ul a.fb {
    background-size: 35px 70px;
    background-image: url("images/follow-icon-fb@2x.png");
  }
}
/* line 808, ../../scss/_css-legacy.scss */
.follow-links ul a.xing {
  background: #c1d2fc url("images/follow-icon-xing.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 816, ../../scss/_css-legacy.scss */
  .follow-links ul a.xing {
    background-size: 35px 70px;
    background-image: url("images/follow-icon-xing@2x.png");
  }
}
/* line 822, ../../scss/_css-legacy.scss */
.follow-links ul a.twitter {
  background: #c1d2fc url("images/follow-icon-twitter.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 829, ../../scss/_css-legacy.scss */
  .follow-links ul a.twitter {
    background-size: 35px 70px;
    background-image: url("images/follow-icon-twitter@2x.png");
  }
}
/* line 835, ../../scss/_css-legacy.scss */
.follow-links ul a.google {
  background: #c1d2fc url("images/follow-icon-google.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 842, ../../scss/_css-legacy.scss */
  .follow-links ul a.google {
    background-size: 35px 70px;
    background-image: url("images/follow-icon-google@2x.png");
  }
}
/* line 848, ../../scss/_css-legacy.scss */
.follow-links ul a.rss {
  background: #c1d2fc url("images/follow-icon-rss.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 855, ../../scss/_css-legacy.scss */
  .follow-links ul a.rss {
    background-size: 35px 70px;
    background-image: url("images/follow-icon-rss@2x.png");
  }
}
/* line 861, ../../scss/_css-legacy.scss */
.follow-links ul a:hover {
  background-position: 0 -35px;
  border-width: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 868, ../../scss/_css-legacy.scss */
.browse-list-container ul {
  margin-bottom: 0;
}

/* line 872, ../../scss/_css-legacy.scss */
#browse {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
  padding: 12px 15px 18px 15px;
}

/* line 880, ../../scss/_css-legacy.scss */
#browseHeader {
  margin-bottom: 6px;
  color: #666;
}

/* line 885, ../../scss/_css-legacy.scss */
#browseHeader a.browse-active {
  color: #000;
  font-weight: bold;
  cursor: default;
}

/* line 891, ../../scss/_css-legacy.scss */
#browseHeader a.browse-active:hover {
  text-decoration: none;
}

/* line 895, ../../scss/_css-legacy.scss */
#browseHeader p {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 900, ../../scss/_css-legacy.scss */
.expand-link {
  display: block;
  padding-top: 4px;
  font-weight: bold;
}

/* line 906, ../../scss/_css-legacy.scss */
.expand-link.collapsed:before {
  display: inline;
  content: "Show more";
}

/* line 911, ../../scss/_css-legacy.scss */
.expand-link:before {
  display: inline;
  content: "Show less";
}

/* line 916, ../../scss/_css-legacy.scss */
#browse {
  font-size: 13px;
}

/* line 920, ../../scss/_css-legacy.scss */
#browse li {
  color: #aaa;
}

/* line 924, ../../scss/_css-legacy.scss */
#backToTop {
  margin-bottom: 22px;
}

/* line 928, ../../scss/_css-legacy.scss */
#backToTop a.btn {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Header & Footer
/*-----------------------------------------------------------------------------------*/
/* line 936, ../../scss/_css-legacy.scss */
#blogHeader .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 941, ../../scss/_css-legacy.scss */
#blogHeader .navbar-toggle:hover {
  background-color: transparent;
}

/* line 945, ../../scss/_css-legacy.scss */
#blogHeader .navbar-toggle:active {
  background-color: #e9e9e9;
}

/* line 949, ../../scss/_css-legacy.scss */
#blogHeader {
  border-top: 5px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

/* line 954, ../../scss/_css-legacy.scss */
#blogHeader .navbar-default {
  background-color: transparent;
}

/* line 958, ../../scss/_css-legacy.scss */
#blogHeader .navbar-static-top {
  border: none;
}

/* line 962, ../../scss/_css-legacy.scss */
#blogHeader .navbar {
  margin-bottom: 30px;
}

/* line 966, ../../scss/_css-legacy.scss */
#blogHeader .navbar-brand {
  padding: 0;
  margin: 22px 0 0 10px;
  font-size: 16px;
  line-height: 1;
}

/* line 973, ../../scss/_css-legacy.scss */
#blogFooter {
  height: 110px;
  border-top: 1px solid #e2e2e2;
  font-size: 13px;
}

/* line 979, ../../scss/_css-legacy.scss */
#footerLinks {
  line-height: 2;
  margin: 35px 0 35px 0;
}

/* line 984, ../../scss/_css-legacy.scss */
#footerLinks p {
  margin-bottom: 5px;
}

/* line 988, ../../scss/_css-legacy.scss */
#footerLinks ul {
  margin-bottom: 5px;
}

/* line 992, ../../scss/_css-legacy.scss */
#blogFooter ul li {
  padding: 0;
}

/* line 996, ../../scss/_css-legacy.scss */
#blogFooter ul li a {
  color: #0f17d0;
}

/* line 1000, ../../scss/_css-legacy.scss */
#headerNavLinks {
  margin-top: 48px;
  text-align: right;
}

/* line 1005, ../../scss/_css-legacy.scss */
#headerNavLinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1011, ../../scss/_css-legacy.scss */
#headerNavLinks a {
  font-size: 13px;
  font-weight: bold;
}

/* line 1016, ../../scss/_css-legacy.scss */
#headerNavLinks ul li {
  display: inline;
  margin-left: 28px;
  padding: 0;
}

/* line 1022, ../../scss/_css-legacy.scss */
#footerLinks li:after {
  content: " - ";
}

/* line 1026, ../../scss/_css-legacy.scss */
#footerLinks li:last-child:after {
  content: "";
}

/*-----------------------------------------------------------------------------------*/
/*  Home, Search & Archive Template Specific Stuff
/*-----------------------------------------------------------------------------------*/
/* line 1034, ../../scss/_css-legacy.scss */
.pagination > li > a {
  font-size: 14px;
  background-color: #f8f8f8;
  border-color: #eaeaea;
}

/* line 1040, ../../scss/_css-legacy.scss */
.pagination > li > a:hover {
  background-color: #eee;
}

/* line 1044, ../../scss/_css-legacy.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1050, ../../scss/_css-legacy.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1056, ../../scss/_css-legacy.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #aaa;
  border-color: #aaa;
}

/* line 1066, ../../scss/_css-legacy.scss */
.home h1 a {
  text-decoration: none;
}

/* line 1070, ../../scss/_css-legacy.scss */
.home h1 a:hover {
  text-decoration: underline;
}

/* line 1074, ../../scss/_css-legacy.scss */
.search h1 .query,
.archive h1 .query {
  padding: 0 0.3em;
  color: #f60;
}

/* line 1080, ../../scss/_css-legacy.scss */
.search h3 {
  font-weight: 300;
}

/* line 1084, ../../scss/_css-legacy.scss */
.search h2,
.archive h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 1.2;
}

/* line 1093, ../../scss/_css-legacy.scss */
.search article,
.archive article {
  clear: both;
  margin-bottom: 36px;
}

/* line 1099, ../../scss/_css-legacy.scss */
.archive-page-header {
  margin-bottom: 30px;
}

/* line 1103, ../../scss/_css-legacy.scss */
.post-container,
.page-container {
  margin-top: 32px;
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*  Post Content Specific Stuff
/*-----------------------------------------------------------------------------------*/
/* line 1113, ../../scss/_css-legacy.scss */
.post-cta-button {
  text-align: center;
  margin: 30px 0;
}

/* line 1118, ../../scss/_css-legacy.scss */
.post-cta-button a.btn {
  width: 50%;
}

/* line 1122, ../../scss/_css-legacy.scss */
.single article.post-container {
  margin-top: 28px;
  margin-bottom: 40px;
}

/* line 1127, ../../scss/_css-legacy.scss */
.single footer.entry-meta {
  clear: both;
}

/* line 1131, ../../scss/_css-legacy.scss */
.post-banner-image {
  margin-bottom: 12px;
}

/* line 1135, ../../scss/_css-legacy.scss */
.post-body {
  margin-bottom: 40px;
}

/* make all wordpress images responsive! */
/* line 1140, ../../scss/_css-legacy.scss */
wp-post-image {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1146, ../../scss/_css-legacy.scss */
img[class^="wp-image-"],
img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1153, ../../scss/_css-legacy.scss */
.post-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1159, ../../scss/_css-legacy.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 1164, ../../scss/_css-legacy.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 1169, ../../scss/_css-legacy.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1175, ../../scss/_css-legacy.scss */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1181, ../../scss/_css-legacy.scss */
.alignright {
  float: right;
}

/* line 1185, ../../scss/_css-legacy.scss */
.alignleft {
  float: left;
}

/* line 1189, ../../scss/_css-legacy.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1195, ../../scss/_css-legacy.scss */
iframe {
  border: none;
}

/* line 1199, ../../scss/_css-legacy.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 24px 0;
}

/* line 1208, ../../scss/_css-legacy.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
}

/* line 1219, ../../scss/_css-legacy.scss */
p.date {
  font-size: 13px;
  font-style: normal;
  color: #999999;
  margin-bottom: 10px;
}

/* line 1226, ../../scss/_css-legacy.scss */
p.date a {
  color: #7777cc;
}

/*-----------------------------------------------------------------------------------*/
/*  Simple Share Buttons
/*-----------------------------------------------------------------------------------*/
/* line 1234, ../../scss/_css-legacy.scss */
#ssba a {
  text-decoration: none;
}

/* line 1238, ../../scss/_css-legacy.scss */
body.single-post #ssba {
  margin-bottom: 10px;
  margin-left: -7px;
}

/* line 1243, ../../scss/_css-legacy.scss */
body.single-post #ssba .ssba_sharecount {
  font: 13px Arial, Helvetica, sans-serif;
  padding: 4px 5px 4px 4px;
  border-radius: 4px;
}

/* line 1249, ../../scss/_css-legacy.scss */
body.single-post #ssba img {
  width: 49px !important;
  padding: 8px;
}

/* line 1254, ../../scss/_css-legacy.scss */
#post-6640 .s2w-subscribe {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Newer / Older Single Post Page Controls
/*-----------------------------------------------------------------------------------*/
/* line 1262, ../../scss/_css-legacy.scss */
.post-links-container {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.3em;
  background-color: #f8f8f8;
}

/* line 1272, ../../scss/_css-legacy.scss */
.post-links-container .newer-post,
.post-links-container .older-post {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #eaeaea;
}

/* line 1280, ../../scss/_css-legacy.scss */
.post-links-container .newer-post:hover,
.post-links-container .older-post:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 1286, ../../scss/_css-legacy.scss */
.post-links-container .older-post {
  text-align: right;
}

/* line 1290, ../../scss/_css-legacy.scss */
.post-links-container .link-group {
  display: table;
  width: 100%;
}

/* line 1295, ../../scss/_css-legacy.scss */
.post-links-container .link-group span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1302, ../../scss/_css-legacy.scss */
.post-links-container .older-post .link-group span {
  text-align: right;
}

/* line 1306, ../../scss/_css-legacy.scss */
.post-links-container .older-post .link-text {
  padding-left: 25px;
}

/* line 1310, ../../scss/_css-legacy.scss */
.post-links-container .newer-post .link-text {
  padding-right: 25px;
}

/* line 1314, ../../scss/_css-legacy.scss */
.post-links-container .link-chevron {
  font-size: 1.4em;
  width: 18px;
  padding-bottom: 2px;
}

/* line 1320, ../../scss/_css-legacy.scss */
.post-links-container .older-post .link-chevron,
.post-links-container .newer-post .link-chevron {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

/* line 1327, ../../scss/_css-legacy.scss */
.post-links-container .split {
  width: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*  404 Page
/*-----------------------------------------------------------------------------------*/
/* line 1335, ../../scss/_css-legacy.scss */
.error404 #mainContent > div.row {
  background: none;
}

/* line 1339, ../../scss/_css-legacy.scss */
.error404 h1 {
  margin-bottom: 20px;
}

/* line 1343, ../../scss/_css-legacy.scss */
.error404 h2 {
  font-weight: bold;
  font-size: 16px;
}

/* line 1348, ../../scss/_css-legacy.scss */
.error404 .widget_recent_entries {
  margin-top: 40px;
}

/* line 1352, ../../scss/_css-legacy.scss */
.error404 .widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
  font-size: 13px;
}

/* line 1358, ../../scss/_css-legacy.scss */
.error404 .widget_recent_entries ul li {
  margin-bottom: 4px;
}

/*-----------------------------------------------------------------------------------*/
/*  Media Queries: Less than 480px (bootstrap doesn't include by default)
/*-----------------------------------------------------------------------------------*/
@media (max-width: 479px) {
  /* line 1367, ../../scss/_css-legacy.scss */
  #sidebar .sidebar-item {
    margin-bottom: 12px;
  }

  /* line 1371, ../../scss/_css-legacy.scss */
  #headerNavLinks ul {
    margin-left: -12px;
    margin-right: -12px;
  }

  /* line 1376, ../../scss/_css-legacy.scss */
  #headerNavLinks ul li a {
    padding: 7px 12px 7px 13px;
  }

  /* line 1380, ../../scss/_css-legacy.scss */
  body.single-post #ssba a:first-child img {
    margin-left: 0;
  }

  /* line 1384, ../../scss/_css-legacy.scss */
  h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  /* line 1389, ../../scss/_css-legacy.scss */
  .home h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  /* make banner image extend to edges on mobile phones */
  /* line 1395, ../../scss/_css-legacy.scss */
  body.single-post .post-banner-image {
    margin-left: -12px;
    margin-right: -12px;
  }

  /* make banner image extend to edges on mobile phones */
  /* line 1401, ../../scss/_css-legacy.scss */
  .small.post-banner-image {
    margin: auto;
    background-color: white;
  }

  /* line 1406, ../../scss/_css-legacy.scss */
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 1411, ../../scss/_css-legacy.scss */
  #headerNavLinksMobile {
    margin-left: -12px;
    margin-right: -12px;
  }

  /* line 1416, ../../scss/_css-legacy.scss */
  #headerNavLinksMobile ul > li a {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 1421, ../../scss/_css-legacy.scss */
  .post-ad-thumb {
    width: 120px;
    height: 90px;
    float: left;
    margin-right: 10px;
  }

  /* line 1428, ../../scss/_css-legacy.scss */
  .post-ad-thumb img {
    top: 0;
    left: -18px;
    height: 90px;
    width: auto;
    max-width: none;
  }

  /* line 1436, ../../scss/_css-legacy.scss */
  .widget_subscribe2_widget {
    margin-bottom: 12px;
  }

  /* line 1440, ../../scss/_css-legacy.scss */
  .post-links-container {
    font-size: 13px;
  }

  /* line 1444, ../../scss/_css-legacy.scss */
  .post-links-container .newer-post .link-chevron {
    padding-right: 6px;
    padding-left: 6px;
  }

  /* line 1449, ../../scss/_css-legacy.scss */
  .post-links-container .newer-post .link-text {
    padding-right: 15px;
  }

  /* line 1453, ../../scss/_css-legacy.scss */
  .post-links-container .older-post .link-chevron {
    padding-right: 6px;
    padding-left: 6px;
  }

  /* line 1458, ../../scss/_css-legacy.scss */
  .post-links-container .older-post .link-text {
    padding-left: 15px;
  }

  /* modify pagination control so doesn't break on phones */
  /* line 1463, ../../scss/_css-legacy.scss */
  .pagination > li > a {
    padding: 6px 9px;
  }

  /* line 1467, ../../scss/_css-legacy.scss */
  #ssba_google_share:before {
    content: " \A";
    white-space: pre;
  }

  /* line 1472, ../../scss/_css-legacy.scss */
  .footer-press li {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries: 480px -> 767px (bootstrap doesn't include by default)
/*-----------------------------------------------------------------------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1482, ../../scss/_css-legacy.scss */
  #headerNavLinks ul {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 1487, ../../scss/_css-legacy.scss */
  #headerNavLinks ul li a {
    padding: 7px 20px 7px 21px;
  }

  /* line 1491, ../../scss/_css-legacy.scss */
  h1 {
    font-size: 40px;
  }

  /* line 1495, ../../scss/_css-legacy.scss */
  .home h1 {
    font-size: 28px;
  }

  /* line 1499, ../../scss/_css-legacy.scss */
  .post-ad-thumb {
    width: 33%;
    height: auto;
    float: left;
    margin-right: 12px;
  }

  /* line 1506, ../../scss/_css-legacy.scss */
  .post-ad-thumb img {
    top: 0;
  }

  /* make banner image extend to edges on mobile phones */
  /* line 1511, ../../scss/_css-legacy.scss */
  .small.post-banner-image {
    margin: auto;
    background-color: white;
  }

  /* line 1516, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image {
    overflow: hidden;
    float: left;
    width: 147px;
    height: 105px;
    margin: 5px 20px 0 0;
  }

  /* line 1524, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image img {
    width: 187px;
    height: 105px;
    position: relative;
    left: -20px;
    max-width: 200%;
  }

  /* line 1532, ../../scss/_css-legacy.scss */
  .footer-press li {
    width: 50%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries: Bootstrap X-Small (everything less than 768)
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 1542, ../../scss/_css-legacy.scss */
  #blogHeader .navbar {
    margin-bottom: 0;
  }

  /* line 1546, ../../scss/_css-legacy.scss */
  #blogHeader .navbar-collapse {
    border-top: none;
    overflow-x: auto;
    /* override bootstrap's "visible" setting to prevent flicker in Safari mobile when collapsing menu */
  }

  /* line 1551, ../../scss/_css-legacy.scss */
  #headerNavLinks {
    text-align: left;
    margin-top: 0;
    background-color: #eee;
    /* add bg color here in addition to the <a> tags to minimize flicker in mobile safari when collapse */
  }

  /* line 1557, ../../scss/_css-legacy.scss */
  #headerNavLinks ul {
    text-align: left;
    margin-top: 0;
  }

  /* line 1562, ../../scss/_css-legacy.scss */
  #headerNavLinks ul li {
    display: block;
    margin-left: 0;
    border-top: 1px solid #e2e2e2;
  }

  /* line 1568, ../../scss/_css-legacy.scss */
  #headerNavLinks ul li a {
    display: block;
    background-color: #eee;
    font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  /* line 1576, ../../scss/_css-legacy.scss */
  #headerNavLinks ul li a:hover {
    text-decoration: none;
    background-color: #e8e8e8;
  }

  /* line 1581, ../../scss/_css-legacy.scss */
  #blogHeader .navbar-brand {
    margin: 11px 0 0 16px;
  }

  /* line 1585, ../../scss/_css-legacy.scss */
  #blogHeader .navbar-brand img {
    width: 240px;
    height: auto;
  }

  /* line 1590, ../../scss/_css-legacy.scss */
  .post-container,
  .page-container {
    margin-top: 16px;
    margin-bottom: 30px;
  }

  /* line 1596, ../../scss/_css-legacy.scss */
  .single article.post-container {
    margin-top: 14px;
    margin-bottom: 30px;
  }

  /* line 1601, ../../scss/_css-legacy.scss */
  #sidebar {
    padding-top: 0;
  }

  /* line 1605, ../../scss/_css-legacy.scss */
  #sidebar .sidebar-item .seminar-block,
  #sidebar .sidebar-item .employers-block,
  #sidebar .sidebar-item #browse {
    margin: 0;
  }

  /* line 1611, ../../scss/_css-legacy.scss */
  #showMoreBtn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  /* hide vertical line background image */
  /* line 1619, ../../scss/_css-legacy.scss */
  #mainContent > div.row {
    background: none;
  }

  /* line 1623, ../../scss/_css-legacy.scss */
  .post-cta-button a.btn {
    width: 100%;
  }

  /* line 1627, ../../scss/_css-legacy.scss */
  .recent {
    margin-right: -20px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries: Bootstrap Small (768px -> 991px)
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1637, ../../scss/_css-legacy.scss */
  h1 {
    font-size: 40px;
  }

  /* line 1641, ../../scss/_css-legacy.scss */
  .post-ad-thumb {
    width: 150px;
    height: 110px;
    float: left;
    margin-right: 12px;
  }

  /* line 1648, ../../scss/_css-legacy.scss */
  .post-ad-thumb img {
    height: 110px;
    width: auto;
    max-width: none;
    top: 0;
    left: -20px;
  }

  /* line 1656, ../../scss/_css-legacy.scss */
  .post-ad-text {
    max-height: 110px;
  }

  /* line 1660, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image {
    overflow: hidden;
    float: left;
    width: 147px;
    height: 105px;
    margin: 5px 20px 0 0;
  }

  /* line 1668, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image img {
    width: 187px;
    height: 105px;
    position: relative;
    left: -20px;
    max-width: 200%;
  }

  /* line 1676, ../../scss/_css-legacy.scss */
  #mainContent > div.row {
    background-position: 505px top;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries: Bootstrap Small (everything more than 768)
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /* line 1686, ../../scss/_css-legacy.scss */
  .footer-press li {
    width: 25%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries: Bootstrap Medium (992px -> 1199px)
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1696, ../../scss/_css-legacy.scss */
  .post-ad-thumb {
    height: 110px;
  }

  /* line 1700, ../../scss/_css-legacy.scss */
  .post-ad-thumb img {
    top: -2px;
  }

  /* line 1704, ../../scss/_css-legacy.scss */
  .home .thumb.post-banner-image {
    overflow: hidden;
    float: left;
    width: 232px;
    height: 159px;
    margin: 5px 20px 0 0;
  }

  /* line 1712, ../../scss/_css-legacy.scss */
  .home .thumb.post-banner-image img {
    width: 282px;
    height: 159px;
    position: relative;
    left: -25px;
    max-width: 200%;
  }

  /* line 1720, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image {
    overflow: hidden;
    float: left;
    width: 147px;
    height: 105px;
    margin: 5px 20px 0 0;
  }

  /* line 1728, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image img {
    width: 187px;
    height: 105px;
    position: relative;
    left: -20px;
    max-width: 200%;
  }

  /* line 1736, ../../scss/_css-legacy.scss */
  #mainContent > div.row {
    background-position: 652px top;
  }

  /* line 1740, ../../scss/_css-legacy.scss */
  .press,
  .media {
    margin-right: 30px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries: Bootstrap Large (1200px and wider)
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  /* line 1751, ../../scss/_css-legacy.scss */
  .home .thumb.post-banner-image {
    overflow: hidden;
    float: left;
    width: 282px;
    height: 159px;
    margin: 5px 20px 0 0;
  }

  /* line 1759, ../../scss/_css-legacy.scss */
  .archive-thumb.post-banner-image {
    overflow: hidden;
    float: left;
    width: 187px;
    height: 105px;
    margin: 5px 20px 0 0;
  }

  /* line 1767, ../../scss/_css-legacy.scss */
  .press,
  .media {
    margin-right: 30px;
  }
}
/* line 1773, ../../scss/_css-legacy.scss */
.page-email-subscription,
.page-unsubscribe {
  max-width: 400px;
}

/* line 1778, ../../scss/_css-legacy.scss */
.author-about.row {
  margin-bottom: 30px;
}

/* line 1782, ../../scss/_css-legacy.scss */
.copyright-footer a {
  color: #0f17d0;
}

/* line 1786, ../../scss/_css-legacy.scss */
.ccpa-footer a {
  color: #0f17d0;
}

/* line 1790, ../../scss/_css-legacy.scss */
#sidebar,
.entry-content {
  max-width: 800px;
}

/* line 1794, ../../scss/_css-legacy.scss */
input {
  max-width: 700px;
}

/* line 1798, ../../scss/_css-legacy.scss */
.text-center.copyright-footer {
  color: #333;
}

/* line 1802, ../../scss/_css-legacy.scss */
.footer-press {
  display: block;
  text-align: center;
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  color: #707070;
}

/* line 1812, ../../scss/_css-legacy.scss */
.footer-press a {
  color: #0f17d0;
}

/* line 1816, ../../scss/_css-legacy.scss */
.footer-press ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}

/* line 1822, ../../scss/_css-legacy.scss */
.footer-press li {
  display: inline-block;
  margin-bottom: 20px;
}

/* line 1827, ../../scss/_css-legacy.scss */
.screen-reader-text {
  position: absolute;
  top: 0;
  z-index: 9999;
  right: 100%;
  padding: 10px;
  color: #ffffff;
  background: #2557a7;
  border-radius: 0;
  border: 0;
}

/* line 1839, ../../scss/_css-legacy.scss */
.screen-reader-text:focus {
  right: auto;
  color: #ffffff;
}

/* line 1844, ../../scss/_css-legacy.scss */
.post-subheadline {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}

/* line 1, ../../scss/_aurora.scss */
body,
.recent .entry-content,
#sidebar,
.footer-press {
  color: #2d2d2d;
}

/* line 8, ../../scss/_aurora.scss */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Noto Sans', sans-serif;
}

/* line 12, ../../scss/_aurora.scss */
a,
#blogFooter ul li a,
.copyright-footer a,
.ccpa-footer a {
  color: #2557a7;
}
/* line 18, ../../scss/_aurora.scss */
a:visited,
#blogFooter ul li a:visited,
.copyright-footer a:visited,
.ccpa-footer a:visited {
  color: #2557a7;
}
/* line 22, ../../scss/_aurora.scss */
a:hover, a:focus, a:active,
#blogFooter ul li a:hover,
#blogFooter ul li a:focus,
#blogFooter ul li a:active,
.copyright-footer a:hover,
.copyright-footer a:focus,
.copyright-footer a:active,
.ccpa-footer a:hover,
.ccpa-footer a:focus,
.ccpa-footer a:active {
  color: #164081;
}

/* line 27, ../../scss/_aurora.scss */
.link-chevron {
  color: #2557a7;
}

/* line 31, ../../scss/_aurora.scss */
.btn,
.s2w-btn {
  display: inline-block;
  border-radius: 8px;
  padding: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  background-color: #2557a7;
}
/* line 11, ../../node_modules/@indeed/aurora-styles/scss/_mixins.scss */
.btn:hover, .btn:focus,
.s2w-btn:hover,
.s2w-btn:focus {
  text-decoration: none;
}
/* line 16, ../../node_modules/@indeed/aurora-styles/scss/_mixins.scss */
.btn:active,
.s2w-btn:active {
  text-decoration: none;
}
/* line 76, ../../node_modules/@indeed/aurora-styles/scss/_mixins.scss */
.btn:hover, .btn:focus,
.s2w-btn:hover,
.s2w-btn:focus {
  background-color: #164081;
  color: #ffffff;
}
/* line 82, ../../node_modules/@indeed/aurora-styles/scss/_mixins.scss */
.btn:active,
.s2w-btn:active {
  background-color: #0D2D5E;
  color: #ffffff;
}
/* line 35, ../../scss/_aurora.scss */
.btn:visited,
.s2w-btn:visited {
  color: #ffffff;
}

/* line 40, ../../scss/_aurora.scss */
#blogHeader,
#blogFooter,
.footer-press,
.press-releases,
.media-coverage,
.post-links-container,
.page-header,
.form-control {
  border-color: #C7D2F6;
}

/* line 51, ../../scss/_aurora.scss */
.footer-press,
.recent,
.post-links-container {
  background: #EEF1FE;
}

/* line 57, ../../scss/_aurora.scss */
.recent h2 {
  line-height: 1.35;
}

/* line 64, ../../scss/_aurora.scss */
.post-links-container .newer-post:hover,
.post-links-container .older-post:hover {
  background: #C7D2F6;
  color: #164081;
}

/* line 71, ../../scss/_aurora.scss */
.form-control {
  box-shadow: none;
}

/* line 75, ../../scss/_aurora.scss */
#searchBox #searchform input {
  margin-bottom: 10px;
}

/* line 79, ../../scss/_aurora.scss */
.entry-title--h2 {
  font-size: 28px;
  font-weight: bold;
  color: #2d2d2d;
}

/* line 85, ../../scss/_aurora.scss */
.post-subheadline {
  font-size: 20px;
  font-weight: normal;
  color: #595959;
}

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