html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Size */
/* Global */
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0 0 20px 0;
}

a, input, select, textarea {
  outline: none;
}

table {
  border-collapse: collapse;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 759px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

small, .small {
  font-size: 0.875rem;
}

/* Images */
img {
  border: none;
}
img.left, img.alignleft {
  margin-right: 20px;
}
img.right, img.alignright {
  margin-left: 20px;
}
img.center, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 759px) {
  img {
    height: auto;
    width: 100%;
  }
}

.ii100pct, .i100pct img, .thumbnail img, .izoom img {
  height: auto;
  width: 100%;
  display: block;
}

.iblock img {
  display: block;
}

.izoom {
  position: relative;
  display: inline-block;
}
.izoom:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5) url("../components/images/search-big.png") center center no-repeat;
  content: "";
  opacity: 0;
}
.izoom:hover:after {
  opacity: 1;
}

.youtube {
  position: relative;
  height: 0;
  width: auto;
  padding-bottom: 56.25%; /* 16:9 */
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Classes */
.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.cfix::after {
  clear: both;
  content: "";
  display: table;
}
.cfix:before {
  content: "";
  display: table;
}

.last-child > :last-child {
  margin-bottom: 0;
}

.center, .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.left, .alignleft {
  float: left;
}

.right, .alignright {
  float: right;
}

.bottom {
  vertical-align: bottom;
}

.middle {
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tlower {
  text-transform: lowercase;
}

.tupper {
  text-transform: uppercase;
}

.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.nounder, .jobs .job h3 a, .articles .article .title a, .headblock.gray h1 a, .headblock.green .gray.tag h1 a, .headblock.green .tags > a.gray h1 a, .headblock.green .tags > span.gray h1 a, .breadcrumb a, .wp-home .sanfran a {
  text-decoration: none;
}
.nounder:hover, .jobs .job h3 a:hover, .articles .article .title a:hover, .headblock.gray h1 a:hover, .headblock.green .gray.tag h1 a:hover, .headblock.green .tags > a.gray h1 a:hover, .headblock.green .tags > span.gray h1 a:hover, .breadcrumb a:hover, .wp-home .sanfran a:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.slim {
  font-weight: 300;
}

.strong {
  font-weight: bold;
}

.border {
  border: 1px solid rgba(179, 179, 179, 0.5);
}

.line {
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
}

.pointer {
  cursor: pointer;
}

.radius {
  border-radius: 0;
}

.sauto {
  height: auto;
  width: auto;
}

.s50pct {
  height: auto;
  width: 50%;
}

.s100pct {
  height: auto;
  width: 100%;
}

.w50pct {
  width: 50%;
}

.w100pct {
  width: 100%;
}

.widthfull {
  margin-right: -100rem;
  margin-left: -100rem;
  padding-right: 100rem;
  padding-left: 100rem;
}

/* Margins */
.m0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mt0 {
  margin-top: 0px;
}

.m1-8 {
  margin-bottom: 2.5px;
}

.ml1-8 {
  margin-left: 2.5px;
}

.mr1-8 {
  margin-right: 2.5px;
}

.mt1-8 {
  margin-top: 2.5px;
}

.m1-4 {
  margin-bottom: 5px;
}

.ml1-4 {
  margin-left: 5px;
}

.mr1-4 {
  margin-right: 5px;
}

.mt1-4 {
  margin-top: 5px;
}

.m1-2 {
  margin-bottom: 10px;
}

.ml1-2 {
  margin-left: 10px;
}

.mr1-2 {
  margin-right: 10px;
}

.mt1-2 {
  margin-top: 10px;
}

.m {
  margin-bottom: 20px;
}

.ml {
  margin-left: 20px;
}

.mr {
  margin-right: 20px;
}

.mt {
  margin-top: 20px;
}

.m2 {
  margin-bottom: 40px;
}

.ml2 {
  margin-left: 40px;
}

.mr2 {
  margin-right: 40px;
}

.mt2 {
  margin-top: 40px;
}

.m3 {
  margin-bottom: 60px;
}

.ml3 {
  margin-left: 60px;
}

.mr3 {
  margin-right: 60px;
}

.mt3 {
  margin-top: 60px;
}

.m4 {
  margin-bottom: 80px;
}

.ml4 {
  margin-left: 80px;
}

.mr4 {
  margin-right: 80px;
}

.mt4 {
  margin-top: 80px;
}

.m5 {
  margin-bottom: 100px;
}

.ml5 {
  margin-left: 100px;
}

.mr5 {
  margin-right: 100px;
}

.mt5 {
  margin-top: 100px;
}

/* Paddings */
.p0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.p1-8 {
  padding-bottom: 2.5px;
}

.pl1-8 {
  padding-left: 2.5px;
}

.pr1-8 {
  padding-right: 2.5px;
}

.pt1-8 {
  padding-top: 2.5px;
}

.p1-4 {
  padding-bottom: 5px;
}

.pl1-4 {
  padding-left: 5px;
}

.pr1-4 {
  padding-right: 5px;
}

.pt1-4 {
  padding-top: 5px;
}

.p1-2 {
  padding-bottom: 10px;
}

.pl1-2 {
  padding-left: 10px;
}

.pr1-2 {
  padding-right: 10px;
}

.pt1-2 {
  padding-top: 10px;
}

.p {
  padding-bottom: 20px;
}

.pl {
  padding-left: 20px;
}

.pr {
  padding-right: 20px;
}

.pt {
  padding-top: 20px;
}

.p2 {
  padding-bottom: 40px;
}

.pl2 {
  padding-left: 40px;
}

.pr2 {
  padding-right: 40px;
}

.pt2 {
  padding-top: 40px;
}

.p3 {
  padding-bottom: 60px;
}

.pl3 {
  padding-left: 60px;
}

.pr3 {
  padding-right: 60px;
}

.pt3 {
  padding-top: 60px;
}

.p4 {
  padding-bottom: 80px;
}

.pl4 {
  padding-left: 80px;
}

.pr4 {
  padding-right: 80px;
}

.pt4 {
  padding-top: 80px;
}

.p5 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 100px;
}

.pr5 {
  padding-right: 100px;
}

.pt5 {
  padding-top: 100px;
}

/* Responsive */
.display-block {
  display: block;
}

.display-none {
  display: none;
}

@media screen and (min-width: 1920px) {
  .panel-block {
    display: block !important;
  }
}

@media screen and (min-width: 1920px) {
  .panel-none {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .tablet-block {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {
  .tablet-none {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  .mobile-block, .hamburger {
    display: block !important;
  }
}

@media screen and (max-width: 759px) {
  .mobile-none {
    display: none !important;
  }
}

/* List */
.list {
  padding: 0;
  display: block;
}
.list > .cell, .list > li {
  display: block;
}

/* Table */
.table {
  position: relative;
  padding: 0;
  display: table;
}
.table::after {
  clear: both;
  content: "";
  display: table;
}
.table:before {
  content: "";
  display: table;
}
.table > :last-child {
  margin-bottom: 0;
}
.table > .cell, .table > li {
  display: table-cell;
}
.table > .cell > :last-child, .table > li > :last-child {
  margin-bottom: 0;
}
.table > .cell, .table > li {
  vertical-align: top;
}
.table > .cell.baseline, .table > li.baseline {
  vertical-align: baseline;
}
.table > .cell.bottom, .table > li.bottom {
  vertical-align: bottom;
}
.table > .cell.middle, .table > li.middle {
  vertical-align: middle;
}
.table.baseline > .cell, .table.baseline > li {
  vertical-align: baseline;
}
.table.bottom > .cell, .table.bottom > li {
  vertical-align: bottom;
}
.table.middle > .cell, .table.middle > li {
  vertical-align: middle;
}
.table.col1 {
  width: 100%;
}
.table.col1 > .cell {
  display: table-cell;
  width: 100%;
  padding: 2.3576515979%;
}
.table.col1.nopad > .cell {
  padding: 0;
}
.table.col2 {
  width: 100%;
}
.table.col2 > .cell {
  display: table-cell;
  width: 50%;
  padding: 2.3576515979%;
}
.table.col2.nopad > .cell {
  padding: 0;
}
.table.col3 {
  width: 100%;
}
.table.col3 > .cell {
  display: table-cell;
  width: 33.3333333333%;
  padding: 2.3576515979%;
}
.table.col3.nopad > .cell {
  padding: 0;
}
.table.col4 {
  width: 100%;
}
.table.col4 > .cell {
  display: table-cell;
  width: 25%;
  padding: 2.3576515979%;
}
.table.col4.nopad > .cell {
  padding: 0;
}
.table.col1-2, .table.col4-8 {
  width: 100%;
}
.table.col1-2 > .cell:nth-child(2n+1), .table.col4-8 > .cell:nth-child(2n+1) {
  display: table-cell;
  width: 33.3333333333%;
  padding: 2.3576515979%;
}
.table.col1-2 > .cell:nth-child(2n), .table.col4-8 > .cell:nth-child(2n) {
  display: table-cell;
  width: 66.6666666667%;
  padding: 2.3576515979%;
}
.table.col1-2.nopad > .cell, .table.col4-8.nopad > .cell {
  padding: 0;
}
.table.col2-1, .table.col8-4 {
  width: 100%;
}
.table.col2-1 > .cell:nth-child(2n+1), .table.col8-4 > .cell:nth-child(2n+1) {
  display: table-cell;
  width: 66.6666666667%;
  padding: 2.3576515979%;
}
.table.col2-1 > .cell:nth-child(2n), .table.col8-4 > .cell:nth-child(2n) {
  display: table-cell;
  width: 33.3333333333%;
  padding: 2.3576515979%;
}
.table.col2-1.nopad > .cell, .table.col8-4.nopad > .cell {
  padding: 0;
}
@media screen and (max-width: 759px) {
  .table {
    display: block;
  }
  .table > .cell, .table > li {
    display: block;
  }
  .table.col1 > .cell, .table.col2 > .cell, .table.col3 > .cell, .table.col4 > .cell, .table.col1-2 > .cell, .table.col4-8 > .cell, .table.col2-1 > .cell, .table.col8-4 > .cell {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
  }
  .table.col1 > .cell:last-child, .table.col2 > .cell:last-child, .table.col3 > .cell:last-child, .table.col4 > .cell:last-child, .table.col1-2 > .cell:last-child, .table.col4-8 > .cell:last-child, .table.col2-1 > .cell:last-child, .table.col8-4 > .cell:last-child {
    margin-bottom: 0;
  }
}

/* Grid */
.grid {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.grid::after {
  clear: both;
  content: "";
  display: table;
}
.grid:before {
  content: "";
  display: table;
}
.grid > :last-child {
  margin-bottom: 0;
}
.grid > .cell {
  margin-top: 20px;
}
.grid > .cell > :last-child {
  margin-bottom: 0;
}
.grid.col1 > .cell {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.grid.col1 > .cell:last-child {
  margin-right: 0;
}
.grid.col1 > .cell:nth-child(1n) {
  margin-right: 0;
}
.grid.col1 > .cell:nth-child(1n+1) {
  clear: left;
}
.grid.col1 > .cell:nth-child(-n+1) {
  margin-top: 0 !important;
}
.grid.col2 > .cell {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.grid.col2 > .cell:last-child {
  margin-right: 0;
}
.grid.col2 > .cell:nth-child(2n) {
  margin-right: 0;
}
.grid.col2 > .cell:nth-child(2n+1) {
  clear: left;
}
.grid.col2 > .cell:nth-child(-n+2) {
  margin-top: 0 !important;
}
.grid.col3 > .cell {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.grid.col3 > .cell:last-child {
  margin-right: 0;
}
.grid.col3 > .cell:nth-child(3n) {
  margin-right: 0;
}
.grid.col3 > .cell:nth-child(3n+1) {
  clear: left;
}
.grid.col3 > .cell:nth-child(-n+3) {
  margin-top: 0 !important;
}
.grid.col4 > .cell {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.grid.col4 > .cell:last-child {
  margin-right: 0;
}
.grid.col4 > .cell:nth-child(4n) {
  margin-right: 0;
}
.grid.col4 > .cell:nth-child(4n+1) {
  clear: left;
}
.grid.col4 > .cell:nth-child(-n+4) {
  margin-top: 0 !important;
}
.grid.col1-2 > .cell:nth-child(2n+1), .grid.col4-8 > .cell:nth-child(2n+1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.grid.col1-2 > .cell:nth-child(2n+1):last-child, .grid.col4-8 > .cell:nth-child(2n+1):last-child {
  margin-right: 0;
}
.grid.col1-2 > .cell:nth-child(2n), .grid.col4-8 > .cell:nth-child(2n) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.grid.col1-2 > .cell:nth-child(2n):last-child, .grid.col4-8 > .cell:nth-child(2n):last-child {
  margin-right: 0;
}
.grid.col1-2 > .cell:nth-child(2n), .grid.col4-8 > .cell:nth-child(2n) {
  margin-right: 0;
}
.grid.col1-2 > .cell:nth-child(2n+1), .grid.col4-8 > .cell:nth-child(2n+1) {
  clear: left;
}
.grid.col1-2 > .cell:nth-child(-n+2), .grid.col4-8 > .cell:nth-child(-n+2) {
  margin-top: 0 !important;
}
.grid.col2-1 > .cell:nth-child(2n+1), .grid.col8-4 > .cell:nth-child(2n+1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.grid.col2-1 > .cell:nth-child(2n+1):last-child, .grid.col8-4 > .cell:nth-child(2n+1):last-child {
  margin-right: 0;
}
.grid.col2-1 > .cell:nth-child(2n), .grid.col8-4 > .cell:nth-child(2n) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.grid.col2-1 > .cell:nth-child(2n):last-child, .grid.col8-4 > .cell:nth-child(2n):last-child {
  margin-right: 0;
}
.grid.col2-1 > .cell:nth-child(2n), .grid.col8-4 > .cell:nth-child(2n) {
  margin-right: 0;
}
.grid.col2-1 > .cell:nth-child(2n+1), .grid.col8-4 > .cell:nth-child(2n+1) {
  clear: left;
}
.grid.col2-1 > .cell:nth-child(-n+2), .grid.col8-4 > .cell:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media screen and (max-width: 759px) {
  .grid.col1 > .cell, .grid.col2 > .cell, .grid.col3 > .cell, .grid.col4 > .cell, .grid.col1-2 > .cell, .grid.col4-8 > .cell, .grid.col2-1 > .cell, .grid.col8-4 > .cell {
    float: none !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .grid.col1 > .cell:nth-child(-n+12), .grid.col2 > .cell:nth-child(-n+12), .grid.col3 > .cell:nth-child(-n+12), .grid.col4 > .cell:nth-child(-n+12), .grid.col1-2 > .cell:nth-child(-n+12), .grid.col4-8 > .cell:nth-child(-n+12), .grid.col2-1 > .cell:nth-child(-n+12), .grid.col8-4 > .cell:nth-child(-n+12) {
    margin-top: 20px !important;
  }
  .grid.col1 > .cell:first-child, .grid.col2 > .cell:first-child, .grid.col3 > .cell:first-child, .grid.col4 > .cell:first-child, .grid.col1-2 > .cell:first-child, .grid.col4-8 > .cell:first-child, .grid.col2-1 > .cell:first-child, .grid.col8-4 > .cell:first-child {
    margin-top: 0 !important;
  }
}

/* Wrapper */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 940px;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.wrapper:before {
  content: "";
  display: table;
}
.wrapper > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .wrapper {
    width: 740px;
  }
}
@media screen and (max-width: 759px) {
  .wrapper {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}

/* Buttons */
button, input[type=button], input[type=reset], input[type=submit], .pagination .page-numbers.next, .pagination .page-numbers.prev, .pagination .button, .button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 7px 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover, .button:hover {
  text-decoration: none;
}
button, input[type=button], input[type=reset], input[type=submit], .pagination .page-numbers.next, .pagination .page-numbers.prev, .pagination .button, .button {
  color: white;
  background-color: #8ec549;
  border-color: #8ec549;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover, .button:hover, button.inverse, input.inverse[type=button], input.inverse[type=reset], input.inverse[type=submit], .pagination .inverse.page-numbers.next, .pagination .inverse.page-numbers.prev, .inverse.button, button.disabled, input.disabled[type=button], input.disabled[type=reset], input.disabled[type=submit], .pagination .disabled.page-numbers.next, .pagination .disabled.page-numbers.prev, .disabled.button {
  color: white;
  background-color: rgba(142, 197, 73, 0.8);
  border-color: rgba(142, 197, 73, 0.8);
}

.button.green, .button.green.inverse:hover, .button.green.inverse.disabled {
  color: white;
  background-color: #8ec549;
  border-color: #8ec549;
}
.button.green:hover, .button.green.inverse, .button.green.disabled {
  color: white;
  background-color: rgba(142, 197, 73, 0.8);
  border-color: rgba(142, 197, 73, 0.8);
}
.button.blue, .button.blue.inverse:hover, .button.blue.inverse.disabled {
  color: white;
  background-color: #002c62;
  border-color: #002c62;
}
.button.blue:hover, .button.blue.inverse, .button.blue.disabled {
  color: white;
  background-color: rgba(0, 44, 98, 0.8);
  border-color: rgba(0, 44, 98, 0.8);
}
.button.trans-green, .jobs .job .button.tag, .jobs .job .tags > a.button, .jobs .job .tags > span.button, .button.trans-green.inverse:hover, .button.trans-green.inverse.disabled {
  color: #8ec549;
  background-color: transparent;
  border-color: rgba(142, 197, 73, 0.6);
}
.button.trans-green:hover, .jobs .job .button.tag:hover, .jobs .job .tags > a.button:hover, .jobs .job .tags > span.button:hover, .button.trans-green.inverse, .jobs .job .button.inverse.tag, .jobs .job .tags > a.button.inverse, .jobs .job .tags > span.button.inverse, .button.trans-green.disabled, .jobs .job .button.disabled.tag, .jobs .job .tags > a.button.disabled, .jobs .job .tags > span.button.disabled {
  color: #8ec549;
  background-color: transparent;
  border-color: #8ec549;
}
.button.trans-blue, .colorbox-gray .button, .button.trans-blue.inverse:hover, .button.trans-blue.inverse.disabled {
  color: #002c62;
  background-color: transparent;
  border-color: rgba(0, 44, 98, 0.5);
}
.button.trans-blue:hover, .colorbox-gray .button:hover, .button.trans-blue.inverse, .colorbox-gray .button.inverse, .button.trans-blue.disabled, .colorbox-gray .button.disabled {
  color: #002c62;
  background-color: transparent;
  border-color: #002c62;
}
.button.trans-white, .colorbox-green .button, .colorbox-blue .button, .button.trans-white.inverse:hover, .button.trans-white.inverse.disabled {
  color: white;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}
.button.trans-white:hover, .colorbox-green .button:hover, .colorbox-blue .button:hover, .button.trans-white.inverse, .colorbox-green .button.inverse, .colorbox-blue .button.inverse, .button.trans-white.disabled, .colorbox-green .button.disabled, .colorbox-blue .button.disabled {
  color: white;
  background-color: transparent;
  border-color: white;
}

/* Carousel */
.carousel .slider {
  position: relative;
  overflow: hidden;
}
.carousel .slider .slides {
  height: auto;
  width: 20000em;
  position: relative;
}
.carousel .slider .slides .slide {
  float: left;
}
/* Color box */
.colorbox-yellow, .colorbox-gray7, .colorbox-gray6, .colorbox-gray, .colorbox-blue, .colorbox-green, .colorbox {
  padding: 20px;
}
.left.colorbox-yellow, .left.colorbox-gray7, .left.colorbox-gray6, .left.colorbox-gray, .left.colorbox-blue, .left.colorbox-green, .left.colorbox, .alignleft.colorbox-yellow, .alignleft.colorbox-gray7, .alignleft.colorbox-gray6, .alignleft.colorbox-gray, .alignleft.colorbox-blue, .alignleft.colorbox-green, .alignleft.colorbox {
  margin-right: 20px;
}
.right.colorbox-yellow, .right.colorbox-gray7, .right.colorbox-gray6, .right.colorbox-gray, .right.colorbox-blue, .right.colorbox-green, .right.colorbox, .alignright.colorbox-yellow, .alignright.colorbox-gray7, .alignright.colorbox-gray6, .alignright.colorbox-gray, .alignright.colorbox-blue, .alignright.colorbox-green, .alignright.colorbox {
  margin-left: 20px;
}
.center.colorbox-yellow, .center.colorbox-gray7, .center.colorbox-gray6, .center.colorbox-gray, .center.colorbox-blue, .center.colorbox-green, .center.colorbox, .aligncenter.colorbox-yellow, .aligncenter.colorbox-gray7, .aligncenter.colorbox-gray6, .aligncenter.colorbox-gray, .aligncenter.colorbox-blue, .aligncenter.colorbox-green, .aligncenter.colorbox {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.colorbox-yellow > :last-child, .colorbox-gray7 > :last-child, .colorbox-gray6 > :last-child, .colorbox-gray > :last-child, .colorbox-blue > :last-child, .colorbox-green > :last-child, .colorbox > :last-child {
  margin-bottom: 0;
}
.left.colorbox-yellow, .left.colorbox-gray7, .left.colorbox-gray6, .left.colorbox-gray, .left.colorbox-blue, .left.colorbox-green, .left.colorbox, .alignleft.colorbox-yellow, .alignleft.colorbox-gray7, .alignleft.colorbox-gray6, .alignleft.colorbox-gray, .alignleft.colorbox-blue, .alignleft.colorbox-green, .alignleft.colorbox, .right.colorbox-yellow, .right.colorbox-gray7, .right.colorbox-gray6, .right.colorbox-gray, .right.colorbox-blue, .right.colorbox-green, .right.colorbox, .alignright.colorbox-yellow, .alignright.colorbox-gray7, .alignright.colorbox-gray6, .alignright.colorbox-gray, .alignright.colorbox-blue, .alignright.colorbox-green, .alignright.colorbox, .center.colorbox-yellow, .center.colorbox-gray7, .center.colorbox-gray6, .center.colorbox-gray, .center.colorbox-blue, .center.colorbox-green, .center.colorbox, .aligncenter.colorbox-yellow, .aligncenter.colorbox-gray7, .aligncenter.colorbox-gray6, .aligncenter.colorbox-gray, .aligncenter.colorbox-blue, .aligncenter.colorbox-green, .aligncenter.colorbox {
  max-width: 50%;
}

.colorbox-green {
  background-color: #8ec549;
  color: black;
}

.colorbox-blue {
  background-color: #002c62;
  color: white;
}

.colorbox-gray {
  background-color: #c3c6c8;
  color: black;
}

.colorbox-gray6 {
  background-color: #002F5F #d5d7d8;
  color: black;
}

.colorbox-gray7 {
  background-color: #e1e2e3;
  color: black;
}

.colorbox-yellow {
  background-color: #ffeeaa;
  color: black;
}

/* Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .selected, .dropdown .inputed {
  position: relative;
  background-color: white;
  border: 1px solid #c3c6c8;
  border-radius: 0;
  color: black;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 8px 19px;
}
.dropdown .selected {
  padding-right: 39px !important;
}
.dropdown .selected:after {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 9px;
  width: 16px;
  background: transparent url("../images/dropdown-green.png") left top no-repeat;
  content: "";
  display: block;
  margin: -3px 0 0 0;
}
.dropdown .inputed:focus, .dropdown .inputed:active {
  background-color: white;
  border-color: #c3c6c8;
  color: black;
}
.dropdown ul {
  position: absolute;
  top: 40px;
  left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
  border: 1px solid #c3c6c8;
  color: black;
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  z-index: 9999;
}
.dropdown ul li {
  border-bottom: 1px solid #c3c6c8;
  list-style: none;
  padding: 8px 19px;
}
.dropdown ul li.disabled {
  background-color: white;
  color: #c3c6c8;
  cursor: default;
}
.dropdown ul li:hover:not(.disabled) {
  background-color: #8ec549;
  color: black;
}
.dropdown ul li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.dropdown.dropdown-open .selected, .dropdown.dropdown-open .inputed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown.dropdown-open .selected:after {
  background-position: left bottom;
}
.dropdown.dropdown-open ul {
  display: block;
}

/* Gotop */
.gotop {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #8ec549;
  border-radius: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
}
.gotop:hover {
  position: absolute;
  top: -25px;
  right: 0;
}
.gotop:before, .gotop:after {
  content: "";
}
.gotop:before {
  position: absolute;
  top: 13.3333333333px;
  left: 6.6666666667px;
  height: 0;
  width: 0;
  border-bottom: 13.3333333333px solid white;
  border-left: 13.3333333333px solid transparent;
  border-right: 13.3333333333px solid transparent;
}
.gotop:after {
  position: absolute;
  top: 15.3333333333px;
  left: 6.6666666667px;
  height: 0;
  width: 0;
  border-bottom: 13.3333333333px solid #8ec549;
  border-left: 13.3333333333px solid transparent;
  border-right: 13.3333333333px solid transparent;
}

/* Hamburger */
.hamburger {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: background 0.3s, border 0.3s;
  -moz-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  background-color: #002c62;
  border: 1px solid #3a5a81;
  border-radius: 0;
  display: none;
}
.hamburger:before, .hamburger:after, .hamburger span {
  height: 10%;
  width: 60%;
  position: absolute;
  top: 25%;
  left: 20%;
  -webkit-transition-property: -webkit-transform, all;
  -moz-transition-property: -moz-transform, all;
  transition-property: transform, all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background-color: white;
  content: "";
}
.hamburger:after {
  top: 65%;
}
.hamburger span {
  top: 45%;
}
.hamburger.open {
  background-color: #002c62;
  border-color: #3a5a81;
}
.hamburger.open:before, .hamburger.open:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #3a5a81;
  top: 45%;
}
.hamburger.open:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.open span {
  opacity: 0;
}

/* Icons */
.icon-alert, .icon-breadcrump2, .icon-breadcrump {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.icol.icon-alert, .icol.icon-breadcrump2, .icol.icon-breadcrump {
  height: auto;
  width: auto;
  background-position: left center;
}
.icor.icon-alert, .icor.icon-breadcrump2, .icor.icon-breadcrump {
  height: auto;
  width: auto;
  background-position: right center;
}

.icon-breadcrump {
  height: 10px;
  width: 5px;
  background-image: url("../images/icons/breadcrump.png");
}
.icon-breadcrump.icol {
  line-height: 10px;
  padding-left: 10px;
}
.icon-breadcrump.icor {
  line-height: 10px;
  padding-right: 10px;
}

.icon-breadcrump2 {
  height: 10px;
  width: 5px;
  background-image: url("../images/icons/breadcrump2.png");
}
.icon-breadcrump2.icol {
  line-height: 10px;
  padding-left: 10px;
}
.icon-breadcrump2.icor {
  line-height: 10px;
  padding-right: 10px;
}

.icon-alert {
  height: 24px;
  width: 28px;
  background-image: url("../images/icons/alert.png");
}
.icon-alert.icol {
  line-height: 24px;
  padding-left: 33px;
}
.icon-alert.icor {
  line-height: 24px;
  padding-right: 33px;
}

/* Logos */
.logo-header {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
}
.logo-header:hover {
  position: relative;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
}

.logo-header {
  height: 140px;
  width: 200px;
  background-image: url("../images/logo-header2.png");
}

/* Menus */
.menu-landing a, .menu-header a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
  margin: 0 5px 0 0;
  padding: 9px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-landing a:hover, .menu-header a:hover {
  text-decoration: none;
}
.menu-landing .sub-menu, .menu-header .sub-menu {
  display: none;
}
.menu-landing .current-menu-item .sub-menu, .menu-header .current-menu-item .sub-menu,
.menu-landing .current-menu-ancestor .sub-menu,
.menu-header .current-menu-ancestor .sub-menu {
  display: block;
}

@media screen and (max-width: 759px) {
  .menu-header {
    background-color: #002c62;
    clear: both;
    display: none;
  }
  .menu-header li {
    border-top: 1px solid rgba(195, 198, 200, 0.3);
  }
  .menu-header a {
    border: none;
    border-radius: 0;
    margin: 0;
  }
  .menu-header a:hover, .menu-header a.active {
    border: none;
  }
}

.menu-header a {
  color: #c3c6c8;
  background-color: transparent;
  border-color: transparent;
}
.menu-header a:hover {
  color: white;
  background-color: transparent;
  border-color: rgba(195, 198, 200, 0.3);
}
.menu-header .current-menu-item > a,
.menu-header .active > a,
.menu-header a.active {
  color: white;
  background-color: transparent;
  border-color: rgba(195, 198, 200, 0.3);
}

.menu-landing a {
  color: #c3c6c8;
  background-color: transparent;
  border-color: transparent;
}
.menu-landing a:hover {
  color: white;
  background-color: transparent;
  border-color: rgba(195, 198, 200, 0.3);
}
.menu-landing .current-menu-item > a,
.menu-landing .active > a,
.menu-landing a.active {
  color: white;
  background-color: transparent;
  border-color: rgba(195, 198, 200, 0.3);
}

/* Pagination */
.pagination a, .pagination span {
  display: inline-block;
  color: #808080;
  margin: 0 10px;
}
.pagination input[type=text] {
  height: auto;
  width: 60px;
  background-color: white;
  border: 1px solid #c3c6c8;
  border-radius: 0;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0 10px 0 0;
  outline: 0;
  padding: 10px 20px;
  text-align: center;
}
/* Popup */
.popup {
  display: none;
  z-index: 99999;
}
.popup:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  z-index: 99999;
}
.popup > div {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border-radius: 0;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  color: black;
  height: auto;
  max-width: 640px;
  min-width: 320px;
  padding: 20px;
  width: 50%;
  z-index: 99999;
}
.popup .popup-close {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: black;
  border-radius: 20px;
}
.popup .popup-close:before, .popup .popup-close:after {
  height: 10%;
  width: 60%;
  position: absolute;
  top: 25%;
  left: 20%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  content: "";
  top: 45%;
}
.popup .popup-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup.popup-open {
  display: block;
}

/* Rating */
.rating {
  height: 22px;
  width: 118px;
  position: relative;
  display: inline-block;
}
.rating:before, .rating:after {
  height: 22px;
  width: 118px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url("../components/images/rating-black.png") left top no-repeat;
  content: "";
}
.rating:before {
  opacity: 0.1;
}
.rating:after {
  background-position: left bottom;
}
.rating.w0pct:after {
  width: 0%;
}
.rating.w1pct:after {
  width: 1%;
}
.rating.w2pct:after {
  width: 2%;
}
.rating.w3pct:after {
  width: 3%;
}
.rating.w4pct:after {
  width: 4%;
}
.rating.w5pct:after {
  width: 5%;
}
.rating.w6pct:after {
  width: 6%;
}
.rating.w7pct:after {
  width: 7%;
}
.rating.w8pct:after {
  width: 8%;
}
.rating.w9pct:after {
  width: 9%;
}
.rating.w10pct:after {
  width: 10%;
}
.rating.w11pct:after {
  width: 11%;
}
.rating.w12pct:after {
  width: 12%;
}
.rating.w13pct:after {
  width: 13%;
}
.rating.w14pct:after {
  width: 14%;
}
.rating.w15pct:after {
  width: 15%;
}
.rating.w16pct:after {
  width: 16%;
}
.rating.w17pct:after {
  width: 17%;
}
.rating.w18pct:after {
  width: 18%;
}
.rating.w19pct:after {
  width: 19%;
}
.rating.w20pct:after {
  width: 20%;
}
.rating.w21pct:after {
  width: 21%;
}
.rating.w22pct:after {
  width: 22%;
}
.rating.w23pct:after {
  width: 23%;
}
.rating.w24pct:after {
  width: 24%;
}
.rating.w25pct:after {
  width: 25%;
}
.rating.w26pct:after {
  width: 26%;
}
.rating.w27pct:after {
  width: 27%;
}
.rating.w28pct:after {
  width: 28%;
}
.rating.w29pct:after {
  width: 29%;
}
.rating.w30pct:after {
  width: 30%;
}
.rating.w31pct:after {
  width: 31%;
}
.rating.w32pct:after {
  width: 32%;
}
.rating.w33pct:after {
  width: 33%;
}
.rating.w34pct:after {
  width: 34%;
}
.rating.w35pct:after {
  width: 35%;
}
.rating.w36pct:after {
  width: 36%;
}
.rating.w37pct:after {
  width: 37%;
}
.rating.w38pct:after {
  width: 38%;
}
.rating.w39pct:after {
  width: 39%;
}
.rating.w40pct:after {
  width: 40%;
}
.rating.w41pct:after {
  width: 41%;
}
.rating.w42pct:after {
  width: 42%;
}
.rating.w43pct:after {
  width: 43%;
}
.rating.w44pct:after {
  width: 44%;
}
.rating.w45pct:after {
  width: 45%;
}
.rating.w46pct:after {
  width: 46%;
}
.rating.w47pct:after {
  width: 47%;
}
.rating.w48pct:after {
  width: 48%;
}
.rating.w49pct:after {
  width: 49%;
}
.rating.w50pct:after {
  width: 50%;
}
.rating.w51pct:after {
  width: 51%;
}
.rating.w52pct:after {
  width: 52%;
}
.rating.w53pct:after {
  width: 53%;
}
.rating.w54pct:after {
  width: 54%;
}
.rating.w55pct:after {
  width: 55%;
}
.rating.w56pct:after {
  width: 56%;
}
.rating.w57pct:after {
  width: 57%;
}
.rating.w58pct:after {
  width: 58%;
}
.rating.w59pct:after {
  width: 59%;
}
.rating.w60pct:after {
  width: 60%;
}
.rating.w61pct:after {
  width: 61%;
}
.rating.w62pct:after {
  width: 62%;
}
.rating.w63pct:after {
  width: 63%;
}
.rating.w64pct:after {
  width: 64%;
}
.rating.w65pct:after {
  width: 65%;
}
.rating.w66pct:after {
  width: 66%;
}
.rating.w67pct:after {
  width: 67%;
}
.rating.w68pct:after {
  width: 68%;
}
.rating.w69pct:after {
  width: 69%;
}
.rating.w70pct:after {
  width: 70%;
}
.rating.w71pct:after {
  width: 71%;
}
.rating.w72pct:after {
  width: 72%;
}
.rating.w73pct:after {
  width: 73%;
}
.rating.w74pct:after {
  width: 74%;
}
.rating.w75pct:after {
  width: 75%;
}
.rating.w76pct:after {
  width: 76%;
}
.rating.w77pct:after {
  width: 77%;
}
.rating.w78pct:after {
  width: 78%;
}
.rating.w79pct:after {
  width: 79%;
}
.rating.w80pct:after {
  width: 80%;
}
.rating.w81pct:after {
  width: 81%;
}
.rating.w82pct:after {
  width: 82%;
}
.rating.w83pct:after {
  width: 83%;
}
.rating.w84pct:after {
  width: 84%;
}
.rating.w85pct:after {
  width: 85%;
}
.rating.w86pct:after {
  width: 86%;
}
.rating.w87pct:after {
  width: 87%;
}
.rating.w88pct:after {
  width: 88%;
}
.rating.w89pct:after {
  width: 89%;
}
.rating.w90pct:after {
  width: 90%;
}
.rating.w91pct:after {
  width: 91%;
}
.rating.w92pct:after {
  width: 92%;
}
.rating.w93pct:after {
  width: 93%;
}
.rating.w94pct:after {
  width: 94%;
}
.rating.w95pct:after {
  width: 95%;
}
.rating.w96pct:after {
  width: 96%;
}
.rating.w97pct:after {
  width: 97%;
}
.rating.w98pct:after {
  width: 98%;
}
.rating.w99pct:after {
  width: 99%;
}
.rating.w100pct:after {
  width: 100%;
}

/* Socials */
.socials {
  padding: 0;
}
.socials ul, .socials li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.socials a {
  height: 32px;
  width: 32px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: transparent url("../images/socials-green2.png") left top no-repeat;
  display: inline-block;
  margin: 0 0 0 10px;
  opacity: 1;
  vertical-align: middle;
}
.socials a:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
}
.socials a[href*=facebook], .socials .social-facebook a {
  background-position: 0px 0;
}
.socials a[href*=google], .socials .social-google a {
  background-position: -42px 0;
}
.socials a[href*=linkedin], .socials .social-linkedin a {
  background-position: -84px 0;
}
.socials a[href*=twitter], .socials .social-twitter a {
  background-position: -126px 0;
}
.socials a[href*=youtube], .socials .social-youtube a {
  background-position: -168px 0;
}
.socials a[href*=atmoskop], .socials .social-atmoskop a {
  background-position: -210px 0;
}
.socials li:first-child > a, .socials > a:first-of-type {
  margin: 0;
}
.socials.green2 a {
  background-image: url("../images/socials-green2.png");
}

/* Tags */
.tag, .tags > a, .tags > span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  margin: 0 6px 6px 0;
  overflow: visible;
  padding: 7px 19px;
  text-align: center;
  text-decoration: none;
  text-overflow: clip;
  text-transform: none;
  white-space: normal;
}
.tag:hover, .tags > a:hover, .tags > span:hover {
  text-decoration: none;
}
.tag, .tags > a, .tags > span {
  color: white;
  background-color: #8ec549;
  border-color: #8ec549;
}
.tag:hover, .tags > a:hover, .tags > span:hover, .inverse.tag, .tags > a.inverse, .tags > span.inverse {
  color: white;
  background-color: rgba(142, 197, 73, 0.8);
  border-color: rgba(142, 197, 73, 0.8);
}

.tag.green, .tags > a.green, .tags > span.green, .tag.green.inverse:hover {
  color: white;
  background-color: #8ec549;
  border-color: #8ec549;
}
.tag.green:hover, .tags > a.green:hover, .tags > span.green:hover, .tag.green.inverse, .tags > a.green.inverse, .tags > span.green.inverse {
  color: white;
  background-color: rgba(142, 197, 73, 0.8);
  border-color: rgba(142, 197, 73, 0.8);
}
.tag.blue, .tags > a.blue, .tags > span.blue, .tag.blue.inverse:hover {
  color: white;
  background-color: #002c62;
  border-color: #002c62;
}
.tag.blue:hover, .tags > a.blue:hover, .tags > span.blue:hover, .tag.blue.inverse, .tags > a.blue.inverse, .tags > span.blue.inverse {
  color: white;
  background-color: rgba(0, 44, 98, 0.8);
  border-color: rgba(0, 44, 98, 0.8);
}
.tag.gray, .tags > a.gray, .tags > span.gray, .tag.gray.inverse:hover {
  color: #4d4d4d;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}
.tag.gray:hover, .tags > a.gray:hover, .tags > span.gray:hover, .tag.gray.inverse, .tags > a.gray.inverse, .tags > span.gray.inverse {
  color: #4d4d4d;
  background-color: rgba(241, 241, 241, 0.8);
  border-color: rgba(241, 241, 241, 0.8);
}
.tag.trans-green, .jobs .job .tag, .tags > a.trans-green, .jobs .job .tags > a, .tags > span.trans-green, .jobs .job .tags > span, .tag.trans-green.inverse:hover {
  color: #8ec549;
  background-color: transparent;
  border-color: rgba(142, 197, 73, 0.6);
}
.tag.trans-green:hover, .jobs .job .tag:hover, .tags > a.trans-green:hover, .jobs .job .tags > a:hover, .tags > span.trans-green:hover, .jobs .job .tags > span:hover, .tag.trans-green.inverse, .jobs .job .tag.inverse, .tags > a.trans-green.inverse, .jobs .job .tags > a.inverse, .tags > span.trans-green.inverse, .jobs .job .tags > span.inverse {
  color: #8ec549;
  background-color: transparent;
  border-color: #8ec549;
}
.tag.headblock, .headblock.green .tag, .tags > a.headblock, .headblock.green .tags > a, .tags > span.headblock, .headblock.green .tags > span, .tag.headblock.inverse:hover {
  color: #002c62;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 44, 98, 0.3);
}
.tag.headblock:hover, .headblock.green .tag:hover, .tags > a.headblock:hover, .headblock.green .tags > a:hover, .tags > span.headblock:hover, .headblock.green .tags > span:hover, .tag.headblock.inverse, .headblock.green .tag.inverse, .tags > a.headblock.inverse, .headblock.green .tags > a.inverse, .tags > span.headblock.inverse, .headblock.green .tags > span.inverse {
  color: white;
  background-color: #002c62;
  border-color: #002c62;
}

/* Caption */
.caption, .wp-caption {
  background-color: white;
  border: 1px solid #c3c6c8;
  border-radius: 0;
  color: lightgray;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
  max-width: 100%;
}
.caption.left, .caption.alignleft, .wp-caption.left, .wp-caption.alignleft {
  margin-right: 20px;
}
.caption.right, .caption.alignright, .wp-caption.right, .wp-caption.alignright {
  margin-left: 20px;
}
.caption.center, .caption.aligncenter, .wp-caption.center, .wp-caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.caption img, .wp-caption img {
  height: auto;
  width: 100%;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.caption .caption-text, .caption .wp-caption-text, .wp-caption .caption-text, .wp-caption .wp-caption-text {
  display: block;
  margin: 10px 0 -10px 0;
}

/* Centers */
.center-absolute {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-inner-image, .topposts .toppost .thumbnail {
  position: relative;
  overflow: hidden;
}
.center-inner-image img, .topposts .toppost .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.center-inner-image.horizontal img, .topposts .toppost .thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-inner-image.vertical img, .topposts .toppost .vertical.thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-inner-image .cover, .topposts .toppost .thumbnail .cover {
  position: absolute;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
}
.center-inner-image .cover img, .topposts .toppost .thumbnail .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 50%;
  min-width: 50%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: auto;
}
.center-inner-image .bgcontain, .topposts .toppost .thumbnail .bgcontain, .center-inner-image .bgcover, .topposts .toppost .thumbnail .bgcover {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.center-inner-image .bgcontain img, .topposts .toppost .thumbnail .bgcontain img, .center-inner-image .bgcover img, .topposts .toppost .thumbnail .bgcover img {
  display: none;
}
.center-inner-image .bgcover, .topposts .toppost .thumbnail .bgcover {
  background-size: cover;
}
.center-inner-image .bgcontain, .topposts .toppost .thumbnail .bgcontain {
  background-size: contain;
}

.center-vertical-inner-block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.center-vertical-inner-block .centered {
  display: inline-block;
  vertical-align: middle;
}

/* Forms */
button, input[type=button], input[type=reset], input[type=submit] {
  padding: 7px 29px;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea, select {
  background-color: white;
  border: 1px solid #c3c6c8;
  border-radius: 0;
  color: black;
  padding: 8px 14px;
}
input[type=color]:focus, input[type=color]:active, input[type=date]:focus, input[type=date]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=email]:focus, input[type=email]:active, input[type=month]:focus, input[type=month]:active, input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active, input[type=time]:focus, input[type=time]:active, input[type=url]:focus, input[type=url]:active, input[type=week]:focus, input[type=week]:active, input:not([type]):focus, input:not([type]):active, textarea:focus, textarea:active, select:focus, select:active {
  background-color: white;
  border-color: black;
  color: black;
}
input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #c3c6c8;
}
input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #c3c6c8;
}
input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #c3c6c8;
}
input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #c3c6c8;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
input[type=checkbox] + span, input[type=checkbox] + label,
input[type=radio] + span,
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
input[type=checkbox] + span:before, input[type=checkbox] + label:before,
input[type=radio] + span:before,
input[type=radio] + label:before {
  height: 14px;
  width: 14px;
  background: transparent url("../components/images/checkbox.png") left top no-repeat;
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
}
input[type=checkbox]:checked + span:before, input[type=checkbox]:checked + label:before,
input[type=radio]:checked + span:before,
input[type=radio]:checked + label:before {
  background-position: left bottom;
}

input[type=radio] + span:before,
input[type=radio] + label:before {
  background-image: url("../components/images/radio.png");
}

form .submitted {
  display: none;
}

/*
select {
    @include appearance(none);
    background-image: url("../images/down-blue.png");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    height: 46px;
    padding-right: 30px;
}

// http://bavotasan.com/2011/style-select-box-using-only-css/
.select {
    background: $white url("../images/down-blue.png") calc(100% - 10px) center no-repeat;
    border: 2px solid $white;
    border-radius: $radius;
    display: inline-block;
    //float: left;
    height: 42px;
    margin-right: 10px;
    overflow: hidden;
    select {
        @include appearance(none);
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        height: 42px;
        margin-right: 0;
        width: 120%;
    }
}
*/
/* List */
/* Quotes */
q, .quote {
  position: relative;
  color: #8ec549;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  padding: 0 20px 20px 60px;
}
q:before, .quote:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: '"';
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 120px;
  font-weight: bold;
}

/* Tables */
table {
  border: 1px solid #ddeec9;
  border-radius: 0;
}
table td {
  background-color: white;
  color: black;
  padding: 10px 20px;
}
table th {
  background-color: #8ec549;
  border: 1px solid #8ec549;
  color: white;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
}
table tr:nth-child(odd) td {
  background-color: #ddeec9;
  color: black;
}

/* Thickbox */
#TB_window #TB_caption {
  height: auto;
}
#TB_window #TB_closeWindow {
  height: auto;
  padding: 0;
}
#TB_window .screen-reader-text {
  display: none;
}

#TB_window #TB_closeWindow .tb-close-icon {
  position: absolute;
  top: -25px;
  right: -25px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
#TB_window #TB_closeWindow .tb-close-icon:before, #TB_window #TB_closeWindow .tb-close-icon:after {
  height: 4%;
  width: 60%;
  position: absolute;
  top: 48%;
  left: 20%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  content: "";
}
#TB_window #TB_closeWindow .tb-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#TB_window #TB_closeWindow .tb-close-icon:hover {
  background-color: black;
}
#TB_window #TB_closeWindow .tb-close-icon:hover:before, #TB_window #TB_closeWindow .tb-close-icon:hover:after {
  background-color: white;
}

#TB_window #TB_Image {
  height: auto;
  width: 100%;
  border: none !important;
  margin: 0 !important;
}
#TB_window #TB_caption {
  padding: 0;
}
#TB_window #TB_caption #TB_secondLine {
  height: 0;
  width: 0;
  visibility: hidden;
}
#TB_window #TB_caption #TB_prev, #TB_window #TB_caption #TB_next {
  position: absolute;
  top: calc(50% - 35px);
  left: -60px;
  height: 70px;
  width: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 35px;
  cursor: pointer;
  visibility: visible;
}
#TB_window #TB_caption #TB_prev:before, #TB_window #TB_caption #TB_next:before {
  position: absolute;
  top: 15px;
  left: 23px;
  height: 40px;
  width: 20px;
  background: transparent url("../components/images/arrows-litte.png") center top no-repeat;
  content: "";
}
#TB_window #TB_caption #TB_prev:hover, #TB_window #TB_caption #TB_next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#TB_window #TB_caption #TB_prev a, #TB_window #TB_caption #TB_next a {
  display: none;
}
#TB_window #TB_caption #TB_next {
  left: auto;
  right: -60px;
}
#TB_window #TB_caption #TB_next:before {
  background-position: center bottom;
  left: auto;
  right: 23px;
}
@media screen and (max-width: 759px) {
  #TB_window #TB_caption #TB_prev {
    left: 0;
    top: calc(100% + 10px);
  }
  #TB_window #TB_caption #TB_next {
    right: 0;
    top: calc(100% + 10px);
  }
}

/* Header */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  width: 100%;
  background-color: #002c62;
  z-index: 99998;
}
.header .logo-header {
  float: left;
}
.header .claim {
  position: absolute;
  top: 96px;
  left: 130px;
  height: 16px;
  width: 160px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: transparent url("../images/claim2.png") left top no-repeat;
}
.header .menu-header {
  float: right;
  font-size: 0.778rem;
  margin: 50px 40px 0 0;
}
.header .menu-header li:last-child a {
  background-color: #8ec549;
  border-color: #8ec549;
  color: black;
  margin-right: 10px;
}
.header .menu-header li:last-child a:hover {
  background-color: rgba(142, 197, 73, 0.8);
  border-color: rgba(142, 197, 73, 0.8);
}
.header .search-holder {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 99997;
}
.header .search {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #002c62;
  border: 1px solid #3a5a81;
}
.header .search::after {
  clear: both;
  content: "";
  display: table;
}
.header .search:before {
  content: "";
  display: table;
}
.header .search input[type=text] {
  height: 38px;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #002c62;
  border: none;
  color: white;
  float: left;
  padding: 0;
}
.header .search input[type=submit] {
  height: 38px;
  width: 38px;
  background: #002c62 url("../images/icons/search-litte.png") center center no-repeat;
  border: none;
  float: left;
  padding: 0;
}
.header .hamburger-search {
  background-image: url("../images/icons/search-litte.png");
  background-position: center center;
  background-repeat: no-repeat;
  right: 50px;
}
.header .hamburger-search:before, .header .hamburger-search:after, .header .hamburger-search span {
  opacity: 0;
}
.header .hamburger-search.open {
  background-image: none;
}
.header .hamburger-search.open:before, .header .hamburger-search.open:after {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .header .menu-header li a {
    margin-right: 2px;
    padding: 9px 6px;
  }
}
@media screen and (min-width: 760px) {
  .header .search:hover {
    border-color: white;
  }
  .header .search.active {
    border-color: white;
  }
  .header .search.active input[type=text] {
    padding-left: 10px;
    width: 250px;
  }
  .header .search.active input[type=submit] {
    background-image: url("../components/images/search-litte.png");
  }
}
@media screen and (max-width: 759px) {
  .header {
    height: 60px;
  }
  .header .logo-header {
    height: 60px;
    width: 100px;
    background-image: url("../images/logo-small2.png");
  }
  .header .claim {
    display: none;
  }
  .header .menu-header {
    float: none;
    margin: 0;
  }
  .header .search-holder {
    height: 60px;
    width: 100%;
    background-color: black;
    display: none;
    padding: 10px;
    top: 60px;
  }
  .header .search {
    background-color: #4d4d4d;
    border-color: #808080;
    margin: 0;
  }
  .header .search input[type=text] {
    background-color: #4d4d4d;
    padding-left: 10px;
    width: 240px;
  }
  .header .search input[type=submit] {
    background-color: #4d4d4d;
    background-image: url("../components/images/search-litte.png");
  }
}

/* Footer */
.footer .copy {
  color: #c3c6c8;
  font-size: 1rem;
  text-align: center;
}
.footer .copy a {
  color: inherit;
}

.footer-gallery {
  position: relative;
  height: 640px;
  width: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  background: #002c62 url("../images/bg3.jpg") center center no-repeat;
}
.footer-gallery .news {
  position: absolute;
  top: -20px;
  right: 0;
  height: auto;
  width: 220px;
  background-color: #8ec549;
  border: 1px solid white;
  padding: 20px;
}
.footer-gallery .news h3 {
  color: white;
}
.footer-gallery .news h4 {
  color: black;
  font-weight: bold;
}
.footer-gallery .news .news-item {
  display: none;
}
.footer-gallery .news .news-item:first-of-type {
  display: block;
}
.footer-gallery .gallery {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  width: auto;
  background-color: rgba(0, 44, 98, 0.8);
}
.footer-gallery .gallery .photos {
  height: 64px;
  width: auto;
  overflow: hidden;
  margin: 18px 14px;
}
.footer-gallery .gallery .photos a {
  border: 2px solid #002c62;
  display: block;
  float: left;
  margin: 0 10px;
}
.footer-gallery .gallery .photos a:hover {
  border-color: white;
}
.footer-gallery .gallery .photos img {
  height: 60px;
  width: auto;
  display: block;
}
@media screen and (max-width: 759px) {
  .footer-gallery {
    height: 464px;
    width: auto;
    background-position: center 190px;
    background-size: contain;
  }
  .footer-gallery .news {
    height: auto;
    width: 100%;
  }
  .footer-gallery .gallery {
    bottom: 10px;
    height: 128px;
  }
  .footer-gallery .gallery .photos {
    height: 128px;
    margin: 0;
  }
  .footer-gallery .gallery .photos a {
    margin: 0 3px;
  }
}

.footer-newsletter {
  background: transparent url("../images/bg5.png") center center repeat-x;
}
.footer-newsletter .greens .cell {
  position: relative;
  background-color: #8ec549;
  height: 300px;
}
.footer-newsletter .greens .cell h3 {
  color: white;
  padding: 20px;
}
.footer-newsletter .greens .cell img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
.footer-newsletter .greens .cell img.picture-3 {
  bottom: 30px;
  left: 50%;
  margin-left: -75px;
  width: auto;
}
.footer-newsletter .greens .cell img.picture-11 {
  bottom: 20px;
  left: 50%;
  margin-left: -101px;
  width: auto;
}
.footer-newsletter .greens .cell img.picture-15 {
  bottom: 20px;
  left: 50%;
  margin-left: -75px;
  width: auto;
}
.footer-newsletter .newsletter {
  text-align: center;
}
.footer-newsletter .newsletter h3, .footer-newsletter .newsletter h4 {
  color: #8ec549;
}
.footer-newsletter .newsletter input[type=color], .footer-newsletter .newsletter input[type=date], .footer-newsletter .newsletter input[type=datetime], .footer-newsletter .newsletter input[type=datetime-local], .footer-newsletter .newsletter input[type=email], .footer-newsletter .newsletter input[type=month], .footer-newsletter .newsletter input[type=number], .footer-newsletter .newsletter input[type=password], .footer-newsletter .newsletter input[type=search], .footer-newsletter .newsletter input[type=tel], .footer-newsletter .newsletter input[type=text], .footer-newsletter .newsletter input[type=time], .footer-newsletter .newsletter input[type=url], .footer-newsletter .newsletter input[type=week], .footer-newsletter .newsletter input:not([type]), .footer-newsletter .newsletter textarea {
  height: 40px;
  width: 310px;
  border-color: #8ec549;
}
.footer-newsletter .newsletter .fieldset::after {
  clear: both;
  content: "";
  display: table;
}
.footer-newsletter .newsletter .fieldset:before {
  content: "";
  display: table;
}
.footer-newsletter .newsletter .fieldset input {
  float: left;
}
.footer-newsletter .newsletter .submitted {
  color: #8ec549;
}
.footer-newsletter .socials {
  text-align: center;
}
.footer-newsletter .socials h3, .footer-newsletter .socials h4 {
  color: #8ec549;
}
@media screen and (max-width: 959px) {
  .footer-newsletter .newsletter input[type=color], .footer-newsletter .newsletter input[type=date], .footer-newsletter .newsletter input[type=datetime], .footer-newsletter .newsletter input[type=datetime-local], .footer-newsletter .newsletter input[type=email], .footer-newsletter .newsletter input[type=month], .footer-newsletter .newsletter input[type=number], .footer-newsletter .newsletter input[type=password], .footer-newsletter .newsletter input[type=search], .footer-newsletter .newsletter input[type=tel], .footer-newsletter .newsletter input[type=text], .footer-newsletter .newsletter input[type=time], .footer-newsletter .newsletter input[type=url], .footer-newsletter .newsletter input[type=week], .footer-newsletter .newsletter input:not([type]), .footer-newsletter .newsletter textarea {
    width: 220px;
  }
}
@media screen and (max-width: 759px) {
  .footer-newsletter .greens .cell {
    height: auto;
  }
  .footer-newsletter .greens .cell img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .footer-newsletter .newsletter input[type=color], .footer-newsletter .newsletter input[type=date], .footer-newsletter .newsletter input[type=datetime], .footer-newsletter .newsletter input[type=datetime-local], .footer-newsletter .newsletter input[type=email], .footer-newsletter .newsletter input[type=month], .footer-newsletter .newsletter input[type=number], .footer-newsletter .newsletter input[type=password], .footer-newsletter .newsletter input[type=search], .footer-newsletter .newsletter input[type=tel], .footer-newsletter .newsletter input[type=text], .footer-newsletter .newsletter input[type=time], .footer-newsletter .newsletter input[type=url], .footer-newsletter .newsletter input[type=week], .footer-newsletter .newsletter input:not([type]), .footer-newsletter .newsletter textarea {
    margin-bottom: 10px;
    width: 300px;
  }
  .footer-newsletter .newsletter .fieldset input {
    width: 300px;
  }
}

/* Top posts */
.topposts {
  border-top: 1px solid black;
}
.topposts .cell {
  height: auto;
  width: 25%;
}
.topposts .toppost {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #8ec549;
  border: 1px solid white;
  border-top-width: 2px;
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.topposts .toppost .thumbnail {
  height: 160px;
  width: 233px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.topposts .toppost .content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 160px;
  padding: 10px;
}
.topposts .toppost .content h2, .topposts .toppost .content h3 {
  font-weight: normal;
}
.topposts .toppost .content a {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 760px) {
  .topposts .toppost:hover {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    top: -10px;
  }
  .topposts .toppost:hover .thumbnail {
    height: 170px;
  }
  .topposts .toppost:hover .content {
    margin-top: 170px;
  }
  .topposts .toppost:hover .content a {
    color: black;
    text-decoration: underline;
  }
}
@media screen and (max-width: 959px) {
  .topposts .toppost .thumbnail {
    width: 183px;
  }
}
@media screen and (max-width: 759px) {
  .topposts {
    border-top: none;
    display: block;
  }
  .topposts .cell {
    height: auto;
    width: 100%;
    display: block;
  }
  .topposts .toppost .thumbnail {
    height: 198px;
    width: 298px;
  }
  .topposts .toppost .content {
    margin-top: 198px;
  }
}

/* Facts */
.headblock.svalley .white-holder, .headblock.green .svalley.tag .white-holder, .headblock.green .tags > a.svalley .white-holder, .headblock.green .tags > span.svalley .white-holder {
  position: relative;
  z-index: 1;
}
.headblock.svalley .sv-cities, .headblock.green .svalley.tag .sv-cities, .headblock.green .tags > a.svalley .sv-cities, .headblock.green .tags > span.svalley .sv-cities {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.headblock.svalley .sv-city, .headblock.green .svalley.tag .sv-city, .headblock.green .tags > a.svalley .sv-city, .headblock.green .tags > span.svalley .sv-city {
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #002c62;
  color: white;
  cursor: pointer;
  font-size: 1.112rem;
  padding: 8px 16px;
  white-space: nowrap;
}
.headblock.svalley .sv-city:after, .headblock.green .svalley.tag .sv-city:after, .headblock.green .tags > a.svalley .sv-city:after, .headblock.green .tags > span.svalley .sv-city:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #002c62;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  margin-left: -10px;
}
.headblock.svalley .sv-city:hover, .headblock.green .svalley.tag .sv-city:hover, .headblock.green .tags > a.svalley .sv-city:hover, .headblock.green .tags > span.svalley .sv-city:hover {
  background-color: rgba(0, 44, 98, 0.8);
}
.headblock.svalley .sv-city:hover:after, .headblock.green .svalley.tag .sv-city:hover:after, .headblock.green .tags > a.svalley .sv-city:hover:after, .headblock.green .tags > span.svalley .sv-city:hover:after {
  border-top-color: rgba(0, 44, 98, 0.8);
}
.headblock.svalley .sv-city:hover .sv-box, .headblock.green .svalley.tag .sv-city:hover .sv-box, .headblock.green .tags > a.svalley .sv-city:hover .sv-box, .headblock.green .tags > span.svalley .sv-city:hover .sv-box {
  opacity: 1;
  visibility: visible;
}
.headblock.svalley .sv-city.sv-green, .headblock.green .svalley.tag .sv-city.sv-green, .headblock.green .tags > a.svalley .sv-city.sv-green, .headblock.green .tags > span.svalley .sv-city.sv-green {
  background-color: #8ec549;
}
.headblock.svalley .sv-city.sv-green:after, .headblock.green .svalley.tag .sv-city.sv-green:after, .headblock.green .tags > a.svalley .sv-city.sv-green:after, .headblock.green .tags > span.svalley .sv-city.sv-green:after {
  border-top-color: #8ec549;
}
.headblock.svalley .sv-city.sv-green:hover, .headblock.green .svalley.tag .sv-city.sv-green:hover, .headblock.green .tags > a.svalley .sv-city.sv-green:hover, .headblock.green .tags > span.svalley .sv-city.sv-green:hover {
  background-color: rgba(142, 197, 73, 0.8);
}
.headblock.svalley .sv-city.sv-green:hover:after, .headblock.green .svalley.tag .sv-city.sv-green:hover:after, .headblock.green .tags > a.svalley .sv-city.sv-green:hover:after, .headblock.green .tags > span.svalley .sv-city.sv-green:hover:after {
  border-top-color: rgba(142, 197, 73, 0.8);
}
.headblock.svalley .sv-city.sv-up:after, .headblock.green .svalley.tag .sv-city.sv-up:after, .headblock.green .tags > a.svalley .sv-city.sv-up:after, .headblock.green .tags > span.svalley .sv-city.sv-up:after {
  border-bottom: 10px solid #002c62;
  border-top: none;
  bottom: auto;
  top: -10px;
}
.headblock.svalley .sv-city.sv-up:hover:after, .headblock.green .svalley.tag .sv-city.sv-up:hover:after, .headblock.green .tags > a.svalley .sv-city.sv-up:hover:after, .headblock.green .tags > span.svalley .sv-city.sv-up:hover:after {
  border-bottom-color: rgba(0, 44, 98, 0.8);
}
.headblock.svalley .sv-city.sv-up.sv-green:after, .headblock.green .svalley.tag .sv-city.sv-up.sv-green:after, .headblock.green .tags > a.svalley .sv-city.sv-up.sv-green:after, .headblock.green .tags > span.svalley .sv-city.sv-up.sv-green:after {
  border-bottom-color: #8ec549;
}
.headblock.svalley .sv-city.sv-up.sv-green:hover:after, .headblock.green .svalley.tag .sv-city.sv-up.sv-green:hover:after, .headblock.green .tags > a.svalley .sv-city.sv-up.sv-green:hover:after, .headblock.green .tags > span.svalley .sv-city.sv-up.sv-green:hover:after {
  border-bottom-color: rgba(142, 197, 73, 0.8);
}
.headblock.svalley .sv-city > a, .headblock.green .svalley.tag .sv-city > a, .headblock.green .tags > a.svalley .sv-city > a, .headblock.green .tags > span.svalley .sv-city > a {
  color: inherit;
  text-decoration: none;
}
.headblock.svalley .sv-box, .headblock.green .svalley.tag .sv-box, .headblock.green .tags > a.svalley .sv-box, .headblock.green .tags > span.svalley .sv-box {
  position: absolute;
  top: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 0.778rem;
  opacity: 0;
  padding: 10px;
  visibility: hidden;
  white-space: nowrap;
  z-index: 99999;
}
.headblock.svalley .sv-box > :last-child, .headblock.green .svalley.tag .sv-box > :last-child, .headblock.green .tags > a.svalley .sv-box > :last-child, .headblock.green .tags > span.svalley .sv-box > :last-child {
  margin-bottom: 0;
}
.headblock.svalley .sv-box p, .headblock.green .svalley.tag .sv-box p, .headblock.green .tags > a.svalley .sv-box p, .headblock.green .tags > span.svalley .sv-box p {
  margin-bottom: 0;
}
.headblock.svalley #sv-elarts, .headblock.green .svalley.tag #sv-elarts, .headblock.green .tags > a.svalley #sv-elarts, .headblock.green .tags > span.svalley #sv-elarts {
  margin-left: -540px;
  top: 278px;
}
.headblock.svalley #sv-elarts .sv-box, .headblock.green .svalley.tag #sv-elarts .sv-box, .headblock.green .tags > a.svalley #sv-elarts .sv-box, .headblock.green .tags > span.svalley #sv-elarts .sv-box {
  left: 0;
}
.headblock.svalley #sv-facebook, .headblock.green .svalley.tag #sv-facebook, .headblock.green .tags > a.svalley #sv-facebook, .headblock.green .tags > span.svalley #sv-facebook {
  margin-left: -210px;
  top: 353px;
}
.headblock.svalley #sv-facebook .sv-box, .headblock.green .svalley.tag #sv-facebook .sv-box, .headblock.green .tags > a.svalley #sv-facebook .sv-box, .headblock.green .tags > span.svalley #sv-facebook .sv-box {
  left: 0;
}
.headblock.svalley #sv-google, .headblock.green .svalley.tag #sv-google, .headblock.green .tags > a.svalley #sv-google, .headblock.green .tags > span.svalley #sv-google {
  margin-left: -11px;
  top: 585px;
}
.headblock.svalley #sv-google .sv-box, .headblock.green .svalley.tag #sv-google .sv-box, .headblock.green .tags > a.svalley #sv-google .sv-box, .headblock.green .tags > span.svalley #sv-google .sv-box {
  left: 0;
}
.headblock.svalley #sv-symantec, .headblock.green .svalley.tag #sv-symantec, .headblock.green .tags > a.svalley #sv-symantec, .headblock.green .tags > span.svalley #sv-symantec {
  margin-left: 63px;
  top: 676px;
}
.headblock.svalley #sv-symantec .sv-box, .headblock.green .svalley.tag #sv-symantec .sv-box, .headblock.green .tags > a.svalley #sv-symantec .sv-box, .headblock.green .tags > span.svalley #sv-symantec .sv-box {
  right: 0;
}
.headblock.svalley #sv-profiq, .headblock.green .svalley.tag #sv-profiq, .headblock.green .tags > a.svalley #sv-profiq, .headblock.green .tags > span.svalley #sv-profiq {
  margin-left: 128px;
  top: 742px;
}
.headblock.svalley #sv-profiq .sv-box, .headblock.green .svalley.tag #sv-profiq .sv-box, .headblock.green .tags > a.svalley #sv-profiq .sv-box, .headblock.green .tags > span.svalley #sv-profiq .sv-box {
  right: 0;
}
.headblock.svalley #sv-adobe, .headblock.green .svalley.tag #sv-adobe, .headblock.green .tags > a.svalley #sv-adobe, .headblock.green .tags > span.svalley #sv-adobe {
  margin-left: 547px;
  top: 924px;
}
.headblock.svalley #sv-adobe .sv-box, .headblock.green .svalley.tag #sv-adobe .sv-box, .headblock.green .tags > a.svalley #sv-adobe .sv-box, .headblock.green .tags > span.svalley #sv-adobe .sv-box {
  right: 0;
}
.headblock.svalley #sv-hp, .headblock.green .svalley.tag #sv-hp, .headblock.green .tags > a.svalley #sv-hp, .headblock.green .tags > span.svalley #sv-hp {
  margin-left: -158px;
  top: 599px;
}
.headblock.svalley #sv-hp .sv-box, .headblock.green .svalley.tag #sv-hp .sv-box, .headblock.green .tags > a.svalley #sv-hp .sv-box, .headblock.green .tags > span.svalley #sv-hp .sv-box {
  left: 0;
}
.headblock.svalley #sv-tesla, .headblock.green .svalley.tag #sv-tesla, .headblock.green .tags > a.svalley #sv-tesla, .headblock.green .tags > span.svalley #sv-tesla {
  margin-left: -196px;
  top: 687px;
}
.headblock.svalley #sv-tesla .sv-box, .headblock.green .svalley.tag #sv-tesla .sv-box, .headblock.green .tags > a.svalley #sv-tesla .sv-box, .headblock.green .tags > span.svalley #sv-tesla .sv-box {
  left: 0;
}
.headblock.svalley #sv-apple, .headblock.green .svalley.tag #sv-apple, .headblock.green .tags > a.svalley #sv-apple, .headblock.green .tags > span.svalley #sv-apple {
  margin-left: 154px;
  top: 919px;
}
.headblock.svalley #sv-apple .sv-box, .headblock.green .svalley.tag #sv-apple .sv-box, .headblock.green .tags > a.svalley #sv-apple .sv-box, .headblock.green .tags > span.svalley #sv-apple .sv-box {
  right: 0;
}
.headblock.svalley #sv-amd, .headblock.green .svalley.tag #sv-amd, .headblock.green .tags > a.svalley #sv-amd, .headblock.green .tags > span.svalley #sv-amd {
  margin-left: 243px;
  top: 717px;
}
.headblock.svalley #sv-amd .sv-box, .headblock.green .svalley.tag #sv-amd .sv-box, .headblock.green .tags > a.svalley #sv-amd .sv-box, .headblock.green .tags > span.svalley #sv-amd .sv-box {
  right: 0;
}
.headblock.svalley #sv-intel, .headblock.green .svalley.tag #sv-intel, .headblock.green .tags > a.svalley #sv-intel, .headblock.green .tags > span.svalley #sv-intel {
  margin-left: 349px;
  top: 720px;
}
.headblock.svalley #sv-intel .sv-box, .headblock.green .svalley.tag #sv-intel .sv-box, .headblock.green .tags > a.svalley #sv-intel .sv-box, .headblock.green .tags > span.svalley #sv-intel .sv-box {
  right: 0;
}
.headblock.svalley #sv-cisco, .headblock.green .svalley.tag #sv-cisco, .headblock.green .tags > a.svalley #sv-cisco, .headblock.green .tags > span.svalley #sv-cisco {
  margin-left: 387px;
  top: 645px;
}
.headblock.svalley #sv-cisco .sv-box, .headblock.green .svalley.tag #sv-cisco .sv-box, .headblock.green .tags > a.svalley #sv-cisco .sv-box, .headblock.green .tags > span.svalley #sv-cisco .sv-box {
  right: 0;
}

@media screen and (max-width: 759px) {
  .container .sv-why > .cell {
    padding: 0 20px;
  }
}

/* Homepage */
.wp-home .sanfran {
  color: #c3c6c8;
  padding-bottom: 150px;
}
.wp-home .sanfran .wrapper {
  border-top: 1px solid rgba(195, 198, 200, 0.5);
}
.wp-home .sanfran .thumbnail {
  width: 450px;
  border: 1px solid rgba(195, 198, 200, 0.5);
  border-top: none;
  margin-right: 20px;
}
.wp-home .sanfran .thumbnail img {
  height: auto;
  width: 100%;
}
.wp-home .sanfran h1 {
  color: white;
  margin: 20px 0;
}
.wp-home .sanfran a {
  color: inherit;
}
.wp-home .tops {
  margin-top: -150px;
}
.wp-home .carousel-holder {
  background-color: #002c62;
  color: white;
}
.wp-home .carousel-holder .wrapper {
  overflow: hidden;
  padding: 40px 0 20px 0;
}
.wp-home .carousel-holder .carousel, .wp-home .carousel-holder .slider, .wp-home .carousel-holder .slide {
  position: relative;
  height: auto;
  width: 940px;
  overflow: visible;
}
.wp-home .carousel-holder h2 {
  color: inherit;
  margin-left: 340px;
}
.wp-home .carousel-holder h3 {
  color: inherit;
}
.wp-home .carousel-holder .thumbnail {
  position: absolute;
  bottom: -100px;
  left: 60px;
}
.wp-home .carousel-holder .thumbnail img {
  height: auto;
  width: auto;
}
.wp-home .carousel-holder .content {
  height: 344px;
  width: 486px;
  background: transparent url("../images/frame.png") left top no-repeat;
  margin-left: 350px;
  padding: 70px 90px;
}
.wp-home .carousel-holder .points-holder {
  margin: 0 105px 0 440px;
}
.wp-home .carousel-holder .points-holder::after {
  clear: both;
  content: "";
  display: table;
}
.wp-home .carousel-holder .points-holder:before {
  content: "";
  display: table;
}
.wp-home .carousel-holder .points {
  display: inline-block;
}
.wp-home .carousel-holder .points a {
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: #002c62;
  border: 4px solid black;
  display: inline-block;
  margin: 0 5px;
}
.wp-home .carousel-holder .points a:hover, .wp-home .carousel-holder .points a.active {
  background-color: white;
}
.wp-home .carousel-holder .arrow.previous {
  position: absolute;
  top: 130px;
  left: 0;
}
.wp-home .carousel-holder .arrow.next {
  position: absolute;
  top: 130px;
  right: 0;
}
@media screen and (max-width: 959px) {
  .wp-home .sanfran h1 {
    font-size: 3rem;
    margin: 0;
  }
  .wp-home .carousel-holder .carousel, .wp-home .carousel-holder .slider, .wp-home .carousel-holder .slide {
    height: auto;
    width: 740px;
  }
  .wp-home .carousel-holder h2 {
    margin-left: 250px;
    text-align: center;
  }
  .wp-home .carousel-holder .thumbnail {
    left: -40px;
  }
  .wp-home .carousel-holder .content {
    margin-left: 254px;
  }
  .wp-home .carousel-holder .points-holder {
    margin: 0 40px 0 360px;
  }
}
@media screen and (max-width: 759px) {
  .wp-home .sanfran .thumbnail {
    height: 200px;
    width: 300px;
    margin: 0;
  }
  .wp-home .sanfran .thumbnail img {
    height: 200px;
    width: auto;
  }
  .wp-home .tops {
    margin-top: 20px;
  }
  .wp-home .carousel-holder h2 {
    margin-left: 0;
  }
  .wp-home .carousel-holder h2.m3 {
    margin-bottom: 20px;
  }
  .wp-home .carousel-holder .carousel, .wp-home .carousel-holder .slider, .wp-home .carousel-holder .slide {
    height: auto;
    width: 480px;
  }
  .wp-home .carousel-holder .thumbnail {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .wp-home .carousel-holder .thumbnail img {
    height: auto;
    width: 100%;
  }
  .wp-home .carousel-holder .content {
    background-image: url("../images/frame2.png");
    margin-left: 0;
    padding: 40px 35px 45px 45px;
    width: 100%;
  }
  .wp-home .carousel-holder .content h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  .wp-home .carousel-holder .points-holder {
    margin: 0;
  }
}

/* Form */
form {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
form label {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 5px 0;
  display: block;
  width: auto;
  color: rgba(0, 44, 98, 0.7);
}
form .form-group {
  width: auto;
  margin-bottom: 1em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .form-group-right {
  justify-content: flex-end;
}
form .form-group-center {
  justify-content: center;
}
form .form-group-left {
  justify-content: flex-start;
}
form .form-input {
  width: 100%;
  padding: 10px 5px;
}
form .form-input input {
  border-radius: 5px;
}
form .form-input input:focus, form .form-input input:active {
  border: 1px solid rgb(143, 198, 43);
  box-shadow: 0 -1px 3px 1px rgba(143, 198, 43, 0.75);
}
form .form-input input::placeholder {
  color: rgba(0, 44, 98, 0.5);
}
form .form-input input {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  form .form-input-25 {
    width: 25%;
  }
  form .form-input-75 {
    width: 75%;
  }
  form .form-input-50 {
    width: calc(50% - 0.5em);
  }
  form .form-input-50:nth-child(1) {
    margin-right: 0.25em;
  }
  form .form-input-50:nth-child(2) {
    margin-left: 0.25em;
  }
}
form .form-result .success, form .form-result .error {
  display: inline-block;
  margin: 0 auto 2em auto;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  border-radius: 1.5em;
}
form .form-result .success {
  color: #466224;
  border: 2px solid #8ec549;
}
form .form-result .error {
  color: #c0392b;
  border: 2px solid #e74c3c;
}
form .delimiter {
  width: 80%;
  margin: 0.75em auto;
  position: relative;
  padding: 0.25em 0.5em;
  display: inline-block;
  white-space: nowrap;
}
form .delimiter span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.25em 1em;
  color: #002c62;
}
form .delimiter:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #002c62;
}
form .delimiter-margin-top {
  margin-top: 2em;
}
form .form-upload {
  width: 100%;
  padding: 0.75em;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
form .form-upload input[type=file] {
  display: none;
}
form .form-upload button {
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  border: 2px dashed #8ec549;
  color: #638933;
  padding: 1em 1.5em;
  text-transform: none;
  background-color: rgba(143, 198, 43, 0.025);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNyAxN0gxNy4wMU0xNS42IDE0SDE4QzE4LjkzMTkgMTQgMTkuMzk3OCAxNCAxOS43NjU0IDE0LjE1MjJDMjAuMjU1NCAxNC4zNTUyIDIwLjY0NDggMTQuNzQ0NiAyMC44NDc4IDE1LjIzNDZDMjEgMTUuNjAyMiAyMSAxNi4wNjgxIDIxIDE3QzIxIDE3LjkzMTkgMjEgMTguMzk3OCAyMC44NDc4IDE4Ljc2NTRDMjAuNjQ0OCAxOS4yNTU0IDIwLjI1NTQgMTkuNjQ0OCAxOS43NjU0IDE5Ljg0NzhDMTkuMzk3OCAyMCAxOC45MzE5IDIwIDE4IDIwSDZDNS4wNjgxMiAyMCA0LjYwMjE4IDIwIDQuMjM0NjMgMTkuODQ3OEMzLjc0NDU4IDE5LjY0NDggMy4zNTUyMyAxOS4yNTU0IDMuMTUyMjQgMTguNzY1NEMzIDE4LjM5NzggMyAxNy45MzE5IDMgMTdDMyAxNi4wNjgxIDMgMTUuNjAyMiAzLjE1MjI0IDE1LjIzNDZDMy4zNTUyMyAxNC43NDQ2IDMuNzQ0NTggMTQuMzU1MiA0LjIzNDYzIDE0LjE1MjJDNC42MDIxOCAxNCA1LjA2ODEyIDE0IDYgMTRIOC40TTEyIDE1VjRNMTIgNEwxNSA3TTEyIDRMOSA3IiBzdHJva2U9IiM2Mzg5MzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: left 1.5em center;
}
form .form-upload button:hover {
  background-color: rgba(143, 198, 43, 0.25);
}
form .form-submit {
  height: auto !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjUwMDMgMTJINS40MTg3Mk01LjI0NjM0IDEyLjc5NzJMNC4yNDE1OCAxNS43OTg2QzMuNjkxMjggMTcuNDQyNCAzLjQxNjEzIDE4LjI2NDMgMy42MTM1OSAxOC43NzA0QzMuNzg1MDYgMTkuMjEgNC4xNTMzNSAxOS41NDMyIDQuNjA3OCAxOS42NzAxQzUuMTMxMTEgMTkuODE2MSA1LjkyMTUxIDE5LjQ2MDQgNy41MDIzMSAxOC43NDkxTDE3LjYzNjcgMTQuMTg4NkMxOS4xNzk3IDEzLjQ5NDIgMTkuOTUxMiAxMy4xNDcxIDIwLjE4OTYgMTIuNjY0OEMyMC4zOTY4IDEyLjI0NTggMjAuMzk2OCAxMS43NTQxIDIwLjE4OTYgMTEuMzM1MUMxOS45NTEyIDEwLjg1MjkgMTkuMTc5NyAxMC41MDU3IDE3LjYzNjcgOS44MTEzNUw3LjQ4NDgzIDUuMjQzMDNDNS45MDg3OSA0LjUzMzgyIDUuMTIwNzggNC4xNzkyMSA0LjU5Nzk5IDQuMzI0NjhDNC4xNDM5NyA0LjQ1MTAxIDMuNzc1NzIgNC43ODMzNiAzLjYwMzY1IDUuMjIyMDlDMy40MDU1MSA1LjcyNzI4IDMuNjc3NzIgNi41NDc0MSA0LjIyMjE1IDguMTg3NjdMNS4yNDgyOSAxMS4yNzkzQzUuMzQxNzkgMTEuNTYxIDUuMzg4NTUgMTEuNzAxOSA1LjQwNyAxMS44NDU5QzUuNDIzMzggMTEuOTczOCA1LjQyMzIxIDEyLjEwMzIgNS40MDY1MSAxMi4yMzFDNS4zODc2OCAxMi4zNzUgNS4zNDA1NyAxMi41MTU3IDUuMjQ2MzQgMTIuNzk3MloiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: right 1.5em center;
  padding: 0.75em 3em 0.75em 1.5em !important;
  transition: background-position 0.5s;
  text-transform: none;
  font-weight: bold;
  font-size: 1.1em !important;
}
form .form-submit:hover {
  background-position: right 0.8em center;
}

/* Design re-fresh */
.greens .cell {
  border-radius: 5px;
}
.greens .cell:hover {
  background: #002c62;
}

.timeline,
.timeline2,
.timeline3 {
  border-radius: 1em 1em 0.25em 0.25em;
  overflow: hidden;
}

.jobbuttons img {
  border-radius: 0.25em;
  border: none;
}

/* Global */
html {
  font-size: 18px;
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 759px) {
  html {
    font-size: 14px;
    margin-top: 60px;
  }
}

body {
  position: relative;
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, .h1 {
  color: #002c62;
  font-size: 3.223rem;
}

.h1a {
  font-size: 2.223rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.556rem;
}

h4, .h4 {
  font-size: 1.223rem;
}

p {
  line-height: 1.5;
}

a {
  color: #8ec549;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

ul {
  padding-left: 20px;
}

iframe[src*="google.com"] {
  width: 100%;
}

/* Extends */
/* Customized  */
.button, .pagination .button, .pagination .page-numbers.next, .pagination .page-numbers.prev, button, input[type=button], input[type=reset], input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  height: 40px;
}
.bigger.button, .pagination .bigger.page-numbers.next, .pagination .bigger.page-numbers.prev, button.bigger, input.bigger[type=button], input.bigger[type=reset], input.bigger[type=submit] {
  height: 60px;
  padding: 17px 29px;
}

.thinner.colorbox, .thinner.colorbox-green, .thinner.colorbox-blue, .thinner.colorbox-gray, .thinner.colorbox-gray6, .thinner.colorbox-gray7, .thinner.colorbox-yellow {
  padding: 10px;
}
.colorbox a, .colorbox-green a, .colorbox-blue a, .colorbox-gray a, .colorbox-gray6 a, .colorbox-gray7 a, .colorbox-yellow a {
  color: inherit;
}

.colorbox-green h2, .colorbox-green h3, .colorbox-blue h2, .colorbox-blue h3 {
  color: white;
}
@media screen and (min-width: 960px) {
  .grid.col4res > .cell {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .grid.col4res > .cell:last-child {
    margin-right: 0;
  }
  .grid.col4res > .cell:nth-child(4n) {
    margin-right: 0;
  }
  .grid.col4res > .cell:nth-child(4n+1) {
    clear: left;
  }
  .grid.col4res > .cell:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 760px) {
  .grid.col4res > .cell {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .grid.col4res > .cell:last-child {
    margin-right: 0;
  }
  .grid.col4res > .cell:nth-child(4n) {
    margin-right: 0;
  }
  .grid.col4res > .cell:nth-child(4n+1) {
    clear: left;
  }
  .grid.col4res > .cell:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 759px) {
  .grid.col4res > .cell {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .grid.col4res > .cell:last-child {
    margin-right: 0;
  }
  .grid.col4res > .cell:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col4res > .cell:nth-child(2n+1) {
    clear: left;
  }
  .grid.col4res > .cell:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}

.pagination {
  border-top: 1px solid #c3c6c8;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}

.tag, .tags > a, .tags > span {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.tags {
  position: relative;
}
.tags h3 {
  position: relative;
  bottom: -1px;
  border: 1px solid #8ec549;
  border-bottom-color: white;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 5px 15px;
  white-space: nowrap;
}
.tags .tags-border {
  border: 1px solid #8ec549;
  padding: 5px;
}
.tags .tags-border > a, .tags .tags-border > span {
  background-color: #8ec549;
  color: #fff;
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
}

.author .caption {
  width: 242px;
}

.socials2::after {
  clear: both;
  content: "";
  display: table;
}
.socials2:before {
  content: "";
  display: table;
}
.socials2 ul {
  margin: 0;
  padding: 0;
  display: block;
}
.socials2 li {
  display: block;
  float: left;
  margin-left: 1px;
}
.socials2 li:first-child {
  margin-left: 0;
}
.socials2 a {
  position: relative;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: #002F5F;
  display: block;
}
.socials2 a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: transparent url("../images/socials2.png") left top no-repeat;
  background-size: 196px 25px;
  content: "";
  display: block;
}
.socials2 a:hover {
  background-color: #85C558;
}
.socials2 a[href*=linkedin]:before {
  background-position: 0 top;
}
.socials2 a[href*=twitter]:before {
  width: 32px;
  background-position: -41px top;
}
.socials2 a[href*=facebook]:before {
  width: 12px;
  background-position: -89px top;
}
.socials2 a[href*=instagram]:before {
  background-position: -121px top;
}
.socials2 a[href*=youtube]:before {
  width: 34px;
  background-position: -164px top;
}

/* Forms */
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  height: 40px;
  width: 460px;
  font-weight: 300;
}
input[type=color].bigger, input[type=date].bigger, input[type=datetime].bigger, input[type=datetime-local].bigger, input[type=email].bigger, input[type=month].bigger, input[type=number].bigger, input[type=password].bigger, input[type=search].bigger, input[type=tel].bigger, input[type=text].bigger, input[type=time].bigger, input[type=url].bigger, input[type=week].bigger, input:not([type]).bigger, textarea.bigger {
  height: 60px;
}
input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: italic;
}
input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  font-style: italic;
}
input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
  font-style: italic;
}
input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: italic;
}
@media screen and (max-width: 959px) {
  input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
    padding: 9px 14px;
  }
}
@media screen and (max-width: 759px) {
  input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
    width: 100%;
  }
}

textarea {
  height: 200px;
}

label {
  height: auto;
  width: 250px;
  display: inline-block;
}

.input-alert {
  display: none;
}

.input-error {
  color: #d40000;
}
.input-error input[type=color], .input-error input[type=date], .input-error input[type=datetime], .input-error input[type=datetime-local], .input-error input[type=email], .input-error input[type=month], .input-error input[type=number], .input-error input[type=password], .input-error input[type=search], .input-error input[type=tel], .input-error input[type=text], .input-error input[type=time], .input-error input[type=url], .input-error input[type=week], .input-error input:not([type]), .input-error textarea {
  border-color: #d40000;
}
.input-error .input-alert {
  display: inline-block;
}

form.with-border {
  border: 1px solid #c3c6c8;
  border-top: none;
  padding: 50px;
}
form .submitted {
  margin-top: 5px;
}

.shareform .fieldset::after {
  clear: both;
  content: "";
  display: table;
}
.shareform .fieldset:before {
  content: "";
  display: table;
}
.shareform .fieldset input {
  float: left;
}

/* Classes */
.arrow {
  position: relative;
  height: 60px;
  width: 60px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.arrow:before {
  position: absolute;
  top: 0;
  height: 60px;
  width: 30px;
  background: transparent url("../images/arrows.png") left top no-repeat;
  content: "";
}
.arrow.previous:before, .arrow.prev:before {
  background-position: left top;
  left: 10px;
}
.arrow.next:before {
  background-position: left -60px;
  right: 10px;
}
.arrow.disc {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 60px;
  margin: 10px;
}
.arrow.disc:before {
  height: 40px;
  width: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 20px auto;
  top: 10px;
}
.arrow.disc.previous:before, .arrow.disc.prev:before {
  background-position: left -80px;
  left: 17px;
}
.arrow.disc.next:before {
  background-position: left -120px;
  right: 17px;
}
.arrow.disc:hover {
  height: 80px;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 80px;
  margin: 0;
}
.arrow.disc:hover.previous:before, .arrow.disc:hover.prev:before {
  left: 27px;
  top: 20px;
}
.arrow.disc:hover.next:before {
  right: 27px;
  top: 20px;
}

.excerpt {
  font-size: 1.223rem;
  font-weight: bold;
}
.excerpt > :last-child {
  margin-bottom: 0;
}
.excerpt.whyprofiq {
  background-color: #8ec549;
  display: inline-block;
  font-weight: normal;
  padding: 10px 5px;
  margin-bottom: 60px;
  text-align: center;
}

.thumbnail {
  overflow: hidden;
}
.thumbnail.disc80 {
  border-radius: 40px;
}
.thumbnail.disc80, .thumbnail.disc80 img {
  height: 80px;
  width: 80px;
}
.thumbnail.disc120 {
  border-radius: 60px;
}
.thumbnail.disc120, .thumbnail.disc120 img {
  height: 120px;
  width: 120px;
}
.thumbnail.disc160 {
  border-radius: 80px;
}
.thumbnail.disc160, .thumbnail.disc160 img {
  height: 160px;
  width: 160px;
}

.storytable {
  white-space: nowrap;
}
@media screen and (max-width: 759px) {
  .storytable {
    white-space: normal;
  }
}

.status.h25px {
  height: 25px;
}

.inline-block {
  display: inline-block;
}

.normal-weight {
  font-weight: normal;
}

/* Colors */
.color-blue2 {
  color: #3a5a81;
}

.color-green {
  color: #8ec549;
}

.color-gray {
  color: #c3c6c8;
}

.color-gray3 {
  color: #808080;
}

.color-gray4 {
  color: #4d4d4d;
}

.color-white {
  color: white;
}

/* Breadcrumb */
.breadcrumb {
  color: white;
  font-size: 1rem;
}
.breadcrumb a, .breadcrumb span {
  color: #002c62;
  margin: 0 5px;
}
.breadcrumb a:first-child, .breadcrumb span:first-child {
  margin-left: 0;
}
.breadcrumb span {
  font-weight: bold;
}

/* Headblock */
.headblock .wrapper:before, .headblock.green .tag .wrapper:before, .headblock.green .tags > a .wrapper:before, .headblock.green .tags > span .wrapper:before {
  position: absolute;
  top: -155px;
  left: -260px;
  height: 213px;
  width: 236px;
  background: transparent url("../images/pictures/picture14.png") left top no-repeat;
  content: "";
  z-index: 99999;
}
.headblock.green, .headblock.green .green.tag, .headblock.green .tags > a.green, .headblock.green .tags > span.green {
  background-color: #8ec549;
}
.headblock.green .wrapper:before {
  background-image: url("../images/pictures/picture13.png");
}
.headblock.green.with-lines, .headblock.green .green.with-lines.tag, .headblock.green .tags > a.green.with-lines, .headblock.green .tags > span.green.with-lines {
  background: #8ec549 url("../images/bg1.png") center top repeat-x;
  background-size: auto 100%;
}
.headblock.green.with-lines .wrapper:before, .headblock.green .green.with-lines.tag .wrapper:before, .headblock.green .tags > a.green.with-lines .wrapper:before, .headblock.green .tags > span.green.with-lines .wrapper:before {
  background-image: url("../images/pictures/picture12.png");
}
.headblock.green h1, .headblock.green .green.tag h1, .headblock.green .tags > a.green h1, .headblock.green .tags > span.green h1 {
  border-left: 40px solid white;
  display: block;
  color: black;
  font-family: sans-serif;
  margin-left: -20px;
}
.headblock.green h1 > *, .headblock.green .green.tag h1 > *, .headblock.green .tags > a.green h1 > *, .headblock.green .tags > span.green h1 > * {
  background-color: white;
  display: inline;
}
.headblock.green h1 > * > *, .headblock.green .green.tag h1 > * > *, .headblock.green .tags > a.green h1 > * > *, .headblock.green .tags > span.green h1 > * > * {
  position: relative;
  left: -20px;
  display: inline;
}
.headblock.green .tag, .headblock.green .tags > a, .headblock.green .tags > a.green .tags > a, .headblock.green .tags > span.green .tags > a, .headblock.green .tags > span, .headblock.green .tags > a.green .tags > span, .headblock.green .tags > span.green .tags > span {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
}
.headblock.gray, .headblock.green .gray.tag, .headblock.green .tags > a.gray, .headblock.green .tags > span.gray {
  background-color: #c3c6c8;
}
.headblock.gray.with-lines, .headblock.green .gray.with-lines.tag, .headblock.green .tags > a.gray.with-lines, .headblock.green .tags > span.gray.with-lines {
  background: #c3c6c8 url("../images/bg2.png") center top repeat-x;
  background-size: auto 100%;
}
.headblock.gray.with-lines h1 span, .headblock.green .gray.with-lines.tag h1 span, .headblock.green .tags > a.gray.with-lines h1 span, .headblock.green .tags > span.gray.with-lines h1 span {
  color: #c3c6c8;
  font-size: 1rem;
  margin-left: 20px;
  vertical-align: middle;
}
.headblock.gray.with-lines2, .headblock.green .gray.with-lines2.tag, .headblock.green .tags > a.gray.with-lines2, .headblock.green .tags > span.gray.with-lines2 {
  background: #c3c6c8 url("../images/bg6.png") center top repeat-x;
  background-size: auto 100%;
}
.headblock.gray.with-lines2 h1 span, .headblock.green .gray.with-lines2.tag h1 span, .headblock.green .tags > a.gray.with-lines2 h1 span, .headblock.green .tags > span.gray.with-lines2 h1 span {
  color: #4d4d4d;
  display: block;
  font-size: 2rem;
}
.headblock.gray.with-lines2 .excerpt, .headblock.green .gray.with-lines2.tag .excerpt, .headblock.green .tags > a.gray.with-lines2 .excerpt, .headblock.green .tags > span.gray.with-lines2 .excerpt {
  font-weight: normal;
}
.headblock.gray.with-lines2 .thumbnail, .headblock.green .gray.with-lines2.tag .thumbnail, .headblock.green .tags > a.gray.with-lines2 .thumbnail, .headblock.green .tags > span.gray.with-lines2 .thumbnail {
  overflow: visible;
}
.headblock.gray.with-lines2 .thumbnail img, .headblock.green .gray.with-lines2.tag .thumbnail img, .headblock.green .tags > a.gray.with-lines2 .thumbnail img, .headblock.green .tags > span.gray.with-lines2 .thumbnail img {
  height: auto;
  width: auto;
  margin: -60px -20px 0 0;
}
.headblock.gray h1 a, .headblock.green .gray.tag h1 a, .headblock.green .tags > a.gray h1 a, .headblock.green .tags > span.gray h1 a {
  color: inherit;
}
.headblock.sanfran, .headblock.green .sanfran.tag, .headblock.green .tags > a.sanfran, .headblock.green .tags > span.sanfran {
  background: #002c62 url("../images/bg4.jpg") center -150px no-repeat;
}
.headblock.svalley, .headblock.green .svalley.tag, .headblock.green .tags > a.svalley, .headblock.green .tags > span.svalley {
  position: relative;
  height: 1760px;
  width: auto;
  background: white url("../images/bg7a.jpg") center -120px no-repeat;
  margin-bottom: -740px;
}
.headblock.whyprofiq, .headblock.green .whyprofiq.tag, .headblock.green .tags > a.whyprofiq, .headblock.green .tags > span.whyprofiq {
  background: white url("../images/why.jpg") center top no-repeat;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headblock.whyprofiq .wrapper:before, .headblock.green .whyprofiq.tag .wrapper:before, .headblock.green .tags > a.whyprofiq .wrapper:before, .headblock.green .tags > span.whyprofiq .wrapper:before {
  background-image: url("../images/pictures/picture12.png");
}
.headblock.whyprofiq .wrapper-heading, .headblock.green .whyprofiq.tag .wrapper-heading, .headblock.green .tags > a.whyprofiq .wrapper-heading, .headblock.green .tags > span.whyprofiq .wrapper-heading {
  display: flex;
  justify-content: center;
}
.headblock.whyprofiq h1, .headblock.green .whyprofiq.tag h1, .headblock.green .tags > a.whyprofiq h1, .headblock.green .tags > span.whyprofiq h1 {
  background-color: #8ec549;
  color: white;
  display: inline-block;
  margin: 150px 0 0 0;
  padding: 10px 20px;
}
.headblock.graduate, .headblock.green .graduate.tag, .headblock.green .tags > a.graduate, .headblock.green .tags > span.graduate {
  background: white url("../images/bg10.jpg") center top no-repeat;
  min-height: 480px;
}
.headblock.graduate .wrapper:before, .headblock.green .graduate.tag .wrapper:before, .headblock.green .tags > a.graduate .wrapper:before, .headblock.green .tags > span.graduate .wrapper:before {
  background-image: url("../images/pictures/picture12.png");
}
.headblock.workus, .headblock.green .workus.tag, .headblock.green .tags > a.workus, .headblock.green .tags > span.workus {
  background: white url("../images/bg8.jpg") center top no-repeat;
  min-height: 360px;
}
.headblock.workus .wrapper:before, .headblock.green .workus.tag .wrapper:before, .headblock.green .tags > a.workus .wrapper:before, .headblock.green .tags > span.workus .wrapper:before {
  background-image: url("../images/pictures/picture12.png");
}
.headblock.workus h1, .headblock.green .workus.tag h1, .headblock.green .tags > a.workus h1, .headblock.green .tags > span.workus h1 {
  background-color: white;
  display: inline-block;
  margin: 195px 80px 0 80px;
  padding: 10px 50px;
}
.headblock.pool, .headblock.green .pool.tag, .headblock.green .tags > a.pool, .headblock.green .tags > span.pool {
  background: white url("../images/bg9@2x.jpg") center top no-repeat;
  background-size: auto 700px;
  min-height: 700px;
  text-align: center;
}
.headblock.pool .wrapper:before, .headblock.green .pool.tag .wrapper:before, .headblock.green .tags > a.pool .wrapper:before, .headblock.green .tags > span.pool .wrapper:before {
  background-image: url("../images/pictures/picture12.png");
}
.headblock.pool h1, .headblock.green .pool.tag h1, .headblock.green .tags > a.pool h1, .headblock.green .tags > span.pool h1 {
  background-color: white;
  display: inline-block;
  margin: 608px 0 0 0;
  padding: 10px 50px;
}
.headblock .white-holder, .headblock.green .tag .white-holder, .headblock.green .tags > a .white-holder, .headblock.green .tags > span .white-holder {
  background-color: white;
  padding: 20px;
  margin: 0 -20px;
}
.headblock .white-holder h1, .headblock.green .tag .white-holder h1, .headblock.green .tags > a .white-holder h1, .headblock.green .tags > span .white-holder h1 {
  color: black;
}
@media screen and (max-width: 959px) {
  .headblock.gray.with-lines2 .thumbnail img, .headblock.green .gray.with-lines2.tag .thumbnail img, .headblock.green .tags > a.gray.with-lines2 .thumbnail img, .headblock.green .tags > span.gray.with-lines2 .thumbnail img {
    margin: 0;
    width: 350px;
  }
  .headblock.pool h1, .headblock.green .pool.tag h1, .headblock.green .tags > a.pool h1, .headblock.green .tags > span.pool h1 {
    margin-top: 618px;
  }
}
@media screen and (max-width: 759px) {
  .headblock .wrapper:before, .headblock.green .tag .wrapper:before, .headblock.green .tags > a .wrapper:before, .headblock.green .tags > span .wrapper:before {
    content: none;
  }
  .headblock.gray.with-lines2 .thumbnail img, .headblock.green .gray.with-lines2.tag .thumbnail img, .headblock.green .tags > a.gray.with-lines2 .thumbnail img, .headblock.green .tags > span.gray.with-lines2 .thumbnail img {
    margin: 0;
    width: 100%;
  }
  .headblock.gray.with-lines2 .white-holder .right.pl2, .headblock.green .gray.with-lines2.tag .white-holder .right.pl2, .headblock.green .tags > a.gray.with-lines2 .white-holder .right.pl2, .headblock.green .tags > span.gray.with-lines2 .white-holder .right.pl2 {
    padding-left: 0;
  }
  .headblock.workus h1, .headblock.green .workus.tag h1, .headblock.green .tags > a.workus h1, .headblock.green .tags > span.workus h1 {
    margin: 70px 0 0 0;
    padding: 10px;
  }
  .headblock.pool, .headblock.green .pool.tag, .headblock.green .tags > a.pool, .headblock.green .tags > span.pool {
    background-size: auto 350px;
    min-height: 350px;
  }
  .headblock.pool h1, .headblock.green .pool.tag h1, .headblock.green .tags > a.pool h1, .headblock.green .tags > span.pool h1 {
    margin-top: 300px;
  }
  .headblock .white-holder, .headblock.green .tag .white-holder, .headblock.green .tags > a .white-holder, .headblock.green .tags > span .white-holder {
    margin: 0 -10px;
    padding: 10px;
  }
}

/* Container */
.container {
  background-color: white;
}

/* Articles */
.articles .article {
  border-bottom: 1px solid #c3c6c8;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.articles .article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.articles .article .title {
  margin-bottom: 20px;
}
.articles .article h2 {
  color: #002c62;
  vertical-align: middle;
}
.articles .article h2 a {
  color: inherit;
}
.articles .article p {
  font-size: 1.223rem;
}
.articles .article .status {
  color: #808080;
}
.articles .article .thumbnail {
  border: 3px solid #c3c6c8;
}
.articles .article:hover h2 {
  color: #8ec549;
}
.articles .article:hover h2 a {
  text-decoration: underline;
}
.articles .article:hover .thumbnail {
  border-color: #8ec549;
}

/* Jobs */
.jobs .job h3 {
  margin-bottom: 10px;
}
.jobs .job .button {
  padding: 12px 19px;
}
.jobs .job .tag, .jobs .job .tags > a, .jobs .job .tags > span {
  display: block;
  float: left;
  font-weight: normal;
  margin-bottom: 0;
  padding: 3px 9px;
}

.jobs2 .cell {
  position: relative;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
  height: 260px;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}
.jobs2 .cell:first-child {
  border-left: none;
}
.jobs2 .cell h3, .jobs2 .cell a {
  color: inherit;
}
.jobs2 .cell:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8ec549;
  content: "";
  z-index: -2;
}
.jobs2 .cell .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.jobs2 .cell .thumbnail:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(142, 197, 73, 0.6);
  content: "";
}
.jobs2 .cell .thumbnail img {
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
}
.jobs2 .cell:hover .thumbnail:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.jobs2 .cell:hover .button {
  background-color: white;
  color: #002c62;
}
@media screen and (max-width: 759px) {
  .jobs2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 759px) {
  .jobbuttons .button {
    margin-bottom: 10px;
  }
}

/* Timeline */
.timeline::after {
  clear: both;
  content: "";
  display: table;
}
.timeline:before {
  content: "";
  display: table;
}
.timeline .cell {
  position: relative;
  height: 200px;
  width: 50%;
  background-color: #8ec549;
  font-size: 0.889rem;
  float: left;
  margin-top: 60px;
  padding: 30px 30px 20px 190px;
}
.timeline .cell > :last-child {
  margin-bottom: 0;
}
.timeline .cell h2, .timeline .cell h3 {
  color: white;
  font-weight: normal;
  margin-bottom: 5px;
}
.timeline .cell a {
  color: inherit;
}
.timeline .cell img {
  position: absolute;
  right: 300px;
  display: block;
  z-index: 2;
}
.timeline .cell img.vcenter {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.timeline .cell:before, .timeline .cell:after {
  position: absolute;
  height: 200px;
  width: 80px;
  background-image: url("../images/timeline.png");
  background-repeat: no-repeat;
  z-index: 1;
}
.timeline .cell:nth-child(2n+1):before {
  background-position: left -400px;
  content: "";
  left: 0;
  top: 0;
}
.timeline .cell:nth-child(2n+1):after {
  background-position: left top;
  content: "";
  right: -30px;
  top: 0;
}
.timeline .cell:nth-child(2n):after {
  background-position: left -200px;
  content: "";
  right: 0;
  top: 0;
}
.timeline .cell:first-child:before, .timeline .cell:last-child:after {
  content: none;
}
.timeline .cell:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .timeline .cell {
    font-size: 0.8rem;
    padding-left: 175px;
  }
  .timeline .cell img {
    right: 210px;
  }
}
@media screen and (max-width: 759px) {
  .timeline {
    display: block;
  }
  .timeline .cell {
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 120px;
    width: 100%;
  }
  .timeline .cell img {
    right: 190px;
    width: auto;
  }
  .timeline .cell:nth-child(2n+1):after {
    background-position: left -200px;
    right: 0;
    top: 0;
  }
  .timeline .cell:nth-child(2n):before {
    background-position: left -400px;
    content: "";
    left: 0;
    top: 0;
  }
}

.timeline2, .timeline3 {
  background-color: #8ec549;
  color: black;
}
.timeline2 .cell, .timeline3 .cell {
  background: #8ec549 url("../images/timeline2.png") right center no-repeat;
  padding: 35px 70px 35px 40px !important;
  vertical-align: middle;
}
.timeline2 .cell:last-child, .timeline3 .cell:last-child {
  background-image: none;
  padding-right: 40px !important;
}
.timeline2 .cell h2, .timeline3 .cell h2 {
  color: black;
  font-size: 1.556rem;
}
@media screen and (max-width: 959px) {
  .timeline2 .cell h2, .timeline3 .cell h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 759px) {
  .timeline2 .cell, .timeline3 .cell {
    background-image: none;
    border-bottom: 1px solid white;
    margin-bottom: 0 !important;
  }
  .timeline2 .cell:last-child, .timeline3 .cell:last-child {
    border-bottom: none;
  }
}

.timeline3 > .cell {
  padding: 35px 40px !important;
}

/* Counts */
.counts2 small, .counts small {
  font-size: 1rem;
  display: block;
}
.counts2 strong, .counts strong {
  display: block;
  font-size: 2.778rem;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .counts2 small, .counts small {
    font-size: 0.9rem;
  }
  .counts2 strong, .counts strong {
    font-size: 2.4rem;
  }
}

.counts .cell {
  background-color: #8ec549;
  border-left: 1px solid white;
  color: white;
}
.counts .cell:first-child {
  border-left: none;
}
@media screen and (max-width: 759px) {
  .counts .cell {
    border-left: none;
  }
}

.counts2 {
  color: #002c62;
}

/* Chessboard */
.chessboard.odd .cell:nth-child(2n), .chessboard.even .cell:nth-child(2n+1) {
  background-color: #ddeec9;
}
.chessboard.odd .cell:nth-child(2n+1), .chessboard.even .cell:nth-child(2n) {
  border: 1px solid #ddeec9;
}
@media screen and (max-width: 759px) {
  .chessboard.odd {
    margin-bottom: 20px;
  }
}

/* Gallery */
.gallery > .gallery-item {
  margin: 0 !important;
  padding: 5px;
  width: 33.3333% !important;
}
.gallery > .gallery-item img {
  height: auto;
  width: 100%;
  display: block;
}
.gallery.table > .cell .izoom {
  border-left: 1px solid white;
  border-top: 1px solid white;
  display: block;
  float: left;
  overflow: hidden;
}
.gallery.table > .cell .izoom, .gallery.table > .cell .izoom img {
  height: 230px;
  width: 235px;
}
.gallery.table > .cell .izoom:nth-child(-n+2) {
  border-top: none;
}
.gallery.table > .cell .izoom.bigger, .gallery.table > .cell .izoom.bigger img {
  height: 460px;
  width: 470px;
}
@media screen and (max-width: 959px) and (min-width: 760px) {
  .gallery.table > .cell .izoom {
    display: none;
  }
  .gallery.table > .cell .izoom:nth-child(-n+2) {
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .gallery > .gallery-item {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .gallery.table > .cell {
    margin-bottom: 0;
  }
  .gallery.table > .cell .izoom {
    border-left: none;
    border-top: 1px solid white !important;
    float: none;
  }
  .gallery.table > .cell .izoom, .gallery.table > .cell .izoom img, .gallery.table > .cell .izoom.bigger, .gallery.table > .cell .izoom.bigger img {
    height: 293px;
    width: 300px;
  }
  .gallery.table > .cell .izoom.bigger {
    border-top: none !important;
  }
}

/* Photogallery */
.photogallery .caption {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 10px;
}
.photogallery .caption:hover {
  border-color: #8ec549;
}
.photogallery .izoom:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

/* Reviews */
.reviews::after {
  clear: both;
  content: "";
  display: table;
}
.reviews:before {
  content: "";
  display: table;
}
.reviews .carousel {
  position: relative;
}
.reviews .slide > .table > .cell:first-child {
  background-color: #aaaaaa;
}
.reviews .slide > .table > .cell:first-child img {
  display: block;
  float: right;
}
.reviews .slide > .table > .cell:last-child {
  background-color: #8ec549;
  border-left: 1px solid white;
}
.reviews .content {
  height: auto;
  width: 440px;
  font-size: 1.112rem;
  font-weight: 300;
  padding: 120px 0 0 70px;
}
.reviews .content > :last-child {
  margin-bottom: 0;
}
.reviews .content p {
  line-height: 1.2;
}
.reviews .content q {
  color: black;
  font-size: 1.223rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 0;
  padding-bottom: 0;
}
.reviews .content q:before {
  font-size: 2.223rem;
  left: -25px;
}
.reviews .arrow.next {
  position: absolute;
  top: 200px;
  right: 50%;
  margin-right: -510px;
}
.reviews .arrow.previous {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -510px;
}
@media screen and (max-width: 959px) {
  .reviews .content {
    font-size: 1rem;
    padding: 30px 0 0 60px;
    width: 340px;
  }
  .reviews .content q {
    font-size: 1rem;
  }
  .reviews .arrow.next {
    margin-right: -380px;
    top: 100px;
  }
  .reviews .arrow.previous {
    margin-left: -380px;
    top: 100px;
  }
}
@media screen and (max-width: 759px) {
  .reviews .content {
    padding: 20px 20px 20px 40px;
    width: 100%;
  }
  .reviews .arrow.next {
    margin-right: -110px;
  }
  .reviews .arrow.previous {
    margin-left: -110px;
  }
}

/* Twitter */
.twitter-box {
  position: relative;
}
.twitter-box .twitter-holder {
  position: absolute;
  top: 90px;
  left: 0;
  background-color: white;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  display: none;
  padding: 20px;
  z-index: 10;
}
.twitter-box:hover .twitter-holder {
  display: block;
}
@media screen and (max-width: 759px) {
  .twitter-box {
    text-align: center;
  }
  .twitter-box .thumbnail {
    margin: 0 auto;
  }
  .twitter-box .cell.pr {
    padding-right: 0;
  }
}

/* Spart5 */
.spart5 {
  clear: both;
  padding: 40px 0;
}
.spart5 h3 {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 400;
  margin: 40px 0 20px 20px;
}
.spart5 .srow {
  font-size: 20px;
  margin: 0 0 10px 20px;
}
.spart5 .srow strong {
  position: relative;
  height: 60px;
  background-color: #002F5F;
  color: #fff;
  display: inline-block;
  margin-left: 60px;
  padding: 18px 20px;
  vertical-align: top;
}
.spart5 .srow strong:before {
  position: absolute;
  top: 0;
  left: -60px;
  height: 60px;
  width: 60px;
  background-color: #85C558;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.spart5 .srow span {
  height: 60px;
  background-color: #F1F1F1;
  color: #4D4D4D;
  display: inline-block;
  padding: 18px 20px;
  vertical-align: top;
}
.spart5 .srow.i01 strong:before {
  background-image: url("../images/icons/ico01.png");
  background-size: 21px;
  content: "";
}
.spart5 .srow.i02 strong:before {
  background-image: url("../images/icons/ico02.png");
  background-size: 22px;
  content: "";
}
.spart5 .srow.i03 strong:before {
  background-image: url("../images/icons/ico03.png");
  background-size: 18px;
  content: "";
}
.spart5 .srow.i04 strong:before {
  background-image: url("../images/icons/ico04.png");
  background-size: 24px;
  content: "";
}
.spart5 .srow.i05 strong:before {
  background-image: url("../images/icons/ico05.png");
  background-size: 20px;
  content: "";
}
.spart5 .srow.i06 strong:before {
  background-image: url("../images/icons/ico06.png");
  background-size: 23px;
  content: "";
}
.spart5 .srow.i07 strong:before {
  background-image: url("../images/icons/ico07.png");
  background-size: 20px;
  content: "";
}
.spart5 .srow.i08 strong:before {
  background-image: url("../images/icons/ico08.png");
  background-size: 20px;
  content: "";
}
.spart5 .srow.i09 strong:before {
  background-image: url("../images/icons/ico09.png");
  background-size: 24px;
  content: "";
}
.spart5 .srow.i10 strong:before {
  background-image: url("../images/icons/ico10.png");
  background-size: 20px;
  content: "";
}
.spart5 .srow.i11 strong:before {
  background-image: url("../images/icons/ico11.png");
  background-size: 18px;
  content: "";
}
@media screen and (max-width: 959px) {
  .spart5 h3, .spart5 .srow {
    margin-left: 0;
  }
}
@media screen and (max-width: 759px) {
  .spart5 h3 {
    margin: 20px 0;
  }
  .spart5 .srow {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .spart5 .srow strong {
    height: auto;
    display: block;
    padding: 18px 10px;
  }
  .spart5 .srow span {
    height: auto;
    display: block;
  }
}

/* Landing page */
.landing h1 {
  font-weight: 300;
}
.landing h2 {
  text-align: center;
}
.landing .thumbnail {
  position: relative;
}
.landing .thumbnail span {
  background-color: #F1F1F1;
  color: #4d4d4d;
  display: block;
  font-size: 0.778rem;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
}
.landing .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landing .thumbnail.picture01 {
  height: 220px;
  width: calc(100% - 340px);
  float: left;
  margin-left: -20px;
}
.landing .thumbnail.picture01 span {
  position: absolute;
  top: 0;
  right: 0;
}
.landing .thumbnail.picture02 {
  height: 220px;
  width: 330px;
  float: right;
  margin-right: -20px;
}
.landing .thumbnail.picture02 span {
  position: absolute;
  top: 0;
  left: 0;
}
.landing .thumbnail.picture03 {
  height: 300px;
  width: 250px;
  border-top: 2px solid #8ec549;
  float: left;
  margin-left: -20px;
}
.landing .thumbnail.picture03 span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.landing .thumbnail.picture04 {
  height: 300px;
  width: calc(100% - 260px);
  border-top: 2px solid #8ec549;
  float: right;
  margin-right: -20px;
}
.landing .thumbnail.picture04 span {
  position: absolute;
  bottom: 0;
  left: 0;
}
.landing .thumbnail.picture05 {
  height: 287px;
  width: calc(100% + 40px);
  border-top: 2px solid #002c62;
  margin: 0 -20px;
}
.landing .thumbnail.picture05 span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.landing .socials2 {
  text-align: center;
}
.landing .socials2 ul {
  display: inline-block;
}
.landing .landing-block1 {
  padding: 0 120px;
}
.landing .landing-block1 h2 {
  color: #8ec549;
}
.landing .landing-block1 .landing-offer > .cell {
  position: relative;
  border-bottom: 2px solid #c3c6c8;
  margin-bottom: 20px;
  padding: 0 0 20px 60px;
}
.landing .landing-block1 .landing-offer > .cell::after {
  clear: both;
  content: "";
  display: table;
}
.landing .landing-block1 .landing-offer > .cell:before {
  content: "";
  display: table;
}
.landing .landing-block1 .landing-offer > .cell:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: #8ec549 url("../images/icons/check.png") center center no-repeat;
  background-size: 19px 14px;
  content: "";
  display: block;
}
.landing .landing-block1 .landing-offer > .cell:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.landing .landing-block1 .landing-offer > .cell h3 {
  width: 180px;
  float: left;
  margin-bottom: 0;
}
.landing .landing-block1 .landing-offer > .cell p {
  width: calc(100% - 180px);
  float: left;
  margin-bottom: 0;
  padding: 0 40px;
}
.landing .landing-block2 {
  padding: 0 80px;
}
.landing .landing-block2 h2 {
  color: #8ec549;
}
.landing .landing-block2 h3 {
  font-size: 1.333rem;
  font-weight: normal;
}
.landing .landing-block2 .tags > a, .landing .landing-block2 .tags > span {
  font-size: 0.889rem;
  text-transform: uppercase;
}
.landing .landing-block3 {
  padding: 0 40px;
}
.landing .landing-block3 h2 {
  color: #8ec549;
  margin-bottom: 40px;
}
.landing .landing-block3 .landing-checks > .cell {
  position: relative;
  margin-top: 40px;
  padding: 0 40px 0 50px;
}
.landing .landing-block3 .landing-checks > .cell:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: #8ec549 url("../images/icons/check.png") center center no-repeat;
  background-size: 19px 14px;
  content: "";
  display: block;
}
.landing .landing-block4 {
  padding: 0 80px;
}
.landing .landing-block4 h2 {
  color: #8ec549;
}
.landing .landing-block4 .landing-jobs a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #c3c6c8;
  color: black;
  display: block;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-decoration: none;
}
.landing .landing-block4 .landing-jobs a:hover {
  background-color: rgba(195, 198, 200, 0.8);
}
@media screen and (max-width: 959px) {
  .landing .thumbnail.picture01 {
    width: calc(100% - 310px);
  }
  .landing .thumbnail.picture04 {
    width: calc(100% - 230px);
  }
  .landing .landing-block1, .landing .landing-block2, .landing .landing-block3, .landing .landing-block4 {
    padding: 0;
  }
}
@media screen and (max-width: 759px) {
  .landing .thumbnail.picture01, .landing .thumbnail.picture02, .landing .thumbnail.picture03, .landing .thumbnail.picture04, .landing .thumbnail.picture05 {
    height: 200px;
    width: auto;
    float: none;
    margin: 0 -10px;
  }
  .landing .thumbnail.picture05 span {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .landing .landing-logo img {
    height: auto;
    width: auto;
  }
  .landing .landing-block1 .landing-offer > .cell h3 {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .landing .landing-block1 .landing-offer > .cell p {
    width: auto;
    float: none;
    padding: 0;
  }
  .landing .landing-block3 .landing-checks > .cell {
    padding-left: 50px !important;
  }
  .landing .socials2 a {
    width: 59px;
  }
}

.wp-page-template-landing .header .menu-header {
  margin-top: 30px;
}
.wp-page-template-landing .header .search-holder {
  top: 30px;
}
.wp-page-template-landing .header .menu-landing {
  float: right;
  font-size: 0.778rem;
  margin: 10px 0 0 0;
}
.wp-page-template-landing .header .menu-landing li:last-child a {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .wp-page-template-landing .header .claim {
    display: none;
  }
  .wp-page-template-landing .header .menu-landing li a {
    margin-right: 2px;
    padding: 9px 6px;
  }
}
@media screen and (max-width: 759px) {
  .wp-page-template-landing .header .menu-landing {
    display: none;
  }
}

/* Graduate */
.wp-page-template-graduate .h2green span {
  background-color: #85C558;
  color: #fff;
  display: inline-block;
  font-size: 48px;
  padding: 0 30px;
  white-space: nowrap;
}
.wp-page-template-graduate .h2green span:first-child {
  padding-top: 10px;
}
.wp-page-template-graduate .h2green span:last-child {
  padding-bottom: 10px;
}
.wp-page-template-graduate .grbox1 {
  position: relative;
  height: 420px;
  width: 100%;
  background-color: #85C558;
  margin-top: -260px;
}
.wp-page-template-graduate .grbox1::after {
  clear: both;
  content: "";
  display: table;
}
.wp-page-template-graduate .grbox1:before {
  content: "";
  display: table;
}
.wp-page-template-graduate .grbox1 h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  margin: 40px 0 0 40px;
  max-width: 50%;
}
.wp-page-template-graduate .grbox1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.wp-page-template-graduate .grbox2 {
  background-color: #85C558;
}
.wp-page-template-graduate .grbox2 img {
  display: block;
}
@media screen and (max-width: 759px) {
  .wp-page-template-graduate .mm2 {
    margin-bottom: 40px;
  }
  .wp-page-template-graduate .h2green {
    background-color: #85C558;
    padding: 20px 0;
  }
  .wp-page-template-graduate .h2green span {
    display: inline;
    font-size: 32px;
    padding: 0;
    white-space: normal;
  }
  .wp-page-template-graduate .h2green span:first-child {
    padding-top: 0;
  }
  .wp-page-template-graduate .h2green span:last-child {
    padding-bottom: 0;
  }
  .wp-page-template-graduate .grbox1 {
    height: auto;
    margin-top: -340px;
  }
  .wp-page-template-graduate .grbox1 h1 {
    font-size: 36px;
    margin: 20px 10px;
    max-width: none;
  }
  .wp-page-template-graduate .grbox1 img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}