/* 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;
}

@font-face {
  font-family: 'IntelClear-Light';
  src: url("fonts/IntelClear_WLat_Lt.eot");
  src: url("fonts/IntelClear_WLat_Lt.eot#iefix") format("embedded-opentype"), url("fonts/IntelClear_WLat_Lt.ttf") format("truetype"), url("fonts/IntelClear_WLat_Lt.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'IntelClear-Regular';
  src: url("fonts/IntelClear_WLat_Rg.eot");
  src: url("fonts/IntelClear_WLat_Rg.eot#iefix") format("embedded-opentype"), url("fonts/IntelClear_WLat_Rg.ttf") format("truetype"), url("fonts/IntelClear_WLat_Rg.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'IntelClear-Bold';
  src: url("fonts/IntelClear_WLat_Bd.eot");
  src: url("fonts/IntelClear_WLat_Bd.eot#iefix") format("embedded-opentype");
  src: url("fonts/IntelClear_WLat_Bd.ttf") format("truetype");
  src: url("fonts/IntelClear_WLat_Bd.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'IntelClear-Italic';
  src: url("fonts/IntelClear_WLat_It.eot");
  src: url("fonts/IntelClear_WLat_It.eot#iefix") format("embedded-opentype");
  src: url("fonts/IntelClear_WLat_It.ttf") format("truetype");
  src: url("fonts/IntelClear_WLat_It.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'IntelClear-LightItalic';
  src: url("fonts/IntelClear_WLat_LtIt.eot");
  src: url("fonts/IntelClear_WLat_LtIt.eot#iefix") format("embedded-opentype");
  src: url("fonts/IntelClear_WLat_LtIt.ttf") format("truetype");
  src: url("fonts/IntelClear_WLat_LtIt.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'IntelClear-BoldItalic';
  src: url("fonts/IntelClear_WLat_BdIt.eot");
  src: url("fonts/IntelClear_WLat_BdIt.eot#iefix") format("embedded-opentype");
  src: url("fonts/IntelClear_WLat_BdIt.ttf") format("truetype");
  src: url("fonts/IntelClear_WLat_BdIt.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'IntelClearPro-Bold';
  src: url("fonts/IntelClearPro_W_Bd.eot");
  src: url("fonts/IntelClearPro_W_Bd.eot?#iefix") format("embedded-opentype");
  src: url("fonts/IntelClearPro_W_Bd.ttf") format("truetype");
  src: url("fonts/IntelClearPro_W_Bd.woff") format("woff");
  font-weight: normal;
}

html,
body {
  height: 100%;
}

body {
  font-family: "IntelClear-Regular","tahoma",Helvetica,"helvetica",Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  padding-bottom: 200px;
}

a {
  color: #0071C5;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #0071C5;
}

a:focus {
  color: #0071C5;
}

a:hover {
  color: #003c71;
}

a:active {
  color: #003c71;
}

main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 30px;
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

#circle {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 64.0625em) {
  td,
  th {
    display: table-cell !important;
    padding: 15px !important;
  }

  .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
}

table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

thead {
  border-bottom: 3px solid #0071C5;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td, th {
  padding: 15px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

table tbody tr:nth-child(even) {
  background: #fff;
  border: none;
}

table tbody tr:nth-child(odd) {
  background: #F6F7F8;
  border: none;
}

td, th {
  padding: 5px 15px !important;
}

tr {
  border-bottom: 1px solid #D1D3D5 !important;
}

@media (min-width: 64.0625em) {
  tr {
    border-bottom: none !important;
  }
}
