@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import "./mobile.css";
@import "./big.css";

.micro-container *,
::after,
::before {
  box-sizing: border-box;
}

.micro-container {
  margin-top: -10px;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, "STHeiti", \534e\6587\9ed1\4f53, "Microsoft YaHei", \5fae\8f6f\96c5\9ed1,
    "SimSun", \5b8b\4f53, "WenQuanYi Micro Hei", "Zawgyi-One", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #4d4d4d;
}

@font-face {
  font-family: "Lato Heavy";
  src: url(../fonts/Lato/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato Regular";
  src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: "Gotham Rounded Medium";
  src: url(../fonts/Gotham/GothamRounded-Medium.ttf);
}

@font-face {
  font-family: "Gotham Rounded Book";
  src: url(../fonts/Gotham/GothamRounded-Book.ttf);
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url(/etc/clientlibs/greateastern_my/fonts/Source_Sans_Pro/SourceSansPro-Regular.otf);
}

@font-face {
  font-family: "Source Sans Pro Light";
  src: url(/etc/clientlibs/greateastern_my/fonts/Source_Sans_Pro/SourceSansPro-Light.otf);
}

@font-face {
  font-family: "Source Sans Pro Italic";
  src: url(/etc/clientlibs/greateastern_my/fonts/Source_Sans_Pro/SourceSansPro-It.otf);
}

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url(/etc/clientlibs/greateastern_my/fonts/Source_Sans_Pro/SourceSansPro-Bold.otf);
}

@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url(/etc/clientlibs/greateastern_my/fonts/Source_Sans_Pro/SourceSansPro-Semibold.otf);
}

.btn.btn-blue {
  background-color: #034694;
  color: white;
  font-family: "Lato Heavy";
}

.btn.btn-blue:hover {
  background-color: #0456b4;
  color: white;
}

.btn.btn-red {
  background-color: #ed1c24;
  color: white;
  font-family: "Lato Heavy";
}

.btn.btn-red:hover {
  background-color: rgb(209, 33, 39);
}

.get-now-btn {
  margin-top: 4%;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
}

.error-container {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  padding-left: 0px;
  /* background-color: rgba(251, 0, 0, 0.12); */
  color: #be0303;
  font-size: 14px;
  font-family: "Gotham Rounded Medium";
}

.banner {
  text-align: center;
  font-family: "Source Sans Pro SemiBold";
  color: black;
}

.benefits-detail-title {
  font-family: "Source Sans Pro Bold";
  padding-top: 20px;
  color: #034694;
  text-transform: uppercase;
}

.benefits-detail-content {
  font-family: "Source Sans Pro Regular";
  font-size: 18px;
  color: #646464;
}

.covered-detail-title {
  color: #292929;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: -5px;
  font-family: "Source Sans Pro Bold";
}

.covered-detail-content {
  font-family: "Source Sans Pro Regular";
  font-size: 18px;
  color: #646464;
}

.covered-container .row .col-sm-9 {
  padding-top: 15px;
}
.covered-container .row .col-sm-3 {
  padding-top: 15px;
}

.covered-container .row .col-sm-2 img {
  width: inherit;
}

.premiums-table {
  color: #034694;
  padding-top: 25px;
  font-family: "Source Sans Pro Regular";
  font-size: 20px;
}

.who-container h1 {
  font-family: "Source Sans Pro Bold";
  color: #f7941d;
}

.who-container li {
  font-size: 18px;
  font-family: "Source Sans Pro Regular";
  color: #636466;
  margin-top: 26px;
}

.who-container ul {
  padding-left: 20px;
}

.reason-container {
  height: 100%;
  text-align: center;
  padding-top: 35px;
  padding-right: 17%;
  padding-left: 17%;
}

.reason-container h1 {
  font-family: "Source Sans Pro Bold";
  color: #f7941d;
}

.reason-container .col-lg-4 {
  text-align: center;
  padding-top: 50px;
}

.form-banner .form-container h1 {
  font-family: "Source Sans Pro Bold";
  color: #000000;
}

.form-banner .form-container h4 {
  font-family: "Source Sans Pro Regular";
  color: #000000;
}

.form-banner .form-container-first h1 {
  font-family: "Source Sans Pro Bold";
  color: #000000;
}

.form-banner .form-container-first h4 {
  font-family: "Source Sans Pro Regular";
  color: #000000;
}

.input-group label {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "Source Sans Pro Bold";
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 0.8px;
}

.input-group .input-control {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Source Sans Pro Regular" !important;
  letter-spacing: 0.2px;
  padding-left: 15px;
  padding-bottom: 5px;
  height: 44px;
  margin-top: 2px;
  color: black;
}

.input-group select.input-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, black, black);
  background-position: calc(100% - 20px) calc(0.7em + 10px), calc(100% - 15px) calc(0.7em + 10px), calc(0% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.input-group .date {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, black, black);
  background-position: calc(100% - 20px) calc(0.7em + 10px), calc(100% - 15px) calc(0.7em + 10px), calc(0% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.input-group select.default-select {
  color: rgba(0, 0, 0, 0.53);
  font-family: "Source Sans Pro Italic" !important;
  letter-spacing: 0.2px;
}

.input-group {
  padding-top: 18px;
}
.input-group .input-control:focus {
  outline: none;
  /* border-bottom: 1px solid #5c8cc4; */
}

.input-group .input-control::placeholder {
  color: #000000;
  opacity: 53%;
  font-family: "Source Sans Pro Italic";
  letter-spacing: 0.2px;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  font-size: 17px;
  font-family: "Source Sans Pro Regular";
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(243, 242, 240, 1);
  border: rgba(225, 225, 224, 1) 0.4px solid;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
/* .check-container:hover input ~ .checkmark {
  background-color: #ccc;
} */

.checkmark:hover {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: rgb(3, 70, 148);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-family: "Source Sans Pro Regular";
  font-size: 18px;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #707070;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #034694;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.covered-image {
  width: 100%;
  object-fit: contain;
}

.cta-image {
  width: 100%;
  object-fit: contain;
}

/* FOOTER */
.footer-container {
  padding: 3% 15%;
  display: inline-flex;
  width: 100%;
}

.footer-container h6 {
  font-family: "Lato Heavy";
  color: #636466;
  font-size: 14px;
  text-transform: uppercase;

  letter-spacing: 1.3px;
  text-align: center;
}

.footer-container a {
  font-family: "Lato Regular";
  color: #636466;
  font-size: 17px;
  letter-spacing: 1px;
  padding-right: 5px;
}

.footer-container .left {
  width: 100%;
}

.footer-container .right {
  width: 0%;
}

.footer-container .copyright {
  font-family: "Lato Regular";
  color: #636466;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.footer-container .links-list {
  padding-left: 0px;
}

.footer-container .links-item {
  text-align: center;
  list-style: none;
  padding-bottom: 12px;
}

@media (min-width: 576px) {
  .footer-container h6 {
    font-family: "Lato Heavy";
    color: #636466;
    font-size: 14px;
    text-transform: uppercase;

    letter-spacing: 1.3px;
    text-align: left;
  }

  .footer-container .left {
    width: 70%;
  }
  .footer-container .right {
    width: 30%;
  }

  .footer-container .links-list {
    padding-left: 0px;
  }

  .footer-container .links-item {
    display: inline;
    border-right: 1px solid #636466;
    padding-left: 8px;
    text-align: left;
    padding-bottom: 0px;
  }

  .footer-container .links-item:first-child {
    padding-left: 0px;
  }
  .footer-container .links-item:last-child {
    border-right: none;
  }
  .footer-container .copyright {
    font-family: "Lato Regular";
    color: #636466;
    font-size: 13px;
    width: 80%;
    padding-top: 15px;
    text-align: left;
  }
}

.button {
  box-sizing: unset;
}

.promotion-text {
  font-family: "Source Sans Pro Regular";
  font-size: 18px;
}

.fo-detail {
  font-family: "Source Sans Pro SemiBold";
  font-size: 18px;
  color: #171717;
  margin-top: 15px;
  line-height: normal !important;
}

.fo-title {
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold";
  color: #034694;
  line-height: normal !important;
}

.reason-detail {
  font-family: "Source Sans Pro Regular";
}

.modal-title-custom {
  font-family: "Source Sans Pro Bold";
  font-size: 23px;
}

.table-custom th {
  font-family: "Source Sans Pro Bold";
  color: #034694;
  font-size: 18px;
}

.table-custom thead {
  border-top: #034694 solid 4px;
}

table.table2 {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

table.table2 tr {
	border: 1px solid black;
	padding: 5px;
}

table.table2 td {
	border: 1px solid black;
	padding: 5px;
}

p {
    margin: 0;
    padding: 0;
}

.thank-you-form {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-flow: column;
}

.thank-you-form div.text-1 {
  height: 50%;
  justify-content: center;
  display: flex;
  font-family: "Source Sans Pro Bold";
  font-size: 45px;
  align-items: flex-end;
}

.thank-you-form div.text-2 {
  height: 40%;
  justify-content: center;
  display: flex;
  font-family: "Source Sans Pro Regular";
  font-size: 20px;
  align-items: flex-start;
}

.thank-you-form .button-container {
  height: 10%;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}

.tc-link {
  text-decoration: underline;
  cursor: pointer;
}

.tc-link:hover {
  color: #d12127;
}

.msie-message {
  text-align: center;
  color: white;
  font-family: "Source Sans Pro Regular";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
}

.msie-box {
  justify-content: center;
  text-align: center;
  background-color: #616161;
  padding: 20px 20%;
  display: none;
}

.vue-date-outer {
	    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.vue-date-outer div {
	 width: 100%;
}

.vue-date-inner{
	width: 100%;
    text-align: left;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Source Sans Pro Regular" !important;
    letter-spacing: 0.2px;
    padding-left: 15px;
    padding-bottom: 5px;
    height: 44px;
    margin-top: 2px;
    color: black;
}

.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
  background-color: white;
}

.input-group>.custom-file.file-upload-v{
	flex : none;
}









/* vuelidate */
input {
  border: 1px solid silver;
  border-radius: 4px;
  background: white;
  padding: 5px 10px;
}

.dirty {
  border-color: #5A5;
  background: #EFE;
}

.dirty:focus {
  outline-color: #8E8;
}

.input-group>.input-control.error {
  border-color: red;
  background: #FDD;
}

.error:focus {
  outline-color: #F99;
}

.plan-table-header{
    background: rgb(3, 70, 148);
}

.plan-table{
    border: 1px solid rgb(3, 70, 148);
}

.form-header{
    color: rgb(3, 70, 148) !important;
    font-weight: bold;
}

.text-underline{
    text-decoration: underline;
}

.alert{
    display: none;
}

/* Header nav */
@media (max-width: 1279.98px){
	.container {
	    max-width: 100%;
	}
}
.flex-holder{
	display: flex;
    align-items: center;
    height: 80px;
}

header .flex-holder .logo {
    width: 134px;
    height: 55px;
}

footer .flex-holder {
    height: 114px;
    align-items: center;
    display: flex;
    flex-flow: column;
}

footer .flex-holder .link-holder {
    display: flex;
}



/* Error message align to left */
.text-danger {
	text-align: left;
}


/* Prevent background jump to top when modal pop-up open */
body.modal-open {
    overflow: hidden; position: fixed;
}

/* Submission successful overlay */
.overlay{
  position:absolute;
  background:#000;
  opacity:.3;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:1
}

#submissionTitle{
	font-weight: bold;
	color: rgb(3, 70, 148);
}

.submission-modal-content{
	text-align:center;
}

/* padding top for main checkbox */
.pt-ron{
	padding-top: 30px;
}

/* Footer text */
.track-mark{
	padding-top: 30px;
	font-size: 18px;
  	font-family: "Source Sans Pro Regular" !important;
}

body.modal-open {
    position: absolute !important;
}

.fu-group{
	display: block;
}
#submitBtn, #deleteBtn {
	font-size: 14px;
    font-family: "Source Sans Pro Bold";
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
#submitRenewalBtn {
	font-size: 17px;
    font-family: "Source Sans Pro Bold";
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
/* Timer */
#timer{
    text-align: right;
    font-family: "Source Sans Pro Bold";
}
#clockdiv{
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

#clockdiv > div{
  padding: 10px;
  border-radius: 3px;
  background: rgb(241, 73, 80);
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  border-radius: 3px;
  background: rgb(200 74 74);
  display: inline-block;
}
 
.smalltext{
  padding-top: 5px;
  font-size: 16px;
}

/* Timer - Aaron */
.timeout{
	vertical-align: middle;
    display: inline-block;
    padding: 5px 10px;
}

/* Sticky header */
.topBar{
	position: fixed;
    top: 0;
    background-color: white;
    max-width: none;
    z-index: 1049;
}

/* header logo move slight to right due to fixed pos and top */
.headerlogo{
	margin-left: 100px;
}

#submissionSuccessModal, #sessionTimeoutModal{
	z-index: 9999;
}