
/*=========================Basic css*/
a:focus, input:focus, button:focus, textarea:focus, select:focus { outline:medium none;}
a:hover, a:focus { text-decoration:none;}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

/*
 * HAMBURGER MENU
 */

#menuToggle
{
  display: block;
  position: relative;
     top: 30px;
    left: 0;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #000;
  font-weight: 600;
font-size: 13px;
  transition: color 0.3s ease;

}

#menuToggle a:hover
{
  color:#0c6fab;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  
  background: #333;
  border-radius: 0px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -4px);
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 215px;
    margin: -100px 0 0 13px;
    padding: 50px 34px;
    padding-top: 125px;
    background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  box-shadow: -3px 0 10px rgba(0,0,0,.1);
}

#menu li
{
      padding:3px 0;
    font-size: 22px;
    line-height: normal;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: translate(-55%, 0);
  -webkit-transform: translate(-55%, 0);
}



/*
 * home-bg-image-inner
 */

.home-bg-image-inner-desktop{ background: url('../images/TDS_Homepage-with-gradient@2x.jpg'); 
    padding: 280px 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 80px;
    position: relative;
    }
.home-bg-image-inner-mobile{ background: url('../images/TDS_Mobile-Homepage-Swoop@3x.jpg'); padding: 300px 0;  }
.home-bg-image-inner-mobile {  display: none;}
header {
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9;
}

.header-inner {
    width: 100%;
    float: left;
    padding: 20px 50px 20px 50px;
    height: 110px;box-shadow: -3px 0 10px rgba(0,0,0,.1);
}

.header_logo {
    float: left;

}
.header_logo img {
    float: left;
    max-width: 100%;width: 100px;
}

.menus-nav {
    float: right;
    position: relative;
    top: -9px;
    right: 12px; 
}

#menuToggle h6 {
    float: left;
    position: absolute;
    right: 70px;
    top: -7px;
    font-size: 14px;    z-index: 9;font-weight: 600;
}

.home-bg-outer {
    float: left;
    width: 100%;
    margin-top: 110px;
}


.home-bg-image-inner-desktop .annul-report img {
    max-width: 420px;
}

/*Shareholder-content*/
.share-holder-outer {
    float: left;
    width: 100%;
    background: #007cc5;
    padding: 70px 50px 70px;
    color: white;
    font-weight: 500;font-stretch: normal;
}

.share-holder-content h1 {
    margin-top: 0;font-size: 25px;    margin-bottom:0px;
}

.share-holder-content p {
    font-size: 25px;
    line-height: 40px;    margin-top: 23px;
}

.share-holder-inner {
    width: 68%;
}

.annul-report {
    position: absolute;
    bottom: 50px;
}


/*Main-content*/

.main-content-wrapper-outer {
    float: left;
    width: 100%;
    padding: 75px 50px 50px;

}

.main-content-wrapper-inner, .main-content-common-row {
    float: left;
    width: 100%;
}

.common-text p {
    font-size: 17.5px;  margin-bottom: 25px;line-height: 28px;color: black;    padding-right: 48px;
}

.main-content-left {
    float: left;
    width: 46%;
}

.main-content-right {
    float: right;
    width: 49.5%;
}

.common-text strong {
    font-weight: 600;
    float: left;
    width: 100%;
    color: black;
    font-size: 18px;
    margin-bottom: 1px;
}

.main-content-common-row.row2 {
    margin-top: -40px;
}
.main-content-common-row.row2 .main-content-left .blue-heading {
    padding-top: 240px;
}

.main-content-common-row.row2 .main-content-left .blue-heading h3 {
    padding-right: 260px;
}
.main-content-common-row.row3 .main-content-right .blue-heading {
    padding-top: 230px;
}
.main-content-common-row.row3 .main-content-right .blue-heading h3 {
    padding-right: 170px;
}
.main-content-common-row.row3 {
       margin-top: -30px;
}

.main-content-common-row.row4 {
    margin-top: 65px;
}

.main-content-common-row .main-content-right .blue-heading {
    padding-top: 420px;
}


.blue-heading h3 {
    color: #007cc5;
    font-size: 22px;
    margin-top: 0;
    line-height: 31px;
    padding-right: 180px;font-weight: 600;
}

.main-content-common-row.row2 .main-content-right p {
    padding-right: 70px;
}

.main-content-common-row.row4 .main-content-right.common-text p {
    padding-right: 80px;
}

.sign-outer {
    float: left;
    width: 100%;    padding-right: 10px;
}
.sign-inner {
    float: left;
    width: 230px;
}
.sign-inner img {
    float: left;
    max-width: 100%;
}

.sign-kenneth.sign-inner {
    width: 200px;
}
.sign-outer .sign-image {
    height: 100px;
    position: relative;
}

.sign-outer p {
    padding-right: 0;
}
.sign-inner img {
    float: left;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main-content-common-row.row4 .main-content-right.common-text .sign-inner p {
    padding-right: 0;
}
.sign-LeRoy.sign-inner {
    float: right;
    width: 280px;
}


/*
Investing-Future
*/


.investing-future { 
    float: left;
    width: 100%;
 }

 .investing-future-inner { 

    background: url(../images/TDS-green-block-graphic.jpg);
    padding: 280px 50px;
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;

 }

 .investing-content{
      position: absolute;
    width: 700px;    bottom: 38px;
 }

 .investing-desktop img {
    max-width: 100%;
}

.investing-future-inner h1 {
    color: white;
    font-size: 66px;
    font-weight: 500;
} 


/*
5G
*/

.us-cellular-outer {
       float: left;
    width: 100%;

}

.us-fg-logo img {
    width: 360px;
}

.us-cellular-inner {
    
    padding: 87px 50px  80px;
    float: left;
    width: 100%;
}
.us-cellular-inner  .us-fg-logo {
    margin-bottom: 33px;
}
.us-cellular-left {
    float: left;
    width: 41%;
}

.us-cellular-right {
        float: right;
    position: relative;
    width: 43%;
  
}
.us-cellular-right.common-text p {
    font-size: 21px;
    line-height: 30px;
    padding-right: 70px;
    padding-top: 100px;
}

.Five-g {
    position: absolute;
  left: 120px;
    top: 26px;}

.Five-g img { max-width: 100%; }

.heading-style h3 {
    color: #007cc5;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 600;
}

.heading-style h4 {
    font-size: 22px;
    line-height: 35px;
}

.investing-mobile {
    display: none;
}
.us-cellular-outer h3 {
    padding-right: 60px;
}

/*
* Us cellular-blue-box
*/

.us-cellular-blue-box-outer {
    float: left;
    width: 100%;
    background: url(../images/people-on-phones@2x.jpg);
    background-size: 63%;
    background-position: left;
    background-repeat: no-repeat;
   
}

.us-cellular-blue-box-inner {
    float: left;
    width: 100%;
    max-height: 354px;
    overflow: hidden;
     
}

.us-cellular-blue-box-left.us-blue {
    float: left;
    width: 50%;
}

.us-blue.heading-style h3 {
line-height: 26px;
    font-size: 19px;
    font-weight: normal;
    color: White;
}

.us-cellular-blue-box-right {
    float: right;
    width: 47%;
    padding-right:100px;
    background:#007cc5;
    padding:13px 200px 40px 55px;height: 354px;

    

}

.us-cellular-blue-box-left.us-blue {
      float: left;
    width: 53%;
    height: 354px;
  
}
.us-cellular-blue-box-left.us-blue img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wisconsin-map {
    width: 360px;
}

.wisconsin-map img {
    max-width: 100%;
}

/*
* us-cellular-fg-outer
*/


.us-cellular-fg-outer {
     float: left;
    width: 100%;
    padding:60px 50px 35px;
  }

.us-process-outer ul {
    list-style-type: none;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}

.us-process-outer ul li {
    float: left;
    text-align: center;
    margin-right: 145px;
}

.us-process-outer ul li img {
    width: 140px;
}

.fg-process-content.heading-style {
    float: left;
    width: 42%;
}

.fg-process-content.heading-style h3 {
    line-height: 31px;
    margin-top: 0;
}

.footer {
    float: left;
    width: 100%;
    background: #7f7f7f;
    padding: 50px 50px;
    color: white;
}
.inner-address {
    float: left;
    width: 100%;
}

.inner-address h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
}

.inner-address h5 a {
    color: white;
}

.scroll-top {
    float: left;
}

/*
* Investing Focus
*/

.tds-telecom-focus-outer {
    float: left;
    width: 100%;
    position: relative;
    background: url('../images/fiber_city_image.jpg');
    background-size: cover;
    padding: 390px 50px  280px;
    background-attachment: fixed; 
    background-position: center;
}

.tds-telecom-focus-inner {
    position: absolute;
    left: 50px;
    bottom: 60px;
}

/*
* TDS Chart and Map
*/
.tds-growth-info-outer {
    float: left;
    width: 100%;
    padding: 60px 50px 60px;
}

.tds-growth-info-left {
    float: left;
    width: 45%;
}

.tds-growth-info-right {
    float: right;
    width: 50%;
}

.tds-growth-content p {
    font-size: 22px;
    color: black;
    padding-right: 50px;
    padding-bottom: 30px;
}

.tds-growth-info-left p {
    font-size: 21px;
    padding-right: 140px;
    padding-top: 150px;
    padding-bottom: 90px;    color: black;
}
.blue-heading.mobo-heading {
    display: none;
}

.tds-telecom-focus-inner h3 {
    display: none;
}

.tds-diamond-logo img {
    width: 205px;
}