@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.svg") format("svg");
}

@font-face {
  font-family: 'Mulish-Regular';
  src: url("../fonts/Mulish-Regular.woff") format("woff");
  src: url("../fonts/Mulish-Regular.eot") format("embedded-opentype"), url("../fonts/Mulish-Regular.otf") format("opentype"), url("../fonts/Mulish-Regular.svg") format("svg"), url("../fonts/Mulish-Regular.ttf") format("truetype");
}

/* line 12, ../scss/tc.scss */
#TC {
  width: 100%;
  height: 100%;
  min-width: 300px;
    /*.headWrapper{
        width: 1280px;
        height: 100px;
        margin: auto;
        display: table;

        .img{ 
            display: table-cell;
            vertical-align: middle;

            span{
                font-family: 'Mulish-Regular';
                font-size: 28px;
                color: #004b92;
                margin-left: 20px;
            }
            img{
                padding-bottom: 5px;
                vertical-align: middle;
            }
        }
    }*/
}
/* line 17, ../scss/tc.scss */
#TC #banner {
  width: 100%;
  height: 344px;
  text-align: center;
  background: url(../images/policy_banner.jpg) top center no-repeat;
  background-size: cover;
}
/* line 24, ../scss/tc.scss */
#TC #banner .container {
  display: table;
}
/* line 27, ../scss/tc.scss */
#TC #banner #banner_Txt {
  font-family: GothamLight;
  font-size: 37px;
  color: white;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
/* line 58, ../scss/tc.scss */
#TC #informBox {
  width: 100%;
}
/* line 61, ../scss/tc.scss */
#TC #informBox .txtWrapper {
  width: 1190px;
  margin: 70px auto 10px;
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: justify;
}
/* line 70, ../scss/tc.scss */
#TC #informBox .txtWrapper .header {
  font-family: 'Mulish-Regular';
  font-size: 24px;
  color: #004b92;
  line-height: 30px;
  text-align: left;
}
/* line 77, ../scss/tc.scss */
#TC #informBox .txtWrapper .fontTxt {
  position: relative;
  color: white;
}
/* line 81, ../scss/tc.scss */
#TC #informBox .txtWrapper .fontTxt .img {
  position: absolute;
  top: 50%;
  left: -197px;
  height: 3px;
}
/* line 88, ../scss/tc.scss */
#TC #informBox .txtWrapper .head {
  font-family: 'Mulish-Regular';
  font-weight: bold;
  font-size: 36px;
  color: #004b92;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
}
/* line 98, ../scss/tc.scss */
#TC #informBox .txtWrapper .ulWrapper {
  position: relative;
  list-style-type: none;
}
/* line 102, ../scss/tc.scss */
#TC #informBox .txtWrapper .ulWrapper li {
  margin-bottom: 30px;
}
/* line 105, ../scss/tc.scss */
#TC #informBox .txtWrapper .ulWrapper li .ulbullet {
  position: absolute;
  left: 0;
}
/* line 112, ../scss/tc.scss */
#TC #informBox .linkText {
  color: #400077;
  font-weight: 400;
  text-decoration: none;
}
/* line 117, ../scss/tc.scss */
#TC #informBox .linkText:hover {
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  /* line 127, ../scss/tc.scss */
  #TC #informBox {
    min-width: 300px;
  }
  /* line 130, ../scss/tc.scss */
  #TC #informBox .txtWrapper {
    width: auto;
    max-width: 100%;
  }
}
