@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}


:focus {
  outline: 0;
}


ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


* html .clearfix {
  height: 1%;
}


*:first-child + html .clearfix {
  min-height: 1px;
}

.grid-1-4 {
  width: calc(100% / 4 - 20px);
  margin: 0px 10px;
  float: left;
}

.grid-1-4 img {
  width: 100%;
}

.grid-2-4 {
  width: calc(100% / 4 * 2 - 20px);
  margin: 0px 10px;
  float: left;
}

.grid-3-4 {
  width: calc(100% / 4 * 3 - 20px);
  margin: 0px 10px;
  float: left;
}

.grid-4-4 {
  width: calc(100% - 20px);
  margin: 0px 10px;
}

.grid-1-3 {
  width: calc(100% / 3 - 35px);
  margin: 0 17.5px;
  float: left;
}

.grid-1-3 img {
  max-width: 100%;
}

.grid-2-3 {
  width: calc(100% / 3 * 2 - 35px);
  margin: 0px 17.5px;
  float: left;
}

.grid-3-3 {
  width: calc(100% - 35px);
  margin: 0px 17.5px;
  float: left;
}

@font-face {
  font-family: 'frutiger';
  src: url("/font/FrutigerNextPro-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'frutiger';
  src: url("/font/FrutigerNextPro-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'frutiger';
  src: url("/font/FrutigerNextPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'frutiger';
  src: url("/font/FrutigerNextPro-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}

* {
  font-family: 'frutiger', sans-serif !important;
  font-weight: 400;
  box-sizing: border-box;
}

.fs--small {
  font-size: 12px;
}

.fs--medium {
  font-size: 14px;
}

.fs--large {
  font-size: 18px;
}

.fs--xlarge {
  font-size: 22px;
}

.fs--xxlarge {
  font-size: 26px;
}

.fs--xxxlarge {
  font-size: 44px;
}

.fs--mxlarge {
  font-size: 72px;
}

.bg--lgrey {
  background-color: #E6E9ED;
  transition: all 0.6s ease;
  color: #6f8198;
}

.fc--lgrey {
  color: #E6E9ED;
}

.bg--dgrey {
  background-color: #AAAAAA;
  transition: all 0.6s ease;
  color: #444444;
}

.fc--dgrey {
  color: #AAAAAA;
}

.bg--green {
  background-color: #A0D468;
  transition: all 0.6s ease;
  color: #395719;
}

.fc--green {
  color: #A0D468;
}

.bg--blue {
  background-color: #002f5a;
  transition: all 0.6s ease;
  color: #f3f9ff;
}

.fc--blue {
  color: #002f5a;
}

.bg--lblue {
  background-color: #dee8ec;
  transition: all 0.6s ease;
  color: #5d8ea1;
}

.fc--lblue {
  color: #dee8ec;
}

.bg--red {
  background-color: #d70031;
  transition: all 0.6s ease;
  color: white;
}

.fc--red {
  color: #d70031;
}

.bg--white {
  background-color: #FFFFFF;
  transition: all 0.6s ease;
  color: #999999;
}

.fc--white {
  color: #FFFFFF;
}

.spacer--50 {
  padding-top: 50px;
}

.p--50 {
  padding: 50px;
}

.pt--50 {
  padding-top: 50px;
}

.pr--50 {
  padding-right: 50px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.ptb--50 {
  padding: 50px 0px;
}

.m--50 {
  margin: 50px;
}

.mt--50 {
  margin-top: 50px;
}

.mr--50 {
  margin-right: 50px;
}

.mb--50 {
  margin-bottom: 50px;
}

.ml--50 {
  margin-left: 50px;
}

.mtb--50 {
  margin: 50px 0px;
}

.spacer--40 {
  padding-top: 40px;
}

.p--40 {
  padding: 40px;
}

.pt--40 {
  padding-top: 40px;
}

.pr--40 {
  padding-right: 40px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pl--40 {
  padding-left: 40px;
}

.ptb--40 {
  padding: 40px 0px;
}

.m--40 {
  margin: 40px;
}

.mt--40 {
  margin-top: 40px;
}

.mr--40 {
  margin-right: 40px;
}

.mb--40 {
  margin-bottom: 40px;
}

.ml--40 {
  margin-left: 40px;
}

.mtb--40 {
  margin: 40px 0px;
}

.spacer--30 {
  padding-top: 30px;
}

.p--30 {
  padding: 30px;
}

.pt--30 {
  padding-top: 30px;
}

.pr--30 {
  padding-right: 30px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pl--30 {
  padding-left: 30px;
}

.ptb--30 {
  padding: 30px 0px;
}

.m--30 {
  margin: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.mr--30 {
  margin-right: 30px;
}

.mb--30 {
  margin-bottom: 30px;
}

.ml--30 {
  margin-left: 30px;
}

.mtb--30 {
  margin: 30px 0px;
}

.spacer--20 {
  padding-top: 20px;
}

.p--20 {
  padding: 20px;
}

.pt--20 {
  padding-top: 20px;
}

.pr--20 {
  padding-right: 20px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pl--20 {
  padding-left: 20px;
}

.ptb--20 {
  padding: 20px 0px;
}

.m--20 {
  margin: 20px;
}

.mt--20 {
  margin-top: 20px;
}

.mr--20 {
  margin-right: 20px;
}

.mb--20 {
  margin-bottom: 20px;
}

.ml--20 {
  margin-left: 20px;
}

.mtb--20 {
  margin: 20px 0px;
}

.spacer--10 {
  padding-top: 10px;
}

.p--10 {
  padding: 10px;
}

.pt--10 {
  padding-top: 10px;
}

.pr--10 {
  padding-right: 10px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pl--10 {
  padding-left: 10px;
}

.ptb--10 {
  padding: 10px 0px;
}

.m--10 {
  margin: 10px;
}

.mt--10 {
  margin-top: 10px;
}

.mr--10 {
  margin-right: 10px;
}

.mb--10 {
  margin-bottom: 10px;
}

.ml--10 {
  margin-left: 10px;
}

.mtb--10 {
  margin: 10px 0px;
}

.mt--18 {
  margin-top: 18px;
}

.mt--36 {
  margin-top: 36px;
}

.mt--38 {
  margin-top: 38px;
}

.mt--54 {
  margin-top: 54px;
}

.mb--18 {
  margin-bottom: 18px;
}

.mb--36 {
  margin-bottom: 36px;
}

.mb--54 {
  margin-bottom: 54px;
}

.p--18 {
  padding: 18px;
}

* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
  font-family: 'Ubuntu', Helvetica, sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.wrapper-small {
  width: 300px;
  margin: 0px auto;
}

.sec--100 {
  width: 100%;
}

.ta--center {
  text-align: center;
}

.ta--justify {
  text-align: justify;
}

.ta--left {
  text-align: left;
}

.ta--right {
  text-align: right;
}

.fw--light {
  font-weight: 300;
}

.fw--normal {
  font-weight: 400;
}

.fw--semi-bold {
  font-weight: 500;
}

.fw--bold {
  font-weight: 600;
}

.lh--20 {
  line-height: 20px;
}

.h--100p {
  height: 100%;
}

.flex--center {
  display: flex;
  align-items: center;
}

.flex--reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex--jus {
  display: flex;
  justify-content: center;
}

.flex--end {
  display: flex;
  align-items: flex-end;
  display: -webkit-flex;
  -webkit-align-self: flex-end;
}

.flex--base {
  display: flex;
  align-items: baseline;
}

.fl--left {
  float: left;
}

.fl--right {
  float: right;
}

.c--pointer {
  cursor: pointer;
}

.no-wrap {
  white-space: nowrap;
}

* {
  color: #002f5a;
}

p {
  line-height: 120%;
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 37px;
  margin: 36px 0;
}

.flatInput {
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  font-size: 16px;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
}

.btn--default {
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  font-size: 16px;
  height: 40px;
  width: 100%;
  cursor: pointer;
}

.btn--round {
  border-radius: 3px;
  padding: 8px 20px 5px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0 0 0;
}

.btn-buttom {
  width: inherit;
}

.bgimage {
  background-size: cover;
}

.sec--top {
  background-size: cover;
  background-position: center;
  height: 375px;
  float: left;
  display: flex;
}

.sec-content {
  margin-top: 36px;
  
}

.header {
  width: 100%;
}

.header .logo {
  max-width: 95%;
}

.header .logo--credit {
  margin: 24px 0px 15px 0px;
  max-width: 95%;
}

.header .logo--tcf {
  margin: 36px 0px 15px 0px;
  max-width: 95%;
}

.line--bt-grey-5 {
  border-bottom: 5px solid grey;
}

.line--tp-grey-5 {
  border-top: 5px solid grey;
}

.line--red {
  width: 100%;
  height: 5px;
  background-color: #d70031;
  display: block;
}

.line--blue {
  margin-top: 5px;
  width: 100%;
  background-color: #002f5a;
  padding: 10px 0;
  display: block;
}

.line--blue h2 {
  line-height: 1;
  color: white;
  margin-top: 10px;
  margin-bottom: 0;
}


.social img {
  height: 42px;
  margin-right: 18px;
}

.list-bullet li {
  line-height: 140%;
  margin-left: 12px;
  position: relative;
}

.list-bullet li:before {
  position: absolute;
  margin-left: -14px;
  content: "• ";
  color: #d70031;
}

.namesign {
  height: 45px;
  width: 94px;
  padding-top: 8px;
  padding-left: 8px;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  text-align: justify;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  left: 26%;
  top: 260px;
}

.namesign .line--1-blue {
  height: 1px;
  width: 80px;
  background-color: #002f5a;
  margin: 5px 0;
  display: flex;
}

.onlyAtPrint, .onlyAtPrintBlock {
  display: none;
}

@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    -ms-zoom: 100%;
  }
}

@media print {
  html, body {
    height: auto;
  }
  .grid-1-3, .grid-2-3, .sec-content {
    display: block;
    overflow: visible !important;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hideAtPrint {
    height: 0px !important;
    width: 0px !important;
    display: none !important;
  }
  .onlyAtPrint {
    display: inline !important;
    height: 20px;
  }
  .onlyAtPrintBlock {
    display: block !important;
  }
  .jobtitle {
    font-size: 24px;
    margin: 20px 0;
  }
  .grid-1-3, .grid-2-3, .grid-3-3 {
    width: 100%;
    margin: 0;
    max-height: 90%;
    float: none;
  }
  .list-bullet {
    list-style: circle;
    color: black;
  }
  .print-break-inside {
    page-break-inside: avoid !important;
  }
}

@media (max-width: 920px) {
  .wrapper {
    width: 100%;
  }
  .sec--top {
    background-position: 40% bottom;
  }
  .bg--img-tcfman {
    background-position: 55% bottom;
    height: 300px;
  }
  .bg--img-credit {
    background-position: 70% center;
    height: 300px;
  }
  .bg--img-tcfgroup {
    background-position: 70% center;
    height: 230px;
  }
}

@media screen and (max-width: 680px) {
  .grid-1-3, .grid-2-3 {
    width: calc(100% - 35px);
    margin: 0px 17.5px;
  }
  .mo-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    
    display: flex;
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: -webkit-flex;
    
  }
  .btn-buttom {
    float: none;
  }
  iframe {
    max-width: 100%;
  }
  .clime h2 {
    font-size: 25px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 600px) {
   .sec--top {height: 200px;}
}

@media only screen and (min-width: 680px) {
  .desk-reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    
    display: flex;
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: -webkit-flex;
    
  }
}
 

 