/********************
Custom Bootsrap Classes for no padding
Set at container level for the child row and grandchild cols
OR
Set at the row level for the child cols
Does not continue recursively, so for sub rows and cells, it would need to be added again.
*********************/
.container.no-padding, .container-fluid.no-padding {
  padding-right: 0;
  padding-left: 0; }
  .container.no-padding .row, .container-fluid.no-padding .row {
    margin-right: 0;
    margin-left: 0; }
    .container.no-padding .row > [class*='col-'], .container-fluid.no-padding .row > [class*='col-'] {
      padding-right: 0;
      padding-left: 0; }

.row.no-padding {
  margin-right: 0;
  margin-left: 0; }
  .row.no-padding > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

/*********************
BREAKPOINTS
*********************/
/*********************
HELPERS
*********************/
/*********************
Template
*********************/
/*********************
Horizontal Slide In Menu - requires iscroll.js, touch.js, #page-wrapper & #mobilenav-wrapper
*********************/
/*
#page-wrapper {
	position: relative;
	z-index: 0;
	background: #FFF;
	min-height: 1500px;

	@include transition(transform, 300ms, ease-in );

	@include breakpoint(xs) {
		padding-top: $header-height-mobile;
	}
}

#mobilenav-wrapper {
	position: absolute;
	width: 320px;
	height: 100%;
	top: 0;
	left: -320px;
	padding-top: $header-height-mobile; // Should match #page-wrapper
}


// This gives us a fluid container which maxes out the width the topnav and banner content
.container-fluid {
	position: relative;
	width: $container-fluid-width;

	@include breakpoint($container-fluid-width) {
		width: 100%;
	}
}
*/
/*********************
Variables
*********************/
/*********************
Defaults
*********************/
body {
  position: relative;
  overflow-x: hidden;
  font-family: "Open sans", sans-serif;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300; }

a {
  color: #2193a8;
  text-decoration: none; }

a:hover, a:active {
  color: #215c64;
  text-decoration: underline; }

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

.btn, .button {
  display: inline-block;
  margin-top: 1em;
  padding: 0 40px;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  color: #215c64;
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #2193a8;
  letter-spacing: 2px; }
  .btn:hover, .btn:active, .button:hover, .button:active {
    color: #FFF;
    text-decoration: none;
    background: #2193a8; }
  .btn.white, .button.white {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF; }
    .btn.white:hover, .btn.white:active, .button.white:hover, .button.white:active {
      background: #FFF;
      color: #2193a8 !important;
      border: 2px solid #FFF; }
  @media (max-width: 767px) {
    .btn, .button {
      display: block;
      text-align: center; } }

p {
  margin: 0.5em 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  color: #215c64;
  font-weight: 900;
  line-height: 1.2; }

h2, h3, h4, h5, h6 {
  margin: 0.5em 0; }

h1 {
  font-size: 2.1em;
  text-transform: uppercase; }
  body:not(.home) h1 {
    position: relative; }
    body:not(.home) h1:after {
      content: " ";
      display: block;
      margin-top: 0.8em;
      width: 100px;
      border-bottom: 2px solid #2193a8; }
  @media (max-width: 991px) {
    h1 {
      font-size: 26px; } }

h2 {
  margin: 0 0 1em 0;
  font-size: 2em;
  position: relative; }
  h2:after {
    content: " ";
    display: block;
    margin-top: 0.8em;
    width: 100px;
    border-bottom: 2px solid #2193a8; }
  @media (max-width: 991px) {
    h2 {
      font-size: 24px; } }

h4 {
  color: #2193a8;
  font-weight: 400; }
  @media (max-width: 991px) {
    h4 {
      font-size: 20px;
      line-height: 1.5em; } }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: calc(100% - 2em);
  vertical-align: top; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #666;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #2193a8;
  font-weight: bold;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 0.6em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Hoshi */
.input--hoshi {
  overflow: hidden; }

.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E; }

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.15em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none; }

.input__label-content--hoshi {
  position: absolute; }

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #999; }

.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid #2193a8;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--hoshi-color-1::after {
  border-color: #00aaff; }

.input__label--hoshi-color-2::after {
  border-color: #00ffaa; }

.input__label--hoshi-color-3::after {
  border-color: #ff5500; }

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
/* Individual styles */
/* Haruki */
.input--haruki {
  margin: 4em 1em 1em; }

.input__field--haruki {
  padding: 0.4em 0.25em;
  width: 100%;
  background: transparent;
  color: #AFB5BB;
  font-size: 1.55em; }

.input__label--haruki {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none; }

.input__label-content--haruki {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--haruki::before,
.input__label--haruki::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background: #6a7989;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--haruki::before {
  top: 0; }

.input__label--haruki::after {
  bottom: 0; }

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
  -webkit-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0); }

.input__field--haruki:focus + .input__label--haruki::before,
.input--filled .input__label--haruki::before {
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0); }

.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after {
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0); }

/* Kuro */
.input--kuro {
  max-width: 320px;
  margin-bottom: 3em; }

.input__field--kuro {
  width: 100%;
  background: transparent;
  color: #9196A1;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.input__label--kuro {
  position: absolute;
  left: 0;
  width: 100%;
  color: #df6589;
  pointer-events: none; }

.input__label--kuro::before,
.input__label--kuro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 4px solid #747981;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--kuro::before {
  border-right: none; }

.input__label--kuro::after {
  left: 50%;
  border-left: none; }

.input__field--kuro:focus,
.input--filled .input__field--kuro {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.input__field--kuro:focus + .input__label--kuro::before,
.input--filled .input__label--kuro::before {
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0); }

.input__field--kuro:focus + .input__label--kuro::after,
.input--filled .input__label--kuro::after {
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0); }

.input__field--kuro:focus + .input__label--kuro .input__label-content--kuro,
.input--filled .input__label-content--kuro {
  -webkit-animation: anim-2 0.3s forwards;
  animation: anim-2 0.3s forwards; }

@-webkit-keyframes anim-2 {
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3.7em, 0);
    transform: translate3d(0, 3.7em, 0); } }
@keyframes anim-2 {
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3.7em, 0);
    transform: translate3d(0, 3.7em, 0); } }
/* Jiro */
.input--jiro {
  margin-top: 2em; }

.input__field--jiro {
  padding: 0.85em 0.5em;
  width: 100%;
  background: transparent;
  color: #DDE2E2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.input__label--jiro {
  position: absolute;
  left: 0;
  padding: 0 0.85em;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none; }

.input__label-content--jiro {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }

.input__label--jiro::before,
.input__label--jiro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--jiro::before {
  border-top: 2px solid #6a7989;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.input__label--jiro::after {
  z-index: -1;
  background: #6a7989;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.input__field--jiro:focus,
.input--filled .input__field--jiro {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

/* Minoru */
.input__field--minoru {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 2px transparent;
  color: #eca29b;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }

.input__label--minoru {
  padding: 0;
  width: 100%;
  text-align: left; }

.input__label--minoru::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 4em;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(199, 152, 157, 0.6); }

.input__field--minoru:focus {
  box-shadow: 0px 0px 0px 2px #eca29b; }

.input__field--minoru:focus + .input__label--minoru {
  pointer-events: none; }

.input__field--minoru:focus + .input__label--minoru::after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards; }

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0; } }
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0; } }
.input__label-content--minoru {
  padding: 0.75em 0.15em; }

/* Yoko */
.input__field--yoko {
  z-index: 10;
  width: 100%;
  background: transparent;
  color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.input__label--yoko {
  position: relative;
  width: 100%;
  color: #b04b40;
  text-align: left; }

.input__label--yoko::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4em;
  background: #c5564a;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--yoko::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background: #ad473c;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label-content--yoko {
  padding: 0.75em 0; }

.input__field--yoko:focus,
.input--filled .input__field--yoko {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.input__field--yoko:focus + .input__label--yoko::before,
.input--filled .input__label--yoko::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); }

.input__field--yoko:focus + .input__label--yoko,
.input--filled .input__label--yoko {
  pointer-events: none; }

.input__field--yoko:focus + .input__label--yoko::after,
.input--filled .input__label--yoko::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg); }

/* Kyo */
.input--kyo {
  z-index: auto; }

.input__field--kyo {
  padding: 0.85em 1.5em;
  width: 100%;
  border-radius: 2em;
  background: #fff;
  color: #535d92; }

.input__label--kyo {
  z-index: 0;
  padding: 0 0 0 2em;
  width: 100%;
  text-align: left; }

.input__label--kyo::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(11, 43, 205, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none; }

.input__label-content--kyo {
  padding: 0.5em 0; }

.input__field--kyo:focus,
.input__field--kyo:focus + .input__label--kyo .input__label-content--kyo {
  z-index: 10000; }

.input__field--kyo:focus + .input__label--kyo {
  color: #fff; }

.input__field--kyo:focus + .input__label--kyo::after {
  opacity: 1; }

/* Akira */
.input--akira {
  margin-top: 2em; }

.input__field--akira {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center; }

.input__label--akira {
  padding: 0;
  width: 100%;
  background: #696a6e;
  color: #cc6055;
  cursor: text; }

.input__label--akira::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f3238;
  -webkit-transform: scale3d(0.97, 0.85, 1);
  transform: scale3d(0.97, 0.85, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label-content--akira {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
  -webkit-transform: scale3d(0.99, 0.95, 1);
  transform: scale3d(0.99, 0.95, 1); }

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
  cursor: default;
  pointer-events: none; }

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
  -webkit-transform: translate3d(0, -3.5em, 0);
  transform: translate3d(0, -3.5em, 0); }

/* Ichiro */
.input--ichiro {
  margin-top: 2em; }

.input__field--ichiro {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 100;
  display: block;
  padding: 0 0.55em;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #f0f0f0;
  color: #7F8994;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.input__label--ichiro {
  width: 100%;
  text-align: left;
  cursor: text; }

.input__label--ichiro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label-content--ichiro {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
  cursor: default;
  pointer-events: none; }

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
  -webkit-transform: scale3d(1, 1.5, 1);
  transform: scale3d(1, 1.5, 1); }

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
  -webkit-transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1) translateZ(1px); }

/* Juro */
.input--juro {
  overflow: hidden; }

.input__field--juro {
  position: absolute;
  z-index: 100;
  padding: 2.15em 0.75em 0;
  width: 100%;
  background: transparent;
  color: #1784cd;
  font-size: 0.85em; }

.input__label--juro {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left; }

.input__label-content--juro {
  padding: 2em 1em;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  text-rendering: geometricPrecision; }

.input__label--juro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  transition: border-width 0.3s, border-color 0.3s; }

.input__field--juro:focus + .input__label--juro::before,
.input--filled .input__label--juro::before {
  border-width: 8px;
  border-color: #1784cd;
  border-top-width: 2em; }

.input__field--juro:focus + .input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
  color: #fff;
  -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px); }

/* Hideo */
.input--hideo {
  overflow: hidden;
  background: #fff; }

.input__field--hideo {
  padding: 0.85em 0.85em 0.85em 3em;
  width: 100%;
  background: transparent;
  -webkit-transform: translate3d(1em, 0, 0);
  transform: translate3d(1em, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--hideo {
  position: absolute;
  padding: 1.25em 0 0;
  width: 4em;
  height: 100%; }

.input__label--hideo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 4em;
  height: 100%;
  background: #899dda;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.icon--hideo {
  color: #fff;
  -webkit-transform: scale3d(1, 1, 1);
  /* Needed for Chrome bug */
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label-content--hideo {
  position: absolute;
  top: 100%; }

.input__field--hideo:focus {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--hideo:focus + .input__label--hideo::before {
  -webkit-transform: scale3d(0.8, 1, 1);
  transform: scale3d(0.8, 1, 1); }

.input__field--hideo:focus + .input__label--hideo .icon--hideo {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1); }

/* Madoka */
.input--madoka {
  margin: 1.1em; }

.input__field--madoka {
  width: 100%;
  background: transparent;
  color: #7A7593; }

.input__label--madoka {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #7A7593;
  text-align: left;
  cursor: text; }

.input__label-content--madoka {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.graphic--madoka {
  -webkit-transform: scale3d(1, -1, 1);
  transform: scale3d(1, -1, 1);
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
  pointer-events: none;
  stroke: #7A7593;
  stroke-width: 4px;
  stroke-dasharray: 962;
  stroke-dashoffset: 558; }

.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {
  cursor: default;
  pointer-events: none; }

.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {
  stroke-dashoffset: 0; }

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {
  -webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
  transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0); }

/* Kaede */
.input--kaede {
  display: block;
  overflow: hidden;
  margin: 1em auto 2em;
  background: #EFEEEE; }

.input__field--kaede {
  position: absolute;
  top: 0;
  right: 100%;
  width: 60%;
  height: 100%;
  background: #fff;
  color: #9DABBA;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.input__label--kaede {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  cursor: text;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.input__label-content--kaede {
  padding: 1.5em 0; }

.input__field--kaede:focus,
.input--filled .input__field--kaede {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s; }

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede {
  -webkit-transform: translate3d(60%, 0, 0);
  transform: translate3d(60%, 0, 0);
  pointer-events: none; }

@media screen and (max-width: 34em) {
  .input__field--kaede:focus + .input__label--kaede,
  .input--filled .input__label--kaede {
    -webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
    pointer-events: none; } }
/* Isao */
.input__field--isao {
  z-index: 10;
  padding: 0.75em 0.1em 0.25em;
  width: 100%;
  background: transparent;
  color: #afb3b8; }

.input__label--isao {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  color: #dadada;
  text-align: left; }

.input__label--isao::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 7px;
  background: #dadada;
  -webkit-transform: scale3d(1, 0.4, 1);
  transform: scale3d(1, 0.4, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.input__label--isao::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 0.15em;
  color: #da7071;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  pointer-events: none; }

.input__field--isao:focus + .input__label--isao::before {
  background-color: #da7071;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.input__field--isao:focus + .input__label--isao {
  pointer-events: none; }

.input__field--isao:focus + .input__label--isao::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__label-content--isao {
  padding: 0.75em 0.15em;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.input__field--isao:focus + .input__label--isao .input__label-content--isao {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.gform_validation_container {
  display: none; }

.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .gform_wrapper ul .gfield {
    position: relative;
    padding-bottom: 10px;
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .gform_wrapper ul .gfield {
        float: none;
        width: 100%; }
        .gform_wrapper ul .gfield .ginput_container {
          width: 100%; } }
    .gform_wrapper ul .gfield#field_1_4 {
      float: none;
      width: 100%; }
.gform_wrapper textarea {
  height: 200px; }
.gform_wrapper input, .gform_wrapper textarea {
  box-shadow: none !important; }
.gform_wrapper #field_1_5, .gform_wrapper #field_1_4 {
  clear: both; }
.gform_wrapper .gform_footer {
  margin-top: 30px;
  text-align: center; }
  .gform_wrapper .gform_footer .gform_button {
    width: 240px;
    color: #2193a8;
    border-color: #2193a8; }
    .gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:active {
      background: #2193a8;
      color: #FFF; }
    @media (max-width: 767px) {
      .gform_wrapper .gform_footer .gform_button {
        display: block;
        width: 100%;
        text-align: center; } }
.gform_wrapper .validation_error {
  color: red;
  text-align: center; }
.gform_wrapper .validation_message {
  color: red;
  font-size: 0.5em; }

header#header-wrapper {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: transform 300ms ease-in;
  -webkit-transition: transform 300ms ease-in;
  -moz-transition: transform 300ms ease-in;
  -ms-transition: transform 300ms ease-in;
  -o-transition: transform 300ms ease-in;
  background: #215c64;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); }

#page-wrapper {
  position: relative;
  z-index: 0;
  background: #FFF;
  padding-top: 160px;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in; }
  @media (max-width: 1024px) {
    #page-wrapper {
      padding-top: 60px; } }

#mobilenav-wrapper {
  position: absolute;
  width: 320px;
  height: 100%;
  top: 0;
  left: -320px;
  padding-top: 60px; }

#header {
  position: relative;
  height: 110px;
  background: #FFF;
  transition: height 300ms ease-in-out;
  -webkit-transition: height 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out; }
  #header #header-mobile-menu-btn {
    display: none; }
  #header #logo {
    float: left;
    height: 110px;
    max-width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in; }
  #header #header-right {
    float: right; }
    #header #header-right .header-button {
      position: relative;
      float: left;
      height: 110px;
      padding: 0 0 0 55px;
      color: #215c64;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 40px;
      transition: all 300ms ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #header #header-right .header-button:hover {
        color: #2193a8;
        text-decoration: none; }
      #header #header-right .header-button#header-phone {
        background-image: url(../img/header/phone.png); }
      #header #header-right .header-button#header-email {
        margin: 0 0 0 55px;
        background-image: url(../img/header/email.png); }
      #header #header-right .header-button .header-button-text {
        display: block;
        line-height: 1.2;
        font-size: 20px;
        font-weight: 700; }

#header-topnav #topnav-wrapper #topnav > li > a {
  line-height: 50px;
  transition: line-height 300ms ease-in-out;
  -webkit-transition: line-height 300ms ease-in-out;
  -moz-transition: line-height 300ms ease-in-out;
  -ms-transition: line-height 300ms ease-in-out;
  -o-transition: line-height 300ms ease-in-out; }

@media (min-width: 1025px) {
  body.scroll #header {
    height: 80px; }
    body.scroll #header #logo {
      height: 80px; }
    body.scroll #header #header-right .header-button {
      height: 80px; }
  body.scroll #header-topnav #topnav-wrapper #topnav > li > a {
    line-height: 40px; } }
@media (max-width: 1024px) {
  #header-wrapper {
    border-bottom: 1px solid #2193a8; }

  #header {
    height: 60px;
    border-bottom: 5px solid #215c64; }
    #header #header-mobile-menu-btn {
      display: block;
      float: left;
      height: 60px;
      color: #666666;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #header #logo {
      position: absolute;
      left: 50%;
      margin-left: -62.5px;
      height: 60px; }
      #header #logo img {
        height: 40px; }
    #header #header-right .header-button {
      height: 60px;
      padding-left: 42px !important; }
      #header #header-right .header-button div {
        display: none; }
      #header #header-right .header-button#header-email {
        margin: 0 0 0 10px; }
    #header #header-right #header-email {
      display: none !important; }

  #header-topnav {
    display: none; } }
@media (max-width: 500px) {
  #header #header-right .header-button .header-button-text {
    display: none; } }
/*********************
Topnav
*********************/
#topnav-wrapper {
  position: relative;
  font-size: 16px; }
  #topnav-wrapper #topnav > li {
    float: left; }
    #topnav-wrapper #topnav > li > a {
      padding: 0 17px;
      font-weight: 700;
      text-transform: uppercase; }
      #topnav-wrapper #topnav > li > a:hover, #topnav-wrapper #topnav > li > a:active {
        color: #FFF;
        text-decoration: none; }
    #topnav-wrapper #topnav > li:hover, #topnav-wrapper #topnav > li:active {
      background-color: #2193a8; }
    #topnav-wrapper #topnav > li a {
      color: #FFF; }
      #topnav-wrapper #topnav > li a:hover, #topnav-wrapper #topnav > li a:active {
        background-color: #2193a8; }
    #topnav-wrapper #topnav > li:hover {
      display: block; }
    #topnav-wrapper #topnav > li.current-menu-item > a {
      color: #FFF !important;
      background-color: #2193a8; }
    #topnav-wrapper #topnav > li.menu-item-has-children > a:hover {
      color: #215c64;
      background-color: #e6e6e6; }
    #topnav-wrapper #topnav > li.menu-item-has-children:hover {
      color: #215c64;
      background-color: #e6e6e6; }
    #topnav-wrapper #topnav > li.active {
      background-color: #e6e6e6 !important; }
      #topnav-wrapper #topnav > li.active > a {
        color: #215c64 !important; }
  #topnav-wrapper #topnav .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    padding-bottom: 0;
    min-width: 200px;
    white-space: nowrap;
    background: #e6e6e6; }
    #topnav-wrapper #topnav .sub-menu .sub-menu::after {
      position: absolute;
      display: block;
      z-index: -1;
      content: ' ';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5); }
    #topnav-wrapper #topnav .sub-menu li a {
      padding: 0.8em 20px;
      color: #215c64;
      font-size: 1em;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      border-top: 1px solid #a7a7a7; }
      #topnav-wrapper #topnav .sub-menu li a:hover, #topnav-wrapper #topnav .sub-menu li a:active {
        color: #215c64;
        background: #FFF;
        text-decoration: none; }
    #topnav-wrapper #topnav .sub-menu li:hover .sub-menu {
      top: 0;
      left: 100%; }
  #topnav-wrapper #topnav li:hover > .sub-menu {
    display: block; }

/*********************
Mobile
*********************/
#mobilenav-wrapper {
  background: #215c64; }
  #mobilenav-wrapper #mobilenav > li > a {
    font-weight: 700; }
  #mobilenav-wrapper #mobilenav li.current-menu-item > a {
    color: #FFF;
    background-color: #2193a8; }
  #mobilenav-wrapper #mobilenav a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase; }
    #mobilenav-wrapper #mobilenav a:hover, #mobilenav-wrapper #mobilenav a:active {
      background: #2193a8;
      color: #FFF;
      text-decoration: none; }
  #mobilenav-wrapper #mobilenav li.active > a {
    background: #2193a8; }
  #mobilenav-wrapper #mobilenav .sub-menu {
    background: #215c64; }
    #mobilenav-wrapper #mobilenav .sub-menu a {
      padding: 1em 2em; }

#mobilenav-wrapper #mobilenav > li.menu-item-has-children::after {
  color: #FFF; }

#banner-wrapper {
  color: #FFF;
  font-size: 2.6vw;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 4px solid #215c64; }
  @media (min-width: 1540px) {
    #banner-wrapper {
      font-size: 40px; } }
  #banner-wrapper p {
    margin: 0;
    padding: 0 0 0.5em 0; }
  #banner-wrapper a {
    text-decoration: none; }
  #banner-wrapper strong {
    font-weight: 900; }
  #banner-wrapper .owl-controls {
    display: none; }
  #banner-wrapper .slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center; }
    #banner-wrapper .slider-item img.desktop {
      display: block; }
    #banner-wrapper .slider-item .slider-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 768px) {
    #banner-wrapper {
      font-size: 5vw; }
      #banner-wrapper .slider-item {
        background-size: 100% auto;
        background-position: left top; }
        #banner-wrapper .slider-item img.desktop {
          display: none; }
        #banner-wrapper .slider-item .slider-overlay {
          position: relative;
          padding-top: 50vw;
          height: 100vw;
          background-image: url(../img/slider/feature-overlay-mobile.png);
          background-size: 100% auto; }
          #banner-wrapper .slider-item .slider-overlay .container {
            width: 100%; }
          #banner-wrapper .slider-item .slider-overlay .col-xs-12 {
            width: 100% !important; } }
  #banner-wrapper a.banner-btn {
    display: inline-block;
    color: #FFF;
    font-size: 0.5em;
    font-weight: 900;
    line-height: 1;
    background: #215c64;
    transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in; }
    #banner-wrapper a.banner-btn .banner-btn-text {
      padding: 1em 3em; }
    #banner-wrapper a.banner-btn .fa {
      display: inline-block;
      padding: 1em;
      color: #215c64;
      background: #FFF;
      transition: all 100ms ease-in;
      -webkit-transition: all 100ms ease-in;
      -moz-transition: all 100ms ease-in;
      -ms-transition: all 100ms ease-in;
      -o-transition: all 100ms ease-in; }
    #banner-wrapper a.banner-btn:hover {
      color: #2193a8; }
      #banner-wrapper a.banner-btn:hover .fa {
        color: #2193a8; }
    @media (max-width: 767px) {
      #banner-wrapper a.banner-btn {
        font-size: 18px; } }
    @media (max-width: 360px) {
      #banner-wrapper a.banner-btn {
        font-size: 14px; } }

section:not(#banner-wrapper) {
  padding: 3% 0; }
  @media (max-width: 1199px) {
    section:not(#banner-wrapper) {
      padding: 5% 0; } }
  @media (max-width: 991px) {
    section:not(#banner-wrapper) {
      padding: 6% 0; } }
  section:not(#banner-wrapper)#content {
    padding-top: 5%; }
    @media (max-width: 991px) {
      section:not(#banner-wrapper)#content {
        padding-top: 80px; } }
    body:not(.home) section:not(#banner-wrapper)#content {
      font-size: 20px; }
    body:not(.page-template-page-contact) section:not(#banner-wrapper)#content {
      background: transparent url(../img/down-arrow.png) no-repeat center top; }
    @media (max-width: 991px) {
      section:not(#banner-wrapper)#content #content-left {
        margin-bottom: 2em; } }
  section:not(#banner-wrapper) strong {
    font-weight: 700; }
  section:not(#banner-wrapper) blockquote {
    margin: 1em 0;
    color: #2193a8;
    font-size: 1.5em;
    line-height: 1.3;
    font-style: italic;
    border-top: 5px solid #CCC;
    border-bottom: 5px solid #CCC; }
    @media (min-width: 1200px) {
      section:not(#banner-wrapper) blockquote {
        float: left;
        margin: 0.3em 1em 1em 0;
        width: 50%; } }
    section:not(#banner-wrapper) blockquote::before {
      float: left;
      margin: 0.2em 0.5em 0 0;
      content: "\f10d";
      color: #215c64;
      font-size: 2em;
      display: inline-block;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

#content-right .heading {
  margin: 0;
  padding: 0 20px;
  background: #2193a8;
  color: #FFF;
  font-size: 20px;
  line-height: 3em;
  font-weight: 900;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
#content-right #content-right-border {
  padding: 20px;
  border: 1px solid #2193a8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

nav.quicklinks li a {
  color: #215c64;
  font-size: 16px;
  line-height: 2em; }
  nav.quicklinks li a:before {
    margin-right: 5px;
    content: "\f054";
    color: #2193a8;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.home #content #home-content1 #home-logo {
  display: none;
  float: right;
  width: 180px; }
  @media (min-width: 1200px) {
    .home #content #home-content1 #home-logo {
      display: block; } }
.home #content #home-content1 h3 {
  font-size: 2.1em;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .home #content #home-content1 h3 {
      font-size: 26px; } }
.home #content #home-content1 h4 {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 3em; }
  @media (max-width: 991px) {
    .home #content #home-content1 h4 {
      font-size: 20px; } }
.home #content #home-content1 h1, .home #content #home-content1 h3 {
  font-weight: 300; }
  .home #content #home-content1 h1 strong, .home #content #home-content1 h3 strong {
    font-weight: 900; }

#home-how-to {
  background: #2193a8; }
  @media (max-width: 1199px) {
    #home-how-to {
      font-size: 0.9em; } }
  #home-how-to #home-how-to-header {
    padding: 0.8em 10%;
    color: #FFF;
    background: #215c64; }
    #home-how-to #home-how-to-header a {
      color: #FFF;
      font-weight: 700; }
  #home-how-to #home-how-to-body {
    padding: 1em 10%;
    color: #FFF;
    font-size: 1.5em;
    font-weight: 700; }
    #home-how-to #home-how-to-body .fa {
      color: #215c64; }
    @media (max-width: 440px) {
      #home-how-to #home-how-to-body {
        font-size: 1em; } }

#home-services {
  background: #f7f7f7; }
  #home-services h2 {
    margin-top: 0; }
  #home-services .service-btn {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px; }
    #home-services .service-btn .service-btn-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1em 1.25em;
      width: 100%;
      color: #FFF;
      background: rgba(33, 155, 178, 0.8); }
      #home-services .service-btn .service-btn-overlay h3 {
        color: #FFF;
        font-size: 1.25em;
        font-weight: 900;
        text-transform: uppercase; }
      #home-services .service-btn .service-btn-overlay p {
        margin: 0;
        max-height: 0;
        opacity: 0;
        transition: all 300ms ease-in;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in; }
        @media (max-width: 1024px) {
          #home-services .service-btn .service-btn-overlay p {
            opacity: 1;
            max-height: none;
            min-height: 62px; } }
        @media (max-width: 414px) {
          #home-services .service-btn .service-btn-overlay p {
            display: none; } }
    #home-services .service-btn:hover .service-btn-overlay p {
      opacity: 1;
      max-height: 200px; }
  @media (max-width: 1199px) {
    #home-services {
      font-size: 0.8em; } }

#why_about_us {
  color: #FFF;
  background: #215c64 url(../img/bg-why-about-us.jpg) no-repeat center center;
  background-size: cover; }
  #why_about_us .heading {
    margin: 0 0 0.8em 0;
    padding: 0.6em 0;
    font-size: 1.875em;
    font-weight: 900;
    position: relative; }
    #why_about_us .heading:after {
      content: " ";
      display: block;
      margin-top: 0.8em;
      width: 100px;
      border-bottom: 2px solid #2193a8; }
    @media (max-width: 991px) {
      #why_about_us .heading {
        font-size: 24px; } }
  #why_about_us .tick {
    padding: 0.75em 0 0.75em 100px;
    font-size: 1.125em;
    font-weight: 700;
    background: transparent url(../img/tick.png) no-repeat left center; }
  #why_about_us #about-us-box {
    position: relative;
    padding: 2em;
    color: #666666;
    background: #FFF; }
    #why_about_us #about-us-box img {
      position: absolute;
      top: -65px;
      right: 30px;
      border: 6px solid #FFF;
      border-radius: 5px; }
      @media (max-width: 360px) {
        #why_about_us #about-us-box img {
          width: 100px;
          top: -50px;
          right: 20px; } }
    #why_about_us #about-us-box .about-us-name {
      color: #215c64;
      font-size: 1.25em;
      font-weight: 900; }
    #why_about_us #about-us-box .about-us-position {
      color: #215c64;
      font-style: italic; }

#form #form-header {
  text-align: center; }
  #form #form-header h2:after {
    margin: 0.8em auto 0 auto; }
  #form #form-header strong {
    color: #2193a8;
    font-weight: 700; }

footer {
  padding: 2% 0;
  color: #FFF;
  font-size: 0.875em;
  background: #215c64; }
  @media (max-width: 1199px) {
    footer {
      padding: 3% 0; } }
  footer a {
    color: #FFF; }
    footer a:hover {
      color: #FFF;
      text-decoration: underline; }
  footer #footer-logo img {
    display: block;
    margin: 2em auto;
    max-width: 50%; }
  @media (max-width: 1199px) {
    footer #footer-logo {
      text-align: center;
      margin: 0 0 2em 0; }
      footer #footer-logo img {
        margin: 0 0 2em 0; } }
  footer #footer-quicklinks nav.quicklinks {
    margin-bottom: 2em; }
    footer #footer-quicklinks nav.quicklinks li a {
      color: #FFF;
      line-height: 2em; }
  footer #footer-recent-articles #recent-articles .recent-article {
    margin-bottom: 2em; }
    footer #footer-recent-articles #recent-articles .recent-article h3 {
      margin-top: 0;
      color: #FFF;
      font-size: 1.3em;
      font-weight: 700; }
    @media (max-width: 480px) {
      footer #footer-recent-articles #recent-articles .recent-article .col-xs-2 {
        width: 30%; }
      footer #footer-recent-articles #recent-articles .recent-article .col-xs-10 {
        width: 70%; } }
  footer #footer-contact-info p:not(.heading) {
    position: relative;
    padding-left: 30px;
    line-height: 1.4; }
    footer #footer-contact-info p:not(.heading):first-of-type {
      margin-top: 0; }
  footer #footer-contact-info .fa {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #2193a8;
    font-size: 1.3em; }
  footer #footer-contact-info strong {
    font-size: 1.2em;
    font-weight: 700; }
  footer .heading {
    margin: 0 0 1em 0;
    font-size: 1.4em;
    line-height: 1;
    font-weight: 900; }
  @media (max-width: 640px) {
    footer .col-xs-6 {
      width: 100% !important; } }
  footer #footer-bottom {
    margin-top: 35px;
    padding-top: 1em;
    border-top: 1px solid #2193a8;
    text-align: center; }
    @media (min-width: 992px) {
      footer #footer-bottom #footer-left {
        text-align: left; }
      footer #footer-bottom #footer-right {
        text-align: right; } }

/*# sourceMappingURL=child.css.map */
