/*self clearing divs*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,800");
.left {
  float: left;
}

.right {
  float: right;
}

.centered {
  margin: 0 auto !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*html .group {
  /* IE6 */
  height: 1%;
}

*:first-child + html .group {
  /* IE7 */
  min-height: 1px;
}

/*end self clearing divs*/
/* box sizing */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* end box sizing */
.wrapper-fluid {
  width: 100%;
}

.wrapper-boxed {
  width: 92.1875%;
  max-width: 1680px;
  margin: 0 auto;
}

.placeholder {
  background: rgba(0, 0, 0, 0.05);
}

.tg-column {
  margin: 0 1.6666666666667% 20px 0;
}

.tg-column:last-child {
  margin: 0 0 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .tg-column {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 480px) and (max-width: 800px) {
  .tg-column {
    width: 49% !important;
    margin: 0 2% 20px 0;
  }
  .tg-column:nth-child(even) {
    margin: 0 0 20px !important;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .tg-column {
    width: 32% !important;
    margin: 0 2% 20px 0;
  }
  .tg-column:nth-child(3n) {
    margin: 0 0 20px !important;
  }
}

.tg-col-1 {
  width: 6.80556%;
}

.tg-col-1:nth-child(12n) {
  margin: 0 0 20px;
}

.tg-col-2 {
  width: 15.27778%;
}

.tg-col-2:nth-child(6n) {
  margin: 0 0 20px;
}

.tg-col-3 {
  width: 23.75%;
}

.tg-col-3:nth-child(4n) {
  margin: 0 0 20px;
}

.tg-col-4 {
  width: 32.22222%;
}

.tg-col-4:nth-child(3n) {
  margin: 0 0 20px;
}

.tg-col-5 {
  width: 40.69444%;
}

.tg-col-6 {
  width: 49.16667%;
}

.tg-col-6:nth-child(2n) {
  margin: 0 0 20px;
}

.tg-col-7 {
  width: 57.63889%;
}

.tg-col-8 {
  width: 66.11111%;
}

.tg-col-9 {
  width: 74.58333%;
}

.tg-col-10 {
  width: 83.05556%;
}

.tg-col-11 {
  width: 91.52778%;
}

.tg-col-12 {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
option,
textarea {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  margin: 0 0 10px;
  font-size: 0.8rem;
}

label {
  font-size: 80%;
  text-transform: uppercase;
}

select {
  width: 100%;
  padding: 10;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: rgba(14, 162, 75, 0.5);
}

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

button,
input[type="submit"] {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 80%;
  color: #222222;
}

fieldset {
  border: none !important;
}

.light {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark {
  background: rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #505050;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: #ae132d;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

a.cta {
  display: block;
  padding: 8px 0;
  border: 1px solid #c9cbc3;
  margin: 10px auto 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

a.cta:hover {
  background: #ae132d;
  color: white;
}

p,
li,
td,
th {
  font-size: 0.8rem;
  line-height: 160%;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: gray;
  line-height: 160%;
  font-weight: 300;
}

h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 10px;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 0.9rem;
  font-weight: 400;
}

hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  background: #fff;
}

.rounded {
  border-radius: 3px;
}

.shadowed {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.columned {
  -moz-column-width: 30em;
  -moz-column-gap: 2em;
  -webkit-column-width: 30em;
          column-width: 30em;
  -webkit-column-gap: 2em;
          column-gap: 2em;
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

@-webkit-keyframes show-menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header {
  margin: 50px 0 0;
}

header #logo {
  max-width: 118px !important;
}

header #search-nav {
  /* search box */
  /*end search box styles*/
}

header #search-nav #sm {
  width: 11%;
  margin: 0 3% 0 0;
}

header #search-nav #sm .sm-icon {
  width: 20%;
  margin: 0 20% 0 0;
  padding: 4px 0;
}

header #search-nav #sm .sm-icon:last-child {
  margin: 0;
}

header #search-nav #search {
  overflow: hidden;
  width: 180px;
  vertical-align: middle;
  white-space: nowrap;
}

header #search-nav #search input#q {
  font-family: "Open Sans", sans-serif;
  width: 180px;
  height: 35px;
  background: rgba(203, 201, 195, 0.2);
  border: 1px solid #c9cbc3;
  font-size: 10pt;
  float: left;
  color: #ae132d;
  padding-left: 15px;
}

header #search-nav #search input#q input#q::-webkit-input-placeholder,
header #search-nav #search input#q input#q:-moz-placeholder,
header #search-nav #search input#q input#q::-moz-placeholder,
header #search-nav #search input#q input#q:-ms-input-placeholder {
  color: #ae132d;
}

header #search-nav button.icon {
  border: none;
  background: #ae132d;
  height: 35px;
  width: 35px;
  color: #fff;
  opacity: 0;
  font-size: 10pt;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

header #search-nav #search:hover button.icon,
header #search-nav #search:active button.icon,
header #search-nav #search:focus button.icon {
  outline: none;
  opacity: 1;
  margin-left: -35px;
}

header #search-nav #search:hover button.icon:hover {
  background: #cbc9c3;
}

header #search-nav nav {
  text-align: right;
  margin: 7px 0 0;
}

header #search-nav nav #menu-title {
  display: none;
}

header #search-nav nav ul {
  margin: 0;
  padding: 0;
}

header #search-nav nav ul li {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 3.16% 0 0;
  position: relative;
}

header #search-nav nav ul li:last-child {
  margin: 0;
}

header #search-nav nav ul li:hover > div {
  display: block;
  opacity: 0;
  -webkit-animation-name: show-menu;
          animation-name: show-menu;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header #search-nav nav ul li .dropdown {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #c9cbc3;
  width: 200px;
  z-index: 20000;
  display: none;
}

header #search-nav nav ul li .dropdown p {
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
}

header #search-nav nav ul li .dropdown p a {
  display: block;
  width: 100%;
  padding: 5px 10px;
}

header #search-nav nav ul li .dropdown p a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#mobile-nav-trigger {
  display: none;
}

#hero {
  width: 100%;
}

#hero .banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

#hero .banner a {
  color: white;
}

#hero .banner .caption-text {
  position: absolute;
  bottom: 30px;
}

#hero .banner .caption-text .caption-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#content {
  margin: 30px 0;
}

footer {
  padding: 50px 0;
  color: white;
  background: #505050;
}

footer a {
  color: #c9cbc3;
}
/*# sourceMappingURL=careers.css.map */