@CHARSET "UTF-8";

#messageNote {
  background-color: rgb(255, 249, 211);
  padding: 10px !important;
  border: 1px solid rgb(244, 238, 214);
  line-height: auto !important;
  margin-bottom: 20px;
}

#team_container .heading {
  padding: 40px 0;
}
#team_container .heading a:visited, #team_container .heading a:link {
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #000;
  background: #eaeaea;
  border-left: 1px solid #d4d4d4;
}
#team_container .heading a:hover, #team_container .heading a:active, #team_container .heading a.active {
  background: #a4c0e5;
  text-decoration: none;
}
#team_container .heading a:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
#team_container .heading a:first-child {
  border-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#team_container .heading:after {
  content: '';
  display: block;
  clear: both;
}
#team_container .members {
  margin: -20px;
  clear: both;
}
#team_container .members h2 {
  margin: 6px 0 17px 20px;
  font-family: 'HelveticaLTPro-Black';
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0 0 0;
  display: block;
}
#team_container .members .member {
  width: 25%;
  height: 470px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  text-align: center;
  float: left;
}
#team_container .members .member .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 275px;
  display: block;
}
#team_container .members .member .name {
  font-size: 20px;
  padding: 30px 0 0 0;
  line-height: 30px;
}
#team_container .members .member .job_name {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}
#team_container .members .member .email {
  font-size: 14px;
  line-height: 20px;
}
#team_container .members .member .email a:link, #team_container .members .member .email a:visited {
  color: #001a84;
  text-decoration: underline;
}
#team_container .members .member .email a:hover, #team_container .members .member .email a:active {
  color: #4457a1;
}

#team_container:after {
  content: '';
  display: block;
  clear: both;
}

.actualsContainer {
  clear: both;
}

.actualsContainer .actuals {
  padding-top: 60px;
  font-family: 'HelveticaLTPro-Light', Helvetica, sans-serif;
}
.actualsContainer .actuals input, .actualsContainer .actuals textarea {
  display: block;
  background: none;
  border: 0;
  padding: 0;
  font-family: 'HelveticaLTPro-Light', Helvetica, sans-serif;
  font-weight: normal;
  width: 526px;
  min-width: 526px;
  max-width: 526px;
  height: auto;
  min-height: auto;
  max-height: auto;
  box-sizing: border-box;
  border-collapse: separate;
}
.actualsContainer .actuals textarea.content {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
}
.actualsContainer .actuals .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
  width: 400px;
  display: block;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
}
.actualsContainer .actuals .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 25px;
}
.actualsContainer .actuals .content {
  font-size: 16px;
  line-height: 25px;
}
.actualsContainer .actuals .more a:link, .actualsContainer .actuals .more a:visited {
  background: #454375;
  color: #fff;
  padding: 0 120px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
}
.actualsContainer .actuals .more a:hover, .actualsContainer .actuals .more a:active {
  background: #62608f;
  text-decoration: none;
}

.actualsHome {
  padding: 26px;
  clear: both;
  background-color: rgb(244, 244, 244);
  margin-top: 150px;
}

.actualsHome .actuals:after {
  content: ' ';
  display: block;
  clear: both;
}
.actualsHome .padder {
  margin: 0 -10px;
}
.actualsHome .actuals {
  font-family: 'HelveticaLTPro-Light', Helvetica, sans-serif;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 10px;
}
.actualsHome .actuals .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 150px;
  display: block;
}
.actualsHome .actuals .title {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 25px 0;
  line-height: 25px;
  text-align: justify;
}
.actualsHome .actuals .content {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.actualsHome .actuals .more a:link, .actualsHome .actuals .more a:visited {
  background: #454375;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  line-height: 25px;
  display: block;
  text-align: center;
  margin-top: 40px;
}
.actualsHome .actuals .more a:hover, .actualsHome .actuals .more a:active {
  background: #62608f;
  text-decoration: none;
}

.actualsHome:after {
  content: ' ';
  display: block;
  clear: both;
}

#links {
  margin: 0 -10px;
}

#links::after {
  content: ' ';
  display: block;
  clear: both;
}

#links .link {
  float: left;
  width: 16.6%;
  box-sizing: border-box;
  padding: 10px;
}

#links .link a.alink {
}

#links .link .title {
  display: none;
}

#links .link .image {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#links .link .text {
  height: 50px;
  overflow: hidden;
}
