@font-face {
  font-family: 'Black';
  src: url('../fonts/figtree-latin-700-normal.woff') format('woff2');
}
@font-face {
  font-family: 'Light';
  src: url('../fonts/figtree-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Medium';
  src: url('../fonts/figtree-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Regular';
  src: url('../fonts/figtree-latin-400-normal.woff2') format('woff2');
}
/*===================
  Reset CSS
===================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================
  General
===================*/
body {
  background: #ffffff;
  color: #58585b;
  font: normal 16px/1.4 'Regular';
  text-align: center;
}

img {
  width: 100%;
}

/*===================
  Page Style
===================*/
.body-wrapper {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.45);
}

.main-banner {
  display: block;
}

h3 {
  margin: 0 auto;
  padding: 25px 20px;
  display: block;
  background: #ca002a;
  color: #ffffff;
  font-family: 'Medium';
  font-size: 23px;
  border-top: solid 8px #e2e3e4;
  border-bottom: solid 8px #e2e3e4;
}

.tab-header {
  padding-top: 10px;
}
.tab-header a {
  display: inline-block;
  float: left;
  position: relative;
  width: 50%;
  padding: 10px 0px;
  border-bottom: solid 1px #dddee0;
  cursor: pointer;
  font-family: 'Medium';
}
.tab-header a.active {
  color: #001a3a;
}
.tab-header a.active:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #0952c3;
  position: absolute;
  bottom: 0px;
}
.tab-header div {
  content: '';
  display: block;
  clear: both;
}

.tab-content {
  padding: 21px 21px 10px;
  text-align: left;
  display: none;
}
.tab-content h4 {
  color: #001a3a;
  font-family: 'Medium';
  margin-bottom: 10px;
}
.tab-content h4 + ol {
  color: #58585b;
}
.tab-content hr {
  margin: 20px 0px;
  border-top: none;
  border-bottom: solid 1px #e2e3e4;
}
.tab-content ol {
  color: #001a3a;
  list-style: decimal;
  padding-left: 20px;
}
.tab-content ol li {
  padding-left: 5px;
}
.tab-content p {
  margin-bottom: 17px;
  color: #58585b;
}
.tab-content.tab-active {
  display: block;
}
.tab-content .table-wrapper {
  width: 100%;
  overflow-x: scroll;
  margin: 10px 0px 20px;
  -webkit-overflow-scrolling: touch;
}
.tab-content thead tr td {
  background-color: #0952c3;
  font-family: 'Black';
}
.tab-content tr:nth-child(odd) {
  background-color: #e2e3e4;
}
.tab-content tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tab-content td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  border: solid 1px #ffffff;
}

.social-media {
  border-top: solid 8px #e2e3e4;
  color: #001a3a;
  padding: 10px 0px 20px;
}
.social-media img {
  width: 35px;
  margin: 0px 3px -11px;
}

.copyright {
  font-family: 'Medium';
  background: #ca002a;
  padding: 15px;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */

.red-btn {
  background-color: #ca002a;
  color: white;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}
