
/* - tkfdCustom.css - */
@media all {
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: normal; }

#portal-globalnav {
  font-size: 18px; }

.tkfd_gnaviInner {
  background: none !important; }

.tkfd_globalnav {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .tkfd_globalnav li {
    height: 40px;
    padding: 10px 20px 0px 20px;
    border-left: 1px solid #716D66;
    box-sizing: border-box;
    background-color: transparent; }
    .tkfd_globalnav li:last-child {
      border-right: 1px solid #716D66; }

.tkfd_dropdown_gnav li {
  background-color: transparent; }

#content .tkfd_TopStoriesTitle {
  background-color: #215f6b;
  padding: 0.3rem 0.5rem !important;
  width: 100%;
  float: none;
  box-sizing: border-box; }
  #content .tkfd_TopStoriesTitle a:link,
  #content .tkfd_TopStoriesTitle a:hover,
  #content .tkfd_TopStoriesTitle a:active,
  #content .tkfd_TopStoriesTitle a:visited,
  #content .tkfd_TopStoriesTitle a:focus {
    color: #fff !important; }

#content .tkfd_indexMainLeft > .clearfix {
  position: relative; }
  #content .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesPrevious,
  #content .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesNext {
    width: 30px;
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    padding: 6px;
    font-size: 18px;
    font-weight: bold; }
  #content .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesPrevious {
    top: 0px;
    right: 30px; }
  #content .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesNext {
    top: 0px;
    right: 0px; }
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:link,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:active,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:visited,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:hover,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:focus,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:link,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:active,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:visited,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:hover,
  #content .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:focus {
    color: #fff !important; }

#portal-breadcrumbs {
  padding: 0 0.3rem;
  font-size: 0.8rem; }

.tkfd_indexMainLeftBox .module-title-about-tkfd {
  background-color: #67361C;
  color: #fff;
  padding: 0.3rem 0.5rem !important; }

@media screen and (max-width: 600px) {
  * {
    box-sizing: border-box; }
  #portal-logo {
    margin-left: 10px !important;
    margin-top: 50px !important; }
  .tkfd_logo {
    width: 80%;
    height: auto;
    margin-top: 0; }
  .tkfd_floatNone {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  #portal-searchbox {
    width: 100%;
    margin: 5px 0 0 0 !important;
    float: none;
    position: absolute;
    top: 0;
    right: 0; }
    #portal-searchbox .tkfd_topSearchBox {
      width: 6rem; }
  .tkfd_topSearchSet {
    padding: 5px 7px 0 18px;
    margin: 5px 0 0 0 !important; }
  .tkfd_linkInnnerSite {
    padding-right: 7px;
    margin-top: 4px;
    width: auto;
    text-align: right;
    float: none;
    margin-right: 0; }
  .tkfd_linkOut {
    width: auto;
    text-align: right;
    margin: 0;
    margin-right: 7px;
    float: none; }
  #portal-globalnav {
    font-size: 1rem; }
  .tkfd_gnaviWrapper {
    height: auto !important;
    background: none !important; }
    .tkfd_gnaviWrapper ul.tkfd_sizeControl {
      display: none !important; }
  .tkfd_gnaviInner {
    background: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .tkfd_globalnav {
    background-color: #F9F1DA !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .tkfd_globalnav li {
      width: 50%;
      height: auto;
      border-left: none;
      border-right: 1px solid #716D66;
      border-bottom: 1px solid #716D66;
      padding: 7px;
      box-sizing: border-box;
      background-color: #513D36; }
      .tkfd_globalnav li:last-child {
        border-right: none; }
  .tkfd_dropdown_gnav {
    float: none; }
  .tkfd_sizeControl {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .tkfd_gnaviWrapper {
    border-top: 1px solid #67361C; }
  #nav-toggle {
    position: absolute;
    top: 20px;
    left: 10px;
    cursor: pointer;
    z-index: 1000; }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 25px;
    background: #513D36;
    position: absolute;
    display: block;
    content: ''; }
  #nav-toggle span:before {
    top: -7px; }
  #nav-toggle span:after {
    bottom: -7px; }
  #portal-breadcrumbs {
    padding: 0 0.3rem; }
  .tkfd_middle {
    width: 100% !important; }
    .tkfd_middle .tkfd_main {
      width: 100% !important;
      float: none !important; }
    .tkfd_middle .tkfd_sub {
      width: 100% !important;
      float: none !important; }
  .tkfd_indexContent {
    width: 100% !important; }
  .tkfd_indexMainLeft {
    width: 100% !important;
    float: none !important; }
    .tkfd_indexMainLeft > .clearfix {
      position: relative; }
      .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesPrevious,
      .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesNext {
        width: 30px;
        position: absolute;
        box-sizing: border-box;
        height: 100%;
        padding: 6px;
        font-size: 18px;
        font-weight: bold; }
      .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesPrevious {
        top: 0px;
        right: 30px; }
      .tkfd_indexMainLeft > .clearfix .tkfd_TopStoriesNext {
        top: 0px;
        right: 0px; }
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:link,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:active,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:visited,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:hover,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesPrevious:focus,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:link,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:active,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:visited,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:hover,
      .tkfd_indexMainLeft > .clearfix a.tkfd_TopStoriesNext:focus {
        color: #fff !important; }
  .tkfd_indexMainRight {
    width: 100% !important;
    float: none !important;
    margin-top: 10px; }
  .tkfd_MainLeftTopStory {
    width: auto; }
  .tkfd_indexMainRightTopicsWrapper {
    margin-left: 0; }
  .tkfd_TopStoriesTitle {
    background-color: #215f6b;
    padding: 0.3rem 0.3rem !important;
    width: 100%;
    float: none;
    box-sizing: border-box; }
    .tkfd_TopStoriesTitle a {
      color: #fff !important; }
  .tkfd_indexMainLeftBox .module-title-about-tkfd {
    background-color: #67361C;
    color: #fff;
    padding: 0.3rem !important; }
  .tkfd_indexExpertCommentaryWrapper {
    margin-left: 0;
    width: 100%;
    margin-top: 0.3rem; }
  .tkfd_subwrapper {
    padding: 10px 0 0 0 !important; }
  .tkfd_subwrapper .tkfd_mp0,
  .tkfd_indexMainRight .tkfd_mp0 {
    display: inline-block;
    width: auto; }
    .tkfd_subwrapper .tkfd_mp0 img,
    .tkfd_indexMainRight .tkfd_mp0 img {
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .promo {
    text-align: center; }
  .tkfd_newsWrapper {
    width: 218px;
    margin-left: auto;
    margin-right: auto; }
    .tkfd_newsWrapper .tkfd_newsTop {
      padding: 0 0 0 0 !important;
      margin-bottom: 10px;
      width: 100%; }
  .tkfd_innerBox.tkfd_indexMainRightTopicsWrapper,
  .tkfd_innerBox.tkfd_subText {
    border-top: none; }
  .tkfd_indexMainRightTopicsWrapper {
    background: none; }
  .tkfd_indexMainRightTopics {
    background-color: #fff;
    padding: 0.5rem 0.5rem; }
  .tkfd_subText {
    width: 100%;
    background: none;
    margin-left: auto;
    margin-right: auto;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #cdcdcd; }
  .tkfd_newEntry {
    background-color: #fff; }
  .tkfd_newEntryDateWrapper {
    background: none;
    padding: 0;
    background-color: #eee; }
  .tkfd_newEntryDate {
    border-left: solid 10px #fff;
    padding: 2px 20px 0 20px;
    margin: 0 0 0 0; }
  .tkfd_newEntryText {
    padding: 10px;
    margin: 0; }
  .tkfd_topofPage {
    margin: 0 !important; }
  .tkfd_footerWrapper {
    height: auto; }
  .tkfd_bottom {
    width: 100% !important; }
  .tkfd_fotterList {
    width: 100% !important;
    float: none !important;
    padding: 20px 30px 0 30px;
    box-sizing: border-box; }
  #portal-footer {
    padding: 0; }
  .tkfd_fotterList ul {
    margin: 15px 0 0 0; }
  .tkfd_bottomCompany, .tkfd_bottomPolicy {
    float: none;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px; }
  .tkfd_footerWhatsNew img,
  .tkfd_footerTopics img,
  .tkfd_footerAboutUs img {
    width: 100%;
    height: auto; }
  .tkfd_content {
    width: 100% !important; }
  .tkfd_pageMove {
    width: 100% !important; }
  .tkfd_pmPageNumber {
    width: 100% !important; }
  .tkfd_sATDateWrapper {
    width: 100%; }
    .tkfd_sATDateWrapper .tkfd_sATDateText {
      width: 100%; }
  .tkfd_sATopTextWrapper {
    margin: 10px 0 0 25px; }
  .tkfd_topofPage img {
    height: auto;
    width: 100%;
    margin-top: 1rem; }
  .tkfd_nTFTitleClose {
    width: 100% !important; }
  .tkfd_sTFTopicMain {
    width: 100%; }
    .tkfd_sTFTopicMain img {
      width: 100%;
      height: auto; }
  .tkfd_sTFTopicSub {
    width: 100%; }
  .tkfd_reportMain {
    padding: 0 10px 20px 10px; }
  .tkfd_sTFTopicMainWrapper {
    margin: 20px 10px 0 10px; }
  .tkfd_topicsSFTImage {
    float: none;
    width: 100%; }
  .tkfd_topicsSFTText {
    float: none;
    width: 100%;
    margin-left: 0; }
  .tkfd_aboutUsMapImage {
    width: 100%; }
    .tkfd_aboutUsMapImage img {
      width: 100%; }
  .tkfd_innerWrapper {
    margin: 8px; }
  .tkfd_subExpertCommentaryWrapper {
    width: 100% !important;
    margin-left: 0; }
  .tkfd_pictureArea {
    float: none !important; }
  .tkfd_text {
    margin: 0 0 30px 0;
    float: none; }
  .tkfd_textWrapper {
    width: 100%;
    padding: 4px; }
  #left-search {
    float: none;
    width: 100%; }
  #right-search {
    float: none;
    width: 100%; }
  .template-search .tkfd_content {
    width: 100% !important; } }


}

