@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.buttonfield_red input,
.buttonfield_red button, .buttonfield_gray input,
.buttonfield_gray button {
  width: 100%;
  display: block;
  padding: 16px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weights: 500;
  letter-spacing: 1.75px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
.buttonfield_red input,
.buttonfield_red button {
  background-color: #d60800; }
  .buttonfield_red input:focus, .buttonfield_red input:active,
  .buttonfield_red button:focus,
  .buttonfield_red button:active {
    background-color: #d60800; }
  .buttonfield_red input:hover,
  .buttonfield_red button:hover {
    background-color: #850016; }
.buttonfield_gray input,
.buttonfield_gray button {
  background-color: #363636; }
  .buttonfield_gray input:focus, .buttonfield_gray input:active,
  .buttonfield_gray button:focus,
  .buttonfield_gray button:active {
    background-color: #363636; }
  .buttonfield_gray input:hover,
  .buttonfield_gray button:hover {
    background-color: #171717; }

.link_button a {
  width: 100%;
  display: block;
  padding: 16px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weights: 500;
  letter-spacing: 1.75px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
.link_button--red a {
  background-color: #d60800;
  position: relative; }
  .link_button--red a:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #850016;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0.15; }
  .link_button--red a:after {
    height: 100%;
    width: 0;
    left: 0;
    top: 0; }
  .link_button--red a:hover:after {
    width: 100%; }
.link_button--gray a {
  background-color: #363636;
  position: relative; }
  .link_button--gray a:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #171717;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0.15; }
  .link_button--gray a:after {
    height: 100%;
    width: 0;
    left: 0;
    top: 0; }
  .link_button--gray a:hover:after {
    width: 100%; }

.contentblock h3,
.contentblock h4,
.contentblock h5,
.contentblock p,
.contentblock span,
.contentblock li {
  color: #363636; }
.contentblock strong {
  font-weight: 600; }
.contentblock li {
  text-aign: left; }
.contentblock *,
.contentblock p,
.contentblock li,
.contentblock p * {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  .contentblock * strong,
  .contentblock p strong,
  .contentblock li strong,
  .contentblock p * strong {
    font-weight: 700; }
.contentblock a {
  word-wrap: break-word; }
.contentblock h1, .contentblock h2, .contentblock h3, .contentblock h4, .contentblock h5 {
  font-family: "canada-type-gibson";
  font-weight: 600; }
.contentblock a {
  font-size: 16px;
  font-weight: 400;
  color: #ca0005;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
  .contentblock a * {
    color: #ca0005;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
  .contentblock a:focus, .contentblock a:active, .contentblock a:visited, .contentblock a:link {
    color: #ca0005; }
    .contentblock a:focus *, .contentblock a:active *, .contentblock a:visited *, .contentblock a:link * {
      color: #ca0005; }
  .contentblock a.active {
    color: #363636; }
    .contentblock a.active * {
      color: #363636; }
  .contentblock a:hover {
    color: #363636; }
    .contentblock a:hover * {
      color: #363636; }
.contentblock ul li {
  position: relative;
  padding: 0 0 0 15px; }
  .contentblock ul li:after {
    content: '';
    top: 11px;
    left: 0;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #f38718; }
.contentblock img {
  max-width: 100%;
  height: auto;
  /* display: block; */
  /* clear: both; */ }
@media (min-width: 768px) {
  .contentblock *,
  .contentblock p,
  .contentblock li,
  .contentblock p * {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.67px; }
  .contentblock ol {
    padding-left: 20px; }
  .contentblock h1, .contentblock h2, .contentblock h3 {
    font-size: 24px;
    line-height: 29px; }
  .contentblock h4 {
    font-size: 20px;
    line-height: 24px; }
  .contentblock h5 {
    font-size: 16px;
    line-height: 19px; }
  .contentblock h6 {
    font-size: 14px;
    line-height: 17px; }
  .contentblock img {
    margin: 5px 0px 19px; }
  .contentblock p img,
  .contentblock a img,
  .contentblock li img {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .contentblock *,
  .contentblock p,
  .contentblock li,
  .contentblock p * {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.45px; }
  .contentblock ol {
    padding-left: 15px; }
  .contentblock h1, .contentblock h2, .contentblock h3 {
    font-size: 22px;
    line-height: 26px; }
  .contentblock h4 {
    font-size: 18px;
    line-height: 22px; }
  .contentblock h5 {
    font-size: 15px;
    line-height: 18px; }
  .contentblock h6 {
    font-size: 13px;
    line-height: 17px; }
  .contentblock a {
    font-size: 14px; }
  .contentblock ul li {
    padding: 0 0 0 20px; }
    .contentblock ul li:after {
      top: 8px; }
  .contentblock img {
    margin: 2px 0px 13px; }
  .contentblock p img,
  .contentblock a img,
  .contentblock li img {
    margin-bottom: 0; } }

.cole_block--img {
  background-color: #eee; }
  .cole_block--img img {
    height: 100%;
    width: 100%;
    vertical-align: bottom; }
.cole_block--details h4,
.cole_block--details h5,
.cole_block--details h3, .cole_block--details-2 h4,
.cole_block--details-2 h5,
.cole_block--details-2 h3 {
  color: #292929;
  font-family: "canada-type-gibson";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px; }
.cole_block--details P, .cole_block--details-2 P {
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.67px; }
.cole_block--details span, .cole_block--details-2 span {
  font-size: 16px;
  font-weight: 400;
  color: #d60800;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  letter-spacing: 0.67px; }
.cole_block--details a, .cole_block--details-2 a {
  font-size: 16px;
  font-weight: 400;
  color: #d60800;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
  .cole_block--details a *, .cole_block--details-2 a * {
    color: #d60800;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
  .cole_block--details a:focus, .cole_block--details a:active, .cole_block--details a:visited, .cole_block--details a:link, .cole_block--details-2 a:focus, .cole_block--details-2 a:active, .cole_block--details-2 a:visited, .cole_block--details-2 a:link {
    color: #d60800; }
    .cole_block--details a:focus *, .cole_block--details a:active *, .cole_block--details a:visited *, .cole_block--details a:link *, .cole_block--details-2 a:focus *, .cole_block--details-2 a:active *, .cole_block--details-2 a:visited *, .cole_block--details-2 a:link * {
      color: #d60800; }
  .cole_block--details a.active, .cole_block--details-2 a.active {
    color: #363636; }
    .cole_block--details a.active *, .cole_block--details-2 a.active * {
      color: #363636; }
  .cole_block--details a:hover, .cole_block--details-2 a:hover {
    color: #363636; }
    .cole_block--details a:hover *, .cole_block--details-2 a:hover * {
      color: #363636; }
.cole_block--details a, .cole_block--details-2 a {
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  letter-spacing: 0.67px; }
.cole_block--details-2 h4,
.cole_block--details-2 h5,
.cole_block--details-2 h3 {
  text-transform: uppercase; }
.cole_block a {
  display: block; }
  .cole_block a:hover .cole_block--details h4,
  .cole_block a:hover .cole_block--details h5,
  .cole_block a:hover .cole_block--details h3,
  .cole_block a:hover .cole_block--details-2 h4,
  .cole_block a:hover .cole_block--details-2 h5,
  .cole_block a:hover .cole_block--details-2 h3 {
    color: #d60800; }
  .cole_block a:hover .cole_block--details span,
  .cole_block a:hover .cole_block--details a,
  .cole_block a:hover .cole_block--details-2 span,
  .cole_block a:hover .cole_block--details-2 a {
    color: #363636; }

@media (max-width: 767px) {
  .cole_block--details h4,
  .cole_block--details h5,
  .cole_block--details h3, .cole_block--details-2 h4,
  .cole_block--details-2 h5,
  .cole_block--details-2 h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px; }
  .cole_block--details P, .cole_block--details-2 P {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .cole_block--details span, .cole_block--details-2 span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px; }
  .cole_block--details a, .cole_block--details-2 a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px; } }
.cole_innerbanner {
  padding: 121px 0 118px;
  background-color: #d8d8d8;
  border-bottom: 2px solid #fff; }
  .cole_innerbanner h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "canada-type-gibson";
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.78px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.46); }
  @media (min-width: 1601px) {
    .cole_innerbanner {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  @media (min-width: 551px) and (max-width: 1600px) {
    .cole_innerbanner {
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center top; } }
  @media (max-width: 767px) {
    .cole_innerbanner {
      padding: 50px 0; }
      .cole_innerbanner h2 {
        font-size: 26px;
        line-height: 36px; } }
  @media (max-width: 550px) {
    .cole_innerbanner {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }

.tab-banner {
  display: none; }
  .tab-banner.active {
    display: block; }

.cole_innerbanner[video-popup] {
  padding: 154px 0 77px; }
  .cole_innerbanner[video-popup] h2 {
    margin: 18px 0 0; }
  @media (max-width: 767px) {
    .cole_innerbanner[video-popup] {
      padding: 40px 0; }
      .cole_innerbanner[video-popup] h2 {
        margin: 10px 0 0; } }

.cole_innerbanner.with-suscribe * {
  text-align: center; }
.cole_innerbanner.with-suscribe .ctct-form .ctct-form-description p,
.cole_innerbanner.with-suscribe .ctct-form .ctct-form-description li {
  color: #fff; }
.cole_innerbanner.with-suscribe .ctct-form-wrapper .ctct-form-field {
  max-width: 370px;
  height: auto !important;
  padding: 0; }
.cole_innerbanner.with-suscribe .ctct-form-wrapper .ctct-form-field-submit {
  max-width: 208px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .cole_innerbanner.with-suscribe {
    padding: 64px 0 62px; }
    .cole_innerbanner.with-suscribe h2 {
      margin: 0 0 15px; }
    .cole_innerbanner.with-suscribe .ctct-form .ctct-form-description p,
    .cole_innerbanner.with-suscribe .ctct-form .ctct-form-description li {
      margin: 0 0 29px; }
    .cole_innerbanner.with-suscribe .ctct-form-wrapper .ctct-form-field {
      margin: 0 auto 21px; } }
@media (max-width: 767px) {
  .cole_innerbanner.with-suscribe {
    padding: 40px 0; }
    .cole_innerbanner.with-suscribe h2 {
      margin: 0 0 5px; }
    .cole_innerbanner.with-suscribe .ctct-form .ctct-form-description p,
    .cole_innerbanner.with-suscribe .ctct-form .ctct-form-description li {
      margin: 0 0 15px; }
    .cole_innerbanner.with-suscribe .ctct-form-wrapper .ctct-form-field {
      margin: 0 auto 15px; } }
.cole_accordian {
  padding: 0 25px; }
  .cole_accordian--row {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dedbd6;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
    margin-bottom: 12px;
    transition: all 0.2s ease; }
  .cole_accordian--trigger {
    padding: 19px 45px 18px 29px;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    font-family: "canada-type-gibson";
    color: #363636;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease; }
    .cole_accordian--trigger i {
      width: 14px;
      height: 14px;
      display: block;
      font-size: 25px;
      color: #363636;
      line-height: 27px;
      transform: rotate(0);
      transition: all 0.4s ease;
      position: absolute;
      right: 29px;
      top: 0;
      line-height: 14px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
  .cole_accordian--target {
    padding: 30px 30px 15px; }
    .cole_accordian--target .contentblock {
      transition: all 0.2s ease; }
      .cole_accordian--target .contentblock p,
      .cole_accordian--target .contentblock li {
        margin: 0 0 15px; }
      .cole_accordian--target .contentblock h1, .cole_accordian--target .contentblock h2, .cole_accordian--target .contentblock h3, .cole_accordian--target .contentblock h4, .cole_accordian--target .contentblock h5, .cole_accordian--target .contentblock h6 {
        padding: 0;
        margin: 0 0 15px; }
  .cole_accordian .active {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: 0 6px 12px 1px rgba(0, 0, 0, 0.15); }
    .cole_accordian .active .cole_accordian--trigger {
      border: 1px solid #f1f1f1;
      background-color: #45c5da;
      color: #ffffff;
      border-radius: 4px 4px 0 0; }
      .cole_accordian .active .cole_accordian--trigger i {
        color: #fff;
        right: 37px; }
        .cole_accordian .active .cole_accordian--trigger i:before {
          content: "\f106"; }

@media (min-width: 1200px) {
  .container.cole_accordian {
    width: 1180px; } }
@media (min-width: 1025px) {
  .cole_accordian--trigger:hover {
    background-color: #45c5da;
    color: #ffffff; }
    .cole_accordian--trigger:hover i {
      color: #fff; } }
@media (max-width: 767px) {
  .cole_accordian--trigger {
    padding: 20px 35px 21px 20px;
    line-height: 16px;
    font-size: 13px; }
    .cole_accordian--trigger i {
      font-size: 20px;
      line-height: 14px;
      right: 20px; }
  .cole_accordian .active .cole_accordian--trigger i {
    right: 18px; }
  .cole_accordian--target {
    padding: 20px 20px 5px; }
    .cole_accordian--target .contentblock p,
    .cole_accordian--target .contentblock li {
      margin: 0 0 15px; } }
.formsection .inputfield,
.formsection .selectionfield {
  margin-bottom: 31px; }
.formsection .inputfield input,
.formsection .inputfield textarea,
.formsection .selectionfield select {
  display: block;
  width: 100%;
  color: #363636;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 1.75px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff; }
.formsection .inputfield input[type="text"],
.formsection .inputfield input[type="email"],
.formsection .inputfield input[type="password"],
.formsection .inputfield input[type="tel"],
.formsection .inputfield input[type="url"],
.formsection .selectionfield select {
  height: 48px; }
.formsection .inputfield input[type="text"], .formsection .inputfield input[type="email"], .formsection .inputfield input[type="password"], .formsection .inputfield input[type="tel"], .formsection .inputfield input[type="url"] {
  padding: 17px 20px 15px; }
  .formsection .inputfield input[type="text"]::-webkit-input-placeholder, .formsection .inputfield input[type="text"]::-moz-placeholder, .formsection .inputfield input[type="text"]:-ms-input-placeholder, .formsection .inputfield input[type="text"]:-moz-placeholder, .formsection .inputfield input[type="email"]::-webkit-input-placeholder, .formsection .inputfield input[type="email"]::-moz-placeholder, .formsection .inputfield input[type="email"]:-ms-input-placeholder, .formsection .inputfield input[type="email"]:-moz-placeholder, .formsection .inputfield input[type="password"]::-webkit-input-placeholder, .formsection .inputfield input[type="password"]::-moz-placeholder, .formsection .inputfield input[type="password"]:-ms-input-placeholder, .formsection .inputfield input[type="password"]:-moz-placeholder, .formsection .inputfield input[type="tel"]::-webkit-input-placeholder, .formsection .inputfield input[type="tel"]::-moz-placeholder, .formsection .inputfield input[type="tel"]:-ms-input-placeholder, .formsection .inputfield input[type="tel"]:-moz-placeholder, .formsection .inputfield input[type="url"]::-webkit-input-placeholder, .formsection .inputfield input[type="url"]::-moz-placeholder, .formsection .inputfield input[type="url"]:-ms-input-placeholder, .formsection .inputfield input[type="url"]:-moz-placeholder {
    line-height: 16px;
    color: #a1a09e;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.75px; }
.formsection .inputfield input[type="date"] {
  padding: 11px 20px 15px; }
  .formsection .inputfield input[type="date"]::-webkit-input-placeholder, .formsection .inputfield input[type="date"]::-moz-placeholder, .formsection .inputfield input[type="date"]:-ms-input-placeholder, .formsection .inputfield input[type="date"]:-moz-placeholder {
    line-height: 16px;
    color: #a1a09e;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.75px; }
.formsection .inputfield textarea {
  height: 192px;
  padding: 18px 20px 15px;
  resize: none;
  overflow: hidden;
  overflow-y: auto; }
.formsection .selectionfield select {
  padding-left: 20px;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/custom/arrow-drop-down.png) no-repeat center right 19px; }
.formsection select::-ms-expand {
  display: none; }

@media (max-width: 767px) {
  .formsection .inputfield,
  .formsection .selectionfield {
    margin-bottom: 20px; } }
form.searchform label {
  display: none; }
form.searchform input[type="text"] {
  padding: 17px 20px 15px;
  height: 50px;
  color: #363636;
  font-weight: 500;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  letter-spacing: 1.75px;
  border: none;
  background-color: #fff;
  width: 40%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
form.searchform input[type="submit"] {
  width: 180px;
  padding: 16px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weights: 500;
  letter-spacing: 1.75px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  background-color: #d60800; }
  form.searchform input[type="submit"]:focus, form.searchform input[type="submit"]:active {
    background-color: #d60800; }
  form.searchform input[type="submit"]:hover {
    background-color: #850016; }

@media (max-width: 767px) {
  form.searchform input[type="text"] {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  form.searchform input[type="submit"] {
    display: block;
    width: 100%; } }
.tabsection .tab_nav {
  width: 300px;
  float: left;
  height: auto;
  border-radius: 4px 0 0 4px;
  overflow: hidden; }
  .tabsection .tab_nav nav {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #fff; }
    .tabsection .tab_nav nav > h3 {
      padding: 25.5px 30px 22px;
      margin: 0;
      line-height: 24px;
      color: #d60800;
      font-family: "canada-type-gibson";
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      /* Text style for "Other Serv" */
      letter-spacing: 1px;
      border-bottom: 1px solid #eee;
      background-color: #ffffff; }
    .tabsection .tab_nav nav ul {
      width: 100%;
      float: left;
      display: block;
      margin: 0 0 3px; }
      .tabsection .tab_nav nav ul li {
        width: 100%;
        float: left;
        border-top: 1px solid #eee;
        position: relative; }
        .tabsection .tab_nav nav ul li > a {
          display: block;
          padding: 25.5px 30px 23.5px;
          color: #363636;
          font-family: Roboto;
          font-size: 16px;
          font-weight: 700;
          line-height: 24px;
          background-color: #ffffff; }
          .tabsection .tab_nav nav ul li > a:hover {
            color: #44c5da; }
        .tabsection .tab_nav nav ul li:first-child {
          border-top: none; }
        .tabsection .tab_nav nav ul li.tab_trigger.active {
          border-top: 1px solid  #efefef;
          box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
          z-index: 1; }
          .tabsection .tab_nav nav ul li.tab_trigger.active > a {
            color: #44c5da;
            padding: 24px 30px 23px; }
          .tabsection .tab_nav nav ul li.tab_trigger.active + li {
            border-top: none; }
        .tabsection .tab_nav nav ul li.tab_trigger {
          position: relative; }
          .tabsection .tab_nav nav ul li.tab_trigger > span.drop-down {
            display: none;
            width: 55px;
            height: 58px;
            border-left: 1px solid rgba(34, 34, 34, 0.09);
            background: transparent;
            top: 0;
            right: 0;
            position: absolute;
            z-index: 2; }
            .tabsection .tab_nav nav ul li.tab_trigger > span.drop-down:after {
              width: 15px;
              height: 14px;
              content: '+';
              font-size: 14px;
              line-height: 14px;
              color: #212121;
              display: block;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              position: absolute;
              margin: auto;
              text-align: center; }
          .tabsection .tab_nav nav ul li.tab_trigger.active > span.drop-down:after {
            content: '-';
            font-size: 23px;
            line-height: 10px;
            color: #44c5da; }
        .tabsection .tab_nav nav ul li .mobile-tab-target {
          display: none;
          padding: 25px 20px 10px; }
          .tabsection .tab_nav nav ul li .mobile-tab-target * {
            word-wrap: break-word; }
          .tabsection .tab_nav nav ul li .mobile-tab-target p {
            margin: 0 0 15px;
            padding: 0; }
          .tabsection .tab_nav nav ul li .mobile-tab-target li {
            margin: 0 0 15px;
            padding: 0 10px;
            border-top: none; }
          .tabsection .tab_nav nav ul li .mobile-tab-target h1, .tabsection .tab_nav nav ul li .mobile-tab-target h2, .tabsection .tab_nav nav ul li .mobile-tab-target h3, .tabsection .tab_nav nav ul li .mobile-tab-target h4, .tabsection .tab_nav nav ul li .mobile-tab-target h5, .tabsection .tab_nav nav ul li .mobile-tab-target h6 {
            padding: 0;
            margin: 0 0 15px; }
  .tabsection .tab_nav .redirectblock {
    padding: 31px 30px;
    background-color: #363636;
    width: 100%;
    float: left;
    position: relative;
    z-index: 5; }
    .tabsection .tab_nav .redirectblock * {
      text-align: center; }
    .tabsection .tab_nav .redirectblock .imgblock,
    .tabsection .tab_nav .redirectblock .questionblock,
    .tabsection .tab_nav .redirectblock .link_button {
      width: 100%;
      float: left; }
    .tabsection .tab_nav .redirectblock .imgblock {
      margin-bottom: 15px; }
      .tabsection .tab_nav .redirectblock .imgblock img {
        display: block;
        margin: 0 auto; }
    .tabsection .tab_nav .redirectblock .questionblock h3 {
      margin: 0 0 10px;
      line-height: 24px;
      color: #d60800;
      font-family: "canada-type-gibson";
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      /* Text style for "Need a Loc" */
      letter-spacing: 1px; }
    .tabsection .tab_nav .redirectblock .questionblock p {
      margin: 0 0 21px;
      color: #ffffff;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
.tabsection .tab_content {
  width: calc(100% - 300px);
  float: right;
  box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  z-index: 4;
  position: relative; }
  .tabsection .tab_content.more-content {
    border-radius: 0 4px 4px 4px; }
  .tabsection .tab_content .contentblock p,
  .tabsection .tab_content .contentblock li {
    margin: 0 0 24px;
    word-wrap: break-word; }
  .tabsection .tab_content .contentblock h1, .tabsection .tab_content .contentblock h2, .tabsection .tab_content .contentblock h3, .tabsection .tab_content .contentblock h4, .tabsection .tab_content .contentblock h5 {
    margin: 0 0 20px;
    word-wrap: break-word; }
.tabsection .tab_target {
  width: 100%;
  display: block;
  padding: 93px 100px;
  display: none;
  float: left; }
  .tabsection .tab_target.tab-active {
    display: block; }

@media (min-width: 768px) and (max-width: 991px) {
  .tabsection .tab_target {
    padding: 50px 30px; } }
@media (max-width: 767px) {
  .tabsection .tab_nav {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0; }
    .tabsection .tab_nav nav > h3 {
      padding: 20px;
      line-height: 19px;
      font-size: 16px; }
    .tabsection .tab_nav nav ul {
      max-height: initial; }
      .tabsection .tab_nav nav ul li > a {
        padding: 20px;
        color: #363636;
        font-size: 13px;
        line-height: 18px;
        position: relative;
        background-color: transparent;
        z-index: 3; }
        .tabsection .tab_nav nav ul li > a:hover {
          color: #363636; }
      .tabsection .tab_nav nav ul li.tab_trigger.active {
        border-top: 1px solid  #efefef;
        box-shadow: none;
        z-index: 1; }
        .tabsection .tab_nav nav ul li.tab_trigger.active > a {
          color: #44c5da;
          padding: 20px;
          box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1); }
        .tabsection .tab_nav nav ul li.tab_trigger.active .mobile-tab-target {
          display: block; }
        .tabsection .tab_nav nav ul li.tab_trigger.active + li {
          border-top: 1px solid #eee; }
      .tabsection .tab_nav nav ul li.tab_trigger > span.drop-down {
        display: block; }
    .tabsection .tab_nav .redirectblock {
      padding: 21px 20px; }
      .tabsection .tab_nav .redirectblock .imgblock {
        margin-bottom: 14px; }
      .tabsection .tab_nav .redirectblock .questionblock h3 {
        line-height: 19px;
        font-size: 16px; }
      .tabsection .tab_nav .redirectblock .questionblock p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 18px; }
  .tabsection .tab_content {
    display: none !important; } }
.sectiontitle-type1 h2,
.sectiontitle-type1 h3,
.sectiontitle-type1 h4,
.sectiontitle-type1 h5, .sectiontitle-type2 h2,
.sectiontitle-type2 h3,
.sectiontitle-type2 h4,
.sectiontitle-type2 h5 {
  padding: 0;
  margin: 3px 0 18px;
  line-height: 58px;
  font-family: "canada-type-gibson";
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px; }
.sectiontitle-type1 p,
.sectiontitle-type1 p strong, .sectiontitle-type2 p,
.sectiontitle-type2 p strong {
  margin: 0 0 15px;
  line-height: 24px;
  font-family: "canada-type-gibson";
  font-size: 20px;
  font-weight: 600; }
.sectiontitle-type1 h1, .sectiontitle-type1 h2, .sectiontitle-type1 h3, .sectiontitle-type1 h4, .sectiontitle-type1 h5 {
  color: #292929; }
.sectiontitle-type1 p {
  color: #363636; }
.sectiontitle-type2 h1, .sectiontitle-type2 h2, .sectiontitle-type2 h3, .sectiontitle-type2 h4, .sectiontitle-type2 h5, .sectiontitle-type2 p, .sectiontitle-type2 li, .sectiontitle-type2 * {
  color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  .sectiontitle-type1 h2,
  .sectiontitle-type1 h3,
  .sectiontitle-type1 h4,
  .sectiontitle-type1 h5, .sectiontitle-type2 h2,
  .sectiontitle-type2 h3,
  .sectiontitle-type2 h4,
  .sectiontitle-type2 h5 {
    margin: 0 0 15px;
    line-height: 32px;
    font-size: 26px; }
  .sectiontitle-type1 p,
  .sectiontitle-type1 p strong, .sectiontitle-type2 p,
  .sectiontitle-type2 p strong {
    line-height: 20px;
    font-size: 16px; } }
@media (max-width: 767px) {
  .sectiontitle-type1 h2,
  .sectiontitle-type1 h3,
  .sectiontitle-type1 h4,
  .sectiontitle-type1 h5, .sectiontitle-type2 h2,
  .sectiontitle-type2 h3,
  .sectiontitle-type2 h4,
  .sectiontitle-type2 h5 {
    margin: 0 0 15px;
    line-height: 30px;
    font-size: 24px; }
  .sectiontitle-type1 p,
  .sectiontitle-type1 p strong, .sectiontitle-type2 p,
  .sectiontitle-type2 p strong {
    line-height: 18px;
    font-size: 14px; } }
.cole_toptabnav {
  background-color: #101010; }
  .cole_toptabnav ul {
    display: block;
    text-align: center; }
    .cole_toptabnav ul li {
      display: inline-block;
      position: relative; }
      .cole_toptabnav ul li a {
        padding-top: 24px;
        padding-bottom: 19px;
        display: block;
        line-height: 16px;
        font-family: "canada-type-gibson";
        text-transform: uppercase;
        letter-spacing: 0.65px; }
        .cole_toptabnav ul li a:after {
          content: '';
          width: 16px;
          height: 39px;
          display: block;
          background-image: url(../images/custom/static-bg-icons-stripe.png);
          background-repeat: no-repeat;
          background-size: auto;
          background-position: -193px -4px;
          display: block;
          top: 0;
          bottom: 0;
          right: -8px;
          position: absolute;
          margin-top: auto;
          margin-bottom: auto; }
      .cole_toptabnav ul li a {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
        .cole_toptabnav ul li a * {
          color: #fff;
          transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -webkit-transition: 0.4s ease all; }
        .cole_toptabnav ul li a:focus, .cole_toptabnav ul li a:active, .cole_toptabnav ul li a:visited, .cole_toptabnav ul li a:link {
          color: #fff; }
          .cole_toptabnav ul li a:focus *, .cole_toptabnav ul li a:active *, .cole_toptabnav ul li a:visited *, .cole_toptabnav ul li a:link * {
            color: #fff; }
        .cole_toptabnav ul li a.active {
          color: #d60800; }
          .cole_toptabnav ul li a.active * {
            color: #d60800; }
        .cole_toptabnav ul li a:hover {
          color: #d60800; }
          .cole_toptabnav ul li a:hover * {
            color: #d60800; }
      .cole_toptabnav ul li.current-menu-item a {
        color: #d60800; }
      .cole_toptabnav ul li:last-child a:after {
        display: none; }

@media (min-width: 768px) {
  .cole_toptabnav ul li a {
    padding-top: 24px;
    padding-bottom: 19px; } }
@media (max-width: 767px) {
  .cole_toptabnav ul li {
    width: 100%;
    display: inline-block; }
    .cole_toptabnav ul li a {
      padding-top: 16px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.29); }
      .cole_toptabnav ul li a:hover {
        color: #fff; }
      .cole_toptabnav ul li a.active {
        color: #d60800; }
      .cole_toptabnav ul li a:after {
        display: none; }
    .cole_toptabnav ul li.current-menu-item a {
      color: #d60800; } }
@media (min-width: 768px) {
  .toptabnav-win-display ul li a {
    padding-left: 64px;
    padding-right: 70px; }
  .toptabnav-win-display ul li:first-child a {
    padding-left: 0; }
  .toptabnav-win-display ul li:last-child a {
    padding-right: 0; } }
@media (min-width: 768px) {
  .toptabnav-careers ul li a {
    padding-left: 64px;
    padding-right: 70px; }
  .toptabnav-careers ul li:first-child a {
    padding-left: 0; }
  .toptabnav-careers ul li:last-child a {
    padding-right: 0; } }
@media (min-width: 1200px) {
  .toptabnav_assistant-program ul li a {
    padding-left: 55px;
    padding-right: 56px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .toptabnav_assistant-program ul li a {
    padding-left: 35px;
    padding-right: 36px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .toptabnav_assistant-program ul li a {
    padding-left: 15px;
    padding-right: 16px;
    font-size: 12px; } }
@media (min-width: 768px) {
  .toptabnav_assistant-program ul li:first-child a {
    padding-left: 0; }
  .toptabnav_assistant-program ul li:last-child a {
    padding-right: 0; } }
.fnl-section {
  padding: 100px 0;
  background-image: linear-gradient(-45deg, #9d0600 0%, #fa5a54 100%); }
  .fnl-section .sectiontitle-type2 {
    margin-bottom: 14px; }
    .fnl-section .sectiontitle-type2 h2 {
      margin: 3px 0 18px;
      letter-spacing: 0; }
  .fnl-section .link_button a {
    max-width: 170px;
    margin: 0 auto; }

@media (max-width: 767px) {
  .fnl-section {
    padding: 40px 0; }
    .fnl-section .sectiontitle-type2 {
      margin-bottom: 10px; }
      .fnl-section .sectiontitle-type2 h2 {
        margin: 0 0 10px;
        letter-spacing: 0; } }
*[scroll-bar="active"]::-webkit-scrollbar-track {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  width: 11px; }
*[scroll-bar="active"]::-webkit-scrollbar {
  width: 11px;
  background-color: #ffffff; }
*[scroll-bar="active"]::-webkit-scrollbar-thumb {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #d0cfcf; }

.cole_banner--wrapper {
  border-bottom: 2px solid #fff; }

.cole_banner--slide {
  background-color: #d8d8d8; }
  .cole_banner--slide p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.46);
    margin: 0 0 26px;
    padding: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    text-transform: none;
    color: #fff;
    font-family: "canada-type-gibson";
    letter-spacing: 1px; }
  .cole_banner--slide .link_button a {
    width: 170px;
    margin: 0 auto;
    letter-spacing: 1.65px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .cole_banner--slide {
    height: 600px !important;
    padding: 216px 0 220px; }
    .cole_banner--slide p {
      font-size: 45px;
      line-height: 60px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_banner--slide {
    height: 370px !important;
    padding: 120px 0 120px; }
    .cole_banner--slide p {
      font-size: 40px;
      line-height: 50px; } }
@media (min-width: 1200px) {
  .cole_banner--slide {
    height: 600px !important;
    padding: 218px 0 230px; } }
@media (max-width: 767px) {
  .cole_banner--slide {
    height: 280px !important;
    padding: 90px 0 90px; }
    .cole_banner--slide p {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 20px; } }
@media (max-width: 550px) {
  .cole_banner--slide {
    height: 230px !important;
    padding: 45px 0 50px; } }
@media (min-width: 1601px) {
  .cole_banner--slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; } }
@media (max-width: 1600px) {
  .cole_banner--slide {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top; } }
.white_dots ul.slick-dots li,
.red_dots ul.slick-dots li {
  margin: 0 5px 5px;
  opacity: 1;
  width: 15px;
  height: 15px; }
  .white_dots ul.slick-dots li button,
  .red_dots ul.slick-dots li button {
    width: 15px;
    height: 15px;
    position: relative;
    outline: none !important;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .white_dots ul.slick-dots li button:before,
    .red_dots ul.slick-dots li button:before {
      width: 11px;
      height: 11px;
      top: 2px;
      left: 2px;
      background-color: transparent;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      opacity: 1;
      content: '';
      transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all; }

.red_dots ul.slick-dots li button {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  background-color: #ffffff; }
  .red_dots ul.slick-dots li button:hover:before {
    background-color: #d32323; }
.red_dots ul.slick-dots li.slick-active button:before {
  background-color: #d32323; }

.white_dots ul.slick-dots li button {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
  background-color: #e9d8c1; }
  .white_dots ul.slick-dots li button:hover:before {
    background-color: #ffffff; }
.white_dots ul.slick-dots li.slick-active button:before {
  background-color: #ffffff; }

div.slick-dotted.slick-slider,
section.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider[dots="false"] ul.slick-dots {
  display: none !important; }

@media (max-width: 991px) {
  .white_dots ul.slick-dots li,
  .red_dots ul.slick-dots li {
    margin: 0 4px 5px;
    width: 10px;
    height: 10px; }
    .white_dots ul.slick-dots li button,
    .red_dots ul.slick-dots li button {
      width: 10px;
      height: 10px; }
      .white_dots ul.slick-dots li button:before,
      .red_dots ul.slick-dots li button:before {
        width: 6px;
        height: 6px;
        top: 2px;
        left: 2px; } }
.slick-slider .slick-next,
.slick-slider .slick-prev {
  display: block !important;
  position: absolute;
  height: 44px;
  width: 44px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: "\f104";
  width: 44px;
  height: 44px;
  line-height: 1;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #363636;
  font: normal normal normal 14px/1 FontAwesome;
  border-radius: 50%;
  padding: 6px 12px;
  font-size: 21px;
  display: block;
  border: 4px solid #ebe1db;
  background-color: #ffffff; }
.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:hover:before {
  background-color: #f1f1f1; }
.slick-slider .slick-next:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.slick-slider[arrows="false"] .slick-next,
.slick-slider[arrows="false"] .slick-prev {
  display: none !important; }
.slick-slider .slick-slide {
  outline: 0 !important; }

@media (min-width: 1260px) {
  .slick-slider .slick-next {
    right: -22px !important; }
  .slick-slider .slick-prev {
    left: -22px !important; } }
@media (max-width: 1259px) {
  .slick-slider .slick-next {
    right: 25px !important; }
  .slick-slider .slick-prev {
    left: 25px !important; } }
.cole_wnole {
  padding: 63px 0 135px;
  background-image: url(../images/custom/backgrounds/home/windows-by-nole.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .cole_wnole .sectiontitle-type1 h2 {
    margin: 0 0 38px;
    letter-spacing: 0; }
  .cole_wnole .slick-slider .slick-prev {
    left: -31px !important; }
  .cole_wnole .slick-slider .slick-next {
    right: -31px !important; }
  .cole_wnole .slick-slider .slick-next:before,
  .cole_wnole .slick-slider .slick-prev:before {
    border-color: #e9d0a6; }
  .cole_wnole .slick-dots {
    bottom: -50px; }
  .cole_wnole--slider {
    border: 10px solid #fff;
    margin-right: -11px;
    margin-left: -10px; }
    .cole_wnole--slider iframe {
      width: 100%;
      height: 427px;
      position: relative;
      z-index: 2;
      vertical-align: bottom; }
    .cole_wnole--slider .vd-banner #background-video {
      text-align: center; }
      .cole_wnole--slider .vd-banner #background-video span {
        background: url(../images/custom/play-icon.png) no-repeat center;
        position: absolute;
        width: 80px;
        height: 80px;
        top: 166px;
        cursor: pointer;
        margin-left: -40px; }
      .cole_wnole--slider .vd-banner #background-video #vidwrap {
        background-color: #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;
        overflow: hidden;
        background-repeat: no-repeat;
        width: 100%;
        height: 427px;
        z-index: 2; }
        .cole_wnole--slider .vd-banner #background-video #vidwrap iframe {
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 3;
          vertical-align: bottom; }
    .cole_wnole--slider .details {
      bottom: 0;
      position: absolute;
      padding: 0 51px 31px;
      z-index: 2; }
      .cole_wnole--slider .details h3 {
        height: 36px;
        overflow: hidden;
        margin: 0px 0 8px;
        color: #fff;
        font-family: "canada-type-gibson";
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        height: 36px;
        overflow: hidden; }
      .cole_wnole--slider .details a {
        font-size: 16px;
        font-weight: 400;
        color: #d60800;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
        .cole_wnole--slider .details a * {
          color: #d60800;
          transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -webkit-transition: 0.4s ease all; }
        .cole_wnole--slider .details a:focus, .cole_wnole--slider .details a:active, .cole_wnole--slider .details a:visited, .cole_wnole--slider .details a:link {
          color: #d60800; }
          .cole_wnole--slider .details a:focus *, .cole_wnole--slider .details a:active *, .cole_wnole--slider .details a:visited *, .cole_wnole--slider .details a:link * {
            color: #d60800; }
        .cole_wnole--slider .details a.active {
          color: #363636; }
          .cole_wnole--slider .details a.active * {
            color: #363636; }
        .cole_wnole--slider .details a:hover {
          color: #363636; }
          .cole_wnole--slider .details a:hover * {
            color: #363636; }
      .cole_wnole--slider .details a {
        font-family: "Roboto", sans-serif;
        line-height: 24px;
        letter-spacing: 0.67px; }

@media (min-width: 768px) and (max-width: 991px) {
  .cole_wnole {
    padding: 40px 0 80px; }
    .cole_wnole .slick-slider .slick-prev {
      left: 10px !important; }
    .cole_wnole .slick-slider .slick-next {
      right: 10px !important; }
    .cole_wnole .slick-dots {
      bottom: -50px; }
    .cole_wnole--slider {
      border: 10px solid #fff;
      margin-right: 0;
      margin-left: 0; }
      .cole_wnole--slider iframe {
        height: 400px; } }
@media (max-width: 767px) {
  .cole_wnole {
    padding: 35px 0 75px; }
    .cole_wnole .sectiontitle-type1 h2 {
      margin: 0 0 20px; }
    .cole_wnole .slick-slider .slick-prev {
      left: 10px !important; }
    .cole_wnole .slick-slider .slick-next {
      right: 10px !important; }
    .cole_wnole .slick-dots {
      bottom: -50px; }
    .cole_wnole--slider {
      border: 10px solid #fff;
      margin-right: 0;
      margin-left: 0; }
      .cole_wnole--slider iframe {
        height: 230px; }
      .cole_wnole--slider .details {
        padding: 0 25px 20px; }
        .cole_wnole--slider .details h3 {
          margin: 0px 0 6px;
          font-size: 20px;
          line-height: 26px;
          letter-spacing: 1px;
          height: 26px;
          overflow: hidden; } }
.cole_storefinder > h3 {
  margin: 0 0 23px;
  color: #292929;
  font-family: "canada-type-gibson";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 28px;
  overflow: hidden; }

.cole_storefinder--search.formsection {
  position: relative; }
  .cole_storefinder--search.formsection .inputfield {
    margin-bottom: 0; }
  .cole_storefinder--search.formsection input[type="text"] {
    border-radius: 4px 4px 0  0;
    padding-right: 40px;
    letter-spacing: 1.75px;
    height: 49px; }
  .cole_storefinder--search.formsection input[type="submit"],
  .cole_storefinder--search.formsection button {
    width: 30px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    border-radius: 0 4px 0  0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    background-image: url(../images/custom/static-bg-icons-stripe.png);
    background-position: -154px 3px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    .cole_storefinder--search.formsection input[type="submit"]:hover,
    .cole_storefinder--search.formsection button:hover {
      background-position: -154px -23px; }

.cole_storefinder--results {
  max-height: 1193px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 0 0 4px 4px;
  overflow-y: auto;
  overflow-x: hidden; }
  .cole_storefinder--results::-webkit-scrollbar-track {
    border-radius: 0 0 4px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 9px; }
  .cole_storefinder--results::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 0, 0, 0.1); }
  .cole_storefinder--results::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    background-color: #d60800;
    background-image: url(../images/custom/scroll-bar-icon.png);
    background-position: center;
    background-repeat: no-repeat; }
.cole_storefinder--result {
  background-color: #f6fbff; }
  .cole_storefinder--result .imgblock {
    height: 150px; }
    .cole_storefinder--result .imgblock img {
      height: 100%;
      width: 100%;
      max-height: 100%;
      max-width: 100%; }
  .cole_storefinder--result .details {
    padding: 20px 30px 20px; }
    .cole_storefinder--result .details p {
      color: #363636;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.58px;
      line-height: 21px; }
      .cole_storefinder--result .details p strong {
        color: #292929;
        font-family: "canada-type-gibson";
        letter-spacing: -0.34px;
        font-weight: 600; }
      .cole_storefinder--result .details p a {
        font-size: 14px;
        font-weight: inherit;
        color: #363636;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
        .cole_storefinder--result .details p a * {
          color: #363636;
          transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -webkit-transition: 0.4s ease all; }
        .cole_storefinder--result .details p a:focus, .cole_storefinder--result .details p a:active, .cole_storefinder--result .details p a:visited, .cole_storefinder--result .details p a:link {
          color: #363636; }
          .cole_storefinder--result .details p a:focus *, .cole_storefinder--result .details p a:active *, .cole_storefinder--result .details p a:visited *, .cole_storefinder--result .details p a:link * {
            color: #363636; }
        .cole_storefinder--result .details p a.active {
          color: #d60800; }
          .cole_storefinder--result .details p a.active * {
            color: #d60800; }
        .cole_storefinder--result .details p a:hover {
          color: #d60800; }
          .cole_storefinder--result .details p a:hover * {
            color: #d60800; }
      .cole_storefinder--result .details p.city {
        margin: 0 0 7px; }
      .cole_storefinder--result .details p.time {
        margin: 0 0 6px; }
      .cole_storefinder--result .details p.address {
        margin: 0 0 5px; }
      .cole_storefinder--result .details p.call-text {
        margin: 0 0 4px; }
        .cole_storefinder--result .details p.call-text strong {
          letter-spacing: -0.28px;
          margin-right: 3px; }
    .cole_storefinder--result .details a {
      font-size: 16px;
      font-weight: 400;
      color: #d60800;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
      .cole_storefinder--result .details a * {
        color: #d60800;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
      .cole_storefinder--result .details a:focus, .cole_storefinder--result .details a:active, .cole_storefinder--result .details a:visited, .cole_storefinder--result .details a:link {
        color: #d60800; }
        .cole_storefinder--result .details a:focus *, .cole_storefinder--result .details a:active *, .cole_storefinder--result .details a:visited *, .cole_storefinder--result .details a:link * {
          color: #d60800; }
      .cole_storefinder--result .details a.active {
        color: #363636; }
        .cole_storefinder--result .details a.active * {
          color: #363636; }
      .cole_storefinder--result .details a:hover {
        color: #363636; }
        .cole_storefinder--result .details a:hover * {
          color: #363636; }
    .cole_storefinder--result .details a {
      font-family: "Roboto", sans-serif;
      line-height: 24px;
      letter-spacing: 0.67px; }
  .cole_storefinder--result:nth-child(even) {
    background-color: #fff; }

@media (min-width: 992px) and (max-width: 1199px) {
  .cole_storefinder--results {
    max-height: 1157px; }
  .cole_storefinder--result .imgblock {
    height: 119px; }
  .cole_storefinder--result .details {
    padding: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_storefinder > h3 {
    font-size: 20px;
    margin: 0 0 49px;
    height: 24px;
    overflow: hidden; }

  .cole_storefinder--results {
    max-height: 2032px; }
  .cole_storefinder--result .imgblock {
    height: 138px; }
  .cole_storefinder--result .details {
    padding: 20px; } }
@media (max-width: 767px) {
  .cole_storefinder > h3 {
    font-size: 20px;
    margin: 0 0 20px;
    height: auto;
    overflow: visible;
    text-align: center; }

  .cole_storefinder--results {
    max-height: 450px; }
  .cole_storefinder--result .imgblock {
    height: auto;
    max-height: 210px;
    overflow: hidden; }
    .cole_storefinder--result .imgblock img {
      width: 100%;
      height: auto; }
  .cole_storefinder--result .details {
    padding: 20px; } }
@media (max-width: 550px) {
  .cole_storefinder--results {
    max-height: 370px; } }
.map-block {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff; }
  .map-block iframe {
    width: 100%;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #eaeaea; }

@media (min-width: 768px) {
  .map-block {
    padding: 30px 30px 27px;
    margin: 0 0 30px; } }
@media (min-width: 992px) {
  .map-block iframe {
    height: 555px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .map-block iframe {
    height: 350px; } }
@media (max-width: 767px) {
  .map-block {
    padding: 15px;
    margin: 0 0 30px; }
    .map-block iframe {
      height: 250px; } }
/* Variables for limit lable lines */
.store_details--block {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  overflow: hidden; }
  .store_details--block h3 {
    color: #363636;
    font-family: "canada-type-gibson";
    font-weight: 600; }
  .store_details--block .tools_lists ul li {
    display: block;
    float: left;
    position: relative;
    margin: 20px 0 40px 0; }
    .store_details--block .tools_lists ul li img {
      max-height: 100%;
      margin: 0 auto;
      max-width: 100%;
      display: block; }
    .store_details--block .tools_lists ul li label {
      font-family: "Roboto", sans-serif;
      text-align: center;
      font-weight: normal;
      height: 33.6px;
      /* Fallback for non-webkit */
      width: 100%;
      margin: 0 auto;
      font-size: 12px;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 10px;
      padding: 0 3px 0 3px; }
    .store_details--block .tools_lists ul li:after {
      content: '';
      width: 1px;
      height: 85px;
      display: block;
      background-color: #ebebeb;
      display: block;
      top: 0;
      bottom: 0;
      position: absolute;
      margin-top: auto;
      margin-bottom: auto;
      right: 0;
      top: 38px; }
    .store_details--block .tools_lists ul li:las-child:after {
      display: none; }

@media (min-width: 768px) {
  .store_details--block {
    padding: 24px 28px 20px 30px;
    margin: 0 0 31px; }
    .store_details--block h3 {
      margin: 0 0 28px;
      line-height: 29px;
      font-size: 24px; }
    .store_details--block .contentblock {
      padding-bottom: 8px; }
      .store_details--block .contentblock p,
      .store_details--block .contentblock li {
        margin: 0 0 24px; }
    .store_details--block .tools h3 {
      margin: 0px; }
    .store_details--block .tools_lists ul li {
      height: 50px;
      width: calc(100% / 5);
      padding: 0; }
      .store_details--block .tools_lists ul li:first-child {
        padding-left: 0; }
        .store_details--block .tools_lists ul li:first-child:after {
          display: block; }
      .store_details--block .tools_lists ul li:nth-child(4n+1):after {
        display: none; }
      .store_details--block .tools_lists ul li:nth-child(5n+1) {
        clear: left; }
      .store_details--block .tools_lists ul li:first-child:after {
        display: block; } }
@media (min-width: 992px) {
  .store_details--block .tools_lists ul li {
    width: calc(100% / 6); }
    .store_details--block .tools_lists ul li:nth-child(4n+1):after {
      display: block; }
    .store_details--block .tools_lists ul li:nth-child(5n+1) {
      clear: none; }
      .store_details--block .tools_lists ul li:nth-child(5n+1):after {
        display: none; }
    .store_details--block .tools_lists ul li:nth-child(6n+1) {
      clear: left; }
    .store_details--block .tools_lists ul li:first-child:after {
      display: block; } }
@media (min-width: 1200px) {
  .store_details--block .tools_lists ul li {
    width: calc(100% / 7);
    clear: none; }
    .store_details--block .tools_lists ul li:after {
      display: block; }
    .store_details--block .tools_lists ul li:nth-child(6n+1) {
      clear: none; }
      .store_details--block .tools_lists ul li:nth-child(6n+1):after {
        display: none; }
    .store_details--block .tools_lists ul li:nth-child(7n+1) {
      clear: left; }
    .store_details--block .tools_lists ul li:first-child:after, .store_details--block .tools_lists ul li:nth-child(5n+1):after {
      display: block; } }
@media (max-width: 767px) {
  .store_details--block {
    padding: 20px 15px 20px;
    margin: 0 0 20px; }
    .store_details--block h3 {
      margin: 0 0 10px;
      line-height: 24px;
      font-size: 20px; }
    .store_details--block .contentblock p,
    .store_details--block .contentblock li {
      margin: 0 0 15px; }
    .store_details--block .tools h3 {
      margin: 0px; }
    .store_details--block .tools_lists ul li {
      height: 50px;
      width: calc(100% / 5);
      padding: 0; }
      .store_details--block .tools_lists ul li:first-child {
        padding-left: 0; }
      .store_details--block .tools_lists ul li:nth-child(4n+1):after {
        display: none; }
      .store_details--block .tools_lists ul li:nth-child(5n+1) {
        clear: left; }
      .store_details--block .tools_lists ul li:first-child:after {
        display: block; } }
@media (max-width: 550px) {
  .store_details--block .tools_lists ul li {
    width: calc(100% / 3);
    padding: 0; }
    .store_details--block .tools_lists ul li:first-child {
      padding-left: 0; }
    .store_details--block .tools_lists ul li:nth-child(5n+1) {
      clear: none; }
    .store_details--block .tools_lists ul li:nth-child(3n):after {
      display: none; }
    .store_details--block .tools_lists ul li:nth-child(3n+1) {
      clear: left; }
    .store_details--block .tools_lists ul li:nth-child(4n+1):after {
      display: block; }
    .store_details--block .tools_lists ul li:first-child:after {
      display: block; } }
.location_details--block {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  overflow: hidden; }
  .location_details--block h3 {
    color: #363636;
    font-family: "canada-type-gibson";
    font-weight: 600; }
.location_details--values li {
  background-color: #f6fbff; }
  .location_details--values li:nth-child(even) {
    background-color: #fff; }
.location_details--values li,
.location_details--values p {
  margin: 0;
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.67px; }
  .location_details--values li a,
  .location_details--values p a {
    font-size: 16px;
    font-weight: 400;
    color: #ca0005;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    .location_details--values li a *,
    .location_details--values p a * {
      color: #ca0005;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    .location_details--values li a:focus, .location_details--values li a:active, .location_details--values li a:visited, .location_details--values li a:link,
    .location_details--values p a:focus,
    .location_details--values p a:active,
    .location_details--values p a:visited,
    .location_details--values p a:link {
      color: #ca0005; }
      .location_details--values li a:focus *, .location_details--values li a:active *, .location_details--values li a:visited *, .location_details--values li a:link *,
      .location_details--values p a:focus *,
      .location_details--values p a:active *,
      .location_details--values p a:visited *,
      .location_details--values p a:link * {
        color: #ca0005; }
    .location_details--values li a.active,
    .location_details--values p a.active {
      color: #363636; }
      .location_details--values li a.active *,
      .location_details--values p a.active * {
        color: #363636; }
    .location_details--values li a:hover,
    .location_details--values p a:hover {
      color: #363636; }
      .location_details--values li a:hover *,
      .location_details--values p a:hover * {
        color: #363636; }

@media (min-width: 768px) {
  .location_details--block {
    padding: 26px 0 30px; }
    .location_details--block h3 {
      margin: 0 0 23px;
      padding: 0 30px;
      line-height: 29px;
      font-size: 24px; }
  .location_details--values li span {
    margin: 0 4.5px; }
  .location_details--values li,
  .location_details--values p {
    padding: 9px 30px;
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .location_details--block {
    padding: 20px 0 20px;
    margin: 0 0 20px; }
    .location_details--block h3 {
      margin: 0 0 10px;
      padding: 0 15px;
      line-height: 24px;
      font-size: 20px; }
  .location_details--values li span {
    margin: 0 2px; }
  .location_details--values li,
  .location_details--values p {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 22px; } }
.store-gallery {
  margin-bottom: 31px !important;
  border: 10px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17); }
  .store-gallery .slide img {
    width: 100%;
    height: 100%; }
  .store-gallery.slick-slider .slick-next,
  .store-gallery.slick-slider .slick-prev {
    height: 46px;
    width: 46px; }
    .store-gallery.slick-slider .slick-next:before,
    .store-gallery.slick-slider .slick-prev:before {
      height: 46px;
      width: 46px;
      padding: 7px 4px;
      border: 4px solid #e9d0a6; }

@media (min-width: 1260px) {
  .store-gallery.slick-slider .slick-next {
    right: -33px !important; }
  .store-gallery.slick-slider .slick-prev {
    left: -33px !important; } }
@media (max-width: 1259px) {
  .store-gallery.slick-slider .slick-next {
    right: 20px !important; }
  .store-gallery.slick-slider .slick-prev {
    left: 20px !important; } }
@media (min-width: 1200px) {
  .store-gallery {
    margin: 0px -11px 31px; }
    .store-gallery .slide {
      height: 430px; }
    .store-gallery.slick-slider .slick-next,
    .store-gallery.slick-slider .slick-prev {
      margin-top: 2px; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .store-gallery .slide {
    height: 337px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .store-gallery .slide {
    height: 257px; } }
@media (max-width: 767px) {
  .store-gallery {
    margin-bottom: 20px !important; }
    .store-gallery .slide img {
      height: 165px; } }
@media (max-width: 550px) {
  .store-gallery .slide img {
    height: 113px; } }
.related-displays .wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff; }
  .related-displays .wrapper .imgblock,
  .related-displays .wrapper .imgblock img,
  .related-displays .wrapper .imgblock h4 {
    position: relative; }
  .related-displays .wrapper .imgblock {
    margin: 0 0  20px; }
    .related-displays .wrapper .imgblock:after {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      display: block;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 28%, #000000 100%);
      opacity: 0.8;
      z-index: 3; }
    .related-displays .wrapper .imgblock img {
      z-index: 1;
      max-width: 100%;
      width: 100%;
      height: auto;
      opacity: 1;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    .related-displays .wrapper .imgblock h4 {
      margin: 0;
      position: absolute;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      height: 24px;
      overflow: hidden;
      z-index: 4;
      text-align: center; }
    .related-displays .wrapper .imgblock a {
      opacity: 1;
      position: relative;
      display: block; }
      .related-displays .wrapper .imgblock a:hover h4 {
        color: #fff; }
    .related-displays .wrapper .imgblock:hover:after {
      z-index: 2; }
    .related-displays .wrapper .imgblock:hover a {
      z-index: 3; }
      .related-displays .wrapper .imgblock:hover a img {
        opacity: 0.8; }

@media (min-width: 768px) {
  .related-displays {
    margin: 0 0 20px; }
    .related-displays .sub-heading h3 {
      margin: 0px 0 23px; }
    .related-displays .wrapper {
      padding: 20px 20px 1px 20px; }
      .related-displays .wrapper .imgblock {
        margin: 0 0  20px; }
        .related-displays .wrapper .imgblock h4 {
          bottom: 20px;
          left: 15px;
          right: 15px; } }
@media (max-width: 767px) {
  .related-displays {
    margin: 0 0 30px; }
    .related-displays .sub-heading h3 {
      margin: 0 0 15px; }
    .related-displays .wrapper {
      padding: 15px; }
      .related-displays .wrapper .imgblock {
        margin: 0 0 15px;
        height: auto; }
        .related-displays .wrapper .imgblock h4 {
          bottom: 18px;
          left: 10px;
          right: 10px; }
        .related-displays .wrapper .imgblock img {
          width: 100%;
          height: 100%; } }
.display-gallery .wrapper .imgblock img {
  width: 100%;
  height: auto; }
.display-gallery .wrapper .imgblock a {
  display: block; }
.display-gallery .wrapper .imgblock:last-of-type {
  margin: 0; }

@media (min-width: 768px) {
  .display-gallery .sub-heading h3 {
    margin: 0 -1px 23px; }
  .display-gallery .wrapper .imgblock {
    margin: 0px 0 31px; } }
@media (max-width: 767px) {
  .display-gallery .sub-heading h3 {
    margin: 0 0 20px; }
  .display-gallery .wrapper {
    padding: 15px 0;
    /* @include box-shadow(0 2px 4px rgba(0, 0, 0, 0.17));
    @include border-radius(4px);
    background-color: $bg-white; */ }
    .display-gallery .wrapper .imgblock {
      margin: 0 0 15px;
      height: auto; }
      .display-gallery .wrapper .imgblock img {
        width: 100%;
        height: 100%; } }
.gadjet-displays {
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17); }
  .gadjet-displays .img-block {
    max-width: 277px;
    max-height: 133px; }
    .gadjet-displays .img-block img {
      width: 100%;
      height: auto; }
  .gadjet-displays .link_button--red a {
    margin: 0 auto; }

@media (min-width: 768px) {
  .gadjet-displays {
    padding: 66px 25px 49px; }
    .gadjet-displays .img-block {
      margin: 0 auto 53px; }
    .gadjet-displays .link_button--red a {
      width: 100%;
      max-width: 240px; } }
@media (max-width: 767px) {
  .gadjet-displays {
    padding: 40px 20px 40px; }
    .gadjet-displays .img-block {
      margin: 0 auto 40px; }
    .gadjet-displays .link_button--red a {
      max-width: 170px; } }
.contact-person {
  margin-bottom: 26px; }
  .contact-person .wrapper {
    width: 100%;
    display: inline-block;
    padding: 21px 21px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    overflow: hidden; }
  .contact-person .img-block {
    width: 100px;
    height: 100px;
    float: left; }
    .contact-person .img-block img {
      height: 100%;
      width: 100%; }
  .contact-person .detail-block {
    width: calc(100% - 120px);
    float: right; }
    .contact-person .detail-block p strong {
      font-weight: 600; }
    .contact-person .detail-block p.name, .contact-person .detail-block p.store, .contact-person .detail-block p.store *, .contact-person .detail-block p.name * {
      margin: 0px 0 10px;
      color: #292929;
      font-family: "canada-type-gibson";
      font-size: 14px;
      line-height: 17px; }
    .contact-person .detail-block p.email {
      margin: 0 0 10px;
      letter-spacing: 0.5px;
      line-height: 21px;
      font-family: "Roboto", sans-serif; }
      .contact-person .detail-block p.email a {
        font-size: 14px;
        font-weight: 400;
        color: #d60800;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
        .contact-person .detail-block p.email a * {
          color: #d60800;
          transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -webkit-transition: 0.4s ease all; }
        .contact-person .detail-block p.email a:focus, .contact-person .detail-block p.email a:active, .contact-person .detail-block p.email a:visited, .contact-person .detail-block p.email a:link {
          color: #d60800; }
          .contact-person .detail-block p.email a:focus *, .contact-person .detail-block p.email a:active *, .contact-person .detail-block p.email a:visited *, .contact-person .detail-block p.email a:link * {
            color: #d60800; }
        .contact-person .detail-block p.email a.active {
          color: #292929; }
          .contact-person .detail-block p.email a.active * {
            color: #292929; }
        .contact-person .detail-block p.email a:hover {
          color: #292929; }
          .contact-person .detail-block p.email a:hover * {
            color: #292929; }
      .contact-person .detail-block p.email * {
        word-wrap: break-word; }
    .contact-person .detail-block p.address {
      margin: 0 0 10px;
      color: #363636;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: 0.58px; }
    .contact-person .detail-block p.tel {
      margin: 0 0 5px;
      padding-left: 23px;
      position: relative;
      font-family: "Roboto", sans-serif;
      line-height: 21px; }
      .contact-person .detail-block p.tel a {
        font-size: 14px;
        font-weight: 400;
        color: #363636;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
        .contact-person .detail-block p.tel a * {
          color: #363636;
          transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -webkit-transition: 0.4s ease all; }
        .contact-person .detail-block p.tel a:focus, .contact-person .detail-block p.tel a:active, .contact-person .detail-block p.tel a:visited, .contact-person .detail-block p.tel a:link {
          color: #363636; }
          .contact-person .detail-block p.tel a:focus *, .contact-person .detail-block p.tel a:active *, .contact-person .detail-block p.tel a:visited *, .contact-person .detail-block p.tel a:link * {
            color: #363636; }
        .contact-person .detail-block p.tel a.active {
          color: #d60800; }
          .contact-person .detail-block p.tel a.active * {
            color: #d60800; }
        .contact-person .detail-block p.tel a:hover {
          color: #d60800; }
          .contact-person .detail-block p.tel a:hover * {
            color: #d60800; }
      .contact-person .detail-block p.tel img {
        width: 13px;
        height: 13px;
        position: absolute;
        top: 2px;
        left: 0; }
      .contact-person .detail-block p.tel a {
        letter-spacing: 0.57px;
        word-wrap: break-word; }

@media (min-width: 768px) and (max-width: 1199px) {
  .contact-person .wrapper {
    padding: 15px 10px 10px; }
  .contact-person .img-block {
    width: 60px;
    height: 60px; }
  .contact-person .detail-block {
    width: calc(100% - 75px); }
    .contact-person .detail-block P.name, .contact-person .detail-block P.store, .contact-person .detail-block P.store *, .contact-person .detail-block P.name * {
      font-size: 13px;
      line-height: 18px; }
    .contact-person .detail-block P.email {
      line-height: 18px; }
      .contact-person .detail-block P.email a {
        font-size: 13px; }
    .contact-person .detail-block P.address {
      font-size: 13px;
      line-height: 18px; }
    .contact-person .detail-block P.tel {
      font-size: 13px;
      line-height: 18px; }
      .contact-person .detail-block P.tel a {
        font-size: 13px; } }
@media (max-width: 767px) {
  .contact-person {
    margin-bottom: 20px; }
    .contact-person .wrapper {
      padding: 20px 20px 10px; } }
.department {
  border-top: 1px solid #cfcbc2; }
  .department .sub-heading * {
    margin: 0;
    text-transform: none;
    letter-spacing: 0; }

@media (min-width: 768px) {
  .department {
    padding-top: 32px; }
    .department .sub-heading {
      margin: 0 0 28px; } }
@media (max-width: 767px) {
  .department {
    padding-top: 15px; }
    .department .sub-heading {
      margin: 0 0 18px;
      text-align: center; } }
.contact-form {
  margin-bottom: 60px; }
  .contact-form .sectiontitle-type1 {
    margin: 0 0 59px; }
    .contact-form .sectiontitle-type1 * {
      margin: 0; }
  .contact-form .formsection .inputfield,
  .contact-form .formsection .selectionfield {
    margin-bottom: 30px; }

@media (min-width: 992px) {
  .contact-form.container {
    width: 800px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-bottom: 30px; }
    .contact-form .sectiontitle-type1 {
      margin: 0 0 30px; }
    .contact-form .formsection .inputfield,
    .contact-form .formsection .selectionfield {
      margin-bottom: 30px; } }
@media (max-width: 767px) {
  .contact-form {
    margin-bottom: 25px; }
    .contact-form .sectiontitle-type1 {
      margin: 0 0 18px; }
    .contact-form .formsection .inputfield,
    .contact-form .formsection .selectionfield {
      margin-bottom: 20px; } }
.ctct-form-wrapper .ctct-message.success {
  background-color: rgba(112, 112, 112, 0.7) !important;
  border-color: rgba(46, 204, 64, 0.2) !important; }

.ctct-form .ctct-form-field label,
.ctct-form .ctct-form-description + .ctct-button,
.ctct-form .ctct-disclosure {
  display: none !important; }

.ctct-form-wrapper .no-recaptcha .ctct-submitted:disabled {
  background-image: none !important;
  background-position: center;
  background-repeat: no-repeat;
  color: white !important;
  cursor: wait;
  opacity: 1 !important; }

.ctct-form-wrapper .ctct-message.success {
  color: white !important;
  background-color: rgba(52, 206, 70, 0.4) !important;
  border-color: rgba(46, 204, 64, 0.2) !important; }

.ctct-form-wrapper .ctct-form-field {
  margin: 0 0 31px;
  height: auto !important;
  padding: 0; }
  .ctct-form-wrapper .ctct-form-field input[type="text"],
  .ctct-form-wrapper .ctct-form-field input[type="email"],
  .ctct-form-wrapper .ctct-form-field input[type="password"],
  .ctct-form-wrapper .ctct-form-field input[type="tel"],
  .ctct-form-wrapper .ctct-form-field input[type="number"],
  .ctct-form-wrapper .ctct-form-field select,
  .ctct-form-wrapper .ctct-form-field textarea {
    display: block;
    width: 100%;
    color: #363636;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 1.75px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff; }
  .ctct-form-wrapper .ctct-form-field input[type="text"],
  .ctct-form-wrapper .ctct-form-field input[type="email"],
  .ctct-form-wrapper .ctct-form-field input[type="password"],
  .ctct-form-wrapper .ctct-form-field input[type="tel"],
  .ctct-form-wrapper .ctct-form-field input[type="number"],
  .ctct-form-wrapper .ctct-form-field select {
    height: 48px; }
  .ctct-form-wrapper .ctct-form-field input[type="text"], .ctct-form-wrapper .ctct-form-field input[type="email"], .ctct-form-wrapper .ctct-form-field input[type="password"], .ctct-form-wrapper .ctct-form-field input[type="tel"], .ctct-form-wrapper .ctct-form-field input[type="url"] {
    padding: 17px 20px 15px; }
    .ctct-form-wrapper .ctct-form-field input[type="text"]::-webkit-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="text"]::-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="text"]:-ms-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="text"]:-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="email"]::-webkit-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="email"]::-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="email"]:-ms-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="email"]:-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="password"]::-webkit-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="password"]::-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="password"]:-ms-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="password"]:-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="tel"]::-webkit-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="tel"]::-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="tel"]:-ms-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="tel"]:-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="url"]::-webkit-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="url"]::-moz-placeholder, .ctct-form-wrapper .ctct-form-field input[type="url"]:-ms-input-placeholder, .ctct-form-wrapper .ctct-form-field input[type="url"]:-moz-placeholder {
      line-height: 16px;
      color: #a1a09e;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1.75px; }
  .ctct-form-wrapper .ctct-form-field textarea {
    height: 192px;
    padding: 18px 20px 15px;
    resize: none;
    overflow: hidden;
    overflow-y: auto; }
  .ctct-form-wrapper .ctct-form-field select {
    padding-left: 20px;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/custom/arrow-drop-down.png) no-repeat center right 19px; }
.ctct-form-wrapper .ctct-form-field-submit {
  margin: 0; }
  .ctct-form-wrapper .ctct-form-field-submit input,
  .ctct-form-wrapper .ctct-form-field-submit button {
    width: 100%;
    display: block;
    padding: 16px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weights: 500;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }

[button-type="gray-button"] .ctct-form-field-submit input,
[button-type="gray-button"] .ctct-form-field-submit button {
  background-color: #363636; }
  [button-type="gray-button"] .ctct-form-field-submit input:focus, [button-type="gray-button"] .ctct-form-field-submit input:active,
  [button-type="gray-button"] .ctct-form-field-submit button:focus,
  [button-type="gray-button"] .ctct-form-field-submit button:active {
    background-color: #363636; }
  [button-type="gray-button"] .ctct-form-field-submit input:hover,
  [button-type="gray-button"] .ctct-form-field-submit button:hover {
    background-color: #171717; }

[button-type="red-button"] .ctct-form-field-submit input,
[button-type="red-button"] .ctct-form-field-submit button {
  background-color: #d60800; }
  [button-type="red-button"] .ctct-form-field-submit input:focus, [button-type="red-button"] .ctct-form-field-submit input:active,
  [button-type="red-button"] .ctct-form-field-submit button:focus,
  [button-type="red-button"] .ctct-form-field-submit button:active {
    background-color: #d60800; }
  [button-type="red-button"] .ctct-form-field-submit input:hover,
  [button-type="red-button"] .ctct-form-field-submit button:hover {
    background-color: #850016; }

.ctct-form-wrapper .ctct-message {
  padding: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: auto !important;
  margin: 0 0 15px !important;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.67px; }
  .ctct-form-wrapper .ctct-message.success {
    background-color: rgba(52, 206, 70, 0.4);
    border-color: rgba(46, 204, 64, 0.2); }
  .ctct-form-wrapper .ctct-message.error {
    background-color: #cf0b00;
    border-color: #ff0e00; }

@media (max-width: 767px) {
  .ctct-form-wrapper .ctct-form-field {
    margin-bottom: 20px; } }
.ctct-form .ctct-form-description p,
.ctct-form .ctct-form-description li {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.46);
  font-family: "canada-type-gibson";
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.31px; }

@media (max-width: 767px) {
  .ctct-form .ctct-form-description p,
  .ctct-form .ctct-form-description li {
    font-size: 18px;
    line-height: 18px; } }
div.wpcf7 .ajax-loader {
  display: none; }

div.wpcf7-response-output {
  margin: 0 auto;
  padding: 15px 10px;
  float: none;
  width: calc(100% - 30px);
  clear: both;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px; }

div.wpcf7-validation-errors {
  background-color: rgba(207, 11, 0, 0.5);
  border: 1px solid #ff0e00; }

div.wpcf7-mail-sent-ok {
  background-color: rgba(52, 206, 70, 0.4);
  border: 1px solid rgba(46, 204, 64, 0.2); }

div.wpcf7-mail-sent-ng {
  background-color: rgba(207, 11, 0, 0.5);
  border: 1px solid #ff0e00; }

div.wpcf7-spam-blocked {
  background-color: rgba(192, 127, 8, 0.63);
  border: 1px solid rgba(255, 165, 0, 0.91); }

span.wpcf7-not-valid-tip {
  display: none; }

.wpcf7 input[type="text"].wpcf7-not-valid, .wpcf7 input[type="email"].wpcf7-not-valid, .wpcf7 input[type="tel"].wpcf7-not-valid, .wpcf7 input[type="url"].wpcf7-not-valid, .wpcf7 input[type="number"].wpcf7-not-valid, .wpcf7 input[type="password"].wpcf7-not-valid {
  border: 1px solid #d60800; }

span.wpcf7-list-item {
  display: block;
  margin: 0 0 1em; }
  span.wpcf7-list-item label {
    display: block;
    color: #363636;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 1.75px; }
  span.wpcf7-list-item input[type="checkbox"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 15px;
    display: inline;
    margin-right: 5px; }

.wpcf7 form .wpcf7-response-output {
  padding: 15px 10px !important;
  margin: 0 auto !important;
  border: 1px solid #ff0e00 !important;
  background-color: rgba(207, 11, 0, 0.5) !important; }
.wpcf7 form .ajax-loader {
  margin-left: 20%; }
.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgba(52, 206, 70, 0.4) !important;
  border: 1px solid rgba(46, 204, 64, 0.2) !important; }

.filter-form {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #cfcbc2; }
  .filter-form form {
    float: right; }
    .filter-form form h2,
    .filter-form form .selectionfield {
      float: left; }
    .filter-form form h2 {
      color: #292929;
      font-family: "canada-type-gibson";
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .filter-form form .selectionfield.tag {
      margin: 0; }

@media (min-width: 768px) {
  .filter-form {
    margin-bottom: 30px;
    padding-bottom: 8px; }
    .filter-form form {
      max-width: 700px; }
      .filter-form form h2 {
        margin: 13px 30px 20px 0;
        line-height: 24px;
        font-size: 20px; }
      .filter-form form .selectionfield.year {
        width: 170px;
        margin: 0 30px 20px 0; }
      .filter-form form .selectionfield.tag {
        width: 370px; } }
@media (max-width: 767px) {
  .filter-form {
    margin-bottom: 25px;
    padding-bottom: 25px; }
    .filter-form form {
      max-width: 100%;
      width: 100%; }
      .filter-form form h2 {
        margin: 0 0 20px 0;
        line-height: 22px;
        font-size: 18px; }
      .filter-form form .selectionfield.year {
        width: 100%;
        margin: 0 0 20px 0; }
      .filter-form form .selectionfield.tag {
        width: 100%; } }
.sub-heading h2,
.sub-heading h3,
.sub-heading h4 {
  color: #292929;
  font-family: "canada-type-gibson";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  .sub-heading h2,
  .sub-heading h3,
  .sub-heading h4 {
    font-size: 24px;
    line-height: 29px; } }
@media (max-width: 767px) {
  .sub-heading h2,
  .sub-heading h3,
  .sub-heading h4 {
    font-size: 22px;
    line-height: 26px; } }
*[play-icon="large"] .play-icon,
*[play-icon] .play-icon {
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all; }
  *[play-icon="large"] .play-icon:before,
  *[play-icon] .play-icon:before {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    color: #363636; }
  *[play-icon="large"] .play-icon:hover,
  *[play-icon] .play-icon:hover {
    background-color: white; }

@media (min-width: 768px) {
  *[play-icon="large"] .play-icon,
  *[play-icon] .play-icon {
    width: 90px;
    height: 90px; }
    *[play-icon="large"] .play-icon:before,
    *[play-icon] .play-icon:before {
      width: 19px;
      height: 67px;
      font-size: 67px; } }
@media (max-width: 767px) {
  *[play-icon="large"] .play-icon,
  *[play-icon] .play-icon {
    width: 54px;
    height: 54px; }
    *[play-icon="large"] .play-icon:before,
    *[play-icon] .play-icon:before {
      width: 8px;
      height: 30px;
      font-size: 33px; } }
*[play-icon="small"] .play-icon {
  width: 54px;
  height: 54px; }
  *[play-icon="small"] .play-icon:before {
    width: 8px;
    height: 30px;
    font-size: 33px; }

.main-video {
  margin: 0 0 30px;
  padding: 25px 0;
  border-top: 1px solid #cfcbc2;
  border-bottom: 1px solid #cfcbc2; }
  .main-video .video-block {
    max-width: 778px;
    margin: 0 auto;
    text-align: center; }
  .main-video .cole_block--img {
    height: 409px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border: 5px solid #fff;
    background-color: #fff;
    position: relative; }
    .main-video .cole_block--img span.play-icon {
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      margin: auto; }
  .main-video .cole_block--details-2 h3 {
    margin: 0 10px;
    padding: 26px 0 1px; }

@media (max-width: 767px) {
  .main-video {
    margin: 0 0 20px;
    padding: 15px 0; }
    .main-video .video-block {
      max-width: 100%; }
    .main-video .cole_block--img {
      height: auto; }
    .main-video .cole_block--details-2 h3 {
      margin: 0 10px;
      padding: 15px 0 1px; } }
.h-video-block {
  margin: 0 0 31px; }
  .h-video-block .wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    background-color: #fff; }
    .h-video-block .wrapper .cole_block--img {
      position: relative; }
      .h-video-block .wrapper .cole_block--img span.play-icon {
        display: block;
        left: 0;
        right: 0;
        top: calc(50% - 23px);
        position: absolute;
        margin: auto; }
    .h-video-block .wrapper .cole_block--details-2 {
      padding: 25px 30px; }
      .h-video-block .wrapper .cole_block--details-2 * {
        margin: 0; }

@media (min-width: 1200px) {
  .h-video-block .wrapper .cole_block--img {
    height: 200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .h-video-block .wrapper .cole_block--img {
    height: 158px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .h-video-block .wrapper .cole_block--img {
    height: 120px; } }
@media (max-width: 767px) {
  .h-video-block {
    margin: 0 0 20px; }
    .h-video-block .wrapper .cole_block--img {
      height: auto; }
    .h-video-block .wrapper .cole_block--details-2 {
      padding: 15px; } }
.culture-gallery {
  margin-top: 51px; }
  .culture-gallery .slide {
    padding: 5px 10px; }
    .culture-gallery .slide .img-block {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
      border: 5px solid #fff;
      background-color: #fff; }
      .culture-gallery .slide .img-block img {
        width: 100%;
        height: 100%; }
      .culture-gallery .slide .img-block a {
        display: block; }
      .culture-gallery .slide .img-block:last-of-type {
        margin: 0; }

@media (min-width: 1200px) {
  .culture-gallery .slide .img-block {
    height: 260px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .culture-gallery .slide .img-block {
    height: 197px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .culture-gallery .slide .img-block {
    height: 213px; } }
@media (max-width: 767px) {
  .culture-gallery {
    margin-top: 20px; }
    .culture-gallery .slide .img-block {
      height: 223px; } }
@media (max-width: 550px) {
  .culture-gallery .wrapper {
    max-width: 300px;
    margin: 0 auto; }
  .culture-gallery .slide .img-block {
    height: 260px; } }
.signup-section {
  background-image: linear-gradient(-45deg, #9d0600 0%, #fa5a54 100%); }
  .signup-section .sectiontitle-type2 h2 {
    margin: 0 0 14px;
    letter-spacing: 0; }
  .signup-section .formsection {
    max-width: 370px;
    margin: 0 auto; }
    .signup-section .formsection .inputfield input[type="email"] {
      letter-spacing: 1.8px; }
    .signup-section .formsection .buttonfield_gray input {
      max-width: 170px;
      margin: 0 auto; }
  .signup-section .ctct-form-wrapper .ctct-form-field input[type="email"] {
    letter-spacing: 1.8px; }
  .signup-section .ctct-form-wrapper .ctct-form-field-submit input {
    max-width: 170px;
    margin: 0 auto; }

@media (min-width: 768px) {
  .signup-section {
    padding: 63px 0 58px; }
    .signup-section .sectiontitle-type2 p {
      margin: 0 0 29px; } }
@media (max-width: 767px) {
  .signup-section {
    padding: 37px 0 40px; }
    .signup-section .sectiontitle-type2 p {
      margin: 0 0 15px; } }
.display-item {
  margin-bottom: 31px; }
  .display-item .wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    background-color: #fff; }
  .display-item .cole_block--details-2 {
    padding: 26px 30px 23px; }
    .display-item .cole_block--details-2 h3 {
      margin: 0; }

@media (min-width: 1200px) {
  .display-item .cole_block--img {
    height: 200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .display-item .cole_block--img {
    height: 158px; }
  .display-item .cole_block--details-2 {
    padding: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .display-item .cole_block--img {
    height: 119px; }
  .display-item .cole_block--details-2 {
    padding: 20px 15px; } }
@media (max-width: 767px) {
  .display-item {
    margin: 0 0 20px; }
    .display-item .cole_block--img {
      height: auto; } }
.benifit_block {
  margin: 0 0 31px; }
  .benifit_block .wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    background-color: #fff; }
  .benifit_block .cole_block--details-2 {
    padding: 20px 30px 10px; }
    .benifit_block .cole_block--details-2 h4 {
      margin: 0 0 18px; }
    .benifit_block .cole_block--details-2 P {
      margin: 0 0 15px; }

@media (min-width: 1200px) {
  .benifit_block .cole_block--img {
    height: 250px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .benifit_block .cole_block--img {
    height: 197px; }
  .benifit_block .cole_block--details-2 {
    padding: 20px 20px 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .benifit_block .cole_block--img {
    height: 319px; } }
@media (max-width: 767px) {
  .benifit_block {
    margin: 0 0 20px; }
    .benifit_block .cole_block--img {
      height: auto; } }
.error * {
  color: #ff2921; }

p.error,
h1.error,
h2.error,
he.error,
h4.error {
  margin: 0 0 15px; }

.video-popup {
  background-color: rgba(59, 62, 55, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  overflow-y: auto;
  display: none; }
  .video-popup .iframe-container {
    width: 100%;
    margin: 30px auto;
    position: relative;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.39); }
    .video-popup .iframe-container iframe {
      width: 100%;
      max-width: 1000px;
      height: 600px; }
    .video-popup .iframe-container .close-icon {
      width: 50px;
      height: auto;
      display: block;
      top: 0;
      right: 0;
      position: absolute;
      background-position: center;
      cursor: pointer;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all;
      background-color: #fff;
      color: #000;
      opacity: 1;
      z-index: 3;
      font-size: 25px;
      text-align: center;
      padding: 10px 0; }
      .video-popup .iframe-container .close-icon:hover {
        color: #fff;
        background-color: #d60800; }

body.video-popup-active {
  overflow-x: hidden; }

@media (min-width: 1200px) {
  .video-popup .iframe-container {
    height: 600px;
    max-width: 1000px; }
    .video-popup .iframe-container iframe {
      max-width: 1000px;
      height: 600px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .video-popup .iframe-container {
    max-width: 800px;
    height: 450px; }
    .video-popup .iframe-container iframe {
      max-width: 800px;
      height: 450px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .video-popup .iframe-container {
    max-width: 600px;
    height: 400px; }
    .video-popup .iframe-container iframe {
      max-width: 600px;
      height: 400px; } }
@media (max-width: 767px) {
  .video-popup .iframe-container {
    height: 250px;
    max-width: 400px;
    width: 95%; }
    .video-popup .iframe-container iframe {
      height: 250px;
      max-width: 400px; } }
.right-subscribe-block {
  padding: 18px 30px 29px;
  border-top: 1px solid #171717;
  background-color: #D0021B;
  text-align: center; }
  .right-subscribe-block .heading-block p {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .right-subscribe-block .inputfield {
    margin-bottom: 20px; }
    .right-subscribe-block .inputfield input[type="email"] {
      letter-spacing: 1.8px; }
  .right-subscribe-block .ctct-form-wrapper .ctct-form-field {
    margin-bottom: 20px; }
    .right-subscribe-block .ctct-form-wrapper .ctct-form-field input[type="email"] {
      letter-spacing: 1.8px; }
  .right-subscribe-block .ctct-form-wrapper .ctct-form-field-submit {
    margin-bottom: 0; }
    .right-subscribe-block .ctct-form-wrapper .ctct-form-field-submit input {
      max-width: 170px;
      margin: 0 auto; }

.gadjet-displays-windows {
  padding: 63px 25px 40px; }
  .gadjet-displays-windows .img-block {
    max-width: 241px; }

.pagination-block ul {
  display: block;
  text-align: center; }
.pagination-block li {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top; }
  .pagination-block li a,
  .pagination-block li span {
    margin: 0;
    display: block;
    line-height: 18px;
    color: #bbb4ad;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 2px;
    width: 40px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    text-align: center; }
  .pagination-block li a {
    border: 1px solid #bbb4ad;
    background-color: transparent; }
    .pagination-block li a:hover {
      background-color: #d60800;
      border: 1px solid #d60800;
      color: #fff; }
  .pagination-block li span.dots {
    border: 1px solid #bbb4ad; }
  .pagination-block li span.current {
    background-color: #d60800;
    border: 1px solid #d60800;
    color: #fff;
    width: 38px; }
  .pagination-block li a.prev, .pagination-block li a.next {
    overflow: hidden;
    text-indent: -999px;
    height: 35px;
    background-image: url(../images/custom/static-bg-icons-stripe.png);
    border: 1px solid #bbb4ad;
    background-color: #bbb4ad; }
  .pagination-block li a.prev {
    background-position: -217px -67px;
    margin-right: 9px; }
  .pagination-block li a.next {
    background-position: -262px -67px;
    margin-left: 9px; }
  .pagination-block li a.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .pagination-block li a.disabled:hover {
      border-color: #bbb4ad;
      background-color: #bbb4ad; }
  .pagination-block li a:hover {
    background-color: #d60800;
    border: 1px solid #d60800; }

@media (min-width: 992px) {
  .pagination-block ul {
    margin-left: -3px;
    margin-top: -1px; } }
.popular-articles-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  width: 100%;
  float: left;
  background-color: #fff; }
  .popular-articles-wrapper .sub-heading {
    margin: 0;
    padding: 22px 20px 21px; }
    .popular-articles-wrapper .sub-heading * {
      margin: 0; }
  .popular-articles-wrapper .post-list {
    height: 861px;
    display: block;
    width: 100%;
    float: left;
    overflow-y: auto; }
  .popular-articles-wrapper .post {
    display: block;
    width: 100%;
    float: left;
    padding: 19px 10px 15px 19px;
    background-color: #f6fbff; }
    .popular-articles-wrapper .post a {
      display: block; }
    .popular-articles-wrapper .post .img-block {
      width: 140px;
      height: 140px;
      float: left;
      background-color: #eee;
      overflow: hidden; }
      .popular-articles-wrapper .post .img-block img {
        height: 100%; }
    .popular-articles-wrapper .post .detail-block {
      width: calc(100% - 160px);
      float: right; }
      .popular-articles-wrapper .post .detail-block h4 {
        margin: -2px 0 10px;
        color: #292929;
        font-family: "canada-type-gibson";
        font-size: 14px;
        font-weight: 600;
        line-height: 20px; }
      .popular-articles-wrapper .post .detail-block p {
        margin: 0 0 11px;
        color: #363636;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.58px; }
      .popular-articles-wrapper .post .detail-block span {
        color: #d60800;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.67px; }
    .popular-articles-wrapper .post a {
      display: block; }
      .popular-articles-wrapper .post a a {
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
      .popular-articles-wrapper .post a:hover .detail-block h4 {
        color: #d60800; }
      .popular-articles-wrapper .post a:hover .detail-block span {
        color: #292929; }
    .popular-articles-wrapper .post:nth-child(even) {
      background-color: #fff; }

@media (min-width: 1200px) {
  .popular-articles-wrapper .post-list {
    max-height: 861px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .popular-articles-wrapper .post-list {
    max-height: 770px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .popular-articles-wrapper .sub-heading {
    padding: 15px; }
    .popular-articles-wrapper .sub-heading * {
      font-size: 20px; }
  .popular-articles-wrapper .post-list {
    height: max-812px; }
  .popular-articles-wrapper .post {
    padding: 15px; }
    .popular-articles-wrapper .post .img-block {
      width: 80px;
      height: 80px; }
    .popular-articles-wrapper .post .detail-block {
      width: calc(100% - 95px); } }
@media (max-width: 767px) {
  .popular-articles-wrapper .sub-heading {
    padding: 15px; }
    .popular-articles-wrapper .sub-heading * {
      font-size: 20px; }
  .popular-articles-wrapper .post-list {
    max-height: 220px; }
  .popular-articles-wrapper .post {
    padding: 15px; }
    .popular-articles-wrapper .post .img-block {
      width: 80px;
      height: 80px; }
    .popular-articles-wrapper .post .detail-block {
      width: calc(100% - 95px); } }
.blog-block {
  margin: 0 0 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  .blog-block .cole_block--img {
    background-color: #eee;
    min-height: 100px; }
    .blog-block .cole_block--img img {
      min-width: 100%; }
  .blog-block .cole_block--details {
    padding: 21px 30px 23px; }
    .blog-block .cole_block--details h2, .blog-block .cole_block--details h3, .blog-block .cole_block--details h4, .blog-block .cole_block--details h5 {
      margin: 0 0 10px; }
    .blog-block .cole_block--details p {
      margin: 0 0 9px; }

.blog-fetured-img {
  overflow: hidden; }
  .blog-fetured-img img {
    height: auto;
    width: auto;
    vertical-align: bottom;
    min-width: 100%; }

@media (min-width: 1200px) {
  .blog-block .cole_block--img {
    height: 280px;
    overflow: hidden; }
  .blog-block.small {
    min-height: 439px; }
    .blog-block.small .cole_block--img {
      height: 220px; }
    .blog-block.small .cole_block--details {
      padding: 25px 30px 28px; }
      .blog-block.small .cole_block--details h2, .blog-block.small .cole_block--details h3, .blog-block.small .cole_block--details h4, .blog-block.small .cole_block--details h5 {
        margin: 0 0 13px; }
      .blog-block.small .cole_block--details p {
        margin: 0 0 9px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-block .cole_block--img {
    height: 197px; }
  .blog-block.small .cole_block--img {
    height: 134px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .blog-block .cole_block--img {
    height: 146px; }
  .blog-block.small .cole_block--img {
    height: auto; } }
@media (max-width: 767px) {
  .blog-block {
    margin: 0 0 20px; }
    .blog-block .cole_block--img {
      height: auto; }
    .blog-block .cole_block--details {
      padding: 21px 30px 23px; }
      .blog-block .cole_block--details h2, .blog-block .cole_block--details h3, .blog-block .cole_block--details h4, .blog-block .cole_block--details h5 {
        margin: 0 0 10px; }
      .blog-block .cole_block--details p {
        margin: 0 0 9px; } }
@media (max-width: 550px) {
  .blog-block .cole_block--details {
    padding: 15px; } }
.featured-blogs .cole_eventslider .cole_block--img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #d8d8d8; }
.featured-blogs .cole_eventslider .cole_block--details p {
  margin: 0 0 7px; }

@media (min-width: 768px) {
  .featured-blogs.cole_home--eventsrow {
    margin-bottom: 31px; }
  .featured-blogs .cole_eventslider .cole_block--img {
    margin-bottom: 22px; } }
@media (max-width: 767px) {
  .featured-blogs.cole_home--eventsrow {
    margin-bottom: 20px; }
  .featured-blogs .cole_eventslider .cole_block--img {
    margin-bottom: 20px; } }
.kitchen-item {
  margin-bottom: 31px; }
  .kitchen-item .wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    background-color: #fff; }
  .kitchen-item .cole_block--details-2 {
    padding: 22px 30px 23px; }
    .kitchen-item .cole_block--details-2 h3 {
      margin: 0 0 9px; }

@media (min-width: 1200px) {
  .kitchen-item .cole_block--img {
    height: 250px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .kitchen-item .cole_block--img {
    height: 198px; }
  .kitchen-item .cole_block--details-2 {
    padding: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .kitchen-item .cole_block--img {
    height: 148px; }
  .kitchen-item .cole_block--details-2 {
    padding: 20px 15px; } }
@media (max-width: 767px) {
  .kitchen-item {
    margin: 0 0 20px; }
    .kitchen-item .cole_block--img {
      height: auto; }
    .kitchen-item .cole_block--details-2 {
      padding: 15px; }
      .kitchen-item .cole_block--details-2 h3 {
        margin: 0 0 5px; } }
.partnership-block {
  padding: 60px 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  display: block;
  width: 100%;
  float: left; }

.partnership-block > .top {
  margin-bottom: 14px;
  display: block;
  width: 100%;
  float: left; }
  .partnership-block > .top h1, .partnership-block > .top h2, .partnership-block > .top h3, .partnership-block > .top h4, .partnership-block > .top h5, .partnership-block > .top h6 {
    margin: 0 0 19px;
    letter-spacing: 0; }
  .partnership-block > .top p,
  .partnership-block > .top li {
    margin: 0 0 10px; }

.partnership-block .elementblock {
  display: block;
  width: 100%;
  float: left; }

.partnership-block .element_row {
  min-height: 171px;
  display: block;
  width: 100%;
  float: left;
  padding: 30px 30px 17px;
  background-color: #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1; }
  .partnership-block .element_row .imgblock {
    width: 105px;
    float: left; }
    .partnership-block .element_row .imgblock img {
      width: 100%; }
  .partnership-block .element_row .contentblock {
    width: calc(100% - 135px);
    float: right; }
    .partnership-block .element_row .contentblock h1, .partnership-block .element_row .contentblock h2, .partnership-block .element_row .contentblock h3, .partnership-block .element_row .contentblock h4, .partnership-block .element_row .contentblock h5, .partnership-block .element_row .contentblock h6 {
      margin: 0 0 14px; }
    .partnership-block .element_row .contentblock p,
    .partnership-block .element_row .contentblock li {
      margin: 0 0 15px; }
  .partnership-block .element_row:nth-child(even) {
    background-color: #fff; }
  .partnership-block .element_row:last-child {
    border-bottom: 1px solid #f1f1f1; }

@media (max-width: 767px) {
  .partnership-block {
    padding: 20px; }

  .partnership-block > .top {
    margin-bottom: 10px; }
    .partnership-block > .top h1, .partnership-block > .top h2, .partnership-block > .top h3, .partnership-block > .top h4, .partnership-block > .top h5, .partnership-block > .top h6 {
      margin: 0 0 15px; }

  .partnership-block .element_row {
    padding: 15px;
    min-height: 100px; }
    .partnership-block .element_row .imgblock {
      width: 70px; }
    .partnership-block .element_row .contentblock {
      width: calc(100% - 85px);
      float: right; }
      .partnership-block .element_row .contentblock h1, .partnership-block .element_row .contentblock h2, .partnership-block .element_row .contentblock h3, .partnership-block .element_row .contentblock h4, .partnership-block .element_row .contentblock h5, .partnership-block .element_row .contentblock h6 {
        margin: 0 0 10px; } }
.number-looping-block .sub-heading {
  margin: 17px 0 30px; }
  .number-looping-block .sub-heading * {
    margin: 0; }
.number-looping-block .num_block {
  margin-bottom: 19px; }
  .number-looping-block .num_block p {
    margin: 0 0 1px;
    line-height: 24px;
    color: #363636;
    font-family: "canada-type-gibson";
    font-size: 20px;
    font-weight: 600; }
  .number-looping-block .num_block span {
    line-height: 55px;
    color: #939292;
    font-family: "canada-type-gibson";
    font-size: 46px;
    font-weight: 300; }
.number-looping-block .link {
  padding-top: 9px; }
  .number-looping-block .link a {
    font-size: 16px;
    font-weight: 400;
    color: #d60800;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    .number-looping-block .link a * {
      color: #d60800;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    .number-looping-block .link a:focus, .number-looping-block .link a:active, .number-looping-block .link a:visited, .number-looping-block .link a:link {
      color: #d60800; }
      .number-looping-block .link a:focus *, .number-looping-block .link a:active *, .number-looping-block .link a:visited *, .number-looping-block .link a:link * {
        color: #d60800; }
    .number-looping-block .link a.active {
      color: #363636; }
      .number-looping-block .link a.active * {
        color: #363636; }
    .number-looping-block .link a:hover {
      color: #363636; }
      .number-looping-block .link a:hover * {
        color: #363636; }
  .number-looping-block .link a {
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    letter-spacing: 0.67px; }

@media (max-width: 767px) {
  .number-looping-block {
    margin-bottom: 20px; }
    .number-looping-block .sub-heading {
      margin: 0 0 15px; }
    .number-looping-block .num_block {
      margin-bottom: 15px; }
      .number-looping-block .num_block p {
        line-height: 20px;
        font-size: 16px; }
      .number-looping-block .num_block span {
        line-height: 40px;
        font-size: 35px; }
    .number-looping-block .link {
      padding-top: 0; } }
#embed > div {
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important; }

.back-to-top {
  width: 70px;
  height: 70px;
  right: 100px;
  top: -35px;
  position: absolute;
  z-index: 20;
  background-image: url(../images/custom/back-to-top.png);
  background-position: center;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  text-align: center;
  opacity: 1;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  cursor: pointer; }
  .back-to-top .fa-angle-up {
    color: #fff;
    font-size: 31px;
    margin: 6px 0 -1px; }
  .back-to-top span {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 13px;
    text-transform: uppercase; }
  .back-to-top:hover .fa-angle-up,
  .back-to-top:hover span {
    color: #d60800; }

@media (min-width: 768px) and (max-width: 991px) {
  .back-to-top {
    width: 70px;
    height: 70px;
    right: 20px; } }
@media (max-width: 767px) {
  .back-to-top {
    right: 0;
    left: 0;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    background-size: 50px 50px; }
    .back-to-top .fa-angle-up {
      font-size: 22px;
      margin: 3px 0 -1px; }
    .back-to-top span {
      font-size: 11px; } }
.cole_chattrigger {
  padding: 20px 0 20px 82px;
  bottom: 40px;
  top: auto;
  right: 0;
  position: fixed;
  width: 75px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23);
  border-radius: 60px 0 0 60px;
  -moz-border-radius: 60px 0 0 60px;
  -webkit-border-radius: 60px 0 0 60px;
  border: 2px solid #fff;
  background-color: #d60800;
  cursor: pointer;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  z-index: 43; }
  .cole_chattrigger:after {
    content: '';
    width: 45px;
    height: 42px;
    display: block;
    background-image: url(../images/custom/static-bg-icons-stripe.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -81px -1px;
    display: block;
    top: 0;
    bottom: 0;
    left: 20px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto; }
  .cole_chattrigger p {
    margin: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    height: 48px;
    overflow: hidden; }
  .cole_chattrigger:hover {
    background-color: #850016; }

@media (min-width: 768px) and (max-width: 991px) {
  .cole_chattrigger {
    top: auto;
    bottom: 40px; } }
@media (max-width: 767px) {
  .cole_chattrigger {
    padding: 5px 0 5px 61px;
    bottom: 40px;
    top: auto;
    width: 60px;
    overflow: hidden; }
    .cole_chattrigger:after {
      left: 11px; } }
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background-repeat: no-repeat; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  outline: 0 !important; }

a:active,
a:hover {
  outline: 0  !important; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  outline: 0  !important; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0  !important; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-size: 14px;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none !important; }

a:hover,
a:focus {
  text-decoration: none !important; }

a:focus {
  outline: 0 !important; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 319px) {
  .container {
    max-width: 360px; } }
@media (min-width: 550px) {
  .container {
    max-width: 500px; } }
@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html {
  padding: 0;
  margin: 0; }

body {
  background-color: #fff;
  padding-top: 166px; }

body,
body * {
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif; }

header,
footer,
main {
  width: 100%;
  float: left;
  display: block; }

main {
  min-height: 200px; }

ul li {
  list-style: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 118px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 106px; } }
@media (max-width: 767px) {
  body {
    padding-top: 60px; } }
/*-----------------
   Silck Slider 
  -----------------*/
.logo-slider * {
  outline: none !important; }
.logo-slider .slick-slide:focus {
  outline: none; }
.logo-slider .slick-slide img {
  max-width: 100%;
  margin: 0 auto; }

/*==================
  Header
  ==================*/
.cole_header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10; }

/*-------------------
  Top section
 -------------------*/
.cole_header--topsection {
  background-image: url(../images/custom/backgrounds/header/top-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .cole_header--topsection a {
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    .cole_header--topsection a * {
      color: #f1f1f1;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    .cole_header--topsection a:focus, .cole_header--topsection a:active, .cole_header--topsection a:visited, .cole_header--topsection a:link {
      color: #f1f1f1; }
      .cole_header--topsection a:focus *, .cole_header--topsection a:active *, .cole_header--topsection a:visited *, .cole_header--topsection a:link * {
        color: #f1f1f1; }
    .cole_header--topsection a.active {
      color: #fff; }
      .cole_header--topsection a.active * {
        color: #fff; }
    .cole_header--topsection a:hover {
      color: #fff; }
      .cole_header--topsection a:hover * {
        color: #fff; }
  .cole_header--topsection a {
    display: block;
    float: right;
    padding: 14px;
    background-color: #d60800;
    font-family: "Roboto", sans-serif;
    line-height: 16px;
    letter-spacing: 1.75px;
    position: relative; }
    .cole_header--topsection a:after {
      content: '';
      position: absolute;
      z-index: 1;
      background: #850016;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
      opacity: 0.15; }
    .cole_header--topsection a:after {
      height: 100%;
      width: 0;
      left: 0;
      top: 0; }
    .cole_header--topsection a:hover:after {
      width: 100%; }

/*-------------------
  Bottom section
 -------------------*/
.cole_header--bottomsection {
  background-color: #fff; }

/*-------------------
  Bottom section - Logo
 -------------------*/
.cole_header--logo {
  width: 155px;
  padding: 16px 0;
  float: left;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
  .cole_header--logo img {
    max-width: 100%;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }

/*-------------------
  Bottom section - menu
 -------------------*/
.cole_header nav {
  float: right; }
.cole_header--menu li {
  float: left;
  position: relative; }
.cole_header--menu a {
  display: block;
  color: #363636;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }
  .cole_header--menu a:focus, .cole_header--menu a:active, .cole_header--menu a:visited, .cole_header--menu a:link {
    color: #363636; }
  .cole_header--menu a:hover, .cole_header--menu a.active {
    color: #d60800; }
.cole_header--menu li.active > a,
.cole_header--menu li.current-menu-item > a {
  color: #d60800; }
.cole_header--menu > ul > li > a {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  padding: 54px 15px 53px;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
  .cole_header--menu > ul > li > a:focus, .cole_header--menu > ul > li > a:active, .cole_header--menu > ul > li > a:visited, .cole_header--menu > ul > li > a:link {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .cole_header--menu > ul > li > a:hover, .cole_header--menu > ul > li > a.active {
    box-shadow: inset 0 -3px 0 #d60800;
    -moz-box-shadow: inset 0 -3px 0 #d60800;
    -webkit-box-shadow: inset 0 -3px 0 #d60800; }
.cole_header--menu > ul > li.active > a,
.cole_header--menu > ul > li.current-menu-item > a,
.cole_header--menu > ul > li:hover > a {
  box-shadow: inset 0 -3px 0 #d60800;
  -moz-box-shadow: inset 0 -3px 0 #d60800;
  -webkit-box-shadow: inset 0 -3px 0 #d60800; }
.cole_header--menu ul ul {
  width: 250px;
  top: 100%;
  position: absolute;
  left: 0;
  display: none;
  padding: 10px 0;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .cole_header--menu ul ul li {
    width: 100%;
    float: left; }
  .cole_header--menu ul ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 30px;
    background-color: transparent; }
    .cole_header--menu ul ul li a:focus, .cole_header--menu ul ul li a:active, .cole_header--menu ul ul li a:visited, .cole_header--menu ul ul li a:link {
      background-color: transparent; }
    .cole_header--menu ul ul li a:hover, .cole_header--menu ul ul li a.active {
      box-shadow: inset 0 -1px 0 #f1f1f1;
      -moz-box-shadow: inset 0 -1px 0 #f1f1f1;
      -webkit-box-shadow: inset 0 -1px 0 #f1f1f1;
      background-color: #f1f1f1; }
.cole_header--menu > ul > li:hover > ul {
  display: block; }
.cole_header--menu li.current-menu-parent > a {
  box-shadow: inset 0 -3px 0 #d60800;
  -moz-box-shadow: inset 0 -3px 0 #d60800;
  -webkit-box-shadow: inset 0 -3px 0 #d60800;
  color: #d60800; }

@media (min-width: 768px) {
  .cole_header--menu ul ul {
    max-height: 390px;
    overflow-y: auto; }
    .cole_header--menu ul ul::-webkit-scrollbar-track {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      background-color: #ffffff;
      width: 11px; }
    .cole_header--menu ul ul::-webkit-scrollbar {
      width: 11px;
      background-color: #ffffff; }
    .cole_header--menu ul ul::-webkit-scrollbar-thumb {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
      border-radius: 8px;
      background-color: #d0cfcf; }

  .cole_header--menu > ul > li:nth-last-child(-n+2) > ul {
    position: absolute;
    left: auto;
    right: 0; } }
/*-------------------
  Bottom section - search section
 -------------------*/
.cole_header--searchsection {
  float: right;
  width: 32px;
  padding: 51px 0 51px 15px;
  position: relative;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
  .cole_header--searchsection > a {
    display: block;
    width: 18px;
    height: 20px;
    background-image: url(../images/custom/static-bg-icons-stripe.png);
    background-position: -154px -4px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    .cole_header--searchsection > a:focus, .cole_header--searchsection > a:active, .cole_header--searchsection > a:visited, .cole_header--searchsection > a:link {
      background-position: -154px -3px; }
    .cole_header--searchsection > a.active, .cole_header--searchsection > a:hover {
      background-position: -154px -29px; }
.cole_header--searchbox {
  width: 300px;
  height: auto;
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .cole_header--searchbox input {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none; }
    .cole_header--searchbox input:focus, .cole_header--searchbox input:active, .cole_header--searchbox input:hover {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border: none; }
  .cole_header--searchbox input[type="text"] {
    width: 100%;
    padding: 17px 50px 15px 20px;
    color: #363636;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.75px;
    line-height: 16px;
    background-color: transparent; }
    .cole_header--searchbox input[type="text"]:focus, .cole_header--searchbox input[type="text"]:active {
      background-color: transparent; }
    .cole_header--searchbox input[type="text"]::-webkit-input-placeholder, .cole_header--searchbox input[type="text"]:-moz-placeholder, .cole_header--searchbox input[type="text"]::-moz-placeholder, .cole_header--searchbox input[type="text"]:-ms-input-placeholder {
      color: #a1a09e; }
  .cole_header--searchbox input[type="submit"] {
    display: block;
    width: 40px;
    height: 48px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #d60800;
    background-image: url(../images/custom/static-bg-icons-stripe.png);
    background-position: -144px -67px; }
    .cole_header--searchbox input[type="submit"]:focus, .cole_header--searchbox input[type="submit"]:active, .cole_header--searchbox input[type="submit"]:visited {
      background-color: #d60800; }
    .cole_header--searchbox input[type="submit"]:hover {
      background-color: #850016; }

/*-------------------
 Fixed header elements
-------------------*/
.cole_header {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all; }
  .cole_header.fixed {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1); }

.fixed .cole_header--topsection a {
  padding: 10px 14px; }
.fixed .cole_header--logo {
  width: 110px;
  padding: 9px 0; }
.fixed .cole_header--menu > ul > li > a {
  padding: 34px 15px 33px; }
.fixed .cole_header--searchsection {
  padding: 31px 0 31px 15px; }

/* ==============
 	footer
   ==============*/
.cole_footer {
  position: relative;
  background-image: url(../images/custom/backgrounds/footer/footer-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-top: 2px solid #fff;
  padding: 50px 0 21px; }

/*----------------
  Logo Section
  ---------------*/
.cole_footer--logo {
  width: 150px;
  display: block; }
  .cole_footer--logo img {
    max-width: 100%; }
.cole_footer--copyright {
  margin: 19px 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  text-transform: none;
  color: #666666;
  letter-spacing: 1.75px; }

/*----------------
Quick links section
---------------*/
.cole_footer--links ul {
  width: calc(100%/3);
  float: left;
  display: block;
  padding: 0 10px 0 10px; }
  .cole_footer--links ul:first-of-type {
    padding-left: 0; }
  .cole_footer--links ul:last-of-type {
    padding-right: 0;
    padding-left: 20px; }
  .cole_footer--links ul li {
    width: 100%;
    float: left; }
    .cole_footer--links ul li a {
      font-size: 14px;
      font-weight: 500;
      color: #e2dcd5;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
      .cole_footer--links ul li a * {
        color: #e2dcd5;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
      .cole_footer--links ul li a:focus, .cole_footer--links ul li a:active, .cole_footer--links ul li a:visited, .cole_footer--links ul li a:link {
        color: #e2dcd5; }
        .cole_footer--links ul li a:focus *, .cole_footer--links ul li a:active *, .cole_footer--links ul li a:visited *, .cole_footer--links ul li a:link * {
          color: #e2dcd5; }
      .cole_footer--links ul li a.active {
        color: #d60800; }
        .cole_footer--links ul li a.active * {
          color: #d60800; }
      .cole_footer--links ul li a:hover {
        color: #d60800; }
        .cole_footer--links ul li a:hover * {
          color: #d60800; }
    .cole_footer--links ul li a {
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

/*----------------
Social links section
---------------*/
.cole_footer--socialsection ul li {
  float: left;
  margin-right: 17.5px;
  margin-bottom: 10px; }
  .cole_footer--socialsection ul li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #363636;
    text-align: center;
    padding: 8px 0;
    font-size: 20px; }
    .cole_footer--socialsection ul li a i {
      color: #f1f1f1;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    .cole_footer--socialsection ul li a:visited i, .cole_footer--socialsection ul li a:focus i, .cole_footer--socialsection ul li a:link i, .cole_footer--socialsection ul li a:active i {
      color: #f1f1f1; }
    .cole_footer--socialsection ul li a:hover i {
      color: red; }
  .cole_footer--socialsection ul li:last-child {
    margin-right: 0; }

@media (max-width: 767px) {
  .cole_footer {
    background-size: 100% auto;
    background-repeat: repeat; } }
/*===============
  Home Page
  ===============*/
/*-------------------
  Home Banner Section
  -------------------*/
.cole_home--banner {
  position: relative; }
  .cole_home--banner .slick-dots {
    bottom: -50px; }

/*-------------------
  Home Middle Section
  -------------------*/
.cole_home--middle {
  padding: 106px 0 60px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_home--middle .left-col {
    width: 340px;
    float: right; }
  .cole_home--middle .right-col {
    width: calc(100% - 400px);
    float: left; }

/*-------------------
  Home Middle Right Event Section
  -------------------*/
.cole_home--eventsrow {
  margin-bottom: 29px; }
.cole_home--eventwrapper > h3 {
  margin: 0 0 25px;
  color: #292929;
  font-family: "canada-type-gibson";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 28px;
  overflow: hidden; }

.cole_eventslider {
  padding: 30px 15px 23px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  background-color: #fff; }
  .cole_eventslider .cole_block {
    padding: 0 15px; }
    .cole_eventslider .cole_block--img {
      border-radius: 4px;
      height: 250px;
      margin-bottom: 20px; }
    .cole_eventslider .cole_block--details h4 {
      margin: 0 0 10px;
      height: 24px;
      overflow: hidden; }
    .cole_eventslider .cole_block--details P {
      margin: 0 0 8px;
      height: 72px;
      overflow: hidden; }

/*-------------------
  Home Middle Newsletter and Hotline Section
  -------------------*/
@media (min-width: 992px) {
  .ne-hot-row {
    display: table;
    margin: 0 -15px 30px; }
    .ne-hot-row .cole_home--newsletter,
    .ne-hot-row .cole_home--hotline {
      float: none;
      display: table-cell;
      vertical-align: top;
      position: relative;
      width: 400px; }
    .ne-hot-row .cole_home--hotline .wrapper {
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      word-wrap: break-word; } }
/*-------------------
  Home Middle Newsletter Section
  -------------------*/
.cole_home--newsletter {
  padding-right: 0;
  margin: 0 0 30px; }
  .cole_home--newsletter .wrapper {
    padding: 34px 30px 30px;
    background-image: url(../images/custom/backgrounds/home/newsletter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px 0 0 4px;
    background-color: #d60800; }
    .cole_home--newsletter .wrapper h3 {
      color: #fff;
      font-family: "canada-type-gibson";
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 11px;
      height: 19.2px;
      overflow: hidden; }
    .cole_home--newsletter .wrapper p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.67px;
      margin: 0 0 18px;
      height: 24px;
      overflow: hidden; }
  .cole_home--newsletter .formsection .inputfield {
    margin-bottom: 19px; }
    .cole_home--newsletter .formsection .inputfield input[type="email"] {
      letter-spacing: 1.75px; }
  .cole_home--newsletter .formsection .buttonfield_gray input,
  .cole_home--newsletter .formsection .buttonfield_gray button,
  .cole_home--newsletter .formsection .buttonfield_gray input,
  .cole_home--newsletter .formsection .buttonfield_gray button {
    width: 170px;
    margin: 0 auto; }
  .cole_home--newsletter .ctct-form-wrapper .ctct-form-field {
    margin-bottom: 19px; }
    .cole_home--newsletter .ctct-form-wrapper .ctct-form-field input[type="email"] {
      letter-spacing: 1.75px; }
  .cole_home--newsletter .ctct-form-wrapper .ctct-form-field-submit {
    margin: 0; }
    .cole_home--newsletter .ctct-form-wrapper .ctct-form-field-submit input,
    .cole_home--newsletter .ctct-form-wrapper .ctct-form-field-submit button {
      width: 170px;
      margin: 0 auto; }

/*-------------------
Home Middle Hard Ware Section
-------------------*/
.cole_home--hotline {
  margin: 0 0 30px;
  padding-left: 0; }
  .cole_home--hotline .wrapper {
    padding: 34px 30px 30px;
    background-image: url(../images/custom/backgrounds/home/hardware-hotline.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 4px 4px 0;
    background-color: #363636; }
    .cole_home--hotline .wrapper h3 {
      color: #fff;
      font-family: "canada-type-gibson";
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 11px;
      height: 19.2px;
      overflow: hidden; }
    .cole_home--hotline .wrapper p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.67px;
      margin: 0 0 37px;
      height: 72px;
      overflow: hidden; }
  .cole_home--hotline .link_button a {
    width: 170px;
    margin: 0 auto; }

/*-------------------
Home Middle About Us Section
-------------------*/
.cole_home--aboutus a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  background-color: #fff; }
.cole_home--aboutus .cole_block--img {
  height: 280px;
  background-color: #fff; }
.cole_home--aboutus .cole_block--details {
  padding: 20px 30px 30px; }
  .cole_home--aboutus .cole_block--details h3 {
    margin: 0 0 10px;
    height: 24px;
    overflow: hidden; }
  .cole_home--aboutus .cole_block--details p {
    margin: 0 0 8px;
    height: 72px;
    overflow: hidden; }

/*-------------------
  Home Middle Product Section
-------------------*/
.cole_fproducts {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17); }
  .cole_fproducts .cole_block--img {
    height: 250px; }
  .cole_fproducts .cole_block--details {
    padding: 21px 26px 60px 30px; }
    .cole_fproducts .cole_block--details h4 {
      margin: 0 0 9px;
      height: 24px;
      overflow: hidden; }
    .cole_fproducts .cole_block--details p {
      margin: 0 0 8px;
      height: 72px;
      overflow: hidden; }
  .cole_fproducts .slick-dots {
    bottom: 24px; }

/*-------------------
  Home Find Trademan Section
-------------------*/
.cole_home--findtradesmen {
  padding: 141px 0 137px;
  background-color: #363636;
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat-x: repeat; }
  .cole_home--findtradesmen .sectiontitle-type2 h2 {
    letter-spacing: 0;
    margin: 0 0 33px; }
  .cole_home--findtradesmen .sectiontitle-type2 p {
    font-weight: 600;
    max-width: 740px;
    margin: 0 auto 35px; }
  .cole_home--findtradesmen .link_button a {
    width: 170px;
    margin: 0 auto; }

.cole_home .cole_storefinder--results {
  max-height: 1261px; }

.cole_faq--accordian {
  padding: 146px 0 90px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }

.cole_otp .tabsection {
  padding: 100px 0;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_otp .tabsection .tab_nav nav ul {
    max-height: 514px;
    overflow-y: auto; }
  .cole_otp .tabsection .tab_nav .redirectblock .imgblock {
    height: 44px; }
    .cole_otp .tabsection .tab_nav .redirectblock .imgblock img {
      max-height: 100%; }
  .cole_otp .tabsection .tab_content {
    min-height: 861px; }
    .cole_otp .tabsection .tab_content .contentblock h1, .cole_otp .tabsection .tab_content .contentblock h2, .cole_otp .tabsection .tab_content .contentblock h3, .cole_otp .tabsection .tab_content .contentblock h4, .cole_otp .tabsection .tab_content .contentblock h5 {
      letter-spacing: 0; }

.cole_rewards .cole_toptabnav ul li a {
  padding-left: 63px;
  padding-right: 63px; }
.cole_rewards .cole_toptabnav ul li:first-child {
  padding-left: 0; }
.cole_rewards .cole_toptabnav ul li:last-child {
  padding-right: 0; }
.cole_rewards--section1 {
  padding: 100px 0 69px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_rewards--section1 .sectiontitle-type1 {
    margin-bottom: 46px; }
  .cole_rewards--section1 .formsection form {
    max-width: 800px;
    margin: 0 auto; }
    .cole_rewards--section1 .formsection form .inputfield input[type="text"], .cole_rewards--section1 .formsection form .inputfield input[type="email"], .cole_rewards--section1 .formsection form .inputfield input[type="password"], .cole_rewards--section1 .formsection form .inputfield input[type="tel"], .cole_rewards--section1 .formsection form .inputfield input[type="url"] {
      letter-spacing: 2px; }
.cole_rewards--section2 {
  padding: 51px 0 88px; }
  .cole_rewards--section2 h3 {
    margin: 50px 0 29px;
    letter-spacing: 0px; }
  .cole_rewards--section2 p,
  .cole_rewards--section2 li {
    margin-bottom: 13px; }
.cole_rewards--section3 {
  padding: 60px 0  101px;
  background-image: linear-gradient(-45deg, #9d0600 0%, #fa5a54 100%); }
  .cole_rewards--section3 .sectiontitle-type2 {
    margin-bottom: 11px; }
    .cole_rewards--section3 .sectiontitle-type2 h2 {
      margin-bottom: 18px;
      letter-spacing: 0; }
  .cole_rewards--section3 .formsection {
    max-width: 800px; }
    .cole_rewards--section3 .formsection .inputfield input[type="text"], .cole_rewards--section3 .formsection .inputfield input[type="email"], .cole_rewards--section3 .formsection .inputfield input[type="password"], .cole_rewards--section3 .formsection .inputfield input[type="tel"], .cole_rewards--section3 .formsection .inputfield input[type="url"] {
      letter-spacing: 1.7px; }
    .cole_rewards--section3 .formsection .buttonfield input,
    .cole_rewards--section3 .formsection .buttonfield button {
      max-width: 170px; }
  .cole_rewards--section3 .imgblock {
    margin-top: -17px;
    margin-right: -20px;
    width: 339px;
    float: right;
    height: 302px; }
    .cole_rewards--section3 .imgblock img {
      width: 100%;
      height: 100%; }
.cole_rewards--bottomsection {
  padding: 79px 0 65px;
  background-color: #f1f1f1; }
  .cole_rewards--bottomsection li,
  .cole_rewards--bottomsection p {
    margin-bottom: 13px; }
  .cole_rewards--bottomsection .contentblock ul li {
    position: relative;
    padding: 0 0 0 18px; }
  .cole_rewards--bottomsection .contentblock ul li:after {
    content: '*';
    top: 5px;
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 24px;
    color: #363636;
    font-family: "canada-type-gibson";
    font-size: 20px;
    font-weight: 600; }

@media (min-width: 1200px) {
  .cole_rewards--section2 .container {
    width: 1002px; } }
.cole_departments .tabsection {
  padding: 100px 0;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_departments .tabsection .tab_nav nav > h3 {
    padding: 25.5px 30px 23px; }
  .cole_departments .tabsection .tab_nav nav ul {
    max-height: 737px;
    overflow-y: auto;
    margin: 0; }
  .cole_departments .tabsection .tab_nav .redirectblock .imgblock {
    height: 44px; }
    .cole_departments .tabsection .tab_nav .redirectblock .imgblock img {
      max-height: 100%; }
  .cole_departments .tabsection .tab_content {
    min-height: 811px; }
    .cole_departments .tabsection .tab_content .contentblock h1, .cole_departments .tabsection .tab_content .contentblock h2, .cole_departments .tabsection .tab_content .contentblock h3, .cole_departments .tabsection .tab_content .contentblock h4, .cole_departments .tabsection .tab_content .contentblock h5 {
      letter-spacing: 0; }

.cole_about .tabsection {
  padding: 100px 0 93px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_about .tabsection .tab_nav nav ul {
    max-height: 438px;
    overflow-y: auto;
    margin: 0 0 1px; }
  .cole_about .tabsection .tab_nav .redirectblock .imgblock {
    height: 44px; }
    .cole_about .tabsection .tab_nav .redirectblock .imgblock img {
      max-height: 100%; }
  .cole_about .tabsection .tab_content {
    min-height: 617px; }
    .cole_about .tabsection .tab_content .contentblock h1, .cole_about .tabsection .tab_content .contentblock h2, .cole_about .tabsection .tab_content .contentblock h3, .cole_about .tabsection .tab_content .contentblock h4, .cole_about .tabsection .tab_content .contentblock h5 {
      letter-spacing: 0; }

.cole_blogdetail .tabsection {
  padding: 100px 0 88px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_blogdetail .tabsection .tab_nav nav > h3 {
    padding: 23px 30px 24.5px; }
  .cole_blogdetail .tabsection .tab_nav nav ul {
    max-height: 291px;
    overflow-y: auto;
    margin: 0 0 3px; }
    .cole_blogdetail .tabsection .tab_nav nav ul li a {
      padding: 25.5px 30px 22.5px; }
  .cole_blogdetail .tabsection .tab_nav .redirectblock {
    padding: 30px 30px 31px; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .imgblock {
      height: 35px;
      margin-bottom: 13px; }
      .cole_blogdetail .tabsection .tab_nav .redirectblock .imgblock img {
        max-height: 100%; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .questionblock h3 {
      margin: 0 0 10px;
      line-height: 24px; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .questionblock p {
      margin: 0 0 13px;
      padding: 0 0px;
      letter-spacing: -0.2px; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .formsection .inputfield {
      margin-bottom: 20px; }
      .cole_blogdetail .tabsection .tab_nav .redirectblock .formsection .inputfield input {
        text-align: left;
        letter-spacing: 1.7px; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .ctct-form-wrapper .ctct-form-field {
      margin-bottom: 20px; }
      .cole_blogdetail .tabsection .tab_nav .redirectblock .ctct-form-wrapper .ctct-form-field input[type="email"] {
        text-align: left;
        letter-spacing: 1.7px; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .ctct-form-wrapper .ctct-form-field-submit {
      margin-bottom: 0; }
  .cole_blogdetail .tabsection .tab_content {
    min-height: 734px; }
    .cole_blogdetail .tabsection .tab_content .contentblock h3 {
      letter-spacing: 0; }
    .cole_blogdetail .tabsection .tab_content .contentblock img {
      margin: -1px 0px 19px; }
  .cole_blogdetail .tabsection .tab_target {
    padding: 93px 100px 77px; }

.cole_ourpol--policies {
  padding: 93px 0 44px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_ourpol--policies .contentblock {
    margin: 0 0 24px;
    border-bottom: 1px solid #cfcbc2; }
    .cole_ourpol--policies .contentblock h1, .cole_ourpol--policies .contentblock h2, .cole_ourpol--policies .contentblock h3, .cole_ourpol--policies .contentblock h4, .cole_ourpol--policies .contentblock h5 {
      margin: 0 0 18px;
      letter-spacing: 0; }
    .cole_ourpol--policies .contentblock p,
    .cole_ourpol--policies .contentblock li {
      margin: 0 0 24px; }
    .cole_ourpol--policies .contentblock img {
      margin: 0 0 15px; }
    .cole_ourpol--policies .contentblock:last-of-type {
      border-bottom: none; }

.cole_locns--middle {
  padding: 98px 0 74px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_locns--middle .left-col {
    width: 341px; }
  .cole_locns--middle .right-col {
    width: calc(100% - 400px); }
  .cole_locns--middle .location_details--row .cole_accordian {
    padding: 0; }
    .cole_locns--middle .location_details--row .cole_accordian--row {
      margin: 0;
      border: none; }
    .cole_locns--middle .location_details--row .cole_accordian--target {
      padding: 0; }
    .cole_locns--middle .location_details--row .cole_accordian .active {
      margin-left: 0;
      margin-right: 0; }
      .cole_locns--middle .location_details--row .cole_accordian .active .cole_accordian--trigger {
        border: none; }
  .cole_locns--middle .location_details--block {
    padding: 0;
    box-shadow: none;
    margin-bottom: 30px; }

/* Location Page */
.locations-section .cole_locns--middle .cole_storefinder--results {
  border-radius: 0;
  box-shadow: none;
  overflow: inherit; }
.locations-section .cole_locns--middle .cole_storefinder--result {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  margin-bottom: 30px; }
  .locations-section .cole_locns--middle .cole_storefinder--result .imgblock {
    height: 199px; }
  .locations-section .cole_locns--middle .cole_storefinder--result .details {
    padding: 30px 40px; }
    .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block {
      margin: 0 0 40px; }
      .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p {
        color: #363636;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.58px;
        line-height: 21px; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p strong {
          color: #292929;
          font-family: "canada-type-gibson";
          letter-spacing: -0.34px;
          font-weight: 600; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a {
          font-size: 14px;
          font-weight: inherit;
          color: #363636;
          transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -webkit-transition: 0.4s ease all; }
          .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a * {
            color: #363636;
            transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all; }
          .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:focus, .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:active, .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:visited, .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:link {
            color: #363636; }
            .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:focus *, .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:active *, .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:visited *, .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:link * {
              color: #363636; }
          .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a.active {
            color: #d60800; }
            .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a.active * {
              color: #d60800; }
          .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:hover {
            color: #d60800; }
            .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p a:hover * {
              color: #d60800; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.city {
          margin: 0 0 20px; }
          .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.city a {
            font-family: "canada-type-gibson";
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.9px; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.time {
          margin: 0 0 5px; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.address {
          margin: 0 0 10px; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.call-text strong,
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.call-text b {
          font-family: "canada-type-gibson";
          font-weight: 600; }
        .locations-section .cole_locns--middle .cole_storefinder--result .details .details-block p.call-text a {
          text-transform: lowercase; }
  .locations-section .cole_locns--middle .cole_storefinder--result a {
    font-size: 16px;
    font-weight: 400;
    color: #d60800;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    .locations-section .cole_locns--middle .cole_storefinder--result a * {
      color: #d60800;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    .locations-section .cole_locns--middle .cole_storefinder--result a:focus, .locations-section .cole_locns--middle .cole_storefinder--result a:active, .locations-section .cole_locns--middle .cole_storefinder--result a:visited, .locations-section .cole_locns--middle .cole_storefinder--result a:link {
      color: #d60800; }
      .locations-section .cole_locns--middle .cole_storefinder--result a:focus *, .locations-section .cole_locns--middle .cole_storefinder--result a:active *, .locations-section .cole_locns--middle .cole_storefinder--result a:visited *, .locations-section .cole_locns--middle .cole_storefinder--result a:link * {
        color: #d60800; }
    .locations-section .cole_locns--middle .cole_storefinder--result a.active {
      color: #363636; }
      .locations-section .cole_locns--middle .cole_storefinder--result a.active * {
        color: #363636; }
    .locations-section .cole_locns--middle .cole_storefinder--result a:hover {
      color: #363636; }
      .locations-section .cole_locns--middle .cole_storefinder--result a:hover * {
        color: #363636; }
  .locations-section .cole_locns--middle .cole_storefinder--result a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0.67px; }

@media (min-width: 1200px) {
  .cole_locnsdetail .cole_locns--middle {
    padding: 88px 0 74px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .cole_storefinder--results {
    max-height: inherit; }
  .cole_storefinder--result .imgblock {
    height: auto !important; } }
@media (min-width: 992px) {
  .cole_locns .cole_storefinder--results {
    max-height: inherit; }

  .cole_locnsdetail .cole_locns--middle .map-block iframe {
    height: 470px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .locations-section .cole_storefinder--results {
    max-height: inherit; } }
@media (max-width: 767px) {
  /* Location Page */
  .locations-section .cole_storefinder--results {
    max-height: inherit; }
    .locations-section .cole_storefinder--results .imgblock {
      height: auto !important; }

  .location_details--block {
    box-shadow: none; } }
@media (max-width: 550px) {
  /* Location Page */
  .locations-section .cole_storefinder--results {
    max-height: inherit; } }
.cole_windows .middle-section {
  padding: 101px 0 100px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_windows .middle-section .left-col {
    width: 340px; }
  .cole_windows .middle-section .right-col {
    width: calc(100% - 370px);
    padding-left: 30px;
    border-left: 1px solid #cfcbc2; }

.cole_jobopenings .tabsection {
  padding: 100px 0 100px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_jobopenings .tabsection .tab_nav nav > h3 {
    padding: 24px 20px 22px 30px; }
  .cole_jobopenings .tabsection .tab_nav nav ul {
    max-height: 500px;
    overflow-y: auto;
    margin: 0; }
  .cole_jobopenings .tabsection .tab_content {
    min-height: 500px; }
    .cole_jobopenings .tabsection .tab_content .contentblock p,
    .cole_jobopenings .tabsection .tab_content .contentblock li {
      margin: 0  0 23px; }
    .cole_jobopenings .tabsection .tab_content .contentblock h1, .cole_jobopenings .tabsection .tab_content .contentblock h2, .cole_jobopenings .tabsection .tab_content .contentblock h3, .cole_jobopenings .tabsection .tab_content .contentblock h4, .cole_jobopenings .tabsection .tab_content .contentblock h5 {
      letter-spacing: 0; }
    .cole_jobopenings .tabsection .tab_content .link_button--red {
      margin: 9px 0 0;
      display: inline-block;
      width: 100%; }
      .cole_jobopenings .tabsection .tab_content .link_button--red a {
        max-width: 150px; }
  .cole_jobopenings .tabsection .tab_target {
    padding: 93px 100px 51px; }

.cole_culture--middle {
  padding: 94px 0 37px; }
  .cole_culture--middle .contentblock p,
  .cole_culture--middle .contentblock li {
    margin: 0  0 24px; }
  .cole_culture--middle .contentblock h1, .cole_culture--middle .contentblock h2, .cole_culture--middle .contentblock h3, .cole_culture--middle .contentblock h4, .cole_culture--middle .contentblock h5 {
    letter-spacing: 0;
    margin: 0 0 15px; }
  .cole_culture--middle .sub-heading h2 {
    margin: 0 0 17px; }

.cole_culture--gallery {
  padding: 79px 0 88px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_culture--gallery .contentblock p,
  .cole_culture--gallery .contentblock li {
    margin: 0  0 25px; }
  .cole_culture--gallery .contentblock h1, .cole_culture--gallery .contentblock h2, .cole_culture--gallery .contentblock h3, .cole_culture--gallery .contentblock h4, .cole_culture--gallery .contentblock h5 {
    letter-spacing: 0;
    margin: 0 0 20px; }

.cole_benifits .benifits-list {
  padding: 94px 0 66px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/job-openings.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .cole_benifits .benifits-list .sub-heading {
    margin: 0 0 40px; }
    .cole_benifits .benifits-list .sub-heading * {
      margin: 0 0 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .cole_culture--gallery .slick-slider .slick-next {
    right: -25px !important; }
  .cole_culture--gallery .slick-slider .slick-prev {
    left: -25px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_culture--gallery .slick-slider .slick-next {
    right: 0 !important; }
  .cole_culture--gallery .slick-slider .slick-prev {
    left: 0 !important; } }
@media (max-width: 767px) {
  .cole_culture--gallery .slick-slider .slick-next {
    right: -25px !important; }
  .cole_culture--gallery .slick-slider .slick-prev {
    left: -25px !important; } }
.cole_contact--middle {
  padding: 102px 0 62px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }

@media (min-width: 1200px) {
  .cole_contact .cole_innerbanner {
    padding: 120px 0 118px; } }
.display-lists {
  padding: 101px 0 69px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .display-lists .sub-heading {
    margin: 0 0 38px; }
    .display-lists .sub-heading * {
      margin: 0; }

.display-about-section {
  padding: 101px 0 100px; }
  .display-about-section .sub-heading {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 40px; }
    .display-about-section .sub-heading * {
      margin: 0; }
  .display-about-section .right-col {
    width: 300px;
    float: right; }
  .display-about-section .left-col {
    width: calc(100% - 330px);
    max-width: 770px;
    float: left; }

.display-about-section .left-col .contentblock {
  margin: 1px 0 0; }
  .display-about-section .left-col .contentblock h1, .display-about-section .left-col .contentblock h2, .display-about-section .left-col .contentblock h3, .display-about-section .left-col .contentblock h4, .display-about-section .left-col .contentblock h5 {
    margin: 0 0 18px;
    letter-spacing: 0; }
  .display-about-section .left-col .contentblock p,
  .display-about-section .left-col .contentblock li {
    margin: 0 0 24px; }
  .display-about-section .left-col .contentblock hr {
    margin: 51px 0; }

.cole_blog .formsection input[type="text"], .cole_blog .formsection input[type="email"], .cole_blog .formsection input[type="password"], .cole_blog .formsection input[type="tel"], .cole_blog .formsection input[type="url"] {
  /* - Chrome ≤56,
     - Safari 5-10.0
     - iOS Safari 4.2-10.2
     - Opera 15-43
     - Opera Mobile >12
     - Android Browser 2.1-4.4.4
     - Samsung Internet
     - UC Browser for Android
     - QQ Browser */
  /* Firefox 4-18 */
  /* Firefox 19-50 */
  /* - Internet Explorer 10–11
     - Internet Explorer Mobile 10-11 */
  /* Edge (also supports ::-webkit-input-placeholder) */ }
  .cole_blog .formsection input[type="text"]::-webkit-input-placeholder, .cole_blog .formsection input[type="email"]::-webkit-input-placeholder, .cole_blog .formsection input[type="password"]::-webkit-input-placeholder, .cole_blog .formsection input[type="tel"]::-webkit-input-placeholder, .cole_blog .formsection input[type="url"]::-webkit-input-placeholder {
    color: #363636; }
  .cole_blog .formsection input[type="text"]:-moz-placeholder, .cole_blog .formsection input[type="email"]:-moz-placeholder, .cole_blog .formsection input[type="password"]:-moz-placeholder, .cole_blog .formsection input[type="tel"]:-moz-placeholder, .cole_blog .formsection input[type="url"]:-moz-placeholder {
    color: #363636; }
  .cole_blog .formsection input[type="text"]::-moz-placeholder, .cole_blog .formsection input[type="email"]::-moz-placeholder, .cole_blog .formsection input[type="password"]::-moz-placeholder, .cole_blog .formsection input[type="tel"]::-moz-placeholder, .cole_blog .formsection input[type="url"]::-moz-placeholder {
    color: #363636; }
  .cole_blog .formsection input[type="text"]:-ms-input-placeholder, .cole_blog .formsection input[type="email"]:-ms-input-placeholder, .cole_blog .formsection input[type="password"]:-ms-input-placeholder, .cole_blog .formsection input[type="tel"]:-ms-input-placeholder, .cole_blog .formsection input[type="url"]:-ms-input-placeholder {
    color: #363636 !important; }
  .cole_blog .formsection input[type="text"]::-ms-input-placeholder, .cole_blog .formsection input[type="email"]::-ms-input-placeholder, .cole_blog .formsection input[type="password"]::-ms-input-placeholder, .cole_blog .formsection input[type="tel"]::-ms-input-placeholder, .cole_blog .formsection input[type="url"]::-ms-input-placeholder {
    color: #363636; }
.cole_blog--posts {
  padding: 100px 0 54px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_blog--posts .left-col {
    width: 360px;
    float: right; }
  .cole_blog--posts .right-col {
    width: calc(100% - 400px);
    float: left; }
  .cole_blog--posts .pagination-block ul {
    margin-left: 0;
    margin-top: 1px;
    margin-right: 23px; }
    .cole_blog--posts .pagination-block ul li {
      margin-bottom: 5px; }

.cole_blog .fnl-section .sectiontitle-type2 h2 {
  margin: 3px 0 14px; }
.cole_blog .link_button--gray {
  margin-top: 29px; }

.cole_hvideos-section {
  padding: 94px 0 93px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_hvideos-section .contentblock.top {
    padding-bottom: 9px; }
    .cole_hvideos-section .contentblock.top p, .cole_hvideos-section .contentblock.top li, .cole_hvideos-section .contentblock.top * {
      margin: 0  0 15px; }
    .cole_hvideos-section .contentblock.top h1, .cole_hvideos-section .contentblock.top h3, .cole_hvideos-section .contentblock.top h3, .cole_hvideos-section .contentblock.top h4, .cole_hvideos-section .contentblock.top h5 {
      margin: 0  0 19px;
      letter-spacing: 0; }

.cole-in-the-garden .cole_blog--posts {
  padding: 100px 0 93px; }

.cole_kitchen .item-lists {
  padding: 102px 0 98px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat;
  min-height: 100vh; }
  .cole_kitchen .item-lists .contentblock {
    margin: -7px auto 62px;
    max-width: 980px;
    text-align: center; }
    .cole_kitchen .item-lists .contentblock p,
    .cole_kitchen .item-lists .contentblock li {
      margin: 0 0 15px; }
    .cole_kitchen .item-lists .contentblock h1, .cole_kitchen .item-lists .contentblock h2, .cole_kitchen .item-lists .contentblock h3, .cole_kitchen .item-lists .contentblock h4, .cole_kitchen .item-lists .contentblock h5, .cole_kitchen .item-lists .contentblock h6 {
      margin: 0 0 10px; }

@media (min-width: 768px) and (max-width: 991px) {
  .cole_kitchen .item-lists {
    padding: 60px 0 58px; }
    .cole_kitchen .item-lists .contentblock {
      margin: 0 auto 40px; } }
@media (max-width: 767px) {
  .cole_kitchen .item-lists {
    padding: 40px 0 38px; }
    .cole_kitchen .item-lists .contentblock {
      margin: 0 auto 20px; }
      .cole_kitchen .item-lists .contentblock p,
      .cole_kitchen .item-lists .contentblock li {
        margin: 0 0 10px; } }
.cole_aprogram--section1 {
  padding: 101px 0 0; }
  .cole_aprogram--section1 .contentblock h1, .cole_aprogram--section1 .contentblock h2, .cole_aprogram--section1 .contentblock h3, .cole_aprogram--section1 .contentblock h4, .cole_aprogram--section1 .contentblock h5, .cole_aprogram--section1 .contentblock h6 {
    margin: 0 0 17px;
    letter-spacing: 0; }
  .cole_aprogram--section1 .contentblock p,
  .cole_aprogram--section1 .contentblock li {
    margin: 0 0 25px; }
  .cole_aprogram--section1 .link_button {
    padding-bottom: 49px;
    padding-top: 5px;
    border-bottom: 1px solid #f1f1f1; }
    .cole_aprogram--section1 .link_button a {
      max-width: 237px; }

.cole_aprogram--section2 {
  padding: 50px 0 96px; }
  .cole_aprogram--section2 .imgblock {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
    border: 5px solid #fff;
    margin: 0 auto; }
    .cole_aprogram--section2 .imgblock img {
      width: 100%;
      height: auto; }
  .cole_aprogram--section2 .contentblock {
    padding-right: 40px; }
    .cole_aprogram--section2 .contentblock h1, .cole_aprogram--section2 .contentblock h2, .cole_aprogram--section2 .contentblock h3, .cole_aprogram--section2 .contentblock h4, .cole_aprogram--section2 .contentblock h5, .cole_aprogram--section2 .contentblock h6 {
      margin: 1px 0 19px;
      letter-spacing: 0; }
    .cole_aprogram--section2 .contentblock p,
    .cole_aprogram--section2 .contentblock li {
      margin: 0 0 24px; }

.cole_aprogram--section3 {
  padding: 100px 0 99px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }

.cole_aprogram--section4 {
  padding: 60px 0 83px; }
  .cole_aprogram--section4 .left {
    width: 300px;
    float: left; }
  .cole_aprogram--section4 .right {
    border-left: 1px solid #e2dcd5;
    width: calc(100% - 334px);
    float: right;
    padding-left: 65px; }
    .cole_aprogram--section4 .right .sectiontitle-type1 {
      margin: 3px 0 0; }
      .cole_aprogram--section4 .right .sectiontitle-type1 h1,
      .cole_aprogram--section4 .right .sectiontitle-type1 h2,
      .cole_aprogram--section4 .right .sectiontitle-type1 h3,
      .cole_aprogram--section4 .right .sectiontitle-type1 h4,
      .cole_aprogram--section4 .right .sectiontitle-type1 h5 {
        margin: 0 0 18px;
        letter-spacing: 0; }
      .cole_aprogram--section4 .right .sectiontitle-type1 p,
      .cole_aprogram--section4 .right .sectiontitle-type1 li {
        margin: 0 0 15px; }
    .cole_aprogram--section4 .right .formsection {
      margin-top: 60px; }
    .cole_aprogram--section4 .right .buttonfield input,
    .cole_aprogram--section4 .right .buttonfield button {
      max-width: 170px;
      margin-bottom: 10px; }

.cole_aprogram--section4 .right_topblock {
  padding: 0 0 39px;
  margin-bottom: 0; }

.cole_aprogram--section4 .right_bottomblock {
  border-top: 1px solid  #e2dcd5;
  padding: 38px 0 0; }

.cole_event {
  padding: 93px 0 44px;
  background-color: rgba(255, 217, 183, 0.2);
  background-image: url(../images/custom/backgrounds/content-bg/background-pattern.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }
  .cole_event #tribe-events-bar {
    border: solid #cecbc2;
    border-width: 1px 0; }
    .cole_event #tribe-events-bar form {
      background-color: transparent; }
      .cole_event #tribe-events-bar form .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"] {
        padding: 25px 0;
        margin: 0 22px 0 0; }
        .cole_event #tribe-events-bar form .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:first-child, .cole_event #tribe-events-bar form .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:last-child {
          width: 170px; }
        .cole_event #tribe-events-bar form .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:nth-child(2), .cole_event #tribe-events-bar form .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:nth-child(3) {
          width: 270px; }
      .cole_event #tribe-events-bar form #tribe-bar-views {
        padding: 0; }
        .cole_event #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner {
          background-color: transparent;
          padding: 25px 0; }
          .cole_event #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list {
            display: none; }
          .cole_event #tribe-events-bar form #tribe-bar-views .tribe-bar-views-inner label {
            padding: 0; }
      .cole_event #tribe-events-bar form .tribe-bar-filters label,
      .cole_event #tribe-events-bar form #tribe-bar-views label {
        color: #363636;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        line-height: 24px;
        text-transform: capitalize; }
      .cole_event #tribe-events-bar form .tribe-bar-filters input[type="text"],
      .cole_event #tribe-events-bar form .tribe-bar-filters input[type="email"],
      .cole_event #tribe-events-bar form .tribe-bar-filters input[type="password"],
      .cole_event #tribe-events-bar form .tribe-bar-filters input[type="tel"],
      .cole_event #tribe-events-bar form .tribe-bar-filters input[type="url"],
      .cole_event #tribe-events-bar form .tribe-bar-filters select,
      .cole_event #tribe-events-bar form .tribe-bar-filters textarea,
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="text"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="email"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="password"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="tel"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="url"],
      .cole_event #tribe-events-bar form #tribe-bar-views select,
      .cole_event #tribe-events-bar form #tribe-bar-views textarea {
        display: block;
        height: 48px;
        width: 100%;
        color: #363636;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        letter-spacing: 1.75px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
        border: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background-color: #fff; }
      .cole_event #tribe-events-bar form .tribe-bar-filters input[type="text"], .cole_event #tribe-events-bar form .tribe-bar-filters input[type="email"], .cole_event #tribe-events-bar form .tribe-bar-filters input[type="password"], .cole_event #tribe-events-bar form .tribe-bar-filters input[type="tel"], .cole_event #tribe-events-bar form .tribe-bar-filters input[type="url"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="text"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="email"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="password"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="tel"],
      .cole_event #tribe-events-bar form #tribe-bar-views input[type="url"] {
        padding: 17px 20px 15px; }
        .cole_event #tribe-events-bar form .tribe-bar-filters input[type="text"]::-webkit-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="text"]::-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="text"]:-ms-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="text"]:-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="email"]::-webkit-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="email"]::-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="email"]:-ms-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="email"]:-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="password"]::-webkit-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="password"]::-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="password"]:-ms-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="password"]:-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="tel"]::-webkit-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="tel"]::-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="tel"]:-ms-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="tel"]:-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="url"]::-webkit-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="url"]::-moz-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="url"]:-ms-input-placeholder, .cole_event #tribe-events-bar form .tribe-bar-filters input[type="url"]:-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="text"]::-webkit-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="text"]::-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="text"]:-ms-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="text"]:-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="email"]::-webkit-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="email"]::-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="email"]:-ms-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="email"]:-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="password"]::-webkit-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="password"]::-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="password"]:-ms-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="password"]:-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="tel"]::-webkit-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="tel"]::-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="tel"]:-ms-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="tel"]:-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="url"]::-webkit-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="url"]::-moz-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="url"]:-ms-input-placeholder,
        .cole_event #tribe-events-bar form #tribe-bar-views input[type="url"]:-moz-placeholder {
          line-height: 16px;
          color: #a1a09e;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 1.75px;
          font-style: normal; }
      .cole_event #tribe-events-bar form .tribe-bar-filters select,
      .cole_event #tribe-events-bar form #tribe-bar-views select {
        padding-left: 20px;
        padding-right: 35px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff url(../images/custom/arrow-drop-down.png) no-repeat center right 19px; }
      .cole_event #tribe-events-bar form .tribe-bar-filters select::-ms-expand,
      .cole_event #tribe-events-bar form #tribe-bar-views select::-ms-expand {
        display: none; }
      .cole_event #tribe-events-bar form .tribe-bar-submit input,
      .cole_event #tribe-events-bar form .tribe-bar-submit button {
        width: 100%;
        display: block;
        padding: 16px 5px;
        margin-top: 29px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        color: #fff;
        line-height: 16px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.75px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
      .cole_event #tribe-events-bar form .tribe-bar-submit input,
      .cole_event #tribe-events-bar form .tribe-bar-submit button {
        background-color: #d60800; }
        .cole_event #tribe-events-bar form .tribe-bar-submit input:focus, .cole_event #tribe-events-bar form .tribe-bar-submit input:active,
        .cole_event #tribe-events-bar form .tribe-bar-submit button:focus,
        .cole_event #tribe-events-bar form .tribe-bar-submit button:active {
          background-color: #d60800; }
        .cole_event #tribe-events-bar form .tribe-bar-submit input:hover,
        .cole_event #tribe-events-bar form .tribe-bar-submit button:hover {
          background-color: #850016; }
  .cole_event #tribe-events-content .tribe-events-cal-links {
    display: none; }
  .cole_event #tribe-events-content .tribe-events-meta-group-details dl dt {
    float: left; }
  .cole_event #tribe-events-content iframe {
    padding: 45px;
    height: 364px;
    min-height: 500px;
    background-color: #F8F8FA; }
  .cole_event #tribe-events-content .tribe-events-page-title {
    color: #363636;
    margin-top: 0;
    text-align: center;
    width: 100%; }
  .cole_event #tribe-events-content .tribe-events-notices {
    margin-top: 40px; }
    .cole_event #tribe-events-content .tribe-events-notices ul li:after {
      display: none; }
  .cole_event #tribe-events-content #tribe-events-header .tribe-events-grid .tribe-week-grid-wrapper,
  .cole_event #tribe-events-content #tribe-events-footer .tribe-events-grid .tribe-week-grid-wrapper {
    background-color: #fff; }
  .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav,
  .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav {
    margin-top: 40px; }
    .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous,
    .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous {
      background: url(../images/custom/arrow-left-material.png) no-repeat center left;
      background-position: 0 4px; }
    .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next,
    .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next {
      background: url(../images/custom/arrow-right-material.png) no-repeat center right;
      padding: 0 15px 0 0;
      margin: 0; }
    .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a,
    .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li a {
      color: #5f6c90;
      font-family: "canada-type-gibson";
      font-size: 24px;
      font-weight: 600; }
      .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a:hover,
      .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li a:hover {
        color: #363636; }
      .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a span,
      .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li a span {
        display: none; }
    .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li:after,
    .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li:after {
      display: none; }
  .cole_event #tribe-events-content .tribe-events-calendar {
    margin-top: 25px;
    border: none;
    box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.15); }
    .cole_event #tribe-events-content .tribe-events-calendar thead th {
      background-color: #5f6c90;
      border-color: #536083;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: capitalize;
      color: #fff;
      padding: 1em 0;
      border-left: 1px solid #666666;
      border-right: 1px solid #666666; }
      .cole_event #tribe-events-content .tribe-events-calendar thead th:first-child {
        border-radius: 4px 0 0 0;
        border-left: none; }
      .cole_event #tribe-events-content .tribe-events-calendar thead th:last-child {
        border-radius: 0 4px 0 0;
        border-right: none; }
    .cole_event #tribe-events-content .tribe-events-calendar tbody tr td {
      border-color: #d7dbe5; }
      .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth {
        background-color: #fff; }
        .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-daynum-"] {
          height: 43px;
          padding: 11px 15px;
          background-color: transparent;
          color: #5f6c90;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 700;
          line-height: 24px; }
          .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-daynum-"] a {
            color: #5f6c90;
            font-size: 16px;
            background-color: transparent; }
        .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title {
          border-top: 1px solid #d7dbe5;
          padding: 5px 15px;
          line-height: normal; }
          .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title a {
            color: #363636;
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 24px; }
          .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title .event-tooltip {
            width: 340px;
            min-height: 200px;
            box-shadow: 4px 4px 15px 4px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 4px 4px 15px 4px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 4px 4px 15px 4px rgba(0, 0, 0, 0.15);
            border: 4px solid #d7dbe5;
            background-color: #fff;
            z-index: 1;
            position: absolute;
            bottom: 52px;
            left: 0;
            padding: 30px; }
            .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title .event-tooltip h3 {
              color: #5e6b8e;
              font-family: "Roboto", sans-serif;
              font-size: 16px;
              font-weight: 700;
              line-height: 24px;
              margin: 0 0 4px; }
            .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title .event-tooltip p {
              color: #363636;
              font-family: "Roboto", sans-serif;
              font-size: 16px;
              font-weight: 400;
              line-height: 24px;
              letter-spacing: 0.67px;
              margin: 0; }
            .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title .event-tooltip img {
              width: 100%;
              margin: 11px 0 15px; }
            .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth div[id*="tribe-events-event-"] .tribe-events-month-event-title .event-tooltip span {
              width: 30px;
              height: 30px;
              background: url(../images/custom/rectangle.png) no-repeat center right;
              position: absolute;
              bottom: -34px;
              border: none;
              left: 10px; }
        .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth .tribe-events-viewmore {
          margin: 0;
          padding: 5px 15px 0;
          line-height: normal; }
          .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-thismonth .tribe-events-viewmore a {
            color: #5f6c90;
            font-size: 12px; }
      .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-othermonth {
        background-color: #eceef4; }
        .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-othermonth div[id*="tribe-events-daynum-"] {
          height: 43px;
          padding: 11px 15px;
          background-color: transparent;
          color: #bcbfc6;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 700;
          line-height: 24px; }
          .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-othermonth div[id*="tribe-events-daynum-"] a {
            color: #bcbfc6;
            font-size: 16px;
            background-color: transparent; }
        .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-othermonth div[id*="tribe-events-event-"] .tribe-events-month-event-title {
          border-top: 1px solid #d7dbe5;
          padding: 5px 15px;
          line-height: normal; }
          .cole_event #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-othermonth div[id*="tribe-events-event-"] .tribe-events-month-event-title a {
            color: #bcbfc7;
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 24px; }
    .cole_event #tribe-events-content .tribe-events-calendar tbody tr:last-child td:first-child {
      border-radius: 0 0 0 4px; }
    .cole_event #tribe-events-content .tribe-events-calendar tbody tr:last-child td:last-child {
      border-radius: 0 0 4px 0; }
  .cole_event #tribe-events-content #tribe-events-footer,
  .cole_event #tribe-events-content .tribe-events-ical {
    display: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .cole_event #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"] {
    padding: 25px 0;
    margin: 0 22px 0 0; }
    .cole_event #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:first-child, .cole_event #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:last-child {
      width: 100%; }
    .cole_event #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:nth-child(2), .cole_event #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div[class^="tribe-bar-"]:nth-child(3) {
      width: 100%; }
  .cole_event #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
    padding: 0 !important; }
    .cole_event #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner label {
      display: none; }
    .cole_event #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner select {
      margin: 5px 0;
      width: 95%;
      float: right; }
  .cole_event #tribe-events-bar .tribe-bar-submit input,
  .cole_event #tribe-events-bar .tribe-bar-submit button {
    margin-top: 0 !important; }
  .cole_event #tribe-events-bar #tribe-bar-collapse-toggle {
    background: #fff;
    padding: 16px 20px;
    margin-top: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left; }
    .cole_event #tribe-events-bar #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
      border-width: 4px;
      top: 7px; }
    .cole_event #tribe-events-bar #tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
      top: 0; }
  .cole_event #tribe-events-content .tribe-events-notices {
    margin-top: 40px; }
  .cole_event #tribe-events-content #tribe-events-header,
  .cole_event #tribe-events-content #tribe-events-footer {
    background-color: transparent; }
    .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a,
    .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li a {
      padding: 0;
      background: transparent; } }
@media (max-width: 767px) {
  .cole_event #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
    padding: 0 !important; }
    .cole_event #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner label {
      display: none; }
    .cole_event #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner select {
      margin: 5px 0;
      width: 95%;
      float: right; }
  .cole_event #tribe-events-bar .tribe-bar-submit input,
  .cole_event #tribe-events-bar .tribe-bar-submit button {
    margin-top: 0 !important; }
  .cole_event #tribe-events-bar #tribe-bar-collapse-toggle {
    background: #fff;
    padding: 16px 20px;
    margin-top: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left; }
    .cole_event #tribe-events-bar #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
      border-width: 4px;
      top: 7px; }
    .cole_event #tribe-events-bar #tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
      top: 0; }
  .cole_event #tribe-events-content .tribe-events-calendar thead th {
    font-size: 8px;
    font-weight: normal; }
  .cole_event #tribe-events-content .tribe-events-notices {
    margin-top: 40px; }
  .cole_event #tribe-events-content #tribe-events-header,
  .cole_event #tribe-events-content #tribe-events-footer {
    background-color: transparent; }
    .cole_event #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a,
    .cole_event #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li a {
      font-weight: 0;
      padding: 0;
      background: transparent; } }
.cole_error {
  padding: 100px 0;
  min-height: 400px;
  background-image: linear-gradient(-45deg, #9d0600 0%, #fa5a54 100%); }
  .cole_error h1 {
    font-size: 55px;
    font-style: italic;
    margin: 0 0 30px; }
  .cole_error p {
    font-size: 20px;
    line-height: 22px;
    margin: 0; }

@media (min-width: 1600px) {
  .cole_error {
    min-height: 90vh; } }
/*==================
  Header
  ==================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .cole_header--topsection a {
    padding: 10px 14px; }

  .cole_header--logo {
    width: 110px;
    padding: 9px 0; }

  .fixed .cole_header--menu > ul > li > a,
  .cole_header--menu > ul > li > a {
    padding: 34px 9px 33px; }

  .fixed .cole_header--searchsection,
  .cole_header--searchsection {
    padding: 31px 0 31px 13px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_header--topsection a {
    padding: 10px 14px; }

  .fixed .cole_header--logo,
  .cole_header--logo {
    width: 98px;
    padding: 7px 0; }

  .fixed .cole_header--menu > ul > li > a,
  .cole_header--menu > ul > li > a {
    padding: 28px 7px 27px; }

  .cole_header--menu > ul > li > a {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: initial; }

  .fixed .cole_header--searchsection,
  .cole_header--searchsection {
    padding: 24.5px 0px 24.5px 10px; }

  .cole_header--menu ul ul {
    left: auto;
    right: 0; }
    .cole_header--menu ul ul li a {
      font-size: 13px;
      line-height: 15px;
      padding: 10px 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------
  Quick links section
  ---------------*/
  .cole_footer--links ul {
    padding: 0 10px; }
    .cole_footer--links ul:first-of-type {
      padding-left: 0; }
    .cole_footer--links ul:last-of-type {
      padding-right: 0; }

  /*----------------
  Quick links section
  ---------------*/
  .cole_footer--socialsection ul {
    text-align: center;
    margin: 20px auto;
    width: 100%; }
    .cole_footer--socialsection ul li {
      margin-right: 8px;
      margin-bottom: 8px;
      display: inline-block;
      float: none; }
      .cole_footer--socialsection ul li:last-child {
        margin-right: 0; } }
/*===============
  Home Page
  ===============*/
@media (min-width: 992px) and (max-width: 1199px) {
  /*-------------------
    Home Middle Section
    -------------------*/
  .cole_home--middle .left-col {
    width: 280px; }
  .cole_home--middle .right-col {
    width: calc(100% - 320px); }

  /*-------------------
    Home Middle Right Event Section
    -------------------*/
  .cole_eventslider .cole_block--img {
    height: 194px; }
  .cole_eventslider .cole_block--details P {
    height: 96px;
    overflow: hidden; }

  	/*-------------------
    	   Home Middle Newsletter and Hotline Section
    	-------------------*/
  .ne-hot-row .cole_home--hotline .wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 15px;
    word-wrap: break-word; }

  /*-------------------
    Home Middle Newsletter Section
    -------------------*/
  .cole_home {
    /*-------------------
    Home Middle Hard Ware Section
    -------------------*/
    /*-------------------
    Home Middle About Us Section
    -------------------*/
    /*-------------------
      Home Middle Product Section
    -------------------*/ }
    .cole_home--newsletter .wrapper h3 p {
      height: 48px;
      overflow: hidden; }
    .cole_home .cole_home--hotline .wrapper p {
      height: 95px;
      overflow: hidden;
      margin: 0 0 13px; }
    .cole_home .cole_home--aboutus .cole_block--img {
      height: 223px; }
    .cole_home .cole_home--aboutus .cole_block--details {
      padding: 20px 30px 36px; }
      .cole_home .cole_home--aboutus .cole_block--details p {
        height: 96px;
        overflow: hidden; }
    .cole_home .cole_fproducts .cole_block--img {
      height: 199px; }
    .cole_home .cole_fproducts .cole_block--details p {
      height: 96px;
      overflow: hidden; } }
@media (min-width: 768px) and (max-width: 991px) {
  /*-------------------
    Home Banner Section
    -------------------*/
  .cole_home--banner {
    position: relative; }
    .cole_home--banner .slick-dots {
      bottom: -40px; }
    .cole_home--banner .cole_chattrigger {
      padding: 15px 0 15px 82px;
      bottom: -40px; }

  /*-------------------
    Home Middle Section
    -------------------*/
  .cole_home--middle {
    padding: 80px 0 40px; }
    .cole_home--middle .left-col {
      width: 315px;
      float: right; }
    .cole_home--middle .right-col {
      width: calc(100% - 335px);
      float: left; }

  /*-------------------
    Home Middle Right Event Section
    -------------------*/
  .cole_home--eventsrow {
    margin-bottom: 20px; }
  .cole_home--eventwrapper > h3 {
    font-size: 20px;
    height: 48px;
    overflow: hidden; }
  .cole_home--eventwrapper .slick-slider .slick-prev {
    left: 10px !important; }
  .cole_home--eventwrapper .slick-slider .slick-next {
    right: 10px !important; }

  /*-------------------
    Home Middle Newsletter Section
    -------------------*/
  .cole_home--newsletter {
    padding-right: 15px;
    margin: 0; }
    .cole_home--newsletter .wrapper {
      border-radius: 4px 4px 0 0; }

  /*-------------------
  Home Middle Hard Ware Section
  -------------------*/
  .cole_home--hotline {
    margin: 0 0 20px;
    padding-left: 15px; }
    .cole_home--hotline .wrapper {
      border-radius: 0 0 4px 4px; }

    /*-------------------
	  Home Middle About Us Section
	  -------------------*/
  .cole_home--aboutus {
    margin-bottom: 20px; }

 /*-------------------
  Home Find Trademan Section
-------------------*/
  .cole_home--findtradesmen {
    padding: 99px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .cole_rewards .cole_toptabnav ul li a {
    padding-left: 25px;
    padding-right: 25px; }
  .cole_rewards--section1 {
    padding: 50px 0 40px; }
    .cole_rewards--section1 .sectiontitle-type1 {
      margin-bottom: 20px; }
  .cole_rewards--section2 {
    padding: 40px 0 50px; }
    .cole_rewards--section2 h3 {
      margin: 30px 0 29px; }
    .cole_rewards--section2 .container {
      max-width: 800px; }
  .cole_rewards--section3 {
    padding: 40px 0  60px; }
  .cole_rewards--bottomsection {
    padding: 60px 0 50px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .cole_rewards .cole_toptabnav ul li a {
    padding-left: 25px;
    padding-right: 25px; }
  .cole_rewards--section1 {
    padding: 50px 0 40px; }
    .cole_rewards--section1 .sectiontitle-type1 {
      margin-bottom: 20px; }
  .cole_rewards--section2 {
    padding: 40px 0 50px; }
    .cole_rewards--section2 h3 {
      margin: 30px 0 29px; }
    .cole_rewards--section2 .container {
      max-width: 800px; }
  .cole_rewards--section3 {
    padding: 40px 0  60px; }
    .cole_rewards--section3 .imgblock {
      margin-top: 0;
      margin-right: 0;
      width: 100%;
      float: right;
      height: auto; }
      .cole_rewards--section3 .imgblock img {
        height: auto; }
  .cole_rewards--bottomsection {
    padding: 60px 0 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_blogdetail .tabsection .tab_target {
    padding: 50px 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .cole_locns .left-col {
    width: 280px; }
  .cole_locns .right-col {
    width: calc(100% - 320px); } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_locns--middle .left-col {
    width: 315px;
    float: right; }
  .cole_locns--middle .right-col {
    width: calc(100% - 335px);
    float: left; } }
@media (min-width: 768px) and (max-width: 992px) {
  .cole_windows .middle-section .left-col {
    width: 290px; }
  .cole_windows .middle-section .right-col {
    width: calc(100% - 320px); } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_jobopenings .tabsection .tab_target {
    padding: 50px 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_contact--middle {
    padding: 50px 0 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .display-lists {
    padding: 50px 0 40px; }
    .display-lists .sub-heading {
      margin: 0 0 30px; }

  .display-about-section {
    padding: 50px 0; }
    .display-about-section .sub-heading {
      display: block;
      width: 100%;
      float: left;
      margin: 0 0 30px; }
    .display-about-section .right-col {
      width: 250px; }
    .display-about-section .left-col {
      width: calc(100% - 280px); }

  .display-about-section .left-col .contentblock hr {
    margin: 30px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_blog--posts {
    padding: 70px 0 40px; }
    .cole_blog--posts .left-col {
      width: 300px; }
    .cole_blog--posts .right-col {
      width: calc(100% - 320px); }
    .cole_blog--posts .pagination-block ul {
      text-align: center;
      margin-right: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole-in-the-garden .cole_blog--posts {
    padding: 60px 0 57px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cole_aprogram--section2 .contentblock {
    padding-right: 15px; }

  .cole_aprogram--section4 .left {
    width: 265px; }
  .cole_aprogram--section4 .right {
    width: calc(100% - 280px);
    padding-left: 15px; }
    .cole_aprogram--section4 .right .sectiontitle-type1 {
      margin: 0; }
      .cole_aprogram--section4 .right .sectiontitle-type1 h1,
      .cole_aprogram--section4 .right .sectiontitle-type1 h2,
      .cole_aprogram--section4 .right .sectiontitle-type1 h3,
      .cole_aprogram--section4 .right .sectiontitle-type1 h4,
      .cole_aprogram--section4 .right .sectiontitle-type1 h5 {
        margin: 0 0 10px; }
    .cole_aprogram--section4 .right .formsection {
      margin-top: 30px; }
      .cole_aprogram--section4 .right .formsection .selectionfield,
      .cole_aprogram--section4 .right .formsection .inputfield {
        width: 100%; } }
/*==================
  Header
  ==================*/
@media (max-width: 767px) {
  .cole_header {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1); }

  .cole_header--topsection a,
  .fixed .cole_header--topsection a {
    padding: 10px 14px;
    width: 100%;
    text-align: center; }

  /*-------------------
     Logo
    -------------------*/
  .cole_header--logo,
  .fixed .cole_header--logo {
    width: 80px;
    padding: 7px 0;
    left: 0;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto; }

  /*-------------------
     Search section
    -------------------*/
  .cole_header--bottomsection .container {
    position: relative; }

  .cole_header--searchsection,
  .fixed .cole_header--searchsection {
    padding: 21px 0 19px 15px;
    position: static; }

  .cole_header--searchbox {
    width: calc(100% - 30px);
    max-width: 100%;
    left: 15px;
    right: 15px; }

  /*-------------------
    Mobile Menu
    -------------------*/
  .cole_header nav {
    float: right;
    width: 240px;
    height: 100%;
    top: 0;
    left: -241px;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    position: fixed;
    border-right: 1px solid rgba(34, 34, 34, 0.09);
    transition: 1s ease all;
    -moz-transition: 1s ease all;
    -webkit-transition: 1s ease all; }

  .cole_header--menu li {
    width: 100%; }
    .cole_header--menu li a:hover {
      color: #363636; }
    .cole_header--menu li.active > a, .cole_header--menu li.current-menu-item > a {
      color: #d60800; }

  .cole_header--menu > ul > li {
    border-bottom: 1px solid rgba(34, 34, 34, 0.09); }

  .fixed .cole_header--menu > ul > li > a:after,
  .cole_header--menu > ul > li:hover > ul {
    display: none; }

  .fixed .cole_header--menu > ul > li > a,
  .cole_header--menu > ul > li > a {
    padding: 18px 15px;
    position: relative;
    z-index: 1; }

  .cole_header--menu ul ul {
    width: 100%;
    top: 0;
    position: relative;
    float: left;
    padding: 0;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

  .cole_header--menu > ul > li > a:hover,
  .cole_header--menu > ul > li > a.active,
  .cole_header--menu > ul > li:hover > a,
  .cole_header--menu > ul > li.active > a,
  .cole_header--menu > ul > li.current-menu-item > a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .cole_header--menu li > span.drop-down {
    width: 50px;
    height: 52px;
    display: block;
    border-left: 1px solid rgba(34, 34, 34, 0.09);
    background: transparent;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2; }
    .cole_header--menu li > span.drop-down:after {
      width: 15px;
      height: 14px;
      content: '+';
      font-size: 14px;
      line-height: 14px;
      color: #212121;
      display: block;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      position: absolute;
      margin: auto;
      text-align: center; }

  .cole_header--menu li.current-menu-item > span.drop-down,
  .cole_header--menu li.active > span.drop-down {
    background: rgba(34, 34, 34, 0.09); }
    .cole_header--menu li.current-menu-item > span.drop-down:after,
    .cole_header--menu li.active > span.drop-down:after {
      content: '-';
      font-size: 23px;
      line-height: 10px; }

  /*-------------------
     Our location link
    -------------------*/
  nav .our-location a {
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; }
    nav .our-location a * {
      color: #f1f1f1;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
    nav .our-location a:focus, nav .our-location a:active, nav .our-location a:visited, nav .our-location a:link {
      color: #f1f1f1; }
      nav .our-location a:focus *, nav .our-location a:active *, nav .our-location a:visited *, nav .our-location a:link * {
        color: #f1f1f1; }
    nav .our-location a.active {
      color: #fff; }
      nav .our-location a.active * {
        color: #fff; }
    nav .our-location a:hover {
      color: #fff; }
      nav .our-location a:hover * {
        color: #fff; }
  nav .our-location a {
    width: 100%;
    display: block;
    float: right;
    padding: 14px;
    background-color: #d60800;
    font-family: "Roboto", sans-serif;
    line-height: 16px;
    letter-spacing: 1.75px;
    text-align: center;
    position: relative; }
    nav .our-location a:after {
      content: '';
      position: absolute;
      z-index: 1;
      background: #850016;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
      opacity: 0.15; }
    nav .our-location a:after {
      height: 100%;
      width: 0;
      left: 0;
      top: 0; }
    nav .our-location a:hover:after {
      width: 100%; }

  /*-------------------
     Our location link
    -------------------*/
  .cole_header--humberg {
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    top: 12px; }
    .cole_header--humberg .icon-bar {
      left: 0;
      position: absolute;
      display: block;
      height: 4px;
      background-color: rgba(40, 40, 40, 0.54);
      transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0); }
      .cole_header--humberg .icon-bar-a {
        width: 30px;
        top: 5px; }
      .cole_header--humberg .icon-bar-b {
        height: 4px;
        width: 20px;
        top: 15px; }
      .cole_header--humberg .icon-bar-c {
        width: 10px;
        bottom: 0; }
    .cole_header--humberg.active .icon-bar-a {
      width: 25px;
      top: 13px;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .cole_header--humberg.active .icon-bar-b {
      background-color: transparent !important; }
    .cole_header--humberg.active .icon-bar-c {
      width: 25px;
      bottom: 13px;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

  /*----------------
   Menu Toggle
   ----------------*/
  body main,
  body footer {
    position: relative;
    transition: 1s ease all;
    -moz-transition: 1s ease all;
    -webkit-transition: 1s ease all;
    left: 0; }

  body .cole_header {
    transition: 1s ease all;
    -moz-transition: 1s ease all;
    -webkit-transition: 1s ease all; }

  body.menu-active {
    overflow-x: hidden; }

  body.menu-active main,
  body.menu-active footer,
  body.menu-active .cole_header {
    left: 241px; }

  body.menu-active .cole_header nav {
    left: 0; } }
/* ==============
 	footer
   ==============*/
@media (max-width: 767px) {
  .cole_footer {
    padding: 45px 0 10px; }

  /*----------------
    Logo Section
    ---------------*/
  .cole_footer--logo {
    width: 90px;
    margin: 0 auto; }

  /*----------------
  Quick links section
  ---------------*/
  .cole_footer--links {
    margin: 20px auto 10px; }
    .cole_footer--links h2 {
      margin: 0 0 10px;
      padding: 10px 15px;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      text-align: left;
      text-transform: none;
      color: #f1f1f1;
      position: relative;
      border-top: 1px solid #363636;
      border-bottom: 1px solid #363636; }
      .cole_footer--links h2:after {
        content: '+';
        width: 20px;
        height: 18px;
        font-size: 18px;
        color: #f1f1f1;
        position: absolute;
        right: 0; }
      .cole_footer--links h2.active {
        color: #fff; }
        .cole_footer--links h2.active:after {
          content: '-';
          color: #fff; }
    .cole_footer--links ul {
      width: 100%;
      display: none;
      padding-left: 15px;
      padding-right: 15px; }
      .cole_footer--links ul:first-of-type {
        padding-left: 15px;
        padding-right: 15px; }
      .cole_footer--links ul:last-of-type {
        padding-right: 15px;
        padding-left: 15px; }
      .cole_footer--links ul li {
        width: 100%;
        float: left; }
        .cole_footer--links ul li a {
          line-height: 25px; }

  /*----------------
  social links section
  ---------------*/
  .cole_footer--socialsection {
    width: 100%;
    float: left;
    margin-top: 5px; }
    .cole_footer--socialsection ul {
      width: 260px;
      margin: 0 auto; }
      .cole_footer--socialsection ul li {
        margin-right: 5px;
        margin-left: 5px; }
        .cole_footer--socialsection ul li a {
          padding: 10px 0;
          font-size: 17px; }
        .cole_footer--socialsection ul li:last-child {
          margin-right: 5px; }

  	/*----------------
       copyright  section
       ---------------*/
  .cole_footer--copyright {
    margin: 0;
    width: 100%;
    float: left;
    text-align: center; } }
/*===============
  Home Page
  ===============*/
@media (max-width: 767px) {
  /*-------------------
    Home Banner Section
    -------------------*/
  .cole_home--banner {
    position: relative; }
    .cole_home--banner .slick-dots {
      bottom: -40px; }

  /*-------------------
    Home Middle Section
    -------------------*/
  .cole_home--middle {
    padding: 65px 0 40px; }
    .cole_home--middle .left-col,
    .cole_home--middle .right-col {
      width: 100%; }
    .cole_home--middle .left-col {
      margin-bottom: 20px; }

  /*-------------------
    Home Middle Right Event Section
    -------------------*/
  .cole_home--eventsrow {
    margin-bottom: 20px; }
  .cole_home--eventwrapper > h3 {
    font-size: 20px;
    height: auto;
    overflow: visible;
    text-align: center;
    margin: 0 0 20px; }
  .cole_home--eventwrapper .slick-slider .slick-prev {
    left: 10px !important; }
  .cole_home--eventwrapper .slick-slider .slick-next {
    right: 10px !important; }

  .cole_eventslider .cole_block--img {
    height: 301px; }
  .cole_eventslider .cole_block--details h4 {
    height: 20px;
    overflow: hidden; }
  .cole_eventslider .cole_block--details P {
    height: 35px;
    overflow: hidden; }

  /*-------------------
    Home Middle Newsletter Section
    -------------------*/
  .cole_home--newsletter {
    padding-right: 15px;
    margin: 0; }
    .cole_home--newsletter .wrapper {
      border-radius: 4px 4px 0 0; }
      .cole_home--newsletter .wrapper h3 {
        height: auto;
        overflow: visible; }
      .cole_home--newsletter .wrapper p {
        height: auto;
        overflow: visible; }

  /*-------------------
  Home Middle Hard Ware Section
  -------------------*/
  .cole_home--hotline {
    margin: 0 0 20px;
    padding-left: 15px; }
    .cole_home--hotline .wrapper {
      border-radius: 0 0 4px 4px; }
      .cole_home--hotline .wrapper h3 {
        height: auto;
        overflow: visible; }
      .cole_home--hotline .wrapper p {
        height: auto;
        overflow: visible;
        margin: 0 0 20px; }

    /*-------------------
	  Home Middle About Us Section
	  -------------------*/
  .cole_home--aboutus {
    margin-bottom: 20px; }
    .cole_home--aboutus .cole_block--img {
      height: auto;
      overflow: visible; }
      .cole_home--aboutus .cole_block--img img {
        width: 100%;
        height: auto; }
    .cole_home--aboutus .cole_block--details {
      padding: 20px; }
      .cole_home--aboutus .cole_block--details h3 {
        height: auto;
        overflow: visible; }
      .cole_home--aboutus .cole_block--details P {
        height: auto;
        overflow: visible; }

  /*-------------------
    Home Middle Product Section
  -------------------*/
  .cole_fproducts {
    padding-bottom: 45px; }
    .cole_fproducts .cole_block--img {
      height: 317px; }
    .cole_fproducts .cole_block--details {
      padding: 20px; }
      .cole_fproducts .cole_block--details h4 {
        height: 20px;
        overflow: hidden; }
      .cole_fproducts .cole_block--details p {
        height: 35.2px;
        overflow: hidden; }
    .cole_fproducts .slick-dots {
      bottom: 20px; }

 /*-------------------
  Home Find Trademan Section
-------------------*/
  .cole_home--findtradesmen {
    padding: 40px 0; } }
@media (max-width: 550px) {
  /*-------------------
    Home Middle Right Event Section
    -------------------*/
  .cole_eventslider {
    padding: 15px; }
    .cole_eventslider .cole_block {
      padding: 0; }
      .cole_eventslider .cole_block--img {
        height: 221px; }
      .cole_eventslider .cole_block--details h4 {
        height: 20px;
        overflow: hidden; }
      .cole_eventslider .cole_block--details P {
        height: 53px;
        overflow: hidden; }

  /*-------------------
    Home Middle Product Section
  -------------------*/
  .cole_fproducts .cole_block--img {
    height: 222px; }
  .cole_fproducts .cole_block--details p {
    height: 53px;
    overflow: hidden; } }
@media (max-width: 767px) {
  .cole_rewards .cole_toptabnav ul li a {
    padding-left: 5px;
    padding-right: 5px; }
  .cole_rewards .cole_toptabnav ul li:first-child {
    padding-left: 5px; }
  .cole_rewards .cole_toptabnav ul li:last-child {
    padding-right: 5px; }
  .cole_rewards--section1 {
    padding: 40px 0 45px; }
    .cole_rewards--section1 .sectiontitle-type1 {
      margin-bottom: 10px; }
    .cole_rewards--section1 .formsection form .inputfield input[type="text"], .cole_rewards--section1 .formsection form .inputfield input[type="email"], .cole_rewards--section1 .formsection form .inputfield input[type="password"], .cole_rewards--section1 .formsection form .inputfield input[type="tel"], .cole_rewards--section1 .formsection form .inputfield input[type="url"] {
      letter-spacing: 1px; }
  .cole_rewards--section2 {
    padding: 10px 0 30px; }
    .cole_rewards--section2 h3 {
      margin: 30px 0 15px; }
    .cole_rewards--section2 p,
    .cole_rewards--section2 li {
      margin-bottom: 10px; }
  .cole_rewards--section3 {
    padding: 40px 0  45px; }
    .cole_rewards--section3 .sectiontitle-type2 h2 {
      margin-bottom: 15px; }
    .cole_rewards--section3 .formsection {
      max-width: 800px; }
      .cole_rewards--section3 .formsection .inputfield input[type="text"], .cole_rewards--section3 .formsection .inputfield input[type="email"], .cole_rewards--section3 .formsection .inputfield input[type="password"], .cole_rewards--section3 .formsection .inputfield input[type="tel"], .cole_rewards--section3 .formsection .inputfield input[type="url"] {
        letter-spacing: 1px; }
      .cole_rewards--section3 .formsection .buttonfield input,
      .cole_rewards--section3 .formsection .buttonfield button {
        max-width: 100%; }
    .cole_rewards--section3 .imgblock {
      margin-top: 10px;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 320px;
      float: none;
      height: auto; }
      .cole_rewards--section3 .imgblock img {
        width: 100%;
        height: auto; }
  .cole_rewards--bottomsection {
    padding: 40px 0 30px; } }
@media (max-width: 767px) {
  .cole_faq--accordian {
    padding: 40px 0 30px; } }
@media (max-width: 767px) {
  .cole_otp .tabsection {
    padding: 40px 0; }
    .cole_otp .tabsection .tab_nav nav > h3 {
      padding: 20px; }
    .cole_otp .tabsection .tab_nav nav ul {
      max-height: initial;
      overflow-y: visible; }
    .cole_otp .tabsection .tab_content {
      min-height: initial; } }
@media (max-width: 767px) {
  .cole_about .tabsection {
    padding: 40px 0; }
    .cole_about .tabsection .tab_nav nav ul {
      max-height: initial;
      overflow-y: visible; }
    .cole_about .tabsection .tab_content {
      min-height: initial; } }
@media (max-width: 767px) {
  .cole_departments .tabsection {
    padding: 40px 0; }
    .cole_departments .tabsection .tab_nav nav > h3 {
      padding: 20px; }
    .cole_departments .tabsection .tab_nav nav ul {
      max-height: initial;
      overflow-y: visible; }
      .cole_departments .tabsection .tab_nav nav ul li a {
        padding: 20px; }
      .cole_departments .tabsection .tab_nav nav ul li.tab_trigger.active a {
        padding: 20px; }
    .cole_departments .tabsection .tab_content {
      min-height: initial; } }
@media (max-width: 767px) {
  .cole_blogdetail .tabsection {
    padding: 40px 0; }
    .cole_blogdetail .tabsection .tab_nav nav ul {
      max-height: initial;
      overflow-y: visible; }
      .cole_blogdetail .tabsection .tab_nav nav ul li a {
        padding: 20px; }
      .cole_blogdetail .tabsection .tab_nav nav ul li.tab_trigger.active a {
        padding: 20px; }
    .cole_blogdetail .tabsection .tab_nav .redirectblock .questionblock p br {
      display: none; }
    .cole_blogdetail .tabsection .tab_content {
      display: block !important;
      min-height: initial;
      width: 100%;
      margin: 0 0 20px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
      .cole_blogdetail .tabsection .tab_content .contentblock p,
      .cole_blogdetail .tabsection .tab_content .contentblock li {
        margin: 0 0 15px;
        padding: 0; }
      .cole_blogdetail .tabsection .tab_content .contentblock h1, .cole_blogdetail .tabsection .tab_content .contentblock h2, .cole_blogdetail .tabsection .tab_content .contentblock h3, .cole_blogdetail .tabsection .tab_content .contentblock h4, .cole_blogdetail .tabsection .tab_content .contentblock h5, .cole_blogdetail .tabsection .tab_content .contentblock h6 {
        padding: 0;
        margin: 0 0 15px; }
      .cole_blogdetail .tabsection .tab_content .contentblock img {
        margin: 0 0px 15px; }
    .cole_blogdetail .tabsection .tab_target {
      padding: 25px 20px 10px; } }
@media (max-width: 767px) {
  .cole_ourpol--policies {
    padding: 40px 0 15px; }
    .cole_ourpol--policies .contentblock {
      margin: 0 0 15px; }
      .cole_ourpol--policies .contentblock h1, .cole_ourpol--policies .contentblock h2, .cole_ourpol--policies .contentblock h3, .cole_ourpol--policies .contentblock h4, .cole_ourpol--policies .contentblock h5 {
        margin: 0 0 15px; }
      .cole_ourpol--policies .contentblock p,
      .cole_ourpol--policies .contentblock li {
        margin: 0 0 15px; } }
@media (max-width: 767px) {
  .cole_locns--middle {
    padding: 40px 0 40px; }
    .cole_locns--middle .left-col,
    .cole_locns--middle .right-col {
      width: 100%; }
    .cole_locns--middle .left-col {
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  .cole_windows .middle-section {
    padding: 37px 0 40px; }
    .cole_windows .middle-section .left-col,
    .cole_windows .middle-section .right-col {
      width: 100%; }
    .cole_windows .middle-section .right-col {
      padding-left: 0;
      margin-bottom: 20px;
      padding-bottom: 30px;
      border-left: none;
      border-bottom: 1px solid #cfcbc2; } }
@media (max-width: 767px) {
  .cole_jobopenings .tabsection {
    padding: 40px 0; }
    .cole_jobopenings .tabsection .tab_nav nav > h3 {
      padding: 20px; }
    .cole_jobopenings .tabsection .tab_nav nav ul {
      max-height: initial;
      overflow-y: visible; }
      .cole_jobopenings .tabsection .tab_nav nav ul li a {
        padding: 20px; }
      .cole_jobopenings .tabsection .tab_nav nav ul li.tab_trigger.active a {
        padding: 20px; }
      .cole_jobopenings .tabsection .tab_nav nav ul li .mobile-tab-target {
        padding: 25px 20px 25px; } }
@media (max-width: 767px) {
  .cole_culture--middle {
    padding: 35px 0 20px; }
    .cole_culture--middle .contentblock p,
    .cole_culture--middle .contentblock li {
      margin: 0  0 20px; }
    .cole_culture--middle .sub-heading h2 {
      margin: 0 0 15px; } }
@media (max-width: 767px) {
  .cole_culture--gallery {
    padding: 40px 0; }
    .cole_culture--gallery .contentblock p,
    .cole_culture--gallery .contentblock li {
      margin: 0  0 20px; }
    .cole_culture--gallery .contentblock h1, .cole_culture--gallery .contentblock h2, .cole_culture--gallery .contentblock h3, .cole_culture--gallery .contentblock h4, .cole_culture--gallery .contentblock h5 {
      margin: 0 0 15px; } }
.cole_benifits .benifits-list {
  padding: 35px 0 20px; }
  .cole_benifits .benifits-list .sub-heading {
    margin: 0 0 25px; }

@media (max-width: 767px) {
  .cole_contact--middle {
    padding: 37px 0 20px; } }
@media (max-width: 767px) {
  .display-lists {
    padding: 37px 0 22px; }
    .display-lists .sub-heading {
      margin: 0 0 18px; }

  .display-about-section {
    padding: 38px 0 40px; }
    .display-about-section .sub-heading {
      margin: 0 0 18px; }
    .display-about-section .right-col {
      width: 100%; }
    .display-about-section .left-col {
      width: 100%;
      max-width: 100%; }

  .display-about-section .left-col .contentblock {
    margin: 0; }
    .display-about-section .left-col .contentblock h1, .display-about-section .left-col .contentblock h2, .display-about-section .left-col .contentblock h3, .display-about-section .left-col .contentblock h4, .display-about-section .left-col .contentblock h5 {
      margin: 0 0 15px; }
    .display-about-section .left-col .contentblock p,
    .display-about-section .left-col .contentblock li {
      margin: 0 0 20px; }
    .display-about-section .left-col .contentblock hr {
      margin: 25px 0; } }
@media (max-width: 767px) {
  .cole_blog--posts {
    padding: 37px 0 40px; }
    .cole_blog--posts .left-col,
    .cole_blog--posts .right-col {
      width: 100%; }
    .cole_blog--posts .pagination-block {
      margin-bottom: 20px; }
      .cole_blog--posts .pagination-block ul {
        text-align: center; }

  .cole_blog .fnl-section .sectiontitle-type2 h2 {
    margin: 0 0 10px; }
  .cole_blog .link_button--gray {
    margin-top: 15px; } }
@media (max-width: 767px) {
  .cole_hvideos-section {
    padding: 37px 0 35px; }
    .cole_hvideos-section .contentblock.top p, .cole_hvideos-section .contentblock.top li, .cole_hvideos-section .contentblock.top * {
      margin: 0  0 15px; }
    .cole_hvideos-section .contentblock.top h1, .cole_hvideos-section .contentblock.top h3, .cole_hvideos-section .contentblock.top h3, .cole_hvideos-section .contentblock.top h4, .cole_hvideos-section .contentblock.top h5 {
      margin: 0  0 10px; }
    .cole_hvideos-section .pagination-block {
      margin-top: 15px; } }
@media (max-width: 767px) {
  .cole-in-the-garden .cole_blog--posts {
    padding: 37px 0 40px; } }
@media (max-width: 767px) {
  .cole_aprogram--section1 {
    padding: 37px 0 0; }
    .cole_aprogram--section1 .contentblock h1, .cole_aprogram--section1 .contentblock h2, .cole_aprogram--section1 .contentblock h3, .cole_aprogram--section1 .contentblock h4, .cole_aprogram--section1 .contentblock h5, .cole_aprogram--section1 .contentblock h6 {
      margin: 0 0 15px; }
    .cole_aprogram--section1 .contentblock p,
    .cole_aprogram--section1 .contentblock li {
      margin: 0 0 15px; }
    .cole_aprogram--section1 .link_button {
      padding-bottom: 40px;
      padding-top: 0; }

  .cole_aprogram--section2 {
    padding: 37px 0 40px; }
    .cole_aprogram--section2 .contentblock {
      padding-right: 0; }
      .cole_aprogram--section2 .contentblock h1, .cole_aprogram--section2 .contentblock h2, .cole_aprogram--section2 .contentblock h3, .cole_aprogram--section2 .contentblock h4, .cole_aprogram--section2 .contentblock h5, .cole_aprogram--section2 .contentblock h6 {
        margin: 0 0 15px; }
      .cole_aprogram--section2 .contentblock p,
      .cole_aprogram--section2 .contentblock li {
        margin: 0 0 15px; }

  .cole_aprogram--section3 {
    padding: 40px 0 40px; }

  .cole_aprogram--section4 {
    padding: 37px 0 40px; }
    .cole_aprogram--section4 .left {
      width: 100%; }
    .cole_aprogram--section4 .right {
      width: 100%;
      padding-left: 0;
      border-left: none; }
      .cole_aprogram--section4 .right .sectiontitle-type1 {
        margin: 0; }
        .cole_aprogram--section4 .right .sectiontitle-type1 h1,
        .cole_aprogram--section4 .right .sectiontitle-type1 h2,
        .cole_aprogram--section4 .right .sectiontitle-type1 h3,
        .cole_aprogram--section4 .right .sectiontitle-type1 h4,
        .cole_aprogram--section4 .right .sectiontitle-type1 h5 {
          margin: 0 0 15px; }
      .cole_aprogram--section4 .right .formsection {
        margin-top: 25px; }
      .cole_aprogram--section4 .right .buttonfield input,
      .cole_aprogram--section4 .right .buttonfield button {
        max-width: 100%; }

  .cole_aprogram--section4 .right_topblock {
    padding: 0 0 40px; }

  .cole_aprogram--section4 .right_bottomblock {
    padding: 35px 0 0; } }

/*# sourceMappingURL=style_a.css.map */
