/* LP Linkedin ads */
body,
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #666;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
	font-size: 34px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
}


h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	color: #555;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #36567a;
}
.white {color: #fff;}



.icon-play-circle-o, .icon-check-square-o {color: #e69506; padding-right: 8px;}

/* .hideme { opacity: 1;
  } */

.reveal{
  position: relative;
  transform: translateX(100px);
  /* transform: translateY(100px);   up to down */
  opacity: 0;
  transition: all 2s ease;
}
.reveal1{
  position: relative;
  transform: translateX(100px);
  /* transform: translateY(100px);   up to down */
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active{
  transform: translateX(0px);
  opacity: 1;
}

.shadow-add {box-shadow: 0 4px 12px -5px rgba(0, 0, 0, .4);}

/* new logo bar */

.top-static {display: block; position: fixed;  z-index: 500; width: 100%; background: #fff; padding: 0; margin: 0;   box-shadow: 0 0 7px rgb(0 0 0 / 0.2);}
.top-wrap {width: 1200px; box-sizing: border-box; padding: 5px; margin: 0 auto; overflow: hidden;}

.phone-numb { 
    font-weight: 750;
    font-size: 22px;
    color: #1a1a1a;
    margin: 25px 0 0 0;
}
.phone-numb  a {color: #36567a;}


/* fixes form checkbox */

.fa-square-o, .fa-check-square-o {margin-top: 16px; line-height: 0;}



.top-pix {display: block; width:220px; margin: 15px auto 0 auto;}

.top-head-lp {
    display: block;
    width: 1200px;
	min-height: 80px;
    overflow: hidden;
    padding: 3px;
    margin: -8px auto 0 auto;
 
}


.lp-logo {
	display: block;
	width: 160px; 
	float: left;
	text-align: center;
	margin: 10px 0;
}
.lp-logo img {
	width: 100%;
	height: 100%;
}

.phone-float {
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 53px; 
}

.clear {clear: none;}
.spacer-20 {display: block; height: 20px;}
.spacer-30 {display: block; height: 30px;}
.spacer-40 {display: block; height: 40px;}
.spacer-50 {display: block; height: 50px;}
.spacer-80 {display: block; height: 80px;}
.spacer-100 {display: block; height: 130px;}
.white {color: #fff;}

.ext-white-box {
	display: block;
	overflow: hidden;
    padding: 12px 0;
    background-color: #fff;
    text-align: center;
}

h3 {color: #1a1a1a;}

 
  
/* new logo bar and top section */

.top-wrapper  {
	display: block; 
	position: relative;
	z-index:0;
	width: 100%; 
	overflow: hidden; 
	padding: 20px 10px; 
	margin: 0; 
	height: 830px; 
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/global-top-banner3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
	
.top-wrapper-red  {
	display: block; 
	position: relative;
	z-index:0;
	width: 100%; 
	overflow: hidden; 
	padding: 20px 10px; 
	margin: 0; 
	height: 830px; 
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/top-ban-red.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}

.top-wrapper-purple  {
	display: block; 
	position: relative;
	z-index:0;
	width: 100%; 
	overflow: hidden; 
	padding: 20px 10px; 
	margin: 0; 
	height: 830px; 
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/top-ban-purple.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


 
 h1.title-lp2 {width: 90%;color: #fff; font-size: 52px; line-height: 54px; padding: 2px 0; margin: 0; font-weight: 800;}
.subtitle-lp2 {width: 99%;color: #fff; font-size: 22px; line-height: 24px; padding: 10px 0; margin: 12px 0 0 0; font-weight: 400;}

.titlewidth {width: 88%;}
.coltwo p {color: #fff; width: 80%; font-size: 22px; line-height: 26px; font-style: italic;}


.bullets {margin: -19px 2px 2px 18px;  padding: 2px; float: left;}
.bullets ul, .bullets li {color: #fff; list-style-type: none;}
.bullets li {margin-bottom: 6px;}
.bullets .fa-check-circle {margin: 2px 10px 2px 2px; color: #e69506!important;}


/* Color blocks */
	
.color-wrap-1 {
	position: relative; 
	z-index: 32;
	width: 1200px;
	box-sizing: border-box; 
	padding: 5px;
	margin: -215px auto 0 auto; 
	overflow: hidden;
	border: solid 1px blue;
	}

.color-block {
	display: block;
	box-sizing: border-box;
	width:31.5%;
	min-height: 260px; 
	text-align: center;
	float: left; 
	padding: 18px 25px 18px 20px; 
	margin: 10px 10px 20px 10px;
	border: solid 0px #ccc;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.color-block:hover {
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.color-block-wide {
	display: block;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	width:800px;
	background: #fff;
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/purple-bk.png");
	background-repeat: no-repeat;
	background-position: top 0 left -2px;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	min-height: 200px; 
	float: none; 
	padding: 15px 25px 15px 20px; 
	margin: 2px 0 10px 0;
}

.color-inside {display: block; width: 95%; padding: 5px; margin: 0; border: solid 0px #ccc;}
.color-inside img {width: 32%; margin-top: 20px; margin-bottom: 12px;}

.color-inside2 {display: block; position: relative;  z-index: 110; width: 95%;  color: #fff; padding: 5px; margin: 0; text-align: left;}

.color-title {font-weight: bold; font-size: 20px; color: #fff; margin-top: 5px;}

.color-p {font-size: 16px; color: #fff; margin: 0;}
.color-p2 {font-size: 20px; line-height: 24px; color: #fff; margin: 10px 0 0 0;}
.color-p a {text-decoration: none!important color: #fff;}
.color-p a:hover {text-decoration: none; color: #36567a;}

.color1  {
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/01-green.png");
	background-repeat: no-repeat;
	background-position: top -10px left -17px;
}
.color2  {
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/02-purple.png");
	background-repeat: no-repeat;
	background-position: top -10px left -17px;
}
.color3  {
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/03-red.png");
	background-repeat: no-repeat;
	background-position: top -10px left -17px;
}

.color4  {
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/07/04-blue.png");
	background-repeat: no-repeat;
	background-position: top -10px left -17px;
}


/* new top section */

.top-wrapper-old  {
	display: block; 
	width: 100%; 
	overflow: hidden; 
	padding: 10px; 
	margin: 0; 
	background-color: #fff;
	}
	
.lazy-bg {
  background-color: #fff; /* Placeholder color */
  background-position: right 8% top 0; 
  background-repeat: no-repeat;
}

	
.top-wrapper-basic  {
	display: block; 
	width: 100%; 
	padding: 20px 10px; 
	margin: 0; 
	}
	
.colwidth {width: 1200px; height: auto; margin: 0 auto; padding: 0; position: relative; overflow: hidden;} 
.colwidth-box {width: 1200px; margin: -60px auto 10px auto; padding: 0; position: relative; overflow: hidden;} 

.colwidth-thin {width: 1000px; margin: 0 auto; padding: 0; position: relative; overflow: hidden;} 


.col-one  {display: block; width: 570px; padding: 5px; margin: 7px; float: left;}
.col-one p {color: #1a1a1a; width: 80%; margin: 0 0 10px 0; font-size: 18px; line-height: 24px; }

.col-two  {
	display: block; 
	width: 475px; 
	height: 500px; 
	padding: 5px; margin: 7px; 
	float: left; 
	float: right; 
	background: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/05/softphone-lp-sml.webp") no-repeat right 26px top 38px;
}

.col-two p {color: #36567a; width: 80%; font-size: 22px; line-height: 26px; font-style: italic;}
.col-three  {display: block; width: 220px; padding: 5px; margin: 7px; float: left;}
.col-three img {width: 93%;}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 30%;
	right: 25%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
 
.button-float {width: 47%; float: left; border: solid 0px red;}
.button-float {width: 99%; float: left;}
.button-float2 {width: 47%; float: left;  border: solid 0px red;}

.signup-butt-lp {
    display: inline-block;
	cursor: pointer;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background: #e69506;
    padding: 22px 20px;
    margin: 20px 10px 20px 0;
    color: #fff!important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	
}

.signup-butt-lp a {text-decoration: none!important;}

.signup-butt-lp:hover, .signup-butt-lp:focus, .signup-butt-lp:active {
    box-shadow: 5px 5px 12px rgba(0,0,0,.5);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
	text-decoration: none!important;
}

  

.bullets {margin: -5px 2px 2px 18px;  padding: 2px; float: left;}
.bullets ul, .bullets li {color: #555; list-style-type: none;}
.bullets li {margin-bottom: 6px;}
.bullets .fa-check-circle {margin: 2px 10px 2px 2px; color: #e69506!important;}

.quote-box {
	width: 800px; 
	margin: 0 auto; 
	padding: 25px; 
	position: relative; 
	overflow: hidden; 
	border-radius: 20px; 
	background-color: #eaedf4;
	background-image: url("/wp-content/uploads/2025/04/sliver-art.png");
	background-repeat: no-repeat;
	background-position: bottom -23px right 140px;
} 
.quote-box p  {margin-top: 30px; color: #36567a; font-size: 22px; line-height: 29px; font-style: italic;} 
.quote-box img {float: left; margin: 10px 10px 10px 0;}

 .borderbox {border-top: solid 1px #e9e9e9; border-bottom: solid 1px #e9e9e9;}
 
 /* new top section  vers 2*/

.colwidth-2 {width: 1100px; margin: 0 auto; padding: 0; position: relative; overflow: hidden;} 
.coltwo-2  {display: block; width: 510px; padding: 5px; margin: 7px 7px 7px 25px;  float: left; border: solid 1px #ccc;}
.colthree-2  {display: block; width: 450px; padding: 5px; margin: 7px 25px 0 0; float: right; border: solid 0px #ccc;}
.arrow-gold {
	display: block; 
	width: 260px; 
	position: absolute; 
	bottom: 20px; 
	left: 375px; 
	z-index: 999; 
	}
.arrow-gold  img {width: 100%;}

.form-wrapper-2  {
	position: relative; 
	z-index: 20; 
	width: 355px;  
	float: none; 
	padding: 12px 12px 2px 12px; 
	margin: 12px auto; 
	border-radius: 10px;
	}
.form-subhead {font-size: 24px; text-align: center; color: #1a1a1a; padding: 2px; margin: 30px 0 -5px 0;}
 

.full-width-blue {display: block; width: 100%; background: #36567a; margin: 25px 0; padding: 25px 0; overflow: hidden;}


/* ---- */

 
.full-width-gray {display: block; width: 100%; background: #f5f5f5; margin: 25px 0; padding: 25px 0; overflow: hidden;}
.full-width-gray2 {
	display: block; 
	width: 100%; 
	background: #f5f5f5;
	background: #eaedf4;
	margin: 25px 0;
	padding: 25px 0 0 0; 
	overflow: hidden;}


.about-clients2{
	display: block;
	width: 1000px;
	margin: 0 auto 40px auto;
	padding: 20px;
	text-align: center;
	border: solid 1px #ccc;
	height: 220px;
}
.about-clients3{
	display: block;
	width: 1000px;
	background: #fff;
	margin: 15px auto;
	padding: 20px;
	text-align: center;
	border: solid 1px #e0e0e0;
	height: 220px;
}
.about-longterm{
	display: block;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 10px 0 0;
	padding: 15px 10px 10px 15px;
	font-size: 16px; 
	line-height: 30px;
	text-align: left;
	background: #f5f5f5;
}
.about-longterm h4{
    font-size: 20px;
	margin: 0 0 12px 0;	
}

.about-logos{
	display: block;
	width: 660px; 
	float: left;
	}
.about-logos2{
	display: block;
	float: left;
	}
.about-logos2 img{width: 660px; height: 225px;}
.about-logos img{width: 100%; height: 100%;}
.aboutus {font-size: 32px;  margin: 30px 0;}

 #page {overflow: hidden;}
	
	
.homepage-features-box {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto; /* take up all available space */
    margin: 1em auto;
	width: 1000px;
    min-height: 0; /* fixes FF issue with minimum height */
}
 
.homepage-features-column {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 10px;
  margin: 10px;
	width: 32%;
  min-height: 200px;
	line-height: 20px;
 text-align: left;
	background: #fff;
}
.homepage-features-column:last-child {width: 20%;}

.homepage-features-row {
    display: block;
}

.homepage-features-icon,
.homepage-features-icon img,
.homepage-features-title {
	display: inline;
    vertical-align: middle;
}

.homepage-features-icon img {
    margin-bottom: 8px;
    width: 30px;
}
.homepage-features-title {
	margin-left: 20px;
}

/* 4 blocks */
.case-wrap {width: 1200px; box-sizing: border-box; padding: 5px; margin: 0 auto; overflow: hidden;}

.case-block {
	display: block;
	box-sizing: border-box;
	width:23%;
	min-height: 310px; 
	background: #fff;
	float: left; 
	padding: 10px 20px; 
	margin: 10px; 
	margin: 10px 16px 20px 0;
	border: solid 1px #f5f5f5; 
	border-radius: 7px; 	
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	}
.case-block:last-child {margin: 10px 0 20px 0;}	
	
 

.case-block img {padding-top: 12px;}
.case-block h3 {font-weight: 600; font-size: 16px; color: #00aff2; padding: 0; margin: 10px auto;}
.case-blurb {display: block; margin: 10px auto 25px auto;  }
	
a.read,
a.read:active,
a.read:focus,
a.read:link,
a.read:visited {
    color: #e69506;
	color: #559ffe;
	padding: 10px 20px; 
	border: solid 2px #559ffe;
	background: #fff;
	border-radius: 5px;
    text-decoration: none;
	margin: 20px 0 0 0;
}
a.read:hover {
	background: #559ffe; color: #fff; 
	}
 
/* end */



/* new ---- 2022 */
	

.feat-wrap {
	width: 1200px;    
	position: relative;
    display: flex;
    flex-direction: row;
    flex: 1 1 auto; /* take up all available space */
    margin: 1em 11%;
	margin: .5em auto 0 auto;
    min-height: 0; /* fixes FF issue with minimum height */
	}

.feat-box {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 15px 20px 10px 20px; 
	margin: 10px 16px 10px 0;
	min-height: auto;
	width: 32.5%;
	background: #fff;
	text-align: left;
	float: left;
	font-size: 14px;
	border-radius: 6px;
	border: solid 1px #555; 
	}
.feat-box-image {  /* placeholder */
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 15px 2px 10px 2px; 
	margin: 10px 16px 20px 0;
	width: 32.5%;
	background: #fff;
	text-align: left;
	float: left; 
	background: #fff;
	border: solid 0px #f5f5f5; 
	}
	
.image-right {display: block; position: absolute; z-index: 400; right: 0; top: -45px; float: right; width: 280px; border: solid 0px #f5f5f5; }
	
.feat-box:last-child {margin: 10px 0 20px 0;}	
.feat-box img {margin: 15px 0 0 0;}
.feat-sub {
	display: block;
    font-size: 20px;
    font-weight: bold;
    color: #e69506;
    padding: 4px 4px 4px 0;
    border-radius: 3px;
    margin: 7px 0 7px 0;
	}

.image-box {display: block; width: 1800x; height: 310px;  float: right; margin: 0 0 10px 25px;}
.image-box img {width: 100%; height: 100%;}
.image-box2 {display: block; width: 375px; height: 350px; float: left; margin: 0 30px 10px 0;}

.image-box3 {display: block; width: 375px; height: 340px; float: left; padding: 10px 0 0 0; margin: 20px 35px 10px 0;}
.what-box {display: block; float: left; color: #fff; text-align: left; padding: 10px 0 0 0; margin: 20px 5px 10px 0; width: 61%;}

.what-box h3 {color: #fff;}
.what-box ul {line-height: 22px;}

.video-bkg { }

.video-frame {
	display: block;
	width: 600px;
	margin: 10px auto;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	}
	
.video-frame-float {
	display: block;
	float: left; 
	width: 550px;
	margin: 45px auto 10px auto;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	}

.video-copy-bloc {display: block; float: left; width: 570px; padding: 0 0 5px 10px; margin: 0 0 5px 22px;}


h3.lp-subtitle {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #1a1a1a;
	text-align: center;
	margin: 0 0 25px 0;
}
h3.lp-subtitle-white {
    font-size: 36px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
	padding: 10px; 
	margin: 15px 0 0 0;
	text-align: center;
}

.copywidth-wrap {
    margin: -2px 0 -1px 0;
	overflow: hidden;
	background: #fff;
	padding-top: 52px;
	background: url("/wp-content/uploads/2025/03/wide-blue-bkg.png");
	background-repeat: no-repeat;
	min-height: 550px;
	border: solid 0px #ccc;
}
.copywidth {
    width: 1200px;
    margin: 30px auto 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 22x;
}
.center-it {text-align: center;}
.copywidth h3 {font-size: 28px;}
 
.borderbox {border: 0;}


.provider-wrap {width: 1280px; box-sizing: border-box; padding: 5px; margin: 0 auto; overflow: hidden;}

.provider-block {
	display: block;
	box-sizing: border-box;
	width:23%;
	min-height: 210px; 
	background: #fff;
	text-align: center;
	float: left; 
	padding: 18px 23px 10px 23px; 
	margin: 10px; 
	margin: 10px 16px 20px 0;
	border: solid 1px #f5f5f5; 
	border-radius: 7px; 	
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	}
.provider-block:last-child {margin: 10px 0 20px 0;}	

.provider-block strong {display: block; margin: 10px 0 2px 0; padding: 0; font-size: 18px; color: #555; border: solid 0px #ccc;}

.provider-title {
	font-size: 36px;
    line-height: 32px;
    font-weight: 400;
    color: #1a1a1a;
	text-align: center;
	}
.provider-sub {color: #555; font-size: 20px; font-weight: 400; margin: 12px 3px; padding: 3px;}

/* How it works */

 


.works-wrap2 {
	display: block;
	width: 1200px;    
	margin: 10px auto;
	overflow: hidden;
}

.works-bg {
	display: block;
	overflow: hidden;
    padding: 12px 0;
	background-color: #4a6787; 
	background-color: #6aa6d2; 
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/05/ghost-arc.png"); 
	background-position: top 0; 
	background-repeat: no-repeat;
	}

.hiw-bloc {display: block; float: left; width: 470px; padding: 10px; margin: 10px;}
.video-bloc {display: block; float: left; width: 632px; padding: 10px; margin: 10px 10px 20px 10px;}



.works-block  {
   display: block;
  padding: 10px 10px 12px 10px;
  margin: 10px;
  text-align: left;
  min-height: 90px;
  width: 410px;
  color: #1a1a1a;
	border-radius: 8px;
  border: solid 1px #9ec5e2;
  background: rgba(256, 256, 256, 0.6);
  backdrop-filter: blur(10px);
 
	/* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);  */
}

.works-block-es  {
   display: block;
  padding: 10px 10px 12px 10px;
  margin: 10px;
  text-align: left;
  min-height: 97px;
  width: 410px;
  color: #1a1a1a;
	border-radius: 8px;
  border: solid 1px #9ec5e2;
  background: rgba(256, 256, 256, 0.6);
  backdrop-filter: blur(10px);
}


.works-block  strong {color: #36567a; font-size: 20px;}
.works-block-es  strong {color: #36567a; font-size: 20px;}
	
.works-block-short {
	display: block;
	box-sizing: border-box;
	width:120px;
	min-height: 165px; 
	text-align: center;
	float: left; 
	padding: 18px; 
	margin: 10px;
	box-shadow: none;
	}
	
/* .works-block:last-child {margin: 10px 0 20px 0;}	 */


.works-circle  {
  display: block;
  padding: 20px;
  float: left;
  margin: 3px 7px 10px 10px;
  width: 54px;
  height: 54px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  padding: 18px 14px 10px 14px;
  background: #00aded; /* blue */
  background: #87d12f; /* green */
  background: #e69506;
  border-radius: 60px; 	
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.works-copy  {
  display: block;
  width: 76%;
  padding: 5px 5px 10px 5px;
  margin: -10px 2px 2px 2px;
  float: left;
}

.works-copy-es  {
	font-size: 14px;
  display: block;
  width: 77%;
  padding: 5px 5px 10px 5px;
  margin: -10px 2px 2px 2px;
  float: left;
}

.works-sub {dispaly: block;  padding: 5px; margin: 0; font-size: 22px; color: #fff;}
/* Features blocks */

.features-wrap {
		width: 1280px;    
    display: flex;
    flex-direction: row;
    flex: 1 1 auto; /* take up all available space */
    margin: 1em 11%;
	margin: 1em auto;
    min-height: 0; /* fixes FF issue with minimum height */
	}

.features-block {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 10px;
	margin: 10px;
	min-height: 300px;
	width: 32.5%;
	background: #fff;
	text-align: left;
	float: left; 
	padding: 15px 30px 10px 30px; 
	margin: 10px; 
	margin: 10px 16px 20px 0;
	border: solid 1px #e9e9e9; 
	border-radius: 7px; 	
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	}
.features-block:last-child {margin: 10px 0 20px 0;}	
.features-block img {margin: 15px 0 0 0;}
.features-sub {font-size: 22px; font-weight: bold; color: #666; margin: 10px 0 18px 0;}
.morepadding {padding: 40px 0 0 30px;}
.pdf-link {display: inline-block; width: 306px; margin: 0 auto;}

.pdf-link img {display: block; width: 45px; float: left;}

.pdf-link a {display: block;  padding: 14px 0 0 10px; text-decoration: none;}
.pdf-link a:hover {color: #e69506; text-decoration: underline;}



.tier1 {display: inline-block; color: #36567a; font-size: 18px; font-weight: 600; padding: 12px 30px; margin: 4px; border: solid 2px #dfdfdf;}

h2.home-subhead {
	 text-align: center;
    font-size: 30px;
	margin: 35px 0 20px 0;
    font-weight: 400;
	color: #36567a;
}

.integ-spacer {height: 230px;}

/* Integrations fw */

.full-width-integrations-ai {display: block; height: 660px; padding: 10px; 
	height: 650px;
	}
	
	.full-width-integrations-ai {display: block; height: 660px; padding: 10px; 
	background-color: #283036; 
	background-image: url('/wp-content/themes/unitedworldtelecom/images/integrations-fw-bkg-dk-uwt.svg');
	background-repeat: no-repeat;
	background-position: bottom 0 center;
	background-size: cover;
	
	

.full-width-integrations h3, .full-width-integrations-ai h3 {
	width: 80%;
    font-size: 34px;
	line-height: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

 /* 
.full-width-integrations-ai {display: block; height: 660px; padding: 10px; 
	background-color: #283036; 
	background-image: url('/wp-content/themes/unitedworldtelecom/images/integrations-fw-bkg-dk-uwt.svg');
	background-repeat: no-repeat;
	background-position: bottom 0 center;
	background-size: cover;
	}
	
	


.full-width-integrations h3 {font-size: 34px; line-height: 38px; width: 88%; font-weight: 800; color: #fff; text-align: center;}
.full-width-integrations p {color: #e6f1f7; text-align: center; font-size: 18px;}
.full-width-integrations img {float: left; width: 58px; margin: 10px 0 0 10px;}
.integ-bloc {
	display: block; 
	float: left; 
	width: 260px; 
	height: 84px; 
	border-radius: 15px; 
	padding: 4px; 
	margin: 12px; 
	background-image: url("https://uwt-public.s3.us-east-1.amazonaws.com/2025/05/ghost-arc.png");
	}
.integ-bloc:hover {display: block; float: left; width: 260px; height: 84px; border-radius: 15px; padding: 4px; margin: 12px; 
background-image: url("/wp-content/uploads/2025/03/integ-ghost.png");}
.integ-bloc-text {display: block; width: 62%; margin: 15px 0 0 15px;  float: left; border: solid 0 #555;}
.integ-text1 {font-size: 20px; margin: 0; color: #fff; font-weight: 600;}
.integ-text2 {font-size: 16px; margin: 0; color: #d4d9e1;}

.fw-butt a {
	display: inline-block;
	position: relative;
	padding: 10px 16px;
	margin: 18px auto 10px auto;
	color: #1a1a1a;
	background: #fff;
	border: solid 1px #fff;
	border-radius: 24px;
	text-decoration: none;
	}
.fw-butt a:hover {background: #e69506; color: #fff;}

*/



.bottom-chat-container {
    background-color: #2e2e2e;
    border-radius: 3px 3px 0 0;
    height: 32px;
    padding: 5px;
    box-sizing: unset;
}

.bottom-chat {
    width: 250px;
    height: 45px;
    box-shadow: rgba(0, 0, 0, .1) -2px 0 16px 1px;
    position: fixed!important;
    z-index: 200000006!important;
    right: 55px;
    bottom: 6px;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
}

img.bottom-chat-icon {
    padding: 3px;
}

.bottom-chat-icon-container {
    float: left;
    width: 50px;
    height: 32px;
}

.bottom-chat-label {
    font-family: Arial;
    font-size: 12px;
    color: #f0f0f2;
    font-weight: 700;
    text-align: center;
    padding: 0;
}

.bottom-chat-label-container {
    padding: 5px;
    float: left;
    display: inline-block;
    margin-left: 25px;
}

.bottom-chat-hidden {
    display: none!important;
}

div#phplive_iframe_chat_embed_maximize,
div#phplive_iframe_chat_embed_wrapper {
    bottom: 6px!important;
}

@media screen and (max-width:767px){
	signup-root .title-margin{margin-top:20px;}
}

@media screen and (max-width:800px) and (min-width:768px){
	signup-root .title-margin{margin-top:20px;}

}


.bottom-chat,
.bt-blue-box,
.f-tabs label,
.f2-tabs label,
.modal-close,
.pointer,
.product,
.search-submit,
.tabs label {
    cursor: pointer;
}

h2.lp-subhead {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #36567a;

}
h3.lp-subhead {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #1a1a1a;
}

img{max-width:100%;}
img{
	border-style:none;
	height:auto;
}
.lp-logo-2{
	text-align:center;
	margin-top:35px;
}

.lp-logo-2 img{
	margin:0 auto;

}
.lp-logo-2 img{
	width:320px;
}

 
.pagetitle{
	font-weight:400;font-size:28px;line-height:1.4;
}

signup-root .margin-bottom-8{
	margin-bottom:8px;
}

 signup-root  .pagetitle.white {
	color: #36567a!important;
	font-size: 30px;
	margin-top: 18px;
	border: solid 0px #ccc;

}
 signup-root .pageSubtitle.white {
	color: #555!important;
	font-size: 18px;
	padding-top: 0;
}

.page-id-8821 signup-root .pagetitle.white {
	color: #fff!important;
	font-size: 30px;
	margin-top: 10px;
}
signup-root .orange.bold {
	color: #fff!important;
}
.white {
	color: #fff;
}


.oc-button {
    display: inline-block;
    min-width: 240px;
	cursor: pointer;
    vertical-align: middle;
    border: solid 0px #e69506;
    border-radius: 4px;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    background: #e69506;
    padding: 8px 20px;
    margin-bottom: 10px;
    color: #fff!important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
	margin: 20px auto;
}

.oc-button:hover, .oc-button:focus, .oc-button:active {
    box-shadow: 5px 5px 15px rgba(0,0,0,.5);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transform: scale(1.03);
}


.colwidth2 {width: 1280px; margin: 0 auto; padding: 0 10px; position: relative; overflow: hidden;}
.colwidth3 {width: 1320px; margin: 0 auto; padding: 0; position: relative; overflow: hidden;}  
.col50 {display: block; width: 48%; float: left; }
.col60 {
	display: block; 
	width: 58%; 
	float: left;
    padding: 15px;
    margin: 0 10px;
    text-align: left;
	}
.col40 {
	display: block; 
	width: 38%; 
	float: left;
    padding: 15px;
    margin: 0 10px;
    text-align: left;
	}
.col40, .col60 {position: relative; border: solid 0px #ccc;}

footer {height: 105px; padding-bottom: 60px; background: #f5f5f5;}

.lp-footer {height: 145px; margin: 0;}

.footer50lp {display: block; width: 45%; float: left; padding: 15px; margin: 15px 10px 10px 10px; font-size: 12px;}
.footer50lp a {color: #666; font-size: 18px; margin: 0 10px 0 5px; text-decoration: none;}
.footer50lp a:hover {color: #e69504;}
.footer50lp .fab {font-size: 20px;}

.review-icons {display: block; float: left;}
/* .review-icons img {width: 50px;} */
.footer50b-lp {
	display: block; 
	float: right; 
	width: 45%; 
	text-align: right; 
	font-weight: 400; 
	padding: 15px; 
	margin: 25px 10px 10px 10px; 
	font-size: 12px; 
	line-height: 17px;
	}
	
.footer50b-lp a  {color: #444; text-decoration: none; font-size: 12px!important;}
.footer50b-lp a:hover  {color: #e69506; text-decoration: none; font-weight: 500;}



/* FAQ Accordion styles - all pages */

/* .sidebarfix {display: block; width: 90%; margin-bottom: 30px;} */
 
.faq-wrapper {
    display: inline-block;
    width:100%;
		margin: 0 auto;
	padding: 8px;
	clear: none;
	border: solid 1px #fff; /* need to prevent wierd sidebar flow */
}
.faq-title {
	display: inline-block;
	padding: 10px;
	font-weight: 700;
	border-top: 2px solid #999;
	margin: 0 0 10px 0;
	}
.icon-question-circle-o {padding: 10px 0 0 5px;}

.faq-wrapper .ac-container{
	display: block;
	flex-direction: row;
	margin: 10px auto 10px auto;
	text-align: left;
}
 
.spacer-40 {display: block; height: 40px;}
.spacer-116 {display: block; height: 116px;}

/* full width new */

.review-box-2 {
	display: block; 
	float: left;
	margin: 10px;
	padding: 10px;
	width: 28.5%;
	min-height: 300px; 
	border: solid 0px #e7e7e7;
	background: #fff;
	background-image: url("/wp-content/uploads/2025/04/quotemk.png");
	background-position: 0 75px;
	background-repeat: no-repeat;
	border-radius: 10px; 
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	}

img.rwlogo {height: 50px; margin-top: 10px; border: solid 0px #ccc;}

 /* full width CTA 2024*/
 
 .cta-blue {
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 320px;
    background: url("/wp-content/themes/unitedworldtelecom/images/cta-bkgd-art.svg") bottom left no-repeat;
    background-size: 100%;
}

 .cta-gold {
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 320px;
    background: url("/wp-content/themes/unitedworldtelecom/images/cta-bkgd-gold.svg") bottom left no-repeat;
    background-size: 100%;
}

/* 
h3.cta-title {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.cta-contact-butt {
    display: inline-block;
    position: relative;
    padding: 6px 14px;
    margin: 10px auto;
    background: #fff;
    border: solid 2px #fadfbc;
    border-radius: 5px;
}
a.cta-contact-butt, a:visited.lp-contact-butt {
    text-decoration: none;
    color: #e69506!important;
    font-size: 18px;
    font-weight: 500;
}
a:hover.cta-contact-butt {
    text-decoration: none;
    color: #e69506!important;
	background: #fadfbc;
    font-size: 18px;
    font-weight: 500;
}
*/
/* end */

.full-width-section {
  display: block;
  position: relative;
  z-index: 0;
}
 

.hvr-fade {
  display: inline-block;
  margin: 15px 0;
  vertical-align: middle;
  border: solid 3px #e69506;
  border-radius: 12px;
  font-size: 1.75em;
  line-height:30px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  background: #fff;
  padding: 13px 23px;
  color: #e69506!important;
  box-shadow: 0 0 6px rgba(20, 20, 20, .8);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active, .hvr-fade:link {
  background-color: #ffffff;
  color: #e69506!important;
 box-shadow: 0 0 6px rgba(20, 20, 20, .8);
}
.hvr-fade:hover {transform: scale(1.03);}

.tit-White-box {
    font-size: 28px;
	font-weight: 600;
	width: 100%;
	margin-top: 25px;
    text-align: center;
	color: #36567a;
}

p.subtit-white-box {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.ext-grey-box {width: 100%; margin: 0;}
.ext-grey-box a,
.ext-grey-box p a {
    text-decoration: none;
    color: #646464;
    margin-right: 2%;
}

.trust-bt-link a {
    text-decoration: none;
    color: #fff;
}


/* Form */
.talkExpert-form {
    width: 80%;
	padding: 0;
    margin: -10px auto 0 auto;
}

.talkExpert-form .form-input {width: 100%; margin-bottom: 12px;}

 .talkExpert-form .input-message {
	 width: 96%!important;
	 padding: 10px;
	}
.talkExpert-form select {margin-bottom: 12px; padding: 6px;}
.talkExpert-form select:active, .talkExpert-form  select:hover {
  outline-color: #e69506;
}

select option {
  background: #f5f5f5; 
  color: #555; 
  box-shadow: inset 20px 20px #f00;
} 

select option:hover {
  color: #000; 
  background: yellow;
  box-shadow: inset 20px 20px #00f;
}

.talkExpert-form .select-350 {width: 99.2%; padding: 5px;}
.talkExpert-form .select-350 option{padding: 20px 10px;}
.talkExpert-form .select-350 option:hover{ background: red;}

.select-350 {
    width: 350px;
    padding: 6px;
    margin: 4px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.bt-plus-minus,
button.bt-submit {
    background-color: #ef9302;
    color: #fff;
    font-size: 18px;
}

.captcha-style {
    width: 304px;
    height: 78px;
    margin: 0 auto;
}

.form-message {
    border: 2px solid orange;
    border-radius: 20px;
    margin: 25px 0 30px;
    padding: 10px;
}

.bt-plus-minus {
    border-radius: 10px;
    border: none;
}

.select-bs {
    max-width: 712px;
}

button.bt-submit {
    max-width: 350px;
    width: 98%;
    border-radius: 10px;
    border: none;
    margin: 20px 0;
	padding: 15px 0;
}
button.bt-submit:hover {
    background: #555;
	transform: scale(1.03);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	cursor: pointer;
}


.talkExpert-form button.bt-submit {
	min-width: 430px;
    width: 100%!important;
    border-radius: 10px;
    border: none;
    margin: 20px 0;
	padding: 15px 5px;
}





@media screen and (max-width: 1000px) {
	.homepage-features-box {
    width: 100%;
    display: block;
    margin: 10px 30px;
}}

@media screen and (max-width: 800px) and (min-width: 768px){
	signup-root .title-margin{
		margin-top:20px;
}}

/* Mobile */
@media (max-width: 768px){	
 
	.homepage-features-column-l {
		min-width: 350px;
}
	
	.pageSubtitle{
		color:#555!important;
		font-size:18px;
		padding-top:6px;
}
		
	.skyline-bg[_ngcontent-c0] {
		padding-bottom: 5px;
		background-position: bottom;
		background-color: #fff!important;
}

	.about-clients2 {
		display: block;
		width: 97%;
		margin: 0 10px;
		padding: 10px;
		text-align: center;
		border: none;
		height: auto;
}
	.about-clients3 {
		display: block;
		width: 97%;
		margin: 0 10px;
		padding: 10px;
		text-align: center;
		border: none;
		height: auto;
}

	.homepage-features-row {
		margin: 0 auto;
		width: 230px;
}

	.homepage-features-row-l {
		margin: 0 auto;
		width: 230px;
}

	country-select > div {
		background:#4a6787;
		border-radius:6px;
		padding:5px 0 17px 0;
}

}

/* Mobile */
@media screen and (max-width: 768px){
	
	.mobile-hide {display: none;}
	
	.main-top-header-b {
		width: 100%!important;
		height: 70px!important;
		margin: 0;
		vertical-align: middle;
		text-align: center;
		padding: 10px 18px!important;
		border: solid 1px #ccc;
	}
	.top-head-logo {display: block; width: 100%!important; margin: 0;}
	
	.top-head-lp {display: block; float: left; width: 98%!important; height: 60px; margin: 0 auto;}

	.lp-logo {
		display: block;
		width: 100px;
		float: left;
		text-align: center;
		margin: 14px auto 0 auto;
		margin: 2px;
	}
	.lp-logo  img {width: 100%; height: 100%;}
	
	.phone-numb {display: block; float: left; font-weight: 750; font-size: 18px; margin: 17px 0 20px 0!important;}
		
	.top-wrap {width: 100%; box-sizing: border-box; padding: 0; margin: 0; text-align: center; overflow: hidden;}
	
	.top-wrapper  {
		width: 100%; 
		margin: 0; padding: 0;
		background-position:  left 8% top 0;
	}
	
 
	.colwidth {width: 100%; margin: 0; padding: 0; position: relative; overflow: hidden;} 
	
	h1.lp-title {font-size: 34px; line-height: 40px; text-align: center; margin: 25px auto 15px auto; width: 90%;}
	h3.lp-subtitle {font-size: 26px; line-height: 32px; width: 90%; margin: 0 auto 8px auto; text-align: center;}
	h3 {font-size: 26px; line-height: 32px; width: 90%; margin: 0 auto 8px auto; text-align: center;}
	
	.form-subhead {margin: 4px; padding: 4px;}
	
	.top-wrapper a {
		-webkit-text-decoration-skip: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		text-decoration: none!important;
	}
	
	
	.signup-butt {padding: 12px;}
	
	.signup-butt a {text-decoration: none!important;}
	.signup-butt a:active {text-decoration: none!important;}
	.signup-butt a:visited {text-decoration: none!important;}
	
	.signup-butt:hover, .signup-butt:focus, .signup-butt:active {
		text-decoration: none!important;
		}
	
	a .signup-butt {
		-webkit-text-decoration-skip: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		text-decoration: none!important;
  }
	
	
	
	a:active .signup-butt {text-decoration: none!important;}
	a:visited .signup-butt {text-decoration: none;}
	a:hover .signup-butt {text-decoration: none;}
	.signup-butt:visited {text-decoration: none;}
	.signup-butt:active {text-decoration: none;}
	
	
	
	.vertical-center {
		margin: 0 auto;
		position: relative;
		top: 0;
		right: 0;
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-decoration: none!important;
	}
 
  
	.col-one {width: 99%; margin: 0;}
	.col-one p {margin: 5px auto; text-align: center;}
	
	.col-two {width: 99%; margin: 0 0 12px 0; height: auto; background: none;}
	
 
	
	.bullets {margin: -1px 2px 2px 4px;  padding: 2px; float: left;}
	.bullets ul {margin: 0;  padding: 2px; float: left;}
	
	.bullets li {font-size: 14px;}
	
	
	.chat-float {display: none;}
	
	.phone-float {
		display: inline-block;
		float: none;
		text-align: center;
		margin: 18px auto 0 auto; 
	}


	.spacer-116 {display: block; height: 140px;}

	
	.form-wrapper-2 {
		float: none; 
		max-width: 95%; 
		padding: 2px; 
		margin: 0 0 0 4%;
		margin: 0 auto!important;
		
		}
	toaster-alert {display: none;}
	
	.video-frame {
		display: block;
		width: 80%;
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	}
	.video-frame-float {
		display: block;
		float: none;
		width: 80%;
		margin: 5px auto;
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
		}
	

	.integ-spacer {height: 55px;}
	.spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-80, .spacer-100 {display: block; height: 5px;}
	
 
	signup-root .pagetitle.white {line-height: 30px; margin-top: 20px;}
	
	signup-root .pageSubtitle.white {
		font-size: 14px;
		line-height: 18px;
		width: 85%;
		margin: 0 auto 15px auto;
		}
	.lp-text {display: block; width: 88%; margin: 10px auto; padding: 8px;}
	.lp-subhead {line-height: 36px;}
	.lp-need-help {width: 65%; margin: 0 auto 15px auto;}
	.about-longterm {width: 83%; margin: 0 10px;}
	.about-logos2 {width: 91.5%;}
	.about-logos2 img {width: 100%;}
	
	.gcfContainer{
		padding:0 0;
		}

	.margin-left-20{
		margin-left:10px;
		}

	.margin-right-20{
		margin-right:10px;
		}
	signup-root .title-margin{
		margin-top:20px;
		}
		
	.works-wrap {display: none;}
	.works-bg {display: none;}


	.feat-wrap {
		width: 100%;    
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 1 1 auto; /* take up all available space */
		margin: 0;
		min-height: 0; /* fixes FF issue with minimum height */
		}

	.feat-box {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 5px 25px 10px 25px; 
		margin: 5px 16px 0 0;
		min-height: auto;
		width: 90%;
		background: #fff;
		text-align: left;
		float: left;
		border-top: solid 1px #f5f5f5; 
		}
		
	.feat-sub {
		font-size: 20px;
		padding: 3px 4px 3px 0;
		margin: 4px 0 4px 0;
	}
	
	
	.image-right {display: none;}
	p.subtit-white-box {
		width: 90%;
		font-size: 20px;
	}
	
	.pdf-link {display: inline-block; width: 306px; margin: 5px auto 10px auto;}
	.pdf-link img {display: block; width: 25px; float: left;}
	.pdf-link a {display: block; padding: 0 0 0 8px; text-decoration: none;}
 
	.feat-box-image { /* placeholder */
		display: none;  
		}
	
	.copywidth-wrap {
		width: 100%;
		margin: 0;
		padding-top: 4px;
		background-color: #6aa6d2;
		}
		
	.copywidth {
		width: 85%;
		font-size: 16px;
		margin: 0 auto;
		}
	.copywidth p {line-height: 24px;}
		
	.colwidth2 {
		width: 90%;
		margin: 10px;
	}
	svg {display: none;}
	
	.works-block-es {width: 90%;}
	
	.image-box {display: block; width: 90%; height: auto;  float: none; margin: 0 auto;} 
	.image-box2 {display: block; width: 90%; height: auto; float: none; margin: 0 auto;}
	.image-box3 {display: block; width: 90%; height: auto; float: none; padding: 10px 0 0 0; margin: 0 auto;}
	
	.what-box {float: none; width: 88%; margin: 0 auto;}
	
	.cta2-wrapper {
		width: 90%;
		margin: 10px;
	}


	.full-width-flex {
		flex-direction: column;
		display: block;
		width: 98%;    
		margin: 1em auto;
		padding: 0;
		min-height: 0;  
	}

	.box-flex {display: block; width: 95%; margin: 2px; padding: 2px; min-height: auto;}
	
	.features-wrap {
		width: 100%;    
		display: flex;
			flex-direction: column;
		flex: 1 1 auto; /* take up all available space */
		margin: 1em 11%;
		margin: 1em auto;
		min-height: 0; /* fixes FF issue with minimum height */
		border: solid 0px #ccc;
	}

	.features-block {
		padding: 10px;
		margin: 10px;
		min-height: 300px;
		background: #fff;
		text-align: left;
		float: left; 
		padding: 15px 30px 10px 30px;  
		margin: 10px 16px 10px 16px;
		border: solid 1px #f5f5f5; 
		border-radius: 7px; 	
		box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	}
	.features-block:last-child {margin: 10px 16px 10px 16px;}	
	
	
	.case-wrap {width: 99%; box-sizing: border-box; padding: 5px; margin: 10px; overflow: hidden;}
	.padright {margin-right: 1px;}
	.phone-cta {display: block; width: 100%; margin: 0; padding-left: 18px; border:}
	.case-block {
		display: block;
		box-sizing: border-box;
		width:85%;
		min-height: 260px; 
		background: #fff;
		float: left; 
		padding: 20px;  
		margin: 10px 16px 20px 0;
		border: solid 1px #f5f5f5; 
		border-radius: 7px; 	
		box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	}

	.provider-wrap {
		width: 97%;  
		margin: 0;
		padding: 15px;
		}

	.provider-block {
		display: block;
		width:100%;
		min-height: 180px; 
		margin: 10px auto;
	}
	.provider-block:last-child {margin: 10px 0;}
	.provider-title {
		font-size: 30px;
		line-height: 32px;
	}

		
	/* Reviews */
	
	.colwidth h3 {margin: 0 auto;}
	
	.full-width-integrations {height: auto!important;}
	.full-width-integrations h3 {font-size: 28px; line-height: 34px;}
	.full-width-integrations img {float: left; width: 50px; margin: 10px 0 0 20px;}
	.integ-bloc {display: block; float: left; width: 90%; height: 80px; border-radius: 15px; padding: 4px; margin: 8px; }
	.integ-bloc-text {display: block; width: 62%; margin: 10px 0 0 15px;  float: left; border: solid 0 #555;}
	.integ-text1 {font-size: 20px;}
	.integ-text2 {font-size: 16px;}


	h2.lp-subhead {
		width: 80%;
		font-size: 24px;
		line-height: 28px;
		font-weight: 400;
		color: #36567a;
		}
		
	.case-wrap {width: 100%; margin: 10px;}

	.case-block {
		width:90%;
		min-height: 310px; 
	}
	
	.tit-White-box {
		font-size: 26px;
		width: 90%;
		margin-top: 20px;
		margin: 0 auto;
	}
	
	.full-width-section {margin-top: 10px;}
	.image-box {display: none;} /* phone photo */
	
	.phone-cta {display: block; width: 90%; margin: 0 auto; padding-left: 4px;}
	.phone-icon {display: none;}
	.tag {float: none; text-align: center; margin: 0 auto -20px auto;}
	
	 .cta-blue {
		display: block;
		color: #fff;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 275px;
		background-color: #449cec;
		background: url("/wp-content/themes/unitedworldtelecom/images/cta-bkgd-art.svg") bottom left no-repeat;
		background-size: cover;
	}
	.cta-blue  p {width: 90%; text-align: center; margin: 10px auto;}
	
	 .cta-gold {
		display: block;
		color: #fff;
		margin: 0;
		text-align: center;
		width: 100%;
		height: 275px;
		background-color: #f7ca8f;
		background-size: cover;
	}
	.cta-gold  p {width: 90%; text-align: center; margin: 10px auto;}
	
	h3.cta-title {
		font-size: 26px;
		width: 90%;
		margin: 15px auto 10px auto;
	}


	.cta2-wrapper {
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 10px auto;
	}
	.cta2-box-left {
		display: flex;
		justify-content: left;
		text-align: center;
		margin: 5px;
		width: 100%;
		height: 150px;
		font-size: 1.4em;
		border-bottom: dotted 6px #fadfbc;
	}
	.cta2-box-right {
		width: 100%;
		height: auto;
		border-top: none;
		margin: 1px;
		padding: 10px;
	}
	.cta2-wrapper .cta2-title {font-size: 1.45em!important; clear: none;}
	
	
	footer {width: 100%; height: auto; padding-bottom: 60px; background: #f5f5f5;}

	.footer50lp {display: block; width: 90%; float: left; padding: 15px; margin: 10px 10px 10px 10px; font-size: 12px;}
	.footer50lp .fab {font-size: 20px;}
	.footer50b-lp {
		display: block; 
		float: left; 
		width: 90%; 
		text-align: left; 
		font-weight: 400; 
		padding: 15px; 
		margin: 30px 10px 10px 10px; 
		font-size: 12px; 
		line-height: 17px;
	}
	
}

	@media screen and (max-width: 1165px) and (min-width: 768px) 
	{
	.top-wrapper {
		background: url('/wp-content/uploads/2025/03/top-bing-gold.png') no-repeat;
		background-position:  right 0!important; 
		border: solid 0px red;
		}
	} 


@media screen and (max-width: 800px) and (min-width: 768px){
	.pageSubtitle{
		font-size:12px;

} 
	.gcfContainer{
		padding:0 0;
}	

	signup-root  .pagetitle.white{
		font-size:30px;
		margin-top:18px; 
		background-color:white!important;

}}


	signup-root  button{
	line-height: 10px;
	}
	
	

 