header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'hans_kendrickheavy';
  font-weight: normal;
  color: #1a1a1a;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular {
  font-family: 'hans_kendrickregular';
}
h1.title-page {
  text-align: center;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 1025px) {
  h1.title-page {
    margin: 0 0 45px 0;
  }
}
.green {
  color: #39b54a;
}
.red {
  color: #ec594d;
}
a,
button,
input {
  text-decoration: none;
  font-weight: normal;
}
a:hover,
button:hover,
input:hover,
a:focus,
button:focus,
input:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a {
  color: #1a1a1a;
}

.banner-hero {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
  position: relative;
  overflow: hidden;
  min-height: 240px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1025px) {
  .banner-hero {
    min-height: 380px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-hero.no-margin {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-hero.fullscreen .copy-placeholder {
    vertical-align: middle!important;
    padding-bottom: 0!important;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-hero.you-and-mini .copy-placeholder {
    vertical-align: bottom;
    padding-bottom: 90px;
  }
}
.banner-hero .copy-placeholder {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .banner-hero .copy-placeholder {
    vertical-align: bottom;
    padding-bottom: 140px;
  }
}
.banner-hero .copy-placeholder h1 {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .banner-hero .copy-placeholder h1 {
    font-size: 60px;
  }
}
.banner-hero .copy-placeholder form {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .banner-hero .copy-placeholder form {
    padding: 45px 0 0 0;
  }
}
.banner-hero .copy-placeholder form .input-group {
  margin-bottom: 0;
}
.banner-hero .copy-placeholder form ::-webkit-input-placeholder {
  color: #ffffff;
}
.banner-hero .copy-placeholder form :-moz-placeholder {
  color: #ffffff;
}
.banner-hero .copy-placeholder form ::-moz-placeholder {
  color: #ffffff;
}
.banner-hero .copy-placeholder form :-ms-input-placeholder {
  color: #ffffff;
}
.banner-hero .copy-placeholder form input[type="text"],
.banner-hero .copy-placeholder form input[type="password"],
.banner-hero .copy-placeholder form input[type="search"] {
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  font-family: 'hans_kendrickheavy';
  font-size: 18px;
  color: #ffffff;
  padding: 10px 15px;
  height: 45px;
}
.banner-hero .copy-placeholder form input[type="submit"],
.banner-hero .copy-placeholder form button {
  height: 45px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  font-family: 'hans_kendrickheavy';
  font-size: 18px;
  color: #ffffff;
  padding: 0 15px;
}
.banner-hero .mp-cp-1 {
  max-width: 710px;
  margin: 0 auto;
}
.banner-hero .mp-cp-1 p {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .banner-hero .mp-cp-1 p {
    margin: 45px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-hero .mp-cp-1 a.btn-mp {
    min-width: 180px;
  }
}
.banner-shopping-benefits {
  text-align: center;
  background-color: #f7f7f9;
}
.banner-shopping-benefits ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .banner-shopping-benefits ul {
    padding: 25px 0;
  }
}
.banner-shopping-benefits ul:before,
.banner-shopping-benefits ul:after {
  display: table;
  content: " ";
}
.banner-shopping-benefits ul:after {
  clear: both;
}
.banner-shopping-benefits ul li {
  display: inline-block;
  color: #000000;
}
@media only screen and (min-width: 1025px) {
  .banner-shopping-benefits ul li {
    padding: 0 40px;
  }
}
.banner-shopping-benefits ul li:first-child {
  padding-left: 0;
}
.banner-shopping-benefits ul li:last-child {
  padding-right: 0;
}
.banner-simple {
  text-align: center;
}
.banner-simple h1 {
  margin-bottom: 20px;
}
.banner-simple a.btn-mp {
  min-width: 180px;
}
.banner-simple.background {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .banner-simple.background {
    margin-bottom: 100px;
  }
}
.banner-simple.background h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .banner-simple.background h2 {
    margin-bottom: 0;
  }
}
.banner-simple.background .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f9;
  background-repeat: no-repeat;
  background-position: -1000px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .banner-simple.background .container {
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: left;
  }
}
.banner-simple.background .square {
  position: absolute;
  top: 0;
  left: 60%;
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 1025px) {
  .banner-simple.background .square {
    width: 28px;
    height: 28px;
  }
}
.banner-simple.background .square svg rect {
  fill: #ec594d;
}
.banner-simple.background .circle {
  position: absolute;
  right: 7%;
  bottom: -25px;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .banner-simple.background .circle {
    right: 7%;
    bottom: -60px;
    width: 100px;
    height: 100px;
  }
}
.banner-simple.background .circle svg circle {
  fill: #999999;
}
.banner-simple.background .polygon {
  position: absolute;
  left: -10px;
  top: -140px;
  width: 130px;
  height: 245px;
}
@media only screen and (min-width: 768px) {
  .banner-simple.background .polygon {
    left: 60px;
    top: -180px;
    width: 130px;
    height: 245px;
  }
}
.banner-simple.background .polygon svg polygon {
  fill: #59C5C5;
}
.banner-simple.background.bpd {
  text-align: left;
}
.banner-simple.background.bpd .circle {
  position: absolute;
  right: 40%;
  bottom: auto;
  top: -25px;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .banner-simple.background.bpd .circle {
    right: 40%;
    bottom: auto;
    top: -60px;
    width: 100px;
    height: 100px;
  }
}
.banner-simple.background.bpd .circle svg circle {
  fill: #ec594d;
}
.banner-simple.background.bpd .polygon {
  position: absolute;
  left: auto;
  right: -50px;
  top: -40px;
  width: 130px;
  height: 245px;
}
@media only screen and (min-width: 768px) {
  .banner-simple.background.bpd .polygon {
    left: auto;
    right: -30px;
    top: -180px;
    width: 130px;
    height: 245px;
  }
}
.banner-simple.background.bpd .polygon svg polygon {
  fill: #59C5C5;
}

.error-404,
.error-500 {
  text-align: center;
  padding: 20px 0 50px 0;
}
@media only screen and (min-width: 1025px) {
  .error-404,
  .error-500 {
    padding: 20px 0 100px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .error-404 h2,
  .error-500 h2 {
    padding: 0 0 10px 0;
  }
}
.error-404 p,
.error-500 p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.error-404 a,
.error-500 a {
  text-decoration: underline;
}

.category-puzzle {
  padding: 0 15px 60px 15px;
}
@media only screen and (min-width: 1025px) {
  .category-puzzle {
    padding: 0 0 60px 0;
  }
}
.category-puzzle.no-padding {
  padding: 0 0 0 0;
}
.category-puzzle h1 {
  text-align: center;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 1025px) {
  .category-puzzle h1 {
    padding: 0 0 60px 0;
  }
}
.category-puzzle .item {
  padding: 0 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .category-puzzle .item {
    padding: 0 0 0 0;
  }
}
.category-puzzle .item .picture {
  position: relative;
  background-color: #f7f7f9;
  max-height: 280px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .category-puzzle .item .picture {
    max-height: none;
  }
}
.category-puzzle .item .picture img {
  width: 100%;
  height: auto;
}
.category-puzzle .item .name {
  display: block;
  font-family: 'hans_kendrickheavy';
  text-transform: uppercase;
  color: #1a1a1a;
  padding: 20px 0 25px 0;
}
@media only screen and (min-width: 1025px) {
  .category-puzzle .item .name {
    height: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0 20px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .category-puzzle .load-more {
    padding: 50px 0 0 0;
  }
}
.btn-mp.large {
  font-size: 16px!important;
  padding: 8px 18px!important;
  -webkit-border-radius: 18px!important;
  -moz-border-radius: 18px!important;
  border-radius: 18px!important;
}
@media only screen and (min-width: 1025px) {
  .btn-mp.large {
    font-size: 18px!important;
    padding: 8px 25px!important;
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
  }
}
.btn-mp.large.bigger {
  font-size: 16px!important;
  padding: 6px 25px!important;
  -webkit-border-radius: 25px!important;
  -moz-border-radius: 25px!important;
  border-radius: 25px!important;
}
@media only screen and (min-width: 1025px) {
  .btn-mp.large.bigger {
    font-size: 18px!important;
    padding: 15px 55px!important;
    -webkit-border-radius: 45px!important;
    -moz-border-radius: 45px!important;
    border-radius: 45px!important;
  }
}
.btn-mp.medium {
  font-size: 14px!important;
  padding: 8px 20px!important;
  -webkit-border-radius: 20px!important;
  -moz-border-radius: 20px!important;
  border-radius: 20px!important;
}
@media only screen and (min-width: 1025px) {
  .btn-mp.medium {
    font-size: 14px!important;
    padding: 8px 20px!important;
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important;
  }
}
@media only screen and (min-width: 1025px) {
  .btn-mp .top-margin {
    margin-top: 25px;
  }
}
.btn-mp {
  font-family: 'hans_kendrickheavy' !important;
  display: inline-block !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  border-style: solid!important;
  margin: 0 0 0 0!important;
  line-height: normal!important;
  background-color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .btn-mp {
    border-width: 2px!important;
  }
}
.btn-mp:hover {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-mp.red {
  color: #ffffff !important;
  background-color: #ec594d !important;
  border-color: #ec594d !important;
}
.btn-mp.red:hover {
  background-color: #de3c39 !important;
  border-color: #de3c39 !important;
}
.btn-mp.green {
  color: #ffffff !important;
  background-color: #39b54a !important;
  border-color: #39b54a !important;
}
.btn-mp.green:hover {
  background-color: #39b54a !important;
  border-color: #39b54a !important;
}
.btn-mp.green2 {
  color: #ffffff !important;
  background-color: #b8d734 !important;
  border-color: #b8d734 !important;
}
.btn-mp.green2:hover {
  background-color: #b8d734 !important;
  border-color: #b8d734 !important;
}
.btn-mp.grey {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-mp.grey:hover {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-mp.white {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: #ffffff !important;
}
.btn-mp.white:hover {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-mp.fb {
  color: #ffffff !important;
  background-color: #3977d1 !important;
  border-color: #3977d1 !important;
}
.btn-mp.fb:hover {
  background-color: #3977d1 !important;
  border-color: #3977d1 !important;
}
.btn-mp.gp {
  color: #ffffff !important;
  background-color: #ec594d !important;
  border-color: #ec594d !important;
}
.btn-mp.gp:hover {
  background-color: #ec594d !important;
  border-color: #ec594d !important;
}
.btn-mp.top-margin {
  margin-top: 15px!important;
}
@media only screen and (min-width: 1025px) {
  .btn-mp.top-margin {
    margin-top: 25px!important;
  }
}
.btn-mp.top-margin {
  margin-bottom: 15px!important;
}
@media only screen and (min-width: 1025px) {
  .btn-mp.top-margin {
    margin-bottom: 25px!important;
  }
}
.contact-us {
  padding: 20px 15px 70px 15px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .contact-us {
    padding: 70px 0 80px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-us p {
    font-size: 16px;
  }
}
.contact-us form {
  padding: 35px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .contact-us form {
    padding: 35px 0 0 0;
  }
}
.contact-us form ::-webkit-input-placeholder {
  color: #1a1a1a;
}
.contact-us form :-moz-placeholder {
  color: #1a1a1a;
}
.contact-us form ::-moz-placeholder {
  color: #1a1a1a;
}
.contact-us form :-ms-input-placeholder {
  color: #1a1a1a;
}
.contact-us form .input-group input[type="text"].form-control,
.contact-us form .input-group input[type="password"].form-control,
.contact-us form .input-group input[type="search"].form-control {
  padding: 18px 23px;
  font-family: 'hans_kendrickheavy';
  font-size: 18px;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #e7e7e7 !important;
  border-radius: 0;
  box-shadow: none;
}
.contact-us form .input-group .input-group-addon {
  padding: 0 23px;
  font-size: 18px;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #e7e7e7 !important;
  border-radius: 0;
}
.contact-us form .input-group.error-group ::-webkit-input-placeholder {
  color: #ec594d;
}
.contact-us form .input-group.error-group :-moz-placeholder {
  color: #ec594d;
}
.contact-us form .input-group.error-group ::-moz-placeholder {
  color: #ec594d;
}
.contact-us form .input-group.error-group :-ms-input-placeholder {
  color: #ec594d;
}
.contact-us form .input-group.error-group input[type="text"].form-control,
.contact-us form .input-group.error-group input[type="password"].form-control,
.contact-us form .input-group.error-group input[type="search"].form-control {
  border-bottom: 1px solid #ec594d !important;
}
.contact-us form .input-group.error-group .input-group-addon {
  color: #ec594d;
  border-bottom: 1px solid #ec594d !important;
}
.contact-us form .input-group.error-group .input-group-addon .fa {
  visibility: visible;
}
.contact-us form input[type="checkbox"] + label,
.contact-us form input[type="radio"] + label {
  padding: 0 0 10px 20px;
}
@media only screen and (min-width: 1025px) {
  .contact-us form button.btn-mp {
    min-width: 150px;
  }
}
.contact-us .btn-mp.fb,
.contact-us .btn-mp.gp,
.contact-us .btn-mp.grey {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-us .btn-mp.fb,
  .contact-us .btn-mp.gp,
  .contact-us .btn-mp.grey {
    min-width: 110px;
  }
}
.contact-us .checkboxes {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .contact-us .checkboxes {
    padding: 20px 23px 0 23px;
  }
}
.contact-us .checkboxes:before,
.contact-us .checkboxes:after {
  display: table;
  content: " ";
}
.contact-us .checkboxes:after {
  clear: both;
}
.widget-locations {
  padding: 0 15px 80px 15px;
}
@media only screen and (min-width: 1025px) {
  .widget-locations {
    padding: 0 0 120px 0;
  }
}
.widget-locations h1 {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 1025px) {
  .widget-locations h1 {
    padding: 0 0 60px 0;
  }
}
.widget-locations .nav-location {
  border-bottom: 2px solid #000000;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1025px) {
  .widget-locations .nav-location {
    border-bottom: 3px solid #000000;
    padding: 0 0 30px 0;
    margin: 0 0 80px 0;
  }
}
.widget-locations .nav-location ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.widget-locations .nav-location ul:before,
.widget-locations .nav-location ul:after {
  display: table;
  content: " ";
}
.widget-locations .nav-location ul:after {
  clear: both;
}
.widget-locations .nav-location ul li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (min-width: 1025px) {
  .widget-locations .nav-location ul li {
    padding: 0 30px;
  }
}
.widget-locations .nav-location ul li:first-child {
  margin-left: 0;
}
.widget-locations .nav-location ul li:last-child {
  margin-lright: 0;
}
.widget-locations .nav-location ul li a {
  font-family: 'hans_kendrickheavy';
  color: #8a8a8d;
  text-transform: uppercase;
}
.widget-locations .nav-location ul li.active a {
  color: #000000;
}
@media only screen and (min-width: 1025px) {
  .widget-locations .info-location h3 {
    padding: 0 0 20px 0;
  }
}
.widget-locations .info-location p {
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 1025px) {
  .widget-locations .info-location p {
    padding: 0 0 20px 0;
  }
}
.widget-locations .info-location span {
  display: inline-block;
  margin-right: 20px;
}
.widget-locations .info-location .map {
  max-width: 510px;
  max-height: 280px;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 1025px) {
  .widget-locations .info-location .map {
    margin: 0 auto;
  }
}
.widget-locations .info-location .map img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .widget-locations .info-location .description {
    height: 280px;
    display: table;
  }
}
.widget-locations .info-location .description .placeholder {
  display: table-cell;
  vertical-align: middle;
}
.section-about {
  position: relative;
  background-color: #f7f7f9;
  text-align: center;
  padding: 40px 40px;
  margin: 0 0 60px 0;
  font-size: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .section-about {
    min-height: 380px;
    margin: 0 0 60px 0;
    padding: 55px 0;
    font-size: 18px;
  }
}
.section-about .square {
  position: absolute;
  top: 35px;
  left: -22px;
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 1025px) {
  .section-about .square {
    top: 65px;
    left: 65px;
    width: 44px;
    height: 44px;
  }
}
.section-about .square svg rect {
  fill: #59C5C5;
}
.section-about .oblique {
  position: absolute;
  right: -50px;
  bottom: 45px;
  width: 114px;
  height: 245px;
}
@media only screen and (min-width: 1025px) {
  .section-about .oblique {
    top: 50%;
    bottom: auto;
    margin-top: -112px;
  }
}
.section-about .oblique svg polygon {
  fill: #C0DA67;
}
.section-about p {
  padding: 30px 0;
  line-height: 28px;
}
@media only screen and (min-width: 1025px) {
  .section-about p {
    padding: 35px 0;
    line-height: 28px;
  }
}
.section-about-bigger {
  position: relative;
  background-color: #f7f7f9;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../img/img-section-about.jpg");
  padding: 40px 40px;
  margin: 0 0 60px 0;
  font-size: 16px;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-about-bigger {
    min-height: 380px;
    margin: 0 0 60px 0;
    padding: 180px 0;
    font-size: 18px;
    display: block;
  }
}
.section-about-bigger .square {
  position: absolute;
  bottom: 35px;
  left: -22px;
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .section-about-bigger .square {
    bottom: 100px;
    left: 55%;
    width: 44px;
    height: 44px;
  }
}
.section-about-bigger .square svg rect {
  fill: #ea4e3c;
}
.section-about-bigger .oblique {
  position: absolute;
  left: -50px;
  bottom: 45px;
  width: 75px;
  height: 170px;
}
@media only screen and (min-width: 768px) {
  .section-about-bigger .oblique {
    left: 0;
    bottom: 155px;
  }
}
.section-about-bigger .oblique svg polygon {
  fill: #C0DA67;
}
.section-about-bigger .circle {
  position: absolute;
  left: -22px;
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .section-about-bigger .circle {
    top: -40px;
    left: 5%;
    width: 140px;
    height: 140px;
  }
}
.section-about-bigger .circle svg circle {
  fill: #47d1cd;
}
@media only screen and (min-width: 768px) {
  .section-about-bigger h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section-about-bigger h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
.section-about-bigger p {
  padding: 30px 0;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .section-about-bigger p {
    padding: 35px 0;
    line-height: 28px;
  }
}
.assistance {
  padding: 20px 15px 20px 15px;
}
@media only screen and (min-width: 1025px) {
  .assistance {
    padding: 20px 0 100px 0;
  }
}
.assistance form.quick-search {
  max-width: 320px;
  margin: 0 auto;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .assistance form.quick-search {
    padding: 45px 0;
  }
}
.assistance form.quick-search .input-group {
  margin-bottom: 0;
}
.assistance form.quick-search input[type="text"],
.assistance form.quick-search input[type="password"],
.assistance form.quick-search input[type="search"] {
  border: 1px solid #dddddd;
  border-right: 0;
  font-family: 'hans_kendrickheavy';
  font-size: 18px;
  color: #1a1a1a;
  padding: 10px 15px;
  height: 45px;
}
.assistance form.quick-search input[type="submit"],
.assistance form.quick-search button {
  height: 45px;
  border: 1px solid #dddddd;
  border-left: 0;
  background-color: transparent;
  font-family: 'hans_kendrickheavy';
  font-size: 18px;
  color: #1a1a1a;
  padding: 0 15px;
}
.assistance .item-assistance {
  background-color: #f1f1f2;
  padding: 15px 15px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .assistance .item-assistance {
    padding: 35px 25px;
    margin: 75px 0 75px 0;
  }
}
@media only screen and (min-width: 768px) {
  .assistance .item-assistance h3 {
    margin-bottom: 30px;
  }
}
.assistance .item-assistance h3 a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  position: relative;
}
.assistance .item-assistance h3 a .fa {
  position: absolute;
  right: -5px;
  top: 3px;
}
@media only screen and (min-width: 768px) {
  .assistance .item-assistance h3 a .fa {
    display: none;
  }
}
.assistance .item-assistance p {
  font-family: 'hans_kendrickheavy';
  display: none;
}
@media only screen and (min-width: 768px) {
  .assistance .item-assistance p {
    display: inline-block;
  }
}
.assistance .item-assistance p a {
  text-decoration: underline;
}
.assistance .item-assistance ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .assistance .item-assistance ul {
    display: block;
  }
}
.assistance .item-assistance ul li {
  padding: 0 0 5px 0;
}
.assistance .item-assistance ul li:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 10px;
  padding-right: 5px;
}
.assistance h1.title-page {
  margin: 15px auto 25px auto;
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  .assistance h1.title-page {
    margin: 15px auto 45px auto;
    max-width: 100%;
  }
}
.assistance .item-btn-faq {
  position: relative;
  font-size: 16px;
  padding: 8px 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-family: 'hans_kendrickheavy';
  display: block;
  color: #8a8a8d;
  border-color: #8a8a8d;
  border-style: solid;
  margin: 0 0 15px 0;
  line-height: normal;
}
@media only screen and (min-width: 1025px) {
  .assistance .item-btn-faq {
    font-size: 18px;
    padding: 15px 25px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin: 0 0 30px 0;
  }
}
.assistance .item-btn-faq:after {
  content: "\f061";
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: 'FontAwesome';
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .assistance .item-btn-faq:after {
    top: 14px;
    right: 20px;
    font-size: 24px;
  }
}
.assistance .item-btn-faq:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.assistance .nav-assistance ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .assistance .nav-assistance ul {
    display: block;
  }
}
.assistance .nav-assistance ul li {
  font-family: 'hans_kendrickheavy';
  text-transform: uppercase;
  padding: 0 0 25px 0;
}
.assistance .nav-assistance ul li a {
  color: #8a8a8d;
}
.assistance .nav-assistance ul li a:hover,
.assistance .nav-assistance ul li a.active {
  color: #1a1a1a;
}
.assistance .nav-assistance-mobile {
  width: 200px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .assistance .nav-assistance-mobile {
    display: none;
  }
}
.assistance .nav-assistance-mobile div.fancy-select div.trigger {
  padding: 0 0 0 0;
  font-family: 'hans_kendrickheavy';
  font-size: 14px;
  text-align: left;
  border-color: transparent;
}
.assistance .nav-assistance-mobile div.fancy-select div.trigger:after {
  top: 2px!important;
  right: 0!important;
}
.assistance .nav-assistance-mobile div.fancy-select div.trigger.open {
  border: 1px solid transparent;
}
.assistance .nav-assistance-mobile div.fancy-select ul.options li {
  float: none;
  padding: 0 0 0 0;
  font-family: 'hans_kendrickheavy';
  font-size: 14px;
}
.assistance .nav-assistance-mobile div.fancy-select ul.options li:last-child {
  float: none;
}
.assistance .faq-list .item {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .assistance .faq-list .item {
    padding-bottom: 60px;
  }
}
.assistance .faq-list .item h2 {
  font-size: 22px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .assistance .faq-list .item h2 {
    font-size: 34px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .assistance .faq-list .item h2 a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1025px) {
  .assistance .faq-list .item .short {
    font-size: 16px;
  }
}
.cms-content h2 {
    font-size: 34px;
    padding-bottom: 20px;
}
.banner-about {
  position: relative;
  background-color: #f7f7f9;
  text-align: center;
  padding: 40px 40px;
  margin: 0 0 60px 0;
  font-size: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .banner-about {
    min-height: 380px;
    margin: 0 0 60px 0;
    padding: 55px 0;
    font-size: 18px;
  }
}
.banner-about .square {
  position: absolute;
  top: 35px;
  left: -22px;
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 1025px) {
  .banner-about .square {
    top: 65px;
    left: 65px;
    width: 44px;
    height: 44px;
  }
}
.banner-about .square svg rect {
  fill: #59C5C5;
}
.banner-about .oblique {
  position: absolute;
  right: -50px;
  bottom: 45px;
  width: 114px;
  height: 245px;
}
@media only screen and (min-width: 1025px) {
  .banner-about .oblique {
    top: 50%;
    bottom: auto;
    margin-top: -112px;
  }
}
.banner-about .oblique svg polygon {
  fill: #C0DA67;
}
.banner-about p {
  padding: 30px 0;
  line-height: 28px;
}
@media only screen and (min-width: 1025px) {
  .banner-about p {
    padding: 35px 0;
    line-height: 28px;
  }
}
.banner-about-bigger {
  position: relative;
  background-color: #f7f7f9;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("http://miniprix.vteximg.com.br/arquivos/img-banner-about.jpg");
  padding: 40px 40px;
  margin: 0 0 60px 0;
  font-size: 16px;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger {
    min-height: 380px;
    margin: 0 0 60px 0;
    padding: 180px 0;
    font-size: 18px;
    display: block;
  }
}
.banner-about-bigger .square {
  position: absolute;
  bottom: 35px;
  left: -22px;
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger .square {
    bottom: 100px;
    left: 55%;
    width: 44px;
    height: 44px;
  }
}
.banner-about-bigger .square svg rect {
  fill: #ea4e3c;
}
.banner-about-bigger .oblique {
  position: absolute;
  left: -50px;
  bottom: 45px;
  width: 75px;
  height: 170px;
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger .oblique {
    left: 0;
    bottom: 155px;
  }
}
.banner-about-bigger .oblique svg polygon {
  fill: #C0DA67;
}
.banner-about-bigger .circle {
  position: absolute;
  left: -22px;
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger .circle {
    top: -40px;
    left: 5%;
    width: 140px;
    height: 140px;
  }
}
.banner-about-bigger .circle svg circle {
  fill: #47d1cd;
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
.banner-about-bigger p {
  padding: 30px 0;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .banner-about-bigger p {
    padding: 35px 0;
    line-height: 28px;
  }
}
.banner-placeholder {
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 1025px) {
  .banner-placeholder {
    margin: 0 0 60px 0;
  }
}
.banner-placeholder.top-margin {
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .banner-placeholder.top-margin {
    margin-top: 60px;
  }
}
.banner-placeholder.bottom-margin {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .banner-placeholder.bottom-margin {
    margin-bottom: 60px;
  }
}
.banner-newsletter {
  text-align: center;
  font-family: 'hans_kendricklight';
  background-color: #f7f7f9;
}
@media only screen and (min-width: 1025px) {
  .banner-newsletter {
    padding: 30px 0;
    margin: 0 0 60px 0;
    font-size: 36px;
  }
}
.banner-newsletter .btn-mp {
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .banner-newsletter .btn-mp {
    margin-left: 30px;
  }
}
.banner-half-txt-img {
  position: relative;
  background-color: #f7f7f9;
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0 -15px 30px -15px;
}
@media only screen and (min-width: 768px) {
  .banner-half-txt-img {
    background-position: right center;
    margin: 0 0 0 0;
  }
}
.banner-half-txt-img:before,
.banner-half-txt-img:after {
  display: table;
  content: " ";
}
.banner-half-txt-img:after {
  clear: both;
}
.banner-half-txt-img.bottom-space {
  background-position: right bottom;
  padding: 0 0 100px 0;
}
@media only screen and (min-width: 768px) {
  .banner-half-txt-img.bottom-space {
    background-position: right center;
    padding: 0 0 0 0;
  }
}
.banner-half-txt-img .copy-placeholder {
  font-family: 'hans_kendrickregular';
  width: 80%;
  height: 100%;
  padding: 60px 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .banner-half-txt-img .copy-placeholder {
    float: left;
    width: 50%;
    height: 100%;
    padding: 40px 0 40px 40px;
  }
}
.banner-half-txt-img .copy-placeholder h2 {
  font-size: 24px;
  line-height: 36px;
  line-height: normal;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
  .banner-half-txt-img .copy-placeholder h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
.banner-half-txt-img .copy-placeholder p {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .banner-half-txt-img .copy-placeholder p {
    display: block;
    margin-bottom: 25px;
  }
}
.banner-half-txt-img .img-placeholder {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .banner-half-txt-img .img-placeholder {
    float: right;
    width: 50%;
    height: 100%;
  }
}
.banner-half-txt-img .img-placeholder img {
  width: 100%;
  height: auto;
}
.search-small {
  max-width: 230px;
}
.search-small form {
  padding: 0 0 0 0;
}
.search-small form .input-group {
  margin-bottom: 0;
}
.search-small form .input-group input[type="text"],
.search-small form .input-group input[type="password"],
.search-small form .input-group input[type="search"] {
  border: 0;
  border-bottom: 0;
  font-family: 'hans_kendrickregular';
  font-size: 14px;
  color: #1a1a1a;
  padding: 0;
  height: 18px;
  box-shadow: none;
}
.search-small form .input-group input[type="submit"],
.search-small form .input-group button {
  height: 18px;
  border: 0;
  background-color: transparent;
  font-family: 'hans_kendrickheavy';
  font-size: 18px;
  color: #1a1a1a;
  padding: 0  15px;
  margin-top: -5px;
}
::-webkit-input-placeholder {
  color: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
:-ms-input-placeholder {
  color: #c1c1c1;
}
.cms-breadcrumbs {
    margin-bottom: 21px;
    padding: 35px 0 35px 0;
    border-bottom: 2px solid #F6F6F6;
}
.cms-breadcrumbs #box-bread-brumb {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
#page-angajari h1.title-page {
    margin-bottom: 35px;
}
#page-angajari p.subtitle {
    margin-bottom: 80px;
    font-size: 18px;
    text-align: center;
}
#page-angajari p.subtitle a {
    text-decoration: underline;
}
.about-us-section {
  padding: 20px 15px 50px 15px;
}
@media only screen and (min-width: 1025px) {
  .about-us-section {
    padding: 120px 0 140px 0;
  }
}
.about-us-section .two-columns {
  padding-top: 20px;
}
.about-us-section .two-columns p {
  text-align: center;
  max-width: 450px;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .about-us-section .two-columns p {
    text-align: justify;
    padding-bottom: 0;
  }
}
h1 {
  font-size: 36px;
}
@media only screen and (min-width: 1025px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 1025px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}