/* BASE */

a.blue-link {
  color: #35a6c6;
}

body {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  display: block;
  color: #333;
  text-transform: uppercase;
}
p,
span,
li,
ul,
ol,
blockquote {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 150%;
  color: #555;
  font-style: 12px;
  font-family: "Raleway", sans-serif;
}
a img {
  border: 0;
}
a,
div {
  font-family: "Raleway", sans-serif;
}
h1 {
  font-family: "Raleway", sans-serif;
}
h2 {
  font-family: "Raleway", sans-serif;
}
h3 {
  font-family: "Raleway", sans-serif;
}
h4 {
  font-family: "Raleway", sans-serif;
}
h5 {
  font-family: "Raleway", sans-serif;
}
blockquote {
}

/* LAYOUT */

.m {
  width: 960px;
  margin: 0 auto;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 67.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clearboth,
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

/* THEME */

.header,
.content {
  background-color: white;
}
.header {
  height: 114px;
}
.footer {
  padding: 22px 0;
}
.blue_bar {
  background-color: #00b0d3;
}
.green_bar {
  background-color: #aed253;
  min-height: 13px;
}
.blue_bar > .m {
  padding: 40px 0;
}
.banner {
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 445px;
  background-color: #f9f9f9;
}
.banner.banner-ise {
  background-image: url("../img/ise-banner.jpg");
}
.banner .m {
  position: relative;
}
.banner .spacer {
  height: 330px;
}
.banner p {
  display: block;
  width: 300px;
  font-size: 16px;
}
.content .spacer {
  height: 50px;
}
.footer ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.footer ul li,
.footer p {
  font-size: 13px;
}
.footer p,
.footer p a {
  color: #888;
  font-size: 12px;
  text-decoration: none;
}
.footer ul li a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
.footer ul li {
  padding: 0 3px 0 0;
  margin: 0 0 0 0;
  height: 13px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-right: 1px solid #ccc;
}
.footer ul li:last-child {
  border: 0;
}
.footer {
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer .box {
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  height: 80px;
  width: 380px;
}
.footer .box span {
  display: block;
  float: left;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  padding: 23px 0 0 23px;
}
.footer .box .button {
  float: right;
  width: 110px;
  margin: 16px 21px 0px 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.footer .box:hover .button {
  background-color: #00b0d3;
}
.button,
input[type="submit"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background-color: #aed253;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.header .logo {
  display: block;
  float: left;
  background-image: url("../img/logo.gif");
  background-repeat: no-repeat;
  background-position: top left;
  width: 332px;
  height: 47px;
  margin: 30px 0 0 0;
}
.header ul {
  display: block;
  float: right;
  text-align: right;
  margin: 35px 0 0 0;
  width: 590px;
}
.header ul li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 3px;
}
.header ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header ul li a.active {
  background-color: #00b1d3;
  border: 1px solid #00b1d3;
  color: white;
}
.header ul li a:hover {
  color: #444;
  background-color: #eee;
}
.header ul li a.home {
  background-color: #00b1d3;
  border: 1px solid #00b1d3;
  background-image: url("../img/home_png.png");
  background-repeat: no-repeat;
  background-position: -8px -8px;
  width: 25px;
}
.service {
  float: left;
  width: 295px;
  margin: 0 37px 0 0;
}
.service .box {
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.service .box h5 a {
  display: block;
  padding: 10px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #444;
}
.service p {
  font-size: 13px;
  display: block;
  margin: 0 10px 10px 10px;
}
.service .box {
  position: relative;
  height: 340px;
}
.service .more_link {
  position: absolute;
  background-image: url("../img/read_more.png");
  background-repeat: no-repeat;
  background-position: -5px center;
  display: block;
  height: 70px;
  width: 70px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.service:hover .more_link {
  background-position: -25px;
}
.service .more_link span {
  display: block;
  background-image: url("../img/arrow.png");
  background-repeat: repeat;
  background-position: 0 center;
  width: 13px;
  height: 20px;
  position: absolute;
  bottom: 4px;
  right: 5px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.service:hover .more_link span {
  background-position: -13px center;
}
.case_study {
  float: left;
  width: 295px;
  margin: 0 37px 0 0;
}
.case_study.one_half {
  width: 48%;
}
.blue_bar h4 {
  display: block;
  color: white;
  float: left;
  width: 500px;
  font-size: 25px;
}
.blue_bar a.float_right {
  float: right;
  font-size: 12px;
  color: white;
}
.blue_bar .spacer {
  height: 20px;
}
.blue_bar .case_study h3 a {
  font-size: 15px;
  font-weight: normal;
  color: white;
  display: block;
  padding: 5px 0 5px 0;
}
.case_study p {
  color: white;
  font-size: 13px;
}
.case_study p a {
  color: white;
  font-size: 13px;
}
p.lead {
  font-size: 15px;
  padding: 0 0 15px 0;
}
p.large_lead {
  font-size: 22px;
  padding: 0 0 15px 0;
}
p {
  font-size: 13px;
  padding: 0 0 15px 0;
}
.content h1 {
  padding: 0 0 20px 0;
}
.footer_divide {
  margin: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
.internal_banner {
  background-image: url("../img/internal_banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 108px;
  background-color: #f9f9f9;
}
.internal_banner .m h1 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  padding: 33px 0 0 0;
}
.content .divide {
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #ddd;
}
.content h4 {
  padding: 0 0 5px 0;
}
.box.form {
  background-color: #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
.box.form label {
  font-size: 13px;
  display: block;
  padding: 0 0 10px 0;
}
.box.form label input[type="text"],
.box.form label select,
.box.form label textarea {
  background-color: white;
  border: 2px solid #ccc;
  padding: 10px;
  font-size: 13px;
  color: #555;
  font-family: "Raleway", sans-serif;
  width: 92%;
}
.box.form label textarea {
  height: 100px;
}
.internal_case h3 a {
  color: #444;
  text-decoration: none;
}
.internal_case p,
.internal_case p a {
  font-size: 13px;
  color: #555;
}
.case_study img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.case_study:hover img {
  opacity: 0.8;
}
.form .area {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #ccc;
}
.link_though {
  position: absolute;
  top: 333px;
  display: block;
  width: 150px;
  height: 70px;
  right: 0;
}

.flex {
  display: flex;
  max-width: 100%;
  height: auto;
}

img {
  height: auto;
  max-width: 100%;
}

.box.case_study img {
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center 80%;
  height: 100%;
  width: 100%;
}
