
@import url("https://fonts.googleapis.com/css?family=Roboto");

html {
  overflow-y: scroll;
}
body {
  line-height: 1.7em;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  color: #333333;
}

#body_bg {
  background-color: #003366;
}
.primary-container-background .primary-container {
  width: 1080px;
}
.container {
  background: #fff;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
}
.container.no-padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.primary-container-background .primary-container {
  background: #fff;
  position: relative;
  margin: 0 auto;
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
}
.primary-container-background {
  position: absolute;
  width: 100%;
}
.primary-container {
  position: relative;
}
.primary-container-group {
  position: relative;
}


/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
#header {
  position: relative;
  height: 125px;
}
#header.container {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 85px;
  position: relative;
}
/* Logo */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*-----------------------------------------------------------------------------------*/
/* Footer */
/*-----------------------------------------------------------------------------------*/

/* Footer Menu */
#footer {
  background-color: #fff;
  color: #003366;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Copyright */
#copyright p {
  color: #003366;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* TC */
#terms p {
  color: #003366;
  font-size: 12px;
  padding: 0;
  margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
  opacity: 1 !important;
}

/*-----------------------------------------------------------------------------------*/
/* Type */
/*-----------------------------------------------------------------------------------*/

p.blocktext {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 30px;
}
h2 {
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 10px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
}
h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #333333;
}
h3.title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #333333;
}
h4 {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.6;
}
h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #003366;
}
h6 {
  font-size: 1em;
}
a {
  color: #0000cc;
}

.icon-list {
  padding-left: 30px;
}
#footer{
  margin-top: 410px;
}
/*-----------------------------------------------------------------------------------*/
/* Font Awesome */
/*-----------------------------------------------------------------------------------*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  color: rgba(0, 102, 204, 0.9);
}




