@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*.fa, .fas, .fal {
  font-family: 'FontAwesome' !important;
}*/

.fa-search::before, 
.fa-facebook::before,
.fa-twitter::before,
.fa-linkedin::before,
.fa-youtube::before,
.fa-instagram::before,
.fa-cutlery::before {
  font-family: 'FontAwesome' !important;
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f0d6" !important;
}

body{
	font-weight: 400;
  background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 300;
}

a, a:hover, a:focus{
	outline: none;
}

/*.fl-page-header-wrap{
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.44);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.44);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.44);
}*/
.fl-page-header{
  background: #fefbfa;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  margin-bottom: 0;
  position: relative;
}

.fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed{
	background-color: #fefbfa !important;
}

.myportfolio-container .esg-grid .esg-filters .esg-filterbutton{
	background-color: #1271b9;
	color: #fff;
	border: solid 1px #fff !important;
}

.fl-page-bar{
	background-color: #7ad5ff;
  border-bottom: medium none;
  text-align: right;
  /*display: none !important;*/
}
/*
.fl-page-bar .fl-social-icons a{
	background-color: #ed932a !important;
    border: 1px solid #ed932a !important;
    border-radius: 30px;
    color: #fff;
    height: 27px;
    margin: 0 2px;
    padding: 0;
    width: 27px;
}

.fl-page-bar .fl-social-icons a:hover{
	background-color: #1271b9 !important;
    border: 1px solid #1271b9 !important;
}*/

.fl-page-bar  .fl-page-bar-row .col-md-12{
	text-align: right !important;
}

.myportfolio-container .esg-grid .esg-filters .esg-filterbutton:hover,
.myportfolio-container .esg-grid .esg-filters .esg-filterbutton:focus,
.myportfolio-container .esg-grid .esg-filters .esg-filterbutton.selected{
	background-color: #ed932a !important;
	color: #fff;
	border: solid 1px #fff !important;
}

.esg-filter-wrapper .eg-search-input, .esg-filter-wrapper .eg-search-input:focus{
	min-height: 40px;
	border: solid 1px #1d72d1 !important;
}

.esg-filter-wrapper .eg-search-submit i, 
.esg-filter-wrapper .eg-search-clean i{
	color: #c03e3e;
}

.esg-entry-media-wrapper{
	/*border: 1px solid #fff;*/
}

#esg-grid-2-1-wrap .esg-navigationbutton{
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.44) !important;
  -moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.44) !important;
  box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.44) !important;
  border-radius: 30px !important;
}

.minimal-light .esg-filterbutton, 
.minimal-light .esg-navigationbutton, 
.minimal-light .esg-sortbutton, 
.minimal-light .esg-cartbutton a{
	background-color: #303030 !important;
	color: #fff !important;
	border: solid 1px #ed932a !important;
}

.minimal-light .esg-filterbutton:hover, 
.minimal-light .esg-navigationbutton:hover, 
.minimal-light .esg-sortbutton:hover, 
.minimal-light .esg-cartbutton a:hover{
	background-color: #ed932a !important;
	color: #fff;
	border: solid 1px #ed932a !important;
}

.minimal-light .esg-navigationbutton i{
	color: #fff !important;
}

#esg-grid-2-1-wrap .esg-grid .esg-filters .esg-navigationbutton .esg-left{

}
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li{
  margin-right: 2px;
}
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li a{
	font-weight: 500;
	font-size: 18px;
	color: #ed932a;
  padding: 8px 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li.current-menu-item a, 
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li a:hover{
	color: #fff !important;
  background-color: #ed932a !important;
}

/*.fl-page-nav-search .fa-search{
	background-color: #1271b9 !important;
    border-radius: 40px;
    color: #fff !important;
    height: 50px;
    padding: 14px 10px !important;
    text-align: center;
    width: 50px;
}*/


.fl-page-nav-search .fa-search {
    background-color: transparent !important;
    border-radius: 40px;
    color: #ed932a !important;
    height: 35px;
    padding: 3px !important;
    text-align: center;
    width: 35px;
    font-size: 24px;
    margin-top: -2px;
}

.fl-page-nav-search .fa-search:hover, 
.fl-page-nav-search .fa-search:focus{
    color: #ed932a !important;
}

.esg-entry-media-wrapper .esg-entry-media{
	position: relative;
}

.esg-entry-media-wrapper .esg-entry-media:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 99;
	-moz-box-shadow: 0 0 5px 0px #000000 inset;
  -webkit-box-shadow: 0 0 5px 0px #000000 inset;
  box-shadow: 0 0 5px 0px #000000 inset;
}

.fl-page-nav-wrap .navbar-toggle{
	background-color: #e68c04 !important;
	color: #fff !important;
}
.fl-page-nav .navbar-toggle *{
	color: #fff !important;
}

.fl-page-nav-collapse ul.navbar-nav > li{
	border-color: #1d72d1;
}

.my-nav-menu-search .fl-page-nav-search{
  display: block !important;
}
.my-nav-menu-search .fl-page-nav-search .fa-search:before{
  font-family: fontawesome;
}

.my-nav-menu-search .fl-page-nav-search .fa-search:hover:before{
  color: #ed932a !important;
}

.fl-page-nav-search{
    display: none !important;
}

.left-content .blx_heading h3{
  position: relative;
  font-size: 45px;
  font-weight: 300;
  color: #1271b9;
}

@media (min-width: 992px) {
  #menu-main-menu-1, 
  #menu-main-menu {
    padding-right: 267px;
  }
}


@media (max-width: 991px) {
    .left-content .blx_heading h3{
      font-size: 35px;
    }
}
.left-content .blx_heading h3:before {
  content: "";
  left: 0;
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -2px;
  background-color: #ed932a;
}

.left-content p{
  font-size: 15px;
  color: #232323;
}


.right-content .blx_heading h3{
  position: relative;
  font-size: 45px;
  font-weight: 300;
  color: #303030;
}

@media (max-width: 991px) {
    .right-content .blx_heading h3{
      font-size: 35px;
    }
}

.right-content .blx_heading h3:before {
  content: "";
  left: 0;
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -2px;
  background-color: #ed9128;
}


.right-content .tagboxouter{
  padding: 2px;
  position: relative;
  width: 25%;
  display: inline-block;
  float: left;
}

.right-content .tagbox{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 120px;
  overflow: hidden;
  display: inline-block;
  float: left;
}

/*.right-content .tagbox:before{
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content:"";
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}*/

.right-content .tagbox{
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.right-content .tagbox h4{
  /*-moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: none;
  z-index: 2;
  color: #fff;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;*/
}
/*.right-content .tagbox:hover:before{
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 2px #1271b9;
}*/
.right-content .tagbox:hover{
  
}

/*.right-content .tagbox:hover h4{
  top: 70%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}*/


.right-content .tagbox img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  height: auto;
  width: 100%;
  max-width: none
}

.right-content .slick-arrow{
  background-color: #1271b9 !important;
  color: #fff !important;
  border: solid 1px #1271b9 !important;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.44) !important;
  -moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.44) !important;
  box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.44) !important;
  border-radius: 30px !important;
}

.right-content .slick-arrow:hover, 
.right-content .slick-arrow:focus{
  background-color: #ed932a !important;
  color: #fff;
  border: solid 1px #ed932a !important;
}

.right-content .fl-widget{
    margin-bottom: 5px;
}

.right-content .slick-prev{
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
}

.right-content .slick-next{
  display: inline-block;
  position: absolute !important;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
}

.tags-content{

}


.tags-content .blx_heading h3{
  position: relative;
  font-size: 45px;
  font-weight: 300;
  color: #1271b9;
  text-align: center;
}

@media (max-width: 991px) {
    .tags-content .blx_heading h3{
      font-size: 35px;
    }
}
.tags-content .blx_heading h3:before {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -5px;
  background-color: #ed932a;
}


.tags-content .tagboxouter{
  padding: 10px;
  position: relative;
  width: 25%;
  display: inline-block;
  float: left;
}

@media (max-width: 800px) {
  .tags-content .tagboxouter{
    width: 50%;
  }
}

.tags-content .tagbox{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.tags-content .tagbox:before{
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content:"";
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: solid 4px transparent;
}

.tags-content .tagbox{
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*border: solid 2px #fff;*/
}
.tags-content .tagbox h4{
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: none;
  z-index: 2;
  color: #fff;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tags-content .tagbox:hover:before{
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 4px #1271b9;
}
.tags-content .tagbox:hover{
  
}

.tags-content .tagbox:hover h4{
  top: 70%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.tags-content .tagbox img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none
}


.contactform #gform_fields_2 .gfield_label{
  font-weight: 600;
  color: #232323;
}

.contactform #gform_fields_2 .ginput_container input[type="text"],
.contactform #gform_fields_2 .ginput_container textarea{
  border: solid 1px #ccc;
  width: 100% !important;
}

.gform_footer.top_label .gform_button{
  background-color: #ed932a !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px !important;
  border: solid 1px #ed932a !important;
}
.gform_footer.top_label .gform_button:hover, 
.gform_footer.top_label .gform_button:focus{
  background-color: #303030 !important;
  color: #fff;
  font-weight: 600;
  border: solid 1px #ed932a !important;
}


.contactform .fl-photo-img-jpg{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.contactform .fl-photo-img-jpg img{
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none
}

.contactform .fl-photo-img-jpg:before{
  position: absolute;
  left: 5px;
  right:5px;
  top: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  content:"";
  border: solid 1px #fff;
}


.my-nav-menu-search .fl-page-nav-search{
  display: block !important;
}
.my-nav-menu-search .fl-page-nav-search .fa-search:before{
  font-family: fontawesome;
}

.my-nav-menu-search .fl-page-nav-search .fa-search:hover:before{
  color: #fff !important;
}

.fl-page-nav-search{
    display: none !important;
}


.middlesection .fl-row-content {
    margin: 2px auto;
    max-width: 1610px !important;
    width: 100% !important;
}




.esg-media-cover-wrapper .esg-entry-cover {
  /*
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85))) !important;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ) !important;
*/

  background: -moz-linear-gradient(top, transparent 65%, rgba(0, 0, 0, 0.73) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(99%, rgba(0, 0, 0, 0.73)), color-stop(100%, rgba(0, 0, 0, 0.85))) !important;
  background: -webkit-linear-gradient(top, transparent 65%, rgba(0, 0, 0, 0.73) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  background: -o-linear-gradient(top, transparent 65%, rgba(0, 0, 0, 0.73) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  background: -ms-linear-gradient(top, transparent 65%, rgba(0, 0, 0, 0.73) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.73) 99%, rgba(0, 0, 0, 0.85) 100%) !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ) !important;

  opacity: 1 !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible !important;
  transform: none !important;
}

.esg-overlay.eg-ronald-reagan-container{
  background-color: rgba(55, 168, 176, 0.91) !important;
}

.esg-pagination{
  margin-top: 10px;
}

@media (min-width: 768px) {
  #menu-main-menu-1 .my-nav-menu-search{
    position: absolute;
    right: 5px;
    /*top: 52px;*/
  }

  #menu-main-menu-1 .my-nav-menu-search .fl-page-nav-search form{
    top: 60px;
  }
}
@media (max-width: 767px) {
  #menu-main-menu-1 .my-nav-menu-search{
    position: relative;
    right: 0;
  }

  #menu-main-menu-1 .my-nav-menu-search .fl-page-nav-search{
    width: 100% !important;
    bottom: auto;
    display: block;
    margin: 0 auto !important;
    position: relative !important;
    right: auto;
    /*text-align: center;*/
    top: auto;
  }

  .fl-page-nav-search a.fa-search{
    position: relative !important;
  }
  .fl-page-nav-search form{
    right: auto;
    top: 117%;
  }
}


.fl-page-footer-container{
  min-height: 80px;
  padding: 12px 0 0;
}

.fl-page-footer-container .fl-social-icons a{
    border-radius: 30px;
    color: #ed932a;
    height: 40px;
    margin: 0 0;
    padding: 0;
    width: 40px;
    font-size: 35px;
    position: relative;
}

.fl-page-footer-container .fl-social-icons a:hover{
    color: #1271b9 !important;
}


.fl-page-footer-container .fl-social-icons a .fa-circle{
    color: #e1340a;
    margin: 0 2px;
    padding: 0;
    font-size: 40px;
}


.fl-page-footer-container .fl-social-icons a .fa-circle + .fa{
  font-size: 22px;
  height: 40px;
  width: 43px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 0;
}

.fl-page-footer-container .fl-social-icons a:hover .fa-circle{
    color: #ff671c !important;
}


.esg-bc.eec .esg-bottom .print-link{
  font-size: 22px;
  color: #fff !important;
}

.esg-bc.eec .eg-ronald-reagan-element-16{
  background-color: #1271b9 !important;
  color: #fff !important;
  border: solid 1px #1271b9 !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.esg-bc.eec .eg-ronald-reagan-element-16:hover,
.esg-bc.eec .eg-ronald-reagan-element-16:focus{
  background-color: #ed932a !important;
  color: #fff;
  border: solid 1px #ed932a !important;
}


#blxModal .modal-dialog{
  margin-top: 50px;
}

#blxModal .modal-header p.modal-title{
  position: relative;
  font-size: 45px;
  font-weight: 300;
  color: #03645d;
  text-align: center;
}

@media (max-width: 991px) {
    #blxModal .modal-header p.modal-title{
      font-size: 35px;
    }
}
#blxModal .modal-header p.modal-title:before {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -5px;
  background-color: #e1340a;
}

#blxModal .modal-body{
  color: #232323;
}

#blxModal .social-icons{
  width: 100%;
  margin-top: 15px;
}
#blxModal .social-icons ul{
  list-style: none !important;
  padding-left: 0 !important;
}
#blxModal .social-icons ul li{
  display: inline-block;
}

#blxModal .social-icons ul li a{
  color: #ed932a;
  display: inline-block;
  padding: 0 0 0 8px;
}

#blxModal .social-icons ul li a .fa-file-pdf-o:before {
    font-size: 26px;
    line-height: 26px;
    margin-top: -5px;
    top: 0;
    position: relative;
}
#blxModal .social-icons ul li a .eg-icon-tumblr-circled:before {
    width: 20px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
    position: relative;
}
#blxModal .social-icons ul li a .eg-icon-facebook-circled:before {
    width: 20px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
    position: relative;
}
#blxModal .social-icons ul li a .fa-external-link:before {
    text-align: center;
    padding: 0;
    margin-left: -5px;
    position: relative;
    top: 3px;
}

#blxModal .social-icons ul li a:hover{
  color: #1271b9 !important
}

#blxModal .social-icons ul li i{
  font-size: 28px;
  line-height: 35px;
}

#blxModal .blx-image{
  height: 335px;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
}

#blxModal .blx-image img{
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;*/
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  height: auto;
  width: 100%;
  max-width: none
}


#blxModal .address{
  margin-bottom: 5px;
}

#blxModal .blx-coupon{
  float: none;
  margin: 10px -18px 0;
  width: auto;
}
#blxModal .blx-coupon .coupon label{
  padding-right: 5px;
}
#blxModal .blx-coupon .coupon{
  width: 30%;
  -webkit-border-radius: 30px;
  background-color: #e1f5ff;
  border: 2px dashed #1271b9;
  border-radius: 30px;
  color: #ed932a;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.modal-header .close {
    margin-top: -2px;
    z-index: 9;
    position: relative;
}

#blxModal .blx-coupon .coupon label, #blxModal .blx-coupon .coupon-expiry label {
    color: #232323;
    font-size: 13px;
    font-weight: 700;
}

#blxModal .map iframe { 
  border: 1px solid #ccc;
  height: 190px;
  max-width: 100%;
  width: 100%;
}

#blxModal .printicon{
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 23px;
  z-index: 9;
  background: #ed932a;
  border-radius: 5px;
  padding: 10px;
}

#blxModal .printicon:hover{
  color: #fff;
  background: #1271b9;
}
/*ADDED BY ATMARAM ON 23-05-2017 FOR THE PRINT POPUP CONTENT*/
@media print {
	
	
	.share-label{
	  display:none !important;
  }
	.embed-video{
	  display:none !important;
  }
	 .blx-image {
        width: 40%;
        float: left;
    }

    .blx-details {
        width: 60%;
        float: right;
    }
	.blx-desc{
		text-align:justify;
	}
	
	   
}
/*ADDED BY ATMARAM FOR THE GRAVITY FORM ON 24-05-2017*/
#gform_wrapper_1{
    display : block !important;
}
 
/*@keyframes blink {  
    0% { background: #ff6d1e; }
    100% { background: #00aeff; }
}
@-webkit-keyframes blink {
    0% { background: #ff6d1e; }
    100% { background: #00aeff; }
}
.printicon {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
} */


/*.printicon {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}*/


/*blx popup*/

.blx-desc{
  display: inline-block;
  float: left;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .blx-desc{
    padding-top: 20px;
    padding-left: 0;
  }
}

.blx-desc .phone-number{
  margin-bottom: 15px;
  font-size: 16px;
}

.blx-desc .phone-number label{
  padding-right: 10px;
}

.blx-desc .phone-number a{
  color: #ed932a;
}

.blx-desc .phone-number a:hover,
.blx-desc .phone-number a:focus{
  color: #ed932a;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #blxModal .blx-coupon .coupon {
    width: 96%;
    margin-left: 2%;
    margin-top: 15px;
  }
}


.topbutton {
	height:50px;
	width:50px;
	position:fixed;
	right:5px;
	bottom:5px;
	z-index:1;
  display: none;
	/*background-image: url("http://www.whittierblx.com/wp-content/uploads/top-arrow.png");
	background-repeat:no-repeat;
  background-size: cover;*/
}

.embed-video .slick-prev-video.slick-arrow{

}



.embed-video .slick-arrow{
  margin-top: -10px;
  position: absolute;
  top: 50%;
  background-color: #1271b9;
  border: 1px solid #1271b9;
  border-radius: 30px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.44);
  color: #fff;
  z-index: 9;
}

.embed-video .slick-next-video{
  right: 0 !important;
}

.embed-video .slick-arrow:hover, .embed-video .slick-arrow:focus{
  background-color: #ed932a;
  border: 1px solid #ed932a;
  color: #fff;
}


#blxModal .embed-video{
  margin-top: 15px;
  margin-bottom: 15px;
}

#blxModal .mapp-layout{
  margin: 0;
}


.topbutton{
    background-color: rgba(237, 147, 42, 0.5);
    bottom: 15px;
    display: none;
    height: 42px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 44px;
    z-index: 1003;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.topbutton:hover{
  background-color: rgba(237, 147, 42, 0.8);
}

.topbutton:before{
  color: #fff;
  content: "\f077";
  font-family: FontAwesome;
  font-size: 16px;
  left: 13px;
  line-height: 16px;
  position: absolute;
  top: 12px;
}

.modal-backdrop.in{
  backdrop-filter: blur(15px) !important;
  background-color: #000000ab;
  opacity: 1;
}


/*
.modal-body .col-lg-1.social-share{
  background: #fff;
  border-radius: 10px;
  margin-left: -65px;
  padding-left: 0;
  padding-right: 0;
  width: 62px;
}

.modal-body .col-lg-1.social-share + .col-lg-11{
  padding-left: 0 !important;
}

.modal-body .apss-theme-3 .apss-single-icon a {
    color: #fff;
    display: block;
    float: left;
    margin: 8px;
    min-height: 38px;
    position: relative;
}

.apss-theme-3 .apss-single-icon a:hover .apss-icon-block:after {
    background: #fff;
    height: 89%;
    left: 2px;
    top: 2px;
    width: 90%;
}

@media (max-width: 1200px) {
  .modal-body .col-lg-1.social-share{
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
    margin-bottom: 10px;
  }
}*/


.businesstagpage{
  padding-left: 40px;
  padding-right: 40px;
}

.businesstagpage .esg-overflowtrick{
  margin-top: 30px;
}

@media (max-width: 767px) {
  .modal-header{
    padding-bottom: 50px;
  }

  .modal-header #social_icons{
    bottom: -6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 180px;
  }
}

.blx-header{
  position: relative;
}

#social_icons{
  position: absolute;
  top: 30px;
  right: 20px;
}

.business_hours table{
  width: 100%
}

.business_hours table tr td {
    background-color: #b4e9ee;
    border: 1px solid #fff;
    font-weight: 600;
    padding: 3px 10px;
    font-size: 13px;
}

.business_hours table tr.closed td {
    background-color: #38a8b3;
    color: #fff;
}

.other-note p{
  margin-top: 10px;
  color: #1271b9;
}
a.broken_link {
	text-decoration: none !important;
}

/*gravity form css 4 column*/
.gform_wrapper .top_label li.gfield.gf_one_quarter { float:left; margin-right: 4%; width: 20%; clear:right !important; }

.gform_wrapper .top_label li.gfield.gf_quarter_last { margin-right:0; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_one_quarter { width: 18% }

.gform_wrapper .top_label li.gfield.gf_one_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_one_quarter input.large, .gform_wrapper .top_label li.gfield.gf_one_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_one_quarter select.large { width: 95% }

.gform_wrapper .top_label li.gfield.gf_one_quarter+li.gsection, .gform_wrapper .top_label li.gfield.gf_one_quarter+li.gsection { padding: 16px 0 8px 0 }

.gform_wrapper .top_label li.gfield.gf_one_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_one_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_one_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_one_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_one_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_one_quarter+.gform_footer { clear: both }
/*gravity form css 4 column*/

.hide_label label {
	display:none !important;
}


.gform_wrapper.gf_browser_gecko select {
    height: 46px !important;
    padding: 2px 12px 2px 12px !important;
}

.gf_one_quarter .ginput_container input[type="text"]{
  padding: 5px 12px !important;
}


#gform_1 .gf_one_quarter .gfield_time_ampm.ginput_container select{
  border: 1px solid #eeeeee;
  border-radius: 0 !important;
  padding: 2px 8px !important;
  max-width: 80px !important;
  width: 62px !important;
  height: 32px !important;
}


.fl-node-591066eeddfc5 .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.fl-node-591066eeddfc5 .gform_wrapper .gfield input:focus, .fl-node-591066eeddfc5 .gform_wrapper .gfield select, 
.fl-node-591066eeddfc5 .gform_wrapper .gfield textarea {
    border: solid 1px #ccc;
}

@media (min-width: 992px) {
  .gform_wrapper .top_label li.col1,
  .gform_wrapper .top_label li.col2,
  .gform_wrapper .top_label li.col3,
  .gform_wrapper .top_label li.col4{
    height: 30px;
  }
}


.gform_wrapper .top_label li.bus-label{
  font-weight: 700;
}

.gform_wrapper .top_label li.col2.closed{
  width: 60%;
}

.gform_wrapper .top_label li.col2 .ginput_container_checkbox{
  margin-top: 0;
}

@media (min-width: 767px) {
  .gform_wrapper .ginput_container_password .ginput_left{
    padding-right: 15px !important;
  }
}

@media (max-width: 991px) {
  .gf_one_quarter.col1{
    width: 100% !important;
    border-bottom: solid 1px #ccc;
  }
  .gf_one_quarter.col2{
    width: 100% !important;
  }
  .gf_one_quarter.col3{
    width: 48% !important;
  }
  .gf_one_quarter.col4{
    width: 48% !important;
    margin-right: 0 !important;
  }

  .gf_one_quarter.hide_label label {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
   .gf_one_quarter.col3{
      width: 100% !important;
      margin-right: 0 !important;
    }
    .gf_one_quarter.col4{
      width: 100% !important;
      margin-right: 0 !important;
    }
}

.share-label {
    white-space:nowrap;
}
.apss-social-share {
    width:100%;
    height:20px;
    display:inline-block;
		margin-bottom:13px;
}


.regularlisting .esg-loadmore-wrapper{
  margin-top: 30px;
}

.regularlisting .eg-blx-skin-1-element-1{
  line-height: 18px;
}

.regularlisting .eg-blx-skin-1-element-9{
  max-height: 90px;
  overflow: hidden;
}

.whittierblx-grid .myportfolio-container .eg-ronald-reagan-element-9{
  max-height: 90px;
  overflow: hidden;
}

.whittierblx-grid .myportfolio-container .eg-ronald-reagan-element-1{
  line-height: 24px;
}



.commanheading .fl-module-content h3{
  position: relative;
  font-size: 45px;
  font-weight: 300;
  color: #1271b9;
}

@media (max-width: 991px) {
    .commanheading .fl-module-content h3{
      font-size: 35px;
    }
}

.commanheading .fl-module-content h3:before {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -2px;
  background-color: #ed932a;
}

.pricing-heading{
  background-color: #1271b9;
}

.packagelisting .pp-sub-heading .pp-pricing-table-features{
  padding-left: 0;
  text-align: center;
  list-style: none;
}

.packagelisting .pp-sub-heading .pp-pricing-table-features li {
  border-bottom: solid 1px #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.packagelisting .pp-sub-heading .pp-pricing-table-features li:first-child{
  font-weight: 700;
}

.packagelisting .pp-sub-heading .pp-pricing-table-features li:last-child{
  border-bottom: none;
}

.packagelisting .fl-module-content{
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .blx-coupon .col-xs-12{
    width: 100%;
  }
}

.businesstagpage{
  background-image: url("http://www.whittierblx.com/wp-content/uploads/^818A3DAD8A4C83AF0F13EC9840B4A4E765FE061447FF1BEDD0^pimgpsh_fullsize_distr-1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  min-height: 650px;
}
.businesstagpage .row{
  position: relative;
}

.businesstagpage:before{
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
}

.businesstagpage .esg-media-cover-wrapper .eg-blx-skin-1-element-9{
  max-height: 90px;
  overflow: hidden;
}

.update_url{
  background: #1271b9;
  border: 1px solid #1271b9;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  padding: 13px 24px 13px 64px;
  color: #fff;
  display: inline-block;
  color: #fff !important;
  position: relative;
}

.update_url:hover, 
.update_url:focus{
  background: #000 !important;
  border: 1px solid #000;
}

.update_url:before{
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f021";
  position: absolute;
  left: 25px;
  top: 16px;
}
@media (max-width: 767px) {
  .updatebutton .fl-rich-text{
    text-align: center;
  }
}
.eg-blx-skin-1-element-17 
{
	display:none !important;
}




/*===================*/

.class-name .social-icons{
  width: 100%;
  margin-top: 15px;
}
.class-name .social-icons ul{
  list-style: none !important;
  padding-left: 0 !important;
}
.class-name .social-icons ul li{
  display: inline-block;
}

.class-name .social-icons ul li a{
  color: #ed932a;
  display: inline-block;
  padding: 0 0 0 8px;
}

.class-name .social-icons ul li a .fa-file-pdf-o:before {
    font-size: 26px;
    line-height: 26px;
    margin-top: -5px;
    top: 0;
    position: relative;
}
.class-name .social-icons ul li a .eg-icon-tumblr-circled:before {
    width: 20px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
    position: relative;
}
.class-name .social-icons ul li a .eg-icon-facebook-circled:before {
    width: 20px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
    position: relative;
}
.class-name .social-icons ul li a .fa-external-link:before {
    text-align: center;
    padding: 0;
    margin-left: -5px;
    position: relative;
    top: 3px;
}

.class-name .social-icons ul li a:hover{
  color: #1271b9 !important
}

.class-name .social-icons ul li i{
  font-size: 28px;
  line-height: 35px;
}

.blx-detail h1.class-name:before {
    background-color: #ed932a;
    bottom: -6px;
    content: "";
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: calc(100% - 50%);
}
.blx-detail h1.class-name {
    color: #ed932a;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.blx-detail .coupon {
    background-color: #c2f1f4;
    border: 2px dashed #ed932a;
    border-radius: 30px;
    color: #ed932a;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.blx-detail .coupon label, .blx-detail .coupon-expiry label {
    color: #232323;
    font-size: 13px;
    font-weight: 700;
}

.blx-detail .blx-image {
    background-color: #eee;
    height: 335px;
    overflow: hidden;
    position: relative;
}

.blx-detail .blx-image img {
    height: auto;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.blx-detail .blx-image .top-logo img {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  max-height: 95%;
  margin: auto;
  max-width: 95%;
  transform: translate(0,0);
}

.blx-detail{
  color: #232323;
}
.blx-detail .fl-post-content-beside {
    margin: 10px -18px 0;
    padding: 15px;
    float: left;
    width: 100%;
}


@media (max-width: 991px) {
  .blx-desc{
    width: 100%;
  }
  .blx-detail .coupon {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .blx-desc .phone-number {
      font-size: 14px;
  }
}






.login{
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.login .gfield_label{
  font-weight: 600 !important;
  color: #232323;
}

.login .ginput_container input[type="text"],
.login .ginput_container input[type="password"]{
  border: solid 1px #ccc;
  width: 100% !important;
  padding: 12px !important;
  border-radius: 2px;
  color: #333333;
  height: 45px;
}

.login .gform_button{
  background-color: #1271b9 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px !important;
  border: solid 1px #1271b9 !important;
  padding: 12px 15px;
}
.login .gform_button:hover, 
.login .gform_button:focus{
  background-color: #ed932a !important;
  color: #fff;
  font-weight: 600;
  border: solid 1px #ed932a !important;
}


.login .gform_login_widget h2{
  color: #1271b9;
  font-size: 45px;
  font-weight: 300;
  position: relative;
  text-align: center;
  margin-top: 0;
}

.login .gform_login_widget h2:before{
  background-color: #ed932a;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
}

.login .gfield_checkbox input[type="checkbox"]{
  margin-top: 0;
} 

.login .gfield_checkbox label{
  color: #000;
  font-weight: 600;
}

.gform_login_widget{
  background-color: #fff;
  border: solid 1px #1271b9;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.login .gform_wrapper ul.gform_fields li.gfield{
  padding-right: 0;
} 


.counter{
  width: 300px;
  display: inline-block;
}

.counter h4{
  font-weight: 600;
}

.counter #getting-started{
  background-color: #1271b9;
  display: inline-block;
  float: left;
  padding: 10px 20px;
  width: 300px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.login .commanform{
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: solid 1px #1271b9;
  border-radius: 5px;
  padding: 20px 15px;
}

.login .commanform input[type=text]{
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333333;
  height: 45px;
  padding: 12px;
  width: 100%;
}

.login .commanform p{
  color: #232323;
}


.login .commanform input[type=submit]{
  background-color: #1271b9 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px !important;
  border: solid 1px #1271b9 !important;
  padding: 12px 15px;
}
.login .commanform input[type=submit]:hover, 
.login .commanform input[type=submit]:focus{
  background-color: #ed932a !important;
  color: #fff;
  font-weight: 600;
  border: solid 1px #ed932a !important;
}

.fl-page-content .container{
  min-height: 600px;
}

.login .commanform a{
  color: #1271b9;
  font-weight: 600;
}

.login .commanform a:hover, 
.login .commanform a:focus{
  color: #ed932a;
  text-decoration: underline;
}

.login .commanform input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.login .commanform input[type=text]::-moz-placeholder { /* Firefox 19+ */
   color: #000;
}
.login .commanform input[type=text]:-ms-input-placeholder { /* IE 10+ */
   color: #000;
}
.login .commanform input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #000;
}



.loginheading h1{
  color: #1271b9;
  font-size: 45px;
  font-weight: 300;
  position: relative;
  text-align: center;
  margin-top: 0;
}

.loginheading h1:before{
  background-color: #ed932a;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
}


.logincommanform{
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: solid 1px #1271b9;
  border-radius: 5px;
  padding: 20px 15px;
}

.logincommanform input[type=text], .logincommanform input[type="password"]{
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333333;
  height: 45px;
  padding: 12px;
  width: 100%;
}

.logincommanform p{
  color: #232323;
}

.logincommanform .fl-rich-text > p{
  display: none;
}

.logincommanform .login-error{
  color: red;
  display: block;
}


.logincommanform input[type=submit]{
  background-color: #1271b9 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px !important;
  border: solid 1px #1271b9 !important;
  padding: 12px 15px;
}
.logincommanform input[type=submit]:hover, 
.logincommanform input[type=submit]:focus{
  background-color: #ed932a !important;
  color: #fff;
  font-weight: 600;
  border: solid 1px #ed932a !important;
}

.fl-page-content .container{
  min-height: 600px;
}

.logincommanform a{
  color: #1271b9;
  font-weight: 600;
}

.logincommanform a:hover, 
.logincommanform a:focus{
  color: #ed932a;
  text-decoration: underline;
}

.logincommanform input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.logincommanform input[type=text]::-moz-placeholder { /* Firefox 19+ */
   color: #000;
}
.logincommanform input[type=text]:-ms-input-placeholder { /* IE 10+ */
   color: #000;
}
.logincommanform input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #000;
}


#lostpasswordform{

}

#lostpasswordform{
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: solid 1px #1271b9;
  border-radius: 5px;
  padding: 20px 15px;
}

#lostpasswordform input[type=text], #lostpasswordform input[type="password"]{
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333333;
  height: 45px;
  padding: 12px;
  width: 100%;
}
#lostpasswordform h3{
  margin-top: 0;
  color: #1271b9;
  font-size: 20px;
  font-weight: 400;
}
#lostpasswordform label{
  color: #232323;
  margin-top: 10px;
}

#lostpasswordform .fl-rich-text > p{
  display: none;
}

#lostpasswordform .login-error{
  color: red;
  display: block;
}


#lostpasswordform input[type=submit]{
  background-color: #1271b9 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px !important;
  border: solid 1px #1271b9 !important;
  padding: 12px 15px;
}
#lostpasswordform input[type=submit]:hover, 
#lostpasswordform input[type=submit]:focus{
  background-color: #ed932a !important;
  color: #fff;
  font-weight: 600;
  border: solid 1px #ed932a !important;
}

#lostpasswordform .container{
  min-height: 600px;
}

#lostpasswordform a{
  color: #1271b9;
  font-weight: 600;
}

#lostpasswordform a:hover, 
#lostpasswordform a:focus{
  color: #ed932a;
  text-decoration: underline;
}

#lostpasswordform input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#lostpasswordforminput[type=text]::-moz-placeholder { /* Firefox 19+ */
   color: #000;
}
#lostpasswordforminput[type=text]:-ms-input-placeholder { /* IE 10+ */
   color: #000;
}
#lostpasswordform input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

#lostpasswordform + a {
    color: #1271b9;
    display: block;
    font-weight: 600;
    margin: 10px auto 0;
    text-align: center;
}

#lostpasswordform + a:hover, #lostpasswordform + a:focus{
  color: #ed932a;
  text-decoration: underline;
}

.searchform{
  text-align: center;
}

.searchform form.search-form{
  max-width: 500px;
  width: 100%;
  display: inline-block !important;
  margin: 0 auto;
  position: relative;
  border: solid 6px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.searchform form.search-form input[type="text"]{
  border: solid 2px #1271b9;
  padding: 10px 60px 10px 15px;
  height: 55px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

.searchform form.search-form .submit_btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  background: transparent;
  border: none;
}

.searchform form.search-form .submit_btn i{
  color: #ed932a;
  font-size: 26px;
}

.searchform form.search-form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.searchform form.search-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
   color: #000;
}
.searchform form.search-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
   color: #000;
}
.searchform form.search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #000;
}


.businesstagpage{
  background-image: url("http://www.whittiersbest.com/wp-content/uploads/^818A3DAD8A4C83AF0F13EC9840B4A4E765FE061447FF1BEDD0^pimgpsh_fullsize_distr-1.jpg");
}


.businesstagpage .fl-archive-title{
  font-size: 35px;
  font-weight: 300;
  color: #1271b9;
  
  text-align: center;
  margin-bottom: 10px;
}

.businesstagpage .eg-blx-skin-1-element-1{
  line-height: 20px !important;
}

.businesstagpage .no-results{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.businesstagpage .no-results strong, .businesstagpage .no-results a{
  color: #164960;
}

.slick-track {
    margin:auto;
}



.single-blx .blx-image{
  background-color: transparent;
  height: auto;
}

.single-blx .blx-image .fl-post-image-beside{
  background-color: #eee;
  height: 305px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-blx .blx-detail .fl-post-content-beside{
  margin: 10px 0 0;
}

.single-blx .mapp-layout{
  margin: 0;
}


.single-blx .share-label {
    white-space: normal;
    display: inline-block;
    width: 100%;
}

.single-blx .share-label label{
  display: inline-block;
  float: left;
  margin-top: 15px;
  padding-right: 10px;
  font-size: 16px;
  margin-top: 10px;
}

.single-blx .apss-social-share{
  width: 250px;
  display: inline-block;
  float: left;
}

@media (max-width: 991px) {
  .single-blx .blx-desc {
    padding-left: 15px;
  }

  .fl-page-footer-container{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .single-blx .container > .row{
    margin-left: 0;
    margin-right: 0;
  }
}



.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img{
  max-height: 75px !important;
}

.search-header{
  text-align: center;
}

.search-header .pagetitle{
  font-size: 18px;
  font-weight: 400;
  color: #164960;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 0 !important;
}


.search-header .pagetitle:before {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -2px;
  background-color: #ff671c; 
}



.search-header .clear-btn {
    background-color: #ff6620 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
    border: solid 1px #ff6620 !important;
    display: inline-block;
    padding: 0 10px;
    width: 70px;
    margin-left: 15px;
    -weblit-border-radius: 3px;
    border-radius: 3px;
}

.search-header .clear-btn:hover, .search-header .clear-btn:focus {
    background-color: #e1340a !important;
    color: #fff;
    font-weight: 600;
    border: solid 1px #e1340a !important;
    text-decoration: none;
}

.businesstagpage{

}

.businesstagpage .fl-content{
  margin: 0 0 40px;
}

.businesstagpage .fl-builder-module-template{
    padding: 15px 20px !important;
}

.businesstagpage .esg-overflowtrick {
    margin-top: 0 !important;
}



.homepage .whittierblx-grid2{
  /*background-color: #fff;*/
  /*background-color: rgba(219, 219, 219, 0.8);*/
}

.homepage .whittierblx-grid .fl-module-content .fl-rich-text{
  max-width: 100% !important;
  padding-left: 2px;
  padding-right: 2px;
}

.homepage .whittierblx-grid2 .fl-module-content .fl-rich-text{
  max-width: 100% !important;
  padding-left: 2px;
  padding-right: 2px;
  /*background-color: #fff;*/
  margin-bottom: 0 !important;
}

.homepage .whittierblx-grid2 #esg-grid-1-2{
  padding: 2px 0 0 0 !important;
}

.homepage .whittierblx-grid2 #esg-grid-1-2-wrap .esg-overflowtrick {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .homepage .whittierblx-grid2 #esg-grid-1-2-wrap .eg-blx-skin-1-element-1{
    font-size: 18px;
  }
}
.homepage .whittierblx-grid2 #esg-grid-1-2-wrap .eg-blx-skin-1-element-1{
}

.homepage .whittierblx-grid2 .esg-media-cover-wrapper .esg-entry-cover .esg-cc.eec{
  top: 20px !important;
}


.whittierblx-grid .myportfolio-container .eg-ronald-reagan-element-1{
  
}


.tag-slider .tagboxouter .tagbox{
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  height: auto;
  display: inline-block;
  width: 100%;
  border: solid 3px #fff;
  -webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.60);
  -moz-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.60);
  box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.60);
  margin-bottom: 20px;
}

.tag-slider .tagboxouter .tagbox img {
  left: 49.9%;
  top: 50%;
  -moz-transform: translate(-50%, -50.1%);
  -ms-transform: translate(-50%, -50.1%);
  -webkit-transform: translate(-50%, -50.1%);
  transform: translate(-50%, -50.1%);
  position: absolute;
  width: 100%;
  height: auto;
}

.tag-slider .tagboxouter .tagbox h4{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 2px;
  z-index: 9;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1) !important;
}

.tag-slider .tagboxouter .tagbox:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(transparent, rgba(30,30,30,0.5)) repeat-x;
  background-color: rgba(18, 113, 185, 0);
  /*transition: opacity 0.4s;*/
  z-index: 9;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fl-page-header-fixed .my-nav-menu-search label {
    margin-bottom: 0 !important;
}
.explorecategories{
  text-align: center;
  /*background-color: rgba(219, 219, 219, 0.8);*/
}

.explorecategories_in{
  margin: 0 auto;
  max-width: 1100px;
}

.explorecategories_in .widgettitle{ 
  display: none;
}
.explorecategories_in .blx_heading.fl-heading{
  display: none;
}


.tag-slider .tagboxouter .tagbox:hover:before{
 background: linear-gradient(transparent, rgba(237,147,42,0.9)) repeat-x;
 opacity: 1 !important;
 height: 100%;
 background-color: rgba(237,147,42, 0.8);
}
.esg-grid > .esg-filters.esg-singlefilters .esg-filter-wrapper{
  display: none;
}
.esg-overflowtrick + .esg-filters.esg-singlefilters{
  background-color: rgb(237, 147, 42);
  padding-bottom: 5px;
  display: block;
  margin-top: -2px !important;
  margin-top: 15px !important;
}

@media (min-width: 768px) {
  .fl-page-nav-right .fl-page-nav ul.navbar-nav {
    float: none !important;
  }

  .my-nav-menu-search{
    position: absolute !important;
    right: 0;
  }

  .my-nav-menu-search .fa.fa-search{
    display: none !important;
  }

  .my-nav-menu-search .search-form{
    display: block !important;
    border-radius: 4px;
  }
  .fl-page-nav-search form{
    background-color: #ed932a;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 260px;
    position: relative;
    padding-right: 50px;
    padding: 1px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 3px !important;
  }

  .fl-page-nav-search form .fl-search-input{
    border-radius: 3px !important;
  }


  

  .fl-page-nav-search form .submit_btn{
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    border: none;
  }

  .my-nav-menu-search .submit_btn .fa.fa-search {
    display: block !important;
  }
}


.fl-page-nav-search form .fl-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.fl-page-nav-search form .fl-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.fl-page-nav-search form .fl-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.fl-page-nav-search form .fl-search-input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.fl-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.fl-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.fl-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.fl-search-input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.fl-page-header-wrap{
  background-color: white;
  /*background: -moz-linear-gradient(269deg, rgba(185,224,254,1) 0%, rgba(254,251,250,1) 87%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(185,224,254,1)), color-stop(87%, rgba(254,251,250,1)));
  background: -webkit-linear-gradient(269deg, rgba(185,224,254,1) 0%, rgba(254,251,250,1) 87%);
  background: -o-linear-gradient(269deg, rgba(185,224,254,1) 0%, rgba(254,251,250,1) 87%);
  background: -ms-linear-gradient(269deg, rgba(185,224,254,1) 0%, rgba(254,251,250,1) 87%);
  background: linear-gradient(181deg, rgba(185,224,254,1) 0%, rgba(254,251,250,1) 87%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e0fe', endColorstr='#fefbfa',GradientType=0 );
  */ 
}

.whittierblx-grid.home_top_row{
  /*background-color: rgba(219, 219, 219, 0.8);*/
}

.whittierblx-grid.home_top_row .fl-module-content{
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
}



.fl-page-footer-wrap .fl-page-footer{
  border-top: none;
  background-color: #00514b;
}

.fl-page-footer-text.fl-page-footer-text-1{
  padding-bottom: 0 !important;
}

.fl-page-footer-text.fl-page-footer-text-1 a{
  color: #dae662;
}

.fl-page-footer-text.fl-page-footer-text-1 a:hover,
.fl-page-footer-text.fl-page-footer-text-1 a:focus{
  color: #fff;
}





/**************search and mobile menu***************/
.mobile-search{
  display: none !important;
}

@media (max-width: 991px) {
  .fl-page-nav-right .fl-page-nav-search{
    float: none;
  }
  .mobile-search{
    display: block !important;
    background-color: #2b2f43;
    padding: 10px;
    position: relative;
    border-bottom: solid 2px #eeae1e;
  }

  .mobile-search:before {
    color: #164960;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    content: "\f002";
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 22px;
    opacity: 1; 
  }

  #menu-main-menu-1 .my-nav-menu-search{
    display: none !important;
  }

  .mobile-search .submit_btn{
    display: none;
  }

}


@media (min-width: 768px) {
  .search-form .fl-search-input{
    border: solid 1px #fff !important;
  }
}

@media (max-width: 768px) {
  .mobile-search{
    z-index: 9 !important;
  }
 

  .fl-page-nav-right .fl-page-nav ul.navbar-nav:last-child {
    margin-right: 0;
  }

  .fl-page-nav-col.col-md-8.col-sm-12{
    height: 0;
  }
  .fl-page-nav-right .fl-page-nav {
    margin-top: 0;
  }

  .fl-page-header-wrap .fl-page-header-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fl-page-header-row .fl-page-header-logo-col {
    width: auto !important;
  }

  .fl-page-nav-right .fl-page-header-row{
    width: auto;
    margin: 0;
  }

  .fl-page-nav-right .fl-page-nav-wrap ul.navbar-nav > li a::before {
    display: none !important;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu a::before {
    display: block !important;
  }

  .fl-page-header-row .fl-page-header-logo-col .fl-page-header-logo a .fl-logo-img {
    width: 100%;
    max-width: 130px;
  }
}


@media (max-width: 768px) {

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-col, 
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .navbar {
    /*position: static !important;*/
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
    background: transparent;
    display: block !important;
    font-size: 22px;
    line-height: 19px;
    padding: 6px 8px;
    position: absolute;
    right: 20px;
    top: -4px;
    width: auto;
    color: #808080;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li {
    border-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  body .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse,
  body .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse.in,
  body .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse,
  body .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapsimg{
    display: block !important;
    visibility: visible !important;
    height: 100% !important;
    width: 250px !important;
    position: fixed !important;
    left: -250px !important;
    top: 0 !important;
    background-color: #236481;
    z-index: 999;
    -webkit-transition: 250ms all;
    transition: 250ms all;
    overflow-y: auto !important;
  }
  body.nav-open .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse,
  body.nav-open .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse.in,
  body.nav-open .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse{
    left: 0 !important;
    top: 0 !important;
    -webkit-transition: 250ms all;
    transition: 250ms all;
  }

  .nav-open{
    overflow: hidden !important;
  }

  

  .nav-open .fl-page-nav{
    -webkit-transition: 250ms all;
    transition: 250ms all;
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
  }

  .navbar-toggle{
    background-color: #22c8fc !important;
    border-radius: 3px !important;
    padding: 10px !important;
    width: 43px !important;
    margin-top: 23px !important;
    border: solid 1px transparent;
    top: 0 !important;
    display: inline-block !important;
  }

  .nav-open .navbar-toggle {
    margin-top: 69px !important;
  }

  .navbar-toggle i{
    color: #fff !important;
  }

  

  .menu-item-has-children > a{
    padding-right: 25px;
    position: relative;
  }

  .fl-page-nav-right .fl-page-nav-wrap ul.navbar-nav > li.menu-item-has-children > a:before{
    color: #000;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    content: "\f105";
    position: absolute;
    right: 10px !important;
    top: 3px;
    font-size: 24px;
    display: block !important;
    left: auto !important;
    background-color: transparent !important;
  }

  

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li{
    border-bottom: solid 1px #ccc;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li{
    border-top: solid 1px rgba(43,47,67,0.2);
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;

    font-weight: 400;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a:hover, 
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: #ef3c24;
  }

  .fl-page-nav-wrap .navbar-nav > li.current-menu-ancestor > a::before, .fl-page-nav-wrap .navbar-nav > li.current-menu-parent > a::before, .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a::before {
    display: none;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > a {
    color: #fff !important;
    background-color: #5c743a !important;
  }

  .fl-page-nav-right .fl-page-nav-wrap ul.navbar-nav  li.menu-item-has-children ul.sub-menu li a:before{
    display: none !important;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a{
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;

    font-weight: 400;
  }


  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:hover, 
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:focus {
    color: #cc88ef;
  }  

  .navbar-default .navbar-collapse {
    margin-top: 0;
  }

  .search-form .fl-search-input{
    border: none !important;
    height: 35px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a {
    padding-left: 10px;
  }

}


.navbar-toggle.open {
  background-color: #e68c04 !important;
}

.navbar-toggle.open i {
  color: #fff;
}

@media (max-width: 480px) {
  /*.navbar-toggle {
    margin-top: 29px !important;
  }*/
}

@media (min-width: 800px) {
  .tagboxouter{
    width: 20% !important;
  }
}

@media (max-width: 799px) {
  .tagboxouter{
    width: 33.33% !important;
  }
}

@media (max-width: 400px) {
  .tagboxouter{
    width: 50% !important;
  }
}




.tag-slider{
  max-width: 1100px;
  margin: 0 auto;
}

.tag-slider .tagboxouter{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.right-content .blx_heading h3{
  text-align: center !important;
}

.right-content .blx_heading h3::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}


.search .businesstagpage{
  padding-left: 0;
  padding-right: 0;
  background-image: url(https://www.explorewhittier.com/wp-content/uploads/background_img2.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.search .businesstagpage::before {
  background-color: rgba(255, 255, 255, 0);
}


.search .investor{
  padding: 20px;
  background-color: rgb(9, 79, 111);
}

.search .move-to-top{
  padding: 20px 17px 0 !important;
  background-color: rgba(255,255,255,0.7);
}

.search .move-to-top .esg-container{
  padding: 2px 0 0 0 !important;  
}


.search .basic{
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.search .businesstagpage .fl-content {
  margin: 0 !important;
}



/*====================================*/
.fl-page-header-primary .search-form .fl-search-input{
  height: 38px;
}

.fl-page-header-primary .fl-page-nav-search form{
  top: 0 !important;
}

.fl-page-bar{
  position: absolute;
  width: 100%;
  border: none;
}
.fl-logo-img {
    max-width: 220px;
}
@media (min-width: 769px){
  .fl-page-nav-right .fl-page-header-row .fl-page-nav-col{
    position: relative;
  }
  .fl-page-nav-right .fl-page-header-row .fl-page-nav-col:before{
    width: 2000px;
    height: 200px;
    background: -moz-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,237,222,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* ie10+ */
    background: linear-gradient(181deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5e9',GradientType=0 ); /* ie6-9 */ 
    position: absolute;
    left: -90px;
    height: calc(100% + 28px);
    /*width: calc(60% + 50px);*/
    content: "";
    border-bottom-left-radius: 50px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    top: -20px;
  }

  .fl-page-nav-right .fl-page-header-row .fl-page-header-row .fl-page-nav-wrap{
    position: relative;
    z-index: 1;
  }


  .fl-page-header-primary.fl-page-nav-right .fl-page-nav {
    margin: 55px 0 0 0;
  }

  .fl-page-header-primary.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 7px;
  }

  .fl-page-header-primary.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a{
    color: #37977a !important;
    background-color: #FFF;
  }

  .fl-page-header-primary.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:hover{
    color: #37977a !important;
    background-color: #FFF;
  }

  .fl-page-header-primary.fl-page-nav-right .fl-page-nav-search a.fa-search {
      color: #fff !important;
  }
}

.fl-page-header-primary{
  border-bottom: solid 3px #ed9128;
}

.fl-page-bar .container{
  max-width: 1160px !important;
  width: 100% !important;
}

.fl-page-bar .fl-social-icons i.fab, .fl-page-bar .fl-social-icons i.fas {
    font-size: 21px;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
}


.fl-page-bar .fl-social-icons i.fab, .fl-page-bar .fl-social-icons i.fas {
    text-align: center;
    background-color: #e68c04 !important;
    border-radius: 30px;
    color: #fff !important;
    z-index: 9;
}

.fl-page-bar .fl-social-icons a:hover i.fab {
    background: #e4e8de !important;
    color: #ed9128 !important;
}

.fl-page-bar-text.fl-page-bar-text-1 .tagline {
  font-size: 24px;
  color: #ffffff !important;
  font-style: italic;
  z-index: 9;
}

.fl-page-bar-text.fl-page-bar-text-1 .donate{
  padding: 10px 25px;
  background-color: #fff !important;
  border-radius: 3px;
  color: #37977a !important;
  z-index: 9;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.3);
}


.fl-page-bar-text.fl-page-bar-text-1 .donate:hover,
.fl-page-bar-text.fl-page-bar-text-1 .donate:focus{
  text-decoration: none;
  color: #25327b;
}

.fl-social-icons a{
  margin-left: 5px;
}

@media (min-width: 992px){

  .fl-page-bar .fl-social-icons {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    width: 285px;
  }

  /*.fl-page-bar .fl-social-icons i.fa {
    position: absolute;
    right: 230px;
    top: 23px;
  }*/

  .fl-page-bar-text.fl-page-bar-text-1 .tagline {
    position: absolute;
    right: 238px;
    top: 28px;
  }

  .fl-page-bar-text.fl-page-bar-text-1 .donate{
    position: absolute;
    right: 55px;
    top: 20px;
  }
}

@media (min-width: 992px) and (max-width:1140px) {
  .fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li a{
    padding: 8px 5px;
  }
}

@media (min-width: 992px) and (max-width:1099px) {
  .fl-page-bar .fl-social-icons {
    right: 19px;
  }
}

@media (min-width: 992px) and (max-width:1200px) {
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
    font-size: 12px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .fl-page-bar {
    position: relative;
    background-color: #303030;
  }

  .fl-page-bar-text.fl-page-bar-text-1 .donate {
    padding: 4px 25px;
  }

  .fl-page-bar-text.fl-page-bar-text-1 .tagline{
    display: none;
  }

  .fl-page-header-primary.fl-page-nav-right .fl-page-nav {
    margin: 5px 0 5px 0;
  }

  .fl-page-header-primary.fl-page-nav-right .fl-page-nav-wrap {
    margin-top: 0;
  }

  .fl-page-nav-right .fl-page-header-row .fl-page-nav-col::before {
    left: -33px;
  }
}

@media (max-width: 991px){
  .fl-page-bar .fl-page-bar-row .col-md-12 {
      text-align: center !important;
  }
  .fl-page-bar .fl-social-icons {
    margin: 0 auto !important;
    width: 312px;
  }
}

@media (max-width: 360px){
  .fl-page-bar .fl-social-icons {
    width: 222px;
  }
}

@media (max-width: 767px){
  .fl-page-bar {
    position: relative;
    background-color: #303030;
  }

  .fl-page-bar-text.fl-page-bar-text-1 .donate {
    padding: 4px 25px;
  }

  .fl-page-bar-text.fl-page-bar-text-1 .tagline{
    display: none;
  }

  .fl-social-icons{
    display: inline-block;
  }

  .fl-page-bar-text {
    display: inline-block;
    margin-top: 4px;
  }
}






.home_top_row .esg-entry-cover .esg-overlay.eg-ronald-reagan-container,
.whittierblx-grid2 .esg-entry-cover .esg-overlay {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85))) !important;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


.whittierblx-grid2 .esg-entry-cover:hover .esg-overlay {
  /*background-color: #303030 !important;*/
  background-image: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


.home_top_row .esg-entry-cover:hover .esg-overlay.eg-ronald-reagan-container {
  /*background-color: rgba(55, 168, 176, 0.91) !important;*/
}



.top-icons {
  text-align: right;
}

.search-results .eg-blx-skin-1-element-26-a,
.search-results .esg-media-cover-wrapper .eg-ronald-reagan-element-26-a,
.whittierblx-grid2 .eg-blx-skin-1-element-26-a,
.home_top_row .fl-rich-text .esg-media-cover-wrapper .eg-ronald-reagan-element-26-a {
  position: absolute !important;
  right: 0;
  top: 0 !important;
  margin-top: 0 !important;
  padding: 10px !important;
  width: 200px;
}

.search-results .eg-blx-skin-1-element-26-a .top-icons a,
.search-results .esg-media-cover-wrapper .eg-ronald-reagan-element-26-a .top-icons a,
.whittierblx-grid2 .eg-blx-skin-1-element-26-a .top-icons a,
.home_top_row .fl-rich-text .esg-media-cover-wrapper .eg-ronald-reagan-element-26-a .top-icons a{
  position: relative !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 20px !important;
  height: 38px !important;
  width: 38px !important;
  line-height: 38px !important;
  border-radius: 50px !important;
  margin-left: 5px !important;
  background-color: #e68c04;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.70);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.70);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.70);
}


.top-icons a i{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 39px;
  font-size: 22px;
  color: #ffffff;
  font-weight: normal !important;
}

.whittierblx-grid2 .eg-blx-skin-1-element-26 .top-icons a{
  background-color: #fff;
  color: #ed9128;
}

.whittierblx-grid2 .eg-blx-skin-1-element-26 .top-icons a i{
  color: #ed9128;
}

.top-icons a:hover,
.top-icons a:focus{
  color: #fff;
  background-color: #ed9128;
}

.whittierblx-grid2 .eg-blx-skin-1-element-26 .top-icons a:hover,
.whittierblx-grid2 .eg-blx-skin-1-element-26 .top-icons a:focus{
  color: #fff;
  background-color: #ed9128;
}

.whittierblx-grid2 .eg-blx-skin-1-element-26 .top-icons a:hover i,
.whittierblx-grid2 .eg-blx-skin-1-element-26 .top-icons a:focus i{
  color: #fff;
}



.homepage .venue-row.whittierblx-grid2 {
    background-color: #fff;
    background-color: rgba(219, 219, 219, 0.8);
}

.homepage .venue-row.whittierblx-grid2 .eg-venues-element-21 .btn{
  position: absolute;
  left: 50px;
  right: 50px;
  top: 80px;
  background-color: #ed932a !important;
  color: #fff;
  border: solid 1px #ed932a !important;
}

.homepage .venue-row.whittierblx-grid2 .eg-venues-element-21 .btn:hover,
.homepage .venue-row.whittierblx-grid2 .eg-venues-element-21 .btn:focus {
  background-color: #303030 !important;
  color: #fff !important;
  border: solid 1px #1271b9 !important;
}


.venue-row.whittierblx-grid2 .esg-entry-cover:hover .esg-overlay.eg-venues-container{
  background-color: rgba(55, 168, 176, 0.91) !important;
}

.homepage .venue-row.whittierblx-grid2 .esg-entry-cover:hover .eg-venues-element-1{
  display: none !important;
}


.pp-social-icon .fa{
  font-weight: 400 !important;
}


#esg-grid-3-3 .esg-filters.esg-multiplefilters{
  display: none;
}


#blxModal .modal-header p.modal-title{
  line-height: 1.2;
  margin-bottom: 10px;
}

#blxModal .modal-body .coupon-heading {
  border: dashed 3px #fff;
  background-color: #469299;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 600;
}

#blxModal .modal-body .coupon-info{
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 16px
}

#blxModal .modal-body .coupon-date{
  display: inline-block;
  width: 100%;
  padding: 0 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #ed9128;
}

#blxModal .modal-body .coupon-img{
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #ed9128;
}

#blxModal .modal-body .coupon-img img{
  max-width: 200px;
}

.placesofinterest1.whittierblx-grid2 .esg-entry-cover:hover .esg-overlay.esg-transition.eg-events-container {
  background-color: rgba(55, 168, 176, 0.91) !important;
}

.placesofinterest1.whittierblx-grid2 .esg-entry-cover:hover .eg-events-element-1 {
  display: none !important;
}



#menu-footer-menu li a{
  text-align: center;
}

#menu-footer-menu li a:hover,
#menu-footer-menu li a:focus{
  text-decoration: underline !important;
}


.whittierblx-grid2 .esg-filters.esg-multiplefilters .esg-filterbutton{
  display: none;
}
.whittierblx-grid2 .esg-filters.esg-multiplefilters .esg-navigationbutton .esg-pagination-button {
  display: block !important;
}

/*============================*/
.search-results .move-to-top .esg-filters.esg-multiplefilters {
  display: none;
}
.search.search-results .move-to-top {
  padding: 0 !important;
  margin-bottom: 2px;
}

.search-results .move-to-top .eg-blx-skin-1-element-26, 
.search-results .basic .eg-blx-skin-1-element-26,
.search-results .investor .eg-ronald-reagan-element-26{
  position: absolute !important;
  right: 0;
  margin-top: 0 !important;
  padding: 10px !important;
  width: 200px;
}


.search-results .basic .esg-entry-cover:hover .esg-overlay.esg-transition.eg-events-container {
  background-color: rgba(55, 168, 176, 0.91) !important;
}

.search-results .basic .esg-entry-cover:hover .eg-events-element-1 {
  display: none !important;
}




.search-results .basic {
    background-color: #fff;
    background-color: rgba(219, 219, 219, 0.8);
}

.search-results .basic .eg-venues-element-21 .btn{
  position: absolute;
  left: 50px;
  right: 50px;
  top: 80px;
  background-color: #ed932a !important;
  color: #fff;
  border: solid 1px #ed932a !important;
}

.search-results .basic .eg-venues-element-21 .btn:hover,
.search-results .basic .eg-venues-element-21 .btn:focus {
  background-color: #303030 !important;
  color: #fff !important;
  border: solid 1px #1271b9 !important;
}


.search-results .esg-entry-cover:hover .esg-overlay.eg-venues-container{
  background-color: rgba(55, 168, 176, 0.91) !important;
}

.search-results .basic .esg-entry-cover:hover .eg-venues-element-1{
  display: none !important;
}

.search-results .basic .mainul .esg-cc.eec{
  top: 10px !important
}


/*==============header logo ================*/

.top-logo {
    position: relative;
    left: 2px;
    right: 0;
    height: 80px;
    width: 100px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    top: 2px;
}


.top-logo img {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    max-height: 95%;
    margin: auto;
    max-width: 95%;
}


.show-search .searchwp-live-search-results {
  display: block !important;
  opacity: 1 !important;
}


.datafetch{
  position: absolute;
  top: 43px;
  left: 0;
  background: #fff;
  width: 400px;
  -webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
  box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
  border-radius: 3px;
  padding: 0;
  min-height: 175px;
  max-height: 300px;
  z-index: 9;
  text-align: left;
  font-size: 14px;
  overflow-y: auto; 
}
@media (max-width: 1200px){
  .datafetch{
    width: 100% !important;
  }
}

@media (max-width: 991px){
  .datafetch{
    width: auto !important;
    left: 10px;
    right: 10px;
  }
}

.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .datafetch .search-result p, 
.mobile-search .datafetch .search-result p{
  margin-bottom: 0 !important;
}
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .datafetch .search-result a, 
.mobile-search .datafetch .search-result a{
  width: 100% !important;
  color: #378c92 !important;
  display: inline-block;
  font-size: 13px !important;
  padding: 10px 13px !important;
  border-bottom: solid 1px #ccc;
  border-radius: 0 !important;
}

.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .datafetch .search-result a:hover,
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .datafetch .search-result a:focus, 
.mobile-search .datafetch .search-result a:hover,
.mobile-search .datafetch .search-result a:focus{
  background-color: #fff !important;
  color: #ed9128 !important;
}

.datafetch .spinner{
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 99999999999999999999999;
  display: inline-block;
  background: url("images/loader.gif") no-repeat center center;
  background-size: cover;
}

.spinner img{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  width: 30px;
  height: 30px;
  z-index: 9999999999999999999999;
  opacity: 1;
  display: block;
  line-height: 30px;
  visibility: visible;
}

.datafetch .continue{
  text-align: center;
  top: 20px;
  font-size: 14px;
}


.headermenu .fl-menu ul.menu li .searchwp-live-search-no-results em,
.headermenu .fl-menu ul.menu li .searchwp-live-search-no-results span, 
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .searchwp-live-search-no-results em,
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .searchwp-live-search-no-results span, 
.mobile-search .searchwp-live-search-no-results em,
.mobile-search .searchwp-live-search-no-results span{
  color: #333 !important;
  width: 100%;
  display: inline-block;
  font-size: 14px !important;
  text-align: center;
  margin-top: 10px;
}
.headermenu .fl-menu ul.menu li .searchwp-live-search-no-results span a,
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .searchwp-live-search-no-results span a, 
.mobile-search .searchwp-live-search-no-results span a{
  color: #ed932a !important;
  font-size: 14px !important;
  background-color: #fff !important;
  padding: 0 !important;
}

.headermenu .fl-menu ul.menu li .searchwp-live-search-no-results span a:hover,
.headermenu .fl-menu ul.menu li .searchwp-live-search-no-results span a:focus,
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .searchwp-live-search-no-results span a:hover,
.fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse ul.nav li .searchwp-live-search-no-results span a:focus, 
.mobile-search .searchwp-live-search-no-results span a:hover,
.mobile-search .searchwp-live-search-no-results span a:focus{
  color: #303030 !important;
  font-size: 14px !important;
  background-color: #fff !important;
  padding: 0 !important;
}


.placesofinterest1 .featured span{
  width: 100% !important;
  display: inline-block;
}


.call{
  display: none !important;
}

@media (max-width: 700px){
  .call{
    display: inline-block !important;
  }
}



.fl-full-width .fl-page{
  overflow: hidden;
}



.homepage .placesofinterest.placesofinterest1.whittierblx-grid2 .eg-events-element-5 .btn{
  position: absolute;
  left: 50px;
  right: 50px;
  top: 80px;
  background-color: #ed932a !important;
  color: #fff;
  border: solid 1px #ed932a !important;
  width: 90px;
  margin: 0 auto;
}

.homepage .placesofinterest.placesofinterest1.whittierblx-grid2 .eg-events-element-5 .btn:hover,
.homepage .placesofinterest.placesofinterest1.whittierblx-grid2 .eg-events-element-5 .btn:focus {
  background-color: #303030 !important;
  color: #fff !important;
  border: solid 1px #1271b9 !important;
}

.eat_category .whittierblx-grid .fl-module-content .fl-rich-text,
.eat_category .whittierblx-grid2 .fl-module-content .fl-rich-text {
    max-width: 100% !important;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 0 !important;     
}





.eve-desc .featured{
  width: 100%;
  display: inline-block;
}

.eve-desc .featured span{
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 16px;
}

.eve-desc .fl-post-content-beside{
  display: inline-block;
  width: 100%;
  padding: 15px;
}

.eve-desc .share-label label{
  color: #000;
  font-size: 16px;
}

.eve-desc .eve-more{
  margin-top: 10px;
}


.event-detail h1 {
    color: #03645d;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.event-detail h1:before {
    background-color: #ed932a;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 100px;
}

.eve-more .btn-info {
    color: #fff;
    background-color: #ed932a;
    border-color: #ed932a;
}

.eve-more .btn-info:hover, 
.eve-more .btn-info:focus{
    color: #fff;
    background-color: #03645d;
    border-color: #03645d;
}


.commontext .fl-rich-text p{
  color: #333;
  font-size: 16px;
}



/*==============================*/
.sitemap_link li a{
  font-size: 16px;
  color: #164960;
}

.sitemap_link li a:hover,
.sitemap_link li a:focus{
  color: #ed9128;
  text-decoration: underline;
}
.sitemap_link li{
  border-bottom: solid 1px #ed9128;
  padding: 10px 0;
  width: calc(50% - 40px);
  float: left;
  margin-right: 40px;
}

.sitemap_link li:nth-child(2n+2) {
  width: 50%;
  margin-right: 0;
}

.sitemap_link li:nth-child(2n+2) + li{
  clear: both;
}

.page_links .fl-rich-text h3 {
    display: none;
}

@media (max-width: 768px) {
  .sitemap_link li{
    width: 100%;
    margin-right: 0;
  }
  .sitemap_link li:nth-child(2n+2) {
    width: 100%;
    margin-right: 0;
  }
}
.fa-facebook:before {
  content: "\f09a" !important;
}
.fa-desktop{
  font-family: 'FontAwesome' !important;
}
.fa-cutlery:before {
  content: "\f0f5" !important;
}
.my-nav-menu-search .search-form label span, .home .myportfolio-container .esg-entry-cover > a, .f0 {
    font-size: 10px;
    opacity: 0;
    position: absolute;
}

.my-nav-menu-search .search-form label {
    display: block;
}
.fl-page-header-primary .fl-page-nav-search form label{
  margin:0;
}


.mobile-search .search-form label{
  width: 100% !important;
  margin-bottom: 0 !important;
}

.mobile-search .search-form label span{
  display: none !important;
}


.search-form .fl-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.5 !important;
}
.search-form .fl-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 0.5 !important;
}
.search-form .fl-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 0.5 !important;
}
.search-form .fl-search-input:-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 0.5 !important;
}


/*============================*/

.my-nav-menu-search .fl-page-nav-search .fa-search:hover::before {
    color: #ed932a !important;
}


/*============================*/
.hidden-div{
  display: none !important;
}

/*===============06-12-19=============*/
.pp-sub-heading p a:hover,
.pp-sub-heading p a:focus{
  text-decoration: underline !important;
}

.mobile-search .search-form .fl-search-input:focus,
.mobile-search .search-form .fl-search-input,
.fl-page-nav-search form input.fl-search-input:focus,
.fl-page-nav-search form input.fl-search-input {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px;
}
.mobile-search .search-form .fl-search-input::-webkit-input-placeholder,
.fl-page-nav-search form input.fl-search-input::-webkit-input-placeholder { 
  opacity: 1 !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.mobile-search .search-form .fl-search-input::-moz-placeholder,
.fl-page-nav-search form input.fl-search-input::-moz-placeholder { 
  opacity: 1 !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.mobile-search .search-form .fl-search-input:-ms-input-placeholder,
.fl-page-nav-search form input.fl-search-input:-ms-input-placeholder { 
  opacity: 1 !important;
  color: #000 !important;
  font-weight: 400 !important;
}


.fl-rich-text p a{
}

.fl-rich-text p a:hover,
.fl-rich-text p a:focus{
  text-decoration: underline !important;
}



footer .fl-module-content .pp-social-icon i {
  font-size: 25px !important;
  width: 45px !important;
  height: 45px !important;
  line-height: 43px !important;
}

.fl-page-bar .fl-social-icons i.fab, 
.fl-page-bar .fl-social-icons i.fas {
  line-height: 33px !important;
  width: 38px !important;
  height: 38px !important;
}

.fl-page-bar .fl-social-icons a i.fa-facebook-f{
  color: #fff !important;
  background: #365792 !important;
  border: 2px solid #365792 !important;
}

.fl-page-bar .fl-social-icons a:hover i.fa-facebook-f,
.fl-page-bar .fl-social-icons a:focus i.fa-facebook-f{
  background: #fff !important;
  color: #365792 !important;
}

.fl-page-bar .fl-social-icons a i.fa-twitter{
  color: #fff !important;
  background: #199CEC !important;
  border: 2px solid #199CEC !important;
}

.fl-page-bar .fl-social-icons a:hover i.fa-twitter,
.fl-page-bar .fl-social-icons a:focus i.fa-twitter{
  background: #fff !important;
  color: #199CEC !important;
}

.fl-page-bar .fl-social-icons a i.fa-linkedin{
  color: #fff !important;
  background: #0072AF !important;
  border: 2px solid #0072AF !important;
}

.fl-page-bar .fl-social-icons a:hover i.fa-linkedin,
.fl-page-bar .fl-social-icons a:focus i.fa-linkedin{
  background: #fff !important;
  color: #0072AF !important;
}

.fl-page-bar .fl-social-icons a i.fa-yelp{
  color: #fff !important;
  background: #EF1B0D !important;
  border: 2px solid #EF1B0D !important;
}

.fl-page-bar .fl-social-icons a:hover i.fa-yelp,
.fl-page-bar .fl-social-icons a:focus i.fa-yelp{
  background: #fff !important;
  color: #EF1B0D !important;
}

.fl-page-bar .fl-social-icons a i.fa-youtube{
  color: #fff !important;
  background: #EF1B0D !important;
  border: 2px solid #EF1B0D !important;
}

.fl-page-bar .fl-social-icons a:hover i.fa-youtube,
.fl-page-bar .fl-social-icons a:focus i.fa-youtube{
  background: #fff !important;
  color: #EF1B0D !important;
}

.fl-page-bar .fl-social-icons a i.fa-instagram{
  color: #fff !important;
  background: #EE0072 !important;
  border: 2px solid #EE0072 !important;
}

.fl-page-bar .fl-social-icons a:hover i.fa-instagram,
.fl-page-bar .fl-social-icons a:focus i.fa-instagram{
  background: #fff !important;
  color: #EE0072 !important;
}

/*====header menu=====*/

.headermenu .menu{
  padding-top: 6px;
  padding-bottom: 2px;
  border-radius: 5px 5px 0 0;
  padding-left: 15px;
}

.header-social-icons .fl-module-content .pp-social-icon i {
  font-size: 25px;
  width: 46px;
  height: 46px;
  line-height: 42px !important;
}

.headermenu .menu a{
  border-radius: 4px !important;
}

.headermenu .fl-page-nav-search form label {
  margin: 0;
}

.headermenu .search-form .fl-search-input {
  height: 41px;
  margin-top: -1px;
}

.headermenu .my-nav-menu-search{
  right: 6px !important;
  margin-top: -3px !important;
}

.headermenu .fl-page-nav-search *{
  font-family: Arial,sans-serif !important;
  font-weight: 400;
}

.headermenu .fl-page-nav-search .datafetch{
  left: auto !important;
  top: 46px !important;
  right: 0 !important;
}

.headermenu .fl-page-nav-search .datafetch .continue{
  margin-top: 15px;
}

@media (max-width: 991px) {
  .headermenu .my-nav-menu-search{
    display: none !important;
  }
  .headermenu .menu{
    padding-right: 15px !important;
  }
}

@media (min-width: 991px){
  .header-right > .fl-col-content.fl-node-content{
    position: relative;
  }
  .header-right > .fl-col-content.fl-node-content:before{
    width: 2000px;
    height: 200px;
    background: -moz-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,237,222,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* ie10+ */
    background: linear-gradient(181deg, rgba(255,255,255,1) 0%, rgba(250,237,222,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5e9',GradientType=0 ); /* ie6-9 */ 
    position: absolute;
    left: -20px;
    height: 100%;
    content: "";
    border-bottom-left-radius: 50px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    top: 0;
  }

  .header-right > .fl-col-content.fl-node-content > .fl-col-group{
    position: relative;
  }

  .header-right > .fl-col-content.fl-node-content > .headermenu{
    position: relative;
  }
}

/*===========social icons===========*/
.fl-module-content .pp-social-icon a {
    font-size: 25px !important;
    width: 46px !important;
    height: 46px !important;
    line-height: 1 !important;
}

.fl-module-content .pp-social-icon a i{
    font-size: 25px !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
}

.fl-module-content .pp-social-icon a:hover,
.fl-module-content .pp-social-icon a:focus{
  background-color: #fff !important;
}

.fl-module-content .pp-social-icon a:hover i,
.fl-module-content .pp-social-icon a:focus i{
  background-color: transparent !important;
}


body .blx-detail.vd-listing-single-page .blx-image img 
 {
    height: -webkit-fill-available !important;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    transform: none;
    object-fit: cover;
}


/*============== CSS for Events Popup =============*/

#blxModal .modal-header .vd-event-featureImage {
    width: 100%;
    height: 250px;
    position: relative;
}
#blxModal .modal-header .vd-event-featureImage img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
#blxModal .modal-header .vd-event-featureImage:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#blxModal button.close {
    position: absolute;
    top: 0;
    background: #ed932a;
    opacity: 1;
    color: #fff;
    border-radius: 0;
    padding: 0px 12px 4px 12px;
    margin: 0;
    line-height: normal;
    font-size: 32px;
    right: 0;
    border-radius: 0 4px 0 0;
}
#blxModal .vd-event-aboutwrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0px;
}

#blxModal h2.vd-event-title {
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    font-family: "Rubik",sans-serif;
    line-height: normal;
    color: #ed932a;
}

#blxModal .modal-body h4 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 4px 0;
    font-weight: 600;
    color: #000000;
    font-family: 'Open Sans';
}

#blxModal .modal-footer {
    text-align: left;
    padding: 15px !important;
    border-top: 1px solid #dddddd !important;
}

.vd-related-category {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.vd-related-category a.vd-category-button {
    background: #ed932a;
    padding: 6px 30px;
    display: inline-block;
    border-radius: 100px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
}

.vd-related-category a.vd-category-button:hover {
    background: #ed932a33;
    color: #ed932a;
    text-decoration: none;
}

.eg-invisiblebutton, a.eg-invisiblebutton {
    display: none !important;
}

.esg-entry-cover { cursor: pointer; }

.vd-related-category h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 0px 0;
    font-weight: 600;
    color: #000000;
    font-family: 'Open Sans';
}