@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700,800");
@import url("https://fonts.googleapis.com/css?family=Assistant:300,400,600,700");
* {
  font-family: 'Assistant', sans-serif;
}

body {
  background: white;
  line-height: 1.3;
  font-size: 20px;
}

/* UIKIT fixes */
@media (min-width: 960px) {
  .uk-width-2-4\@m {
    width: 50%;
  }
}

.uk-width-1-7\@m {
  width: 25%;
}

/* end UIKIT fixes */
/* general */
p {
  /* font-weight: 100; */
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 1.4em;
}

p strong {
  font-weight: 800;
}

label {
  font-weight: normal;
}

.button, #top-b .uk-card-body a, .page-careers #bottom-d .uk-card a {
  margin-top: 10px;
  font-family: "Titillium Web", sans-serif !important;
  background-image: url("../uploads/images/button2.png");
  background-size: 100% 100%;
  color: #d32931;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 1.2em;
  display: inline-table;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.button:hover, #top-b .uk-card-body a:hover, .page-careers #bottom-d .uk-card a:hover {
  text-decoration: none;
  background-image: url("../uploads/images/button2-hover.png");
  color: white;
}

.button-invert, #fb-render .fb-submit button, #top-a a, #bottom-c .uk-card-body a, .page-news #main-middle p a, .page-careers #bottom-c a, #careers-card-1 a, #careers-card-2 a, .position-list a {
  margin-top: 10px;
  font-family: "Titillium Web", sans-serif !important;
  background-image: url("../uploads/images/button.png");
  background-size: 100% 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8em;
  display: inline-table;
  line-height: 1.5;
}

.button-invert:hover, #fb-render .fb-submit button:hover, #top-a a:hover, #bottom-c .uk-card-body a:hover, .page-news #main-middle p a:hover, .page-careers #bottom-c a:hover, #careers-card-1 a:hover, #careers-card-2 a:hover, .position-list a:hover {
  text-decoration: none;
  background-image: url("../uploads/images/button-hover.png");
  color: #d32931;
}

.button-blue, #top-c .uk-card-body a, .page-careers #bottom-a a {
  margin-top: 10px;
  font-family: "Titillium Web", sans-serif !important;
  background-image: url("../uploads/images/button3.png");
  background-size: 100% 100%;
  color: white;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 1.2em;
  display: inline-table;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.button-blue:hover, #top-c .uk-card-body a:hover, .page-careers #bottom-a a:hover {
  text-decoration: none;
  background-image: url("../uploads/images/button3-hover.png");
  color: #202836;
}

.button-ligth-blue {
  margin-top: 10px;
  font-family: "Titillium Web", sans-serif !important;
  background-image: url("../uploads/images/button4.png");
  background-size: 100% 100%;
  color: #202836;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 1.2em;
  display: inline-table;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.button-ligth-blue:hover {
  text-decoration: none;
  background-image: url("../uploads/images/button4-hover.png");
  color: white;
}

.box-name {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  font-family: "Titillium Web", sans-serif !important;
}

.team-boxes .box-article {
  text-align: left;
}

.team-boxes .box-article img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #4c4c4c;
}

.team-boxes .box-article h3 {
  color: #656565 !important;
  text-align: left;
}

.team-boxes .box-article .uk-grid {
  font-weight: 100 !important;
  font-size: 30px;
  text-align: center;
}

#fb-render .fb-text {
  width: 50%;
  display: inline-block;
}

#fb-render .fb-text:nth-child(2n) {
  padding-left: 10px;
}

@media (max-width: 480px) {
  #fb-render .fb-text:nth-child(2n) {
    padding-left: 0;
  }
}

#fb-render .fb-text:nth-child(2n+1) {
  padding-right: 10px;
}

@media (max-width: 480px) {
  #fb-render .fb-text:nth-child(2n+1) {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  #fb-render .fb-text {
    width: 100%;
  }
}

#fb-render .fb-submit {
  text-align: center;
}

#fb-render .fb-submit button {
  line-height: 0.9;
  margin-top: 20px;
  border: none;
}

@media (max-width: 960px) {
  #fb-render .fb-submit button {
    font-size: 1em;
  }
}

#fb-render input, #fb-render textarea {
  border: none;
  border-radius: 0;
  background: #efefef;
  text-transform: lowercase;
  font-style: italic;
  font-weight: bold;
  height: auto;
}

#map {
  height: 400px;
  font-family: 'Arial', sans-serif !important;
}

#map * {
  font-family: 'Arial', sans-serif !important;
}

.uk-search-default {
  width: 150px;
}

.uk-search-default .uk-search-input {
  border: none;
  margin-top: 20px;
}

.card-position-right .uk-card-body > div {
  max-width: 560px;
  float: right;
}

.card-position-left .uk-card-body > div {
  max-width: 560px;
  float: left;
}

.uk-card-media-right img {
  width: 100%;
}

.uk-card-media-left img {
  width: 100%;
}

/* end general */
/* JSSOR */
#jssor_1 {
  /* navigation */
}

#jssor_1 .promo-container {
  position: absolute;
  top: 20px;
  min-width: 300px;
  width: 100%;
  left: auto;
  right: auto;
}

#jssor_1 .promo-container .promo-container-inside {
  display: table;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

#jssor_1 .promo-container .promo-container-inside h1 {
  max-width: 50%;
}

#jssor_1 h1 {
  text-transform: uppercase;
  line-height: 1.2;
  color: white;
  margin: 0;
}

#jssor_1 .text-white h1 {
  color: white;
}

#jssor_1 .text-black h1 {
  color: black;
}

#jssor_1 p {
  margin-top: 5px;
}

#jssor_1 li > p {
  margin: 0;
  padding: 0;
}

#jssor_1 .uk-button {
  margin: 0;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  min-height: 0;
}

#jssor_1 .single-slide {
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

#jssor_1 .single-slide .uk-overlay-panel {
  background: rgba(0, 0, 0, 0.4);
}

#jssor_1 .single-slide .uk-overlay-panel > div > div {
  text-align: left;
  padding-left: 50px;
}

#jssor_1 a {
  font-size: 1em;
  padding: 15px 30px;
}

#jssor_1 .jssorb01 {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 20px !important;
  top: auto;
}

#jssor_1 .jssorb01 div {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

#jssor_1 .jssorb01 div.av {
  background: rgba(0, 0, 0, 0.7);
}

#jssor_2 {
  /* navigation */
}

#jssor_2 .promo-container {
  position: absolute;
  top: 20px;
  min-width: 200px;
  left: auto;
  right: auto;
}

#jssor_2 .promo-container .promo-container-inside {
  display: table;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  font-size: 1em;
}

#jssor_2 h1 {
  text-transform: uppercase;
  line-height: 1.2;
  color: white;
  margin: 0;
  font-size: 1.2em;
}

#jssor_2 .text-white h1 {
  color: white;
}

#jssor_2 .text-black h1 {
  color: black;
}

#jssor_2 p {
  margin-top: 5px;
}

#jssor_2 .uk-button {
  margin: 0;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  min-height: 0;
}

#jssor_2 .single-slide {
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

#jssor_2 .single-slide .uk-overlay-panel {
  background: rgba(0, 0, 0, 0.4);
}

#jssor_2 .single-slide .uk-overlay-panel > div > div {
  text-align: left;
  padding-left: 50px;
}

#jssor_2 a {
  font-size: 1em;
  padding: 10px 20px;
}

#jssor_2 .jssorb01 {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 20px !important;
  top: auto;
}

#jssor_2 .jssorb01 div {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

#jssor_2 .jssorb01 div.av {
  background: rgba(0, 0, 0, 0.7);
}

/* header */
#header {
  background-size: 100% 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  #header {
    background-image: none !important;
  }
}

#header .uk-width-1-3\@m {
  background-image: url("../uploads/images/left.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

@media (max-width: 1000px) {
  #header .uk-width-1-3\@m {
    background-image: none !important;
  }
}

#header .uk-width-2-3\@m {
  background-image: url("../uploads/images/right.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
}

@media (max-width: 1000px) {
  #header .uk-width-2-3\@m {
    background-image: none !important;
  }
}

#header .uk-navbar {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#header .uk-navbar a {
  font-family: "Titillium Web", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  color: #332460;
  line-height: 1.15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 30px;
}

#header .uk-navbar a:hover {
  color: #ff0208;
}

@media (max-width: 960px) {
  #header .uk-navbar .uk-navbar-nav {
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  #header .uk-navbar .uk-navbar-nav a {
    font-size: 13px;
    padding-left: 15px;
  }
}

#header .uk-navbar .uk-navbar-dropdown {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  padding: 15px 5px;
  text-transform: uppercase;
  background: #233565;
  border: 2px solid;
  border-color: white;
}

#header .uk-navbar .uk-navbar-dropdown li {
  padding: 5px;
}

#header .uk-navbar .uk-navbar-dropdown li a {
  color: white;
  letter-spacing: 0.3px;
  text-align: center;
  padding-left: 5px;
}

#header .uk-navbar .uk-navbar-dropdown li a:hover {
  color: #ff0208;
}

#header .uk-navbar .uk-navbar-dropdown::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #dedede;
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px;
}

#header .uk-navbar .uk-drop {
  width: 200px;
}

@media (max-width: 640px) {
  #header .top-logo {
    display: block;
    margin: auto;
  }
  #header .hamburger {
    display: block;
    margin: auto;
  }
  #header .uk-first-column {
    margin-top: 0;
  }
}

/* offcanvas */
#offcanvas .uk-offcanvas-bar {
  background: #233565;
  border-right: solid 2px;
  border-color: white;
}

#offcanvas .uk-offcanvas-bar a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

#offcanvas .uk-offcanvas-bar .uk-navbar-dropdown {
  top: 90000px !important;
}

.hamburger {
  background: none;
  border: none;
  color: #233565;
  font-size: 1.8em;
  text-align: center;
}

/* top a */
#top-a p {
  font-size: 2em;
  color: white;
  line-height: 1.2;
  font-weight: 400;
}

#top-a a {
  font-size: 1em;
}

#top-a .bg-box > div {
  min-height: 50vh;
  max-height: 600px;
  padding-top: 5vh;
}

/* top b */
#top-b {
  padding-bottom: 80px;
}

#top-b .box-name {
  margin-top: 80px;
  margin-bottom: 70px;
}

#top-b .uk-card {
  background: #f2f2f2;
}

#top-b .uk-card img {
  padding: 10px;
  width: 100%;
  min-height: 255px;
}

#top-b .uk-card .img-holder {
  background-position: center;
  margin: 10px;
  background-size: cover;
  height: 255px;
}

#top-b .uk-card-media-top {
  width: 100%;
}

#top-b .uk-card-body {
  padding: 10px 10px 15px 10px;
}

#top-b .uk-card-body div p {
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #636b6f;
}

#top-b .uk-card-body p {
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #636b6f;
}

#top-b .uk-card-body a {
  font-size: 0.6em;
  padding: 15px 30px;
}

/* top c */
#top-c .image_text {
  position: relative;
}

#top-c .image_text img {
  width: 100%;
}

#top-c .image_text .absolute {
  position: absolute;
  width: 100%;
  top: 0;
}

#top-c .image_text .absolute .relative {
  position: relative;
  max-width: 1200px;
  display: table;
  margin: 0 auto;
  text-align: right;
  padding-right: 20px;
  width: 100%;
}

#top-c .image_text .absolute .relative h2 {
  font-size: 2.5em;
}

@media (max-width: 600px) {
  #top-c .image_text .absolute .relative h2 {
    text-shadow: -1px -1px white, 1px 1px white, 1px -1px white, -1px 1px white;
  }
}

#top-c img {
  width: 100%;
}

#top-c .uk-card-body {
  text-align: left;
}

#top-c .uk-card-body p {
  color: white;
  font-size: 1.4em;
  font-weight: 400;
}

@media (max-width: 1900px) {
  #top-c .uk-card-body p {
    line-height: 1.5;
  }
}

@media (max-width: 1200px) {
  #top-c .uk-card-body p {
    line-height: 1.2;
    font-size: 1em;
  }
}

#top-c .uk-card-body a {
  color: white;
  font-size: 0.6em;
  padding: 15px 30px;
}

/* top d */
#top-submenu {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #233666;
  border-bottom: 1px solid #233666;
  font-weight: 600;
}

#top-submenu ul {
  text-align: center;
}

#top-submenu ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* main top */
#main-top h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 4em;
}

#main-top h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3em;
}

#main-top p {
  font-size: 2em;
  line-height: 0.9;
  font-weight: 800;
}

#main-top .bread {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

#main-top .bread li {
  display: inline-block;
}

#main-top .bread li a {
  color: #858585;
}

#main-top .bread li a:hover {
  text-decoration: none;
  color: #f90000;
}

#main-top .bread li:last-child a {
  color: #072a62;
}

#main-top .bread li:last-child:before {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  color: #858585;
}

/* main middle */
#main-middle {
  padding-top: 20px;
  padding-bottom: 40px;
}

#main-middle h1, #main-middle h2, #main-middle h3, #main-middle h4, #main-middle h5, #main-middle h6 {
  color: #233666;
}

#main-middle h2 {
  margin-top: 0;
}

#main-middle h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#main-middle .team-boxes h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 600;
}

#main-middle .team-boxes div {
  font-size: 24px;
  line-height: 1.1em;
}

#main-middle .box-article p {
  clear: both;
}

#main-middle .box-article img {
  margin: 5px;
}

#main-middle .box-article li {
  font-weight: 200;
  line-height: 1.4em;
}

#main-middle .contact_page label {
  display: none;
}

#main-middle .sidebar-menu li a {
  color: #838383;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-middle .sidebar-menu li a:hover {
  color: #ff0208;
}

#main-middle .sidebar-menu li.uk-active a {
  color: #ff0208;
}

@media (max-width: 1200px) {
  #main-middle #cd-timeline {
    width: 100%;
  }
  #main-middle .cd-timeline-block {
    padding-left: 15px;
  }
}

/* main bottom */
/* bottom a */
#bottom-a h2 {
  margin-top: 80px;
  margin-bottom: 80px;
  /*
    @media(max-width:1300px){
      margin-top:50px;
      margin-bottom:50px;
    }
    */
}

#bottom-a .uk-switcher {
  margin-bottom: 0;
}

#bottom-a .uk-switcher img {
  width: 100%;
}

#bottom-a .switcher-tabs {
  background: #052e71;
}

@media (max-width: 600px) {
  #bottom-a .switcher-tabs .uk-container {
    padding-right: 0;
  }
}

#bottom-a .switcher-tabs .item-list > * {
  text-align: center;
  padding: 0;
}

@media (max-width: 480px) {
  #bottom-a .switcher-tabs .item-list > * {
    width: 100%;
    border-bottom: 1px solid #052e71;
  }
}

#bottom-a .switcher-tabs .item-list > * span {
  color: white;
  font-size: 1em;
  background: #102443;
  cursor: pointer;
  height: 100%;
  padding: 15px 20px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  #bottom-a .switcher-tabs .item-list > * span {
    font-size: 0.6em;
  }
}

#bottom-a .switcher-tabs .item-list > * span::after {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#bottom-a .switcher-tabs .item-list > *.uk-active span, #bottom-a .switcher-tabs .item-list > *:hover span {
  background: #ed000c;
}

#bottom-a .switcher-tabs .item-list > *.uk-active::after, #bottom-a .switcher-tabs .item-list > *:hover::after {
  opacity: 1;
  display: block;
  content: " ";
  position: absolute;
  bottom: auto;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #ed000c;
}

#bottom-a .switcher-tabs ul {
  margin-bottom: 0;
}

#bottom-a .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #052e71;
  left: 0;
}

/* bottom b */
#bottom-b #hear-employees h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* bottom c */
#bottom-c .benefits_box td {
  padding: 5px;
  border: none;
}

#bottom-c h2 {
  margin-bottom: 50px;
  margin-top: 50px;
}

#bottom-c .uk-card-body {
  text-align: left;
}

#bottom-c .uk-card-body p {
  color: white;
  font-size: 1.5em;
  line-height: 1.5;
}

@media (max-width: 1900px) {
  #bottom-c .uk-card-body p {
    line-height: 1.5;
  }
}

@media (max-width: 1200px) {
  #bottom-c .uk-card-body p {
    line-height: 1.2;
    font-size: 1em;
  }
}

#bottom-c .uk-card-body a {
  font-size: 0.7em;
  padding: 15px 30px;
}

/* bottom d */
#bottom-d {
  padding-top: 10px;
}

#bottom-d .uk-grid {
  -webkit-box-pack: center;
  justify-content: center;
}

/* footer top */
#footer-top {
  padding-top: 30px;
  line-height: 1.5;
}

#footer-top .uk-navbar-nav {
  display: table;
  margin-top: 20px;
}

#footer-top .uk-navbar-nav li {
  text-align: left;
}

#footer-top .uk-navbar-nav li a {
  font-size: 1em;
  height: auto;
  color: #332460;
  display: inline;
}

#footer-top .uk-navbar-nav .uk-navbar-dropdown {
  display: none !important;
}

#footer-top #footer-right .wistia_embed {
  min-height: 115px;
  min-width: 220px;
}

#footer-top #footer-right > div > div:first-child {
  background: #f3f3f4;
  padding: 10px;
}

#footer-top #footer-right > div > div:first-child p {
  margin-left: 10px;
}

#footer-top #footer-right .uk-grid + .uk-grid {
  margin-top: 10px;
}

#footer-top #footer-right .uk-grid + .uk-grid p {
  color: #d2252c;
}

#footer-top #footer-right .uk-grid + .uk-grid p a {
  color: #d2252c;
}

#footer-top #footer-right .uk-grid + .uk-grid div:last-child {
  text-align: right;
  vertical-align: bottom;
}

@media (max-width: 960px) {
  #footer-top #footer-right {
    text-align: center;
  }
}

#footer-top .uk-search {
  display: none;
}

/* footer bottom */
#footer-bottom {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 0.9em;
}

@media (max-width: 640px) {
  #footer-bottom .uk-grid-margin {
    display: none;
  }
}

#footer-bottom .uk-grid > div {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: left;
}

#footer-bottom .uk-navbar-container {
  background: transparent;
}

#footer-bottom .uk-navbar {
  text-align: right;
  display: table !important;
  width: 100%;
}

@media (max-width: 800px) {
  #footer-bottom .uk-navbar {
    text-align: center;
  }
}

#footer-bottom .uk-navbar-nav {
  display: inline-block;
}

#footer-bottom .uk-navbar-nav > li {
  display: inline-block;
}

#footer-bottom .uk-navbar-nav > li > a {
  color: white;
  text-transform: uppercase;
  height: auto;
  font-size: 0.6em;
}

#footer-bottom .uk-search {
  display: none;
}

/** specific pages **/
.page-contact #main-bottom {
  background: #efefef;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .page-contact #main-bottom {
    text-align: center;
  }
}

.pagination {
  color: white;
}

.pagination li a, .pagination li span {
  color: #ff0208;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  color: #d32931;
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
  background: #ff0208;
  border: 1px solid #ddd;
}

.page-news #main-middle p a {
  border: none;
  font-size: 0.6em;
  padding: 10px 30px;
}

.page-careers #main-middle label, .page-careers #main-middle select {
  height: auto;
  padding: 0;
}

.page-careers #main-middle .fb-text {
  width: 50%;
  display: inline-block;
}

.page-careers #main-middle .fb-text label {
  display: none;
}

.page-careers #main-middle .fb-text:nth-child(2n) {
  padding-right: 10px;
}

.page-careers #main-middle .fb-text:nth-child(2n+1) {
  padding-left: 10px;
}

.page-careers #top-d h2 {
  font-size: 60px;
}

@media (max-width: 1200px) {
  .page-careers #bottom-a div {
    float: left;
  }
  .page-careers #bottom-a div p {
    line-height: 1.2;
    font-size: 0.8em;
  }
}

.page-careers #bottom-a a {
  font-size: 0.6em;
  padding: 15px 30px;
}

.page-careers #bottom-b .uk-container {
  max-width: none;
  padding: 0;
  background: #eeeae9;
}

.page-careers #bottom-b .uk-container #hear-employees .box-name {
  background: white;
  margin: 0;
  padding: 40px 0;
}

.page-careers #bottom-b .uk-container #hear-employees .wistia_embed {
  margin: 15px;
  box-shadow: 0 0 18px #999;
}

.page-careers #bottom-b .uk-container #hear-employees > div {
  max-width: 1200px;
  display: table;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.page-careers #bottom-c a {
  font-size: 1em;
  padding: 15px 30px;
}

.page-careers #bottom-c p {
  margin-top: 20px;
}

.page-careers #bottom-c .checkmark {
  display: inline-block;
}

.page-careers #bottom-c .table {
  vertical-align: top;
}

.page-careers #bottom-d .uk-container {
  padding: 0;
  margin-top: 40px;
  max-width: 100%;
}

.page-careers #bottom-d .uk-card a {
  font-size: 0.7em;
  padding: 15px 30px;
}

.page-careers #bottom-d .uk-card p {
  color: white;
}

@media (max-width: 1200px) {
  .page-careers #bottom-d .uk-card {
    line-height: 1.2;
    font-size: 1em;
  }
}

.page-careers .bread {
  display: none;
}

.search h1 {
  color: #d32931;
}

.search .search-box {
  padding: 30px 0;
}

.search .search-box .button, .search .search-box #top-b .uk-card-body a, #top-b .uk-card-body .search .search-box a, .search .search-box .page-careers #bottom-d .uk-card a, .page-careers #bottom-d .uk-card .search .search-box a {
  font-size: 1em;
}

#careers-card-1, #careers-card-2 {
  color: white;
  font-size: 1.5em;
}

#careers-card-1 img, #careers-card-2 img {
  width: 100%;
}

#hear-employees > div {
  text-align: center;
}

#hear-employees .wistia_embed {
  min-width: 30%;
  min-height: 180px;
}

.button, #top-b .uk-card-body a, .page-careers #bottom-d .uk-card a, #top-b .uk-card-body a {
  line-height: 1.3;
}

.button-invert, #fb-render .fb-submit button, #top-a a, #bottom-c .uk-card-body a, .page-news #main-middle p a, .page-careers #bottom-c a, #careers-card-1 a, #careers-card-2 a, .position-list a, #fb-render .fb-submit button, #top-a a, #top-c .uk-card-body a, #bottom-c .uk-card-body a, .page-news #main-middle p a, .page-careers #bottom-c a, .page-careers #bottom-d .uk-card a, #careers-card-1 a, #careers-card-2 a, .position-list a {
  line-height: 1.3;
}

/*# sourceMappingURL=frontend.css.map */
@media(max-width:960px){
	#header{
		margin-bottom:0;
		text-align:center;
	}
	#header .uk-grid > .uk-grid-margin{
		margin-top:0;
	}
	.card-position-right .uk-card-body > div{
		float:left;
	}
	#footer-top img{
		display:table;
		margin:0 auto;
	}
	#footer-top .uk-navbar-nav li{
		text-align:center;
	}
	#footer-top .uk-navbar-nav{
		width:100%;
	}
	#footer-top #footer-right .uk-grid + .uk-grid div:last-child{
		text-align:center;
		margin-top:15px;
	}
	#footer-top #footer-right .uk-grid + .uk-grid div:last-child a{
		display:inline-block;
	}
	#footer-bottom .uk-grid{
		text-align:center;
	}
	#footer-bottom .uk-grid > div{
		text-align:center;
		margin-top:0;
	}
	
	/* internal */
	.page-careers #top-d h2{
		font-size:40px;
	}
	#top-c .image_text .absolute .relative h2{
		text-shadow:1px 1px white, 1px -1px white, -1px 1px white, -1px -1px white;
	}
	.page-contact #main-bottom .uk-grid{
		text-align: center;
	}
	#offcanvas .uk-offcanvas-bar li > a{
		padding:0;
	}
	#bottom-a h2, #bottom-c h2{
		margin-top:40px;
		margin-bottom:40px;
	}
	.uk-width-1-7\@m{
		width:50%;
		text-align: center;
	}
}
.page-careers #bottom-b .uk-container{
	clear:both;
}

@media(max-width:600px){
	#hear-employees .wistia_embed{
		min-width:60%;
	}
	#footer-top #footer-right .wistia_embed {
		min-height: 150px;
		min-width: 100%;
	}
	.uk-width-1-7\@m{
		width:100%;
	}
}
@media(max-width:480px){
	#top-c .image_text .absolute{
		position:relative;
	}
	#hear-employees .wistia_embed{
		min-width:90%;
	}
	.benefits_box .uk-grid > div{
		width:100%;
	}
	#top-c .image_text .absolute .relative{
		padding:0;
	}
	#top-c .image_text .absolute .relative h2{
		font-size:1.8em;
		text-align:center;
	}
	.page-careers #top-d h2{
		font-size:30px;
	}
}