#blog {
  /*
		Page: Single Post
	*/
  /*
		Page: Rollup
	*/
  /*
		Components:
	*/ }
  #blog article p, #blog article td, #blog article li {
    font-size: 1.12rem;
    line-height: 2rem; }
  #blog article .header {
    font-size: 3.75rem; }
  #blog .cards > div {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    border: 8px solid #fff; }
    #blog .cards > div a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    #blog .cards > div h1 {
      position: absolute;
      display: inline-block;
      max-width: 75%;
      padding: 8px;
      background: #000;
      color: #fff;
      bottom: 1rem;
      font-size: 1.6rem; }
      #blog .cards > div h1.-dark {
        color: #000; }
  #blog .tag {
    margin: 2px; }
  #blog .rollup-a > div {
    background-color: #ebebeb;
    box-shadow: 0px 0 0 0 #d0d0d0, 0 0px 0 0 #d0d0d0, 1px 1px 0 0 #d0d0d0, 1px 0 0 0 #d0d0d0 inset, 0 1px 0 0 #d0d0d0 inset;
    padding: 2rem;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out; }
    #blog .rollup-a > div:hover {
      background-color: #fefefe; }
    #blog .rollup-a > div h1 {
      text-transform: uppercase; }
    #blog .rollup-a > div p {
      opacity: 0.5; }
  #blog .written-by {
    display: block;
    margin: 0 0 0 0;
    padding-bottom: 1rem;
    transition: all 0.240s ease-out;
    background-color: #fff;
    border-bottom: 2px solid #efefef;
    z-index: 1; }
    #blog .written-by address {
      transition: all 0.240s ease-out;
      font-style: normal; }
      #blog .written-by address a {
        font-weight: bold;
        clear: both; }
    #blog .written-by .-hide {
      transform: translateY(220%); }
    #blog .written-by .navigate-up {
      display: none; }
    #blog .written-by.-fixed {
      left: 0;
      width: 100%;
      overflow: hidden; }
  #blog .bio > div {
    align-self: stretch;
    display: flex;
    align-items: center; }
  #blog .bio p {
    margin: 0 0 0 2rem; }
  #blog .close {
    position: absolute;
    top: 15px;
    right: 15px; }
    #blog .close:hover {
      cursor: pointer; }
  #blog .side-column {
    margin-left: 50px;
    width: 200px; }
  #blog .member {
    text-transform: uppercase;
    position: relative;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    font-size: 0;
    color: #fff; }
    #blog .member .bg {
      width: 100%; }
    #blog .member .fg {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    #blog .member div {
      position: absolute;
      bottom: 10px; }
      #blog .member div.-bottom-left {
        left: 10px; }
      #blog .member div.-bottom-right {
        right: 10px; }
    #blog .member h3 {
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 1.24rem;
      margin: 0; }
    #blog .member h4 {
      margin: 0.3rem 0 0 0;
      font-weight: bold;
      font-size: 0.8rem;
      padding: 0.1rem 0.3rem;
      background-color: #e92051; }
      #blog .member h4.-rev {
        color: #e92051;
        background-color: #fff; }
    #blog .member > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #blog .member.-text-only img {
      width: 100%; }
    #blog .member.-text-only .-vertical-center {
      position: absolute;
      left: 20px;
      top: 50%;
      bottom: auto;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #blog .member.-text-only h2 {
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 2.2rem;
      margin: 0; }
    #blog .member:hover .fg {
      opacity: 1; }
    #blog .member:hover.-text-only {
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none;
      box-shadow: none; }
  #blog blockquote p {
    font-size: 1.65rem;
    line-height: 2.4rem; }
  #blog blockquote .quotation {
    position: relative;
    font-style: italic; }
    #blog blockquote .quotation:before {
      position: absolute;
      content: open-quote;
      top: -10px;
      left: -3rem;
      font-size: 6rem;
      opacity: 0.2; }
    #blog blockquote .quotation:after {
      position: absolute;
      content: close-quote;
      bottom: -10px;
      right: -2rem;
      font-size: 6rem;
      opacity: 0.2; }
  #blog figure {
    width: 33%;
    float: right; }
    @media (max-width: 512px) {
      #blog figure {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0; } }
  #blog .hero {
    max-height: 600px;
    height: 50%;
    min-height: 300px;
    margin-bottom: 40px;
    background-position: center center;
    background-size: cover; }
  #blog .tagcloud {
    padding: 0;
    list-style: none;
    margin: 1.5rem 0; }
    #blog .tagcloud li {
      padding: 6px;
      display: inline-block;
      margin: 0.1rem 0; }
  #blog .social {
    border-top: 6px solid #eee; }
    #blog .social svg, #blog .social img {
      height: 60px;
      width: auto; }

@media (max-width: 512px) {
  #blog .member {
    width: 100%; }
  #blog article p, #blog article td, #blog article li {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #blog article blockquote p {
    padding: 0; }
  #blog article .header {
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #blog article .side-column {
    display: none; }
  #blog .written-by {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    #blog .written-by .date {
      display: none; }
    #blog .written-by.-fixed .navigate-up {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      padding: 10px;
      display: block; }
      #blog .written-by.-fixed .navigate-up img {
        width: 20px;
        height: 20px; } }

@media (max-width: 1024px) {
  #blog .member {
    width: 50%; }
  #blog article p, #blog article td, #blog article li {
    padding-left: 2.5em;
    padding-right: 2.5rem; }
  #blog article .side-column {
    display: none; }
  #blog .written-by {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

/*
    HTML Structure
    --------------

    <body id="my-page-layout">
        ...
        <div class="content">
            ...
        </div>
        ...
    </body>

*/
body#itlandingpage {
  overflow-x: hidden;
  /* Hover Effect? */ }
  body#itlandingpage .-fullscreen {
    min-height: 600px;
    height: 100%;
    height: 100vh; }
  body#itlandingpage .-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body#itlandingpage .-pad {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  body#itlandingpage .-pad-2 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  body#itlandingpage .-pad-3 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  body#itlandingpage .-pad-4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  body#itlandingpage .-pad-6 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  body#itlandingpage .-pad-7 {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  body#itlandingpage .-pad-8 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  body#itlandingpage .-parallax {
    background-attachment: fixed; }
  body#itlandingpage .-bg-left {
    background-position: left; }
  body#itlandingpage .hoverable {
    cursor: default;
    color: #000;
    text-decoration: none; }
    body#itlandingpage .hoverable > div {
      background: white;
      border: 1px solid #ddd;
      box-shadow: 0px 4px 20px #ddd;
      min-height: 359px; }
    body#itlandingpage .hoverable .hover {
      display: none;
      color: white; }
  @media (min-width: 768px) and (max-width: 1023px) {
    body#itlandingpage .grid.-tablet-pad-1 {
      padding: 0; }
      body#itlandingpage .grid.-tablet-pad-1 > div {
        padding: 1rem; }
    body#itlandingpage .-tablet-bg-center {
      background-position: center; } }
  @media (max-width: 767px) {
    body#itlandingpage #g-recaptcha > div {
      margin: auto !important; }
    body#itlandingpage #contactus .phone {
      padding-top: 0;
      padding-bottom: 2rem; }
    body#itlandingpage #certifications .title {
      margin-top: 6rem;
      margin-bottom: 2rem; }
    body#itlandingpage #certifications .grid.-pad-6 {
      padding-top: 0; }
    body#itlandingpage .hoverable > div {
      min-height: 0; }
    body#itlandingpage #claim {
      max-height: 90%;
      max-height: 90vh; }
    body#itlandingpage .-mobile-hide {
      display: none; }
    body#itlandingpage blockquote {
      margin: 0;
      padding: 0 10px; }
    body#itlandingpage #services img {
      width: 64px; }
    body#itlandingpage #services .grid.-pad > div {
      padding: 0; }
    body#itlandingpage form div {
      margin-left: 0 !important; }
    body#itlandingpage .-mobile-text-center {
      text-align: center; }
    body#itlandingpage .-fullscreen {
      min-height: 100%;
      min-height: 100vh;
      height: auto; }
    body#itlandingpage .flex.-mobile-no-pad > div,
    body#itlandingpage .grid.-mobile-no-pad > div {
      padding: 0; }
    body#itlandingpage .header {
      font-size: 3.5rem;
      line-height: 3.5rem; }
    body#itlandingpage .title {
      font-size: 2rem;
      line-height: 2rem; }
    body#itlandingpage .title-sub {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media (min-width: 768px) {
    body#itlandingpage .-mobile-only {
      display: none; }
    body#itlandingpage .hoverable:hover .normal {
      display: none; }
    body#itlandingpage .hoverable:hover .hover {
      display: block;
      background-color: #ed1a4f;
      border: 1px solid #ed1a4f;
      box-shadow: 0px 4px 20px #ddd;
      height: 359px; } }
  body#itlandingpage .bookmark {
    height: 40px;
    padding: 10px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all linear 0.26s;
    transform: translateY(-100%); }
    body#itlandingpage .bookmark img {
      height: 40px;
      float: left; }
    body#itlandingpage .bookmark .button {
      margin: 0;
      padding: 0 10px;
      line-height: 40px;
      height: 40px;
      float: right; }
    body#itlandingpage .bookmark.-show {
      transform: none; }

/*
	This is a catch-all file for misc styles with no
	home to go to.
*/
.curtain {
  position: relative; }
  .curtain > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .curtain .fg {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: none; }
  .curtain:hover .fg {
    display: block; }

.service {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }

/*# sourceMappingURL=dist/assets/css/client.css.map */
