
/* Core Template */
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}
header {
  height: 930px;
  background-image: url("header-1920.jpg"), url("gradient.png");
  background-position: bottom center, bottom center;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  header {
    height: 587px;
    background-image: url("header-768.jpg"), url("gradient.png");
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 651px;
    background-image: url("header-480.jpg"), url("gradient.png");
    max-width: 540px;
  }
}
@media screen and (max-width: 479px) {
  header {
    height: 579px;
    background-image: url("header-320.jpg"), url("gradient.png");
    max-width: 470px;
  }
}
header #headerForm {
  color: #fff;
  min-height: 240px;
  width: auto;
  position: relative;
  z-index: 10;
  top: 205px;
  padding: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#243068+39,010102+100 */
  background: #243068 /* Old browsers */;
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243068', endColorstr='#010102', GradientType=0); */
/* IE6-9 */
}
@media screen and (max-width: 991px) {
  header #headerForm {
    top: 120px;
    width: 310px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header #headerForm {
    top: 651px;
    padding: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  header #headerForm {
    top: 579px;
  }
}
header #headerForm a {
  color: #fff;
  text-decoration: underline;
}
header #headerForm h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  header #headerForm h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
header #headerForm .form-group > label {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header #headerForm .form-group > label {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: -12px;
  }
}
header #headerForm .form-group:first-child label {
  margin-top: 0;
}
header #headerForm hr {
  color: #2198eb;
  border: none;
  border-top: 2px solid #2198eb;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  header #headerForm hr {
    margin-bottom: 15px;
    margin-top: 8px;
    border-top: 1px solid #2198eb;
  }
}
header #headerForm button {
  cursor: pointer;
  background-color: #2198eb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid #2198eb;
}
@media screen and (max-width: 767px) {
  header #headerForm button {
    display: block;
    margin: auto;
    height: 40px;
    width: 100%;
    font-size: 20px;
  }
}
header #headerForm #headerDisclaimer {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 9px;
}
header #headerForm #headerAgreement {
  margin: 10px auto;
  margin-top: 25px;
  font-size: 11px;
  text-align: justify;
}
article {
  min-height: 256px;
}
article #content {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  article #content {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  article #content {
    font-size: 12px;
  }
}
article #content a {
  color: #2198eb;
}
article #content a.btn {
  color: #fff;
}
article #content .container > .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  article #content .container > .row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  article #content #contentItems {
    padding-top: 340px;
  }
}
article #content h2 {
  font-family: Georgia, serif;
  font-size: 60px;
  color: #2198eb;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  article #content h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  article #content h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  article #content h2 {
    font-size: 30px;
  }
}
article #content h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  article #content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  article #content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
article #content hr {
  color: #2198eb;
  border: none;
  border-top: 2px solid #2198eb;
  margin-left: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  article #content hr {
    margin-bottom: 10px;
  }
}
article #content #contentImageA,
article #content #contentImageB,
article #content #contentImageC {
  background-position: center center;
  background-repeat: no-repeat;
}
article #content #contentImageA,
article #content #contentImageC {
  float: right;
  margin: 0 0 20px 20px;
}
article #content #contentImageB {
  float: left;
  margin: 0 20px 20px 0;
}
article #content #contentImageA {
  background-image: url("imagea-1920.jpg");
  height: 414px;
  width: 414px;
}
@media screen and (max-width: 991px) {
  article #content #contentImageA {
    background-image: url("imagea-768.jpg");
    height: 328px;
    width: 328px;
  }
}
@media screen and (max-width: 767px) {
  article #content #contentImageA {
    background-image: url("imagea-480.jpg");
    height: 179px;
    width: 179px;
  }
}
@media screen and (max-width: 479px) {
  article #content #contentImageA {
    background-image: url("imagea-320.jpg");
    height: 168px;
    width: 168px;
  }
}
article #content #contentImageB {
  background-image: url("imageb-1920.jpg");
  height: 414px;
  width: 396px;
}
@media screen and (max-width: 991px) {
  article #content #contentImageB {
    background-image: url("imageb-768.jpg");
    height: 396px;
    width: 341px;
  }
}
@media screen and (max-width: 767px) {
  article #content #contentImageB {
    background-image: url("imageb-480.jpg");
    height: 112px;
    width: 190px;
  }
}
@media screen and (max-width: 479px) {
  article #content #contentImageB {
    background-image: url("imageb-320.jpg");
    height: 101px;
    width: 80px;
  }
}
article #content #contentImageC {
  background-image: url("imagec-1920.jpg");
  height: 414px;
  width: 396px;
}
@media screen and (max-width: 991px) {
  article #content #contentImageC {
    background-image: url("imagec-768.jpg");
    height: 396px;
    width: 341px;
  }
}
@media screen and (max-width: 767px) {
  article #content #contentImageC {
    background-image: url("imagec-480.jpg");
    height: 112px;
    width: 190px;
  }
}
@media screen and (max-width: 479px) {
  article #content #contentImageC {
    background-image: url("imagec-320.jpg");
    height: 101px;
    width: 80px;
  }
}
article #content ul.numeric,
article #content ul.numeric ul {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  list-style: decimal;
  counter-reset: item;
}
article #content ul.numeric {
  line-height: 1.2em;
  padding-left: 30px;
}
article #content ul.numeric > li {
  font-weight: bold;
}
article #content ul.numeric > li li {
  font-weight: normal;
}
article #content ul.numeric li {
  display: block;
  margin-bottom: 1em;
}
article #content ul.numeric li:first-child {
  margin-top: 1em;
}
article #content ul.numeric li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  margin-left: -1.7em;
}
article #content ul.alpha,
article #content ul.numeric ul.alpha {
  list-style: lower-alpha;
}
article #content ul.alpha li,
article #content ul.numeric ul.alpha li {
  display: list-item;
}
article #content ul.alpha li:before,
article #content ul.numeric ul.alpha li:before {
  content: "";
  margin-left: 0;
}
article #divider {
  padding: 40px 0;
  text-transform: uppercase;
  background-color: #232e64;
  color: #e4f3ff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article #divider {
    padding: 20px 0;
  }
}
article #divider h2,
article #divider h3,
article #divider h4,
article #divider h5,
article #divider h6 {
  font-weight: bold;
}
article #divider h2 {
  color: #f44;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  article #divider h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  article #divider h2 {
    font-size: 24px;
  }
}
article #divider h3 {
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  article #divider h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  article #divider h3 {
    font-size: 34px;
  }
}
article #divider h4 {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  article #divider h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  article #divider h4 {
    font-size: 24px;
  }
}
article #divider h5,
article #divider h6 {
  color: #2198eb;
}
article #divider h5 {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  article #divider h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  article #divider h5 {
    font-size: 22px;
  }
}
article #divider h6 {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  article #divider h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  article #divider h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  article #divider .row > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  article #divider .row > div:first-child {
    margin-top: 0;
  }
}
article #risks {
  padding: 80px 0;
  padding-top: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  article #risks {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  article #risks {
    padding: 20px 0;
  }
}
article #risks .container > .row {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  article #risks .container > .row {
    margin: 0 -15px;
  }
}
article #risks h2 {
  font-family: Georgia, serif;
  color: #2198eb;
  font-size: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  article #risks h2 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  article #risks h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
article #risks h6 {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  color: #2198eb;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  article #risks h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  article #risks h6 {
    margin: 10px 0;
  }
}
article #risks p {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  article #risks p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  article #risks p {
    margin-bottom: 40px;
  }
}
article #risks #riskImageA,
article #risks #riskImageB,
article #risks #riskImageC,
article #risks #riskImageD {
  height: 220px;
  width: 220px;
  background-image: url("risks-1920.png");
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  article #risks #riskImageA,
  article #risks #riskImageB,
  article #risks #riskImageC,
  article #risks #riskImageD {
    height: 160px;
    width: 160px;
    background-image: url("risks-768.png");
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskImageA,
  article #risks #riskImageB,
  article #risks #riskImageC,
  article #risks #riskImageD {
    height: 60px;
    width: 60px;
    background-image: url("risks-480.png");
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
}
article #risks #riskImageA {
  background-position: 0 0;
}
article #risks #riskImageB {
  background-position: -220px 0;
}
@media screen and (max-width: 991px) {
  article #risks #riskImageB {
    background-position: -160px 0;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskImageB {
    background-position: -60px 0;
  }
}
article #risks #riskImageC {
  background-position: -440px 0;
}
@media screen and (max-width: 991px) {
  article #risks #riskImageC {
    background-position: -320px 0;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskImageC {
    background-position: -120px 0;
  }
}
article #risks #riskImageD {
  background-position: -660px 0;
}
@media screen and (max-width: 991px) {
  article #risks #riskImageD {
    background-position: -480px 0;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskImageD {
    background-position: -180px 0;
  }
}
article #risks #riskBanner {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 40px;
  margin-top: 40px;
  text-align: left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#243067+0,010102+100 */
  background: #243067 /* Old browsers */;
  background: -moz-linear-gradient(top, #243067 0%, #010102 100%) /* FF3.6-15 */;
  background: -webkit-linear-gradient(top, #243067 0%, #010102 100%) /* Chrome10-25,Safari5.1-6 */;
  background: linear-gradient(to bottom, #243067 0%, #010102 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243067', endColorstr='#010102', GradientType=0); */
/* IE6-9 */
}
@media screen and (max-width: 991px) {
  article #risks #riskBanner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskBanner {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  article #risks #riskBanner {
    padding: 10px;
  }
}
article #risks #riskBanner h3 {
  margin: 0;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  article #risks #riskBanner h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskBanner h3 {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  article #risks #riskBanner h3 {
    font-size: 14px;
  }
}
article #risks #riskBanner button {
  cursor: pointer;
  background-color: #2198eb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 280px;
  height: 57px;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid #2198eb;
  float: right;
}
@media screen and (max-width: 991px) {
  article #risks #riskBanner button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  article #risks #riskBanner button {
    display: block;
    font-size: 18px;
    height: 40px;
    width: 240px;
    float: none;
    margin: auto;
    margin-top: 15px;
  }
}
footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #232e64;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  footer {
    font-size: 11px;
  }
}
footer h3 {
  margin-bottom: 15px;
  color: #2198eb;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  footer h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
footer a {
  color: #2198eb;
}
footer a:hover {
  color: #2198eb;
}
