/*
Theme Name: APWireless
Description: APWireless Theme
Version: 1.3.1
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
Text Domain: apwireless
*/

@import url("css/updates.css");

*:not(i):not(.fa):not(.soc-font-icon) {
  font-family:Arial !important;
}




h1, h2, h3, h4, h5, h6 {line-height: 1.51;}
h1 {font-size:36px;}
h2 {font-size:32px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:16px;}
h6 {font-size:14px;}
p, li {
	line-height:1.61;
	font-size:15px;
}

/*Consent checkbox style for pages with dark backgrounds */
.form-text-white, .form-text-white label, .form-text-white p, .form-text-white a {
	color:#ffffff !Important;
}


/************** New Navigation Styles ****************/ 

.apw-header {
    border-bottom:1px solid #e5e5e5;
    position:fixed;
    top:0;
    z-index:9999;
    width:100%;
    background:#fff;
	transition: .3s;
	font-family:'Arial', sans-serif;
}
.admin-bar .apw-header {
	margin-top:32px;
}
.apw-header .menu {
    display: flex;
    flex-direction: row;
}
.apw-header .menu-item {
    margin:0;
    padding:0 10px;
    border-left:1px solid #E5E5E5;
    text-align: center;
    justify-content: center;
    line-height: 1.3;
    display: flex;
}
.apw-header .menu-item a {
    font-weight:600;
    color:#2a2a2a;
    font-size:.9375em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:9px;
    padding-bottom:3px;
    letter-spacing: .03rem;
}
.apw-header .menu-item a::after {
    content:' ' ;
    height:3px;
    width:0%;
    display: block;
    background:#2a2a2a;
    transition:.3s;
    margin-top:3px;
}
.apw-header .menu-item:hover a {color:#4E89BD;}
.apw-header .menu-item:hover a::after {
    width:100%;
    background:#4E89BD; 
    
}

.apw-header .current-menu-item a, .apw-header .current-menu-parent a, .apw-header .sub-menu .current-menu-item a {color:#4E89BD !important;}

.apw-header .menu-item > .sub-menu,
.apw-header .contact-btn-container > .sub-menu {
    visibility: hidden;
    background-clip: padding-box;
    border-top:20px solid #ffffff;
    border-right:1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow:0px 5px #4E89BD;
    opacity: 0;
    position: absolute;
    transition:all  0.35s ease;
    left:50%;
    transform: translateX(-50%);
    margin-left:0;
    background:#ffffff;
    top:100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
	padding-bottom: 5px;
}
.contact-btn-container {
    position:relative;
}
.contact-btn-container > .sub-menu {min-width:100%;}
.apw-header .menu-item:hover > .sub-menu,
.apw-header .contact-btn-container:hover > .sub-menu,
.apw-header .sub-menu:hover {
visibility: visible;
opacity: 1;
z-index: 99999;
transition:all  0.35s ease;
}

.apw-header .sub-menu  .menu-item  {
    white-space: nowrap;
}

.apw-header .sub-menu .menu-item .sub-menu {
    left: 100%;
    transform: translateX(0px);
    top: -10px;
	border-top:10px solid #ffffff;
	padding-top:0;
	min-width:auto;
}

.apw-header .sub-menu  a  {
    font-size:13px;
    font-weight:600;
    padding:10px 7px !important;
    text-decoration:none;
    color:#2a2a2a !important;
    border-radius:5px;
    transition:.3s;
    line-height: 1.31;
    display:block;
    width:100%;
}

.apw-header .sub-menu li a, .apw-header .sub-menu  li  { color:#2a2a2a !important; }

.apw-header .sub-menu  a:hover  {
    font-weight:600;
    padding:3px;
    text-decoration:none;
    color:#4E89BD !important;
    background:#efefef;
}
.apw-header .sub-menu a:after {display: none !important;}


.header-cta-container {
    position:relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-left:1px solid #E5E5E5;
    padding:  0px 15px;
    margin-bottom:0 !important;
    overflow: visible;
}
.header-cta-container ul {display: flex; margin-bottom:0;}
.header-cta-container ul li > .country-list {
    visibility: hidden;
    background-clip: padding-box;
    border-top:20px solid #ffffff;
    border-right:1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow:0px 5px #4E89BD;
    opacity: 0;
    position: absolute;
    transition:all  0.35s ease;
    right:0;

}
.header-cta-container ul li:hover > .country-list,
.header-cta-container ul li .country-list:hover {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    transition:all  0.35s ease;
}
.header-cta-container ul li ul li {
    clear: both;
}
.country-list  li{
    display:flex;
    flex-direction: row;
}
.country-list  li ul  {
    display:flex;
    flex-direction: column;
    background:#ffffff;
    padding:10px;
}

.country-list  a  {
    font-size:12px;
    font-weight:600;
	width:100%;
	text-align:center;
    padding:5px 10px !important;
    text-decoration:none;
    color:#2a2a2a;
    border-radius:5px;
    transition:.3s;
}

.country-list  a:hover  {
    font-size:12px;
    font-weight:600;
    padding:3px;
    text-decoration:none;
    color:#4E89BD;
    background:#efefef;
}

.contact-btn {
    background:#F5F5F5;
    border: 1px solid #e7e7e7;
    padding:0px;
    color:#2A2A2A;
    font-weight:600;
    padding-left:15px;
    display:flex;
    align-items: center;
    height:40px;
    font-size:.875em;
    border-radius:18px;
    text-decoration: none;
    text-align: center;
}


.countries-btn {
padding:8px;
border: 1px solid #e5e5e5;
border-radius:18px;
background:#ffffff;
margin-left:15px;
height:40px;

}
.countries-btn img {
    border-radius: 18px;
    max-width: 40px;
    width:100%;
    height:auto;
    display: block;
    background-size: cover;
}

.chevron-container {
height:40px;
display:block;
border-left:1px solid #e7e7e7;
padding:0 10px;
margin-left:10px;
display: flex;
justify-content: center;
align-items: center;
}
.logo-container {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right:1px solid #E5E5E5;
	max-width:160px;
	height:auto;
	width:100%;
	box-sizing: content-box;
	padding: 15px;
	}
	.apw-logo {
	width:100%;
	height:auto;
	display: block;
	}

.top-header-bar {
width:100%;
height:80px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
transition:.3s;
}
.bottom-header-bar {
width:100%;
}
.bottom-header-bar .menu-navigation-container {
display:none;
width:100%;
justify-content: center;
}
.masthead {
    display: none;
}

.scroll-down .apw-header {
    transform: translateY(-100%);
	transition: .3s;
}
 
.scroll-up .apw-header {
    transform: translateY(0);
	transition: .3s;
}

@media screen and (max-width:1240px) {
.dt-mobile-header {
    border-left:5px solid #4E89BD;
}

.dt-close-mobile-menu-icon {
    border-radius:5px !important;
}
    
.apw-header .menu-item a {
    padding-top:14px;
    padding-bottom:7px;
}
.bottom-header {
    border-top:1px solid #E5E5E5;
}
.top-header-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height:80px;
}
.menu-navigation-container {
    width:100%;
    display: flex;
    justify-content: center;
    border-top:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
}
.header-cta-container {
    border:none;
    justify-content: flex-end;
}
.logo-container {
    border:none;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
}

.top-header-bar .menu-navigation-container {
    display:none;
}
.bottom-header-bar .menu-navigation-container {
    display:flex;
}
}
@media screen and (max-width:1024px) {
 .apw-header {
    display: none;
 }
 .masthead {
    padding:0px 10px !important;
 }
 .mobile-branding {
    max-width: 170px !important;
	width:100%;
}
.mobile-branding a {
	width:100%;
	height:auto;
}
.mobile-branding img {
	width:100%;
	height: auto;
}
}

@media screen and (max-width:1024px) {
    .masthead {
        display: block;
    }
}
/************** New Navigation Styles End ****************/ 





/************** LP & Gravity Form Style ****************/ 
@media screen and (max-width: 1000px) {
	.flex-horizontal-center {
		display:flex !important;
		align-items: center;
		justify-content: center;
	}

	.flex-horizontal-reverse {
		display:flex !important;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}

}
.lp-contact-form .vc_column-inner {
	border-radius: 15px 15px 0 0 !important;
}

.lp-form-container {
	width:min(100%, 680px);
	margin-inline:auto;
	background:rgba(26,47,92,.85);
	padding-top:20px;
	border: 3px  solid #c1d2ec;
	border-bottom: 0px;
	border-radius:15px 15px 0 0;
}
.lp-form-container .optin-text p, .lp-form-container .optin-text a {
	color:#ffffff !important;
	font-size:12px !important;
	text-align:center;
}
.lp-section-title {
	font-size:28px;
	line-height:1.31 !important;
	margin-bottom:15px;
}
.lp-section-title a {
	text-align: left !important;
	margin-top:20px;
	color: #1c75bb;
	font-weight:bold;
}
.lp-section-title a:hover {
	color: #a7af00;
}

.lp-section-title::before {
	content:" ";
	width:120px;
	height: 8px;
	background:#1a2f5c;
	position: relative;
	display: block;
	margin-bottom:20px;
}
.lp-banner-content {
	max-width: 860px;
	margin-inline: auto;
}

.round-border-img img {
	border-radius:15px;
	border:5px solid #1a2f5c;
}
 .new-disclaimer {
     background:#F7F7F7 !important;
     margin-bottom:35px !important;
     border-radius: 15px !important;
     padding:15px !important;
 }
.gform_required_legend {
	display:none;
}

#gform_fields_13 {
    display:flex !important;
    flex-direction:column !important;
}
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.medium,
.gform_wrapper.gravity-theme .gfield_consent_description,
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body select
{
    height:45px !important;
    padding:0 20px !important;
    font-size:15px!important;
    color: #6F6F6F !important;
    border: 1px solid #E3E3E3 !important;
    border-radius:10px !important;
    margin-bottom:20px !important;
}

.gform_wrapper.gravity-theme .gfield_consent_description {
    height: auto !important;
    overflow: hidden !important;
    border: 0px !important;
    line-height: 1.41;
    font-size: 14px !important;
    font-style: italic;
}
.gfield_consent_label {
    font-weight:bold !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight:bold !important;
    font-size:16px !important;
    color:#333333 !important;
}

.gform_wrapper.gravity-theme .gfield_consent_description {
    height:auto !important;
    overflow:hidden !important;
    border:0px !important;
}



.gform_wrapper.gravity-theme .gfield textarea.medium {
    height:320px !important;
}

 #main .gform_wrapper .gform_footer input[type="submit"] {
     background:#153B6A !important;
     border-radius:15px !important;
     width: 100%;
     height:45px !important;
 }
/************** LP & Gravity Form Style End ****************/ 


/************** Blog Form Styles ****************/
  /*Consent checkbox style for pages with dark backgrounds */
  .form-text-white, .form-text-white label, .form-text-white p, .form-text-white a {
	  color:#ffffff !Important;
  }
  .single-post #main > .wf-wrap {
	width:100% !important;
	padding:0 !important;
  }

  .blog-form-container {
	margin-top:50px;
	background: #4E89BD;
	  padding:25px;
	  border-top:10px solid #153B6A;
  }

  .blog-form-holder {
	width: min(100% - 60px, 820px);
	margin-inline:auto;
	padding:30px;
	background:#ffffff;
	border-radius:15px;
  }
  
	.featured-img {
		max-width:1020px;
		width:100%;
		height:315px;
		margin-left:auto;
		margin-right:auto;
		background-size:cover;
		background-position:center center;
		border-radius:0 0 15px 15px;
		border-bottom:2px solid #E0E0E0;
		border-right:2px solid #E0E0E0;
		border-left:2px solid #E0E0E0;
	  }
	.blog-form-intro {
		width: min(100% - 100px, 820px) !important;
		margin-inline:auto;
		color:#ffffff !important;
	  padding:50px 0px;
	  text-align:center;
	}
	.blog-form-intro .heading {
	  text-align:center;
	  font-weight:bold;
	  font-size:2.75rem;
	  color:#ffffff;
	}
	.blog-form-intro p {
		text-align:center;
		font-size:19px;
		color:#ffffff;
	  }
  
	.single-post #main > .wf-wrap {
	  padding: 0 0px !important;
	}

.single-post .content h4 {
    color: #333333 !important;
}
  #custom-blog-post  {
	  width: min(100% - 50px, 1100px) !important;
		padding-right:25px !important;;
		padding-left:25px !important;
	  margin-inline: auto !important;
	  padding-top:0px !important;
	  
  }
  .single .content>.post {
	  margin-bottom:0;
  }
  .single-post .entry-content {
	padding-right: 75px;
	padding-left:75px;
	padding-top:40px;
}
  .single-post .entry-content p {
	  padding-bottom:25px;
	  font-size:19px;
	  color:#555555 !important;
  }
  .content ul {
    list-style-type: circle !important;
    padding-left: 20px;
}

  .single-post .entry-content li {
	padding-bottom:15px;
	font-size:19px;
	color:#555555 !important;
}

.single-post .entry-content ol {
	padding-left:30px;
	list-style-type: auto;
	color:#555555 !important;
}

  .single-post h1 {
	  padding-bottom:10px !important;
	  line-height:1.31 !important;
	  font-size:3rem;
	  font-weight:bold;
	  color:#333333;
  }

.single-post h2 {
	  line-height:1.31 !important;
	padding-bottom:20px !important;
	  font-size:27px !important;
	  font-weight:bold;
	  color:#333333;
  }


  .single-post .post-title-container {
	text-align:center;
	padding-bottom:10px !important;
	line-height:1.31 !important;
	padding:40px 30px 20px !important;
	font-size:2.875rem;
	font-weight:bold;
	color:#333333;
}
.single-post .meta-container {
    max-width:990px;
    margin:0 auto;
	border:1px solid #e0e0e0;
	padding:10px 15px;
	border-radius:10px;
	background: #f9f9f9;
	text-align: center;;
}
.single-post .meta-container p  {
	padding:0;
	margin:0;
	font-size:15px;
}

  .single-post h2 {
	  padding-bottom:5px;
	  font-size:21px;
	  font-weight:600;
  }
  .single-post #main {
	  padding: 0px 0 0px 0 !important;
  }
  
  .single .entry-content {
	  margin-bottom: 0px !important;
  }
  

.dt-css-grid .post {
	border-radius:15px !important;
	border: 1px solid #cccccc !important;
}
.dt-css-grid .post .entry-excerpt p {
	font-size:14px !important;
}
.more-articles-title h4 {
    color:#333333 !important;
}
  @media only screen and (max-width: 640px) {
	  .featured-img {
		height:160px;
	  }
	#custom-blog-post  {
		width: min(100% - 30px, 1100px) !important;
		padding-right:15px !important;;
		padding-left:15px !important;
		
	}
	.blog-form-intro .heading {
		text-align: center;
		font-weight: bold;
		font-size: 27px;
		color: #ffffff;
	}
	.single-post h1 {
		font-size:27px !important;
		line-height: 1.41 !important;
	  }
	  .single-post h2 {
	  line-height:1.31 !important;
	padding-bottom:20px !important;
	  font-size:22px !important;
	  font-weight:bold;
	  color:#333333;
  }
	  .single-post .entry-content p {
		font-size:14px;
	}
	.single-post .entry-content li {
		font-size:14px;
	}
	.blog-form-intro {
		width: min(100% - 0px, 820px) !important;
	  padding:0px 0px;

	}
	.blog-form-holder {
		margin-top:20px;
		width: min(100% - 30px, 820px);
		padding:20px 15px 10px;
	  }
	.blog-form-intro p {
		font-size:14px;
	  }
	  .single-post .meta-container p  {
		font-size:14px;
	}

	  .single-post .entry-content {
		padding-right: 15px;
		padding-left:15px;
	}
  }
  /************** Blog Form Styles END ****************/



/************************************* THEME CUSTOM CSS SECTION ***************************************/

/**** THEME UPDATE FIXES ****/



.layout-list .blog-content .entry-title a {
	font-size:20px;
	font-weight:bold;
}

.layout-list .blog-content .more-link {
	font-size:13px;
	color:#000000;
}

.wf-container-footer .widget-title a {
	font-size:18px;
	margin-bottom:20px;
	font-family: 'Arial';
	color:#ffffff;
	font-weight:normal;
	display: block;
}
.wf-container-footer .widget-title {
	line-height: 1.41;
}

.footerNews {
	font-size:14px;
	font-family: 'Arial';
}

.home .align-icon {margin-bottom:15px;}

.branding img, .mobile-branding img {
	width:100%;
	height:auto;
}

#headerList a {font-size:13px;}

/**** THEME UPDATE FIXES END ****/

.wpcf7-submit {
	color: #ffffff !important;	
}

#indiqueMobile {
	display:none;
}


#headerList {
 height: 395px;
}

.footer .soc-ico a .soc-font-icon {
	color:#ffffff !important;
}



.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	margin-bottom: 11px;
}

.collapsible2 {
  background-color: #dbdbdb;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	margin-bottom: 11px;
}

.collapsible:hover {
  background-color: #555;
}


.gallerycontainer {
  position: relative;
}
.thumbnail img {
  border: 0px solid white;
  margin: 0 5px 5px 0;
}
.thumbnail:hover {
  background-color: transparent;
}
.thumbnail:hover img {
  border: 0px solid blue;
}
.thumbnail span {
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -1000px;
  border: 0px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
}
.thumbnail:hover span {
  visibility: visible;
  top: 0;
  left: 25px;
  z-index: 50;
}


#myMapDiv {
   background-image: url('http://www.apwbrasil.com.br/stagingapw/staging/stagingtest/wp-content/uploads/2018/11/world_map_color.png');
	width: 1300px;
}

#myMapDiv:hover {
   background-image: url('http://www.apwbrasil.com.br/stagingapw/staging/stagingtest/wp-content/uploads/2018/11/world_map_brazil_tower_.png');
	width: 1300px;
}

#usaH {
	width: 30px;
	height: 30px;
}

#germH {
	width: 30px;
	height: 30px;
}

#franceH {
	width: 30px;
	height: 30px;
}

#headingPill {
	border-radius:125px;
	margin-left:-125px;
}

.showFaq { 
display: none;
}


.showHim {
	margin-left:16px;
}
.showHim:hover .showFaq {
	display:block;
	margin-left:42px;
	margin-bottom: -15px;
}


.container {
   height: auto;
   overflow: hidden;
}
    
.right {
	/* float: none;  not needed, just for clarification */
	/* the next props are meant to keep this block independent from the other floated one */
	width: auto;
	overflow: hidden;
	padding:10px;
	padding-left:0px;
}

.left {
    width: 130px;
    float: left;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 800px) {
	
	.right{	
		padding-left:10px;
	}
		.my_svg_logo {
		margin-left:0px !important;
	}
}



#searchBoxContainer{
	padding:10px;
	width:300px;
	position:absolute;
	z-index:10;
}

@media (max-width: 800px) {
	
.MicrosoftMap .Infobox.no-title .infobox-info{
	
    border-top: 2px solid red;
    padding-top: 20px;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
	z-index:100;
	}

	.infobox-body { position:fixed; bottom:0; left:0; right:0; width:100%; height:30%; background-color:#fff;
		maxWidth: 900px;
		width: 800px;
	}
	
input[type=text]{
		top:0;
		right:0;
		left:0;

		width: none;
	}

	input[type=button]{display:none;}
	
	.MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonHeight {
		height: none;
		line-height: none;
	}
	
	#indiqueDesktop {
	display:none;
}
	#indiqueMobile {
	display:block;
}

}

.ultsl-arrow-left4 {
	position:relative;
	top: -80px;
}

.ultsl-arrow-right4 {
	position:relative;
	top: -80px;
}

#countryRow {
	height:200px;
}

.header-bar {
}

.masthead {
	align-items:center !important;
	overflow: visible !important;
}

.vc_single_bar {
	background:#ffffff;
}

.dt-style.vc_progress_bar.default-bg .vc_single_bar {
	background-color: #ffffff;
}

.accent-gradient .filter-bg-decoration .filter-categories a.act {
	background: #1c75bb;
}

.fancy-date {
	display:none;
}

#manualsearch {
	background:#1c75bb;
}

.facebook {
	background:#1c75bb;
}

.linkedin {
	background:#1c75bb;
}

.twitter {
	background:#1c75bb;
}

.footer .soc-ico a .soc-font-icon {
	color:#ffffff;
}

.accent-gradient #main .soc-ico a:after, .accent-gradient #footer .soc-ico a:after {
	background:#a7af00;
}

.content h4 {
	color:#555555;
}

.slideabout h2 .fa-minus-circle, .slideabout.open h2 .fa-plus-circle {
    display: none;
}

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

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

.slideabout.open h2 .fa-minus-circle {
    display: inline-block;
}


#result {
   position: absolute;
   max-width:870px;
   cursor: pointer;
   overflow-y: auto;
   max-height: 400px;
   box-sizing: border-box;
   z-index: 1001;
  }
  .link-class:hover{
   background-color:#f1f1f1;
  }
  
  #load-data{
	padding-top: 2em;

  }

button.accordion {
    background-color:        #dbdbdb;
    color: #1c75bb;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
	  text-align:center;
}

.goo_pie_chart_table_container {
	color:#ffffff;
}

.entry-date  {
	display: none;
}

.data-link {
	display: none !important;
}

.comment-link {
	display: none !important;
}

.contactMapClass {
	margin-top: -570px !important;
}

.anychart-credits {
	display:none !important;
}





/************************************* SITE CUSTOM CSS SECTION ***************************************/

.thankyou-form {
	max-width:750px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}
.masthead:not(.side-header).full-width .mobile-header-bar { height:80px;}
@media only screen and (max-width: 1350px) and (min-width: 1165px)  {
    .apw_slider {
        height:600px !important;
    }
}

/* need this for Chrome logo */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .my_svg_logo {
	width:100%;
	 max-width:100%;
  height:auto;
}
	.mobile-branding .my_svg_logo {
  width:100%;
	 max-width:100%;
  height:auto;
}
}


.footerNews:hover {
	color: #1c75bb !important;
}

#myField {
	border-color:#9e9e9e !important;
}

.wpcf7-form-control .wpcf7-text .wpcf7-validates-as-required
{
	border-color:#1c75bb !important;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width:100% !important;  
}

.wpcf7 input[type="text"], input[type="email"], input[type="tel"], textarea, select, input[type="file"] {
    border-color: #1c75bb !important;
}

div.newsScroll {
  height: 540px;
	padding-right:20px;
  overflow: scroll;
}

#whoText {
	font: normal bold 24px/34px "Roboto",Helvetica,Arial,Verdana,sans-serif;
}

.content input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input[type=range], .wpcf7-form textarea, .wpcf7-select {
	border:1px solid !important;
}

#testimonialBox {
	border: 1px solid #1c75bb;
	color:#ffffff;
	background-color: #1c75bb;
	padding: 5px 5px;
	text-decoration:none;
}


.x-brand img {
	-ms-interpolation-mode: bicubic;
}

input[type=text], select {
	border: 1px solid #696969 !important;
}

.blue {
	color:#1c75bb;
}
.Defaults-globe {
	padding-left:5px;
}

#resourceButton {
	width:175px;
}

#arrowKE {
	color:#1c75bb;
	margin-right:5px;
}
.columnKE1 {
  float: left;
  width: 30%;
  padding: 10px;
	margin-left:50px;
}
.columnKE2 {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.rowKE:after {
  content: "";
  display: table;
  clear: both;
}

.buyoutMainMargin {
	margin-right:0px;
              padding-right:22px !important;
}

#homeGap {
	display:none;
}

#buyoutAntIcon{
  height: 150px !important;
}

.widget-title {
	font-weight:bold;
}

#secureAnt1 {
	margin-left:-50px;
	margin-top:4px;
}

.whatIsBuyoutSide {
	margin-left: -80px;
}

#whatIsBuyoutMain {
	margin-left:20px;
}


#graphProgressFont {
	font-size: 17px !important;
}

#graphProgressNew {
		margin-left:90px;
	}
#wpcf7-f6020-p7779-o1 input[type="email"] {
	border: 1px solid;
}

#wpcf7-f6020-p7779-o1 input[type="tel"] {
	border: 1px solid #555555;
}

.columnHome {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.rowHome:after {
  content: "";
  display: table;
  clear: both;
}
#gainControlSideMobile {
	display:none;
}
#gainControlSideWide {
	display:block;
}
#earnMoreColumn {
	padding-right:30px;
}
#gainControlColumn {
	padding-right:30px;
}
#benefitsColumn {
	padding-right:30px;
}
#theProcessColumn {
	padding-right:30px;
}
#leaseBuyoutColumn {
	padding-right:30px;
}
.sgpb-popup-dialog-main-div-theme-wrapper-1 {
top:135px !important;
}
.content ul {
	margin: 0px 0px;
}
.content h4 {
	color: #1c75bb !important;
}
.content ul {
		list-style:none;
	}

#triangleIcon ul {
  list-style-image: url('http://apwchile.cl/wp-content/uploads/2019/11/greenTriangle_15px.png');
}

.justify {
	text-align:justify;
}

#mobileDisplay {
	display: none;
}

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

#myMapDiv {
   background-image: url('http://apwchile.cl/wp-content/uploads/2018/11/world_map_color.png');
}

#myMapDv:hover {
   background-image: url('http://apwchile.cl/wp-content/uploads/2018/11/world_map_brazil_tower_.png');
}

#main-slideshow {
	height:315px;
}

.vc-hoverbox-block {
	height:40px;
	width:40px;
}

.menu-text {
	font-size:14px;
}

.containerK {
    width: 80%;
    height: 200px;
    margin: auto;
}
.oneK {
    width: 48%;
    height: 330px;
    float: left;
}
.twoK {
    margin-left: 52%;
    height: 300px;
}

.hoverText a:link  {
	text-decoration:none !important;
	color:#1c75bb;
}

.hoverText a.hover:hover  {
	text-decoration:underline !important;
}

.dt-btn {
		box-shadow: 1px 4px 8px -3px #333333;
}

.ult-tooltipster-base {
	height:85px;
	margin-top: 15px;
}

#landlord_chart {
	color:#ffffff;
}

#landlord_chart h2 {
	color:#ffffff;
}

.accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
	color:#1c75bb !important;
}

.accent-gradient #page .accent-bg .vc_bar {
	background: #1c75bb;
	background: webkit linear gradient(135deg, #1c75bb 30%, #a7af00 100%);
	background: linear-gradient(135deg,#1c75bb 30%,#1ebbf0 100%);
}

.accent-bg {
	background: #1c75bb;
	background: webkit linear gradient(135deg, #1c75bb 30%, #a7af00 100%);
	background: linear-gradient(135deg,#1c75bb 30%,#1ebbf0 100%);
}

.vc_line-chart-canvas {
	width:900px !important;
	height:375px !important;
	margin-left:auto;
	margin-right:-40px;
	float:right;
}

#bar-funds-left {
	left:310px;
}

#bar-funds-right {
	left:120px;
}

.vc_label {
	font-size:17px !important;
	font-weight:bold;
}

.vc_bar {
	height:17px !important;
}

.menu-text {
	font-family: Arial !important;
	font-weight:bold;
}

.main-nav {
	font-size:17px !important;
}
.main-nav {
	margin-bottom:0px !important;
}

.main-nav > li a .menu-text {
	font-family: Arial !important;
	font-weight:bold !important;
}

.content {
	font-family: Arial !important;
	color:#555555;
}

#content {
	font-family: Arial !important;
}

.h1 {
	font-family: Arial !important;
}

.h2 {
	font-family: Arial !important;
}

.h3 {
	font-family: Arial !important;
}

.h4 {
	font-family: Arial !important;
}

.h5 {
	font-family: Arial !important;
}

.aio-icon-title {
	font-family: Arial !important;
}

.uvc-main-heading h2 {
	font-family: Arial !important;
}

.stats-text {
	font-family: Arial !important;
}

.mycust {
	font-family: Arial !important;
}

.uvc-heading h2 {
	font-family: Arial !important;
}

.ult_btn10_span {
	font-family: Arial !important;
}

.wpb_heading {
	font-family: Arial !important;
}

.dt-contact-form {
	font-family: Arial !important;
}

.dt-btn-1 {
	font-family: Arial !important;
}

.dt-btn {
	font-family: Arial !important;
}

.wpcf7-form input[type="submit"] {
	background:#1c75bb;
	box-shadow: 1px 4px 8px -3px #333333;
}

.header-bar {
	max-width:1620px !important;
}



g.width {
	width:50px;
}

rect.x.width {
	width:50px;
}

#faqQ {
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
}

#faqA {
	font-size:15px;
	color:#ffffff;
	text-align:justify;
}

#faqQPage {
	font-size:17px;
	color:#1c75bb;
	font-weight:bold;
}

#faqAPage {
	font-size:15px;
	color:#555555;
}

.pay-off-debt {
	width:31.875px;
	x:41;
}

.invest-in-the-market {
	width:31.875px;
}

.re-invest-in-your-business {
	width:31.875px;
}

.home-upgrade-repairs {
	width:31.875px;
}

.invest-in-real-estate {
	width:31.875px;
}

.start-a-college-fund {
	width:31.875px;
}

.retirement-fund {
	width:31.875px;
}

.other {
	width:31.875px;
}

#bar_progress_4 {
	background-color: #f7f7f7;
}


.field::placeholder {
	color:#1c75bb;
	font-family:Arial;
}

.columnLanding {
  float: left;
  width: 22%;
  padding: 10px;
}

/* Clear floats after the columns */
.rowLanding:after {
  content: "";
  display: table;
  clear: both;
}

.blankHeader {
	display:none;
}

.pum-theme-5162 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	background-color:#1c75bb;
	margin-top:-4px
}

#pum_popup_title_5168 {
	text-align:center;
}

#popmake-5168 {
	box-shadow: 1px 4px 8px -3px #333333;
	background-color:#edeeef;
	opacity:0.9 !important;
	height:316px;
	border:3px solid #1c75bb;
}

#pum_popup_title_5168 {
	color:#1c75bb;
}

input[type=text], select {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #000;
    border-radius: 1px;
    box-sizing: border-box;
}

.columnModal {
  float: left;
  width: 25%;
  padding: 10px;
}

.rowModal:after {
  content: "";
  display: table;
  clear: both;
}

#modalLink {
	color:#3a3a3a;
	text-decoration:none;
}

#modalLink:hover {
	color:#1c75bb;
}

#modalLinkFlag {
	color:#000000;
	text-decoration:none;
}

#modalLinkFlag:hover {
	color:#1c75bb;
}

.widget-title:hover {
	color: #1c75bb !important;
}

.breadcrumbs {
	display:none !important;
}

#sidebarLink {
	color: #555555;
	text-decoration:none;
	text-align:center;
}

#sidebarLink:hover {
	color:#1c75bb;
}

#sidebarLinkNews {
	color: #555555;
	text-align:center;
}

#sidebarLinkNews:hover {
	color:#1c75bb;
}

#sidebarLinkNews ul {
  list-style-image: url('http://apwchile.cl/wp-content/uploads/2019/11/greenTriangle_15px.png') !important;
}

.wpcf7-textarea {
	height: 110px;
}

.post-thumbnail-wrap {
	display:none;
}

#landlord_chart h2 {
	font-size: 25px;
	margin-bottom: 13px;
}

#headerFlag {
	margin-top:27px;
}

.ult_modal-body {
	padding: 15px 5px;
}

#headerList {
	display:none;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	top:78px;
	right:0px;
	background:#ffffff;
	color:#333333;
	padding:15px 10px 5px 20px;
	text-align:left;
	margin:auto;
	border:1px solid #ffffff;
	border-radius:0px;
	width:230px;
	height:395px;
}

.headerShow:hover + #headerList {
  display: block !important;
}

#headerList:hover {
	display:block !important;
}

.accent-gradient.popup-message-style .wpcf7-validation-errors, .accent-gradient.popup-message-style .wpcf7-mail-sent-ok {
	background:#1c75bb;
}

.blog-shortcode .entry-title a {
	color:#1c75bb;
}

.accent-gradient #page .description-under-image .post .entry-title a:hover {
	color:#a7af00;
}

.Defaults-map-marker {
	display:none;
}

.paginator:not(.paginator-more-button) a:after {
	background:#1c75bb !important;
}

.accent-gradient .dt-close-mobile-menu-icon span {
	background: #1c75bb !important;
}

.centerMe {
	text-align:center;
}

.centerMeBlue {
	text-align:center;
	color:#1c75bb;
}

.centerMeBlueMargin {
	text-align:center;
	color:#1c75bb;
	margin-top:5px;
}

.colorBlue {
	color:#1c75bb;
}

.testimonialText {
	color:#1c75bb;
	text-align:center;
	font-size:18px;
}

.testimonialName {
	text-align:center;
	font-size:17px;
}

.testimonialsMain {
	color:#555555;
	text-decoration:none;
}

.grayLineHeight {
	color:#555555 !important;
	line-height:22px !important;
	text-align:center;
}

.gray16 {
	text-align:center;
	font-size:16px;
	color:#555555;
}

.faqText {
	color:#555555;
	font-size:18px;
	font-weight:bold;
}

.aanswer {
	display:none;
	text-align:justify;
}

.open {
	display:block;
}

.mapBox {
	background-color:#ffffff;
	color:#a7af00;
}

.fancy-title.entry-title.start-animation-done.start-animation {
	font-family: Arial;
	text-transform: capitalize;
}

.slideabout .fa-minus,
.slideabout.open .fa-plus {
    display: none;
}

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

.slideabout.open .fa-minus {
    display: inline-block;
}

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

.uv-chart-bg {
	display:none;
}

.uv-frame-bg {
	display:none;
}

.uv-frame {
	margin-left:-73px;
	overflow:visible !important;
	}

.uv-arc-15 .cge-other {
	fill:green !important;
}

.uv-arc-15 .cge-other d.path {
	fill:green !important;
}

.wpcf7-form-control .wpcf7-submit {
	color: #ffffff !important;
}

#wpcf7-f6020-p1113-o1 .wpcf7-submit {
	background-color:#1c75bb !important;
	color:#ffffff !important;
}

#wpcf7-f6020-p7779-o1 .wpcf7-submit {
	color:#ffffff !important;
}


#wpcf7-f6020-p1113-o1 .wpcf7-submit:hover {
	background-color:#a7af00 !important;
}

#wpcf7-f6020-p1113-o1 input[type="text"] {
	border: 1px solid #555555;
}

#wpcf7-f6020-p1113-o1 input[type="email"] {
	border: 1px solid;
}

#wpcf7-f6020-p1113-o1 input[type="tel"] {
	border: 1px solid #555555;
}

#noLL {display:none; margin-top:10px; padding:20px;}
#showContact,
#hideContact{cursor:pointer;}

.tp-simpleresponsive img, .rev_slider img {
	max-height:360px !important
}

.dt-contact-form
input[type=text], select {
	border: 1px solid #555555 !important;
}

.dt-btn-submit:hover {
	background-color:#a7af00 !important;
}

.entry-meta {
	display:none !important;
}

.entry-title a:hover {
	color: #1c75bb !important;
}

.author-info  {
	display: none !important;
}

.comment-respond > h3:after {
	background: #1c75bb !important;
}

.single-related-posts > h3:after {
	background: #1c75bb !important;
}

.comments-area {
	display: none !important;
}

.widget ul li a {
	color: #555555;
}

.widget ul li a:hover {
	color: #1c75bb !important;
}

#more {
	display: none;
}

#myBtn {
	cursor: pointer;
	color:#1c75bb;
}

#myBtn:hover {
	color:#a7af00;
}

#moreDough {
	display: none;
}

#myBtnDough {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnDough:hover {
	color:#a7af00;
}

#moreGray {
	display: none;
}

#myBtnGray  {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnGray :hover {
	color:#a7af00;
}

#moreRedmind {
	display: none;
}

#myBtnRedmind {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnRedmind:hover {
	color:#a7af00;
}

#moreRem {
	display: none;
}

#myBtnRem {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnRem:hover {
	color:#a7af00;
}

#moreJSmith{
	display: none;
}

#myBtnJSmith {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnJSmith:hover {
	color:#a7af00;
}

#moreGreenfield {
	display: none;
}

#myBtnGreenfield {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnGreenfield:hover {
	color:#a7af00;
}

#moreRSmith {
	display: none;
}

#myBtnRSmith {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnRSmith:hover {
	color:#a7af00;
}

#moreASmith {
	display: none;
}

#myBtnASmith {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnASmith:hover {
	color:#a7af00;
}

#moreJones {
	display: none;
}

#myBtnJones {
	cursor: pointer;
	color:#1c75bb;
}

#myBtnJones:hover {
	color:#a7af00;
}

.wpcf7-form-control {
	color:#555555 !important;
}

#wpcf7-f1604-p13-o2 .wpcf7-submit {
	color:#ffffff !important;
}

#wpcf7-f7706-p11-o1 .wpcf7-submit {
	color:#ffffff !important;
}

.popup-message-style.accent-gradient .parentFormundefined
{
	background: #1c75bb !important;
}

.post.bg-on {
	background-color:#ffffff;
}

.accent-gradient .details:before {
	background: #1c75bb !important;
}

.h4-size {
	color:#555555 !important;
}

.h4-size:hover {
	color:#1c75bb !important;
}

.post-content a:hover {
	color:#1c75bb !important;
}

.accent-gradient .post-details.details-type-link:after {
	background: #1c75bb !important;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.text-secondary{
	display:none;
}

.post-content a {
	color:#ffffff !important;
}

#homeVideo {
		margin-left:235px;
	}

#workWithUsCol2 {
	padding-left:50px;
}

#leaseBuyoutSidebar {
	border-left: 2px solid rgba(51,51,51,0.12);
	padding-left:30px;
}
.bootCols{
  height:190px;
  margin:0;
  box-sizing:border-box;
  padding:5px;
}
	#modalCol4Header {
		margin-top:40px;
	}

@media screen and (max-width: 1300px) {
		#headerFlag {
		display:none;
	}
}

@media only screen and (max-width: 1250px){

}

@media only screen and (max-width: 1200px){
	#homeVideo {
		margin-left:175px;
	}
		
}

@media only screen and (max-width: 1100px){
	#homeVideo {
		margin-left:90px;
	}
	
}

@media only screen and (max-width: 1000px){
	
#secureAnt1 {
	margin-left:0px;
}
	
#leaseBuyoutSidebar {
	border-left: 0px;
	padding-left: 0px;
	margin-left:0px;
 }
	#homeVideo {
		margin-left:90px;
	}
		#modalCol3Header {
		margin-top:20px;
	}
#graphProgressNew {
		margin-left:0px;
	}
}

@media only screen and (max-width: 850px){
	
#modalCol3Header {
		margin-top:20px;
	}
#graphProgressNew {
		margin-left:0px;
	}
	
	#rev_slider_8_1_wrapper {
		margin-top:-60px !important;
	}
	
	#main-slideshow {
		height: 308px !important;
	}
	
	#slider-8-slide-75-layer-19 {
		margin-top:80px;
	}

	#slider-8-slide-75-layer-20 {
		margin-top:80px;
	}
	
	#slider-8-slide-75-layer-21 {
		display:none;
	}
	
	#slider-8-slide-75-layer-22 {
		display:none;
	}
	
	#slider-8-slide-70-layer-17 {
		margin-top:94px;
		font-size:18px !important;
	}
	
	#slider-8-slide-70-layer-18 {
			margin-top:90px;
		font-size:18px !important;
	}
}

@media only screen and (max-width: 800px){
	#rev_slider_8_1_wrapper {
		margin-top:-60px !important;
	}
	#continentsCounter {
		margin-left:0px;
	}
	#countriesCounter {
		margin-left:0px;
	}
	#officesCounter {
		margin-left:0px;
	}
	#testimonialsCounter {
		margin-left:0px;
	}
	#transactionsCounter {
		margin-left:0px;
	}
	#transactionsCounter2 {
	margin-left: -30px;
}
	#homeVideo {
		margin-left: 0px;
	}
	#workWithUsCol2 {
	padding-left:0px;
}
	#graphProgressNew {
		padding-top:20px;
	}
	#searchBar {
		padding-top:50px;
	}
	#graphCol2 {
		padding-top:10px;
	}
	#graphCol3 {
		padding-top:10px;
	}
	#graphCol4 {
		padding-top:10px;
	}
	#main {
		margin-top:-80px;
	}
	#main-slideshow {
		height: 175px;
	}
	#leaseBuyoutSidebar {
	border-left: 0px;
	padding-left: 0px;
		margin-left:0px;
}
	.resourceBoxes {
		padding-top:40px;
	}
	
	#teamResource {
		margin-bottom: -45px;
	}
	#faqResource {
		margin-bottom: -45px;
	}
	#newsResource {
		margin-bottom: -45px;
	}
	#careersResource {
		margin-bottom: -25px;
	}
	#sitesResource {
		margin-bottom: -25px;
	}
	#glossaryResource {
		margin-bottom: -25px;
	}
	.wideMap {
		display:none !important;
	}
	#wideDisplay {
		display:none;
	}
	#mobileDisplay {
	display: block;
}
			
.masthead.masthead-mobile-header:not(#phantom) {
		margin-bottom:0px;
	}
	
	.wf-container-main {
		margin-top: 74px;
	}
	
	.ult_hotspot_container {
		margin-top:54px;
	}
	#slide-70-layer-17 {
		margin-top:30px !important;
	transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.5) !important;
	}
	#slide-70-layer-18 {
		margin-top:20px !important;
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.5) !important;
	}
	#continentsCounter {
		margin-left:75px;
	}
	#countriesCounter {
		margin-left:75px;
	}
	#officesCounter {
		margin-left:75px;
	}
	#testimonialsCounter {
		margin-left:65px;
	}
	 html {
        font-size: 17px;
    }
		#modalCol3Header {
		margin-top:-48px;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-1 {
top:35px !important;
}
#leaseBuyoutColumn {
	padding-right:0px;
}
#theProcessColumn {
	padding-right:0px;
}
#benefitsColumn {
	padding-right:0px;
}
#gainControlColumn {
	padding-right:0px;
}
#earnMoreColumn {
	padding-right:0px;
}
#earnMoreGraphCol2 {
		margin-top:10px;
}
#earnMoreGraphCol3 {
		margin-top:10px;
}
#graphProgressNew {
		margin-left:0px;
	}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
	#rev_slider_8_1_wrapper {
		margin-top:-60px !important;
	}
	#continentsCounter {
		margin-left:75px;
	}
	#countriesCounter {
		margin-left:75px;
	}
	#officesCounter {
		margin-left:75px;
	}
	#testimonialsCounter {
		margin-left:65px;
	}
	#modalCol3 {
		height:100px;
	}
	#modalCol4 {
		height:100px;
	}
	#modalCol3Header {
		margin-top:-48px;
	}
	#modalCol4Header {
		margin-top:-50px;
	}
	#modalAsia {
		margin-top:15px;
	}
	#gainControlSideMobile {
	display:block;
}
#gainControlSideWide {
	display:none;
}
#earnMoreGraphCol2 {
		margin-top:10px;
}
#earnMoreGraphCol3 {
		margin-top:10px;
}
#graphProgressNew {
		margin-left:0px;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-6 {
top:129px !important;
}
.buyoutMainMargin {
	padding-right:20px;
}
.columnKE1 {
  float: left;
  width: 50%;
  padding: 10px;
	margin-left:0px;
}
}

@media screen and (max-width: 660px) {
  .columnLanding {
    width: 100%;
  }
	
	.noMargin {
		margin-left:0px;
	}
	#rev_slider_8_1_wrapper {
		margin-top:-90px !important;
	}
#graphProgressNew {
		margin-left:0px;
	}
.sgpb-popup-dialog-main-div-theme-wrapper-6 {
top:129px !important;
}		
.buyoutMainMargin {
	padding-right:20px;
}
.columnKE1 {
  float: left;
  width: 50%;
  padding: 10px;
	margin-left:0px;
}
}

@media screen and (max-width: 600px) {
  .columnLanding {
    width: 100%;
  }
	
	
	.noMargin {
		margin-left:0px;
	}
	#rev_slider_8_1_wrapper {
		margin-top:-20px !important;
	}
	#slider-8-slide-70-layer-17 {
		font-size:14px !important;
	}
	
	#slider-8-slide-70-layer-18 {
		font-size:14px !important;
	}
	
	#modalCol3Header {
		margin-top:-49px;
	}
	#numbersRow {
		margin-top:-49px;
	}
.sgpb-popup-dialog-main-div-theme-wrapper-6 {
top:129px !important;
}
#leaseBuyoutColumn {
	padding-right:0px;
}
#theProcessColumn {
	padding-right:0px;
}
#benefitsColumn {
	padding-right:0px;
}
#gainControlColumn {
	padding-right:0px;
}
#earnMoreColumn {
	padding-right:0px;
}
#gainControlSideMobile {
	display:block;
}
#gainControlSideWide {
	display:none;
}
#earnMoreGraphCol2 {
		margin-top:10px;
}
#earnMoreGraphCol3 {
		margin-top:10px;
}
#graphProgressNew {
		margin-left:0px;
	}
.tp-parallax-wrap {
		margin-top:-10px;
	}
.buyoutMainMargin {
	padding-right:20px;
}
.columnKE1 {
  float: left;
  width: 50%;
  padding: 10px;
	margin-left:0px;
}
}

.portal-login {
	display: grid;
	flex-direction:row;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr;
	min-height:100vh;
	height:100%;
	
}
.section-banner, .login-section {
	display: flex;
	flex-direction: column;
	overflow:hidden;
	height:100%;
}

.page-template-apw-connect-login-php #main > .wf-wrap,
.page-template-apw-connect-reset-php #main > .wf-wrap {
    width: 100% !important;
}

.page-template-all-access-login .apw-header, .page-template-all-access-login .header-space, .page-template-all-access-login #footer, 
.page-template-all-access-reset .apw-header, .page-template-all-access-reset .header-space, .page-template-all-access-reset #footer {
	display: none !important;
}

.login-section {
	background: url('images/apwconnect/login-bg.jpg') center center;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.login-section-content {
	max-width:620px;
	width:100%;
	text-align: center;
	padding:75px 25px;
}
.button-containers img {
	max-width:30px;
	padding-right:10px;
	height:auto;
}
.login-logo {
	max-width:280px;
	width:100% !important;
	height:auto !important;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.login-logo img {
	width:100%;
	height:auto;
	display:block;
}
.login-section button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:280px;
	padding:10px;
	min-height:100%;
	background:#ffffff;
	border-radius:7px;
	color: #898989;
	font-size:14px;
	border:1px solid #d3d3d3;
	margin:10px;
}

.login-title {
	color: #1F365C;
	font-size: 32px;
	 font-weight:bold;
}
.login-intro {
	color:#333333;
	font-size:18px;
	margin-top:30px;
	margin-bottom:50px;
}
.section-banner {
	background: url('images/apwconnect/building-antenna.jpg') center center;
	background-size:cover;
}

.button-containers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.login-logo {
	max-width: 282px;
	width:100%;
	height:auto;
}

.dashboard-structure {
	width:100%;
	display: grid;
	grid-template-columns: 30% 70%;
	gap: 30px;
	padding: 0px;
}
.dash-banner-intro {
	padding:25px;
	border-radius: 10px 10px 0 0;
	justify-content: center;
	background: url("images/dash-blue-intro.jpg");
	background-size:cover;
}
.dash-announcement {
	padding:25px;
	background-size:cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius:10px;
	margin-top:30px;
	border: 1px solid #CECECE;
}

.dash-anouncement-one {
	background-image: url("images/apwconnect/from-vision-to-reality.jpg");
}
.dash-anouncement-two {
	background-image: url("images/apwconnect/digital-report-portal.jpg");
}
.dash-banner-sub {
	display: block;
	font-size:15px;
	color: #ffffff;
	font-weight:bold;
	text-shadow: 1px 1px 6px rgba(0,0,0,.4);

}
.dash-banner-title {
	font-size:21px;
	color:#ffffff;
	font-weight:bold;
	text-shadow: 1px 1px 6px rgba(0,0,0,.25);
}
.dash-banner-btn {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background: #4E89BD;
	padding:7px;
	border:2px solid #ffffff;
	text-align:center;
	display: block;
	max-width:200px;
	width:100%;
	border-radius: 10px;
	text-decoration:none;
	transition:.25s;
}

.dash-banner-btn:hover {
	color:#333333;
	background: #ffffff;
}



/* Popup Theme 5163: Light Box */
.pum-theme-5163, .pum-theme-lightbox { background-color: rgba( 255, 255, 255, .75 ) } 
.pum-theme-5163 .pum-container, .pum-theme-lightbox .pum-container { border-radius: 15px; padding: 0px; border-radius: 15px; border: 1px none #000000; box-shadow: 1px 1px 3px px rgba( 2, 2, 2, 0.13 ); background-color: rgba( 249, 249, 249, 1.00 ); background-image: url(https://www.apwip.com/wp-content/uploads/2024/12/MainBG.jpg); background-size:cover; background-position: center center; } 
.pum-theme-5163 .pum-title, .pum-theme-lightbox .pum-title { border-radius:15px 15px 0px 0px; color: #ffffff; text-align: center; text-shadow: px px px rgba( 2, 2, 2, 0.23 ); font-family: Arial; font-weight: 600; font-size: 22px; font-style: bold; line-height: 30px; background: rgba(1, 43, 94, .8); padding:30px; } 
.pum-theme-5163 .pum-content, .pum-theme-lightbox .pum-content { color: #ffffff; font-family: inherit; font-weight: 400; font-style: inherit; padding:30px; } 
.pum-theme-5163 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 



.pum-theme-5163 .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #ffffff !important;
}

.pum-theme-5163 .gform_title {
    display:none;
}

.pum-theme-5163 .gform_button {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background: #4E89BD;
	padding:5px 15px;
	border:2px solid #ffffff;
	text-align:center;
	display: block;
	max-width:220px;
	width:100%;
	border-radius: 10px !Important;
	margin-left: auto;
	margin-right:auto;
}

.pum-theme-5163 .pum-container, .pum-theme-lightbox .pum-container {
   padding: 0px;
    border-radius: 15px;
    border: 0px solid #000000;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

.pum-container .ginput_container_consent {
	display: flex !important;
	align-items:flex-start !important;
}
.pum-container .ginput_container_consent .gfield_consent_label {
	padding-left:8px !important;
}

.podcast-feed .sby_player_outer_wrap {
	border-radius:15px;
	padding:0 !important;
	
}
.podcast-feed .sby_player_wrap {
	border-radius: 15px !important;
	box-shadow: 0 0 5px rgba(0,0,0,.16);
}
.podcast-feed .sby-player-info {
	display: none !important;
}

.podcast-feed .sby_video_thumbnail_wrap {
	border-radius: 12px;
	overflow: hidden;
}
.podcast-feed .sby-video-info {
	color: #292929;
	text-align:center;
	font-size:15px;
	border-bottom:1px solid #D9D9D9;
	padding-bottom:15px;
}

.podcast-feed .sby_video_title {
	font-size:15px;
}
.podcast-feed .sby_date {
	font-size:14px;
}

.dash-sub-menu {
	height: auto;
	box-sizing:content-box;
	border:1px solid #cecece;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	
}

.dashboard-utility-nav li {
 display: block;
 background:#ffffff;
 border-top:1px solid #CECECE;
 text-align: left;
 transition:.25s;
}
.dashboard-utility-nav li:hover {
	background:#eeeded;

   }

.dashboard-utility-nav a {
	padding:10px 25px;
	color:#2a2a2a;
	font-weight:bold;
	font-size:15px;
	text-decoration: none;
	width:100%;
	display: block;
}

.dash-main-nav {
	margin-bottom:30px;
	position: relative;
	align-items: flex-end;
	border-bottom: 0px !important;
}
.dash-main-nav:after {
	content:" ";
	display: block;
	position:absolute;
	width:100%;
	height:3px;
	background-color: #d9d9d9;
	bottom:0px;
	z-index:1;
}

.dash-main-nav ul {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	flex:1;
}

.dash-main-nav li { 
	position: relative;
	padding:0 ;
}

.dash-main-nav li a {
	padding: 5px 15px 15px 15px;
	font-weight:bold;
	font-size: 18px;
	color: #7c7c7c;
	text-decoration:none;
	display: block;
	position: relative;

}

.dash-main-nav li a:hover {
	color: #4E89BD;
	transition: 300ms;
}

.dash-main-nav .active { 
	padding:0;
}

.dash-main-nav .active a {
	color: #4E89BD;
	padding:
}
.dash-main-nav .active:before {
	content:" ";
	display: block;
	position:absolute;
	width:14px;
	height:12px;
	background: url('images/apwconnect/menu-triangle.svg') no-repeat;
	background-size:contain;
	bottom:-2px;
	left: 50%;
    transform: translate(-50%, 0);
}

.dash-main-nav .active:after {
	content:" ";
	display: block;
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	bottom:0;
	background: #4E89BD;
	z-index:2;
}

.page-template-all-access-sites #main,
.page-template-all-access-guides #main,
.page-template-all-access-podcast #main {
	background: url('images/dashboard-bg.jpg');
	background-position: top;
	background-size:cover;
}

.portal-login form input {
	width:100%;
	padding:10px;
	border-radius: 7px;
    color: #898989;
    font-size: 14px;
    border: 1px solid #d3d3d3 !important;
	margin:0;

}
.portal-login form label {
	text-align: left;
	font-weight:bolder;
	display: block;
	padding-left:5px;
}
.portal-login #signup,
.portal-login #signin {
	max-width:460px;
	width:100%;
	margin:0 auto;
}

.portal-login #submitSignIn,
.portal-login #submitSignUp,
.portal-login #submitReset
  {
	background: #1F365C !important;
	width:100%;
	margin:15px 0px;
	color:#ffffff;
	font-weight:bold;
}
.portal-login .links #signUpButton,
.portal-login .links #signInButton
 {
	padding:10px;
	margin:0 auto 0px;
	text-align: center;
	width:100%;
}

.messageDiv {
	color: red !important;
	font-weight:bold !important
}
.portal-login .or {
font-size:18px;
margin:25px;

}
.guides-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: 30px;
	justify-content: center;
}
.portal-map {
	border-radius:12px;
	overflow: hidden;
}
.guide-block {
	border-radius: 10px;
	overflow: hidden;
	background:#1a2f5c;
	position: relative;
	transition:.3s;

}
.guide-block img {
	display: block;
	background-size:cover;
	width:100%;
	height:auto;
}
.guide-info {
	color:#ffffff !important;
	border-top:1px solid #ffffff;
	border-radius:0 0 10px 10px;
	padding:15px;
	display: flex;
	justify-content: center;
	transition:.3s;
}
.guide-info h4 {
	color:#ffffff !important;
	font-weight:bold;
	font-size:18px;
	margin:0;
}


.guide-block:hover {
	box-shadow: 0 0 16px rgba(0,0,0, .16);
	background:#ffffff;
	transform: scale(1.008);
	transition:.3s;
}

.guide-block:hover:after {
	background:#000000;
	content: " ";
	display: block;
	width: 100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}
.guide-block:hover .guide-info h4 {
	color:#333333 !important;
}
.guide-img {
	position: relative;
}

.portal-login .form-title {
	font-size:21px;
	color:#153B6A;
	font-weight:bold;
}

.dash-left-column {
	padding-top:80px;
}
@media screen and (max-width:1024px) {
	.guides-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: 1fr;
		gap: 30px;
	}

	.portal-login {
		display: grid;
		flex-direction:row;
		grid-template-columns: 100%;
		grid-auto-rows: 1fr;
		height:auto;
		gap: 30px;
	}
	.login-section {
		padding:30px;
	}
	.portal-login .section-banner {
		display: none;
	}
}

@media screen and (max-width:778px) {
	.dashboard-structure {
		grid-template-columns: 100%;
	}

	.dash-main-nav li a {
		font-size: 15px !important;
		padding: 5px 10px 15px 10px;
	}

	.button-containers {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

}

.gform_wrapper.gravity-theme .gfield-choice-input+label {

    max-width: unset !important;
	color:#2a2a2a !important;
	font-size:15px !important;
}

#footer-form .gform_wrapper.gravity-theme .ginput_complex label {
	font-size:15px !Important;
}
#footer-form .gform_wrapper.gravity-theme .gfield input.large {
	margin-bottom:5px !important;
}
#footer-form .gform_wrapper.gravity-theme .gfield_label {

}
#footer-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-size:15px !important;
}
#footer-form .gform_wrapper.gravity-theme .gfield.gfield--width-full,
#footer-form .gform-field-label,
#footer-form .gform_wrapper.gravity-theme a
 {
	font-size:15px !important;

}

#footer-form .gform_wrapper .gform_footer input[type=submit] {
    background: #153b6a !important;
    border-radius: 15px !important;
    width: 100%;
    height: 50px !important;
	margin-top:20px !important;
	border-width: 3px !important;
}
#footer-form .gform-field-label {
    background: none;
    border: none !important;
    color: #2a2a2a !important;
    font-size: 15px !important;
}

.banner-sub-content-lp {
	border-top: 1px solid #E1E1E1 !important;
	padding-top:50px;
	padding-bottom:50px;
	max-width:1300px !important;
	margin:0 auto !important;
}

.banner-bullet-list {
	max-width:670px !important;
	margin:0 auto !important;
}
.banner-bullet-list li {
	font-size:20px;
	padding-bottom:10px;
	color: #353535 !important;
}