/*
Theme Name:Beaver Builder Child Theme
Theme URI:http://www.wpbeaverbuilder.com
Version:1.0
Description:An example child theme that can be used as a starting point for custom development.
Author:The Beaver Builder Team
Author URI:http://www.fastlinemedia.com
template:bb-theme
*/

/* Add your custom styles here... */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p {
  padding: 0 0 20px;
  margin: 0;
}
p:empty {
  padding: 0;
  margin: 0;
}
.sticky .fl-page-header {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}
.fl-page-nav-right .fl-page-header-wrap {
  border: none;
}
.fl-page-header {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.04);
}
.fl-page-header .container,
.fl-page-header .fl-page-header-wrap .container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px !important;
}
.fl-page .fl-page-header {
  padding: 15px 0;
}
.header-main {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  display: table;
}
.header-main > div {
  display: table-cell;
  vertical-align: middle;
}
/*.header-logo-l .fl-page-header-logo img{max-width:90px;}*/
/*.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, 
.fl-page-header-fixed .fl-logo-img{max-height: 85px !important;}*/
.header-main .fl-page-nav .navbar-nav > li {
  padding: 0 8px;
}
.header-main .fl-page-nav .navbar-nav > li > a {
  padding: 0;
  line-height: 60px;
  color: #394446 !important;
}
.header-main .fl-page-nav .navbar-nav > li > a:hover {
  color: #4066df !important;
}
.header-main .fl-page-nav .navbar-nav > li.current-menu-item > a,
.header-main .fl-page-nav .navbar-nav > li.current_page_parent > a {
  color: #4066df !important;
}
.fl-page-nav ul.sub-menu {
  width: 280px;
  border-top: 3px solid #4066df;
}
.fl-page-nav ul.sub-menu li {
  border-bottom: 1px solid #fff;
}
.fl-page-nav ul.sub-menu li a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #394446 !important;
  margin: 0;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: none;
}
.fl-page-nav ul.sub-menu li a:hover {
  color: #4066df !important;
}
.fl-page-nav ul.sub-menu li.current_page_item > a {
  color: #4066df !important;
}
.header-main .header-right .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 15px 0;
  text-align: center;
  width: 140px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid transparent;
}
.header-main .header-right .btn.join-btn {
  background: #4066df;
  margin-right: 5px;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
.header-main .header-right .btn.join-btn:hover,
.header-main .header-right .btn.join-btn:focus,
.header-main .header-right .btn.join-btn:active {
  border-color: #4066df;
  color: #4066df;
  background: transparent;
}
.header-main .header-right .btn.login-btn {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.header-main .header-right .btn.login-btn:hover,
.header-main .header-right .btn.login-btn:focus,
.header-main .header-right .btn.login-btn:active {
  color: #2b292b;
  border-color: #2b292b;
  background: transparent;
}
.header-main .header-right .btn.log-out-btn {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.header-main .header-right .btn.log-out-btn:hover,
.header-main .header-right .btn.log-out-btn:focus,
.header-main .header-right .btn.log-out-btn:active {
  color: #2b292b;
  border-color: #2b292b;
  background: transparent;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-title {
  font-size: 60px;
  line-height: 1.14;
  text-transform: none;
  margin: 0 0 40px !important;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn {
  display: inline-block;
  min-width: 178px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  padding: 15px 20px;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-about {
  background: #4066df;
  margin-right: 15px;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-about:hover,
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-about:focus,
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-about:active {
  background: #fff;
  color: #4066df;
  border-color: #fff;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-contact {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-contact:hover,
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-contact:focus,
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground
  .fl-slide-content
  .fl-slide-text
  .btn.btn-contact:active {
  background: #fff;
  color: #2b292b;
  border-color: #fff;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-wrapper
  .fl-slide
  .fl-slide-foreground {
  padding: 280px 0;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-navigation
  .fl-content-slider-svg-container
  svg {
  padding: 11px;
}
.home-main-slider .fl-content-slider .fl-content-slider-navigation a {
  opacity: 1;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-navigation
  a:hover
  svg
  path {
  fill: #4066df;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-navigation
  a.slider-prev {
  left: 10%;
}
.home-main-slider
  .fl-content-slider
  .fl-content-slider-navigation
  a.slider-next {
  right: 10%;
}
.home-main-slider .fl-content-slider .fl-slide {
  padding: 0 15px;
}
.home-client-logo .fl-row-content-wrap {
  margin-top: -110px;
  float: left;
  width: 100%;
}
.home-client-logo .pp-logos-content .bx-wrapper {
  margin-bottom: 0;
}
.home-client-logo .pp-logos-content .bx-controls {
  display: none;
}
.what-section .fl-col-small .fl-col-content .what-block {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
}
.what-section .what-block .fl-module-content {
  border: 3px solid #ebebeb;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.what-section .what-block .fl-module-content:after {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -3px;
  border-left: 3px solid #2b292b;
  border-bottom: 3px solid #2b292b;
  height: 0;
  width: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.what-section .what-block:hover .fl-module-content:after {
  width: 152px;
  height: 152px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.what-section .what-block .fl-module-content:before {
  position: absolute;
  content: "";
  top: -3px;
  right: -3px;
  border-top: 3px solid #2b292b;
  border-right: 3px solid #2b292b;
  height: 0;
  width: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.what-section .what-block:hover .fl-module-content:before {
  width: 152px;
  height: 152px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.what-section .what-block .fl-module-content .fl-callout-content {
  padding: 40px 30px;
}
.what-section .what-block .fl-callout-photo .fl-photo-content {
  width: 100px;
  height: 100px;
  background: #f7f7f7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
.what-section .what-block .fl-callout-photo .fl-photo-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.what-section
  .what-block
  .fl-callout
  .fl-callout-text-wrap
  .fl-callout-button
  .fl-button {
  background: #4066df;
  text-transform: uppercase;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 15px 23px;
  line-height: 1;
}
.what-section
  .what-block:hover
  .fl-callout
  .fl-callout-text-wrap
  .fl-callout-button
  .fl-button {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
.what-section
  .what-block:hover
  .fl-callout
  .fl-callout-content
  .fl-callout-title
  .fl-callout-title-text {
  color: #2b292b;
}
.about-section {
  position: relative;
  z-index: 9;
}
.about-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 38%;
  background: url("./images/about-back-img.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  height: 100%;
}
.about-section .about-img {
  position: relative;
  z-index: 9;
}
.about-section .about-desc {
  position: relative;
  z-index: 9;
}
.about-section .about-img .fl-photo {
  border: 30px solid #f9f9f9;
}
.about-section .about-img .fl-photo .fl-photo-content {
  position: relative;
  padding-bottom: 81.91%;
  width: 100%;
}
.about-section .about-img .fl-photo .fl-photo-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .about-desc .fl-module-button .fl-button-wrap a {
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.about-section .about-desc .fl-module-button .fl-button-wrap a:hover {
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
/*.home-blog-section .blog-title .fl-photo{position:relative;padding:0 0 30px;}*/
/*.home-blog-section .blog-title .fl-photo:after{position:absolute;content:"";left:50%;bottom:0;width:75px;height:4px;background:#2b292b;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);}*/
.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap
  .uabb-post-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 97%;
  background: #e9e9e9;
}
.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap
  .uabb-post-thumbnail
  img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-blog-section .blog-post-section .uabb-blog-posts-shadow {
  box-shadow: none;
}
/* .home-blog-section .blog-post-section .uabb-blog-posts .uabb-post-wrapper .uabb-blog-post-inner-wrap .uabb-blog-post-content{box-shadow:0px 0px 30px 0px rgba(0,0,0,0.04);-webkit-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.04);-moz-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.04);-ms-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.04);-o-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.04);} */
.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap
  .uabb-blog-post-content
  .uabb-button-wrap
  a {
  text-transform: uppercase;
  background: #4066df;
  padding: 15px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap
  .uabb-blog-post-content
  .uabb-button-wrap
  a:hover {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}

.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap
  .uabb-blog-post-content {
  position: static;
}
.home-blog-section .blog-post-section .uabb-blog-posts .uabb-post-wrapper {
  display: flex;
  flex-direction: column;
}
.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap {
  position: relative;
  padding: 0 0 60px;
  height: 100%;
  margin: 0 0 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.home-blog-section
  .blog-post-section
  .uabb-blog-posts
  .uabb-post-wrapper
  .uabb-blog-post-inner-wrap
  .uabb-blog-post-content
  .uabb-button-wrap.uabb-creative-button-wrap {
  position: absolute;
  left: 25px;
  right: 0;
  bottom: 15px;
}

.pp-sub-heading ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pp-sub-heading ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 24px;
  line-height: 1.5;
  position: relative;
}
.pp-sub-heading ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background: url("./images/check-blue-small.png") no-repeat;
  width: 13px;
  height: 10px;
}
.pp-sub-heading ul li a {
  color: #656c70;
  line-height: 1.5;
  text-decoration: underline !important;
}
.pp-sub-heading ul li a:hover {
  color: #4066df;
}

.pp-sub-heading ul.towcolist li {
  float: left;
  width: 50%;
}
.pp-sub-heading ul.towcolist li:nth-child(2n + 1) {
  clear: both;
}

.subscribe-section .pp-heading-content {
  max-width: 790px;
  margin: auto;
}
.subscribe-section .pp-heading-content .pp-sub-heading p:last-child {
  padding: 0;
}
.subscribe-section .pp-gf-content form .gform_body ul li.gfield {
  float: left;
  width: 24%;
  clear: none;
  margin-right: 15px;
}
.subscribe-section .pp-gf-content form .gform_body ul li.gfield:last-child {
  margin-right: 0;
}
.subscribe-section .pp-gf-content form .gform_body ul li.gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("./images/down-arrow.png") no-repeat !important;
  background-position: right 20px center !important;
}

.subscribe-section .pp-gf-content form .gform_footer input[type="submit"] {
  margin-right: 0;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.subscribe-section
  .pp-gf-content
  form
  .gform_footer
  input[type="submit"]:hover {
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}

.subscribe-section
  .pp-gf-content
  form
  .gform_footer
  input[type="submit"]:focus {
  top: 0;
}

.subscribe-section .pp-gf-content .gform_confirmation_wrapper {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  color: #4066df;
}

.fl-page-footer-wrap {
  width: 100%;
  float: left;
  clear: both;
}
.fl-page-footer-wrap .container {
  padding: 0 15px;
  max-width: 100%;
}
.fl-page-footer-wrap .f-top {
  background: #0d0f11;
  padding: 70px 0;
}
.fl-page-footer-wrap .f-top .f-block {
  float: left;
  width: 33.33%;
}
.fl-page-footer-wrap .f-top .f-block.f-about {
  width: 41.5%;
  padding-right: 80px;
}
.fl-page-footer-wrap .f-top .f-block.f-link {
  width: 41.5%;
}
.fl-page-footer-wrap .f-top .f-block.f-contact {
  width: 17%;
}
.fl-page-footer-wrap .f-top .f-block h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
}
.fl-page-footer-wrap .f-top .f-block h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: #4066df;
}
.fl-page-footer-wrap .f-top .f-block p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}
.fl-page-footer-wrap .f-top .f-block .f-social ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fl-page-footer-wrap .f-top .f-block .f-social ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 8px;
}
.fl-page-footer-wrap .f-top .f-block .f-social ul li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  width: 38px;
  height: 38px;
  border: 1px solid #3e4042;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.fl-page-footer-wrap .f-top .f-block .f-social ul li a:hover {
  background: #4066df;
  border-color: #4066df;
}
.fl-page-footer-wrap .f-top .f-link ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fl-page-footer-wrap .f-top .f-link ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
  width: 50%;
  float: left;
  line-height: normal;
}
.fl-page-footer-wrap .f-top .f-link ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 0 14px;
  position: relative;
}
.fl-page-footer-wrap .f-top .f-link ul li a:after {
  position: absolute;
  content: "\f0da";
  top: 3px;
  left: 0;
  font-family: "Fontawesome";
}
.fl-page-footer-wrap .f-top .f-link ul li a:hover {
  color: #4066df;
}
.fl-page-footer-wrap .f-top .f-contact ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fl-page-footer-wrap .f-top .f-contact ul li {
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.fl-page-footer-wrap .f-top .f-contact ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  line-height: 1;
}
.fl-page-footer-wrap .f-top .f-contact ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
.fl-page-footer-wrap .f-top .f-contact ul li a:hover {
  color: #4066df;
}
.fl-page-footer-wrap .f-bottom {
  background: #4066df;
  padding: 30px 0;
  text-align: center;
}
.fl-page-footer-wrap .f-bottom p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}
.fl-page-footer-wrap .f-bottom p:last-child {
  padding: 0;
}
.fa-map-marker:before {
  content: "\f041" !important;
}
.fl-row {
  clear: both;
}
html.js {
  padding: 0 !important;
}
.fl-builder .container.fl-content-full {
  clear: both;
}
.com_img {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  min-height: 435px;
  display: flex;
  align-items: center;
}
.com_img .com_img_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.com_img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.com_img .container {
  position: relative;
  z-index: 9;
  padding: 0 15px;
}
.com_img .pt_title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.14; /*text-transform: capitalize;*/
  color: #fff;
  margin: 0;
}
.fl-button-wrap .fl-button {
  text-transform: uppercase;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  border: none !important;
}
.fl-button-wrap .fl-button:hover,
.fl-button-wrap .fl-button:focus {
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  background: #2b292b;
}
.fl-button-wrap .fl-button:active {
  top: 0 !important;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  background: #2b292b !important;
}
.member-section .member-block .fl-button-wrap .fl-button {
  padding: 15px 35px;
}
.member-section .student-member .fl-button-wrap .fl-button {
  padding: 15px 35px;
}
.member-section .member-block .fl-col-content {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 30px;
  border: 3px solid #ebebeb;
}

/*.member-section .member-block .fl-col-content:hover:before{ position: absolute; content: ""; top: -3px; right: -3px; border-top: 3px solid #2b292b; border-right: 3px solid #2b292b; width: 150px; height: 150px; background: transparent; }
.member-section .member-block .fl-col-content:hover:after{ position: absolute; content: ""; left: -3px; bottom: -3px; border-left: 3px solid #2b292b; border-bottom: 3px solid #2b292b; width: 150px; height: 150px; background: transparent; }*/

.pmpro_checkout_gateway-check select {
  min-width: 100px;
}
table.pmpro_table tbody tr td a.pmpro_btn {
  padding-left: 10px !important;
}

.member-section .member-block .fl-module-content:after {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -3px;
  border-left: 3px solid #2b292b;
  border-bottom: 3px solid #2b292b;
  height: 0;
  width: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.member-section .member-block:hover .fl-module-content:after {
  width: 152px;
  height: 152px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.member-section .member-block .fl-module-content:before {
  position: absolute;
  content: "";
  top: -3px;
  right: -3px;
  border-top: 3px solid #2b292b;
  border-right: 3px solid #2b292b;
  height: 0;
  width: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.member-section .member-block:hover .fl-module-content:before {
  width: 152px;
  height: 152px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.member-section .member-block .fl-module-button .fl-module-content:after,
.member-section .member-block .fl-module-button .fl-module-content:before {
  display: none !important;
}
.member-section .member-block .member-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.member-table .pp-sub-heading table {
  width: 100%;
  border: 1px solid #656C7033; border-radius: 8px;
    border-collapse: separate;
}
/*.member-table .pp-sub-heading table tbody tr {
  border-bottom: 1px solid #656C7033;
}*/
.member-table .pp-sub-heading table tbody tr td {
  height: auto;
  padding: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #656C7033; color: #656C70;
}
.member-table .pp-sub-heading table tbody tr td:last-child {
  border-right: none;
  border-left: none;
}
.member-table .pp-sub-heading table tbody tr:last-child td{border-bottom: none;}
.member-table .pp-sub-heading table tbody tr:last-child td:first-child{border-radius: 0 0 0 8px;}
.member-table .pp-sub-heading table tbody tr:last-child td:last-child{border-radius: 0 0 8px 0;}
.member-table .pp-sub-heading table tbody tr td:first-child{border-left: none;}
.member-table .pp-sub-heading table tbody tr td{border-top: none;}
.member-table .pp-sub-heading table tbody tr:nth-child(even) td{background-color: #F6F8FE;}
.member-table .pp-sub-heading table tbody tr.color-row {
  background: rgba(0, 0, 0, 0.09);
}
.member-table .pp-sub-heading table tbody tr.color-row td {
  font-weight: 700;
}
.pp-heading-content .pp-sub-heading p a {
  color: #4066df;
}
.pp-heading-content .pp-sub-heading p a:hover {
  color: #2b292b;
}
/*.membership-row .fl-module-content .fl-rich-text form.pmpro_form{width:60%;margin:auto;}*/
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.4;
  color: #222;
  padding: 0 0 10px !important;
  margin: 0 0 25px !important;
  position: relative;
  text-align: left;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  h3:after {
  position: absolute;
  content: "";
  left: 0%;
  bottom: 0;
  width: 75px;
  height: 4px;
  background: #2b292b;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  h3
  span.pmpro_checkout-h3-name {
  margin: 0;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  h3
  span.pmpro_checkout-h3-msg {
  font-size: 15px;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  .input {
  max-width: 100%;
  width: 100%;
  padding: 15px 20px;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #656c70;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: transparent;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  .input:focus {
  border-color: #4066df;
  outline: none;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #656c70;
  margin: 0 0 10px;
  padding-left: 15px;
}
.about-section-row.about-desc-02 {
  position: relative;
  z-index: 9;
}
.about-section-row.about-desc-02:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  background: url("./images/about-back-img.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  height: 100%;
}
.about-section-row.about-desc-02 .about-img {
  position: relative;
  z-index: 9;
}
.about-section-row.about-desc-02 .about-img .fl-photo {
  border: 30px solid #f9f9f9;
}
.about-section-row.about-desc-02 .about-img .fl-photo .fl-photo-content img {
  width: 100%;
  object-fit: cover;
}
.about-section-row.about-desc-02 .fl-module-pp-heading {
  position: relative;
  z-index: 9;
}
.pp-heading-content .pp-sub-heading h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  position: relative;
}
.pp-heading-content .pp-sub-heading h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 75px;
  height: 4px;
  background: #2b292b;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url("./images/down-arrow.png") no-repeat !important;
  background-position: right 20px center !important;
}
select:focus {
  outline: none;
}
.pmpro_checkout-fields p {
  padding-left: 15px;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout {
  clear: both;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 10px;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  span.pmpro_asterisk {
  position: absolute;
  top: -4px;
  left: 10px;
  color: #ff0000;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field.pmpro_checkout-field-html {
  float: none;
  width: 100%;
  clear: both;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  select.input {
  padding: 16.5px 20px !important;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field.pmpro_checkout-field-file {
  width: 100%;
  float: none;
  clear: both;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field.pmpro_checkout-field-textarea {
  width: 100%;
  float: none;
  clear: both;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  #htmlemployment_hitory_div
  label {
  display: none;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  #employment_hitory_file_div
  label {
  display: none;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field.pmpro_checkout-field-html
  label {
  font-size: 18px;
  font-weight: 800;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  #pmpro_payment_information_fields {
  clear: both;
}

.ui-widget {
  font-size: 1em;
}
.ui-datepicker {
  width: 21em;
  padding: 0.2em 0.2em 0;
  display: none;
}
#ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #4066df;
}
.ui-widget-content {
  background: #ffffff;
  color: #333333;
  padding: 0;
}
.ui-widget-header {
  background: #4066df;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker th {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
  color: #4066df;
}
.ui-datepicker td {
  border: 0;
  padding: 2px;
  border-radius: 3px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 5px 4px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #454545;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 0;
  background: #f6f6f6;
  color: #454545;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.ui-datepicker td .ui-state-hover {
  background: #4066df;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  top: 13px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
  top: 13px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span:after {
  content: "\f053";
  font-family: "FontAwesome";
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 17px;
  color: #fff;
}
.ui-datepicker .ui-datepicker-next span:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: -8px;
  top: 3px;
  font-size: 17px;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 3px;
  color: #454545;
  padding: 4px 3px;
  background: #fff url("./images/down-arrow.png") no-repeat !important;
  background-position: right 5px center !important;
  border: 1px solid #fff;
}
.ui-datepicker-buttonpane {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: #4066df;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px 8px;
  border-radius: 0;
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default:hover {
  background: #2b292b;
}

/*.download-files-list .pdf-block{width:25%; float:left;text-align:center;padding:0 0 20px;}
.download-files-list .pdf-block a{font-family:'Lato',sans-serif;font-weight:700;font-size:16px;line-height:1.2;color:#656c70;}
.download-files-list .pdf-block a:hover{color:#4066df;}
.download-files-list .pdf-block .inner-pdf .icon-pdf{margin:0 0 15px; position:relative; width:100%; padding-bottom:30%;}
.download-files-list .pdf-block .inner-pdf .icon-pdf img {position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:contain;}*/

.download-files-list {
  display: flex;
  flex-wrap: wrap;
}
.download-files-list .pdf-block {
  margin-bottom: 15px;
}
.download-files-list .pdf-block .boxinner {
  padding: 15px;
  text-align: center;
  height: 100%;
}
.download-files-list .pdf-block .boxinner .icon-pdf {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}
.download-files-list .pdf-block .boxinner .icon-pdf img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download-files-list .pdf-block .boxinner span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #656c70;
}
.download-files-list .pdf-block .boxinner span:hover {
  color: #4066df;
}
.download-files-list .pdf-block .boxinner span.fileformat {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.pagination-btn {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #656c70;
  margin: 20px 0 15px;
}
.pagination-btn a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #4066df;
  padding: 0 10px;
}
.pagination-btn a:hover {
  color: #2b292b;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-events-bar--border {
  border: 1px solid #4066df;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  background: #4066df;
  border: none;
  padding: 15px 20px 13px;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  top: 0;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4066df;
}
.tribe-events .tribe-events-c-view-selector__list-item-text:hover {
  color: #2b292b;
}
.tribe-events
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-text {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #2b292b;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-link:after {
  background: #2b292b;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  background: #4066df;
  border: none;
  color: #fff;
  padding: 8px 15px 6px !important;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
}
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:hover {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  color: #fff;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  color: #4066df;
  position: relative;
  padding-right: 20px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
  background: none;
  position: absolute;
  content: "\f107";
  top: 5px;
  right: 0;
  font-family: "Fontawesome";
  font-size: 25px;
  height: auto !important;
  width: auto !important;
  display: inline-block;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:hover {
  opacity: 1;
  color: #2b292b;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:hover,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:focus {
  border: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #4066df;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-latest-past__event-row {
  border: 1px solid #4066df;
  align-items: center;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-latest-past__event-row
  > .tribe-common-g-col:last-child {
  border-left: 1px solid #4066df;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-latest-past__event {
  padding: 20px 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  color: #2b292b;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  color: #2b292b;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-h4--min-medium
  a:hover {
  border: none;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #4066df;
}
.tribe-events-calendar-latest-past__event-datetime-wrapper
  .tribe-events-calendar-latest-past__event-datetime
  span {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #4066df;
}
.tribe-events-calendar-latest-past__event-header
  .tribe-common-h4--min-medium
  a {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #2b292b;
  border: none;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #4066df;
}
.tribe-events-calendar-list__event-header
  .tribe-events-calendar-list__event-datetime {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #4066df;
}
.tribe-events-calendar-latest-past__event-header
  .tribe-common-h4--min-medium
  a:hover {
  color: #4066df;
  border: none;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-latest-past__event-venue {
  font-family: "Raleway", sans-serif;
  color: #4066df;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2b292b;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__day {
  border-right: 1px solid #2b292b;
  border-bottom: 1px solid #2b292b;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__week {
  border-left: 1px solid #2b292b;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__body {
  border-top: 1px solid #2b292b;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #2b292b;
}
.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date {
  opacity: 0.5;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #4066df; /*rgba(131, 165, 74, 0.5);*/
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: #fff;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-month__day:hover:after {
  background-color: #2b292b;
}
.tribe-events .tribe-events-c-ical__link {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #4066df;
  border: none;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  border-radius: 4px;
  padding: 15px 20px 15px 40px;
}
.tribe-events .tribe-events-c-ical__link:hover {
  background: #2b292b;
  box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(64, 102, 223, 0.21);
}
.tribe-events .tribe-events-c-ical__link:before {
  position: absolute;
  background-image: none;
  content: "\f067";
  font-family: "Fontawesome";
  width: auto;
  height: auto;
  top: 15px;
  left: 15px;
  margin: 0;
}
.tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover {
  border: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #2b292b;
  font-size: 20px;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #2b292b;
}
.tribe-events .tribe-events-calendar-list-nav {
  border-top: 1px solid #2b292b;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0 15px;
}
#tribe-events {
  padding: 0 15px;
}

.single-tribe_events .tribe-events-single-event-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  color: #2b292b;
  text-transform: uppercase;
}
.tribe-events-schedule h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #2b292b;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  color: #2b292b;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #2b292b;
}
#tribe-events-content .tribe-events-abbr {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #656c70;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #656c70;
}
.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #656c70;
}
.tribe-events-event-meta
  .tribe-events-meta-group
  address.tribe-events-address
  a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #2b292b;
}
.tribe-events-event-meta
  .tribe-events-meta-group
  address.tribe-events-address
  a:hover {
  color: #4066df;
}

.loginbox form.pmpro_form .input,
.loginbox form.pmpro_form textarea,
.loginbox form.pmpro_form select,
.loginbox #loginform input[type="text"],
.loginbox #loginform input[type="password"] {
  max-width: 100%;
  width: 100%;
  height: 42px;
  background: #fff;
}

.loginbox form.pmpro_form label,
.loginbox #loginform label {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.loginbox p {
  margin: 0;
  padding: 0;
}
.loginbox .pmpro_login_wrap p {
  margin-bottom: 15px !important;
}
.loginbox p.pmpro_actions_nav {
  margin: 0 !important;
  padding: 0 !important;
}
.loginbox p.pmpro_lost_password-instructions {
  line-height: normal;
  padding-bottom: 15px !important;
}

button,
input[type="button"],
input[type="submit"] {
  border: 0;
  padding: 12px 20px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 15px 30px 15px !important;
  width: calc(33.3333% - 30px) !important;
  border: 3px solid #ebebeb;
  display: block;
  padding: 20px;
  clear: none !important;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.woocommerce-page ul.products li.product:nth-child(3n + 1) {
  clear: both !important;
}

.woocommerce ul.products li.product a img {
  border: 0 !important;
  width: 100%;
  height: 300px;
  object-fit: contain;
  margin: 0;
  padding: 0;
}
/*.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{border: 3px solid #ebebeb;display: block;padding: 20px;}*/
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: #4066df;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product:hover h2 {
  color: #2b292b;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 20px;
  margin: 0;
  padding: 5px 0 7px 0;
  color: #4066df;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
  margin: 0;
  padding: 15px 25px;
  font-size: 14px;
}
.page-template-dxampphtdocsthe-plumbing-hubsite-wp-content-themes-bb-theme-page-php
  .fl-content {
  margin: 80px 0;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #e8e8e8;
  outline: none !important;
  padding: 7px 12px;
}
.woocommerce div.product .related.products,
.woocommerce-page div.product .related.products {
  clear: both;
  border-top: 1px solid #e8e8e8;
  padding: 15px 0 0;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
  border: 0px !important;
  color: #fff;
  background: #4066df;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  background: #fff;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;
  background: #fff !important;
}
.woocommerce-checkout textarea {
  height: 150px !important;
  resize: none;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 42px;
  margin: 0;
  border-color: #e6e6e6;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.woocommerce-checkout * {
  outline: none !important;
}

form.woocommerce-checkout .select2.select2-container {
  display: none;
}

.related.products ul.products {
  justify-content: left;
}
.summary.entry-summary .product_title.entry-title {
  font-size: 30px;
}

.section-blog .img-link {
  background: #e9e9e9;
  padding: 0 0 100%;
  position: relative;
}
.section-blog .img-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.section-blog {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.section-blog .home-post {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  margin-bottom: 30px;
}
.section-blog .product-detail {
  padding: 25px;
}
.section-blog .post-tit {
  margin: 0 0 15px;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
}
.section-blog .post-tit a {
  color: #2b292b;
}
.section-blog .post-tit a:hover {
  color: #4066df;
}
.section-blog .date {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  margin: 10px 0;
}
.section-blog .read-link a {
  padding: 12px 20px;
  display: block;
  text-align: center;
}
.section-blog .fl-sidebar {
  margin-top: 0;
  padding-top: 0;
  display: block;
}
.section-blog .fl-widget {
  border: 3px solid #ebebeb;
  margin-bottom: 30px;
  padding: 25px;
}
.section-blog .fl-widget .fl-widget-title {
  margin-top: 0;
  padding-top: 0;
}
.section-blog .fl-widget input[type="search"] {
  max-width: 100%;
  width: 100%;
  height: 42px;
  background: #fff;
  margin-bottom: 15px;
}
.section-blog .fl-widget ul li {
  line-height: normal;
  padding-bottom: 7px;
}
.section-blog .fl-widget ul li:last-child {
  padding-bottom: 0;
}

.single-post h2 {
  font-size: 28px;
}
.single-post .blog-media img {
  width: 100%;
  height: auto;
}
.section-blog .comment-respond {
  clear: both;
  border-top: 1px solid #e8e8e8;
  padding: 15px 0 0;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.section-blog .comment-respond input[type="text"],
.section-blog .comment-respond input[type="password"],
.section-blog .comment-respond input[type="email"],
.section-blog .comment-respond input[type="tel"],
.section-blog .comment-respond input[type="date"],
.section-blog .comment-respond input[type="month"],
.section-blog .comment-respond input[type="week"],
.section-blog .comment-respond input[type="time"],
.section-blog .comment-respond input[type="number"],
.section-blog .comment-respond input[type="search"],
.section-blog .comment-respond input[type="url"],
.section-blog .comment-respond textarea {
  max-width: 100%;
  width: 100%;
  height: 42px;
  background: #fff;
}
.section-blog .comment-respond textarea {
  resize: none;
  height: auto;
}
.section-blog .fl-archive-title {
  font-size: 40px;
}

.download-files-list .boxinner {
  border: 3px solid #ebebeb;
  position: relative;
}

.section-blog .home-latest .pull-left .row [class*="col-"] {
  margin-bottom: 30px;
}
.section-blog .home-latest .pull-left .row {
  display: flex;
  flex-wrap: wrap;
}
.section-blog .home-latest .home-post {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 50px;
  height: 100%;
}
.section-blog .home-latest .home-post .read-link {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
}

.fl-comments .comment-respond form label {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  color: #2b292b;
}
.fl-comments .comment-respond form .form-control {
  background: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 12px;
  outline: none;
}
.fl-comments .comment-respond form .form-control:focus {
  border-color: #4066df;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  padding-left: 20px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
  padding-right: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #2b292b;
  position: relative;
  font-size: 16px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before {
  position: absolute;
  content: "\f104";
  font-family: "Fontawesome";
  top: 3px;
  left: 0;
  background: none;
  font-size: 18px;
  line-height: 1;
  height: auto;
  width: auto;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after {
  position: absolute;
  content: "\f105";
  font-family: "Fontawesome";
  top: 3px;
  right: 0;
  background: none;
  font-size: 18px;
  line-height: 1;
  height: auto;
  width: auto;
}

.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled {
  opacity: 0.5;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  border-bottom: 1px solid #2b292b !important;
  padding: 0 0 40px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-row:last-child {
  border: none !important;
  padding: 0;
}
.tribe-common .tribe-common-anchor-thin {
  border: none;
}

.tribe-events-c-messages__message-list
  .tribe-events-c-messages__message-list-item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #222;
}
.tribe-events-c-messages__message-list
  .tribe-events-c-messages__message-list-item
  a {
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #4066df;
}
.tribe-events-c-messages__message-list
  .tribe-events-c-messages__message-list-item
  a:hover {
  border: none;
  color: #2b292b;
}

.contact-form-section .contact-form .form-title {
  margin: 0 0 20px;
}
.contact-form-section
  .contact-form
  form
  .gform_body
  ul
  li
  .ginput_container
  textarea {
  height: 150px;
}
/*.contact-form-section .contact-form form .gform_body ul li.gfield{ width: 32.7% !important; }*/
.contact-form-section .contact-form form .gform_body ul li.gf_middle_third {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.contact-form-section .contact-form form .gform_body ul li.msg-fild {
  width: 100% !important;
}

.contact-desc .pp-heading-content .pp-sub-heading h4 {
  margin-top: 0;
}
.contact-desc .pp-heading-content .pp-sub-heading h5 {
  margin-top: 0;
}

.contact-desc-section {
  position: relative;
  z-index: 9;
}
.contact-desc-section:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  background: url("./images/about-back-img.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  height: 100%;
}

.contact-desc-section .contact-photo {
  position: relative;
  z-index: 9;
}

.fl-archive-nav {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 15px;
}

.woocommerce-page .fl-page-content .container {
  clear: both;
  padding: 0 15px;
}
.woocommerce-page .fl-page-content .container .row .fl-content {
  margin: 80px 0 50px;
}

.dashboard-section
  .dashboard-block
  .pp-infobox
  .pp-icon-wrapper
  .pp-infobox-image {
  width: 100px;
  height: 100px;
  border: 3px solid #4066df;
  border-radius: 50%;
  position: relative;
}
.dashboard-section
  .dashboard-block
  .pp-infobox
  .pp-icon-wrapper
  .pp-infobox-image
  img {
  position: absolute;
  max-width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.dashboard-section .dashboard-block .pp-infobox-wrap {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -webkkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.member-account-section #pmpro_account h3 {
  margin: 0 0 15px;
}
.member-account-section #pmpro_account .pmpro_box {
  border: none;
  border-bottom: 1px solid #4066df;
}
.member-account-section #pmpro_account .pmpro_box:last-child {
  border-bottom: none;
}

.member-account-section #pmpro_account #pmpro_account-invoices {
  display: none;
}
.member-account-section #pmpro_account #pmpro_account-profile {
  border-bottom: none;
}
/*.member-account-section #pmpro_account .pmpro_box table thead tr th{ font-family: 'Lato', sans-serif; font-weight: 900; font-size: 18px; color: #424242; }
.member-account-section #pmpro_account .pmpro_box table tbody tr td{ font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; color: #656c70; }
.member-account-section #pmpro_account .pmpro_box table tbody tr td a{ color: #4066df; }
.member-account-section #pmpro_account .pmpro_box table tbody tr td a:hover{ color: #2b292b; }*/

.member-account-section #pmpro_account .pmpro_actionlinks a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4066df;
}
.member-account-section #pmpro_account .pmpro_actionlinks a:hover {
  color: #2b292b;
}

.member-account-section #pmpro_account ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.member-account-section #pmpro_account ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #656c70;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}
.member-account-section #pmpro_account ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background: url("./images/check-blue-small.png") no-repeat;
  width: 13px;
  height: 10px;
}

table.pmpro_table {
  width: 100%;
}
table.pmpro_table thead tr th {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #424242;
}
table.pmpro_table tbody tr td {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #656c70;
  padding: 5px 0;
}
table.pmpro_table tbody tr td a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4066df;
}
table.pmpro_table tbody tr td a:hover {
  color: #2b292b;
}

table.pmpro_table tbody tr td .pmpro_actionlinks a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4066df;
}
table.pmpro_table tbody tr td .pmpro_actionlinks a:hover {
  color: #2b292b;
}

table.pmpro_table tbody tr td a.pmpro_btn {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  background: #4066df;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 10px;
  padding: 10px 0;
  display: inline-block !important;
  width: 200px;
  float: right;
}
table.pmpro_table tbody tr td a.pmpro_btn:hover {
  background: #5d7bda;
  color: #fff;
}

.pmpro_actions_nav {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
.pmpro_actions_nav a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #4066df;
}
.pmpro_actions_nav a:hover {
  color: #5d7bda;
}

.profile-section form.pmpro_form label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #656c70;
  margin: 0 0 10px;
  padding-left: 15px;
}
.profile-section form.pmpro_form .input {
  max-width: 100%;
  width: 100% !important;
  padding: 15px 20px;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #656c70;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: transparent;
}

.profile-section form.pmpro_form .input:focus {
  border-color: #4066df;
  outline: none;
}
.profile-section form.pmpro_form .pmpro_member_profile_edit-fields {
  margin-left: -15px;
  margin-right: -15px;
}
.profile-section
  form.pmpro_form
  .pmpro_member_profile_edit-fields
  .pmpro_member_profile_edit-field {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.profile-section form.pmpro_form .pmpro_checkout_box-your_details {
  clear: both;
  float: left;
  width: 100%;
}
.profile-section
  form.pmpro_form
  .pmpro_checkout_box-your_details
  .pmpro_checkout-field {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.profile-section
  form.pmpro_form
  .pmpro_checkout_box-your_details
  .pmpro_checkout-field
  span.pmpro_asterisk {
  position: absolute;
  top: -4px;
  left: 20px;
  color: #ff0000;
}
.profile-section
  form.pmpro_form
  .pmpro_checkout_box-your_details
  #htmlyourinfo_div {
  width: 100%;
  clear: both;
}
.profile-section form.pmpro_form .pmpro_submit {
  clear: both;
  float: left;
  width: 100%;
}
.profile-section form.pmpro_form .pmpro_submit .pmpro_btn {
  text-decoration: none;
  margin: 0 10px;
}

.profile-section form.pmpro_form .pmpro_checkout_box-your_details h3 {
  padding-left: 15px;
}
.profile-section
  form.pmpro_form
  .pmpro_member_profile_edit-fields
  #htmlprivateaddress_div {
  width: 100%;
  clear: both;
  float: left;
}
.profile-section
  form.pmpro_form
  .pmpro_member_profile_edit-fields
  #htmlpostaladdress_div {
  width: 100%;
  clear: both;
  float: left;
}
.profile-section
  .pmpro_change_password_wrap
  form.pmpro_form
  .pmpro_change_password-field {
  position: relative;
}
.profile-section
  .pmpro_change_password_wrap
  form.pmpro_form
  .pmpro_change_password-field
  span.pmpro_asterisk {
  position: absolute;
  top: -4px;
  left: 5px;
  color: #ff0000;
}

.membership-invoice .pmpro_invoice_wrap h3 {
  margin: 0 0 20px;
  color: #4066df;
}
.membership-invoice .pmpro_invoice_wrap ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.membership-invoice .pmpro_invoice_wrap ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #656c70;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}
.membership-invoice .pmpro_invoice_wrap ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background: url("./images/check-blue-small.png") no-repeat;
  width: 13px;
  height: 10px;
}
.membership-invoice .pmpro_invoice_wrap .pmpro_invoice_details strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #656c70;
  margin: 0 0 10px;
}

.document-panel {
  padding: 80px 0;
}
.document-panel .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.document-panel .document-details {
  display: block;
  text-align: center;
  padding: 40px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.document-panel .document-details .doc-img {
  position: relative;
  width: 100px;
  height: 100px;
  border: 3px solid #4066df;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.document-panel .document-details .doc-img img {
  position: absolute;
  max-width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.document-panel .document-details .doc-name {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #4066df;
  margin-top: 10px;
  margin-bottom: 0px;
}
.document-panel .document-details:hover .doc-name {
  color: #2b292b;
}

#pmpro_form p {
  line-height: normal;
}
.pmpro_checkout-fields p {
  padding-left: 0;
  padding-bottom: 15px;
}
#pmpro_pricing_fields #pmpro_level_cost {
  margin-bottom: 0;
  display: none;
}

#htmleducation_and_training_div label {
  display: none;
}

#htmlyourinfo_div label,
#htmlprivateaddress_div label,
#htmlpostaladdress_div label,
#postal_street_address_div label,
#postal_suburb_div label,
#postal_postcode_div label,
#postal_state_div label,
#pmpro_checkout_box-education_and_training .pmpro_checkout-fields label,
#company-activities_div label,
#other-instassoc_div label {
  padding-left: 0;
}
#pmpro_checkout_box-education_and_training
  .pmpro_checkout-fields
  .pmpro_checkout-field-text {
  width: 25%;
}
#pmpro_checkout_box-education_and_training
  .pmpro_checkout-fields
  .pmpro_checkout-field-text
  label {
  opacity: 0;
  visibility: hidden;
}
#pmpro_checkout_box-education_and_training #education-trade-one-name_div label,
#pmpro_checkout_box-education_and_training #education-trade-two-name_div label,
#pmpro_checkout_box-education_and_training
  #education-trade-three-name_div
  label,
#pmpro_checkout_box-education_and_training
  #education-posttrade-one-name_div
  label,
#pmpro_checkout_box-education_and_training
  #education-posttrade-two-name_div
  label,
#pmpro_checkout_box-education_and_training
  #education-posttrade-three-name_div
  label,
#pmpro_checkout_box-education_and_training #education-other-one-name_div label,
#pmpro_checkout_box-education_and_training #education-other-two-name_div label,
#pmpro_checkout_box-education_and_training
  #education-other-three-name_div
  label {
  opacity: 1;
  visibility: visible;
}

#pmpro_checkout_box-education_and_training #html_nameof_school_div,
#pmpro_checkout_box-education_and_training #html_location_div,
#pmpro_checkout_box-education_and_training #html_qualifications_div,
#pmpro_checkout_box-education_and_training #html_dates_div {
  width: 25%;
  clear: none;
  float: left;
}
#pmpro_checkout_box-education_and_training #html_trade_div,
#pmpro_checkout_box-education_and_training #html_post_trade_div,
#pmpro_checkout_box-education_and_training #html_other_div,
#pmpro_checkout_box-education_and_training #html_attachments_div {
  margin-top: 10px;
  width: 100%;
  float: left;
  clear: both;
}

#pmpro_checkout_box-employment_history > hr {
  margin-top: 20px;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  label {
  font-weight: normal;
}

.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field.pmpro_checkout-field-html
  label {
  font-size: 16px;
  line-height: normal;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  .input {
  padding: 10px 15px;
}
.membership-row
  .fl-module-content
  .fl-rich-text
  form.pmpro_form
  .pmpro_checkout
  .pmpro_checkout-fields
  .pmpro_checkout-field
  select.input {
  padding: 12px 15px 11px !important;
}

/*.list-member ul{ margin:0; padding:0; list-style:none;}
.list-member ul li{ margin:0; padding:0; list-style:none;}
.list-member ul li .underTitle{}*/

.iconlist1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.iconlist1 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.iconlist1 li.li-icons {
  position: relative;
  padding: 25px 0px 25px 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.iconlist1 li.li-icons:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.iconlist1 li.innerTitle1 {
  font-weight: 700;
}
.iconlist1 li .innerTitle-top {
  font-size: 18px;
  line-height: 1;
}
.iconlist1 li ul {
  margin: 0;
  padding: 0;
}
.iconlist1 li.li-icon1:before {
  background-image: url(./images/icons/icon1.svg);
  background-size: 22px;
}
.iconlist1 li.li-icon2:before {
  background-image: url(./images/icons/icon2.svg);
  background-size: 24px;
}
.iconlist1 li.li-icon3:before {
  background-image: url(./images/icons/icon3.svg);
  background-size: 32px;
}
.iconlist1 li.li-icon4:before {
  background-image: url(./images/icons/icon4.svg);
  background-size: 32px;
}
.iconlist1 li.li-icon5:before {
  background-image: url(./images/icons/icon5.svg);
  background-size: 24px;
}
.iconlist1 li.li-icon6:before {
  background-image: url(./images/icons/icon6.svg);
  background-size: 31px;
}
.iconlist1 li.li-icon7:before {
  background-image: url(./images/icons/icon7.svg);
  background-size: 32px;
}
.iconlist1 li.li-icon8:before {
  background-image: url(./images/icons/icon8.svg);
  background-size: 34px;
}
.iconlist1 li.li-icon9:before {
  background-image: url(./images/icons/icon9.svg);
  background-size: 28px;
}
.iconlist1 li.li-icon10:before {
  background-image: url(./images/icons/icon10.svg);
  background-size: 28px;
}
.iconlist1 li.li-icon11:before {
  background-image: url(./images/icons/icon11.svg);
  background-size: 28px;
}

.iconlist1 li .button {
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.what-section .what-block.documentblocks .fl-callout-photo .fl-photo-content {
  width: 100px;
  height: 100px;
  border: 3px solid #4066df;
  border-radius: 50%;
  background: none;
  position: relative;
}
.what-section
  .what-block.documentblocks
  .fl-callout-photo
  .fl-photo-content
  img {
  position: absolute;
  /*    max-width: 50px;*/
  padding: 20px;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.what-section .what-block.documentblocks .fl-callout-title {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  font-weight: 800;
}
.what-section .what-block.documentblocks .fl-module-content {
  cursor: auto;
}

.what-section .what-block.documentblocks:hover .fl-module-content:before,
.what-section .what-block.documentblocks:hover .fl-module-content:after {
  display: none !important;
}

.what-section .what-block.documentblocks .fl-module-content {
  border: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -webkkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.what-section .what-block.documentblocks .fl-callout-title a {
  color: #4066df;
  font-weight: 800;
}

.what-section .what-block.homeWorkbox .fl-module-content .fl-callout-content {
  padding-bottom: 100px;
}
.homeWorkbox > .fl-module-content {
  position: relative;
}
.homeWorkbox .fl-callout-button {
  position: absolute;
  left: 0;
  bottom: 45px;
  text-align: center;
  width: 100%;
}

.pmpro_content_message {
  text-align: center;
  padding: 65px 15px 70px 15px;
  font-size: 20px;
  font-weight: 400;
}
.pmpro_content_message a {
  background: #4066df;
  margin: 15px 0 0 0 !important;
  box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -moz-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -ms-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  -o-box-shadow: 0px 7px 9px 0px rgba(43, 41, 43, 0.21);
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase !important;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 17px 25px 15px 25px !important;
  text-align: center;

  text-transform: uppercase;
  display: inline-block;
  border: 0 !important;
}
.pmpro_content_message a:active,
.pmpro_content_message a:focus,
.pmpro_content_message a:hover {
  background: #2b292b;
}

.bloglogoarea {
  text-align: center;
  margin-bottom: 50px;
}

.logged-in #pmpro_checkout_box-your_details,
.logged-in #pmpro_checkout_box-employment_history,
.logged-in #pmpro_checkout_box-education_and_training,
.logged-in #pmpro_checkout_box-membership_institutes_or_associations,
.logged-in #pmpro_checkout_box-lavel2_company_activities {
  display: none;
}

.invoice-list {
  margin: 0;
  padding: 0 0 12px 17px;
}

.page-id-119
  #pmpro_account-membership
  table.pmpro_table
  thead
  tr
  th:nth-child(3n),
.page-id-119
  #pmpro_account-membership
  table.pmpro_table
  thead
  tr
  th:nth-child(2n) {
  display: none;
}
.page-id-119
  #pmpro_account-membership
  table.pmpro_table
  tbody
  tr
  td:nth-child(3n),
.page-id-119
  #pmpro_account-membership
  table.pmpro_table
  tbody
  tr
  td:nth-child(2n) {
  display: none;
}

.companion-section .fl-module-content .pp-heading-content .pp-sub-heading ul {
  padding: 0 0 15px;
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li {
  padding: 0;
  line-height: 1;
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li:after {
  display: none;
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li
  a {
  position: relative;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  text-decoration: none !important;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(47%, #f6f6f6),
    color-stop(100%, #ededed)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f6f6f6 47%,
    #ededed 100%
  );
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li
  a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  left: 10px;
  top: 12px;
  margin-right: 2px;
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li
  a.pdf-sheet:after {
  background: url("/wp-content/uploads/2021/01/page_white_acrobat.png")
    no-repeat;
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li
  a.xls-sheet:after {
  background: url("/wp-content/uploads/2021/01/page_white_excel.png") no-repeat;
}
.companion-section
  .fl-module-content
  .pp-heading-content
  .pp-sub-heading
  ul
  li
  a
  span {
  float: right;
}

.mambership-lavel-section2 .fl-rich-text b {
  display: block;
  padding-bottom: 10px;
  font-weight: normal;
}
.member-btns {
  min-width: 130px;
}
.member-btns.fl-button-login {
  background: #2b292b !important;
}
.member-btns.fl-button-login:hover,
.member-btns.fl-button-login:active,
.member-btns.fl-button-login:focus {
  background: #4066df !important;
}

.single-post .single-post .read-link .button {
  display: inline-block;
  margin: 15px 0 0;
}

.pmpro_checkout_box-employment_history {
  clear: both;
}
.pmpro_checkout_box-employment_history .pmpro_checkout-field p {
  padding-left: 15px;
  padding-right: 15px;
}
.pmpro_checkout_box-employment_history #htmlemployment_hitory_div label {
  display: none;
}
.pmpro_checkout_box-employment_history #employment_hitory_file_div {
  padding-left: 15px;
  padding-right: 15px;
}
.pmpro_checkout_box-employment_history #employment_hitory_file_div label {
  padding-left: 0;
}
.pmpro_checkout_box-education_and_training .pmpro_member_profile_edit-fields,
.pmpro_checkout_box-membership_institutes_or_associations
  .pmpro_member_profile_edit-fields {
  padding-left: 15px;
  padding-right: 15px;
}

/*******************************************************************************/
/***************************** Responsive Satrt *******************************/
/*****************************************************************************/

@media (min-width: 1900px) and (max-width: 1999px) {
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-prev {
    left: 14%;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-next {
    right: 14%;
  }
}

@media (min-width: 1800px) and (max-width: 1899px) {
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-prev {
    left: 12%;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-next {
    right: 12%;
  }
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-prev {
    left: 10%;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-next {
    right: 10%;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-prev {
    left: 8%;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-next {
    right: 8%;
  }
}

@media only screen and (max-width: 1230px) {
  .fl-page-header .fl-page-header-wrap .container,
  .fl-page-footer-wrap .container {
    max-width: 1230px;
    width: 100%;
  }

  .section-blog .home-latest .home-post .read-link a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .fl-page-header .fl-page-header-wrap .container,
  .fl-page-footer-wrap .container,
  .fl-row .fl-row-fixed-width,
  .fl-row .fl-slide-foreground,
  .fl-full-width .container {
    max-width: 992px;
    width: 100%;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .sticky .fl-page-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .header-main .fl-page-nav .navbar-nav > li {
    padding: 0 5px;
  }
  .header-main .fl-page-nav .navbar-nav > li a {
    font-size: 12px;
  }
  .header-main .header-right .btn {
    width: 120px;
    font-size: 13px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground
    .fl-slide-content
    .fl-slide-title {
    font-size: 50px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-prev {
    left: 5px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-next {
    right: 5px;
  }
  .home-client-logo .pp-logos-content .pp-logo {
    padding: 10px;
    width: auto;
  }
  .home-client-logo .pp-logos-content .pp-logo:last-child {
    margin-right: 0 !important;
  }
  .home-client-logo .pp-logos-content .pp-logo .logo-image-wrapper img {
    max-width: 166px;
  }
  .what-section .what-block .fl-module-content .fl-callout-content {
    padding: 40px 13px;
  }
  .subscribe-section .pp-gf-content form .gform_body ul li.gfield {
    width: 23.7%;
  }
  .fl-page-footer-wrap .f-top .f-block.f-link {
    width: 39%;
  }
  .fl-page-footer-wrap .f-top .f-block.f-about {
    width: 39%;
    padding-right: 40px;
  }
  .fl-page-footer-wrap .f-top .f-block.f-contact {
    width: 22%;
  }
  .download-files-list .pdf-block {
    padding: 0 20px 20px;
  }

  #tribe-events {
    padding: 0;
  }

  .contact-form-section .contact-form form .gform_body ul li.gfield {
    width: 32.6% !important;
  }
  .contact-form-section .contact-form form .gform_body ul li.msg-fild {
    width: 100% !important;
  }

  .council-table-row .fl-row-content .fl-col-small {
    width: 100%;
  }

  .member-section .member-block .fl-button-wrap .fl-button {
    padding: 15px 25px;
  }

  .com_img .pt_title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .fl-page-footer-wrap .container,
  .fl-row .fl-row-fixed-width,
  .fl-row .fl-slide-foreground,
  .section-white .container,
  .fl-full-width .container {
    max-width: 768px;
  }
  .fl-full-width .fl-page {
    padding-top: 90px !important;
  }
  .fl-page-nav-right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
  }
  .header-main > div.header-nav {
    display: none;
  }
  .header-main .header-logo-l {
    float: left;
  }
  .header-main .header-right {
    float: right;
    padding: 8px 45px 0 0;
  }
  .fl-page-nav-right .fl-page-header-logo {
    padding: 0;
  }
  #mg-wprm-wrap.cbp-spmenu-left,
  #mg-wprm-wrap.cbp-spmenu-right,
  #mg-widgetmenu-wrap.cbp-spmenu-widget-left,
  #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 0 !important;
  }
  html body div.wprm-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  html body div#wprmenu_bar {
    right: 15px;
    top: 31px;
    left: auto;
    width: 32px;
    padding: 0;
    border: none;
    background: none;
  }
  #wprmenu_bar div.hamburger {
    margin: 0;
  }
  div.wprmenu_bar div.hamburger {
    padding: 0 !important;
  }
  .wprmenu_bar .hamburger-inner,
  .wprmenu_bar .hamburger-inner::before,
  .wprmenu_bar .hamburger-inner::after {
    background: #394446;
  }
  .header-logo-l .fl-page-header-logo img {
    max-width: 80px;
  }
  .header-main .fl-page-nav .navbar-nav > li {
    padding: 0 5px;
  }
  .header-main .header-right .btn {
    width: 120px;
    font-size: 13px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground
    .fl-slide-content
    .fl-slide-title {
    font-size: 40px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-prev {
    left: 5px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-navigation
    a.slider-next {
    right: 5px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground {
    padding: 150px 0 270px;
  }
  .home-client-logo .pp-logos-content .pp-logo {
    padding: 10px;
    min-height: 90px;
  }
  .home-client-logo .pp-logos-content .pp-logo:last-child {
    margin-right: 0 !important;
  }
  .home-client-logo .pp-logos-content .pp-logo .logo-image-wrapper img {
    max-width: 166px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .home-client-logo .pp-logos-content .pp-logos-wrapper {
    justify-content: unset;
  }
  .home-client-logo .fl-row-content-wrap {
    margin-top: -130px;
  }
  .home-client-logo .pp-logos-content .bx-controls {
    display: block;
  }
  .what-section .what-block .fl-module-content .fl-callout-content {
    padding: 40px 13px;
  }
  .what-section
    .what-block
    .fl-module-content
    .fl-callout-content
    .fl-callout-title {
    min-height: 66px;
  }
  .about-section .about-img .fl-photo {
    border: 15px solid #f9f9f9;
  }
  .subscribe-section .pp-gf-content form .gform_body ul li.gfield {
    width: 23.4%;
  }
  .fl-page-footer-wrap .f-top .f-block.f-link {
    width: 36%;
  }
  .fl-page-footer-wrap .f-top .f-block.f-about {
    width: 36%;
    padding-right: 20px;
  }
  .fl-page-footer-wrap .f-top .f-block.f-contact {
    width: 28%;
  }
  .com_img .pt_title {
    font-size: 40px;
  }
  .com_img {
    min-height: 350px;
  }
  .membership-row .fl-module-content .fl-rich-text form.pmpro_form {
    width: 100%;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    h3 {
    font-size: 30px;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    h3
    span.pmpro_checkout-h3-name {
    display: inline-block;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    h3
    span.pmpro_checkout-h3-msg {
    display: inline-block;
  }
  .about-section-row.about-desc-02 .about-img .fl-photo {
    border: 15px solid #f9f9f9;
  }
  .download-files-list .pdf-block {
    width: 50%;
  }

  .page-template-dxampphtdocsthe-plumbing-hubsite-wp-content-themes-bb-theme-page-php
    .fl-content {
    float: left;
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: calc(50% - 30px) !important;
  }

  .tribe-events .tribe-events-calendar-month__day {
    border-right: 1px solid #2b292b;
    border-bottom: 1px solid #2b292b;
    border-radius: 0;
  }
  .tribe-events-calendar-month__body {
    border-top: 1px solid #2b292b !important;
  }
  .tribe-events .tribe-events-calendar-month__week {
    border-left: 1px solid #2b292b;
  }
  .tribe-events .tribe-events-c-top-bar__datepicker-button {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: #4066df;
  }
  .tribe-events .tribe-events-c-top-bar__datepicker-button:hover {
    border: none;
  }
  .tribe-events .tribe-events-c-top-bar__datepicker-button:after {
    top: 0;
  }
  .tribe-events .tribe-events-calendar-month__day-date {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #2b292b;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--selected,
  .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
  .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background: #2b292b;
    color: #fff;
  }
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background: #4066df;
  }
  .tribe-events .tribe-events-calendar-month__header-column-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #2b292b;
  }
  .tribe-events .tribe-events-c-nav {
    border-top: 1px solid #4066df;
  }
  .tribe-events .tribe-events-c-nav__next:disabled,
  .tribe-events .tribe-events-c-nav__prev:disabled {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #2b292b;
    position: relative;
    font-size: 16px;
  }
  .tribe-events .tribe-events-c-nav__prev:disabled {
    padding-left: 20px;
  }
  .tribe-events .tribe-events-c-nav__next:disabled {
    padding-right: 20px;
  }

  .tribe-events .tribe-events-c-nav__prev:disabled:before {
    position: absolute;
    content: "\f104";
    font-family: "Fontawesome";
    top: 0;
    left: 0;
    background: none;
    font-size: 18px;
    line-height: 1;
  }
  .tribe-events .tribe-events-c-nav__next:disabled:after {
    position: absolute;
    content: "\f105";
    font-family: "Fontawesome";
    top: 0;
    right: 0;
    background: none;
    font-size: 18px;
    line-height: 1;
  }
  .tribe-events .tribe-events-c-nav__list-item--today a {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #2b292b;
    font-size: 16px;
  }

  .tribe-events .tribe-events-c-nav__next:after {
    position: absolute;
    content: "\f105";
    font-family: "Fontawesome";
    top: 0;
    right: 0;
    background: none;
    font-size: 18px;
    line-height: 1;
    height: auto;
    width: auto;
  }
  .tribe-events .tribe-events-c-nav__prev:before {
    position: absolute;
    content: "\f104";
    font-family: "Fontawesome";
    top: 0;
    left: 0;
    background: none;
    font-size: 18px;
    line-height: 1;
    height: auto;
    width: auto;
  }

  .tribe-events .tribe-events-c-nav__list-item--today a:hover {
    color: #4066df;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--mobile:focus,
  .tribe-events .tribe-events-calendar-month__day-cell--mobile:hover {
    background: #2b292b;
    color: #fff;
  }

  .tribe-events .tribe-events-calendar-month__day-cell--mobile:focus h3,
  .tribe-events .tribe-events-calendar-month__day-cell--mobile:hover h3 {
    color: #fff;
  }
  .tribe-events .tribe-events-calendar-list__month-separator-text {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #2b292b;
  }

  .tribe-events .tribe-events-c-nav__next,
  .tribe-events .tribe-events-c-nav__prev {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #2b292b;
    position: relative;
    font-size: 16px;
  }
  .tribe-events .tribe-events-c-nav__next {
    padding-right: 20px;
  }
  .tribe-events .tribe-events-c-nav__prev {
    padding-left: 20px;
  }
  .tribe-events .tribe-events-c-nav__next:focus:after,
  .tribe-events .tribe-events-c-nav__next:hover:after {
    background-image: none;
  }
  .tribe-events .tribe-events-c-nav__prev:focus:before,
  .tribe-events .tribe-events-c-nav__prev:hover:before {
    background-image: none;
  }
  .tribe-events
    .tribe-events-calendar-list__event-date-tag-datetime
    .tribe-events-calendar-list__event-date-tag-daynum {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
    color: #2b292b;
  }

  .tribe-events-calendar-list__event-details
    .tribe-events-calendar-list__event-header
    .tribe-events-calendar-list__event-title
    a {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    color: #2b292b;
  }
  .tribe-events-calendar-list__event-details
    .tribe-events-calendar-list__event-header
    .tribe-events-calendar-list__event-title
    a:hover {
    border: none;
  }
  .tribe-events .tribe-events-calendar-day__time-separator-text {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #2b292b;
  }
  .tribe-events .tribe-events-calendar-day__time-separator:after,
  .tribe-events .tribe-events-calendar-day__type-separator:after {
    background-color: #2b292b;
  }

  .tribe-events-calendar-day__event-header
    .tribe-events-calendar-day__event-datetime {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #4066df;
  }

  .tribe-events-calendar-day__event-details
    .tribe-events-calendar-day__event-title
    a {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    color: #2b292b;
  }
  .tribe-common .tribe-common-anchor-thin:active,
  .tribe-common .tribe-common-anchor-thin:focus,
  .tribe-common .tribe-common-anchor-thin:hover {
    border: none;
  }
  .tribe-common .tribe-common-anchor-thin {
    border: none;
  }

  .tribe-events .tribe-events-l-container {
    padding: 0;
    min-height: auto;
  }
  .page-template-dxampphtdocsthe-plumbing-hubsite-wp-content-themes-bb-theme-page-php
    .fl-content {
    margin: 50px 0;
  }

  .fl-page-footer-wrap .f-top .f-link ul li {
    width: 100%;
    padding: 0 0 10px;
  }

  .tribe-events-sub-nav li a {
    background: #2b292b;
  }

  #tribe-events {
    padding: 0;
  }
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 24px;
  }

  .contact-form-section .contact-form form .gform_body ul li.gfield {
    width: 32.3% !important;
  }
  .contact-form-section .contact-form form .gform_body ul li.msg-fild {
    width: 100% !important;
  }

  .section-blog .fl-sidebar {
    clear: both;
    float: left;
    width: 100%;
  }
  .section-blog .home-latest .pull-left {
    width: 100%;
  }
  .section-blog .home-latest .pull-left .row {
    display: block;
    flex-wrap: unset;
  }

  .summary.entry-summary .product_title.entry-title {
    font-size: 28px;
  }

  .woocommerce-page .fl-page-content .container .row .fl-content {
    margin: 50px 0;
  }

  .section-blog .img-link img {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .fl-full-width .fl-page {
    padding: 144px 0 0 !important;
  }
  .fl-col-small {
    max-width: 100%;
  }
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
  }
  .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 1;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  body {
    font-size: 15px;
  }
  .header-main .header-right {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }
  .header-main .header-right {
    padding: 15px 0 0 0;
  }
  .header-logo-l .fl-page-header-logo img {
    max-width: 80px;
  }
  .header-main .fl-page-nav .navbar-nav > li {
    padding: 0 5px;
  }
  .header-main .header-right .btn {
    width: 47.5%;
    font-size: 15px;
    padding: 10px 0;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground
    .fl-slide-content
    .fl-slide-title {
    font-size: 45px !important;
    line-height: 1.2 !important;
    margin: 0 0 40px !important;
  }
  .home-main-slider .fl-content-slider .fl-content-slider-navigation {
    display: none;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground {
    padding: 50px 0 300px;
  }
  .home-main-slider .fl-content-slider .fl-slide {
    padding: 0;
  }
  .home-main-slider .banner-slider .fl-slide-mobile-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .home-main-slider .banner-slider .fl-slide-mobile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-client-logo .fl-row-content-wrap {
    margin-top: -235px !important;
  }
  .home-client-logo .pp-logos-content .pp-logo {
    padding: 10px;
    width: auto;
    margin-right: 10px !important;
    width: 31.8%;
    clear: none !important;
    min-height: 90px;
  }
  .home-client-logo .pp-logos-content .pp-logo:last-child {
    margin-right: 0 !important;
  }
  .home-client-logo .pp-logos-content .pp-logo .logo-image-wrapper img {
    max-width: 166px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .home-client-logo .pp-logos-content .pp-logos-wrapper {
    justify-content: unset;
  }
  .what-section .what-block .fl-module-content .fl-callout-content {
    padding: 40px 13px;
  }
  .what-section
    .what-block
    .fl-module-content
    .fl-callout-content
    .fl-callout-title {
    min-height: auto;
  }
  .about-section .about-img .fl-photo {
    border: 15px solid #f9f9f9;
  }
  .about-section:after {
    width: 100%;
    height: 50%;
    bottom: auto;
  }
  .about-section .about-desc .fl-col-content {
    background: #f9f9f9;
  }
  .about-section .fl-row-content-wrap {
    background: #2b292b;
  }
  .about-section .pp-heading-content .pp-sub-heading p {
    line-height: 2;
  }
  .mission-section .pp-heading-content .pp-sub-heading p {
    line-height: 2;
  }
  .subscribe-section .pp-gf-content form .gform_body ul li.gfield {
    width: 100%;
    margin-right: 0;
  }
  .subscribe-section .pp-gf-content form .gform_footer input[type="submit"] {
    margin: 0;
  }
  .fl-page-footer-wrap .f-top .f-block.f-about {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .fl-page-footer-wrap .f-top .f-block.f-link {
    width: 100%;
    padding-bottom: 20px;
  }
  .fl-page-footer-wrap .f-top .f-block.f-contact {
    width: 100%;
  }
  .fl-page-footer-wrap .f-top {
    padding: 40px 0 20px;
  }
  .membership-row .fl-module-content .fl-rich-text form.pmpro_form {
    width: 100%;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    h3 {
    font-size: 30px;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    h3
    span.pmpro_checkout-h3-name {
    display: block;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    h3
    span.pmpro_checkout-h3-msg {
    display: block;
  }
  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    .pmpro_checkout-fields
    .pmpro_checkout-field
    .input {
    width: 96%;
  }
  .about-section-row.about-desc-02:after {
    width: 100%;
    left: 0;
    bottom: auto;
    height: 50%;
  }
  .about-section-row.about-desc-02 .fl-module-pp-heading {
    background: #f9f9f9;
  }
  .business-table table tr td .tablesaw-cell-label {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding: 0 0 5px;
  }
  .business-table table tr td .tablesaw-cell-content {
    display: block;
    max-width: 100%;
  }
  .download-files-list .pdf-block {
    width: 50%;
  }
  .section-blog .fl-sidebar {
    clear: both;
  }
  .page-template-dxampphtdocsthe-plumbing-hubsite-wp-content-themes-bb-theme-page-php
    .fl-content {
    margin: 30px 0;
  }
  .fl-page-footer-wrap .f-top .f-link ul li {
    width: 50%;
    padding: 0 0 20px;
  }

  .contact-form-section .contact-form form .gform_body ul li.gfield {
    width: 100% !important;
  }
  .contact-form-section .contact-form form .gform_body ul li.msg-fild {
    width: 100% !important;
  }
  .contact-form-section .contact-form form .gform_body ul li.gf_middle_third {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contact-desc-section:after {
    width: 100%;
    height: 50%;
    bottom: auto;
  }

  .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }

  .member-section .member-block .fl-col-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .woocommerce-page .fl-page-content .container .row .fl-content {
    margin: 40px 0;
  }

  .section-blog .img-link img {
    height: 100%;
  }

  .membership-row
    .fl-module-content
    .fl-rich-text
    form.pmpro_form
    .pmpro_checkout
    .pmpro_checkout-fields
    .pmpro_checkout-field {
    width: 100%;
    padding: 0;
  }

  .ui-datepicker {
    width: 17em;
  }

  .profile-section
    form.pmpro_form
    .pmpro_member_profile_edit-fields
    .pmpro_member_profile_edit-field {
    width: 100%;
  }
  .profile-section
    form.pmpro_form
    .pmpro_checkout_box-your_details
    .pmpro_checkout-field {
    width: 100%;
  }
  .profile-section form.pmpro_form .pmpro_submit .pmpro_btn {
    display: inline-block;
    width: auto;
    margin: 5px 5px;
  }

  table.pmpro_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.pmpro_table tbody tr td {
    border-bottom: 1px solid #4066df;
    display: block;
    text-align: right;
  }
  table.pmpro_table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table.pmpro_table tbody tr td:last-child {
    border-bottom: 0;
  }

  .document-panel .document-details {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 599px) {
  .fl-full-width .fl-page {
    padding: 147px 0 0 !important;
  }
  .download-files-list .pdf-block {
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: calc(100% - 30px) !important;
  }
  .page-template-dxampphtdocsthe-plumbing-hubsite-wp-content-themes-bb-theme-page-php
    .fl-content {
    margin: 30px 0;
  }

  .contact-desc-section:after {
    height: 40%;
  }

  .summary.entry-summary .product_title.entry-title {
    font-size: 25px;
  }

  .com_img .pt_title {
    font-size: 30px;
  }
  .com_img {
    min-height: 250px;
  }

  #pmpro_checkout_box-education_and_training
    .pmpro_checkout-fields
    .pmpro_checkout-field-text {
    width: 100%;
  }
  #pmpro_checkout_box-education_and_training
    .pmpro_checkout-fields
    .pmpro_checkout-field-text
    label {
    display: none;
  }
  #pmpro_checkout_box-education_and_training
    #education-trade-one-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-trade-two-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-trade-three-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-posttrade-one-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-posttrade-two-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-posttrade-three-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-other-one-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-other-two-name_div
    label,
  #pmpro_checkout_box-education_and_training
    #education-other-three-name_div
    label {
    display: block;
  }
  #pmpro_checkout_box-education_and_training #html_nameof_school_div,
  #pmpro_checkout_box-education_and_training #html_location_div,
  #pmpro_checkout_box-education_and_training #html_qualifications_div,
  #pmpro_checkout_box-education_and_training #html_dates_div {
    width: 100%;
  }

  .companion-section
    .fl-module-content
    .pp-heading-content
    .pp-sub-heading
    ul
    li
    a
    span {
    float: none;
    display: block;
    padding: 5px 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .fl-full-width .fl-page {
    padding: 128px 0 0 !important;
  }
  .fl-page-header .header-logo-l img {
    max-width: 60px;
  }
  html body div#wprmenu_bar {
    top: 24px;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground
    .fl-slide-content
    .fl-slide-text
    .btn {
    width: 100%;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground
    .fl-slide-content
    .fl-slide-text
    .btn.btn-about {
    margin-right: 0;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground
    .fl-slide-content
    .fl-slide-title {
    font-size: 25px !important;
  }
  .home-main-slider
    .fl-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-slide-foreground {
    padding: 50px 0 250px;
  }
  .home-client-logo .pp-logos-content .pp-logo {
    padding: 10px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    min-height: auto;
  }
  .home-client-logo .pp-logos-content .pp-logo .logo-image-wrapper img {
    max-width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .home-client-logo .pp-logos-content .pp-logos-wrapper {
    justify-content: unset;
  }
  .home-client-logo .fl-row-content-wrap {
    margin-top: 0;
  }
  .home-client-logo .fl-row-content-wrap {
    margin-top: -195px !important;
  }
  .woocommerce .woocommerce-ordering select,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
  .pp-sub-heading ul.towcolist li {
    width: 100%;
  }

  .contact-desc-section:after {
    height: 30%;
  }

  .summary.entry-summary .product_title.entry-title {
    font-size: 22px;
  }

  .section-blog .home-latest .home-post .read-link a {
    font-size: 12px;
    padding: 10px 5px;
  }

  .com_img .pt_title {
    font-size: 30px;
  }
  .com_img {
    min-height: 250px;
  }
  .header-right .widget11 .execphpwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.mpro_table .pmpro_account-membership-levelfee p,
table.pmpro_table tbody tr td[data-label="Price"],
table.pmpro_table tbody tr td.pmpro_account-membership-levelfee {
  font-size: 0;
}
.mpro_table .pmpro_account-membership-levelfee p strong,
table.pmpro_table tbody tr td.pmpro_account-membership-levelfee strong,
table.pmpro_table tbody tr td[data-label="Price"] strong {
  font-size: initial;
}

/* 19-01-23 */
.pmpro_form #pmpro_billing_address_fields {
  display: none !important;
}
.pmpro_form .pmpro_submit {
  clear: both;
}

/* mobile drawer */
@media only screen and (max-width: 991px) {
  #mg-wprm-wrap {
    background-color: #4066df !important;
  }
}

@media only screen and (max-width: 991px) {
  #mg-wprm-wrap li.current-menu-item > a {
    background: #2b292b !important;
  }
}

@media only screen and (max-width: 991px) {
  #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
    background: #2b292b !important;
  }
}

/* Overall Forms */
.gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus, .gform_wrapper .gfield select:focus, .gform_wrapper .gfield textarea:focus{
	border-color: #4066df !important;
}

.pmpro_form #pmpro_user_fields .pmpro_form_field-username {
  order: 1;
  display: none !important;
}

/************************************************ 23-07-25 **************************************************************/
.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_form_field{order:0;}
.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_cols-2:nth-child(2){order:2;}
.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_cols-2:nth-child(3){order:1;}
.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_hidden{order:3;}

/*.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_cols-2:first-child{order: 3;}
.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_cols-2:last-child{order: 2;}
.pmpro_form #pmpro_user_fields .pmpro_form_fields .pmpro_hidden{order: 4;}*/


#ambassadors-slider .bx-wrapper .bx-viewport{height:auto !important;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-content-slider-wrapper{display:flex;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide{min-height:unset;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-mobile-photo{display:none !important;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-foreground{display:flex; flex-wrap:wrap; height:100%;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-foreground:before,
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-foreground:after{display:none;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-content-wrap{float:none;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-title{padding:14px 24px !important; margin:0 !important; background:#4066df; color:#fff; font-size:24px !important; text-align:center;}
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-photo-wrap{width:100%; float:none; display:block;}


#masthead .constitution-sec1 .fl-col-group > .fl-col:last-child > .fl-col-content{justify-content:center;}
#masthead .constitution-sec1 .fl-col .fl-module-pp-infobox,
#masthead .constitution-sec1 .fl-col .pp-infobox-wrap{flex:unset;}

#masthead .strategic-sec1 .pp-heading-content .pp-sub-heading p:last-child{padding-bottom:0;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li{/*border-bottom:solid 1px #E2E2E2;*/ padding:24px 0; margin:0;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li:first-child{padding-top:0;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li:last-child{border:none; padding-bottom:0;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li .uabb-info-list-content-wrapper{display:flex;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li .uabb-info-list-content{display:block; width:calc(100% - 72px);}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li .uabb-info-list-icon{margin-right:16px;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li .uabb-info-list-title{padding-top:0; margin-top:-7px;}
#masthead .strategic-sec1 .uabb-info-list-wrapper > li .uabb-info-list-description p:last-child{padding-bottom:0;}

.height100 .pp-photo-container .pp-photo-content .pp-photo-content-inner{max-width:240px;}
.height100 .pp-photo-container .pp-photo-content .pp-photo-content-inner img{height:80px; object-fit:contain;}

.height2-100 .pp-photo-container .pp-photo-content .pp-photo-content-inner{max-width:170px;}

.career-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image{margin:0;}
.career-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-wrapper{padding:24px 28px 16px;}
.career-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-wrapper .pp-infobox-title{margin:0;}
.career-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-description{padding:0 28px 28px;}
.career-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-description p:last-child{padding-bottom:0; margin-bottom:0;}


.ambassadors-sec1 .fl-col .fl-module-pp-infobox{padding-top:24px;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-icon-wrapper{border:none; border-radius:0; width:100%; padding:0; margin:0 0 24px; display:flex; align-items:center; justify-content:center; min-height:64px;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-icon-wrapper .pp-infobox-image{margin:0;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-prefix{background:#F6F8FE; border-radius:8px 8px 0 0; padding:28px 32px 0; margin:0;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-wrapper{padding:8px 32px 0; background:#F6F8FE;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-wrapper .pp-infobox-title{font-weight:500;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-description{padding:20px 32px 35px; background:#F6F8FE; border-radius:0 0 8px 8px; display:flex; flex-direction:column; justify-content:space-between;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-description-wrap{background:none; padding:0;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-description-wrap p{margin:0;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-description-wrap p:last-child{padding-bottom:0;}
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a{pointer-events: none;}

.ambassadors-sec1 .fl-module.fl-module-modal-popup .fl-module-content{margin:0;}

.uabb-modal-parent-wrapper .uabb-modal-text .pp-logo .title-wrapper .logo-title{padding:16px 0 0; margin:0;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-prev{left:-104px;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-next{right:-104px;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-nav{width:52px; height:52px;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-nav svg{height:30px;}

.uabb-modal-parent-wrapper.uabb-module-content .uabb-modal-close{width:52px; height:52px; background:#fff; border-radius:100%; color:#000; display:flex; align-items:center; justify-content:center;}
.uabb-modal-parent-wrapper.uabb-module-content .uabb-modal-close i{font-weight:bold; color:currentColor;}

/*.uabb-modal-parent-wrapper img.logo-image.zoomed{transform: scale(2); transition: transform 0.3s ease; cursor: zoom-out; z-index: 1;}
.uabb-modal-parent-wrapper img.logo-image{transition: transform 0.3s ease; cursor: zoom-in;}
.uabb-modal-parent-wrapper:has(.uabb-show) .zoom-toggle-btn{display:block;}
.uabb-modal-parent-wrapper .zoom-toggle-btn{position: fixed; top: 50px; right: 100px; z-index: 9999; background: rgba(0, 0, 0, 0.5); border: none; color: white; font-size: 16px; padding: 6px 10px; cursor: pointer; border-radius: 4px; display:none;}*/
/*.uabb-modal-parent-wrapper .logo-image-wrapper {position: relative; overflow: hidden;}
.uabb-modal-parent-wrapper .logo-image {transition: transform 0.4s ease-in-out; cursor: zoom-in; display: block; margin: 0 auto;}
.uabb-modal-parent-wrapper .logo-image.zoomed {transform: scale(1.8); cursor: zoom-out; z-index: 5; position: relative;}*/

.application-form .gform_wrapper.gravity-theme .gform_heading{display:none;}
.application-form .gform_wrapper.gravity-theme .gform_validation_errors{border:solid 1px #c02b0a; outline:none; margin:0; padding-top:10px; padding-bottom:10px;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields fieldset .ginput_complex{row-gap:16px;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield .validation_message{border:none; padding:4px 0 0; margin:0; background:none;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield .gfield_label{margin:0; font-weight:normal;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]){height:44px; line-height:normal;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield select{height:44px; line-height:normal;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield textarea{height:160px; resize:none; line-height:normal;}
.application-form .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield .ginput_container .gform-field-label{color:rgb(0 0 0 / 60%) !important; font-weight:normal;}
.application-form .gravity-theme .gform_confirmation_message{text-align:center;}
.application-form .gravity-theme .gform_confirmation_message br{display:none;}

.book-form{padding:24px 0;}
.book-form .gravity-theme{max-width:500px; margin:auto;}
.book-form .gravity-theme .gform_heading{display:none;}
.book-form .gravity-theme .gform_fields .gfield input{height:44px; border:solid 1px rgb(204, 204, 204); padding:10px; line-height:normal; border-radius:4px;}
.book-form .gravity-theme .gform_fields .gfield .ginput_complex .StripeElement--card{height:44px; padding:12px 10px;}
.book-form .gravity-theme .gform-footer.gform_footer{padding:24px 0 0; margin:0;}

.book-form .gravity-theme .gform_confirmation_message{text-align:center;}
.book-form .gravity-theme .gform_confirmation_message br{display:none;}

.constitution-sec1 .pp-infobox .pp-infobox-description p{margin-bottom:0;}

.uabb-modal-parent-wrapper.uabb-module-content > .uabb-overlay{background:rgb(34 34 34 / 90%);}

.dot-list .pp-icon-list .pp-icon-list-items .pp-icon-list-item .pp-list-item-icon{padding-top:7px;}

.ambassadors-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a,
.associates-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a{pointer-events:painted;}
.ambassadors-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title > a{pointer-events:none;}

.ambassadors-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a img,
.associates-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a img,
.mou-imglink .pp-photo .pp-photo-content{transition:all 0.3s;}
.ambassadors-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a:hover img,
.associates-imglink.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-image > a:hover img,
.mou-imglink .pp-photo .pp-photo-content:hover{transform:translateY(-10px);}

.pipa-logo .pp-photo .pp-photo-content .pp-photo-img{padding:10px; max-height:99px;}


@media only screen and (min-width: 992px) {
.woocommerce ul.products, .woocommerce-page ul.products{gap:20px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:calc(40% - 30px) !important;}
}

@media only screen and (max-width: 991px) {
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-prev{left:16px;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-next{right:16px;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-nav{width:40px; height:40px;}
.uabb-modal-parent-wrapper .fl-module-pp-logos-grid .pp-logos-content .logo-slider-nav svg{height:20px;}
.uabb-modal-parent-wrapper.uabb-module-content .uabb-modal-close{width:40px; height:40px;}
.uabb-modal-parent-wrapper.uabb-module-content .uabb-modal-close i{font-size:16px;}

.dot-list .pp-icon-list .pp-icon-list-items .pp-icon-list-item .pp-list-item-icon{padding-top:0; line-height:26px;}

}

@media only screen and (max-width: 767px) {
#ambassadors-slider .bx-wrapper .bx-viewport .fl-slide .fl-slide-title{padding:10px 16px !important; font-size:20px !important;}

.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-description,
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-prefix,
.ambassadors-sec1 .pp-infobox-wrap .pp-infobox .pp-infobox-title-wrapper{padding-left:24px; padding-right:24px;}

.ambassadors-sec1 .fl-col .fl-module-pp-infobox{padding-top:8px;}

}

@media only screen and (max-width: 599px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {max-width:100%;}
}

.become-info .pp-infobox-wrap .layout-1 .pp-heading-wrapper{margin-bottom:0;}
.become-info .pp-infobox-image{margin:0 32px 0 0;}
.become-info .pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper .pp-infobox-title{margin:0; padding-bottom:12px; position:relative;}
.become-info .pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper .pp-infobox-title:before{position:absolute; content:""; width:76px; height:4px; background:#4169E1; left:0; bottom:0;}

.become-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon{margin-right:11px; margin-top: 3px;}
.become-list .uabb-info-list .uabb-info-list-wrapper > li{line-height:1;}

.become-member-info .fl-col-content{padding-bottom: 82px !important; position: relative;}
.become-member-info .become-btn{position: absolute; bottom: 17px; left: 15px; right: 15px;}
.blue-link a{color: #4066DF;}
.blue-link a:hover{color: #000000;}

.memorandum-sec1 .memorandum-col .fl-col-content{position:relative; padding-bottom:88px;}
.memorandum-sec1 .memorandum-col .fl-col-content .pp-infobox-button{position:absolute; left:32px; bottom:32px;}

.career-sec1 .pp-infobox-wrap .pp-infobox .pp-icon-wrapper .pp-infobox-image{position:relative; padding:0 0 56%;}
.career-sec1 .pp-infobox-wrap .pp-infobox .pp-icon-wrapper .pp-infobox-image img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; border-radius:8px 8px 0 0;}

@media only screen and(max-width: 767px){
.become-member-info .become-btn{position: relative; bottom: auto; left: auto; right: auto;}
.become-member-info .fl-col-content{padding-bottom: 9px !important;}
.memorandum-sec1 .memorandum-col .fl-col-content{padding-bottom:26px;}
.memorandum-sec1 .memorandum-col .fl-col-content .pp-infobox-button{left:24px; bottom:24px;}
}

