/* original theme Author - kenny Williams  // hirekenny.com.au */
body {
  padding-bottom: 4em;
  font: 1em/1.5em "robotoregular";
}
::-moz-selection {
  background: #5a84c0;
  text-shadow: none;
}
::selection {
  background: #5a84c0;
  text-shadow: none;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
img {
  vertical-align: middle;
  border: none;
}
a {
  text-decoration: none;
}

.wrapper {
  width: 1140px;
  margin: 0 auto;
}

/* ==========================================================================
   Theme Colours
   ========================================================================== */
body {
  background: #f3f4f5; /* Background for Site */
}
html,
button,
input,
select,
textarea,
a {
  color: #656a6f; /* General Body Text Color*/
}
.main ul li:before,
.highlight,
h5,
h6,
h1:after,
h2:after,
h3:after,
.main-container a:hover,
.more:before,
ol > li:before,
.cta a:hover,
.error[generated="true"],
.footable.breakpoint > tbody > tr > td.expand:before,
.entry-content a:hover {
  color: #3c4a52; /* Feature Color*/
}
h1 span,
h2 span,
h3 span,
h4 span,
.alt,
.entry-content a {
  color: #135cbe;
}
a.btn,
input[type="button"],
nav a.active,
input[type="submit"] {
  background-color: #135cbe; /* Button Back Ground Color*/
  color: #fff; /* Button Text Color*/
}
a.btn:hover,
input[type="button"]:hover,
nav a:hover,
input[type="submit"]:hover {
/*  background-color: #646d72; */
  background-color: #242424;
  color: #fff;
}
h1,
h2,
h3,
h4,
.nav a,
h1 a,
h2 a,
h3 a,
h4 a,
#response .success,
.success:before,
#response .failure {
  color: #2d3438; /* Headings Color*/
}
strong,
b,
.lead,
.main table th,
blockquote,
.more,
.cta a {
  color: #3c4a52; /* Headings Color*/
}

.cta,
.cta h1,
.cta h2,
.cta h4,
.cta h5 {
  color: #fff; /* Masthead Headings Color*/
}
.cta h3 {
  color: #e2e2e2; /* Masthead Headings Color*/
}

/* ==========================================================================
   Logos
   ========================================================================== */
.logo {
  max-width: 160px; /* Update width to suite your own logo size */
  height: auto;
  margin-top: -35px;
}
.logo-foot {
  max-width: 45px; /* Update width to suite your own logo size */
}

/* ==========================================================================
   Masthead Styles
   ========================================================================== */
#masthead {
  display: block;
  height: auto;
/*  background: #7790ac;*/
  background: #242424;
  position: relative;
  padding-bottom: 4em;
}

/* This sets and styles the background image as an overlay. */
#masthead:before {
  
  background-size: cover;
  background-position: 60% 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

#masthead-wrapper { position:relative !important; }
#masthead-img { position:absolute; bottom:-4em; right:0; width:600px; height:auto; }

@media (max-width:1200px) and (min-width:987px) {
  .cta h1 { font-size:60px; }
}

@media (max-width:1116px) and (min-width:903px) {
  #masthead-br { display:none; }
}

@media screen and (min-width:794px) and (max-width: 920px) {
  #masthead-img { width:500px; }
}

/* Lower the opacity of the image for smaller screens */
@media screen and (max-width: 794px) {
  #masthead:before {
    opacity: 0.5;
    background-image: url("/img/masthead@3x.jpg");
  }
  #masthead-img { display:none; }
}

/* This ensures that the Header/Nav and CTA are not behind the overlay */
.wrapper.clearfix {
  position: relative;
  z-index: 1000;
}

.cta h1 {
  font-family: "robotoblack";
  font-size: 96px;
  margin-bottom: 15px;
  letter-spacing: -2px;
}
.cta h3 {
  font-family: "aleoitalic";
  letter-spacing: 0;
}
.cta h1:after,
.cta h2:after,
.cta h3:after {
  content: none;
}
.cta {
  margin-top: 5%;
  padding-bottom: 30px;
  font-size: 18px;
}
.cta a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* ==========================================================================
   Main Navigation Styles
   ========================================================================== */

.logo {
  display: block;
  float: left;
}
.logo img,
.logo-foot img {
  width: 100%;
}
.header-container nav {
  float: right;
  margin-top: 10px;
}

.header-container nav:after {
  display: block;
  content: "";
  width: 100%;
/*  border-bottom: 1px solid #cad2d7;*/
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.header-container .nav li {
  float: left;
  position: relative;
  padding: 0.4em 0.4em;
}
.nav a {
  font-family: "robotobold_condensed";
  font-size: 20px;
  padding: 0.3em 1.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.tinynav {
  display: none;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}

/* ==========================================================================
   Main Container General Layout Styles
   ========================================================================== */
.header-container header {
  padding-top: 60px;
  max-height: 100px;
  overflow: visible;
}
.header-container header nav {
  max-height: 100px;
  overflow: visible;
}
.main-container {
  padding: 30px 0 10px;
}
.main-content {
  width: 65%;
  float: left;
}
.main-content.full {
  width: 100%;
  float: none;
}
.main-content img,
.right-aside img {
  max-width: 100%;
  width: 100%;
  background: #d7dce3;
  border: 6px solid #fff;
  margin: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-content .headerimg {
  float: right;
  max-height: 360px;
  width: auto;
}
.main-content .headerimg.first {
  float: left;
}
a img {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 1;
  position: relative;
}
a img:hover {
  opacity: 0.6;
}
.right-aside {
  float: right;
  width: 24%;
  border-left: 1px solid #cad2d7;
  padding-left: 4%;
}
.right-aside img {
  width: 100%;
}

/* To add breathing room above and below a section - SW */
.space-top-bottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* ============= Columns ===============*/
.half {
  width: 47%;
  margin-right: 6%;
  float: left;
}
.third {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.fourths {
  width: 22%;
  margin-right: 4%;
  float: left;
}
.two-third,
.cta.two-third {
  width: 65%;
  margin-right: 5%;
  float: left;
}
.three-fourths {
  width: 74%;
  margin-right: 4%;
  float: left;
}
.left {
  float: left;
}
.right {
  float: right;
}

.mar150R {
  margin-right: 260px;
}
.mar40T {
  margin-top: 40px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 100%;
  /* letter-spacing: -1px; */
  margin: 25px 0 0.5em;
}
h1 {
  font-size: 66px;
}
h2 {
  font-size: 35px;
  margin-top: 15px;
  color: #135cbe;
}
h3 {
  font-size: 28px;
}
h4,
h5 {
  font-size: 24px;
}
h6 {
  font-size: 14px;
  letter-spacing: 0px;
  position: relative;
}
h6.meta,
blockquote h6 {
  top: -1.4em;
}
strong,
h1,
h2,
h3,
h4,
h5,
h6,
b,
.more,
ol > li:before,
.cta a {
  font-family: "robotobold";
  font-weight: normal;
}
/* h1:after,
h2:after,
h3:after {
  content: ".";
  font-size: 56px;
  position: relative;
  padding-left: 3px;
} */
em {
  font-style: normal;
  font-family: "robotoitalic";
}
.lead,
blockquote {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  font-family: "aleoitalic";
}
.lead {
  margin-top: 0;
}

.main-container a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cad2d7;
  padding: 0;
  margin: 3em 0;
}
hr.dash {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cad2d7;
  margin: 3em 0;
  padding: 0;
}
hr.dots {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cad2d7;
  margin: 3em 0;
  padding: 0;
}

iframe {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  width: 98%;
}
.fluid-width-video-wrapper {
  margin-bottom: 1em;
  background-color: #ffffff;
}
.fluid-width-video-wrapper iframe {
  width: 100%;
  padding: 0;
  margin: 0;
}

blockquote,
blockquote.right,
blockquote.left {
  margin: 0 3% 3%;
}

.full blockquote {
  margin: 0px 1% 1%;
}

/* ============= Lists ===============*/
/* .main ul, */
.main ol {
  margin-bottom: 12px;
}
/* .main ul li, */
.more {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 22px;
  color: #135cbe;
}



.moreallposts {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 8px;
  position: relative;
  color: #135cbe;
  font-family: "robotobold";
  font-weight: normal;
  font-size: 35px;
}

/* .main ul li:before, */
.more:before {
  content: "g";
  font-family: "bulletsregular";
  font-size: inherit;
  left: 3px;
  top: 6px;
  position: absolute;
}
.main ol {
  margin-left: 22px;
}
ol {
  counter-reset: li; /* Initiate a counter */
  margin-left: 0; /* Remove the default left margin */
  padding-left: 0; /* Remove the default left padding */
}
ol > li {
  position: relative; /* Create a positioning context */
  list-style: none;
  margin: 0 0 0 1em;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 0px;
}
ol > li:before {
  content: counter(li) "."; /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position: absolute;
  top: -2px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  margin-right: 8px;
  padding: 4px;
  text-align: center;
}
li ol,
li ul {
  margin-top: 6px;
}
ol ol li:last-child {
  margin-bottom: 0;
}

/* ============= Buttons ===============*/
a.btn,
input[type="button"],
input[type="submit"] {
  border: none;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  font-family: "robotobold";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.6em 1.2em;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
a.btn:hover {
  color: #fff;
}
a.small-btn {
  font-size: 14px;
  padding: 0.4em 0.9em;
}
a.xsmall-btn {
  font-size: 12px;
  padding: 0.2em 0.7em;
}

/* ============= Tables ===============*/
.main table {
  border: 1px solid #dde1e5;
  text-align: left;
  width: 100%;
  background: #ffffff;
}
.main table th {
  padding: 0.5em;
  border: 1px solid #dde1e5;
  background-color: #ebedef;
  vertical-align: top;
}
.main table td {
  padding: 0.5em;
  border: 1px solid #dde1e5;
  vertical-align: top;
}
.main table tr:nth-child(2n + 1) {
  background-color: #f8f8f8;
}

/* ============= Testimonials ===============*/
.testimonials .half h3:after {
  display: none;
}
.testimonials .half h3 {
  margin: 0px 0px 65px 0px;
}

/* ============= Forms ===============*/
form {
  margin-top: 3em;
}
fieldset {
  padding: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d9d6cf;
  margin-bottom: 1em;
}
fieldset fieldset {
  background: #ffffff;
}
label {
  font-weight: normal;
  font-family: "robotobold";
  padding-right: 1em;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #dde1e5;
  background: #ffffff;
  padding: 10px 2%;
  font-family: "robotolight_italic";
  color: #969ca5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  outline: none;
  margin-bottom: 1em;
  resize: none;
  display: block;
  width: 68%;
  -webkit-appearance: none;
}
input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #7790ac;
}
textarea {
  width: 96%;
  height: 140px;
  display: block;
  resize: none;
  outline: none;
}
select,
input[type="radio"],
input[type="checkbox"] {
  margin-bottom: 1em;
  margin-right: 6px;
}
.error[generated="true"] {
  font-size: 14px;
  font-family: "robotoitalic";
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

footer .wrapper {
  font-size: 14px;
  color: #9fa6aa;
  border-top: 1px solid #cad2d7;
  padding: 0;
  margin-top: 20px;
}
.foot.left {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.logo-foot {
  display: inline-block;
  padding-right: 5px;
}
.social-link {
  width: 31px;
  opacity: 0.4;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.social-link img {
  width: 100%;
}
.social-link:hover {
  opacity: 1;
}

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

/* ==========================================================================
   Media Queries 480
   ========================================================================== */
@media only screen and (max-width: 480px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea,
  a.btn,
  input[type="button"],
  input[type="submit"] {
    padding: 10px 2%;
    width: 96%;
  }
  a.btn,
  input[type="button"] {
    text-align: center;
  }
  a.small-btn {
    font-size: 14px;
    padding: 0.4em 2%;
  }
  a.xsmall-btn {
    font-size: 12px;
    padding: 0.2em 2%;
  }
  iframe {
    max-height: 320px;
  }

  .footable tr td,
  .footable tr th {
    font: 12px/12px "robotoregular";
  }
  .footable tr td h6 {
    display: block;
  }

  .mar150R {
    margin-right: 0px;
  }
}

/* ==========================================================================
   Media Queries 600
   ========================================================================== */
@media only screen and (max-width: 600px) {
  .main-content .headerimg {
    display: none;
  }
  .logo {
    float: none;
    padding-bottom: 20px;
    margin: 0px auto;
    display: block;
    text-align: center;
  }
  .header-container nav {
    float: none;
  }
  select.tinynav {
    width: 100%;
  }
  .main-content img {
    width: 100%;
  }

  .cta.two-third {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .header-container header {
    max-height: 190px;
  }

  /* ============= Tables ===============*/
  .main table {
    border-left: 1px solid #cad2d7;
    border-right: 1px solid #cad2d7;
    border-top: none;
    border-bottom: none;
  }
}

/* ==========================================================================
   Media Queries 850
   ========================================================================== */
@media only screen and (max-width: 850px) {
  .logo {
    margin-top: -10px;
  }
  .tinynav {
    display: block;
  }
  #nav {
    display: none;
  }
  #masthead {
    display: block;
    height: 100%;
  }

  .cta h1 {
    font-size: 60px;
  }

  .header-container nav:after {
    display: none;
  }

  .header-container header {
    padding: 30px 0 25px;
    text-align: center;
  }
}

/* ============= Main Container General Layout Styles===============*/

.main-content,
.right-aside {
  width: 100%;
  float: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.main-container {
  padding: 25px 0 5px;
}
.right-aside {
  border-top: 1px solid #cad2d7;
  margin-top: 25px;
}
/* ============= Columns ===============*/

@media only screen and (max-width: 900px) {
  .third,
  .half,
  .fourths,
  .two-third,
  ol.icon-lists li,
  ul.flag-lists li,
  .three-fourths,
  .foot.left,
  .foot.right {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .third,
  .half,
  .fourths,
  .two-third,
  .three-fourths {
    margin-bottom: 30px;
  }
  blockquote.third,
  blockquote.half,
  blockquote.fourths,
  blockquote.two-third {
    width: 100%;
  }
  blockquote,
  blockquote.right,
  blockquote.left {
    margin: 0;
  }
  .foot.left,
  .foot.right {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .mar150R {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .mar150R {
    margin-right: 0px;
  }
  .main-content {
    clear: both;
  }
  .main-content .headerimg {
    max-width: 75%;
    height: auto;
    max-height: 225px;
  }
}

/* ==========================================================================
   Media Queries 1140
   ========================================================================== */
@media only screen and (max-width: 1140px) {
  .wrapper {
    width: 92%;
    margin: 0 4%;
  }
  .nav a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-content .headerimg:not(.first) {
    display: none;
  }
  .main-content .headerimg {
    width: 100%;
    height: auto;
    max-height: 600px;
  }
}

/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
  font-family: "aleoitalic";
  src: url("/font/aleo-italic-webfont.eot");
  src: url("/font/aleo-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("/font/aleo-italic-webfont.woff") format("woff"),
    url("/font/aleo-italic-webfont.ttf") format("truetype"),
    url("/font/aleo-italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bulletsregular";
  src: url("/font/bullets-webfont.eot");
  src: url("/font/bullets-webfont.eot?#iefix") format("embedded-opentype"),
    url("/font/bullets-webfont.woff") format("woff"),
    url("/font/bullets-webfont.ttf") format("truetype"),
    url("/font/bullets-webfont.svg#bulletsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoblack";
  src: url("/font/roboto-black-webfont.eot");
  src: url("/font/roboto-black-webfont.eot?#iefix") format("embedded-opentype"),
    url("/font/roboto-black-webfont.woff") format("woff"),
    url("/font/roboto-black-webfont.ttf") format("truetype"),
    url("/font/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("/font/roboto-bold-webfont.eot");
  src: url("/font/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("/font/roboto-bold-webfont.woff") format("woff"),
    url("/font/roboto-bold-webfont.ttf") format("truetype"),
    url("/font/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold_condensed";
  src: url("/font/roboto-boldcondensed-webfont.eot");
  src: url("/font/roboto-boldcondensed-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/font/roboto-boldcondensed-webfont.woff") format("woff"),
    url("/font/roboto-boldcondensed-webfont.ttf") format("truetype"),
    url("/font/roboto-boldcondensed-webfont.svg#robotobold_condensed")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoitalic";
  src: url("/font/roboto-italic-webfont.eot");
  src: url("/font/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("/font/roboto-italic-webfont.woff") format("woff"),
    url("/font/roboto-italic-webfont.ttf") format("truetype"),
    url("/font/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotolight_italic";
  src: url("/font/roboto-lightitalic-webfont.eot");
  src: url("/font/roboto-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/font/roboto-lightitalic-webfont.woff") format("woff"),
    url("/font/roboto-lightitalic-webfont.ttf") format("truetype"),
    url("/font/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("/font/roboto-regular-webfont.eot");
  src: url("/font/roboto-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/font/roboto-regular-webfont.woff") format("woff"),
    url("/font/roboto-regular-webfont.ttf") format("truetype"),
    url("/font/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Social Icons
   ========================================================================== */
.social a {
  font-size: 1.2em;
  display: block;
  height: 30px;
  margin: 0px 10px 10px 0px;
  position: relative;
}

.social a i {
  font-size: 1.4em;
  margin-right: 5px;
  margin-bottom: -12px;
  display: block;
  float: left;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-right: none !important;
}
.first {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: none !important;
}
.tableless,
.tableless th,
.tableless tr,
.tableless td {
  background: none !important;
  border: none !important;
  padding: 0px !important;
}

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

@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* =========== HOME - Divder ==============*/
.divider {
  height: 40px;
  width: 100%;
}

#speaking-engagements.divider {
  height: 40px;
  width: 100%;
}

/* =========== HOME - BIO ==============*/
.bio-image img {
  max-width: 300px;
  margin: 0 auto;
}

/* =========== EVENTS - TABLES ==============*/

#events-link-no-js.more:before {
  font-size: 24px;
  top: 17px;
}

.event-date {
  width: 23%;
}

.event-date strong {
  color: #135cbe;
}

.event-date.past strong {
  color: #3c4a52;
}

.event-name {
  width: 33%;
  font-family: "robotoregular";
  font-size: 16px;
  color: #656a6f;
}

.event-location {
  width: 30%;
}

.event-location h6 {
  display: inline;
}

.event-last-col {
  width: 8%;
}

.events-table td {
  height: 40px;
}

.events-table td {
  vertical-align: middle !important;
}

/* =========== HOME - BUZZ ==============*/

.buzz-source {
  background-color: white;
}

.buzz-source h4,
.buzz-source h5 {
  padding-left: 20px;
  padding-right: 20px;
}

.divider-buzz {
  width: 100%;
  margin: 30px auto;
  height: 1px;
  background-color: #135cbe;
}

/* =========== HOME - ENGAGE ==============*/

.engage {
  background-color: #135cbe;
  margin-bottom: 50px;
  border-radius: 20px;
}

.engage-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.engage-row {
  padding: 10px 20px;
}

/* @media (max-width: 400px) {
  .engage-row {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .engage-row {
    width: 100%;
  }
} */

.engage-row a {
  color: #ffffff;
  font-size: 20px;
}

.engage-row a:hover {
  color: #f3f4f5;
}

.engage-row i {
  color: #ffffff;
  font-size: 28px;
  margin-right: 8px;
}

.engage h2 {
  padding: 0 20px;
  color: #135cbe;
}

.two-third.medium-feed iframe {
  margin-top: 0;
  width: 100% !important;
}

/*home blog index section*/

.blog h6 {
  padding: 0;
  margin: 0;
}

.blog h4,
.blog hr {
  margin: 15px 0 0 0;
  padding: 0;
}

/* =========== BLOG ==============*/

.main-content.blog-container {
  display: block;
  width: 98%;
  max-width: 750px;
  margin: 1em auto;
  float: none;
}

.blog-container h2 {
  margin-bottom: 5px;
  color: #135cbe
}

.blog-container h6.date {
  margin: 10px 0 20px 0;
}

.blog-container p {
  font-size: 21px;
  line-height: 32px;
}

.blog-container a {
  color: #135cbe;
}

.blog-container a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .blog-container p {
    font-size: 18px;
    line-height: 28px;
  }
}

.blog-container blockquote {
  border-left: 1px solid #2d3438;
  width: 80%;
  margin: 20px auto;
  padding-left: 8px;
}

.blog-container .lead.list-lead {
  margin-top: 50px;
}

.blog-container .lead {
  line-height: 1.1em;
}

.blog-container .more {
  line-height: 32px;
  color: #135cbe;
}

.blog-container hr {
  margin: 0;
}

/*Blog-Template Lists*/
.blog-container ol.level-one,
.blog-container ul.level-one {
  margin: 10px 0 10px 0;
}

.blog-container ol.level-two,
.blog-container ul.level-two,
.blog-container ol.level-three,
.blog-container ul.level-three {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-container ul > li,
.blog-container ol > li {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .blog-container ul > li,
  .blog-container ol > li {
    font-size: 18px;
    line-height: 28px;
  }
}

.blog-container li {
  font-weight: bolder;
  color: #135cbe;
}

.blog-container li span.blog-listitem {
  font-weight: 100;
  color: #656a6f;
}

.blog-container ol > li:before,
.blog-container ul > li:before {
  content: "";
}

.blog-container ul.level-one {
  list-style-type: circle;
}
.blog-container ul.level-two {
  list-style-type: square;
}

.blog-container ul.level-three {
  list-style-type: circle;
}

.blog-container ol.level-one > li {
  list-style-type: decimal !important;
}
.blog-container ol.level-two > li {
  list-style-type: lower-alpha !important;
}

.blog-container ol.level-three > li {
  list-style-type: decimal !important;
}

/*Blog Image Captions*/
.blog-container figure img {
  margin: 10px 0 0 0;
}

.blog-container figcaption {
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 5px;
}

/* Left and Right Images */

figure.blog-image-left {
  max-width: 500px;
  margin: 0 30px 0 0;
  float: left;
}

figure.blog-image-right {
  max-width: 500px;
  margin: 0 0 0 30px;
  float: right;
}

figure.blog-image-left img,
figure.blog-image-right img {
  margin: 0;
}

@media (max-width: 768px) {
  figure.blog-image-left,
  figure.blog-image-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  figure.blog-image-left {
    margin-left: -60px;
  }
}

/* This is now actually a Mastodon feed */
.twitter-feed {
  margin-top: 70px;
}




/* Rodrigo changes */
/* old blue b3d4fc */
/*** old blue 135cbe */
/* other blue 5a84c0 */
/* #5a84c0 */

body { font:1em/1.5em "Satoshi-Regular"; padding-bottom:0 !important; }

a { outline:none !important; }

strong, h1, h2, h3, h4, h5, h6, b, .more, ol > li::before, .cta a, .moreallposts { font-family:'Satoshi-Bold'; }

.main-container { padding-bottom:4em !important; padding-top:4em !important; }

.cta h1 { font-family:'Satoshi-Black'; }

.lead, blockquote, .cta h3 { font-family:'Faustina', serif; font-weight:500 !important; font-style:italic; }

#nav a { color:#000; font-family:'Satoshi-Bold'; }
body.home #nav a { color:#fff; }

#nav a:hover { background:rgba(0, 0, 0, 0.05); }

body.home #nav a:hover { background:rgba(256, 256, 256, 0.05); }

#nav a.active { color:#fff; }
#nav a.active:hover, body.home #nav a.active:hover { background:#135cbe; }

a.btn:hover, input[type="button"]:hover, nav a.active:hover, input[type="submit"]a.btn:hover, 
input[type="button"]:hover, nav a.active:hover, input[type="submit"]:hover { 
  text-decoration:none !important; background-color:#242424 !important; 
}

h2.home_title { font-size:50px; }

h4.home_blog_title a { color:#000; }
h4.home_blog_title a:hover { color:#135cbe; text-decoration:none; }

.moreallposts:hover { background-color:#242424 !important; }

#org-resilience { color:#5a84c0; }

/* Rodrigo - Mastodon widget */

#mt-body { padding:0; }
#mt-body article {
  display: block; margin:0; border-bottom:1px solid #f3f4f5 !important;
}
.mt-toot { border-bottom:none !important; padding: 2rem 2rem 2rem 6rem !important; }

.mt-timeline a { color:#135cbe; }

.mt-avatar { position:relative; left:2em !important; top:2em !important; }

.mt-timeline a, .mt-timeline a:active, .mt-timeline a:link { color: #135cbe !important; }
.mt-timeline a.btn { color:#fff !important; }
.mt-timeline a.btn:hover { text-decoration:none !important; background:#242424; }

/* Rodrigo - footer */

footer { background:transparent; color:#fff; text-align:center; padding:0.01em 0 !important; }

footer p { color:#9fa6aa; }

footer a { color:#135cbe; }

footer .wrapper { border-top:none; padding-top:0 !important; }

footer .foot { padding-top:1em; border-top: 1px solid #cad2d7; }

#copyright { font-size:1em !important; margin-top:0; }

#foot-icons { font-size:1.7em !important; }

#foot-icons a:hover { opacity:0.8; }

#git2 { display:none; }

/* blog */

.blog-container p { font-size: 20px !important; }

.blog-container h2 a:hover { 
  text-decoration: underline; 
  text-decoration-color: #5a84c0;
}

.blog-index-item h2 a { color:#000 !important; }
.blog-index-item h2 a:hover { color:#135cbe !important; text-decoration:none; }

.more:hover { text-decoration:none !important; color:#000; }

#blog-index-title, #blog-index-title span { color:#135cbe; }

#back-to-thoughts { display:none; }

body.thoughts #back-to-thoughts { display:block; }

body.thoughts_index #back-to-thoughts { display:none; }

/* fixed nav in blog index and blog articles */

@media screen and (min-width:851px) {
  body.thoughts .header-container { 
    display:block; position:fixed; width:100%; 

    background-color:#f3f4f5;
    /* background-color: rgba(243,244,245,0.8); */

    /*background: -moz-linear-gradient(top,  rgba(243,244,245,1) 0%, rgba(243,244,245,0) 100%); 
    background: -webkit-linear-gradient(top,  rgba(243,244,245,1) 0%,rgba(243,244,245,0) 100%); 
    background: linear-gradient(to bottom,  rgba(243,244,245,1) 0%,rgba(243,244,245,0) 100%);*/ 

    padding-bottom: 20px;
    height: auto;
    z-index: 9999 !important;
  }

  body.thoughts .main-container .main {
    padding-top: 135px !important;
  }
}

.fade-in-image {
    -webkit-animation: 0.6s ease 0s normal forwards 1 fadein;
    animation: 0.6s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

  

