html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #f0f0f0;
}

a {
  text-decoration: none;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #0275d8;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

main {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 50px;
  background: white;
  overflow: hidden;
  *zoom: 1;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

h4 {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 18px 0;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 18px;
  border: 0;
  padding: 8px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f0f0f0;
  -moz-box-shadow: 0 0 0 2px transparent;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  background: #fff;
  outline: none;
  -moz-box-shadow: 0 0 0 2px #000000;
  -webkit-box-shadow: 0 0 0 2px #000000;
  box-shadow: 0 0 0 2px #000000;
}

select {
  padding: 6px;
  border: 1px solid #f0f0f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 97%;
  -webkit-appearance: none;
  background: #f0f0f0;
}
select:focus {
  background: #fff;
}

label {
  display: block;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #444;
}

input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #363636;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="submit"]:hover {
  border-color: #000000;
  outline: none;
}

.content {
  background: #fff;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .content {
    flex-direction: row;
  }
}
.content > div {
  flex: auto;
}
.content > div.sidebar {
  width: 300px;
  padding: 40px 0;
  min-height: 500px;
}
.content > div.main {
  padding: 15px;
}
@media (min-width: 1024px) {
  .content > div.main {
    padding: 40px;
    width: 700px;
  }
}
.content ol {
  list-style-type: decimal;
}
.content h1 {
  color: #d94946;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.content a.job {
  font-weight: bold;
  padding: 14px;
  font-size: 14px;
  color: #232323;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-box-shadow: 0 0 0 1px rgba(209, 209, 209, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(209, 209, 209, 0.2);
  box-shadow: 0 0 0 1px rgba(209, 209, 209, 0.2);
  margin: 10px 0;
  background: rgba(0, 170, 170, 0.03);
}
.content a.job > div {
  flex: auto;
}
.content a.job > div:last-child {
  color: rgba(182, 27, 21, 0.78);
  text-align: right;
}
.content a.job:hover {
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  color: #02376e;
  background: #fafafa;
}
.content a.job:active {
  -moz-box-shadow: 0 0 0 1px rgba(9, 9, 9, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(9, 9, 9, 0.5);
  box-shadow: 0 0 0 1px rgba(9, 9, 9, 0.5);
}

.apply {
  padding: 20px;
  background: #ff855b;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.apply a {
  display: inline;
  color: #fff;
}

.description-area {
  margin-top: 30px;
}

.tag {
  color: rgba(0, 118, 54, 0.61);
  font-style: italic;
}

.details {
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .details {
    flex-direction: row;
  }
}
.details > div {
  flex: auto;
}
.details > div:last-child {
  width: 250px;

}

.pagination {
  display: -webkit-flex;
  display: flex;
}
.pagination a, .pagination li.active span {
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  color: #0275d8;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
  -moz-box-shadow: 0 0 0 1px rgba(209, 209, 209, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(209, 209, 209, 0.2);
  box-shadow: 0 0 0 1px rgba(209, 209, 209, 0.2);
  cursor: pointer;
}
.pagination li.active span {
  color: #fff;
  background: rgba(2, 117, 216, 0.76);
}
.pagination .disabled {
  display: none;
}
.pagination > li {
  display: -webkit-flex;
  display: flex;
  margin: 0 4px;
  align-items: center;
}

#gsearch {
  padding: 40px 0;
}
#gsearch input {
  background: #fafafa;
  -moz-box-shadow: 0 0 1px rgba(10, 10, 10, 0.9);
  -webkit-box-shadow: 0 0 1px rgba(10, 10, 10, 0.9);
  box-shadow: 0 0 1px rgba(10, 10, 10, 0.9);
  width: 100%;
}

.submit-job {
  max-width: 1000px;
}
.submit-job input {
  width: 100%;
  font-size: 14px;
}
.submit-job label {
  margin: 25px 0 4px;
}
.submit-job textarea {
  font-size: 14px;
  width: 100%;
  min-height: 180px;
}
.submit-job select {
  padding: 12px;
  width: 100%;
}
.submit-job input[type="submit"] {
  width: 100px;
  margin: 20px auto;
  background: #0275d8;
  color: #fff;
}

.sectors {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sectors a {
  color: #0275d8;
  font-weight: bold;
  padding: 4px 12px;
  margin: 5px;
  background: #fafafa;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(35, 35, 35, 0.62);
}
.sectors a:hover {
  -moz-box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background: rgba(2, 117, 216, 0.09);
}

[v-cloak] {
  display: none;
}

header {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 25px 8px;
}
header .logo {
  text-align: center;
}
header .logo img {
  width: 100px;
  padding: 5px;
}

.g-matched {
  margin-top: 35px;
}

a.submit-job {
  width: 180px;
  float: right;
  padding: 9px 12px;
  background: #3fa238;
  text-align: center;
  color: white;
  border-radius: 4px;
  font-weight: bold;
}
a.submit-job:hover {
  background: #45b63e;
  -moz-box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
}

main.admin input[type="text"] {
  font-size: 14px;
  width: 100%;
  max-width: 800px;
}
main.admin textarea {
  font-size: 14px;
  width: 100%;
  max-width: 800px;
  min-height: 180px;
}

.nav {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav > a {
  background: #236ccd;
  color: #fff;
  margin: 1px;
  padding: 5px 10px;
  flex: auto;
}
.nav > a:hover {
  background: #fff;
  color: #236ccd;
}

