@charset "utf-8";
html {
  width: 100%;
  font-size: 18px;
}
html * {
  outline: 0 !important;
}
body {
  font-family: 'Roboto', 'Open Sans', 'PT Sans', sans-serif;
  font-weight: 400;
  /* line-height: 1.75em; */
  /* margin: 0; */
  /* padding: 0; */
  color: rgba(47, 72, 88, 1);
  /* background: #fff; */
  /* text-shadow: none !important; */
  /* width: 100%; */
  width: 100vw;
  /* overflow-x: hidden; */
  overflow-y: scroll;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul { /* padding: 0; margin: 0 */
}
ul li { /* list-style-position: inside; */
}
a, button, input[type=submit] {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  outline: none;
}
a {
  color: inherit;
  border: 0;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit; /* border: 0; */
}
b, strong {
  font-weight: 600;
}
p {
  text-align: left
}
p a {
  text-decoration: none;
  color: rgba(0, 62, 144, 1);
}
p a:hover {
  color: rgba(0, 62, 144, 1);
}
iframe {
  width: 100%
}
fieldset {
  margin-bottom: 1em;
  background:#E4ECF2;
  padding: 2em;
}
input:not([type]), input[type="email"i], input[type="number"i], input[type="password"i], input[type="tel"i], input[type="url"i], input[type="text"i], button, optgroup, textarea.form-control {
  padding: 0.72em 1.2em;
  /* height: auto; */
  /* border: 0; */
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(228, 236, 242, 1);
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1em;
}
select{padding:0.5rem; border:0; max-width:100%}


button, .btn,   input[type=submit] {
  /* opacity: 0.8; */
  /* border-radius: 30px; */
  line-height: 1em;
  border: 0px solid #94c11f;
  color: #fff;
  margin-bottom: 0;
  font-size: inherit;
  padding: 0.9em 1.4em;
  font-size: 1em;
  /* background: rgba(12, 197, 163, 1); */
  border: 0;
}
.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}
.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}
.btn-circle i {
    position: relative;
    top: -1px;
}
.btn-info, .btn-info:hover {
  background: #fff !important;
  color: #3286c3;
  border: 2px solid #3286c3;
}
.btn-secondary:hover, .btn-warning:hover {
  color: #fff;
}
button:hover, .btn:hover, .btn-primary:hover, input[type=submit]:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
}



textarea { /* min-height: 10em; */
}
.btn-toolbar {
  display: block
}
.form-group {
  position: relative;
}
label.control-label {
  font-size: 1rem;
  margin: 0;
  display: block;
}
span.required {
  position: absolute;
  color: #94c11f;
  left: 8px;
  top: 13px;
  z-index: 10;
}
label.form-check-label span {
  text-indent: -1000000px;
  height: 0;
  width: 0;
  display: block; /* background: #fff; */ position: absolute;
  border: 1px solid #ced4da;
  top: 0;
}
label.form-check-label span:before {
  content: "\f00c";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  display: block;
  height: 50px;
  width: 50px;
  display: block;
  background: #fff;
  position: absolute;
  border: 1px solid #ced4da;
  top: -4px;
  left: -15px;
  font-size: 30px;
  padding-top: 10px;
}
label.form-check-label input:checked ~ span {
  color: #94c11f
}
label {
  /* font-weight: 300; */
  font-size: 0.9rem;
  min-width: 150px;
  padding: 0.2em 0;
}
dd label {
  min-width: auto
}
.form-control {
  font-weight: 300;
  font-size: 0.9rem padding: 0;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0.3em;
}
textarea.form-control {
  border: solid 1px rgba(97, 132, 138, 0.2);
}
.aro-pswd_info {
  font-size: 0.8rem;
  background: #eee none repeat scroll 0 0;
  color: #fff;
  right: 20px;
  position: absolute;
  bottom: 50px;
  z-index: 1;
  display: none;
}
#pswd_info h4 {
  background: black none repeat scroll 0 0;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 17px 0;
  text-align: center;
  text-transform: uppercase;
}
#pswd_info ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#pswd_info ul li {
  padding: 5px;
}
.valid {
  color: green;
  line-height: 21px;
  padding-left: 22px;
}
.invalid {
  color: red;
  line-height: 21px;
  padding-left: 22px;
}
#pswd_info::before {
  background: #dfdfdf none repeat scroll 0 0;
  content: "";
  height: 25px;
  left: -13px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 25px;
  display: none;
}

figure {
  margin: 0 0 1rem;
  border-radius: 30px;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0; /* padding-bottom: 0; */
}
#page-content header { /* margin: 4em 0 2em 0; */ /* padding-bottom: 0; */
}
#page-content header h2, #page-content header h3, #page-content header h4 {
  margin: 0;
  padding: 0
}
h1 span, h2 span {
  display: block;
  font-size: 0.6em; /* padding: 1em 0 0 0; */ text-transform: none;
}
.jumbotron h1 {
  margin: 0;
  padding: 0
}
h2 {
  font-size: 2.2em;
  color: rgba(0, 62, 144, 1)
}
h3 {
  font-size: 1.2em;
  line-height: 1.4; /* font-weight: 300; */ /* text-align: left; */ font-weight: 700;
  color: rgba(0, 62, 144, 1);
}
h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3fb299;
}
h5 {
  font-size: 1.0em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
}
h1 .subheader, h2 .subheader, h3 .subheader, h4 .subheader {
  display: block;
  font-size: -0.2em;
  font-weight: 400;
}
.green {
  color: #3fb299
}
.blue {
  color: rgba(0, 62, 144, 1)
}
.white {
  color: #fff
}
.textmedia ul {
  padding-left: 10px
}
.textmedia ul li {
  list-style-type: none;
}
.textmedia ul li:before {
  content: '￮';
  content: '●';
  position: relative;
  left: -10px;
  color: #3fb299;
}
p {
  margin-bottom: 1em;
  margin-top: 0;
}
blockquote {
  margin: 1.5em 10px;
  font-style: italic;
  font-size: 20px;
  padding: 40px 0px 0px 0px;
  border: none
}
blockquote:before {
  display: block;
  content: 'open-quote';
  font-size: 180px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  content: "\201C";
  font-style: normal;
  color: #ddd;
}
blockquote p {
  display: inline;
}
blockquote span, blockquote p {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  font-weight: 300;
  line-height: 1.7em;
  display: block;
  color: #666 !important;
  font-size: 20px !important;
  margin-top: -60px;
}
.row-eq-height, .row-eq-height .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#content ol, #content ul {
  text-align: left
}
body {
  counter-reset: item;
}
/*
ol { list-style: none; padding: 0; }
ol li { position: relative; padding-left: 3em; counter-increment: item; padding-bottom: 1em; margin-bottom: 1em; border-bottom: 2px solid #e1e3e6 }
ol li:last-child { border-bottom: 0px solid #e1e3e6 }
ol li:before { content: counter(item); display: block; position: absolute; color: #94c11f; font-size: 1.2em; font-weight: 600; left: 1em; }
*/
#content ul.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul.list-check li {
  position: relative;
  background: rgba(112, 128, 144, 1);
  color: #fff;
  padding: 1em 1em 1em 4em;
  border-bottom: 1px solid#fff;
}
#content ul.list-check li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.5em;
  height: 100%;
  content: "\f00c";
  font-size: 1.5em;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#content ul.list-check li:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-right: 1px solid #fff;
  width: 50px;
  display: block;
}
#content ul.list-check li:nth-child(2n) {
  position: relative;
  background: #28313F;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 3px solid #a2b6b9;
  border-top-color: transparent
}
::-webkit-input-placeholder {
  color: #c0ced0;
  opacity: 1
}
::-moz-placeholder {
  color: #c0ced0;
  opacity: 1
}
:-ms-input-placeholder {
  color: #c0ced0 opacity: 1
}
:-moz-placeholder {
  color: #c0ced0;
  opacity: 1
}
@media (max-width: 768px) {
  html {
    width: 100%;
    font-size: 15px;
  }
}