/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background-color: #364d52;
  color: #FFF;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

h1 {
  font-size: 48px;
  line-height: 1.1;
}

h2 {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  margin: 25px 0;
}

p {
}

.nowrap {
  white-space: nowrap;
}

.content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 25px;
}

/*heading*/
ul.hmenu {
  margin: 0;
  padding: 0;
}

ul.hmenu li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.header {
  background-color: #34a68d;
}

.topnav {
  height: 25px;
  padding: 17px 0;
}

.seenelogo {
  margin: 0;
  float: left;
  font-style: italic;
  font-weight: 900;
  /*font-family: Lato;*/
  background-image: url("../img/seene-logo.png");
  background-repeat: no-repeat;
  background-size: 74px 24px;
  width: 74px;
  height: 24px;
}

.seenelogo span {
  display: none;
}

.seenelogo a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.header ul {
  text-transform: uppercase;
  float: right;
  font-size: 18px;
  font-weight: 300;
}

.header .hmenu li {
  margin: 0 16px;
}

.header a {
  color: #FFF;
  text-decoration: none;
}

.strapline {
  text-transform: uppercase;
  max-width: 50rem;
  margin: 100px 0 0;
  padding-bottom: 13px;
}

/*main body*/
.body h1 {
  font-weight: 500;
  font-size: 40px;
}

.body a {
  color: #14b8d5;
  text-decoration: none;
}

.body a:hover {
  color: #12a4be;
  text-decoration: underline;
}

.body .content h2:not(:first-child) {
  margin-top: 42px;
}

.btn.learn-more {
  background-color: #12a4be;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
}

.btn.learn-more:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #10a0b9;
}

.video-home {
  float: right;
  width: 470px;
  height: 260px;
  margin-left: 15px;
}

.video {
  margin: 16px 0;
  height: 528px;
}

.sol-image {
  width: 50%;
  float: right;
  margin-left: 15px;
}

.sol-image img {
  width: 100%;
}

/*press*/
.press {
  margin-top: 55px;
  padding: 25px 0;
  background-color: #34a68d;
}

blockquote {
  margin: 0px 0 55px;
  padding: 13px 26px;
}

blockquote:before {
  display: block;
  height: 0;
  content: "“";
  float: left;
  margin-left: -.5em;
  margin-top: .1em;
  font: italic 400%/1 Helvetica;
  color: rgba(252, 252, 252, 0.5);
}

blockquote p {
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  margin: 26px 0 13px;
}

blockquote footer {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}

blockquote a {
  color: #FFF;
  text-decoration: none;
}

blockquote a:hover {
  text-decoration: underline;
}

.about-logos-section {
  width: 100%;
  margin: 15px 0;
  display: table;
}

/*a table-cell*/
.about-logo-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 5px 2em;
}

/*img*/
.about-logo {
  width: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: middle
}

img {
  border: 0;
}

/*team*/
.about-logos {
  padding: 2em 2em;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #FFF;
  color: #363636;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px 5px rgba(0,0,0,0.19);
  box-shadow: 0 10px 20px 5px rgba(0,0,0,0.19);
}

.about-logos:after {
  content: " ";
  display: table;
}

.about-team-member {
  margin: 1em 0;
  padding: 10px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.about-team-member-avatar {
  width: 128px;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
}

.about-team-member-name {
  font-size: 23px;
  font-weight: 500;
  margin: 13px 0;
  line-height: 1.1;
}

.about-team-member-title {
  margin: 0.5em 0 1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 300;
  color: #616161;
}

.about-team-member-bio {
  font-size: 16px;
  margin: 1em 0;
}

.award-logos {
  padding: 2em 150px;
}

.award-logos .about-logos-section {
}

.award-logos .about-logo-wrap {
  padding: 5px 1em;
}

.about-logo {
  width: 100%;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

/*legal*/
.sunset-callout {
  border: 1px solid white;
  margin: 25px 0;
  padding: 1em 2em;
  font-size: 18px;
}

/*footer*/
.footer {
  background-color: #2f4144;
  margin-top: 120px;
  padding-top: 15px;
  height: 150px;
  font-size: 18px;
}

.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .hmenu li {
  margin-right: 15px;
}

.copyright {
  color: #47656b;
  font-style: italic;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 800px) {
  .video {
    height: 420px;
  }

  .video-home {
    float: none;
  }

  .sol-image {
    float: none;
  }

  .about-team-member {
    width: 50%;
  }

  .award-logos {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .topnav .hmenu li {
    display: block;
    text-align: right;
  }

  .about-team-member {
    float: none;
    width: auto;
  }

  .award-logos {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-logos-section {
    display: block;
  }

  .award-logos .about-logo-wrap {
    display: block;
    width: 150px;
    margin: 10px auto;
  }

  .video {
    height: 260px;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media only print {
  .topnav ul {
    display: none;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
section:before,
section:after {
    content: " ";
    display: table;
}

.clearfix:after,
section:after {
    clear: both;
}

.clearfix,
section {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
