html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  height: 100%;
  font-size: 14px;
}
@media (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
  min-height: 100%;
}
input,
textarea,
button {
  font: inherit;
}
h1 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.625rem;
}
h2 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.7rem;
}
h3 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.5rem;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.entry-content ul,
.entry-content ol {
  margin: 1.5em 0 0 0;
  padding: 0 0 0 1em;
}
.entry-content li {
  margin: 0 0 1.5em 0;
  padding-left: 2em;
}
#page {
  position: relative;
}
#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  font-size: 0.75rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  z-index: 1000;
}
body.admin-bar #masthead {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #masthead {
    top: 32px;
  }
}
#masthead a {
  text-decoration: none;
}
#masthead .site-title {
  font-size: inherit;
  width: 9.888em;
  height: 2.4em;
  padding: 1.8em 1.5em;
  margin: 0 auto;
  z-index: 1;
}
#masthead .site-title a {
  display: block;
  text-indent: -9999px;
  background: url(img/logo.png) no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#masthead .search-toggle,
#masthead .menu-toggle {
  padding: 2.5em 1.5em 2em 1.5em;
}
#masthead .search-toggle a,
#masthead .menu-toggle a {
  display: block;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
#masthead .search-toggle.active a,
#masthead .menu-toggle.active a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#masthead .search-toggle {
  float: right;
}
#masthead .search-toggle a {
  background: #fff url(img/search.svg) no-repeat center center;
  background-size: 100% 100%;
}
#masthead .menu-toggle {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
#masthead .menu-toggle a {
  background: #fff url(img/menu.svg) no-repeat center center;
  background-size: 100% 100%;
}
#masthead .language-switch {
  position: absolute;
  right: 1em;
  top: 0;
}
#masthead .language-switch ul {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin: 0;
  padding: 0;
}
#masthead .language-switch ul:before,
#masthead .language-switch ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#masthead .language-switch ul:after {
  clear: both;
}
#masthead .language-switch li {
  display: block;
  float: left;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
#masthead .language-switch li:before {
  display: inline-block;
  content: '/';
}
#masthead .language-switch li:first-child:before {
  display: none;
}
#masthead .language-switch a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
}
#masthead .language-switch li.current-lang a {
  text-decoration: underline;
}
#masthead #search-container {
  position: absolute;
  top: 4em;
  right: 1.5em;
  background-color: #fff;
  visibility: visible;
}
#masthead #search-container.hide {
  visibility: hidden;
}
#masthead #search-container .search-form {
  display: block;
}
#masthead #primary-navigation {
  position: absolute;
  top: 4em;
  right: 1.5em;
  left: 1.5em;
  background-color: #fff;
  z-index: 1;
  padding: 1em;
  visibility: hidden;
}
#masthead #primary-navigation.toggle-on {
  visibility: visible;
}
#masthead #primary-navigation .skip-link {
  display: none;
}
#masthead #primary-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
}
#masthead #primary-navigation li {
  display: block;
}
#masthead #primary-navigation a {
  display: block;
  padding: 0.5em;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}
#masthead #primary-navigation .sub-menu a {
  text-transform: none;
  padding-left: 1em;
  color: #6f6f6e;
}
#masthead #primary-navigation .sub-menu a:hover {
  color: #000;
}
@media (min-width: 480px) {
  #masthead {
    font-size: 0.9rem;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  #masthead .site-title {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #masthead .menu-toggle {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
  }
  #masthead .language-switch {
    position: static;
  }
  #masthead .language-switch a {
    padding: 2.4em 0.5em 2em 0.5em;
  }
}
@media (min-width: 920px) {
  #masthead {
    font-size: 0.9rem;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  #masthead .site-title {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  #masthead .menu-toggle {
    display: none;
  }
  #masthead .search-toggle,
  #masthead .language-switch {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  #masthead #primary-navigation {
    position: static;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background-color: transparent;
    padding: 0;
    z-index: auto;
    visibility: visible;
  }
  #masthead #primary-navigation a {
    color: #fff;
    padding: 2.4em 1em 2em 1em;
    transition: all 0.1s;
  }
  #masthead #primary-navigation a:hover {
    background-color: #68BEEC;
    color: #fff;
  }
  #masthead #primary-navigation ul {
    text-align: center;
  }
  #masthead #primary-navigation li {
    display: inline-block;
    position: relative;
  }
  #masthead #primary-navigation .sub-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  #masthead #primary-navigation .sub-menu > li {
    background: #68BEEC;
    display: block;
  }
  #masthead #primary-navigation .sub-menu > li a {
    padding: 0.75em 1.5em;
    color: #fff;
  }
  #masthead #primary-navigation li:focus .sub-menu,
  #masthead #primary-navigation li:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
  }
  #masthead #primary-navigation li:focus-within .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
  }
}
@media (min-width: 1160px) {
  #masthead {
    font-size: 1.125rem;
  }
}
#colophon {
  position: relative;
  background: #000;
}
#colophon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/bg.jpg) no-repeat top center;
  opacity: 0.28;
  z-index: 0;
}
#colophon > * {
  position: relative;
  z-index: 1;
}
#colophon #secondary-navigation {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0.875rem;
}
#colophon #secondary-navigation ul {
  margin: 0;
  padding: 0;
}
#colophon #secondary-navigation li {
  display: block;
}
#colophon #secondary-navigation a {
  display: block;
  text-decoration: none;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.75em;
  padding: 0 0 0 0.75em;
}
#colophon #secondary-navigation a[href]:hover {
  text-decoration: underline;
}
#colophon #secondary-navigation .sub-menu {
  display: none;
}
#colophon #secondary-navigation .sub-menu a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  border-left: none;
  color: #c5c5c5;
  padding: 0 0 0 1.5em;
}
#colophon #secondary-navigation ul.nav-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 2em;
}
#colophon #secondary-navigation li.menu-item-has-lots-of-children .sub-menu {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
@media (min-width: 1410px) {
  #colophon #secondary-navigation ul.nav-menu > li {
    padding: 1.25em;
    min-width: 7.5rem;
  }
  #colophon #secondary-navigation .sub-menu {
    display: block;
  }
  #colophon #secondary-navigation a {
    font-size: 2em;
    border-left: 1px solid #fff;
  }
  #colophon #secondary-navigation .sub-menu a {
    font-size: 1em;
  }
}
#colophon .site-info {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 1200px;
  padding: 0 52px;
  margin: 0 auto;
}
#colophon .site-info:before,
#colophon .site-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#colophon .site-info:after {
  clear: both;
}
#colophon .site-description {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
}
#colophon .copyright {
  text-align: center;
  font-size: 12px;
  margin: 2em 0 4em 0;
}
body.page-template-home .entry-header {
  position: relative;
  background: #000 url('img/panther.jpg') no-repeat top right;
  background-size: contain;
  width: 100%;
  margin: 0;
  height: 216px;
  font-size: 4px;
}
@media (min-width: 480px) {
  body.page-template-home .entry-header {
    font-size: 6px;
    height: 288px;
  }
}
@media (min-width: 640px) {
  body.page-template-home .entry-header {
    font-size: 8px;
    height: 360px;
  }
}
@media (min-width: 800px) {
  body.page-template-home .entry-header {
    font-size: 10px;
    height: 432px;
  }
}
@media (min-width: 960px) {
  body.page-template-home .entry-header {
    font-size: 12px;
    height: 504px;
  }
}
@media (min-width: 1120px) {
  body.page-template-home .entry-header {
    font-size: 14px;
    height: 576px;
  }
}
@media (min-width: 1280px) {
  body.page-template-home .entry-header {
    font-size: 16px;
    height: 648px;
  }
}
body.page-template-home .entry-header #home-key-messages {
  position: absolute;
  left: 8.125%;
  bottom: 21%;
  right: 33%;
  top: 0;
}
body.page-template-home .entry-header #home-key-messages .messages {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  top: 0;
}
body.page-template-home .entry-header #home-key-messages .message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-home .entry-header #home-key-messages .entry-title {
  display: block;
  text-align: left;
  vertical-align: bottom;
  font-size: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-template-home .entry-header #home-key-messages .entry-title p {
  display: inline;
  margin: 0;
}
body.page-template-home .entry-header #home-key-messages .message-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
}
body.page-template-home .entry-header #home-key-messages .message-nav a {
  display: inline-block;
  border: 1px solid #fff;
  width: 0.75em;
  height: 0.75em;
  margin-right: 1.25em;
  transition: all 0.5s ease;
}
body.page-template-home .entry-header #home-key-messages .message-nav a:hover {
  background-color: #999;
}
body.page-template-home .entry-header #home-key-messages .message-nav a.active {
  background-color: #fff;
}
body.page-template-home #home-animation .video-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 4em 0;
}
body.page-template-home #home-animation .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
body.page-template-home #home-animation .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-home #home-animation video,
body.page-template-home #home-animation iframe {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 0;
  -moz-box-shadow: 0 0 4em -0.5em #000;
  -webkit-box-shadow: 0 0 4em -0.5em #000;
  box-shadow: 0 0 4em -0.5em #000;
}
body.page-template-home #home-animation .video-play {
  display: none;
}
body.page-template-about-us #intro,
body.page-template-about-us #about-us,
body.page-template-about-us #resources {
  padding: 2em 0 4em 0;
}
body.page-template-about-us #intro .wrap,
body.page-template-about-us #about-us .wrap,
body.page-template-about-us #resources .wrap {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  max-width: 1280px;
  margin: 0 auto;
}
body.page-template-about-us #intro .wrap:before,
body.page-template-about-us #about-us .wrap:before,
body.page-template-about-us #resources .wrap:before,
body.page-template-about-us #intro .wrap:after,
body.page-template-about-us #about-us .wrap:after,
body.page-template-about-us #resources .wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.page-template-about-us #intro .wrap:after,
body.page-template-about-us #about-us .wrap:after,
body.page-template-about-us #resources .wrap:after {
  clear: both;
}
body.page-template-about-us #intro header,
body.page-template-about-us #about-us header,
body.page-template-about-us #resources header {
  position: relative;
}
body.page-template-about-us #intro header h1,
body.page-template-about-us #about-us header h1,
body.page-template-about-us #resources header h1 {
  text-align: center;
  padding: 0.6em 0;
  margin: 0 auto;
  max-width: 620px;
}
body.page-template-about-us #intro {
  background: url(img/bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 4em 0;
}
body.page-template-about-us #intro .wrap {
  max-width: 700px;
}
body.page-template-about-us #intro .entry-content p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  border-top: 1px solid #fff;
  padding: 2em;
  margin: 0;
}
body.page-template-about-us #intro .entry-content .arrow-down {
  display: block;
  width: 86px;
  height: 86px;
  background: url(img/arrow-down.svg) no-repeat center center;
  margin: 0 auto;
  text-indent: -9999px;
}
body.page-template-about-us #about-us {
  background: linear-gradient(45deg, #195379 0%, #1f2436 65%, #1c2730 100%);
}
body.page-template-about-us #about-us header {
  background: rgba(102, 187, 233, 0.87);
  margin: 0.75em 0;
}
body.page-template-about-us #about-us ul {
  display: block;
  margin: 0;
  padding: 0;
}
body.page-template-about-us #about-us ul li {
  display: block;
  margin: 0.75em 0;
  padding: 2em;
  font-size: 1.25em;
  background: rgba(102, 187, 233, 0.87);
}
body.page-template-about-us #about-us ul li:nth-child(1) {
  background: rgba(102, 187, 233, 0.87);
}
body.page-template-about-us #about-us ul li:nth-child(2) {
  background: rgba(102, 187, 233, 0.77);
}
body.page-template-about-us #about-us ul li:nth-child(3) {
  background: rgba(102, 187, 233, 0.67);
}
body.page-template-about-us #about-us ul li:nth-child(4) {
  background: rgba(102, 187, 233, 0.57);
}
body.page-template-about-us #about-us ul li:nth-child(5) {
  background: rgba(102, 187, 233, 0.47);
}
body.page-template-about-us #about-us ul li:nth-child(6) {
  background: rgba(102, 187, 233, 0.37);
}
body.page-template-about-us #about-us ul li:nth-child(7) {
  background: rgba(102, 187, 233, 0.27);
}
body.page-template-about-us #about-us ul li:nth-child(8) {
  background: rgba(102, 187, 233, 0.17);
}
body.page-template-about-us #about-us ul li:nth-child(9) {
  background: rgba(102, 187, 233, 0.07);
}
body.page-template-about-us #about-us ul li:nth-child(10) {
  background: rgba(102, 187, 233, 0);
}
body.page-template-about-us #resources {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
}
body.page-template-about-us #resources header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  min-width: 20em;
  height: 1px;
  background-color: #fff;
  content: '';
  display: block;
  transform: translateX(-50%);
}
body.page-template-about-us #resources .entry-content {
  font-size: 1.1rem;
}
body.page-template-about-us #resources ul {
  margin: 2em 0 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
body.page-template-about-us #resources ul li {
  display: block;
  padding: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 720px) {
  body.page-template-about-us #resources ul li {
    width: 45%;
  }
}
body.page-template-about-us #resources ul li .resource-wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  background: rgba(102, 187, 233, 0.87);
  padding: 1em 2em;
}
body.page-template-about-us #resources ul li h2 {
  margin: 0;
}
body.page-template-about-us #resources ul li h2 a {
  text-decoration: none;
}
body.page-template-about-us #resources ul li .subtitle {
  font-style: italic;
}
body.page-template-formula article {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
}
body.page-template-formula .entry-header {
  text-align: center;
}
body.page-template-formula .entry-header h1 {
  display: inline-block;
  width: auto;
  margin: 2.5em 0 0.5em 0;
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #fff;
}
body.page-template-formula .entry-header .entry-introduction {
  font-size: 1.125rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  font-weight: 400;
}
body.page-template-formula .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 6px;
  max-width: 1440px;
  margin: 2em auto 10em auto;
}
body.page-template-formula .items .item {
  min-width: 280px;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
@media (min-width: 566px) {
  body.page-template-formula .items .item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (min-width: 1126px) {
  body.page-template-formula .items .item {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}
body.page-template-formula .items .item .item-header {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
body.page-template-formula .items .item .item-header figure {
  position: absolute;
  top: 16px;
  width: 100%;
  margin: 0;
}
body.page-template-formula .items .item .item-header figure img {
  display: block;
  border: 0.25em solid #000;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}
body.page-template-formula .items .item .item-header h2 {
  background: url(img/formula-bg.svg) no-repeat center center;
  background-size: 100% 100%;
  margin: 136px 0 0 0;
  padding: 0.25em;
  text-align: center;
  z-index: 0;
}
body.page-template-formula .items .item:first-child .item-header h2 {
  background-image: url(img/formula-bg-first.svg);
}
body.page-template-formula .items .item .item-content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  margin: 6px 6px 0 0;
  background-color: #fff;
  color: #6f6f6e;
}
body.page-template-formula .items .item .item-content .entry-content {
  padding: 1em 1.5em;
}
body.page-template-event-calendar #content {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
body.page-template-event-calendar #content:before,
body.page-template-event-calendar #content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.page-template-event-calendar #content:after {
  clear: both;
}
body.page-template-event-calendar .entry-title {
  margin: 2.5em 0;
}
body.page-template-event-calendar article {
  background-color: #fff;
  color: #6f6f6e;
  margin: 3em 0 0 0;
  padding: 2em 0;
}
body.page-template-event-calendar article h1 {
  margin: 0;
}
body.page-template-event-calendar article p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0.125em 0;
}
body.page-template-event-calendar article a {
  font-size: 0.9rem;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}
body.page-template-featured-event #content {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
body.page-template-featured-event #content:before,
body.page-template-featured-event #content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.page-template-featured-event #content:after {
  clear: both;
}
body.page-template-featured-event .entry-title {
  margin: 2.5em 0;
}
body.page-template-featured-event .entry-content {
  background-color: rgba(0, 0, 0, 0.77);
  padding: 6em 0;
}
body.page-template-featured-event .entry-content h1 {
  position: relative;
  margin: 0;
  padding: 0.125em 0 0 0;
  display: inline-block;
}
body.page-template-featured-event .entry-content h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background-color: #fff;
}
body.page-template-featured-event .entry-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}
body.page-template-featured-event .entry-content a {
  display: inline-block;
  padding: 3em 0;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}
body.page-template-featured-event .entry-content img {
  border-radius: 50%;
  margin-bottom: 1em;
}
body.page-template-solutions article {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
}
body.page-template-solutions .entry-header {
  position: relative;
  text-align: center;
  padding-bottom: 4em;
}
body.page-template-solutions .entry-header h1 {
  display: inline-block;
  width: auto;
  margin: 2.5em 0 0.5em 0;
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #fff;
}
body.page-template-solutions .entry-header .entry-introduction {
  font-size: 1.125rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  font-weight: 400;
}
body.page-template-solutions .entry-header .use-cases-link {
  width: 190px;
  margin: 0 auto;
}
body.page-template-solutions .entry-header .use-cases-link .arrow-down a {
  display: block;
  width: 86px;
  height: 86px;
  background: url(img/arrow-down.svg) no-repeat center center;
  margin: 0 auto;
}
body.page-template-solutions .entry-header .use-cases-link .description {
  margin: 0.75rem 0;
}
body.page-template-solutions .entry-header .use-cases-link .link {
  font-style: italic;
  font-size: 1.0625rem;
}
body.page-template-solutions .entry-header .use-cases-link .link a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  body.page-template-solutions .entry-header .use-cases-link {
    position: absolute;
    left: 3em;
    bottom: 6em;
  }
}
body.page-template-solutions .solutions {
  background: linear-gradient(to right, rgba(26, 83, 121, 0.79) 0%, rgba(32, 37, 55, 0.79) 65%, rgba(29, 40, 49, 0.79) 100%);
  padding: 4em 0;
  font-size: 4px;
}
@media (min-width: 400px) {
  body.page-template-solutions .solutions {
    font-size: 5px;
  }
}
@media (min-width: 480px) {
  body.page-template-solutions .solutions {
    font-size: 6px;
  }
}
@media (min-width: 560px) {
  body.page-template-solutions .solutions {
    font-size: 7px;
  }
}
@media (min-width: 640px) {
  body.page-template-solutions .solutions {
    font-size: 8px;
  }
}
@media (min-width: 720px) {
  body.page-template-solutions .solutions {
    font-size: 9px;
  }
}
@media (min-width: 800px) {
  body.page-template-solutions .solutions {
    font-size: 10px;
  }
}
@media (min-width: 880px) {
  body.page-template-solutions .solutions {
    font-size: 11px;
  }
}
@media (min-width: 960px) {
  body.page-template-solutions .solutions {
    font-size: 12px;
  }
}
@media (min-width: 1040px) {
  body.page-template-solutions .solutions {
    font-size: 13px;
  }
}
@media (min-width: 1120px) {
  body.page-template-solutions .solutions {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body.page-template-solutions .solutions {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  body.page-template-solutions .solutions {
    font-size: 16px;
  }
}
body.page-template-solutions .wrap {
  max-width: 1440px;
  margin: 0 auto;
}
body.page-template-solutions table {
  border-spacing: 0.75em;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
body.page-template-solutions td {
  text-align: center;
  vertical-align: top;
}
body.page-template-solutions td.small,
body.page-template-solutions td.small {
  width: 4em;
}
body.page-template-solutions .block {
  padding: 1.5em 0.5em;
  background-color: rgba(102, 187, 233, 0.77);
  transition: all 0.1s;
}
body.page-template-solutions .block:hover {
  cursor: pointer;
  background-color: #003159;
}
body.page-template-solutions .block h2 {
  font-size: 2.2em;
  line-height: 0.92;
  margin: 0 0 0.25em 0;
  padding: 0 0.25em;
}
body.page-template-solutions .block.small h2 {
  font-size: 1.56em;
  min-height: 3.12em;
}
body.page-template-solutions .block .subtitle {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 1.0625em;
}
body.page-template-solutions .block .description {
  font-size: 0.9375em;
  font-weight: 300;
}
body.page-template-solutions .input-bottom {
  vertical-align: top;
}
body.page-template-solutions .input {
  position: relative;
  line-height: 0.9;
}
body.page-template-solutions .input:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
}
body.page-template-solutions .input:after {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
}
body.page-template-solutions .input.top {
  padding-bottom: 1.75em;
}
body.page-template-solutions .input.top:before {
  bottom: 0.5em;
  width: 100%;
  height: 1px;
}
body.page-template-solutions .input.top:after {
  bottom: 0;
  left: 50%;
  margin-left: -0.5em;
}
body.page-template-solutions .input.bottom {
  padding-top: 1.75em;
}
body.page-template-solutions .input.bottom:before {
  top: 0.5em;
  width: 100%;
  height: 1px;
}
body.page-template-solutions .input.bottom:after {
  top: 0;
  left: 50%;
  margin-left: -0.5em;
}
body.page-template-solutions .input.right {
  padding-left: 1.75em;
}
body.page-template-solutions .input.right:before {
  top: 0;
  left: 0.5em;
  width: 1px;
  height: 100%;
}
body.page-template-solutions .input.right:after {
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
body.page-template-solutions .input.right .label {
  position: absolute;
  bottom: 0;
  left: 2.25em;
  text-align: center;
  transform-origin: 0 100%;
  transform: rotate(-90deg);
}
body.page-template-solutions .label {
  position: relative;
  font-weight: 300;
  font-size: 1.25em;
}
body.page-template-solutions .input.right {
  position: relative;
}
body.page-template-use-cases .entry-header {
  background: url(img/bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 6em 0 2em 0;
}
body.page-template-use-cases .entry-header h1 {
  text-align: center;
}
body.page-template-use-cases .entry-header .entry-introduction {
  font-size: 0.9375rem;
  max-width: 660px;
  margin: 0 auto;
  text-align: justify;
  font-weight: 400;
  -moz-text-align-last: center;
  text-align-last: center;
}
body.page-template-use-cases .entry-header .entry-introduction p {
  padding: 0 2em;
}
body.page-template-use-cases .entry-header .entry-introduction:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 3em 0;
}
body.page-template-use-cases .entry-header:after {
  content: '';
  display: block;
  width: 86px;
  height: 86px;
  background: url(img/arrow-down.svg) no-repeat center center;
  margin: 4em auto 0 auto;
}
body.page-template-use-cases .entry-header .entry-introduction:first-child p {
  font-size: 1.125rem;
}
body.page-template-use-cases .use-cases-detailed {
  background: linear-gradient(45deg, #195379 0%, #1f2436 65%, #1c2730 100%);
}
body.page-template-use-cases .use-cases-detailed .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4em 0;
}
@media (min-width: 720px) {
  body.page-template-use-cases .use-cases-detailed .wrap {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
body.page-template-use-cases .use-cases-detailed .use-case {
  flex: 1;
  position: relative;
  margin: 0 1em;
}
body.page-template-use-cases .use-cases-detailed header,
body.page-template-use-cases .use-cases-detailed .content,
body.page-template-use-cases .use-cases-detailed .read-more {
  background: rgba(102, 187, 233, 0.87);
  padding: 2em;
  margin: 0.75em 0;
}
body.page-template-use-cases .use-cases-detailed header {
  text-align: center;
}
body.page-template-use-cases .use-cases-detailed header h2 {
  margin: 0;
}
body.page-template-use-cases .use-cases-detailed header .description {
  border-top: 1px solid #fff;
  margin-top: 2em;
  padding-top: 1em;
}
body.page-template-use-cases .use-cases-detailed .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: 1s;
  text-align: justify;
}
body.page-template-use-cases .use-cases-detailed .content:after {
  display: block;
  content: '';
  position: absolute;
  height: 100px;
  background: linear-gradient(to bottom, rgba(102, 187, 233, 0), rgba(102, 187, 233, 0.87));
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-use-cases .use-cases-detailed .content.open {
  max-height: 9999px;
}
body.page-template-use-cases .use-cases-detailed .content.open:after {
  display: none;
}
body.page-template-use-cases .use-cases-detailed .read-more {
  display: block;
  text-align: center;
  padding: 1em;
  opacity: 1;
  transition: opacity 1s;
}
body.page-template-use-cases .use-cases-detailed .read-more.hidden {
  opacity: 0;
}
body.page-template-use-cases .use-cases {
  background: url(img/bg.jpg) no-repeat top center;
  background-size: cover;
  font-size: 12px;
}
@media (min-width: 400px) {
  body.page-template-use-cases .use-cases {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  body.page-template-use-cases .use-cases {
    font-size: 14px;
  }
}
@media (min-width: 560px) {
  body.page-template-use-cases .use-cases {
    font-size: 7px;
  }
}
@media (min-width: 640px) {
  body.page-template-use-cases .use-cases {
    font-size: 8px;
  }
}
@media (min-width: 720px) {
  body.page-template-use-cases .use-cases {
    font-size: 9px;
  }
}
@media (min-width: 800px) {
  body.page-template-use-cases .use-cases {
    font-size: 10px;
  }
}
@media (min-width: 880px) {
  body.page-template-use-cases .use-cases {
    font-size: 11px;
  }
}
@media (min-width: 960px) {
  body.page-template-use-cases .use-cases {
    font-size: 12px;
  }
}
@media (min-width: 1040px) {
  body.page-template-use-cases .use-cases {
    font-size: 13px;
  }
}
@media (min-width: 1120px) {
  body.page-template-use-cases .use-cases {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body.page-template-use-cases .use-cases {
    font-size: 15px;
  }
}
@media (min-width: 1250px) {
  body.page-template-use-cases .use-cases {
    font-size: 16px;
  }
}
body.page-template-use-cases .use-cases .background {
  background-color: rgba(0, 0, 0, 0.72);
}
body.page-template-use-cases .use-cases .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8em 0 12em 0;
}
body.page-template-use-cases .use-cases .use-case {
  width: 24em;
  margin: 1em;
}
body.page-template-use-cases .use-cases .use-case img {
  float: left;
  border-radius: 50%;
  background-color: #fff;
  width: 6.25em;
  height: 6.25em;
  border: 0.1875em solid #000;
  margin: 0 1em 1em 0;
}
body.page-template-use-cases .use-cases .use-case h2 {
  font-size: 2.5em;
  margin: 0.6em 0;
}
body.page-template-solution .entry-header {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 6em 0 2em 0;
}
body.page-template-solution .entry-header h1 {
  text-align: center;
}
body.page-template-solution .entry-header .entry-introduction {
  font-size: 0.9375rem;
  max-width: 660px;
  margin: 0 auto;
  text-align: justify;
  font-weight: 400;
  -moz-text-align-last: center;
  text-align-last: center;
}
body.page-template-solution .entry-header .entry-introduction p {
  padding: 0 2em;
}
body.page-template-solution .entry-header .entry-introduction:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 3em 0;
}
body.page-template-solution .entry-header:after {
  content: '';
  display: block;
  width: 86px;
  height: 86px;
  background: url(img/arrow-down.svg) no-repeat center center;
  margin: 4em auto 0 auto;
}
body.page-template-solution .highlights {
  background-color: #fff;
  color: #6f6f6e;
}
body.page-template-solution .highlights .highlights-heading {
  text-align: center;
}
body.page-template-solution .highlights h1 {
  display: inline-block;
  padding: 0.67em 0.5em;
  border-bottom: 1px solid #6f6f6e;
  margin: 0.25em 0;
}
@media (min-width: 480px) {
  body.page-template-solution .highlights h1 {
    padding: 0.67em 1em;
  }
}
@media (min-width: 720px) {
  body.page-template-solution .highlights h1 {
    padding: 0.67em 3em;
  }
}
body.page-template-solution .highlights .entry-content {
  font-size: 1.3125rem;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em 4em 1em;
}
@media (min-width: 800px) {
  body.page-template-solution .highlights .entry-content {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 3em;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 3em;
    /* Firefox */
    column-gap: 3em;
  }
  body.page-template-solution .highlights .entry-content li {
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin: 0;
    padding: 0 0 1.5em 0;
  }
}
body.page-template-solution .highlights .entry-content ul,
body.page-template-solution .highlights .entry-content ol {
  margin: 0;
}
body.page-template-solution .highlights .entry-content li {
  padding-left: 1em;
}
body.page-template-contact .entry-header {
  text-align: center;
  background: #000 url('img/panther.jpg') no-repeat top right;
  background-size: contain;
}
body.page-template-contact .entry-header .entry-title {
  margin-top: 1.5em;
}
body.page-template-contact .entry-header h1 {
  display: inline-block;
  width: auto;
  margin: 2.5em 0 0.5em 0;
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #fff;
}
body.page-template-contact .entry-header .entry-introduction {
  font-size: 1.125rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  font-weight: 400;
}
body.page-template-contact .entry-header .entry-introduction {
  font-size: 1.125rem;
  max-width: 500px;
  padding-bottom: 6em;
}
body.page-template-contact .offices {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  background-color: #fff;
  text-align: center;
  color: #6f6f6e;
}
body.page-template-contact .offices:before,
body.page-template-contact .offices:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.page-template-contact .offices:after {
  clear: both;
}
body.page-template-contact .offices .offices-heading,
body.page-template-contact .offices .entry-content {
  max-width: 630px;
  margin: 0 auto;
}
body.page-template-contact .offices .entry-content {
  border-top: 1px solid #6f6f6e;
  padding: 2em 1em 0 1em;
}
body.page-template-contact .offices h1 {
  color: #113a5f;
  padding: 0.3em 0 0 0;
  margin: 0.4em 0 1em 0;
}
body.page-template-contact .offices img {
  max-width: 100%;
  height: auto;
  padding-bottom: 3em;
}
body.page-template-services article {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
}
body.page-template-services .entry-header {
  position: relative;
  text-align: center;
}
body.page-template-services .entry-header h1 {
  display: inline-block;
  width: auto;
  margin: 2.5em 0 0.5em 0;
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #fff;
}
body.page-template-services .entry-header .entry-introduction {
  font-size: 1.125rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  font-weight: 400;
}
body.page-template-services .services {
  background: linear-gradient(to right, rgba(26, 83, 121, 0.79) 0%, rgba(32, 37, 55, 0.79) 65%, rgba(29, 40, 49, 0.79) 100%);
  padding: 4em 0;
}
body.page-template-services .services .wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
body.page-template-services .services img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 800px) {
  body.page-template-services .services img {
    max-width: 800px;
  }
}
body.page-template-services .services .links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  body.page-template-services .services .links {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
body.page-template-services .services .link {
  text-align: center;
  min-width: 200px;
  max-width: 240px;
  margin: 2em auto;
}
@media (min-width: 1200px) {
  body.page-template-services .services .link {
    position: absolute;
  }
  body.page-template-services .services .link:nth-child(1) {
    top: 0;
    left: 0;
  }
  body.page-template-services .services .link:nth-child(2) {
    top: 0;
    right: 0;
  }
  body.page-template-services .services .link:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  body.page-template-services .services .link:nth-child(4) {
    bottom: 0;
    right: 0;
  }
}
body.page-template-services .services .link .arrow-down a {
  display: block;
  width: 86px;
  height: 86px;
  background: url(img/arrow-down.svg) no-repeat center center;
  margin: 0 auto;
}
body.page-template-services .services .link .description {
  margin: 0.75rem 0;
}
body.page-template-services .services .link a {
  font-style: italic;
  font-size: 1.0625rem;
  text-decoration: underline;
}
body.page-template-service .entry-header {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 6em 0 2em 0;
}
body.page-template-service .entry-header h1 {
  text-align: center;
}
body.page-template-service .entry-header .entry-introduction {
  font-size: 0.9375rem;
  max-width: 660px;
  margin: 0 auto;
  text-align: justify;
  font-weight: 400;
  -moz-text-align-last: center;
  text-align-last: center;
}
body.page-template-service .entry-header .entry-introduction p {
  padding: 0 2em;
}
body.page-template-service .entry-header .entry-introduction:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 3em 0;
}
body.page-template-service .entry-header.arrow-down:after {
  content: '';
  display: block;
  width: 86px;
  height: 86px;
  background: url(img/arrow-down.svg) no-repeat center center;
  margin: 4em auto 0 auto;
}
body.page-template-service .entry-header:not(.arrow-down) {
  padding-bottom: 10em;
}
body.page-template-service .additional-section {
  background-color: #fff;
  color: #6f6f6e;
}
body.page-template-service .additional-section .heading {
  text-align: center;
}
body.page-template-service .additional-section h1 {
  display: inline-block;
  padding: 0.67em 1em;
  border-bottom: 1px solid #6f6f6e;
  margin: 0.25em 0;
}
body.page-template-service .additional-section .entry-content {
  font-size: 1.3125rem;
  font-weight: 300;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 1em 4em 1em;
}
body.page-template-service .additional-section .entry-content li {
  padding-left: 1em;
}
body.page-template-legal-disclosure .entry-header {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  background: #000 url('img/panther.jpg') no-repeat top right;
  background-size: auto 100%;
  text-align: center;
}
body.page-template-legal-disclosure .entry-header:before,
body.page-template-legal-disclosure .entry-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.page-template-legal-disclosure .entry-header:after {
  clear: both;
}
body.page-template-legal-disclosure .entry-header h1 {
  display: inline-block;
  padding: 0.5em 0.25em;
  border-bottom: 1px solid #fff;
  margin: 1.5em 0 2em 0;
}
@media (min-width: 720px) {
  body.page-template-legal-disclosure .entry-header {
    background-size: auto 145%;
  }
  body.page-template-legal-disclosure .entry-header h1 {
    margin: 1em 0 2em 0;
  }
}
@media (min-width: 1040px) {
  body.page-template-legal-disclosure .entry-header h1 {
    margin: 1.5em 0 3em 0;
  }
}
@media (min-width: 1280px) {
  body.page-template-legal-disclosure .entry-header h1 {
    margin: 2em 0 4em 0;
  }
}
body.page-template-legal-disclosure .sections {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  background-color: #fff;
  text-align: center;
  color: #6f6f6e;
  padding: 3em 0;
}
body.page-template-legal-disclosure .sections:before,
body.page-template-legal-disclosure .sections:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.page-template-legal-disclosure .sections:after {
  clear: both;
}
body.page-template-legal-disclosure .sections .section {
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0;
}
body.page-template-legal-disclosure .sections .entry-content {
  padding: 2em 1em 0 1em;
  border-top: 1px solid #6f6f6e;
}
body.page-template-legal-disclosure .sections h1 {
  padding: 0.3em 0 0 0;
  margin: 0.4em 0 1em 0;
}
body.page-template-default article {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em;
}
body.error404 #content,
body.search #content {
  text-align: center;
  padding: 4em 0 8em 0;
}
body.error404 .entry-header,
body.search .entry-header {
  padding: 0 1em;
}
body.error404 article,
body.search article {
  background-color: #fff;
  color: #6f6f6e;
  padding: 2em 1em;
  margin: 2em 0;
}
body.error404 article .entry-date,
body.search article .entry-date {
  display: none;
}
body.error404 article .entry-title,
body.search article .entry-title {
  margin: 0.33em 0;
}
body.error404 article a,
body.search article a {
  text-decoration: none;
}
body.error404 article .entry-summary a,
body.search article .entry-summary a {
  font-style: italic;
  text-decoration: underline;
}
.search-form {
  display: inline-block;
  width: 20rem;
  padding: 0.25rem;
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.search-form:before,
.search-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-form:after {
  clear: both;
}
.search-form label {
  width: 66%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 0.25em;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form label .search-field {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 3px 6px;
  color: #6f6f6e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search-form .search-submit {
  width: 34%;
  float: left;
  background-color: #66beec;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  padding: 3px 8px;
  margin: 0;
}
.post-password-form input[type="password"] {
  border: 1px solid #6f6f6e;
  padding: 3px 6px;
  color: #6f6f6e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.post-password-form input[type="submit"] {
  background-color: #66beec;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  padding: 3px 8px;
  margin: 0;
}
.paging-nav .prev,
.paging-nav .next {
  display: inline-block;
  margin: 0.5em 2em;
}
