h1 {
  font-size: 40px;
  line-height: 1.25;
}

h2 {
  font-size: 24px;
  line-height: 1.33;
}

h3 {
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 16px; /* Fiona's code */
}

h4 {
  font-size: 16px;
  line-height: 1.5;
}

h5 {
  font-size: 14px;
  line-height: 1.7;
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
}

.wrapper {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.banner {
  width: 100%;
  padding: 72px 0;
  box-sizing: border-box;
  background-color: #1BA0E2;
  color: white;
}

.banner__container {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.banner__component:nth-child(1) {
  flex-grow: 1;
}

.banner__component:nth-child(2) {
  flex-basis: 100%;
}

.banner__component:nth-last-child(1) {
  text-align: right;
  flex-basis: 90px;
}

.banner__component > h1 {
  margin-bottom: 60px;
}

.banner__component > h4 {
  margin-bottom: 24px;
}

.content {
  width: 960px;
  margin: 24px auto 0;
}

.content__menu {
  text-align: center;
  position: relative;
}

.content__menu > p {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.5px;
  text-align: left;
  color: #0770cd;
  opacity: .5;
  cursor: pointer;
  margin-bottom: 4px;
}

.content__menu > p.active {
  opacity: 1;
}

.content__menu > p:not(:nth-last-child(1)) {
  margin-right: 40px;
}

.content__blueBar {
  height: 4px;
  background-color: #0770cd;
}

.content__fullBar {
  position: absolute;
  bottom: 1px;
  width: 960px;
  height: 1px;
  background-color: #dadada;
}

.content__interchangeAble {
  width: 800px;
  margin: 48px auto 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.content__title {
  margin-bottom: 16px;
}

.content__subtitle {
  margin-bottom: 40px;
}

.coverage__box {
  border: 1px solid #dadada;
  border-radius: 4px;
}

.coverage__box > div:nth-child(1) {
  padding: 16px 40px 16px 16px;
  box-sizing: border-box;
  position: relative;
}

.coverage__placeholder {
  margin-bottom: 0;
}

.coverage__placeholder:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 16px;
  top: 36%;
  border-right: 2px solid #0770CD;
  border-bottom: 2px solid #0770CD;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.coverage__content {
  border-top: 1px solid #dadada;
}

.coverage__text p,
.coverage__text ol {
  color: #434343;
}

.coverage__text p:last-of-type {
  margin-bottom: 0;
}

.coverage__text ol,
.content__TnC ol,
.content__HowToClaim ol,
.content__FAQ ol {
  counter-reset: super-decimal;
}

.coverage__text ol li,
.content__TnC ol li,
.content__HowToClaim ol li,
.content__FAQ ol li {
  counter-increment: super-decimal;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 24px;
  position: relative;
}

.coverage__text ol li:after,
.content__TnC ol li:after,
.content__HowToClaim ol li:after,
.content__FAQ ol li:after {
  content: counter(super-decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.coverage__content table,
.content__HowToClaim table {
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 24px; /* Fiona's code */
}

.coverage__content table tr th,
.content__HowToClaim table tr th {
  background: #f6f6f6;
  color: #434343;
  font-weight: 300;
  font-size: 24px;
  width: 445px;
  border: 1px solid #E1E1E1;
  background: #FAFAFA;
  text-align: left;
  padding: 16px 16px;
}

.coverage__content table tr td:nth-child(1),
.content__HowToClaim table tr td:nth-child(1) {
  vertical-align: top;
}

.coverage__content table tr td,
.content__HowToClaim table tr td {
  color: #434343;
  font-weight: 300;
  font-size: 16px;
  width: 280px;
  border: 1px solid #E1E1E1;
  text-align: left;
  padding: 16px 16px;
  line-height: 1.8; /* Fiona's Code */
}

.coverage__box:not(:nth-last-child(1)) {
  margin-bottom: 8px;
}

.banner__MSIGLogo {
  width: 85px;
  height: auto;
}

.content__HowToClaim h4,
.content__FAQ b {
  font-weight: 700;
}






/* NAVTAB */
.nav-tab {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border-bottom: 1px solid #DADADA;
  list-style: none;
  min-height: 20px;
  text-align: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
  white-space: nowrap;
}

.nav-tab.align-left {
  text-align: left; 
}

.nav-tab > div > div {
  display: inline-block; 
}

.nav-tab .nav-tab-slider {
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  left: 0;
  border-bottom: 3px solid #0770CD;
  transition: all 0.2s ease-out;
}

.nav-tab a {
  cursor: pointer;
  display: inline-block;
  padding: 24px 4px;
  margin: 0 24px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
  color: #0770CD;
  text-align: center;
  opacity: .6;
}
.nav-tab a:first-child {
  margin-left: 0;
}
.nav-tab a.active {
  opacity: 1;
  pointer-events: none;
}
.nav-tab.nav-centered {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
  text-align: center;
}
.nav-tab.nav-centered a {
  margin-left: 32px;
  margin-right: 32px;
}
.nav-tab:first-child {
  border-top-width: 0;
}

.contentWrapper .nav-pill a,
.contentWrapper .nav-pill a:link {
  display: block;
  padding: 10px 16px;
  margin: 8px 0;
  color: #8F8F8F;
  border-radius: 3px;
  text-decoration: none !important;
  transition: background 0.2s ease-out;
}

.nav-pill a:hover {
  color: #8f8f8f;
  background: rgba(0, 0, 0, 0.08);
}

.nav-pill a.active {
  background: #0770CD;
  color: #fff !important;
}

[data-pill-content] {
  display: none;
  opacity: 0;
  transition: all .3s ease-out;
}

/* ANIMATION */

.slide-left {
  display: block !important;
  opacity: 0 !important;
  transform: translateX(-16px) !important;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.slide-right {
  display: block !important;
  opacity: 0 !important;
  transform: translateX(16px) !important;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.slide-up {
  display: block !important;
  opacity: 0 !important;
  transform: translateY(-16px) !important;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.slide-down {
  display: block !important;
  opacity: 0 !important;
  transform: translateY(16px) !important;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.active {
  transition: transform .3s ease, opacity .3s ease;
  -webkit-transition: transform .3s ease, opacity .3s ease;
  -moz-transition: transform .3s ease, opacity .3s ease;
  -ms-transition: transform .3s ease, opacity .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease; 
}


.mcp-placeholder {
  overflow: hidden; 
}

[data-tab-content] {
  display: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-tab-content].active {
  display: block;
  opacity: 1;
  min-height: 30px;
  transform: translateX(0px);
}

.coverage__box {
  width: 100%;
  max-width: 955px;
  margin: auto;
  border: 1px solid #DADADA;
  border-radius: 3px;
  margin-bottom: 8px;
}

.coverage__box a{
  text-decoration: none !important;
}

.coverage__box:last-child {
  margin-bottom:0; 
}

.coverage__box > a {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding: 16px 40px 16px 16px;
  vertical-align: middle;
  color: #0770CD !important;
  font-size: 15px;
  font-weight: normal !important;
  line-height: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.coverage__placeholder:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 36%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0770CD;
  border-bottom: 2px solid #0770CD;
  transform: rotate(45Deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.coverage__boxTop.open > p:after,
.coverage__boxTop.open > p:hover:after {
  transform: rotate(225Deg);
  top: 45%;
}

.coverage__content {
  height: 0;
  overflow: hidden;
  color: #8F8F8F;
  border-top: 0 solid #DADADA;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.coverage__box .coverage__content > div {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transition: transform .3s ease-out, opacity .4s ease-out;
  -webkit-transition: transform .3s ease-out, opacity .4s ease-out;
  -moz-transition: transform .3s ease-out, opacity .4s ease-out;
}

.coverage__box .open + .coverage__content > div {
  opacity:1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.coverage__box .open + .coverage__content {
  border-top-width:1px; 
}

.coverage__content > * {
  padding: 32px;
}
.link-back{
  text-align:left;
  display:none;
  margin: 48px 0 0 16px;
}
.link-back a{
  color: #0770CD;
  text-decoration: none;
}

@media only screen and (max-width : 1224px) {
  .nav-tab > div > div {
    display: block;
    width: 100%:;
  }
  
  .nav-tab .nav-tab-slider {
    display: none;
  }

  .content {
     width: 100%;
     margin: 0 auto;
  }

  .nav-tab a {
    color: #8f8f8f;
    opacity: .6;
  }

  .nav-tab a.active {
    color: #0770CD;
    border-bottom: 2px solid #0770CD;
    pointer-events: none;
    opacity: 1;
  }

  .nav-tab.nav-centered a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  .banner {
    padding: 54px 16px;
  }

  .banner__container {
    display: block;
    width: 100%;
  }

  .banner__component {
    display: block;
  }

  .banner__component:last-of-type {
    display: none;
  }

  .nav-tab-content {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .slide-left {
    transform: translateY(-16px) !important;
  }

  .slide-right {
    transform: translateY(16px) !important;
  }

  .coverage__box:not(:nth-last-child(1)) {
    margin-bottom: 16px;
  }
}


/***** Fiona's code *****/
.wrapper {
	padding-bottom: 32px;
}

ul {
	list-style: disc;
	padding-left: 24px;
	margin-bottom: 16px;
}

ul li {
	margin-top: 8px;
	margin-bottom: 16px;
	line-height: 1.8;
}

.coverage__text ul {
	color: #434343;
}

ol {
	list-style: decimal;
	padding-left: 24px;
	margin-bottom: 16px;
}

ol li {
	list-style: none;
	line-height: 1.8;
}

b, strong {
	font-weight: 700;
}

i, em {
	font-style: italic;
}

super {
	vertical-align: super;
	font-size: 12px;
}

img {
	margin: 20px 0;
}

a, a:visited, a:hover {
	color: #0770CD;
	text-decoration:none;
}

/**** End here ****/

/**** Bomb's code ***/
.italic{
	font-style: italic;
}
.info{
	color: #0770CD;
}
.no-underline{
	text-decoration:none;
}

.link{
	cursor: pointer;
}
