html, body {
  max-width: 100%;
  /*overflow-x: hidden;*/ }

body {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll; }

/* Start fix images for blog posts */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

/* End fix images for blog posts */
.content {
  position: relative;
  flex: 1 0 auto;
  min-height: 85vh; }
  @media screen and (max-width: 991px) {
    .content {
      margin-top: 83px; } }
  @media screen and (max-width: 520px) {
    .content {
      margin-top: 70px; } }

@media screen and (max-width: 991px) {
  #phone a {
    font-size: 16px !important;
    color: #00f3ff !important;
    font-family: 'Lato' !important;
    font-weight: bold !important; } }

#headerLogo {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#headerLogo:hover {
  opacity: .6; }

/* Brand Windows */
.bw-item {
  text-align: center;
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important; }

.bw-main-text {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
  user-select: none; }

.bw-sub-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  padding-top: 5px; }

.bw-item a.full-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.slick-dots {
  bottom: 20px; }

.designerButton {
  padding: 5px 25px;
  font-family: Lato;
  font-size: 18px;
  border-radius: 3px;
  background-color: #0073A4;
  color: #fff;
  border: solid 2px #fff;
  margin-top: 0px;
  text-transform: uppercase; }
  .designerButton:hover {
    background-color: #fff;
    color: #0073A4;
    border: solid 2px #0073A4; }

.btnBlue, .gform_button, .submit {
  padding: 0px 25px;
  height: 34px;
  font-family: Lato;
  font-size: 12px;
  background-color: #00f2ff;
  color: #0073A4;
  border: 0px;
  margin-top: 20px;
  text-transform: uppercase; }

.brandWindowButton {
  padding: 5px 25px;
  font-family: Lato;
  font-size: 18px;
  background-color: #00f2ff;
  color: #0073A4;
  border: 0px;
  border-radius: 3px;
  margin-top: 20px;
  text-transform: uppercase; }

.btnBlue:hover, .gform_button:hover, .submit:hover {
  background-color: #b6f2ff; }

.btnBlue a, .gform_button a, .submit a {
  text-decoration: none;
  color: #0073A4; }

.btnBlue a:hover, .gform_button a:hover, .submit a:hover {
  color: #0073A4; }

@media screen and (max-width: 767px) {
  .btnBlue {
    margin-bottom: 25px; } }

#headerSubNav {
  text-align: right;
  font-size: 16px;
  color: #00f3ff;
  font-family: 'Lato';
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    #headerSubNav {
      text-align: center;
      margin-top: 25px; } }

#headerSubNav ul {
  list-style: none;
  padding: 0px; }

#headerSubNav li {
  display: inline-block;
  padding: 0px 10px 0px 10px; }

#headerSubNav .social a {
  color: #cccccc;
  font-size: 20px;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out; }
  @media screen and (max-width: 991px) {
    #headerSubNav .social a {
      color: #00f3ff;
      font-size: 26px;
      margin-top: 10px; } }

#headerSubNav .social a:hover {
  color: #00f3ff; }

#headerSubNav a {
  font-size: 12px;
  color: #000000;
  opacity: .5;
  font-weight: normal; }
  @media screen and (max-width: 991px) {
    #headerSubNav a {
      color: #0073A4;
      font-size: 16px;
      opacity: 1; } }

.productSteps {
  text-align: center; }

.productCircle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #0073a4;
  font-family: Lato;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-top: 2px;
  display: inline-block;
  margin-bottom: 5px; }
  @media screen and (max-width: 991px) {
    .productCircle {
      display: none; } }

.productCircle.inactive {
  background-color: #ebebeb;
  color: #ababab; }

.productBox {
  display: inline-block;
  width: 200px;
  font-family: Lato;
  font-weight: bold;
  color: #ffffff;
  background-color: #0073a4;
  font-size: 18px;
  line-height: 39px;
  margin-right: 40px; }
  @media screen and (max-width: 1411px) {
    .productBox {
      width: 160px;
      margin-right: 30px; } }
  @media screen and (max-width: 1181px) {
    .productBox {
      margin-right: 40px; } }
  @media screen and (max-width: 991px) {
    .productBox {
      width: auto;
      padding: 0px 10px;
      font-size: 16px;
      margin-right: 20px; } }
  @media screen and (max-width: 560px) {
    .productBox {
      font-size: 16px;
      padding: 0px 5px;
      margin-right: 0px; } }
  @media screen and (max-width: 474px) {
    .productBox {
      font-size: 10px;
      padding: 0px 5px; } }
  @media screen and (max-width: 444px) {
    .productBox {
      font-size: 8px;
      padding: 0px 5px; } }

.productBox.inactive {
  color: #ababab;
  background-color: #ebebeb; }

.productCircleBox {
  display: flex;
  width: 100%;
  justify-content: center; }

.productBoxFlex {
  display: flex;
  width: 100%;
  justify-content: center; }

.productBoxContainer {
  width: auto; }

.productCircleFlex {
  width: 200px; }
  @media screen and (max-width: 1411px) {
    .productCircleFlex {
      width: 160px; } }
  @media screen and (max-width: 1181px) {
    .productCircleFlex {
      width: 200px; } }

.productArrowFiller {
  width: 144px; }
  @media screen and (max-width: 1471px) {
    .productArrowFiller {
      width: 134px; } }
  @media screen and (max-width: 1441px) {
    .productArrowFiller {
      width: 124px; } }
  @media screen and (max-width: 1411px) {
    .productArrowFiller {
      width: 105px; } }
  @media screen and (max-width: 1181px) {
    .productArrowFiller {
      display: none; } }

.productArrowFillerSmall {
  width: 40px; }

.productArrow {
  display: inline-block;
  margin-right: 40px; }
  @media screen and (max-width: 1411px) {
    .productArrow {
      margin-right: 30px; } }
  @media screen and (max-width: 1181px) {
    .productArrow {
      display: none; } }

.productArrowImage {
  width: 60px;
  height: auto; }
  @media screen and (max-width: 1471px) {
    .productArrowImage {
      width: 50px; } }
  @media screen and (max-width: 1441px) {
    .productArrowImage {
      width: 40px; } }
  @media screen and (max-width: 1181px) {
    .productArrowImage {
      display: none; } }

#productList {
  color: #0073a4;
  font-size: 18px;
  font-family: Lato;
  font-weight: bold;
  border: 1px solid #e2e2e2; }

.catLeft {
  color: #7a7a7a;
  font-family: Lato;
  font-size: 12px;
  line-height: 24px; }

.chooseProduct {
  font-size: 16px;
  padding: 40px 0px 20px 0px; }

.readMoreFade {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, white));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 60px 0 0 0;
  font-family: Lato;
  font-size: 16px;
  text-transform: uppercase; }

.readMoreFade a {
  color: #0073a4;
  text-decoration: none; }

#prodCat {
  color: #fff; }

/* FAQs */
.allFAQs {
  font-family: Lato;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 24px; }

#faqRowTitle {
  width: 100%;
  background-color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px; }

.faqTitle {
  font-family: Lato;
  font-weight: normal;
  color: #0073a4;
  font-size: 13px;
  font-weight: bold; }

/* Gravity Forms Overrides */
.gform_title {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 16px 16px 8px 16px; }

.gform_description {
  color: #ffffff;
  padding: 0px 16px; }

#gform_wrapper_2 {
  background-color: #8d0f60;
  width: 400px;
  text-align: center;
  font-family: Lato; }

#input_2_2 {
  margin-bottom: -32px; }

#input_2_4_5_container {
  margin-right: 0px; }

#input_2_4_5 {
  width: 95px; }

.gform_wrapper .gform_footer {
  margin: 0px !important; }

#gform_3 .gfield_label {
  /*padding-top: 30px;*/ }

#gform_3 .ginput_container {
  padding-bottom: 30px; }

#gform_3 .field_sublabel_below {
  margin-top: 0px !important; }

#gform_4 .gfield_label {
  padding-top: 30px; }

#gform_submit_button_8, #gform_submit_button_1 {
  margin-top: 30px;
  width: 25%; }

.searchHeader {
  color: #0073a4;
  font-family: 'Lato';
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0px;
  text-align: center;
  margin: 25px 0px 0px 0px; }

.searchSubheader {
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px 25px;
  color: #337ab7;
  text-align: center; }

.searchResult {
  margin: 30px 0px; }

.searchExcerpt {
  font-family: 'Lato';
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 20px; }

.searchTitle a {
  font-family: Lato;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  color: #337ab7;
  text-align: left;
  transition: 0.25s; }
  .searchTitle a:hover {
    text-decoration: none;
    color: #f75c61; }

.page-numbers {
  color: #fff;
  background-color: #337ab7;
  border-radius: 3px;
  font-family: 'Lato';
  font-size: 16px;
  padding: 5px;
  transition: 0.25s; }
  .page-numbers:hover {
    background-color: #f75c61;
    color: #fff; }

.page-numbers.current {
  color: #fff;
  background-color: #f75c61;
  border-radius: 3px;
  font-family: 'Lato';
  font-size: 16px;
  padding: 5px; }

.next.page-numbers {
  color: #fff;
  background-color: #337ab7;
  border-radius: 3px;
  font-family: 'Lato';
  font-size: 16px;
  padding: 5px; }
  .next.page-numbers:hover {
    background-color: #f75c61;
    color: #fff; }

.searchSearch input {
  font-size: 16px;
  color: #7a7a7a;
  font-family: Lato;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding-left: 3px;
  border-radius: 3px;
  outline: none;
  width: 60%;
  margin-left: 20%;
  height: 30px;
  margin-bottom: 40px;
  position: relative; }

.searchSearch .fa-search {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 245px;
  font-size: 12px;
  z-index: 9;
  color: #7a7a7a; }

.searchSearch {
  position: relative; }

.grid-item {
  width: 32%; }
  @media screen and (max-width: 1600px) {
    .grid-item {
      width: 48%; } }
  @media screen and (max-width: 1120px) {
    .grid-item {
      width: 100%; } }

/*SOCIAL MEDIA*/
.stay_in_touch {
  text-align: center;
  font-size: 24px;
  font-family: Lato;
  font-weight: bold;
  padding: 20px 0px;
  width: 130px; }

.stay_in_touch a {
  color: #a0e226;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out; }

.stay_in_touch a:hover {
  color: #00f3ff;
  text-decoration: none; }

.reviewsHeader {
  width: 100%;
  background-color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px; }

.testimonyHeader {
  width: 100%;
  background-color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 20px; }

.testimony {
  text-align: justify;
  margin: 20px 0px;
  width: 60%;
  margin-left: 20%; }
  @media screen and (max-width: 767px) {
    .testimony {
      margin-bottom: 15px;
      width: 100%;
      margin-left: 0px; } }

.testimonyTitle {
  font-family: Lato;
  color: #7a7a7a;
  font-size: 16px;
  margin-top: 5px;
  line-height: 24px;
  font-style: italic; }

.testimonyText {
  font-family: Lato;
  font-weight: bold;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 24px; }

.team-picasso {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .team-picasso {
      margin-bottom: 25px; } }

.tp_name {
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  color: #0073a4;
  padding: 12px 0px;
  text-transform: uppercase; }

.tp_email {
  font-family: Lato;
  font-size: 16px; }

.tp_text {
  padding-top: 12px;
  font-family: Lato;
  font-size: 16px;
  text-align: justify;
  width: 100%;
  color: #7a7a7a;
  line-height: 24px; }

.seeAll {
  font-family: Lato;
  font-weight: bold;
  text-size: 16px;
  text-align: center;
  padding-bottom: 10px; }

.seeAll a {
  color: #757575;
  text-decoration: underline;
  font-size: 18px; }

/* Start Featured Projects */
.featuredProduct {
  background-size: cover;
  background-position: center;
  /*display: flex !important; 
	flex-direction: column !important; 
	justify-content: center !important;	*/
  color: #0073A4; }

.featuredProduct:hover {
  color: #ffffff;
  cursor: pointer; }

.featuredProduct * {
  position: relative; }

.overlay {
  position: relative; }

.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 0; }

.overlay:hover:before {
  display: block; }

.red:before {
  background-color: rgba(255, 72, 97, 0.7); }

.blue:before {
  background-color: rgba(15, 89, 142, 0.7); }

.featuredProductTitle {
  text-align: center;
  font-size: 18px;
  font-family: Lato;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30%; }

.featuredProductDesc {
  padding-top: 15px;
  visibility: hidden;
  text-align: center;
  font-size: 16px;
  line-spacing: 24px;
  font-weight: normal;
  margin-bottom: 20%; }

.featuredProduct:hover .featuredProductDesc {
  visibility: visible; }

/* End Featured Projects */
.social-media {
  background-color: #ffffff;
  color: #23dda2;
  font-size: 50px;
  text-align: center;
  font-family: Lato;
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid #8a8a8a; }

.siCopy {
  font-family: Lato;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0px 5px; }

.dummy {
  height: 20px;
  background: none; }

.break {
  height: 20px;
  margin-top: -20px;
  margin: 0px;
  border-bottom: 1px solid #8a8a8a; }

.siTitle {
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px 25px;
  color: #337ab7;
  text-align: center; }

p.woocommerce-verification-required {
  font-family: Lato;
  font-size: 13px;
  color: #0073a4;
  margin-top: 15px;
  margin-bottom: 30px; }

.ratingBlue {
  color: #00f3ff;
  font-family: Lato;
  font-size: 16px;
  margin-right: 5px; }

.ratingPurp {
  color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  font-weight: 900; }

.ratingCopy {
  font-family: Lato;
  font-size: 16px;
  color: #7a7a7a; }

.star-rating span {
  font-family: Lato;
  font-size: 16px;
  color: #00f3ff;
  text-transform: uppercase; }

.star-rating span strong {
  font-family: Lato;
  font-size: 18px;
  color: #0073a4;
  font-weight: 900; }

.woocommerce-review__author {
  font-family: Lato;
  font-size: 13px;
  color: #0073a4; }

.woocommerce-review__published-date {
  font-family: Lato;
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 300; }

.description p {
  font-family: Lato;
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 35px; }

.woocommerce-product-rating {
  display: none; }

.comment {
  margin-top: 25px; }

#rating {
  font-family: Lato;
  font-size: 16px;
  color: #0073a4;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .4em;
  padding-right: 1.5em; }

#order_comments {
  height: 20vh !important; }

.socialMediaRowGreater {
  margin: 15px 100px 0px 100px; }
  @media screen and (max-width: 991px) {
    .socialMediaRowGreater {
      margin: 15px 50px 0px 50px; } }

.socialMediaRow {
  padding: 0px 100px; }

.faqRowGreater {
  margin: 25px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .faqRowGreater {
      margin: 25px 55px; } }
  @media screen and (max-width: 480px) {
    .faqRowGreater {
      margin: 25px 25px; } }

.faqRow {
  margin: 25px 100px; }
  @media screen and (max-width: 767px) {
    .faqRow {
      margin: 25px 55px; } }
  @media screen and (max-width: 480px) {
    .faqRow {
      margin: 25px 25px; } }

.templatesRowGreater {
  margin: 60px 100px; }
  @media screen and (max-width: 767px) {
    .templatesRowGreater {
      margin: 60px 55px; } }
  @media screen and (max-width: 480px) {
    .templatesRowGreater {
      margin: 30px 25px; } }

.templatesRow {
  margin: 60px 100px; }
  @media screen and (max-width: 767px) {
    .templatesRow {
      margin: 60px 55px; } }
  @media screen and (max-width: 480px) {
    .templatesRow {
      margin: 30px 25px; } }

.teamPicassoGreater {
  margin: 25px 100px 0px 100px; }
  @media screen and (max-width: 991px) {
    .teamPicassoGreater {
      margin: 15px 50px 0px 50px; } }
  @media screen and (max-width: 535px) {
    .teamPicassoGreater {
      margin: 15px 25px 0px 25px; } }

.teamPicassoRow {
  padding: 0px 100px; }
  @media screen and (max-width: 991px) {
    .teamPicassoRow {
      padding: 0px 50px; } }
  @media screen and (max-width: 535px) {
    .teamPicassoRow {
      padding: 0px 25px; } }

.specializedIndustriesGreater {
  margin: 25px 70px 0px 70px; }
  @media screen and (max-width: 991px) {
    .specializedIndustriesGreater {
      margin: 15px 50px 0px 50px; } }
  @media screen and (max-width: 535px) {
    .specializedIndustriesGreater {
      margin: 15px 25px 0px 25px; } }

.specializedIndustriesRow {
  padding: 0px 100px; }
  @media screen and (max-width: 991px) {
    .specializedIndustriesRow {
      padding: 0px 50px; } }
  @media screen and (max-width: 535px) {
    .specializedIndustriesRow {
      padding: 0px 25px; } }

.featuredProductsRow2 {
  padding: 0px; }
  @media screeen and (max-width: 767px) {
    .featuredProductsRow2 {
      padding: 0px 25px; } }

.featuredProjectsGreater {
  margin: 0px; }

.featuredProjectsHeader {
  margin: 0px; }
  @media screen and (max-width: 767px) {
    .featuredProjectsHeader {
      margin: 0px; } }

.imageBackgroundHeader {
  font-family: 'PT Sans';
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  text-transform: uppercase; }

.imageBackgroundCopy {
  font-family: Lato;
  color: #ffffff;
  text-align: center;
  padding: 25px 125px;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .imageBackgroundCopy {
      padding: 25px 25px; } }

.blogRowGreater {
  margin: 15px 100px 0px 100px; }
  @media screen and (max-width: 991px) {
    .blogRowGreater {
      margin: 15px 50px 0px 50px; } }

.blogRow {
  padding: 0px 100px; }
  @media screen and (max-width: 991px) {
    .blogRow {
      padding: 0px 50px; } }

.blogContainer {
  padding: 0px 100px 40px 100px; }
  @media screen and (max-width: 991px) {
    .blogContainer {
      padding: 0px 50px 40px 50px; } }
  @media screen and (max-width: 767px) {
    .blogContainer {
      padding: 0px 20px 40px 20px; } }

.testimonyRowGreater {
  margin: 15px 100px 25px 100px; }
  @media screen and (max-width: 767px) {
    .testimonyRowGreater {
      margin: 15px 50px 25px 50px; } }

.testimonyRow {
  padding: 0px 100px 25px 100px; }
  @media screen and (max-width: 767px) {
    .testimonyRow {
      padding: 0px 50px 25px 50px; } }

.singleSpecializedRow {
  margin: 15px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .singleSpecializedRow {
      margin: 15px 25px 0px 25px; } }

.featuredProductsRow {
  margin: 15px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .featuredProductsRow {
      margin: 15px 25px 0px 25px; } }

.calcRow {
  margin: 0px auto;
  padding: 0px;
  max-width: 1224px; }
  @media screen and (max-width: 767px) {
    .calcRow {
      margin: 0px 25px; } }

.responsiveContainerMarg-110 {
  margin: 0px 100px; }
  @media screen and (max-width: 991px) {
    .responsiveContainerMarg-110 {
      margin: 0px 55px; } }
  @media screen and (max-width: 767px) {
    .responsiveContainerMarg-110 {
      margin: 0px 25px; } }

.responsiveContainerMarg-50 {
  margin: 0px 50px; }
  @media screen and (max-width: 767px) {
    .responsiveContainerMarg-50 {
      margin: 0px 25px; } }

.interiorHeader {
  width: 100%;
  background-color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 20px;
  margin-top: 20px; }

.homeHeader {
  color: #0073A4;
  font-family: 'Lato';
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0px;
  text-align: center;
  margin: 25px 0px 0px 0px; }

.imageBackgroundCopy p {
  width: 50%;
  margin-left: 25%; }
  @media screen and (max-width: 767px) {
    .imageBackgroundCopy p {
      width: 80%;
      margin-left: 10%; } }

/* Single Blog Post */
.blogHeadingMain {
  font-family: Lato;
  font-size: 16px;
  padding-bottom: 10px;
  color: #7a7a7a; }

.blogHeadingMain a {
  color: #0073a4; }

.blogHeadingMain a:hover {
  text-decoration: underline; }

.blogTitleMain {
  font-family: Lato;
  font-weight: bold;
  color: #0073a4;
  font-size: 20px;
  border-bottom: 1px solid rgba(138, 138, 138, 0.6);
  letter-spacing: 2px;
  padding-bottom: 14px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.blogDate {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px; }

.blogCopyMain {
  font-family: Lato;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 32px; }

.blogCopyMain h1 {
  color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.featuredImageMain {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 15px 0px; }

/* 3 Featured Blog Posts */
.blogTitle {
  font-family: Lato;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .blogTitle {
      margin-top: 15px; } }

.blogTitle a {
  color: #f75c61; }

.blogExcerpt {
  font-family: Lato;
  font-weight: normal;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px; }

.blogExcerpt a {
  color: #7a7a7a;
  text-decoration: underline; }

.blogHeader {
  color: #7a7a7a;
  font-family: 'PT Sans';
  font-size: 24px;
  padding: 20px 0px;
  text-align: center;
  margin: 25px 0px 0px 0px;
  border-top: 1px solid rgba(138, 138, 138, 0.6); }

.singleBlogRow {
  margin: 15px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .singleBlogRow {
      margin: 15px 25px 0px 25px; } }

.blogItem {
  padding: 25px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0px 10px 25px 0px; }

.blogAdColumn {
  float: right;
  width: 350px;
  padding-top: 15px;
  margin: 0px;
  text-align: right; }
  @media screen and (max-width: 991px) {
    .blogAdColumn {
      display: none; } }

.blogMainContainer {
  float: left;
  width: calc(100% - 350px);
  padding: 0px;
  margin: 0px; }
  @media screen and (max-width: 991px) {
    .blogMainContainer {
      float: none;
      width: 100%; } }

.woocommerce-Address-title, .woocommerce h3, .woocommerce h2 {
  color: #0073A4;
  font-family: Lato;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px; }

.edit {
  color: #0073a4;
  font-family: Lato;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 12px; }

.col2-set {
  padding: 0px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .col2-set {
      padding: 0px 25px 0px 25px; } }

.woocommerce-MyAccount-content {
  padding: 0px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .woocommerce-MyAccount-content {
      padding: 0px 25px 0px 25px; } }

.woocommerce input.button, .woocommerce .woocommerce-button, .woocommerce .button {
  background-color: #00f2ff !important;
  color: #0073a4 !important;
  border-radius: 0px !important;
  font-size: 12px;
  font-family: Lato;
  text-transform: uppercase;
  padding-top: 9px;
  line-height: 16pt;
  opacity: 0.6;
  letter-spacing: .25px;
  margin: 10px 0px; }

.woocommerce input.button:hover, .woocommerce .woocommerce-button:hover, .woocommerce .button:hover {
  opacity: 1;
  background-color: #00f2ff !important;
  color: #0073a4; }

.woocommerce .input-text {
  font-family: Lato;
  color: #7a7a7a;
  border: 1px solid #0073a4;
  padding: 5px 20px 5px 8px; }

.woocommerce .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa; }

.woocommerce .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa; }

.woocommerce .input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa; }

.woocommerce .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa; }

.woocommerce .select2-selection {
  font-family: Lato;
  color: #7a7a7a;
  border: 1px solid #0073a4; }

.woocommerce label {
  font-family: Lato;
  font-size: 16px;
  color: #7a7a7a;
  font-weight: normal;
  margin-left: 20px; }

.woocommerce .required {
  color: #0073a4 !important;
  text-decoration: none !important; }

.woocommerce legend {
  color: #0073a4;
  font-family: Lato;
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce .woocommerce-orders-table__header {
  color: #0073a4;
  font-family: Lato;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce .woocommerce-orders-table__cell {
  color: #7a7a7a;
  font-family: Lato; }

.woocommerce .woocommerce-orders-table__cell a {
  color: #0073a4; }

.woocommerce .woocommerce-orders-table__cell a:hover {
  color: #0073a4; }

.woocommerce .woocommerce-MyAccount-content {
  font-family: Lato;
  color: #7a7a7a; }

.woocommerce mark {
  color: #0073a4;
  background-color: transparent;
  font-weight: bold; }

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error {
  border-top-color: #0073a4;
  padding-left: 130px; }

.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-error::before {
  color: #0073a4;
  padding-left: 80px; }

.woocommerce .woocommerce-LostPassword a {
  font-family: Lato;
  /*position: absolute;
	left: 190px;
	top: 263px;*/
  color: #0073a4; }

.woocommerce .woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  font-family: Lato; }

.woocommerce .woocommerce-ResetPassword {
  margin: 0px 100px 0px 100px;
  font-family: Lato; }

/*Products
.type-product {
	margin: 0px 100px;
	@media screen and (max-width: 767px){
		margin: 0px 55px;
	}
	@media screen and (max-width: 480px){
		margin: 0px 25px;
	}
}
*/
.product_meta {
  display: none; }

.wc-tabs {
  display: none; }

.cart {
  display: in-line-block; }

.quantity {
  display: none; }

.wp-post-image {
  width: auto;
  display: block;
  margin: 0 auto;
  height: auto; }

.woocommerce-Tabs-panel {
  font-family: Lato;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 24px;
  padding-top: 15px; }

.woocommerce-Tabs-panel h2 {
  display: none; }

.related {
  display: none; }

.woocommerce-Tabs-panel--description {
  float: left;
  box-shadow: none; }

.entry-summary {
  font-family: Lato;
  font-size: 15px;
  color: #7a7a7a;
  padding-top: 40px;
  line-height: 26px;
  max-width: 880px; }

.entry-summary h2 {
  display: none; }

.entry-summary a {
  font-family: Lato;
  font-size: 16px;
  margin-top: 10px;
  color: #0073a4;
  text-decoration: underline solid #0073a4;
  line-height: 26px; }

.noCalc {
  font-size: 18px;
  padding-bottom: 80px !important;
  padding-top: 0px !important; }

.comment_container .avatar {
  display: none; }

.comment {
  list-style-type: none; }

#rating {
  display: inline-block !important; }

.stars {
  display: none !important; }

.woocommerce-review-link {
  display: none; }

/*FILE UPLOADER*/
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  font-size: 12px;
  color: #0073a4;
  background-color: #00f2ff;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  /*max-width: 125px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Lato;
  padding: 10px;
  font-weight: 700;
  transition: 0.25s;
  text-transform: uppercase;
  border-radius: 3px; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #0073a4;
  color: #00f2ff; }

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */ }

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile + label * {
  pointer-events: none; }

.file_ctrl {
  display: none;
  width: 100%; }

/* Checkout */
.checkoutWhite {
  padding: 10px;
  color: #0073a4;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 0px 0px #00f3ff;
  -moz-box-shadow: 3px 3px 0px 0px #00f3ff;
  box-shadow: 3px 3px 0px 0px #00f3ff; }

.checkoutWhite:hover {
  color: #ffffff;
  background-color: #00f3ff;
  -webkit-box-shadow: 3px 3px 0px 0px white;
  -moz-box-shadow: 3px 3px 0px 0px white;
  box-shadow: 3px 3px 0px 0px white; }

.checkoutRed, .single_add_to_cart_button {
  padding: 11px 10px;
  color: #00f3ff;
  background-color: #0073a4;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  border: 0px;
  transition: 0.25s;
  border-radius: 3px; }

.checkoutRed:hover, .single_add_to_cart_button:hover {
  background-color: #00f3ff;
  color: #0073a4; }

.checkoutRed:disabled, .single_add_to_cart_button:disabled, .checkoutRed[disabled], .single_add_to_cart_button[disabled] {
  background-color: #c0c0c0;
  color: #808080; }

#order_comments {
  height: 90vh; }

#coupon_code {
  width: 50%; }
  @media screen and (max-width: 767px) {
    #coupon_code {
      margin-top: 12px; } }

.coupon {
  display: inline-block !important;
  padding-right: 50px;
  float: none !important; }
  @media screen and (max-width: 767px) {
    .coupon {
      width: 100%;
      padding-right: 0px; } }

.productsRow {
  margin: 25px 100px;
  padding: 0px; }
  @media screen and (max-width: 767px) {
    .productsRow {
      margin: 10px 25px; } }

.singleFeaturedProductRow {
  margin: 15px 100px 0px 100px; }
  @media screen and (max-width: 767px) {
    .singleFeaturedProductRow {
      margin: 15px 25px 0px 25px; } }

.cartEmptyRow {
  margin: 0px 100px;
  padding: 0px; }
  @media screen and (max-width: 767px) {
    .cartEmptyRow {
      margin: 0px 25px; } }

.titleRow {
  margin: 0px 85px 25px 85px;
  padding: 0px; }
  @media screen and (max-width: 991px) {
    .titleRow {
      margin: 0px 55px 25px 55px; } }
  @media screen and (max-width: 767px) {
    .titleRow {
      margin: 0px 25px 25px 25px; } }

.cartMargin {
  margin: 0px 100px 20px 100px; }
  @media screen and (max-width: 767px) {
    .cartMargin {
      margin: 0px 25px 20px 25px; } }

@media screen and (max-width: 767px) {
  .checkout-button {
    width: 100%;
    text-align: center; } }

.checkoutPadding {
  padding: 0px 100px 20px 100px; }
  @media screen and (max-width: 767px) {
    .checkoutPadding {
      padding: 0px 25px 20px 25px; } }

.totalActive {
  width: 100%;
  height: 100px;
  background-color: #00608a;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 5px 8px; }
  @media screen and (max-width: 1160px) {
    .totalActive {
      height: 80px; } }
  @media screen and (max-width: 991px) {
    .totalActive {
      height: 100px; } }

#totalDigital {
  float: left;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    #totalDigital {
      margin-bottom: 10px; } }

#totalOffset {
  float: right;
  cursor: pointer; }

#offsetCheck {
  display: none; }

.totalActive > .totalTitle {
  font-family: Lato;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff; }
  @media screen and (max-width: 1280px) {
    .totalActive > .totalTitle {
      font-size: 10px; } }
  @media screen and (max-width: 1160px) {
    .totalActive > .totalTitle {
      font-size: 8px; } }
  @media screen and (max-width: 991px) {
    .totalActive > .totalTitle {
      font-size: 12px;
      text-align: center; } }

.totalActive > .totalPrice {
  font-family: Lato;
  font-size: 28px;
  color: #ffffff;
  padding: 7px 0px; }
  @media screen and (max-width: 1280px) {
    .totalActive > .totalPrice {
      font-size: 24px; } }
  @media screen and (max-width: 1160px) {
    .totalActive > .totalPrice {
      font-size: 20px; } }
  @media screen and (max-width: 991px) {
    .totalActive > .totalPrice {
      font-size: 28px;
      text-align: center; } }

.totalActive > .totalUnit {
  font-family: Lato;
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300; }
  @media screen and (max-width: 1280px) {
    .totalActive > .totalUnit {
      font-size: 10px; } }
  @media screen and (max-width: 1160px) {
    .totalActive > .totalUnit {
      font-size: 8px; } }
  @media screen and (max-width: 991px) {
    .totalActive > .totalUnit {
      font-size: 12px;
      text-align: center; } }

.totalInactive {
  width: 100%;
  height: 100px;
  background-color: #cfcfcf;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-align: left;
  padding: 5px 8px; }
  @media screen and (max-width: 1160px) {
    .totalInactive {
      height: 80px; } }
  @media screen and (max-width: 991px) {
    .totalInactive {
      height: 100px; } }

.totalInactive > .totalTitle {
  font-family: Lato;
  font-size: 12px;
  font-weight: 300;
  color: #b3b3b3; }
  @media screen and (max-width: 1280px) {
    .totalInactive > .totalTitle {
      font-size: 10px; } }
  @media screen and (max-width: 1160px) {
    .totalInactive > .totalTitle {
      font-size: 8px; } }
  @media screen and (max-width: 991px) {
    .totalInactive > .totalTitle {
      font-size: 12px;
      text-align: center; } }

.totalInactive > .totalPrice {
  font-family: Lato;
  font-size: 28px;
  color: #b3b3b3;
  padding: 7px 0px; }
  @media screen and (max-width: 1280px) {
    .totalInactive > .totalPrice {
      font-size: 24px; } }
  @media screen and (max-width: 1160px) {
    .totalInactive > .totalPrice {
      font-size: 20px; } }
  @media screen and (max-width: 991px) {
    .totalInactive > .totalPrice {
      font-size: 28px;
      text-align: center; } }

.totalInactive > .totalUnit {
  font-family: Lato;
  font-size: 12px;
  font-style: italic;
  color: #b3b3b3;
  font-weight: 300; }
  @media screen and (max-width: 1280px) {
    .totalInactive > .totalUnit {
      font-size: 10px; } }
  @media screen and (max-width: 1160px) {
    .totalInactive > .totalUnit {
      font-size: 8px; } }
  @media screen and (max-width: 991px) {
    .totalInactive > .totalUnit {
      font-size: 12px;
      text-align: center; } }

.checkmark {
  background-image: url("../../assets/images/checkmark-pink.svg");
  width: 16px;
  height: 16px;
  float: right;
  background-position: center; }
  @media screen and (max-width: 1280px) {
    .checkmark {
      width: 12px;
      height: 12px;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 1160px) {
    .checkmark {
      display: none; } }
  @media screen and (max-width: 991px) {
    .checkmark {
      display: block; } }

.woocommerce ul.order_details {
  padding-left: 0px; }

.woocommerce ul.order_details li {
  margin-top: 10px;
  font-family: Lato; }

.woocommerce ul.order_details li strong {
  color: #0073A4; }

@media screen and (max-width: 767px) {
  .order-again .button {
    display: block !important;
    text-align: center !important;
    margin-bottom: 15px !important; } }

@media screen and (max-width: 767px) {
  p.order-again {
    text-align: center !important; } }

#billingStyles {
  background-color: #f7f7f7;
  padding: 15px; }

#shippingStyles {
  background-color: #f7f7f7;
  padding: 15px; }

#orderStyles {
  background-color: #f7f7f7;
  padding: 15px; }

.woocommerce-additional-fields {
  background-color: #f7f7f7;
  padding: 15px; }

.checkoutPadding {
  padding: 0px 175px; }

.dividePadding {
  padding: 15px; }

.product-name, .product-total, .cart-subtotal, .tax-rate, .order-total {
  font-family: 'Lato';
  font-size: 17px;
  color: #0073a4;
  font-weight: 700;
  line-height: 24px; }

.product-name dl dt {
  font-family: Lato;
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 700;
  line-height: 24px; }

.product-name dl dd p {
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  color: #7a7a7a;
  text-decoration: none solid #7a7a7a;
  line-height: 24px; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  width: 60%;
  margin-left: 20%; }

.woocommerce input.button, .woocommerce .woocommerce-button, .woocommerce .button {
  font-size: 16px; }

.productGalleryThumbs {
  display: flex;
  justify-content: center; }

.productGalleryThumbs div {
  margin: 10px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
  opacity: 0.4; }

.thumbActive {
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2)) !important;
  opacity: 1 !important; }

.wantMore {
  font-family: Lato;
  font-size: 16px;
  color: #757575;
  margin: 15px 0px; }

.quoteButton {
  padding: 10px;
  margin: 15px;
  border: 2px solid transparent;
  background-color: #00f2ff;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 12px;
  color: #0073a4;
  font-weight: 700;
  text-decoration: none solid #0073a4;
  text-align: center;
  transition: 0.25s;
  border-radius: 3px; }
  .quoteButton:hover {
    cursor: pointer;
    background-color: #0073a4;
    color: #00f2ff; }

.WhatHappensHeader {
  width: 100%;
  background-color: #0073a4;
  font-family: Lato;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px; }

.woocommerce table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 0px; }

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-family: Lato;
  font-size: 24px;
  color: #0073a4;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  text-transform: uppercase;
  font-style: italic; }

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  width: 100%;
  background-color: #f7f7f7; }

.woocommerce-order-overview__order.order {
  font-family: Lato !important;
  font-size: 16px !important;
  color: #7a7a7a;
  font-weight: 900;
  text-decoration: none solid #7a7a7a;
  padding: 10px 25px;
  width: 25%; }

.woocommerce-order-overview__date.date {
  font-family: Lato !important;
  font-size: 16px !important;
  color: #7a7a7a;
  font-weight: 900;
  text-decoration: none solid #7a7a7a;
  padding: 10px 25px;
  width: 25%; }

.woocommerce-order-overview__total.total {
  font-family: Lato !important;
  font-size: 16px !important;
  color: #7a7a7a;
  font-weight: 900;
  text-decoration: none solid #7a7a7a;
  padding: 10px 25px;
  width: 25%; }

.woocommerce-order-overview__payment-method.method {
  font-family: Lato !important;
  font-size: 16px !important;
  color: #7a7a7a;
  font-weight: 900;
  text-decoration: none solid #7a7a7a;
  padding: 10px 25px;
  width: auto; }

.woocommerce ul.order_details li {
  padding-left: 25px !important;
  display: inline-block;
  margin-right: 0em !important; }

#mainProductImage {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 640px; }

.woocommerce table.shop_table th {
  font-family: Lato;
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 700; }

tfoot tr td {
  font-family: 'Lato';
  font-size: 17px;
  color: #0073a4;
  font-weight: 700;
  line-height: 24px; }

.woocommerce table.shop_table {
  font-family: Lato;
  font-size: 17px;
  color: #7a7a7a; }

address {
  font-size: 17px;
  color: #7a7a7a; }

*:focus {
  outline: none !important; }

.woocommerce a.remove {
  font-size: 1.25em !important; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px; }

.woocommerce form .form-row .input-checkbox {
  position: relative; }

.woocommerce-form-login p label, .register p label {
  margin-left: 0px; }

.cartAdImageContainer {
  float: left;
  width: 50%; }

.cartAd {
  display: block;
  width: 300px;
  height: 250px;
  margin: 0 auto;
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .cartAd {
      display: none; } }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }

.woocommerce-table__line-item.order_item .wc-item-meta a[href*="/"] {
  color: #00f3ff; }

.woocommerce-table__line-item.order_item .product-total a[href*="/"] {
  color: #00f3ff; }

#footer {
  background-color: #0073a4;
  width: 100%; }

#footer ul {
  list-style: none;
  padding: 0px; }

#footer li {
  display: inline-block;
  padding: 0px 10px 0px 10px; }

#footerLogoColumn {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 175px; }
  @media screen and (max-width: 1249px) {
    #footerLogoColumn {
      width: 16.66666667%; } }
  @media screen and (max-width: 767px) {
    #footerLogoColumn {
      height: 100px; } }

@media screen and (max-width: 767px) {
  .bottomFooterLinks {
    text-align: center;
    margin-bottom: 30px; } }

#footerLogo {
  max-width: 147px;
  min-width: 147px;
  height: auto;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  @media screen and (max-width: 767px) {
    #footerLogo {
      display: block;
      margin: 0 auto; } }

#footerLogo:hover {
  opacity: .6; }

#footerNav {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0px;
  font-size: 16px;
  font-family: Lato; }
  @media screen and (max-width: 767px) {
    #footerNav {
      height: auto; } }

#footerNav #phone {
  font-size: 18px;
  color: #ffffff; }

#footerNav .social a {
  color: #a0e226;
  font-size: 20px;
  opacity: 1;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out; }

#footerNav .social a:hover {
  color: #38f5fe;
  opacity: 1; }

#footerNav a {
  opacity: 1;
  color: #38f5fe;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#footerNav a:hover {
  opacity: .6;
  text-decoration: none; }

@media (min-width: 576px) {
  #footerNav {
    text-align: center; } }

@media (min-width: 768px) {
  #footerNav {
    text-align: right; } }

.footerPadding {
  padding: 0px 100px 0px 100px; }
  @media screen and (max-width: 1200px) {
    .footerPadding {
      padding: 0px 50px 0px 50px; } }
  @media screen and (max-width: 991px) {
    .footerPadding {
      padding: 0px 20px 0px 20px; } }

/*
.zopim {
	top: 113px !important;
	right: 0px !important;
}

#chatHover:hover + .zopim {
	display: block !important;
}
*/
#menu-mobile-menu {
  margin-top: 5%; }

#menu-mobile-menu li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block; }

#menu-mobile-menu li {
  text-align: center;
  margin-bottom: 10px; }

#menu-mobile-menu li .sub-menu {
  margin-top: 10px;
  display: none; }

.mobileMenu {
  position: absolute;
  top: 100px;
  right: 100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9; }
  @media screen and (min-width: 992px) {
    .mobileMenu {
      display: none; } }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #00f2ff !important; }

button:focus {
  outline: none !important; }

.topMenuPad {
  padding: 33px 0px 5px 0px; }
  @media screen and (max-width: 991px) {
    .topMenuPad {
      padding: 33px 0px 0px 0px; } }

.navLogo {
  max-width: 220px;
  height: auto; }
  @media screen and (max-width: 991px) {
    .navLogo {
      padding: 25px 25px 20px 25px; } }

.container2 {
  overflow: hidden;
  font-family: Lato; }
  @media screen and (max-width: 991px) {
    .container2 {
      display: flex;
      justify-content: center; } }

.logoPad {
  padding-left: 100px; }
  @media screen and (max-width: 1060px) {
    .logoPad {
      padding-left: 60px; } }
  @media screen and (max-width: 991px) {
    .logoPad {
      padding-left: 0px; } }

.socialPad {
  padding-right: 115px; }
  @media screen and (max-width: 1060px) {
    .socialPad {
      padding-right: 0px;
      display: flex;
      justify-content: center; } }

.firstMenuItem {
  padding-left: 100px !important; }
  @media screen and (max-width: 1060px) {
    .firstMenuItem {
      padding-left: 60px !important; } }
  @media screen and (max-width: 991px) {
    .firstMenuItem {
      padding-left: 0px !important; } }
  @media screen and (max-width: 767px) {
    .firstMenuItem {
      padding-left: 10px !important; } }

.container2 a {
  float: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .container2 a {
      padding: 14px 10px; } }

.dropdown2 {
  float: left;
  overflow: hidden; }

.dropdown2 .dropbtn2 {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 14px 16px;
  background-color: inherit; }
  @media screen and (max-width: 767px) {
    .dropdown2 .dropbtn2 {
      padding: 14px 10px; } }

.container2 a:hover, .dropdown2:hover .dropbtn2 {
  color: #0073A4; }

.dropdown-content2 {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  @media screen and (max-width: 991px) {
    .dropdown-content2 {
      left: 0px;
      width: 100%; } }

.dropdown-content2 a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

.dropdown-content2 a:hover {
  /*background-color: #ddd;*/ }

.dropdown2:hover .dropdown-content2, .dropdown2:active .dropdown-content2 {
  visibility: visible;
  opacity: 1; }

.menuSectionTitle {
  font-weight: bold;
  color: #0073A4;
  text-transform: uppercase; }

.menuSectionTitle a {
  font-size: 12px;
  font-weight: bold;
  color: #0073A4 !important; }
  @media screen and (max-width: 991px) {
    .menuSectionTitle a {
      text-align: center; } }

.menuSectionTitle a:hover {
  text-decoration: underline; }

#productMenu {
  font-family: Lato;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  font-size: 12px;
  padding: 20px; }

#productMenu a {
  font-family: Lato;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  text-decoration: none; }
  @media screen and (max-width: 991px) {
    #productMenu a {
      text-align: center;
      margin-bottom: 25px; } }

#productMenu a:hover {
  text-decoration: underline;
  background-color: transparent; }

.menu {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  color: #0073A4;
  text-transform: uppercase; }

.menu a {
  font-size: 12px;
  font-weight: bold;
  color: #0073A4 !important; }
  @media screen and (max-width: 991px) {
    .menu a {
      font-size: 24px; } }

.menu ul {
  list-style-type: none;
  padding: 0;
  text-transform: none; }

.menu ul a {
  font-family: Lato;
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-weight: normal; }

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-navigation2 {
  display: none; }

.search {
  position: relative; }

.search input {
  font-size: 12px;
  color: #7a7a7a;
  font-family: Lato;
  font-weight: normal;
  border: 1px solid #ebebeb;
  padding-left: 3px;
  outline: none; }
  @media screen and (max-width: 991px) {
    .search input {
      font-size: 16px;
      height: 30px; } }
  @media screen and (max-width: 480px) {
    .search input {
      margin-top: 20px; } }

.search .fa-search {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 7px;
  font-size: 12px;
  color: #7a7a7a; }
  @media screen and (max-width: 480px) {
    .search .fa-search {
      top: 29px; } }

.btnCustomOrder a {
  margin-top: 10px !important;
  text-align: center !important;
  padding: 5px !important;
  background-color: #00f2ff !important;
  color: #0073A4 !important;
  font-weight: normal !important; }

.btnCustomOrder a:hover {
  background-color: #b6f2ff !important;
  text-decoration: none !important; }

.smallNavItem:hover {
  background-color: rgba(235, 235, 235, 0.25); }

.smallNavItem > i {
  padding-right: 5px;
  opacity: 0;
  color: #ff2151; }

.smallNavItem:hover > i {
  opacity: 1; }

.smallNavItem:hover > a {
  color: #ff2151 !important;
  text-decoration: none !important;
  opacity: 1 !important; }

.tooltip2 {
  font-family: Lato;
  font-size: 16px;
  color: #303030;
  margin-bottom: 5px; }

.tooltip2 .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  border-style: solid;
  background-color: #ebebeb;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-family: Lato;
  max-width: 200px; }

.toolTipSpan {
  width: 20px;
  height: 15px;
  text-align: center !important; }

.toolTipSpan:hover,
.toolTipSpan:focus {
  cursor: pointer; }

.toolTipSpan:hover + .tooltiptext,
.toolTipSpan:focus + .tooltiptext {
  visibility: visible;
  opacity: 1; }

.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px; }

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent; }

.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px; }

.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.tooltip-left {
  top: -5px;
  bottom: auto;
  right: 128%; }

.tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555; }

.contactPicasso {
  padding: 0px;
  font-weight: normal;
  font-size: 16px; }

.contactPicasso a {
  color: #ffffff;
  text-decoration: underline; }

.contactPicasso a:hover {
  color: rgba(0, 243, 255, 0.5); }

select, input[type=text], input[type=password], input[type=email] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  height: 38px;
  padding: 5px;
  font-size: 16px;
  border-radius: 3px;
  color: #303030; }

.tooltip-right {
  top: -5px;
  left: 40%; }

.tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent #555 transparent transparent; }

.centerSelect {
  text-align-last: left;
  font-size: 16px;
  font-family: 'Lato'; }

.calculatorHeader {
  font-family: Lato;
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 900;
  text-decoration: none solid #7a7a7a;
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1); }

.calcLink {
  font-family: Lato;
  font-size: 17px;
  color: #0073a4;
  text-decoration: underline solid #0073a4;
  line-height: 26px; }

.quoteDivContainer {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }

.quoteHeader {
  font-family: Lato;
  font-size: 16px;
  color: #757575;
  font-weight: 900;
  padding: 15px; }

.can-toggle {
  position: relative; }
  .can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box; }
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .can-toggle input[type="checkbox"][disabled] ~ label {
      pointer-events: none; }
      .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
        opacity: 0.4; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
      content: attr(data-unchecked);
      left: 0; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      content: attr(data-checked); }
  .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center; }
    .can-toggle label .can-toggle__label-text {
      flex: 1;
      padding-left: 32px; }
    .can-toggle label .can-toggle__switch {
      position: relative; }
      .can-toggle label .can-toggle__switch:before {
        content: attr(data-checked);
        position: absolute;
        top: 0;
        text-transform: uppercase;
        text-align: center; }
      .can-toggle label .can-toggle__switch:after {
        content: attr(data-unchecked);
        position: absolute;
        z-index: 5;
        text-transform: uppercase;
        text-align: center;
        background: #0073a4;
        transform: translate3d(0, 0, 0); }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(235, 235, 235, 0.5); }
  .can-toggle label .can-toggle__label-text {
    flex: 1; }
  .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #d1d1d1;
    box-shadow: inset 0px 0px 3px #666; }
    .can-toggle label .can-toggle__switch:before {
      color: #a8a8a8; }
    .can-toggle label .can-toggle__switch:after {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      color: #ebebeb; }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(65px, 0, 0); }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
  .can-toggle label {
    font-size: 11px; }
    .can-toggle label .can-toggle__switch {
      height: 36px;
      flex: 0 0 134px;
      border-radius: 15px; }
      .can-toggle label .can-toggle__switch:before {
        left: 67px;
        font-size: 11px;
        line-height: 36px;
        padding: 0 12px;
        font-family: 'Lato';
        font-weight: 300; }
      .can-toggle label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 15px;
        width: 65px;
        line-height: 32px;
        font-size: 11px;
        font-family: 'Lato';
        font-weight: 300; }
      .can-toggle label .can-toggle__switch:hover:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(56.5px, 0, 0); }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-small label {
    font-size: 11px; }
    .can-toggle.can-toggle--size-small label .can-toggle__switch {
      height: 28px;
      flex: 0 0 115px;
      border-radius: 15px; }
      .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
        left: 57.5px;
        font-size: 11px;
        line-height: 28px;
        padding: 0 12px;
        font-family: 'Lato';
        font-weight: 300; }
      .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
        top: 1px;
        left: 1px;
        border-radius: 15px;
        width: 56.5px;
        line-height: 26px;
        font-size: 11px;
        font-family: 'Lato';
        font-weight: 300; }
      .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

.grandTotal {
  font-family: Lato;
  font-size: 32px;
  color: #0073a4;
  font-weight: 700;
  text-align: center;
  margin-top: -10px; }

.unitCost {
  font-family: Lato;
  font-size: 10px;
  color: #0073a4;
  text-align: center;
  margin-left: 5px;
  margin-top: -5px; }

.plain-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%; }

.plain-select select {
  line-height: normal;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 6px;
  display: block;
  width: 100%;
  background: #fff;
  color: #303030;
  padding: 8px 20px 7px 10px;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px; }

.ie8 .plain-select select {
  padding-right: 3px; }

.plain-select select:focus {
  background: #f9f9f9;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 7px rgba(100, 100, 100, 0.3);
  border-color: #00c0f3; }

.plain-select ::-ms-expand {
  display: none; }

.plain-select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #303030;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none; }

a > .quoteButton {
  text-decoration: none; }

.existing_file {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

.upload_file {
  width: 100%; }

#field_2_6 {
  margin-top: 5px !important; }

#field_2_6 label {
  margin-bottom: 0px;
  margin-top: 10px;
  color: #00f2ff; }

#field_2_6 .ginput_container.ginput_container_textarea {
  margin-top: 2px !important; }

.gform_wrapper .gform_heading {
  margin-bottom: 0px; }

#field_2_2 label, #field_2_5 label {
  display: none; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 5px !important; }

#gform_2 .gform_heading h3.gform_title {
  margin: 10px -15px !important; }

#gform_2 .gform_heading span.gform_description {
  margin-left: -15px; }

.gform_wrapper textarea.medium {
  height: 100px !important; }

#input_4_1_3, #input_4_1_6, #input_4_3, #input_4_4, #input_1_1_3, #input_1_1_6, #input_1_5, #input_1_6, #input_1_6, #input_1_3_1, #input_1_3_2, #input_1_3_3, #input_1_3_4, #input_1_3_5 {
  border: 1px solid rgba(0, 0, 0, 0.5); }

#input_1_7, #input_1_8 {
  border: 1px solid rgba(0, 0, 0, 0.5); }

.gform_fields .gfield input, #gform_fields_3 li div input, #gform_fields_3 li div span input, #gform_fields_8 li div input, #gform_fields_8 li div span input, #input_8_7_6 {
  border: 1px solid rgba(0, 0, 0, 0.5); }

.gform_wrapper .gsection {
  border-bottom: 0px solid #fff; }

.pageContent {
  font-family: Lato;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  padding: 15px 0px; }

.projectContainer {
  margin-top: 20px;
  margin-bottom: 10px; }

.projectMainImg {
  width: 100%;
  height: auto; }

.projectTitle {
  font-family: Lato;
  font-size: 22px;
  color: #0073a4;
  font-weight: 700;
  text-decoration: none solid #0073a4;
  line-height: 24px;
  letter-spacing: 2px;
  margin: 10px 0px;
  text-transform: uppercase;
  text-align: center; }

.projectDesc {
  font-family: Lato;
  font-size: 16px;
  color: #7a7a7a;
  text-decoration: none solid rgba(0, 0, 0, 0.4);
  line-height: 24px;
  text-align: left; }

.projectImage {
  width: 100%;
  height: auto; }

.cardItems {
  display: flex;
  min-width: 100%;
  min-height: 200px;
  overflow-x: auto; }

.cardItems::-webkit-scrollbar {
  display: none; }

.cardItems__item {
  min-width: 300px;
  margin: 5px; }

.cardItems__item img {
  width: 100%;
  height: 100%; }

.featherlight-content {
  width: 85%; }

.noHov:hover {
  text-decoration: none; }

.industry-section-title {
  text-align: center; }
  .industry-section-title h2 {
    display: inline-block;
    font-weight: 300; }
    .industry-section-title h2:after {
      display: block;
      content: '';
      width: calc(100% + 40px);
      height: 15px;
      border-bottom: 1px solid;
      margin: 0 0 15px -20px; }

.industry-service {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px; }
  .industry-service .industry-service-icon {
    height: 80px;
    width: 140px; }
    .industry-service .industry-service-icon img {
      height: 80px;
      width: 140px;
      object-fit: contain; }
  .industry-service .industry-service-title {
    margin: 10px 0; }
    .industry-service .industry-service-title h3 {
      font-weight: 300;
      color: #1c4697; }
  .industry-service .industry-service-description {
    font-weight: 400; }

.industry-product {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px; }
  .industry-product .industry-product-icon {
    height: 120px;
    width: 200px; }
    .industry-product .industry-product-icon img {
      height: 120px;
      width: 200px;
      object-fit: contain; }
  .industry-product .industry-product-title {
    margin: 15px 0; }
    .industry-product .industry-product-title h3 {
      font-weight: 300;
      color: #1c4697; }
  .industry-product .industry-product-description {
    font-weight: 400; }

/*# sourceMappingURL=main.css.map */