/* =WordPress Core
-------------------------------------------------------------- */
@media (min-width: 580px) {
.section-team .container {
    padding: 0 100px !important;
	}
}
.linkedin-header {background-color:#eeecec;max-width: 1572px; margin: 15px auto; padding:15px;}
.linkedin-header-container {
  width: 100%;
  margin: 0 auto;text-align:center;
  max-width: 800px;}
  .linkedIn-profile {
    float: left;
    width: 70%;
  }
  .linkedIn-profile .columnimg{
    float: left;
	  width:100%;
    max-width: 260px;
  }
  .linkedIn-profile .column {
    float: left;
    width: 210px;
	  padding:10px
  }
  .linkedIn-btns {
    height:84px;
    float: left;
    width: 30%;
  }
  .linkedIn-btns img {
padding-top:30px;
  }
  .linkedin-header-container:after {
    content: "";
    display: table;
     clear: both;
  }
.linkedin-grid {background-color:#eeecec;max-width: 1572px; margin: 0 auto;}
.linkedin-grid .linkedin-item {
  float: left;
  max-width:504px;
  margin: 10px 10px 5px;
}
.linkedin-grid:after {
  content: "";
  display: table;
   clear: both;
}
@media screen and (max-width: 1048x) {
  .linkedin-grid .linkedin-item  {
    width: 50%; margin: 5px 10px;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .linkedin-grid .linkedin-item  {
    width: 100%;
	  margin: 5px 5px;
  }
	.linkedIn-btns {
    width: 100%;
		height:auto;
  }
}

td, th {border-color:#eeecec !important;border: 0px solid #eeecec !important;vertical-align:middle !important;}
@media only screen and (max-width:801px) {
            .tflex {
                display: block !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }
            .tflex.gocenter {
                text-align: center !important;
            }
	.tflex.gocenter h3,.tflex.gocenter h4{
                text-align: center !important;
            }
            .t-c {
                float: none !important;
                margin: 0 auto !important;
            }
        }