/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* ==========================================================================
 Mixins and Stuff
   ========================================================================== */
/* ==========================================================================
   Keyframes
   ========================================================================== */
@-webkit-keyframes pulse {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  to {
    height: 170%;
    width: 112%;
    opacity: 0; } }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Basics */
html, body {
  height: 100% !important;
  -webkit-font-smoothing: antialiased; }

.widthController {
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .widthController:before, .widthController:after {
    content: "";
    display: table; }
  .widthController:after {
    clear: both; }
  .widthController.standard {
    width: 100%;
    max-width: 1000px; }
  .widthController.full {
    width: 100%;
    padding: 30px 0; }

header#main {
  background: #212121 url("http://blog.adacore.com/uploads/_2400xAUTO_crop_center-center/iss042e034066-flipped.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #FFF;
  padding: 75px 0; }
  header#main h1 {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
    background-image: url("img/acblog-white.svg");
    width: 279px;
    height: 43px;
    margin: 50px 0;
    background-size: 279 43px;
    float: left; }
    header#main h1:before {
      content: "";
      display: block;
      width: 0;
      height: 150%; }
  header#main hgroup {
    float: left;
    position: relative;
    top: -20px; }
    header#main hgroup h1 {
      margin-bottom: 6px; }
    header#main hgroup h2 {
      font-size: 16px;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
      font-weight: 400;
      font-style: "normal";
      clear: left; }
  header#main.sub {
    padding: 0px 0;
    background: #FFF; }
    header#main.sub h1 {
      background-image: url("img/acblog-color.svg");
      width: 279px;
      height: 44px;
      background-size: 279px 44px; }
  header#main.overlay {
    background: transparent; }
    header#main.overlay h1 {
      /*  background-image: url('img/adacore-blog-white-transparent.png'); */ }
    header#main.overlay .standard {
      position: absolute;
      z-index: +1000;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  header#main.front h1 {
    /*  background-image: url('img/adacore-blog-white-color-transparent.png');  */ }
  @media screen and (min-width: 850px) {
    header#main {
      padding: 200px 0; }
      header#main h1 {
        width: 400px;
        height: 62px;
        background-size: 400px 62px; } }

.search {
  float: right;
  margin-top: 3px; }
  .search #searchField {
    border-radius: 20px;
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 3px 6px;
    width: 0px;
    -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;
    transition: all 300ms ease-in-out;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 500;
    font-style: "normal";
    margin-top: 5px; }
  .search .show-search {
    text-decoration: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 400;
    font-style: "normal";
    font-size: 14px;
    text-transform: uppercase;
    color: #232f31;
    float: right;
    line-height: 40px;
    padding: 0 10px; }
    .search .show-search:hover {
      color: #000;
      cursor: pointer; }
  .search input[type=checkbox] {
    display: none; }
  .search input[type=checkbox]:checked ~ #searchField {
    width: 125px;
    border: 1px solid #54afff; }
  @media screen and (min-width: 850px) {
    .search {
      margin-top: 7px; }
      .search .show-search {
        line-height: 30px; }
      .search #searchField {
        margin-top: 0; } }

#categoryMenu {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px; }
  #categoryMenu:before, #categoryMenu:after {
    content: "";
    display: table; }
  #categoryMenu:after {
    clear: both; }
  #categoryMenu ul li {
    float: left;
    margin: 0;
    padding: 0;
    display: block; }
    #categoryMenu ul li a {
      color: #000;
      display: block;
      padding: 10px 0;
      margin: 0 20px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
      font-weight: 500;
      font-style: "normal";
      text-decoration: none;
      position: relative;
      top: 1px; }
    #categoryMenu ul li:first-child a {
      margin-left: 0; }
    #categoryMenu ul li.active a {
      border-bottom: 1px solid #0669be;
      color: #0669be; }

#categoryNavWrap {
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  #categoryNavWrap:before, #categoryNavWrap:after {
    content: "";
    display: table; }
  #categoryNavWrap:after {
    clear: both; }
  #categoryNavWrap .widthController {
    padding: 0; }
  #categoryNavWrap nav#main {
    padding: 0 10px; }
    #categoryNavWrap nav#main a {
      color: #000;
      display: inline-block;
      padding: 10px 0;
      margin: 0 15px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
      font-weight: 500;
      font-style: "normal";
      text-decoration: none;
      position: relative;
      top: 1px;
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      #categoryNavWrap nav#main a:hover {
        border-top-color: #0669be;
        color: #0669be; }
      #categoryNavWrap nav#main a.active {
        border-bottom: 1px solid #0669be;
        color: #0669be; }
      #categoryNavWrap nav#main a.social {
        margin: 0 5px;
        font-size: 14px;
        position: relative;
        top: 3px; }
  #categoryNavWrap #mobileNavWrap nav#mobileNav {
    height: 0;
    overflow: hidden; }
  #categoryNavWrap #mobileNavWrap .show-menu {
    text-decoration: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 400;
    font-style: "normal";
    font-size: 14px;
    text-transform: uppercase;
    color: #232f31;
    float: left;
    line-height: 40px;
    padding: 0 30px 0 30px;
    display: none; }
    #categoryNavWrap #mobileNavWrap .show-menu:hover {
      cursor: pointer; }
  #categoryNavWrap #mobileNavWrap input[type=checkbox] {
    display: none; }
  #categoryNavWrap #mobileNavWrap input[type=checkbox]:checked ~ nav#mobileNav {
    height: 400px; }
  #categoryNavWrap #mobileNavWrap nav#mobileNav {
    -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;
    transition: all 300ms ease-in-out;
    color: #232f31;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: +1000; }
    #categoryNavWrap #mobileNavWrap nav#mobileNav a {
      color: #FFF;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      background-color: rgba(0, 0, 0, 0.8);
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 30px;
      text-align: center;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 18px;
      text-transform: uppercase;
      width: 100%;
      text-decoration: none; }
      #categoryNavWrap #mobileNavWrap nav#mobileNav a:hover {
        background-color: #FFF;
        color: #0669be; }
  #categoryNavWrap #mobileNavWrap .search {
    float: right;
    padding: 0 30px 0 0; }

@media screen and (max-width: 850px) {
  #categoryNavWrap nav#main {
    display: none; }
  #categoryNavWrap #mobileNavWrap .show-menu {
    display: block; } }

footer#main-footer {
  background-color: #242424;
  position: relative;
  z-index: +100;
  padding: 75px 0;
  color: #FFF;
  color: rgba(255, 255, 255, 0.86); }
  footer#main-footer h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 300;
    font-style: "normal";
    color: #FFF;
    font-size: 32px; }
  footer#main-footer .corp_links {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 300;
    font-style: "normal"; }
    footer#main-footer .corp_links a {
      color: #54afff;
      text-decoration: none; }
      footer#main-footer .corp_links a:hover {
        color: #FFF; }
  footer#main-footer .baseline {
    clear: both;
    font-size: 14px;
    margin-top: 100px;
    color: #808080; }
    footer#main-footer .baseline a {
      color: inherit;
      text-decoration: none;
      -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;
      transition: all 300ms ease-in-out; }
      footer#main-footer .baseline a:hover {
        color: #FFF; }

/* Blog */
#blog-index {
  margin-top: 40px; }
  #blog-index:before, #blog-index:after {
    content: "";
    display: table; }
  #blog-index:after {
    clear: both; }
  #blog-index article {
    padding-bottom: 50px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 400;
    font-style: "normal"; }
    #blog-index article a {
      text-decoration: none; }
    #blog-index article h2 {
      font-size: 14px;
      font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
      font-weight: 400;
      font-style: "normal";
      margin-top: 0;
      margin-bottom: .5em;
      color: #b3b3b3; }
      #blog-index article h2 a {
        color: inherit; }
        #blog-index article h2 a:hover {
          color: #8e8e8e; }
    #blog-index article a.entry {
      color: #1a1a1a;
      display: block; }
      #blog-index article a.entry:hover {
        cursor: pointer; }
      #blog-index article a.entry h1 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 0; }
      #blog-index article a.entry img {
        width: 150px;
        height: auto;
        float: right;
        margin-left: 20px; }
      #blog-index article a.entry p {
        font-size: 14px;
        margin-top: .5em; }
  #blog-index .infoStrip {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px; }
  #blog-index .tags {
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
    font-weight: 700;
    font-style: "normal";
    font-size: 12px; }
    #blog-index .tags a {
      color: #0669be; }

.author_bio {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: "normal";
  padding-bottom: 20px; }
  .author_bio img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }

#blog article {
  margin-bottom: 100px;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: "normal"; }
  #blog article header h1 {
    font-size: 60px;
    text-align: left;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 200;
    font-style: "normal";
    margin-bottom: 0;
    margin-top: 1em;
    line-height: 1.1em; }
  #blog article header h2 {
    font-size: 14px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
    font-weight: 400;
    font-style: "normal";
    margin-top: 1em;
    margin-bottom: 2em;
    color: #999999; }
    #blog article header h2 a {
      color: inherit; }
      #blog article header h2 a:hover {
        color: #808080; }
  #blog article h1, #blog article h2, #blog article h3, #blog article h4, #blog article h5, #blog article h6 {
    clear: both; }
  #blog article h2 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 2em; }
  #blog article a {
    color: #0669be;
    text-decoration: none; }
  #blog article figure img {
    width: 100%;
    height: auto; }
  #blog article figure figcaption {
    font-style: oblique;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
  #blog article figure.center {
    padding: 10px 0;
    margin: 0 auto; }
  #blog article figure.right {
    float: right;
    padding: 10px 0px 10px 10px; }
    #blog article figure.right.width-automatic {
      max-width: 33%; }
  #blog article figure.left {
    float: left;
    padding: 10px 10px 10px 0px; }
    #blog article figure.left.width-automatic {
      max-width: 33%; }
  #blog article figure.width-percent20 {
    max-width: 20%; }
  #blog article figure.width-percent30 {
    max-width: 30%; }
  #blog article figure.width-percent40 {
    max-width: 40%; }
  #blog article figure.width-percent50 {
    max-width: 50%; }
  #blog article figure.width-percent60 {
    max-width: 60%; }
  #blog article figure.width-percent70 {
    max-width: 70%; }
  #blog article figure.width-percent80 {
    max-width: 80%; }
  #blog article figure.width-percent90 {
    max-width: 90%; }
  #blog article .fileAttachments {
    border-bottom: 1px dashed #eee;
    border-top: 1px dashed #eee; }
  #blog article .photogallery {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    #blog article .photogallery figure {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
  #blog article .tags {
    font-size: 12px;
    font-weight: 600; }
  #blog article .author_bio {
    font-size: 12px;
    border-top: 2px solid #eee; }
  #blog article .share {
    border-top: 2px solid #eee;
    padding-top: 10px; }
  #blog article .disqusWrap {
    margin-top: 50px;
    background-color: #fbfbfb;
    padding: 50px 0; }

pre.prettyprint.nocolor * {
  color: #111111 !important; }

#blog .coverImage {
  position: relative;
  padding: 0;
  background-color: #000;
  margin-bottom: 50px; }
  #blog .coverImage figure {
    opacity: .8;
    z-index: 0; }
  #blog .coverImage header.standard {
    position: absolute;
    color: #FFF;
    position: absolute;
    top: 95%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%); }
    #blog .coverImage header.standard h1, #blog .coverImage header.standard h2 {
      text-align: center; }
    #blog .coverImage header.standard h1 {
      font-size: 24px; }
    #blog .coverImage header.standard h2 {
      color: rgba(255, 255, 255, 0.65); }
  @media screen and (min-width: 650px) {
    #blog .coverImage header.standard h1 {
      font-size: 36px; } }
  @media screen and (min-width: 768px) {
    #blog .coverImage header.standard h1 {
      font-size: 52px; } }
  @media screen and (min-width: 1000px) {
    #blog .coverImage header.standard h1 {
      font-size: 72px; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
