@font-face {
  font-family: 'Segoe UI Mac';
  src: url('../fonts/Segoe UI.ttf');
}

@font-face {
  font-family: 'Segoe UI Semibold Mac';
  src: url('../fonts/Segoe UI Semibold.otf');
} 

html, body {
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Segoe UI', 'Segoe UI Mac';
}

body {
  display: none;
}

* {
  box-sizing: border-box;
}

.btn-feedback {
  display: none;
  position: fixed;
  /*  display: table-cell; */
  bottom: 84px;
  right: 30px;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 10px 0px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px #333333;
}

header {
  background-color: #0078d7;
  width: 100%;
  padding: 18px 40px 8px;
}

.clear {
  clear: both;
}

.download {
  opacity:0;
  background-color: #08509b;
  width: 100%;
  z-index: 999;
  position: relative;
  justify-content: center;
  display: block;
}

.download-container {
  padding: 20px 0px;
  position:relative;
  left:15%;
  width:80%;
}

.btn-download {
  color: #ffffff;
  background-color: #0078d7;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 35px 10px 22px;
  float: left;
  text-decoration: none;
  position: relative;
}

.btn-download:before {
  content: '';
  background-image: url(../img/Arrow.png);
  width: 10px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: 14px;
}

.btn-download:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,08509b+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(8, 80, 155, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(8, 80, 155, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(8, 80, 155, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#08509b', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0px;
  right: 130px;
  height: 50px;
  width: 180px;
}

.download-title {
  color: #ffffff;
  font-size: 20px;
  float: left;
  margin: 1px 30px;
  font-family: 'Segoe UI Semibold', 'Segoe UI Semibold Mac';
  word-wrap: break-word;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  height: 30px;
  width: 595px;
}

.badge-new {
  background-color: #fdda01;
  color: #000000;
  text-align: center;
  padding: 2px 2px;
  width: 45px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-top: 6px;
}

.header-title {
  color: #0078d7;
  font-size: 18px;
  margin: 0;
  font-family: 'Segoe UI Semibold', 'Segoe UI Semibold Mac';
  margin-left: 5%;
}

p {
  font-size: 13px;
  color: #9b9b9b;
  margin: 0;
  margin-top: 10px
}

.col-left {
  width: 50%;
  float: left;
  background-color: #ffffff;
  padding: 15px 40px 0;
}

.col-right {
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  padding: 15px 40px 0;
}

.copyright-text {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 40px;
  top: 18px;
}

footer {
  background-color: #0078d7;
  width: 100%;
  text-align: center;
  padding: 18px 40px 15px;
  position: relative;
}

.ME-color {
  background-color: #0078d7;
  margin-left:5%;
}

.GC-color {
  background-color: #2ba257;
}

.MF-color {
  background-color: #ffc000;
  margin-right: 0 !important;
}

.ME-logo {
  width: 108%;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}

.GC-logo {
  width: 108%;
  background-color: #ffffff;
  position: relative;
  color: #999999;
  font-size: 20px;
  text-align: center;
  padding: 0px 0 10px;
  line-height: 24px;
}

.MF-logo {
  width: 108%;
  background-color: #ffffff;
  position: relative;
  color: #999999;
  font-size: 20px;
  text-align: center;
  padding: 0px 0 10px;
  line-height: 24px;
}

.col-chart span {
  padding-top: 10px;
  display: block;
}

.col-chart {
  height:100%;
  margin-right: 15%;
  float: left;
  width: 18%;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  overflow: visible !important;
}

.container {
  display: flex;
  min-height: 390px;
  height: calc(100vh - 272px);
}

.source-NSS {
  color: #0078d7;
  font-size: 13px;
  padding: 10px 0;
  font-family: 'Segoe UI Semibold', 'Segoe UI Semibold Mac';
  margin-left: 5%;
}

.source-NSS a, .source-NSS a:hover {
  text-decoration: underline;
  color: #0078d7;
}

.youtube-video {
  text-align: center;
}

video {
  width: 300px;
  margin: 10px auto;
}

.percent-num {
  font-family: 'Segoe UI Semibold', 'Segoe UI Semibold Mac';
}

.col_para{
    margin-left:5%;
}

#btnPlay1 , #btnPlay2, .information, .fb-footer
{
    opacity:0;
}

/*Play button chagnes*/

.video-customize {
  position: relative;
}

.button {
    width: 50px;
    height: 50px;
    background: #0278d7;
    border: none;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: absolute;
    left: calc( 50% - 25px);
    top: calc( 50% - 25px);
}

.button::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: calc( 50% - 8px);
  top: calc( 50% - 10px);
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent white;
}

#headerText {
    display: inline-block;
    font-size: 20px;
    margin-top: 0px;
}

@media all and (max-width: 730px) {

    video {
        width: 250px;
    }
}


@media all and (max-width: 768px) {
    /*section, header, footer
    {
        width: 640px !important;
    }*/
    .col-left, .col-right {
        width: 100% !important;
        padding: 20px 20px 20px 20px !important;
    }
    video {
        width: 200px;
    }
    .col-chart {
        font-size: 18px;
    }

    .button {
        width: 40px;
        height: 40px;
        left: calc( 50% - 20px);
        top: calc( 50% - 20px);
    }
}

@media all and (max-width: 780px) {
  .copyright-text {
    display: none;
  }
}

@media all and (max-width: 1100px) {
  .download-title {
    width: calc(100vw - 450px);
    margin: 1px 0px 1px 30px;
  }
  /*.btn-download:after {
    content: '';
  }*/
  .col-right {
    padding: 15px 30px 0;
  }
  .col-left {
    padding: 15px 20px 0 40px;
  }
  .btn-download{
      float: right;
  }
  .download-container {
      left: 10%;
  }
}

@media all and (max-width: 1400px) and (min-width: 881px) and (min-height: 680px) {
  video {
    width: 400px;
  }
}

@media all and (max-width: 1400px) and (min-width: 781px) and (max-height: 680px) {
  .col-chart {
    font-size: 26px;
  }
}


@media all and (min-width: 1401px) {
  video {
    width: 400px;
  }
  .col-chart {
    font-size: 46px;
  }
}

@media all and (min-width: 1401px) and (max-height: 780px) {
  video {
    width: 400px;
  }
  .col-chart {
    font-size: 46px;
  }
  .container {
    min-height: 500px;
  }
}

@media all and (max-width: 800px) {
    #headerText {        
        font-size: 18px;
    }
}
@media all and (max-width: 700px) {
    #headerText {        
        font-size: 16px;
    }
    .download-title
    {
        width: calc(100vw - 385px);
    }
}
@media all and (max-width: 600px) {
    #headerText {        
        font-size: 13px;
    }
    .download-title
    {
        width: calc(100vw - 350px);
    }
}
@media all and (max-width: 500px) {
    #headerText {        
        font-size: 11px;
    }
}
@media all and (max-width: 450px) {
    
    .badge-new{
        width: 35px;
        font-size: 9px;
    }
    .download-title{
        width: calc(100vw - 240px);
    }
    .btn-download{
        font-size: 10px;
        padding: 10px 21px 10px 10px;
        
    }
    .btn-download:before{
        right: 7px;
        top: 10px;
    }
    .download-container{
        left: 5%;
        width: 90%;
    }
}
@media all and (max-width: 350px) {
    .download-title {
        width: calc(100vw - 200px);
        margin-left: 2%;
    }

    #headerText {
        font-size: 10px;
    }
}
@media all and (max-width: 270px) {
    #headerText {
        font-size: 9px;
    }
    .badge-new{
        display: none;
    }
    .download-title{
        width: calc(100vw - 150px);        
    }
}
@media all and (max-width: 200px) {
    .download-title {
        width: calc(100vw - 130px);
    }
    .btn-download:before {
        right: 3px;
        top: 6px;
    }
    .btn-download {
        font-size: 8px;
        padding: 7px 16px 8px 7px;
    }
    #headerText {
        font-size: 7px;
    }
}


/* section feedback  */

.feedback, .thankyou {
  padding: 35px 40px 0 40px;
  background: #fff;
}

.fb-body {
  background: #fff;
}

.thankyou {
    height: calc(100vh - 130px);
}

.feedback {
  min-height: calc(100vh - 130px);
}

.feedback .block-left {
  width: 40%;
  display: table-cell;
}

.feedback .block-right {
  width: 60%;
  padding-left: 52px;
  display: table-cell;
}

.feedback .error, .feedback .error-textare {
  color: rgba(216, 43, 43, 0.979);
}

.feedback .fb-title {
  margin: 0;
  font-size: 32px;
  color: #0078D7;
  font-weight: 300;
}

.feedback .fb-text {
  font-size: 18px;
  margin-top: 5px;
  color: #031732;
}

.formFeedback {
  margin-top: 20px;
  display: table;
  width: 100%;
}

.formFeedback .input-email {
  padding: 8px 16px 12px;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 13px;
  border: 1px solid #161616;
  font-family: 'Segoe UI', 'Segoe UI Mac';
  width: 100%;
}

.formFeedback .option {
    background-position: calc(100% - 10px) 50%;
    width: 100%;
    display: block;
    margin-top: 6px;
    height: 39px;
    margin-left: 0px;
    padding: 0px 0 0 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    background-size: 23px 12px;
    border: 1px solid #161616;
    font-family: 'Segoe UI', 'Segoe UI Mac';
    background-color: #fff;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.feedback .block-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.feedback .txt-radio {
  margin-top: 31px;
}

.fb-radio[type="radio"]:checked, .fb-radio[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.fb-microsoft-logo {
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fb-footer {
  height: 54px;
}

.fb-radio[type="radio"]:checked+label, .fb-radio[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
}

.fb-radio[type="radio"]:checked+label:before, .fb-radio[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #021732;
  border-radius: 100%;
  background: #fff;
}

.fb-radio[type="radio"]:checked+label:after, .fb-radio[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fb-radio[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.fb-radio[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fb-radio[type="radio"]:checked+label:before {
  border-color: #2c78d8;
}

.group-radio {
  margin-top: 18px;
}

.feedback .txt-feedback {
    margin-top: 12px;
    width: 100%;
    height: 194px;
    margin-right: 18px;
    resize: none;
    padding: 8px 16px;
    border: 1px solid #161616;
    font-size: 13px;
    font-family: 'Segoe UI', 'Segoe UI Mac';
}

.feedback .txt-feedback::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
  font-family: 'Segoe UI', 'Segoe UI Mac';
}

.feedback .label, .feedback .txt-radio {
  color: #000;
  font-size: 13px;
}

.fb-body {
  overflow-x: hidden;
}

.feedback .btn-submit {
  margin-top: 15px;
  padding: 9px 31px;
  border: none;
  font-size: 14px;
  background: #0078D7;
  color: #fff;
  display: block;
  width: 109px;
  text-decoration: none;
  height: 40px;
}

.feedback .btn-submit:hover, .feedback .btn-submit:focus {
  text-decoration: unset;
  background: #468ee7;
}

.thankyou .title {
  font-size: 28px;
  margin-top: 2px;
  margin-bottom: 13px;
  color: #031732;
}

.thankyou .text {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0;
  color: #031732;
}

.thankyou .link {
  font-size: 18px;
  color: #0078D7;
}

.block-select select::-ms-expand {
    display: none;
}

/* CR feedback */

@media screen and (max-width: 750px) {
  .fb-body section, .fb-body header, .fb-body footer {
    width: 100% !important;
  }
  .feedback {
    padding: 35px 40px 0;
  }
  .feedback .formFeedback {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .feedback .fb-text {
    max-width: 432px;
  }
  .feedback .block-input {
    display: inline-block;
  }
  .feedback .block-left, .feedback .block-right {
    display: block;
    width: 100%;
  }
  .fb-radio[type="radio"]:checked+label, .fb-radio[type="radio"]:not(:checked)+label {
    padding-left: 33px;
  }
  .feedback .input-email, .feedback .option {
    max-width: 377px;
    width: 100%;
    margin-top: 7px;
  }
  .feedback .block-select {
    width: 100%;
  }
  .feedback .block-input {
    margin-right: 16px;
  }
  .feedback .block-input:last-child {
    margin-right: 0;
  }
  .feedback .txt-feedback {
    width: 100%;
    height: 121px;
    margin-bottom: 25px;
  }
  .feedback .block-right {
    padding-left: 0;
  }
  .feedback .btn-submit {
    margin-bottom: 26px;
    margin-top: 0;
  }
  .fb-copyright-text {
    display: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .feedback .txt-feedback {
    width: 100%;
    max-width: 499px;
  }
  .feedback {
    max-width: 1008px;
    width: 100%;
    padding-right: 40px;
  }
  .feedback .formFeedback {
    width: 100%;
  }
  .formFeedback .input-email {
    max-width: 377px;
    width: 100%;
  }
  .formFeedback .option {
    width: 100%;
    max-width: 377px;
  }
  .feedback .block-select {
    width: 100%;
  }  
}

@media screen and (min-width: 751px) and (max-width: 800px) {
    .formFeedback .option {
        padding-left: 5px;
    }
}


@media screen and (max-width: 375px) {
    .fb-body-scroll {
        overflow-x: scroll;
        width: 373px;
    }
}


/* Issue fixes Thankyou page */
@media screen and (max-height: 350px) {
    .thankyou {
        height: 221px;
    }
}

/* IE-10 & 9 browser, Logo border hidden */
.windows-defender-logo, .microsoft-logo.fb-microsoft-logo
{
    border-style: none;
}

/* High Contrast Mode issue fixes for IE browsers*/
@media screen and (-ms-high-contrast: active) {
    .button::after {
        border-color: transparent transparent transparent yellow;
    }

    .ME-color {
        background-color: #0078d7;
    }

    .GC-color {
        background-color: #2ba257;
    }

    .MF-color {
        background-color: #ffc000;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    #btnPlay1, #btnPlay2 {
        background-color: black;
    }
}

@media screen and (max-width: 450px) {
    .feedback .option {
        font-size: 11px;
    }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
    .feedback .option {
        font-size: 11px;
    }
}
