﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
#careers {
  width: 100%;
  margin-top: 0;
}
#careers .bg {
  width: 100%;
  background-image: url(/Content/Images/Backgroungs/bg06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 20px;
  background-attachment: fixed;
}
#careers .bg .description-wrapper {
  background-color: rgba(3, 147, 211, 0.35);
  width: 100%;
  text-align: center;
  color: white;
}
#careers .bg .description-wrapper .description {
  width: 50%;
  margin: 0 auto;
  padding: 60px 0 0;
  padding-bottom: 55px;
}
#careers .bg .description-wrapper .description h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#careers .bg .description-wrapper .description h2 span {
  font-family: 'segoeUI_SB';
  font-size: 30px;
}
#careers .bg .description-wrapper .description h3 {
  font-size: 14px;
}
#careers .bg .description-wrapper .description .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border: 1px solid #cecbcb;
}
#careers .bg .description-wrapper .description p {
  margin-top: 20px;
  font-family: 'segoeUI_L';
  font-size: 22px;
}
#careers .bg .description-wrapper .description .email {
  display: block;
  width: 150px;
  margin: 30px auto 0;
  color: white;
  background-image: url('../../../../Content/Images/icon_email.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
#careers .bg .scroll {
  padding: 40px 0;
  margin-top: 120px;
}
@media (max-width: 520px) {
  #careers .bg .description-wrapper .description {
    width: 80%;
    padding: 55px 0 0;
    padding-bottom: 55px;
  }
  #careers .bg .description-wrapper .description .separator {
    width: 140px;
  }
  #careers .bg .description-wrapper .description p {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=careers.css.map */