@media only screen and (max-width: 767px) {
    .inside {
        padding-top: 6rem;
    }
}
.mediaWrapper p.tabCopy {
    color: #444;
    font-size: 1.4rem;
    margin: 4rem 0;
}
@media only screen and (max-width: 991px) {
    .mediaWrapper p.tabCopy {
        margin: 0;
    }
}
.mediaWrapper .searchInput {
    width: 300px;
    position: absolute;
    right: 0;
    top: 72px;
}
@media only screen and (max-width: 991px) {
    .mediaWrapper .searchInput {
        width: 300px;
        position: relative;
        right: auto;
        top: auto;
    }
}
.mediaWrapper .searchInput .inputFeild .inpDefault {
    border-color: #d5d5d5;
}
.mediaWrapper .searchInput .inputFeild label {
    color: #bebebe;
}
.mediaWrapper .searchInput .icon-magnifying-glass {
    position: absolute;
    top: 35px;
    right: 10px;
}
.mediaWrapper .tabsCont {
    margin-top: 40px;
}
@media only screen and (max-width: 991px) {
    .mediaWrapper .tabsCont {
        margin-top: 20px;
    }
}
.mediaWrapper .tabsMain ul {
    border-bottom: 2px solid #ececec;
    width: 500px;
}
@media only screen and (max-width: 991px) {
    .mediaWrapper .tabsMain ul {
        width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain ul {
        width: 100%;
    }
}
.mediaWrapper .tabsMain ul li a {
    color: #444;
    font-size: 1.6rem;
    font-family: Lato-Regular;
    padding: 1rem 3.5rem;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: 0;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain ul li a {
        padding: 1rem 2.5rem;
    }
}
.mediaWrapper .tabsMain ul li.active {
    border-bottom: 3px solid #f79608;
}
.mediaWrapper .tabsMain ul li.active a {
    font-family: Lato-Bold;
    color: #000;
}
.mediaWrapper .tabsMain .tableWrap table {
    width: 100%;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 1em;
}
.mediaWrapper .tabsMain .tableWrap table tr {
    background: #f0f4f7;
    margin-top: 0.5rem;
    border-collapse: separate;
    border-spacing: 0 15px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr.headTr {
    background: 0 0;
}
.mediaWrapper .tabsMain .tableWrap table tr td,
.mediaWrapper .tabsMain .tableWrap table tr th {
    padding: 1rem;
    font-size: 1.4rem;
}
.mediaWrapper .tabsMain .tableWrap table tr th {
    font-family: Lato-Bold;
    color: #000;
    font-size: 1.4rem;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
}
.mediaWrapper .tabsMain .tableWrap table tr th.noBlock {
    max-width: 5.5rem;
}
.mediaWrapper .tabsMain .tableWrap table tr th.dateBlock {
    max-width: 10.2rem;
}
.mediaWrapper .tabsMain .tableWrap table tr th.publicationBlock {
    max-width: 23.5rem;
}
.mediaWrapper .tabsMain .tableWrap table tr th.shareBlock {
    max-width: 23rem;
}
.mediaWrapper .tabsMain .tableWrap table tr td:first-child {
    text-align: center;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr td:first-child {
        padding: 20px 15px;
        text-align: left;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr td:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr td:last-child {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr td .numbers {
    border: 1px solid #aeaeae;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px 8px;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr td .numbers {
        display: inline;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr td .numbers.twoDigit {
    padding: 5px 6px;
}
.mediaWrapper .tabsMain .tableWrap table tr td .date {
    color: #000;
}
.mediaWrapper .tabsMain .tableWrap table tr td .title {
    color: #00a2bd;
    text-align: left;
}
.mediaWrapper .tabsMain .tableWrap table tr td span.publicationLogo {
    width: 100%;
    display: block;
    text-align: center;
    padding-right: 16px;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr td span.publicationLogo {
        text-align: left;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share {
    background: #00a2bd;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 154px;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr td ul.share {
        width: 100px;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li {
    width: 32%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .mediaWrapper .tabsMain .tableWrap table tr td ul.share li {
        width: 30%;
    }
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li:after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 1.7rem;
    background: #0095ae;
    top: 8px;
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li:last-child:after {
    display: none;
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li a {
    padding: 5px;
    text-align: center;
    color: #fff;
    outline: 0;
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li a.icon-facebook:hover {
    color: #3b5998;
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li a.icon-twitter:hover {
    color: #00aced;
}
.mediaWrapper .tabsMain .tableWrap table tr td ul.share li a.icon-linkedin:hover {
    color: #3b5998;
}
.mediaWrapper .tabsMain .tableWrap .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
}
.mediaWrapper .tabsMain .tableWrap .pagination ul {
    border-bottom: none;
}
.mediaWrapper .tabsMain .tableWrap .pagination ul li {
    margin-right: 1rem;
}
.mediaWrapper .tabsMain .tableWrap .pagination ul li:last-child {
    margin-right: 0;
}
.mediaWrapper .tabsMain .tableWrap .pagination ul li a {
    color: #4f4f4f;
    font-size: 1.4rem;
    font-family: Lato-Regular;
    padding: 1px 8px;
    border: 1px solid #aeaeae;
    background: #f0f4f7;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: 0;
}
.mediaWrapper .tabsMain .tableWrap .pagination ul li a:hover {
    background: #f79608;
    color: #fff;
}
.mediaWrapper .tabsMain .tableWrap .pagination ul li a.active {
    background: #00a2bd;
    color: #fff;
}
.mediaWrapper .tabsMain .tableWrap .pagination .next {
    display: block;
    margin: 0.2rem 0 0 3rem;
    outline: 0;
}
.medCenterVideoWrap {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .medCenterVideoWrap {
        margin-bottom: 30px;
    }
}
.medCenterVideoWrap .videoBlog {
    position: relative;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    width: 370px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 1199px) {
    .medCenterVideoWrap .videoBlog {
        width: 300px;
    }
}
@media only screen and (max-width: 991px) {
    .medCenterVideoWrap .videoBlog {
        width: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .medCenterVideoWrap .videoBlog {
        width: 100%;
        margin-right: 0;
    }
}
.medCenterVideoWrap .videoBlog:nth-child(3n) {
    margin-right: 0;
}
@media only screen and (max-width: 991px) {
    .medCenterVideoWrap .videoBlog:nth-child(3n) {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .medCenterVideoWrap .videoBlog:nth-child(2n) {
        margin-right: 0;
    }
}
.medCenterVideoWrap .videoBlog .playBtn {
    content: "";
    width: 6.2rem;
    height: 6.2rem;
    display: inline-block;
    background: url(/Investor-assets/images/video-play-icon.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.medCenterVideoWrap .videoBlog a {
    display: block;
    text-decoration: none;
    outline: 0;
}
.medCenterVideoWrap .videoBlog a:hover .playBtn {
    border: 10px solid rgba(255, 255, 255, 0.2);
}
.medCenterVideoWrap .videoBlog a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.medCenterVideoWrap .videoBlog .videoContent {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 80%;
    right: 0;
    margin: 0 auto;
}
.medCenterVideoWrap .videoBlog p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}
.medCenterVideoWrap .videoBlog img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}
.medCenterVideoWrap.mpopUps .md-content {
    background: 0 0;
}
@media only screen and (max-width: 767px) {
    .medCenterVideoWrap.mpopUps .md-content {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .medCenterVideoWrap.mpopUps .md-content iframe {
        height: auto;
    }
}
.medCenterVideoWrap.mpopUps .md-content .close {
    top: -2.5rem;
}
.js-responsive-table table,
.tableStyling table {
    border: 0;
}
.js-responsive-table table td + td,
.tableStyling table td + td {
    text-align: left;
}
.js-responsive-table table th:first-child,
.tableStyling table th:first-child {
    min-width: auto;
}
@media only screen and (max-width: 767px) {
    .js-responsive-table table td h4,
    .js-responsive-table table td span {
        display: block;
        width: 100%;
    }
}
/*for pagination*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}
.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}
.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}