/*bootstrap*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* base */
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #ffffff;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.42857143;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
body a:link {
  color: #56a3d9;
}
body a:visited {
  color: #56a3d9;
}
body a:hover {
  color: #2c5d7f;
}
body a:active {
  color: #56a3d9;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
/* end base */
.img-response {
  display: block;
  width: 100%;
  height: auto;
}
.img-soft-response {
  display: block;
  max-width: 100%;
  height: auto;
}
/* common layouts */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.l-section-wrap {
  position: relative;
  min-width: 980px;
}
.l-section-wrap.this-crop {
  overflow: hidden;
}
.l-centered,
.l-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}
.l-section {
  overflow: hidden;
}
.l-prefooter {
  padding-bottom: 201px;
}
.l-footer {
  margin-top: -201px;
  min-height: 201px;
}
/* end common layouts */
.header-sec {
  min-height: 129px;
  padding: 20px 20px;
}
.banner-sec {
  background-color: #14376F;
}
.banner-sec__inner {
  position: relative;
  width: 100%;
  height: 370px;
  background: url("../image/back-01.jpg") no-repeat center 0;
}
.banner-sec:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  right: 50%;
  top: 0;
  background-color: #540B1F;
}
.content-sec {
  padding: 30px 15px;
}
.content-sec:before,
.content-sec:after {
  content: " ";
  display: table;
}
.content-sec:after {
  clear: both;
}
.content-sec__left {
  float: left;
  width: 25.2%;
  padding-right: 30px;
  padding-top: 8px;
}
.content-sec__right {
  float: left;
  width: 74.8%;
}
.side-nav {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.side-nav a:link {
  color: #ffffff;
}
.side-nav a:visited {
  color: #ffffff;
}
.side-nav a:hover {
  color: #ffffff;
}
.side-nav a:active {
  color: #ffffff;
}
.side-nav__itm {
  width: 100%;
  display: table;
  height: 52px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#017dbf), to(#034c88));
  background-image: -webkit-linear-gradient(top, #017dbf 0%, #034c88 100%);
  background-image: -moz-linear-gradient(top, #017dbf 0%, #034c88 100%);
  background-image: linear-gradient(to bottom, #017dbf 0%, #034c88 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff017dbf', endColorstr='#ff034c88', GradientType=0);
  border-radius: 3px;
  margin-bottom: 25px;
}
.side-nav__itm:last-child {
  margin-bottom: 0;
}
.side-nav__itm:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#018ed8), to(#045aa1));
  background-image: -webkit-linear-gradient(top, #018ed8 0%, #045aa1 100%);
  background-image: -moz-linear-gradient(top, #018ed8 0%, #045aa1 100%);
  background-image: linear-gradient(to bottom, #018ed8 0%, #045aa1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff018ed8', endColorstr='#ff045aa1', GradientType=0);
}
.side-nav__itm.this-active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#be0114), to(#890304));
  background-image: -webkit-linear-gradient(top, #be0114 0%, #890304 100%);
  background-image: -moz-linear-gradient(top, #be0114 0%, #890304 100%);
  background-image: linear-gradient(to bottom, #be0114 0%, #890304 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe0114', endColorstr='#ff890304', GradientType=0);
}
.side-nav__lnk {
  width: 100%;
  padding: 0 14px;
  display: table-cell;
  vertical-align: middle;
}
.content-typo {
  font-size: 20px;
  line-height: 1.5;
}
.content-typo h1,
.content-typo h2,
.content-typo h3,
.content-typo h4 {
  font-weight: 700;
  color: #b50111;
}
.content-typo h1 {
  font-size: 22px;
  margin-bottom: 25px;
}
.content-typo p {
  margin-bottom: 25px;
}
.footer-sec-wr {
  padding: 15px 0;
  overflow: hidden;
  min-width: 980px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#034c87), to(#044880));
  background-image: -webkit-linear-gradient(top, #034c87 0%, #044880 100%);
  background-image: -moz-linear-gradient(top, #034c87 0%, #044880 100%);
  background-image: linear-gradient(to bottom, #034c87 0%, #044880 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff034c87', endColorstr='#ff044880', GradientType=0);
}
.footer-sec-wr:before,
.footer-sec-wr:after {
  content: " ";
  display: table;
}
.footer-sec-wr:after {
  clear: both;
}
.footer-sec-wr__logo {
  float: right;
  opacity: .05;
  margin-right: 10%;
}
.copy {
  font-size: 16px;
  color: #fff;
  text-align: center
}
