@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #3CC;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus {
  background-color: #29a3a3;
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #3CC;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #777;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #3CC;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(46, 184, 184, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #717171;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: white;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
  margin: 0px;
  background: #777;
}

ul,
ol {
  margin-left: 0;
  padding-left: 15px;
}
ul ul,
ol ul {
  padding-left: 15px;
}
ul ul li,
ol ul li {
  font-size: 13px;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 0.2;
}

h5 {
  font-size: 14px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  color: #3CC;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #3CC;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #269999;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/* CSS Document */
/* Header Navigation */
header.navigation {
  background-color: #333;
  background-image: linear-gradient(to bottom, #333 0%, #111 100%);
  border-bottom: 1px solid #1a1a1a;
  min-height: 50px;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}
header.navigation .navigation-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
header.navigation .logo {
  float: left;
  max-height: 50px;
  padding-left: 1em;
  padding-right: 2em;
  line-height: 50px;
  font-size: 18px;
}
header.navigation .logo img {
  max-height: 50px;
  padding: 0.8em 0;
}
header.navigation .navigation-menu-button {
  color: white;
  display: block;
  float: right;
  line-height: 50px;
  margin: 0;
  padding-right: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
  color: #3CC;
}
header.navigation nav {
  float: none;
  min-height: 50px;
  z-index: 9999999;
}
@media screen and (min-width: 900px) {
  header.navigation nav {
    float: left;
  }
}
header.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
header.navigation ul.navigation-menu.show {
  display: block;
}
@media screen and (min-width: 900px) {
  header.navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}
header.navigation ul li.nav-link {
  background: #333;
  display: block;
  line-height: 50px;
  overflow: hidden;
  padding-right: 0.8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 900px) {
  header.navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 50px;
    text-decoration: none;
    width: auto;
  }
}
header.navigation ul li.nav-link a {
  color: white;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  header.navigation ul li.nav-link a {
    padding-right: 1em;
  }
}
header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
  color: #3CC;
}
header.navigation .active-nav-item a {
  color: #3CC;
  text-decoration: underline;
}
header.navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  header.navigation li.more.nav-link {
    padding-right: 1em;
  }
}
header.navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 0.05em;
}
header.navigation li.more.nav-link a {
  margin-right: 1em;
}
header.navigation li.more.nav-link > a {
  padding-right: 0.6em;
}
header.navigation li.more.nav-link > a::after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  color: white;
  content: "▾";
}
header.navigation li.more {
  overflow: visible;
  padding-right: 0;
}
header.navigation li.more a {
  padding-right: 0.8em;
}
header.navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}
@media screen and (min-width: 900px) {
  header.navigation li.more > a {
    margin-right: 1em;
  }
}
header.navigation li.more > a::after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}
header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
  display: block;
}
@media screen and (min-width: 900px) {
  header.navigation li.more {
    padding-right: 0.8em;
    position: relative;
  }
}
header.navigation ul.submenu {
  display: none;
  padding-left: 0;
  background-color: #000;
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu {
    left: -1em;
    position: absolute;
  }
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu.fly-out-right {
    left: 5.8em;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu.fly-out-left {
    left: -5.8em;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu .submenu {
    left: 5.8em;
    top: 0;
  }
}
header.navigation ul.submenu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu li {
    line-height: 38.4615384615px;
  }
  header.navigation ul.submenu li:first-child > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  header.navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 0.7em;
  }
}
header.navigation ul.submenu li a {
  background-color: #000;
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 900px) {
  header.navigation ul.submenu li a {
    background-color: #000;
    padding-left: 1em;
    text-align: left;
    width: 6em;
  }
}
header.navigation .navigation-tools {
  background: #505050;
  clear: both;
  display: block;
  height: 50px;
}
@media screen and (min-width: 900px) {
  header.navigation .navigation-tools {
    background: transparent;
    clear: none;
    float: right;
  }
}
header.navigation .search-bar {
  float: left;
  padding: 0.85em 0.85em 0.7em 0.6em;
  width: 60%;
}
header.navigation .search-bar form {
  position: relative;
}
header.navigation .search-bar form input[type=search] {
  background: #404040;
  border: 1px solid #262626;
  border-radius: 16px;
  box-sizing: border-box;
  color: white;
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  padding: 0.5em 0.8em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  header.navigation .search-bar form input[type=search] {
    width: 100%;
  }
}
header.navigation .search-bar form button[type=submit] {
  background: #404040;
  border: 0;
  bottom: 0.3em;
  left: auto;
  outline: none;
  padding: 0 9px;
  position: absolute;
  right: 0.3em;
  top: 0.3em;
}
header.navigation .search-bar form button[type=submit] img {
  height: 12px;
  opacity: 0.7;
  padding: 1px;
}
@media screen and (min-width: 900px) {
  header.navigation .search-bar {
    display: inline-block;
    position: relative;
    width: 16em;
  }
  header.navigation .search-bar input {
    box-sizing: border-box;
    display: block;
  }
}

/* Homepage */
.image-wrapper {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.image-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.image-wrapper img {
  height: auto;
  left: 0;
  position: relative;
  margin-top: -25%;
  width: 100%;
  opacity: 0.25;
}
.image-wrapper .copy {
  left: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 34%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.image-wrapper .copy p {
  font-size: 1.5em;
  color: white;
  line-height: 1.5em;
  padding: 1em 2em;
  position: relative;
}

/* Resume */
.container {
  position: relative;
  padding-top: 50px;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

.inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner-container::after {
  clear: both;
  content: "";
  display: block;
}
.inner-container .text-container {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #333;
  border-radius: 8px;
  padding: 2% 5% 2% 5%;
}
.inner-container .text-container h4 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 18px;
}
.inner-container .text-container h5 {
  font-size: 16px;
  font-weight: bold;
}
.inner-container .text-container h6 {
  font-size: 14px;
}
.inner-container .text-container li {
  margin-left: 20px;
}
.inner-container .text-container .date {
  font-weight: 200;
  float: right;
}

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