input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

body {
  background-color: #F9F9F9;
  color: #92aaaa;
  font-family: Roboto;
  margin: 0;
  font-size: 17px;
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.whiteblock {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 102, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 102, 0.1);
  background-color: white;
  border-radius: 4px;
}

#header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-animation-name: slidedown;
  animation-name: slidedown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  border-radius: 0;
  z-index: 999;
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

#logo {
  width: 104px;
  position: relative;
  top: 12px;
  cursor: pointer;
}

.desktop #header:hover {
  height: 70px;
}

.desktop #header:hover #logo {
  top: 14px;
  width: 120px;
}

.desktop #header:hover .navb {
  top: 20px;
}

.navb {
  display: inline-block;
  float: right;
  position: relative;
  top: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  color: #7a888c;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 4px;
}

.desktop .navb:hover {
  background-color: #32bafa;
  color: white;
}

.navb:active,
#logo:active,
.button:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
      transform: translate(0, 2px);
}

[type=radio]:checked + label {
  color: white;
  background-color: #32bafa;
}

.navs {
  background-color: #e4ebf1;
}

#banner {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 60px;
  -webkit-animation-name: slideleft;
  animation-name: slideleft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  cursor: default;
  position: relative;
  z-index: 1;
}

#banner a {
  color: #7a888c;
}

#banner .bg-video {
  width: 100%;
  max-height: 498px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
}

#banner .bg-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.9;
  background-color: rgba(13, 13, 13, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
}

#banner .bg-video video {
  min-height: 498px;
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/careers/career_web_thumb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  /*color: #232f3a;
  */
  color: #FFFFFF;
  font-weight: 500;
  display: inline-block;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.title-a {
  font-size: 72px;
  margin-top: 80px;
  line-height: 100%;
}

.newtitle-a {
  font-size: 36px;
  height: 41px;
  width: 1298.68px;
  color: #FFFFFF;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.06px;
  line-height: 44px;
  text-align: center;
  display: block;
}

.title-b {
  font-size: 80px;
  line-height: 80%;
}

.paragraph {
  margin-top: 20px;
  line-height: 30px;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  color: #7a888c;
  font-size: 18px;
}

.newparagraph {
  color: #FFFFFF;
  font-family: "Proxima Nova";
  font-weight: 400;
  letter-spacing: 1.06px;
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.newparagraph h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0.65em;
}

.newparagraph h2 {
  font-size: 26px;
  font-weight: 500;
  /*margin-top: -17px;
  */
}

#visual {
  height: 571px;
  width: 100%;
  background: -webkit-linear-gradient(313.06deg, #CC52EE 0%, #56A2F7 76.57%, #32BAFA 100%);
  background: -o-linear-gradient(313.06deg, #CC52EE 0%, #56A2F7 76.57%, #32BAFA 100%);
  background: linear-gradient(136.94deg, #CC52EE 0%, #56A2F7 76.57%, #32BAFA 100%);
  margin: 0 auto;
  text-align: center;
  padding-top: 95px;
}

.visual-sentence {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.inside-box-doing-sentence {
  display: inline-block;
  width: 45%;
  text-align: left;
  color: #FFFFFF;
  vertical-align: top;
  max-width: 767px;
  font-family: "Proxima Nova";
}

.inside-box-doing-sentence h2 {
  font-size: 44px;
  width: 500px;
  font-weight: 400;
  margin-bottom: 20px;
}

.inside-box-doing-sentence p {
  font-size: 20px;
  width: 475px;
  font-weight: 300;
  line-height: 29px;
}

.inside-box-visual {
  display: inline-block;
  width: 406px;
  text-align: left;
}

.bottom-box {
  margin-top: 115px;
}

.team-paragraph {
  height: 467px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 60px;
  font-family: "Proxima Nova";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.team-photo {
  display: inline-block;
  width: 40%;
  text-align: left;
  vertical-align: top;
  margin-top: 42px;
}

.team-sentence {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #252E3B;
  display: inline-block;
  width: 455px;
  letter-spacing: -0.18px;
  font-family: "Proxima Nova";
}

.team-sentence h2 {
  font-size: 44px;
  font-weight: 400;
  padding-top: 55px;
}

.team-sentence p {
  width: 455px;
  letter-spacing: -0.18px;
  line-height: 29px;
  font-weight: 300;
}

.button {
  display: inline-block;
  line-height: 50px;
  padding: 0px 50px 0px 50px;
  color: white;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

#banner .button {
  margin-top: 20px;
  -webkit-animation-name: longfade;
  animation-name: longfade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.desktop #banner .button {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-family: "Proxima Nova";
}

.positions {
  padding: 0px;
  text-align: center;
  display: block;
}

.positions .title {
  display: block;
  text-align: center;
  line-height: 100px;
  margin-top: 15px;
  color: #7a888c;
  font-weight: 200;
  font-size: 30px;
  -webkit-animation-name: none;
  animation-name: none;
}

.positions .items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 100px;
  min-height: 300px;
}

.positions .items-container .items-wrap {
  text-align: left;
}

.item {
  max-width: 350px;
  padding: 20px;
  margin: 10px;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  opacity: 0;
}

.item.show {
  opacity: 1;
}

.text-p {
  height: 150px;
  color: #7A888C;
  font-size: 15px;
  overflow: hidden;
}

.title-p {
  font-weight: 500;
  color: #232F3A;
  font-size: 23px;
  margin-bottom: 20px;
}

.extratext-p {
  color: #7A888C;
  display: none;
  font-size: 15px;
  margin-top: -15px;
}

.applying .extratext-p {
  display: block;
}

.more {
  color: #7A888C;
  display: none;
  margin-top: 20px;
  font-size: 15px;
}

.applying {
  cursor: auto;
}

.applying .more {
  display: block;
}

.applying .text-p {
  height: auto;
}

.item .footer {
  margin-top: 20px;
  font-size: 12px;
}

.bullet {
  font-size: 16px;
  margin-right: 6px;
}

.fulltime {
  color: #32bafa;
}

.parttime {
  color: #f84b74;
}

.item .button {
  float: right;
}

.desktop .item:hover .title-p {
  color: #232F3A;
}

.desktop .item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.positions .backto {
  display: none;
  color: #7a888c;
  cursor: pointer;
  font-weight: 300;
}

.applying {
  display: block;
  max-width: 100%;
}

.desktop .applying:hover {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.applying .button {
  display: none;
}

.desktop .applying {
  width: 60%;
  margin: 0 auto;
}

#apply-form {
  display: none;
  margin-top: 10px;
}

.field {
  display: block;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /*line-height: 30px;
  */
  margin-top: -4px;
  width: 87px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: -0.18px;
  line-height: 34px;
  width: 360px;
}

input,
textarea {
  height: 30px;
  width: 360px;
  border: 0;
  border-bottom: 1px solid #92aaaa;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  z-index: 10;
  background-color: transparent;
  color: #92aaaa;
  font-size: 14px;
  resize: none;
}

textarea {
  border: 0;
  font-family: Roboto;
  font-size: 14px;
  width: 360px;
  height: 100px;
  display: block;
  overflow: hidden;
}

input:hover,
input:focus {
  border-bottom: 1px solid #E4EBF1;
}

.placeholder {
  position: absolute;
  margin-top: 30px;
  color: #cccccc;
}

input:focus + .placeholder,
textarea:focus + .placeholder {
  margin-top: 10px;
  font-size: 12px;
}

#contact-form input:focus + .placeholder,
#contact-form textarea:focus + .placeholder {
  margin-top: 10px;
  font-size: 12px;
}

#apply-form #title {
  font-weight: bold;
}

#cv {
  color: #7a888c;
  font-weight: bold;
  cursor: pointer;
}

#cv:hover {
  text-decoration: underline;
  color: #32bafa;
}

#no-results-cv {
  color: #7a888c;
  font-weight: bold;
  cursor: pointer;
}

#no-results-cv:hover {
  text-decoration: underline;
  color: #32bafa;
}

#cvfile {
  display: none;
}

#no-results-cvfile {
  display: none;
}

#apply-form .button,
#contact-form .button {
  display: block;
  float: none;
  width: 100px;
  text-align: center;
  margin-top: 40px;
}

#cv.req,
.req {
  color: #f84b74;
}

#no-results-cv.req,
.req {
  color: #f84b74;
}

.sent {
  font-size: 24px;
  padding: 40px;
}

.loader {
  margin: 10px;
  width: 40px;
  display: none;
}

#about {
  background-color: #232f3a;
  min-height: 700px;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}

.third {
  max-width: 33%;
  display: inline-block;
  text-align: center;
  margin-top: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px;
  line-height: 25px;
  cursor: default;
}

.third a {
  color: white;
}

.third img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.desktop .third img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

.desktop .third:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.third:hover {
  color: white;
}

.sentence {
  color: #32bafa;
  font-weight: 200;
  line-height: 120%;
  font-size: 54px;
  width: 70%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 10px;
}

#banner-contact {
  display: block;
  position: relative;
  /*height: 800px;
   background-image: url('../images/templates/careers/banner-contact.jpg');
  */
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/careers/connect.jpg");
  background-position: center;
  cursor: default;
  height: 550px;
  width: 100%;
  z-index: 1;
}

#banner-contact:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
  height: 550px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

#banner-contact .text-wrap {
  display: inline-block;
}

#banner-contact .title {
  -webkit-animation-name: none;
  animation-name: none;
  font-size: 44px;
  margin-top: 82px;
  line-height: 53px;
  font-weight: 400;
}

#banner-contact .paragraph {
  -webkit-animation-name: none;
  animation-name: none;
  color: white;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 20px;
  width: 400px;
  height: 103px;
  line-height: 30px;
  letter-spacing: -0.18px;
}

#contact-form {
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
  margin-top: 67px;
  float: right;
  display: inline-block;
}

#contact-form .placeholder {
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#contact-form input,
#contact-form textarea {
  color: #FFFFFF;
  padding: 0;
  border-bottom: 2px solid #FFFFFF;
}

#contact-form input:hover,
#contact-form textarea:hover {
  border-bottom: 2px solid #92aaaa;
}

#contact-form .button {
  margin-top: 120px;
}

#banner-contact .sent {
  color: white;
  padding: 0;
}

textarea {
  margin-top: 35px;
}

textarea:focus + .placeholder {
  margin-top: 6px;
}

.bigfooter {
  color: #7a888c;
  font-size: 12px;
  display: block;
  padding-top: 40px;
  font-weight: 400;
  margin-top: 50px;
}

.copyrights {
  line-height: 40px;
}

.part-six.featured-on {
  background: #202a34;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 132px;
  line-height: 132px;
}

.part-six.featured-on .insiderFeatured {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.part-six.featured-on span {
  height: 24px;
  width: 138px;
  color: #DBE8F1;
  font-family: "Proxima Nova";
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 35px;
}

.big-footer {
  background: #202F3B !important;
  padding: 71px 10px 66px 10px;
  font-family: "Proxima Nova Light";
}

.big-footer.show {
  display: initial;
}

.big-footer a {
  font-family: "Proxima Nova Light";
  color: #cccccc;
}

.big-footer section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto;
  max-width: 1110px;
}

.big-footer section:first-child {
  padding-bottom: 63px;
}

.big-footer .about-title {
  font-family: "Proxima Nova Light";
  font-size: 16px;
  color: #fff;
}

.big-footer .about {
  width: 360px;
  font-family: "Proxima Nova Light";
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 25px;
  letter-spacing: 1px;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.big-footer .fmp-badges {
  margin-top: 25px;
}

.big-footer .fmp-badges a {
  display: inline-block;
  background-color: transparent;
  border-radius: 3px;
  line-height: 8px;
}

.big-footer .fmp-badges a img {
  width: 100%;
}

.big-footer .fmp-badges .fmp-badge-fb {
  width: 171px;
  float: left;
  margin-right: 10px;
}

.big-footer .fmp-badges .fmp-badge-instagram {
  width: 51px;
  padding-top: 1px;
}

.big-footer .links {
  padding: 18px 0 0 0;
}

.big-footer .links .calendar {
  cursor: pointer;
}

.big-footer .links ul {
  padding: 0;
  margin: 0;
}

.big-footer .links ul li {
  padding: 0;
  margin: 0;
}

.big-footer .links ul li a {
  font-size: 14px;
  line-height: 32px;
  opacity: 0.8;
  color: #fff;
  font-family: "Proxima Nova Light";
  letter-spacing: 0.5px;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.big-footer .links ul li a:hover {
  opacity: 1;
}

.big-footer .copyright {
  font-family: "Proxima Nova Light";
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  opacity: 0.8;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.big-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
}

.big-footer .social > div {
  display: inline-block;
}

.big-footer .social > div:first-child {
  margin-right: 5px;
}

.big-footer .apps {
  text-align: center;
  font-family: "Proxima Nova Light";
  font-size: 14px;
  color: #fff;
  padding: 26px 5px 0 0;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.big-footer .apps .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  padding-bottom: 20px;
}

.big-footer .apps .icons .icon {
  width: 40px;
  height: 40px;
  margin-right: 17px;
}

.big-footer .apps .icons .icon path {
  fill: #cbcbcb;
}

.big-footer .apps .icons .icon:last-child {
  margin-right: 0;
}

.big-footer .apps .icons-for-footer {
  padding-left: 0px;
  text-align: left;
  padding-bottom: 18px;
  letter-spacing: 0.5px;
}

.big-footer svg {
  opacity: 0.8;
  cursor: pointer;
}

.big-footer svg:hover {
  opacity: 1;
}

.mobile-footer {
  display: none;
}

.customisable-border {
  border: medium none;
}

.twitter-tweet {
  color: #fff;
}

.social-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 20px;
  float: right;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
}

.filter-dropdown {
  width: 220px;
  padding: 10px;
  margin: 0 10px 20px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  background-color: #f6f6f6;
  font-family: Roboto;
  float: left;
}

.no-results {
  display: none;
  font-family: Roboto;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}

.no-results .text {
  text-align: center;
  width: 80%;
  font-size: 18px;
  padding-bottom: 20px;
  color: #7A888C;
  margin: auto;
}

.no-results #apply-form {
  margin: auto;
  width: 400px;
}

.no-results #apply-form .sent {
  text-align: center;
}

.no-result-apply-form .placeholder {
  color: #A4A4A4;
}

.no-result-apply-form {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
  background-color: transparent;
  color: #92aaaa;
  font-size: 16px;
}

.no-result-apply-form .blue {
  margin-top: 40px;
}

.no-result-apply-form input:hover,
input:focus {
  border-bottom: 1px solid #92aaaa;
}

.social-button img {
  width: 20px;
}

.social-button:hover {
  border: 0px solid #232f3a;
}

.social-button:hover img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}

.pink {
  /*background-color: #f84b74;
  */
  background-color: #32bafa;
}

.pink:hover {
  /*background-color: #ff94ad;
  */
  background-color: #79d1fb;
}

.pink:active {
  background-color: #c43b5b;
}

.blue {
  background-color: #32bafa;
}

.blue:hover {
  background-color: #79d1fb;
}

.blue:active {
  background-color: #2895c7;
}

.black {
  /*background-color: #232f3a;
  */
  background-color: #32bafa;
}

.black:hover {
  /*background-color: #11151b;
  */
  background-color: #79d1fb;
}

.black:active {
  background-color: #11151b;
}

.mobile .navb {
  top: 17px;
}

.mobile #banner .paragraph {
  display: none;
}

.mobile #banner {
  min-height: 280px;
  padding-bottom: 30px;
  background-position: top;
}

.mobile #banner .bg-video video {
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/careers/career_mobile_thumb.jpg");
}

.mobile .title-a {
  font-size: 50px;
  margin-top: 40px;
}

.mobile .item {
  max-width: 100%;
  position: relative;
  display: block;
  margin: 20px;
  margin-top: 7px;
}

.mobile .item .button {
  margin-top: -10px;
}

.mobile .text-p,
.mobile .extratext-p {
  font-size: 16px;
}

.mobile .copyrights {
  display: none;
}

.mobile .bigfooter {
  margin-top: -50px;
}

.mobile .third {
  max-width: 100%;
  position: relative;
  display: block;
  margin-top: 0px;
}

.mobile .sentence {
  font-size: 40px;
  width: 80%;
}

.mobile .button {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

.hide {
  display: none;
}

.brandColoredButton {
  background: #32bafa !important;
}

@-webkit-keyframes slidedown {
  from {
    margin-top: -50px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes slidedown {
  from {
    margin-top: -50px;
  }

  to {
    margin-top: 0;
  }
}

@-webkit-keyframes slideleft {
  from {
    background-position: right;
  }

  to {
    background-position: center;
  }
}

@keyframes slideleft {
  from {
    background-position: right;
  }

  to {
    background-position: center;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    padding-top: 20px;
  }

  to {
    opacity: 1;
    padding-top: 0;
  }
}

@keyframes fade {
  from {
    opacity: 0;
    padding-top: 20px;
  }

  to {
    opacity: 1;
    padding-top: 0;
  }
}

@-webkit-keyframes longfade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes longfade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/********* ** after wp theme **************/

.uppercase {
  text-transform: uppercase;
}

body.admin-bar #header {
  top: 32px;
}

#header a:hover {
  text-decoration: initial;
}

#banner .bg-video video {
  background-image: none;
}

.mobile #banner .bg-video video {
  background-image: none;
}

.positions .item:hover {
  cursor: initial;
}

.positions .apply_btn:hover {
  text-decoration: initial;
}

.positions .item {
  opacity: 1;
}

.positions .item.hide_it {
  display: none !important;
}

.apply__wrap {
  margin: 90px auto 75px auto;
  width: 60%;
  padding: 0;
}

.apply__wrap .all-jobs-link {
  margin: 0 0 25px 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 26px;
}

.apply__wrap .all-jobs-link a {
  color: #7a888c;
}

.apply__wrap .all-jobs-link a:hover,
.apply__wrap .all-jobs-link a:focus,
.apply__wrap .all-jobs-link a:visited {
  text-decoration: none !important;
  color: #7a888c !important;
}

.apply__wrap .comeet-outer-wrapper {
  padding: 30px;
  background-color: #fff;
  color: #7A888C;
}

.apply__wrap .comeet-position-name {
  margin-top: 0;
  color: #232F3A;
  font-size: 24px !important;
  margin-bottom: 25px;
  font-weight: bold;
}

.apply__wrap .comeet-position-info > h4 {
  display: none !important;
}

.apply__wrap .comeet-position-info p,
.apply__wrap .comeet-position-info h3,
.apply__wrap .comeet-position-info h4,
.apply__wrap .comeet-position-info h5,
.apply__wrap .comeet-position-info h6 {
  margin-bottom: 12px !important;
}

.apply__wrap .comeet-position-info table,
.apply__wrap .comeet-position-info ul,
.apply__wrap .comeet-position-info ol {
  padding-top: 0 !important;
  margin-bottom: 15px !important;
}

.comeet-position-info * {
  line-height: 140% !important;
}

.apply__wrap .comeet-position-meta-single {
  margin-bottom: 25px;
  margin-top: 23px;
}

.apply__wrap .comeet-position-location .bullet {
  margin-right: 3px;
}

.content__wrap {
  margin: 90px auto 45px auto;
  width: 60%;
  padding: 30px;
}

body {
  font-size: 16px;
  font-family: "Wes FY", sans-serif;
  font-weight: 400;
}

/* margins */

/*
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.px-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.px-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
*/

/* strings */

.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.success__message {
  display: none;
  color: #00ac6f;
}

.error__message {
  display: none;
  color: #ee3333;
}

.error__color {
  color: #ee3333;
}

.capitalize {
  text-transform: capitalize;
}

.va__top {
  vertical-align: top;
}

.bold {
  font-weight: 700;
}

.fw_700 {
  font-weight: 700;
}

.fw_500 {
  font-weight: 500;
}

.btn-hp {
  background-color: #ff4070;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 56px;
  width: 18.3rem;
  font-family: "Wes FY", sans-serif;
}

.btn-hp--round {
  border-radius: 2.865rem;
}

.content__wrap {
  margin-bottom: 30px;
}

#banner {
  margin-top: 56px;
  padding-top: 0;
  max-height: initial;
}

#banner .bg-video {
  max-height: 482px;
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/careers/videothumb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .newparagraph {
  padding: 0 30px 45px;
  margin-top: 0;
  color: #fff;
}

#banner .newparagraph h2 {
  color: #fff;
}

#banner .newparagraph h1 {
  color: #FFFFFF;
  font-family: "Wes FY", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: initial;
  padding: 0;
  line-height: 1.2;
  max-width: 328px;
  margin: 15px auto 20px auto;
}

#banner .newparagraph h2 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-align: center;
  font-family: "Wes FY", sans-serif;
  font-weight: 400;
  max-width: 286px;
  margin: 0 auto 40px auto;
}

#banner .button {
  margin-top: 0;
}

#banner .to_positions {
  font-family: "Wes FY";
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.6px;
  height: 56px;
  width: 184px;
  color: #ffffff;
  background-color: #F84B74;
  border: none;
  border-radius: 150px;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#banner .to_positions:hover {
  background-color: #da3b63;
}

.mobile #banner {
  padding-bottom: 0;
  margin-bottom: 30px;
  max-height: initial;
}

.positions {
  margin-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.positions .title {
  color: #000000;
  font-family: "Wes FY", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  font-weight: 500;
}

.positions .items-container {
  margin-bottom: 30px;
}

.positions .items-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.positions .items-wrap .item {
  padding: 22px;
  max-width: initial;
  width: 100%;
  margin: 0;
  margin-bottom: 23px;
}

.positions .items-wrap .item:hover {
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.08);
}

.positions .items-wrap .item:hover .title-p {
  color: #FF4070;
}

.positions .items-wrap .whiteblock {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.positions .title-p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.positions .text-p {
  height: 156px;
  color: #999999;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}

.positions .text-p > *:first-of-type {
  margin-top: 0 !important;
  letter-spacing: 0.5px;
}

.positions .text-p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.positions .text-p p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.positions .text-p p strong {
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.5px;
}

.positions .position__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.positions .position__footer::after {
  display: block;
  clear: both;
  content: "";
}

.positions .position__footer .apply_btn {
  margin-top: 0;
  margin-left: auto;
  background-color: transparent;
  color: #000000;
  font-family: "Wes FY", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  height: 34px;
  line-height: 34px;
  border: 1px solid #000000;
  border-radius: 100px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.positions .position__footer .apply_btn:hover {
  background-color: #ff0155;
  color: #ffffff;
  border-color: #ff0155;
}

.positions .position-location {
  font-weight: 500;
  color: #000000;
  font-size: 1.2em;
}

.positions .items-wrap .item:hover .position-location {
  color: #FF4070;
  font-weight: bold;
}

.mobile .item .button {
  margin-top: 0;
}

.fulltime {
  color: #ff0155;
}

#visual {
  background: #ffffff;
  height: auto;
  padding-top: 75px;
  padding-bottom: 60px;
}

#visual .visual-sentence {
  color: #000000;
  font-size: 32px;
  max-width: 660px;
  letter-spacing: 0.67px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  display: none;
}

#visual .bottom-box {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -ms-flex-flow: column-reverse;
  -webkit-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

#visual .inside-box-doing-sentence {
  color: #000000;
  font-family: "Wes FY", sans-serif;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

#visual .inside-box-doing-sentence h2 {
  width: auto;
  margin-top: 0;
  line-height: 1.3;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  font-family: "Wes FY", sans-serif;
}

#visual .inside-box-doing-sentence p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.42px;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  font-family: "Wes FY", sans-serif;
}

#visual .inside-box-visual {
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}

.team__section {
  background-color: #ffffff;
}

.team-paragraph {
  height: auto;
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.team-paragraph .team-photo {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.team-paragraph .team-sentence {
  font-family: "Wes FY", sans-serif;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.team-paragraph .team-sentence h2 {
  font-family: "Wes FY", sans-serif;
  color: #000000;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.3;
}

.team-paragraph .team-sentence p {
  font-family: "Wes FY", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: initial;
  width: auto;
}

#banner-contact {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/careers/logo_sym.svg");
  background-repeat: no-repeat;
  background-size: 1200px, 1200px;
  background-position-x: -80px;
  background-position-y: -30px;
}

#banner-contact:before {
  content: none;
  height: 100%;
}

#banner-contact .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

#banner-contact .wrap::after {
  display: block;
  clear: both;
  content: "";
}

#banner-contact .text-wrap {
  max-width: 320px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

#banner-contact .text-wrap h2 {
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  width: auto;
  letter-spacing: normal;
  font-family: "Wes FY", sans-serif;
}

#banner-contact .text-wrap .paragraph {
  margin: 0;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  font-family: "Wes FY", sans-serif;
}

#banner-contact #contact-form {
  padding-bottom: 1px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 340px;
}

#banner-contact #contact-form .field {
  position: relative;
  width: 100%;
  margin-top: 5px;
}

#banner-contact #contact-form .field * {
  max-width: 100%;
}

#banner-contact #contact-form .field input,
#banner-contact #contact-form .field textarea,
#banner-contact #contact-form .field span {
  text-align: left;
  font-family: "Wes FY", sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
}

#banner-contact #contact-form .field input,
#banner-contact #contact-form .field textarea {
  border-bottom: 1px solid #FFFFFF;
}

#banner-contact #contact-form .button {
  outline: 0;
  padding: 0;
  font-family: "Wes FY", sans-serif;
  font-weight: 700;
  background: #ffffff;
  color: #000000;
  border: none;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 50px;
  width: 160px;
  border-radius: 100px;
  margin: 120px auto 0;
}

.part-six.featured-on span {
  font-family: "Wes FY", sans-serif;
  font-weight: 100;
  letter-spacing: 0.5px;
}

/* * block */

.info__img {
  position: relative;
  grid-column: 2;
  display: grid;
  grid-template-columns: 2.4rem repeat(2, minmax(-webkit-min-content, -webkit-max-content)) 2.4rem;
  grid-template-columns: 2.4rem repeat(2, minmax(min-content, max-content)) 2.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 0;
}

.info__img img {
  width: 100%;
  display: block;
  grid-column: 2 / span 2;
  grid-row: 1;
}

.info__img .lottie-container {
  position: absolute;
  grid-column: 2 / span 2;
  grid-row: 1;
  z-index: 8;
}

.info__img .lottie-container svg {
  z-index: 8;
}

.info__img .lottie-container.phone {
  grid-column: 1 / 5;
}

.info__img .lottie-video__container {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 35%;
  z-index: 9;
}

.info__img .lottie-video__container video {
  width: 100%;
}

.info__img.full-grid {
  grid-column: 1 / -1;
}

.info__img.full-grid img {
  grid-column: 1 / -1;
}

.info__img--main {
  z-index: 1;
  font-family: 'Wes FY', sans-serif;
  font-weight: bold;
}

.info__img--sub {
  font-family: 'Wes FY', sans-serif;
  position: absolute;
  z-index: 2;
}

.info__img--top {
  z-index: 3;
}

/* banner fix */

.apply__wrap .all-jobs-link {
  margin-bottom: 35px;
}

.apply__wrap .all-jobs-link a {
  color: #000000 !important;
  font-family: "Wes FY";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.apply__wrap .comeet-outer-wrapper {
  color: #333333;
  letter-spacing: 0.065em;
}

.apply__wrap .all-jobs-link a:hover,
.apply__wrap .all-jobs-link a:focus,
.apply__wrap .all-jobs-link a:visited {
  text-decoration: none !important;
  color: #000000 !important;
}

.comeet-outer-wrapper .comeet-position-meta-single span.comeet-position-location {
  font-weight: 500;
}

.comeet-position-location span:last-child {
  font-size: 1.2em;
  color: #ff0155;
  font-weight: bold;
}

.filters {
  margin-left: 0;
  margin-right: 0;
}

.filters::after {
  display: block;
  clear: both;
  content: "";
}

.filters .filter-dropdown {
  border: 0;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  font-family: "Wes FY", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  line-height: 20px;
  color: #000000;
}

.filters .filter-dropdown:first-of-type {
  margin-left: 0;
  margin-right: 20px;
}

.filters #offices-select {
  width: auto;
  font-size: 1.2em;
}

.filters #departments-select {
  width: 180px;
  font-size: 1.2em;
}

.comeet-social-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.apply__wrap .all-jobs-link {
  margin-bottom: 35px;
}

.apply__wrap .all-jobs-link a {
  color: #000000 !important;
  font-family: "Wes FY";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.apply__wrap .comeet-outer-wrapper {
  color: #333333;
  letter-spacing: 0.065em;
}

.apply__wrap .all-jobs-link a:hover,
.apply__wrap .all-jobs-link a:focus,
.apply__wrap .all-jobs-link a:visited {
  text-decoration: none !important;
  color: #000000 !important;
}

.comeet-outer-wrapper .comeet-position-meta-single span.comeet-position-location {
  font-weight: 500;
}

body.careers-single-page {
  padding-top: 10px;
}

@media (min-width: 721px) {
  #banner-contact #contact-form .button {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  #banner .newparagraph h1 {
    max-width: 720px;
    font-size: 46px;
    line-height: 1.15;
  }

  #banner .newparagraph h2 {
    max-width: initial;
    font-size: 20px;
    letter-spacing: 0.42px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 2.2em;
  }
}

@media (min-width: 1024px) {
  .content__wrap {
    margin-top: 110px;
  }

  #banner {
    margin-top: 80px;
    padding-top: 0;
  }

  #banner .bg-video video {
    min-height: 482px;
  }

  #banner .newparagraph {
    padding-bottom: 60px;
  }

  #banner .newparagraph h1 {
    max-width: 990px;
    font-size: 64px;
    line-height: 1.125;
  }

  #banner .newparagraph h2 {
    max-width: initial;
    font-size: 20px;
    letter-spacing: 0.42px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 2.2em;
  }

  #banner .to_positions {
    font-size: 19.2px;
    line-height: 28px;
    letter-spacing: 0.83px;
    height: 58px;
    width: 198px;
  }

  .positions {
    margin-top: 60px;
  }

  .positions .title {
    font-size: 32px;
    font-weight: 400;
  }

  .positions .items-container {
    margin-bottom: 100px;
  }

  .positions .items-wrap {
    max-width: initial;
  }

  .positions .items-wrap .item {
    width: 32%;
    max-width: initial;
    margin: 0 0 2% 0;
  }

  #visual {
    padding-top: 75px;
    padding-bottom: 90px;
  }

  #visual .visual-sentence {
    font-size: 32px;
    display: block;
  }

  #visual .bottom-box {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-flow: initial;
    -webkit-flex-flow: initial;
            flex-flow: initial;
  }

  #visual .inside-box-doing-sentence {
    width: 45%;
    margin-top: -1%;
    margin-right: 5%;
  }

  #visual .inside-box-doing-sentence h2 {
    font-size: 42px;
    text-align: left;
  }

  #visual .inside-box-doing-sentence p {
    text-align: left;
    font-size: 20px;
  }

  #visual .inside-box-visual {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 0;
    text-align: left;
  }

  .team-paragraph {
    padding-bottom: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }

  .team-paragraph .team-photo {
    width: 45%;
    margin-right: 5%;
    margin-left: auto;
    margin-bottom: 0;
    text-align: right;
  }

  .team-paragraph .team-sentence {
    width: 45%;
    margin-left: 5%;
    margin-top: -1%;
    margin-right: auto;
    text-align: left;
  }

  .team-paragraph .team-sentence h2 {
    font-size: 42px;
    text-align: left;
  }

  .team-paragraph .team-sentence p {
    font-size: 20px;
    text-align: left;
  }

  #banner-contact {
    padding-top: 90px;
    padding-bottom: 105px;
    background-size: 175%;
    background-position: top 80% left 15%;
  }

  #banner-contact .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  #banner-contact .text-wrap {
    margin-bottom: 0;
    width: 45%;
    margin-right: 5%;
    margin-left: auto;
    margin-top: 30px;
    text-align: left;
    max-width: 510px;
  }

  #banner-contact .text-wrap h2 {
    font-size: 42px;
  }

  #banner-contact .text-wrap .paragraph {
    font-size: 20px;
    max-width: 420px;
  }

  #banner-contact #contact-form {
    width: 45%;
    margin-right: auto;
    margin-left: 5%;
  }

  .apply__wrap {
    margin-top: 110px;
  }

  .apply__wrap .all-jobs-link a {
    font-size: 32px;
  }

  .filters {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .info__img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
            justify-content: end;
    margin-top: 0;
    grid-column: 2;
  }

  .info__img.full-grid {
    grid-column: 2;
  }

  .info__img.big-image {
    -webkit-transform: scale(1.32);
    -ms-transform: scale(1.32);
        transform: scale(1.32);
  }

  .info__img img,
  .info__img .lottie-container {
    grid-column: 1 / -1;
  }

  .info__img--left {
    grid-column: 1;
    justify-self: left;
  }

  .info__img--left.full-grid {
    grid-column: 1;
  }

  .info__img--left.full-grid img {
    grid-column: 1 / -1;
  }
}

@media only screen and (min-width: 1360px) {
  .part-six.featured-on img {
    height: 26px;
    width: 935px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1600px) {
  #banner .bg-video video {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1800px) {
  #banner .bg-video video {
    min-height: 550px;
  }
}

@media only screen and (min-width: 1900px) {
  #banner .bg-video video {
    min-height: 600px;
  }
}

@media only screen and (min-width: 2000px) {
  #banner .bg-video video {
    min-height: 800px;
  }
}

@media only screen and (max-width: 1367px) {
  .part-six.featured-on img {
    height: auto;
    width: 73%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1244px) {
  .items-wrap {
    max-width: 860px;
  }

  .filters {
    width: 860px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
  }

  .inside-box-doing-sentence p {
    width: 428px;
  }

  .team-paragraph {
    max-width: 1020px;
  }

  .team-photo img {
    width: 462px;
  }

  .team-sentence,
  .team-sentence p {
    width: 428px;
  }

  #banner-contact .wrap {
    max-width: 1020px;
  }

  .big-footer section {
    max-width: 1020px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1080px) {
  .newparagraph h1 {
    line-height: 46px;
  }

  .items-wrap {
    max-width: inherit;
  }

  .filters {
    margin: 20px;
    width: inherit;
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
       -moz-box-pack: inherit;
            justify-content: inherit;
  }

  .filters form:first-of-type .filter-dropdown {
    margin-left: 0;
  }

  .filters form:not(:first-of-type) .filter-dropdown {
    margin-left: 4%;
    margin-right: 0;
  }

  .filter-dropdown {
    width: 48%;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .apply__wrap {
    margin-top: 110px;
  }

  .apply__wrap .all-jobs-link a {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .apply__wrap {
    width: 90%;
  }

  .content__wrap {
    width: 90%;
  }
}

@media (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}

@media (max-width: 780px) {
  .big-footer section {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .newparagraph {
    max-width: 500px;
    margin-top: -30px;
  }

  .newparagraph h1 {
    font-size: 21px;
    padding: 0 50px;
    line-height: 30px;
  }

  #banner .button {
    font-weight: 600;
    /*margin-top: -20px;
    */
  }

  #banner .bg-video {
    max-height: 460px;
  }

  #banner .bg-video video {
    min-height: 460px;
  }

  .positions .items-container {
    margin-bottom: 30px;
  }

  .bottom-box {
    margin-top: 10px;
  }

  /*.positions {
       margin-top: -40px;
  }
  */

  #visual {
    height: inherit;
  }

  .visual-sentence {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.22px;
    line-height: 35px;
    max-width: 348px;
    margin: -49px auto 0 auto;
  }

  .inside-box-doing-sentence {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .inside-box-doing-sentence h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    width: 100%;
  }

  .inside-box-doing-sentence p {
    font-size: 17px;
    line-height: 31px;
    font-weight: 400;
    margin: 0 auto 40px;
    max-width: 368px;
  }

  .inside-box-visual {
    width: 80%;
    margin-bottom: 30px;
  }

  .inside-box-visual img {
    width: 100%;
  }

  .team-paragraph .team-sentence {
    text-align: center;
  }

  .team-photo {
    text-align: center;
    width: 100%;
  }

  .team-photo img {
    width: 284px;
  }

  #banner-contact {
    background-repeat: no-repeat;
  }

  #banner-contact:before {
    height: 720px;
  }

  #banner-contact .text-wrap {
    width: 100%;
    text-align: center;
  }

  #banner-contact h2.title {
    font-size: 40px;
    width: 350px;
    text-align: center;
    margin: 40px auto 0;
  }

  #banner-contact .paragraph {
    font-size: 17px;
    width: 300px;
    text-align: center;
    margin: 20px auto 0;
  }

  #contact-form {
    width: 333px;
    text-align: center;
    float: inherit;
    display: block;
    margin-top: -10px;
  }

  #contact-form .field {
    width: 333px;
    margin: 7px 0 0 0;
    padding: 0;
    text-align: left;
    float: inherit;
  }

  #contact-form .field input,
  #contact-form textarea {
    width: 333px;
  }

  #contact-form .field .placeholder {
    width: 333px;
    text-align: center;
    margin-top: 26px;
    font-size: 17px;
  }

  #contact-form textarea {
    height: 90px;
  }

  #contact-form .button {
    text-align: center;
    margin: 105px auto;
    width: 40px;
    text-transform: uppercase;
    font-size: 16px;
  }

  .part-six.featured-on {
    display: none;
  }

  .big-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
    background: #202F3B;
    padding: 30px 0 70px;
  }

  .mobile-footer .links ul {
    list-style: none;
  }

  .mobile-footer .links ul li {
    margin: 20px 0;
  }

  .mobile-footer .links ul li a {
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
  }

  .mobile-footer .fmp-badges {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }

  .mobile-footer .apps {
    margin-top: 50px;
  }

  .mobile-footer .apps .icons-for-footer {
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 400;
  }

  .mobile-footer .apps .icons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-top: 20px;
  }

  .mobile-footer .apps .icons .icon {
    margin: 0 10px;
  }
}