

  
  .phone-mobile{display:block;}
  .phone-desktop{display:none;}
  
   @media screen and (min-width: 1100px) { 
    .phone-desktop{display:block;}
    .phone-mobile{display:none;}
}
  

  .bluetext {color: #0f499d!important;}
  
  .bttn-all-white {
	height: 200px;   
	width: 90%;  
	display: inline-block;
    font-size: 13px;
    text-decoration: none;
    outline: 0;
    border-radius: 20px;
    padding: 10px 40px;
    cursor: pointer;
    transition: background-color 1s,color 1s;
    background-color: #fff;
    color: #077abb!important;
    border: 0;
  }
  
    .bttn-all-white-mail {
	  
	width: 90%;  
	display: inline-block;
    font-size: 13px;
    text-decoration: none;
    outline: 0;
    border-radius: 20px;
    padding: 10px 40px;
    cursor: pointer;
    transition: background-color 1s,color 1s;
    background-color: #fff;
    color: #077abb!important;
    border: 0;
  }
  
  
  .bg-blue-grad .bttn, .bg-blue-grad .bttn:visited {
	  display: block;
	}
  
  #locations article {
	background-color: #fff;
	font-size:14px;
	min-height:254px;
	padding:10px;
	border:solid 1px rgba(0,0,0,.1);
  }
  
  #locations .container {
	max-width: 1250px;
  }
  
    .loc-burgaw {
	background: url('/Images/focusbroadband/contactUs/burgawStore2.png') no-repeat center center / cover;
	width:100%;
	height:100%;
	min-height:230px;
  }
  
  .loc-shallotte {
	background: url('/Images/ATMC-facebook/site/images/contact/HQ.jpg') no-repeat center center / cover;
	width:100%;
	height:100%;
	min-height:230px;
  }
  
  .loc-leland {
	background: url('/Images/atmc_focusbroadband/site/images/contact/LelandFocusBroadbandBuilding.png') no-repeat center center / cover;
	width:100%;
	height:100%;
	min-height:230px;
  }
  
  .loc-sunset-beach {
	background: url('/Images/atmc_focusbroadband/site/images/contact/sunsetbeachStore_2.jpg') no-repeat right center / cover;
	width:100%;
	height:100%;
	min-height:230px;
  }
  
  .loc-whiteville {
	background: url('/Images/atmc_focusbroadband/atmc/site/images/contact/June-2022.png') no-repeat center center / cover;
	width:100%;
	height:100%;
	min-height:230px;
  }
  
  .loc-southport {
	background: url('/Images/focusbroadband/contactUs/Southport.jpg') no-repeat center center / cover;
	width:100%;
	height:100%;
	min-height:230px;
  }
  
  #center-me {
	width: 250px;
	margin: 0 auto;
  }
  
