@charset "utf-8";

body {
    font-family: Poppins, sans-serif;
    color: #3d3d3d;
    background-color: #031f58;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
  clear: both;
  margin-left: 0;
  width: 100%;
  float: left;
  display: block;
}

.imgfade {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
.imgfade:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

.white {
  background-color: #fff;
}

.black {
  background-color: #3d3d3d;
}

.grey {
  background: rgba(21, 53, 170, 0.05);
}

.text-white {
  color: #fff;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  color: #333;
  text-decoration: none;
}

*::-webkit-input-placeholder {
  color: #666;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}

.link-rotate {
  -webkit-transition: -webkit-transform 0.8s ease-out;
  -ms-transition: -ms-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}

.link-rotate:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.link-translate {
  -webkit-transition: -webkit-transform 0.8s ease-out;
  -ms-transition: -ms-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}

.link-translate:hover {
  -ms-transform: translate(20px, 0px); /* IE 9 */
  -webkit-transform: translate(20px, 0px); /* Chrome, Safari, Opera */
  transform: translate(20px, 0px);
}

.link-scale {
  -webkit-transition: -webkit-transform 0.8s ease-out;
  -ms-transition: -ms-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}

.link-scale:hover {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}

.link-opacity {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.link-opacity:hover {
  opacity: 0.5;
}

.img-right {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

DESKTOP {
}
h1 {
  font-size: 34px;
  color: #3d3d3d;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 0px;
  line-height: 37px;
  letter-spacing: -1px;
  text-transform: none;
}
h2,
h3 {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 0px;
  line-height: 27px;
  text-transform: none;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 21px;
  color: #3d3d3d;
}
h5 {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0px;
  color: #3d3d3d;
  line-height: 22px;
  font-weight: 600;
}
h6 {
}

.gridContainer {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  clear: none;
  float: none;
  padding-top: 0%;
  padding-right: 2%;
  padding-bottom: 0%;
  padding-left: 2%;
}
.gridContainerMobile {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  clear: none;
  float: none;
  padding-top: 0%;
  padding-right: 2%;
  padding-bottom: 0%;
  padding-left: 2%;
}

.container_header {
  width: 100%;
  margin: 0px;
  background-color: #ffffff;
  z-index: 100;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 5px 3px #666666;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 70px;
}
.header_wrap {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
}

.header_left {
  width: 50%;
  margin: 0px;
  float: left;
  clear: none;
  text-align: left;
}
.header_mid {
  width: 20%;
  margin: 0px;
  float: left;
  clear: none;
  text-align: center;
}
.header_right {
  width: 50%;
  margin: 0px;
  float: left;
  clear: none;
  text-align: right;
}

.container_banner {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    height: 220px;
    background-color: #031f58;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    background-image: url(../images/banner_bgd.png);
}

.banner-content {
  float: left;
  width: 100%;
  padding-top: 70px;
}

.banner-left {
  width: 50%;
  clear: none;
  display: block;
  float: left;
  text-align: left;
}

.banner-left h3 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.banner-left h4 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.container_footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #031f58;
}

#app {
  /* background-color: #f1f1f1; */
}
.container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  /*background: rgba(21, 53, 170, .05);*/
  background-color: #ffffff;
}

.content {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.content li {
  clear: none;
  margin-left: -10px;
  list-style-image: url(../demo-images/bullet.png);
  margin-bottom: 4px;
}

.form_wrap {
  width: 94%;
  float: left;
  /*background-color: rgba(21, 53, 170, .1);*/
  background-color: #f2f2f2;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  margin-bottom: 25px;
}

.form_wrap label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.form_wrap input {
  width: 96%;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  background-color: #ffffff;
  padding-top: 3%;
  padding-right: 2%;
  padding-bottom: 3%;
  padding-left: 2%;
  border-width: 0px;
  border-style: none;
  /* outline: 0; */
  /* border: 1px solid #fff; */
}

.form_wrap textarea {
  width: 100%;
  height: 100px;
  color: #333333;
  font-size: 18px;
  background-color: #ffffff;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  padding-bottom: 0px;
  line-height: 20px;
  border-width: 0px;
  border-style: none;
}

.form_wrap select {
  width: 100%;
  color: #666666;
  font-size: 18px;
  line-height: 20px;
  background-color: #e6e6e6;
  padding-top: 3%;
  padding-right: 0%;
  padding-bottom: 3%;
  padding-left: 0%;
  border-width: 0px;
  border-style: none;
}
.form_wrap h6 {
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.form_wrap .validationMessage {
  color: #990000;
  font-size: 0.8rem;
}
.form_wrap > .isInvalid input {
  border: 1px solid #990000;
}
.form_col1 {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.form_col2 {
  width: 48.5%;
  margin-right: 3%;
  clear: none;
  padding: 0%;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.form_col2.last {
  margin-right: 0%;
  position: relative;
  float: left;
}
.form_checkbox_wrap {
  width: 100%;
  margin-bottom: 10px;
}
.form_checkbox {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.form_checkbox.zerobm {
  margin-bottom: 0px;
}
.form_checkbox_wrap input {
  width: 30px;
  height: 30px;
  color: #333333;
  border-width: 0px;
  border-style: none;
  display: inline-block;
  float: left;
}
.form_checkbox_wrap label {
  display: inline-block;
  margin-left: 10px;
  line-height: 30px;
  font-size: 18px;
}

.form_modal {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  margin-top: 25px;
}

.form_modal input {
  width: 40px;
  height: 40px;
  color: #333333;
  border: 2px solid #000000;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 100px;
}
.form_modal label {
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  color: #990000;
}

.form_choice {
  width: 94%;
  float: left;
  background-color: #ffffff;
  padding-top: 2%;
  padding-right: 3%;
  padding-bottom: 1%;
  padding-left: 3%;
  margin-bottom: 25px;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.form_choice.confirmed {
  background-color: #ddd;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}

.form_choice input {
  width: 20px;
  height: 20px;
  color: #333333;
  border: 1px solid #000000;
  display: inline-block;
  float: left;
}
.form_choice label {
  display: inline-block;
  margin-left: 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  color: #990000;
}

.warning_wrap {
  width: 94%;
  float: left;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  margin-bottom: 40px;
  background-color: #990000;
  color: #ffffff;
}

.warning_wrap li {
  margin-left: -10px;
  list-style-image: url(../demo-images/bullet-white.png);
  margin-bottom: 4px;
}

.warning_wrap ul {
  margin-bottom: 0px;
}

.columns-wrap {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.columns1 {
  width: 100%;
  float: left;
}

.columns1 li {
  clear: none;
  margin-left: -10px;
  list-style-image: url(/images/bullet.png);
  margin-bottom: 4px;
}

.columns2 {
  width: 48.5%;
  margin-right: 3%;
  clear: none;
  padding: 0%;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  float: left;
}

.columns2.last {
  margin-right: 0%;
  position: relative;
  float: left;
}

.columns2-buttons {
  width: 48.5%;
  margin-right: 3%;
  clear: none;
  padding: 0%;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  float: left;
}

.columns2-buttons.last {
  margin-right: 0%;
  position: relative;
  float: left;
}

.columns2 li {
  clear: none;
  margin-left: -8px;
  list-style-image: url(../demo-images/bullet.png);
  margin-bottom: 12px;
}

.columns2-table {
  display: table;
  width: 100%;
  padding: 0px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5%;
  margin-left: 0px;
}

.columns2-table-cell {
  display: table-cell;
  position: relative;
  width: 43%;
  vertical-align: center;
  padding-left: 2%;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
}

.columns2-table-cell.mid {
  position: relative;
  width: 6%;
  border-radius: 0px;
  border: 0px solid #cccccc;
  padding-left: 0%;
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  box-shadow: 0px 0px 0px 0px rgba(80, 80, 80, 0.2);
  background-color: #f1f1f1;
}
.columns2-table-cell-content {
  width: 90%;
  background-color: #3d3d3d;
  padding: 5%;
  color: #fff;
}

.columns3 {
  width: 30.6%;
  clear: none;
  margin-right: 4%;
  float: left;
}

.columns3.last {
  margin-right: 0%;
}

.hide-mobile {
  display: inline-block;
}
.hide-tablet {
  display: block;
}

.hide-desktop {
  display: none;
}

.hide-tablet-mobile {
  display: inline-block;
}
.hide-tabletsm-mobile {
  display: inline-block;
}

.footer {
  width: 100%;
  color: #ffffff;
  float: left;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-center2 {
  text-align: center;
}

.link-button {
    width: auto !important;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    background-color: #0096ff !important;
    box-shadow: 3px 3px 8px #999999;
    border-width: 0px;
    border-style: none;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.link-button:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.link-button:disabled {
  background-color: #ccc !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.link-button-submit {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #0096FF;
    box-shadow: 3px 3px 8px #999999;
    border-width: 0px;
    border-style: none;
    border-radius: 6px;
    margin-bottom: 10px;
}
.link-button-submit:hover {
  color: #ffffff;
  background-color: #000000;
}

.text-highlight-red {
  background-color: #990000;
  color: #ffffff;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.text-highlight-white {
  background-color: #ffffff;
  color: #000000;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.text-green {
  color: #009900;
}
.text-green a {
  color: #009900;
  text-decoration: underline;
}
.text-green a:hover {
  color: #00aa00;
  text-decoration: underline;
}

/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {
  **TABLET** {
  }

  h1 {
    font-size: 34px;
    line-height: 37px;
  }
  h2,
  h3 {
    font-size: 24px;
    line-height: 27px;
  }

  h4 {
    font-size: 18px;
    line-height: 21px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h6 {
  }

  .gridContainer {
    width: 92%;
    clear: none;
    float: none;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .gridContainerMobile {
    width: 100%;
    clear: none;
    float: none;
    padding: 0px;
  }

  .container_header {
    width: 100%;
  }
  .header_wrap {
  }

  .header_left {
  }
  .header_mid {
  }
  .header_right {
  }

  .container {
    padding-top: 20px;
    /* padding-bottom: 20px; */
  }

  .banner-left {
    width: 50%;
  }

  .banner-left h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .banner-left h4 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .form_wrap {
    width: 88%;
    float: left;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    margin-bottom: 40px;
  }

  .columns3 {
    width: 100%;
    margin-right: 0px;
  }
  .columns3.last {
    width: 100%;
    margin-right: 0px;
  }

  .hide-tablet {
    display: none;
  }

  .hide-tablet-mobile {
    display: none;
  }

  .hide-tabletsm-mobile {
    display: inline-block;
  }

  .iframe-newsletter {
    height: 320px;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  **TABLET SMALL** {
  }

  h1 {
    font-size: 30px;
    line-height: 33px;
  }
  h2,
  h3 {
    font-size: 22px;
    line-height: 25px;
  }

  h4 {
    font-size: 18px;
    line-height: 21px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h6 {
  }

  .gridContainer {
    width: 88%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .container_header {
  }

  .header_left {
    float: left;
  }
  .header_mid {
    width: 0%;
    display: none;
  }
  .header_right {
    float: right;
  }

  .container_banner {
    height: 180px;
    background-image: none;
  }

  .banner-content {
    padding-top: 60px;
  }

  .banner-left {
    width: 100%;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form_wrap {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
  }

  .form_col1 {
    width: 100%;
    float: left;
    margin-bottom: 0px;
  }
  .form_col2 {
    width: 100%;
    margin-right: 0%;
  }

  .form_col2.last {
    width: 100%;
    margin-right: 0%;
  }

  .form_modal {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    margin-top: 25px;
  }

  .form_modal input {
    width: 30px;
    height: 30px;
  }
  .form_modal label {
  }

  .form_choice {
    width: 92%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
  }

  .warning_wrap {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
  }

  .columns2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 30px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
  }

  .columns2.last {
    width: 100%;
    margin-right: 0%;
  }

  .columns3 {
    width: 100%;
    margin-right: 0%;
  }

  .columns3.last {
    width: 100%;
    margin-right: 0%;
  }

  .text-center {
    text-align: left;
  }

  .link-button {
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
    border-radius: 6px;
  }
  .link-button:hover {
    color: #ffffff;
    background-color: #000000;
  }

  .link-button-submit {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 6px;
    font-size: 30px;
    line-height: 34px;
  }
  .link-button-submit:hover {
    color: #ffffff;
    background-color: #000000;
  }

  .text-highlight-red {
    background-color: rgba(21, 53, 170, 0);
    color: #990000;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .text-highlight-white {
    background-color: rgba(21, 53, 170, 0);
    color: #990000;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hide-tabletsm-mobile {
    display: none;
  }
}

@media only screen and (max-width: 481px) {
  MOBILE {
  }

  /* Mobile Layout: 480px and below. */

  h1 {
  }

  h2,
  h3 {
  }

  h4 {
  }
  h5 {
  }
  h6 {
  }

  .gridContainer {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gridContainerMobile {
    width: 100%;
    padding: 0px;
  }

  .container_header {
    height: 50px;
  }

  .header_wrap {
  }

  .header_wrap img {
    width: 80%;
    height: auto;
  }

  .hide-mobile {
    display: none;
  }
  .hide-tablet {
    display: block;
  }

  .hide-desktop {
    display: block;
  }

  .hide-tablet-mobile {
    display: none;
  }

  .hide-tabletsm-mobile {
    display: none;
  }
}
