/* --- General --- */

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #404040;
  position: relative;
  background: #fff;
  display: flex;
  flex-flow: column;
  height: 100vh;
}
.container[role=main] {
  margin-bottom:50px;
  flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
    .container[role=main] {
        margin-left: 0;
        margin-right: 0;
    }
}

p {
  line-height: 1.5;
  margin: 6px 0;
}
p + p {
    margin: 24px 0 6px 0;
}
p a {
  /* text-decoration: underline */
  color: #008AFF;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Optima Bold', sans-serif;
}
  h1 {color: #000;
      text-align: center;
      font-family: 'Optima Bold', sans-serif;
      font-size: 64px;
  }
  h2 {color: #000;
      text-align: center;
      font-family: 'Optima Bold', sans-serif;
      font-size: 32px;
  }
  h3 {color: #000;
      text-align: center;
      font-family: Helvetica, sans-serif;
      font-size: 28px;
  }
  p {color: #000;
     text-align: center;
     font-family: Helvetica, sans-serif;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


a {
  color: #008AFF;
}
a:hover,
a:focus {
  color: #0085a1;
}
blockquote {
  color: #808080;
  font-style: italic;
}
blockquote p:first-child {
  margin-top: 0;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: inherit;
  border-radius: 3px;
}

.main-content {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .main-content {
    padding-top: 130px;
  }
}

.main-explain-area {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*padding: 15px inherit;*/
  padding: 15px;
}

.hideme {
  display: none;
}

div.panel-body a.list-group-item {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  border-radius: 0;
  border: none;
  font-size: 16px;
}
div.panel-group .panel {
    border-radius: 0;
}
div.panel-group .panel+.panel {
    margin-top: 0;
}

div.panel-body a.list-group-item.view-all {
  font-weight: 600;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.img-title {
  width: 100%;
}

.disqus-comments {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .disqus-comments {
    margin-top: 40px;
  }
}



/*=================================================================
  BLOG Post Blocks
==================================================================*/

blockquote {
  border-left: 5px solid #00aeef;
  /*font-style: italic;*/
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.post-block {
  position: relative;
  height: 97%;
  background-color: #3871c2;
  margin-bottom: 10px;
}

.post-block .content {
  padding: 20px;
  border-top: 1rem solid #f68712;
}

.post-block .content p {
  color: #fff;
  font-size: 16px;
}

.post-block .content a {
  color: #fff;
}

.post-block .content h4 {
  color: #fff;
  margin: 0px;
  /*font-size: 18px;*/
  line-height: 1.5;
}

.post-block .content h4 a:hover {
  /*color: #f68712;*/
}

.post-block .content-author a {
  color: #25408f;
}
.post-block .content-author h3 {
  color: #25408f;
}
.post-block .content-author h3 a:hover {
  color: #00aeef;
}

.btn {
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
  transition: all .2s ease-in 0s;
}

.btn:focus {
  color: #fff;
}

.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn-transparent {
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: -10px;
}

.btn-transparent:hover,
.btn-transparent:focus {
  background-color: #f68712;
  border: 1px solid transparent;
  color: #fff;
  font-color: #fff;
}

.post-block .content .post-block-btn {
  text-align: right;
  border: 0;
}

.post-block .content .post-block-btn a {
  color: #fff;
}
.post-block .content a:hover {
  color: #fff;
}

.blog-slider .slick-prev, .slick-next {
  background-color: transparent;
  border: 0px solid transparent;
  color: #000;
  font-size: 40px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.blog-slider .slick-prev {
  width: 80px;
  outline: none;
}

.blog-slider .slick-next {
  width: 80px;
  outline: none;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  border: 1px solid #f68712;
  background-color: #f68712;
  height: 15px;
  width: 15px;
  margin: 7px;
  opacity: 0.3;
  border-radius: 50%;
  display: inline-block;
}

.carousel-indicators li button {
  display: none !important;
}
.carousel-indicators li.slick-active {
  opacity: 1;
}


.arrow {
  border: solid #00aeef;
  border-width: 0 6px 6px 0;
  padding: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/*=================================================================
  Accordion / Expand shortcode
==================================================================*/

#accordion {
  background-color: #fff;
  padding: 20px;
  border: none;
  outline: none;
}

#accordion .card-header {
  background-color: #fff;
  padding: 10px;
  border: none;
  outline: none;
}

#accordion .card-body {
  background-color: #fff;
}

#accordion .accord {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight: bold;
  border: 1px solid #d6d6d6;
}

#accordion [data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
#accordion [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

#accordion .if-collapsed, .if-not-collapsed {
  font-size: 14px; color: #777; float: right; margin-left: 5px; padding: 5px 0;
}

/* --- Navbar --- */

.navbar-custom {
  background: #F5F5F5;
  border-bottom: 1px solid #EAEAEA;
  font-family: 'Optima Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.navbar-custom .nav .navlinks-children a {
  font-size: 15px;
  text-transform: none;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav li a {
  font-weight: 800;
  color: #404040;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus ,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #0085a1;
}

.navbar-custom .navbar-brand-logo {
  padding-top: 0;
  -webkit-transition: padding .5s ease-in-out;
  -moz-transition: padding .5s ease-in-out;
  transition: padding .5s ease-in-out;
}
.navbar-custom .navbar-brand-logo img {
  height: 50px;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}
.navbar-custom.top-nav-short .navbar-brand-logo {
  padding-top: 5px;
}
.navbar-custom.top-nav-short .navbar-brand-logo img {
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .navbar-custom {
    padding: 8px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .navbar-custom.top-nav-short {
    padding: 0;
  }
}

.navbar-custom .avatar-container {
  opacity: 1;
  visibility: visible;
  position: absolute;
  -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
  left: 14%;
  margin-top: -25px;
  width: 85px;
  min-width: 85px;
}

.navbar-custom .avatar-container .avatar-img-border {
  width: 100%;
  border-radius: 10%;
  margin-left: -50%;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.navbar-custom .avatar-container  .avatar-img {
  width: 100%;
  border-radius: 10%;
  display: block;
}

.navbar-custom.top-nav-short .avatar-container{
  opacity: 0;
  visibility: hidden;
}

.navbar-custom.top-nav-expanded .avatar-container  {
  display: none;
}

.navbar-custom .avatar-container {
    width: 0px;
    min-width: 0px;
  }

@media only screen and (min-width: 768px) {
  .navbar-custom .navbar-brand {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .navbar-custom .avatar-container {
    width: 12%;
    left:  9%;
    min-width: 140px;
    margin-top: -40px;
  }

  .navbar-custom .avatar-container  .avatar-img-border {
    width: 120%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
  }

  .navbar-custom .avatar-container  .avatar-img {
    width: 100%;
  }
}

/* Multi-level navigation links */
.navbar-custom .nav .navlinks-container {
  min-width: 146px;
  position: relative;
}
/*.navbar-custom .nav .navlinks-parent:after {
  content: "\25BC";
} BUG -> FIXED! */
.navbar-custom .nav .navlinks-children {
  width: 100%;
  display: none;
  word-break: break-word;
}
.navbar-custom .nav .navlinks-container .navlinks-children a {
  display: block;
  padding: 10px;
  padding-left: 30px;
  background: #f5f5f5;
  text-decoration: none !important;
  border-width: 0 1px 1px 1px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .nav .navlinks-container.show-children {
    background: #eee;
  }
  .navbar-custom .nav .navlinks-container.show-children .navlinks-children {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-custom .nav .navlinks-container {
    text-align: center;
  }
  .navbar-custom .nav .navlinks-container:hover {
    background: #eee;
  }
  .navbar-custom .nav .navlinks-container:hover .navlinks-children {
    display: block;
  }
  .navbar-custom .nav .navlinks-children {
    position: absolute;
  }
  .navbar-custom .nav .navlinks-container .navlinks-children a {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #eaeaea;
    border-width: 0 1px 1px;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-title {
  color: #000;
  display: block;
  margin: 0 0 0 0px;
  text-decoration: none !important;
  font-size: 24px;
  display: block;
  font-family: 'Optima Bold', sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

/* --- Sponsor logos --- */

.sponsor-logo {
  transition: box-shadow .1s;
  border-radius: 10px;
  /*border: 1px solid rgba(33,33,33,.3);*/
  height: 200px;
  width: 100%;
}

.platinum .sponsor-logo:hover,
.platinum .sponsor-logo:focus {
  border: 1px solid #E5E4E2;
  box-shadow: 0 0 11px #E5E4E2;
}

.gold .sponsor-logo:hover,
.gold .sponsor-logo:focus {
  border: 1px solid #FFD700;
  box-shadow: 0 0 11px #FFD700;
}

/* --- Footer --- */

footer {
  padding: 30px 0;
  background: #F5F5F5;
  border-top: 1px #EAEAEA solid;
  margin-top: auto;
  font-size: 14px;
}

footer a {
  color: #404040;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 0;
}
footer .theme-by {
  text-align: center;
  margin: 10px 0 0;
}

footer img {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  footer .footer-links {
    font-size: 18px;
  }
  footer .copyright {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  footer img {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  footer img {
    padding: 5px;
  }
}

/* --- Post preview --- */

.post-preview {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .post-preview {
    padding: 35px 0;
  }
}

.post-preview:last-child {
  border-bottom: 0;
}

.post-preview a {
  text-decoration: none;
  color: #404040;
}

.post-preview a:focus,
.post-preview a:hover {
  text-decoration: none;
  color: #0085a1;
}

.post-preview .post-title {
  font-size: 30px;
  margin-top: 0;
}
.post-preview .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview .post-meta,
.post-heading .post-meta,
.page-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 10px;
}
.page-meta {
  align-self: center;
}
.post-preview .post-meta a,
.post-heading .post-meta a,
.page-meta a {
  color: #404040;
  text-decoration: none;
}
.post-preview .post-entry {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.post-entry-container {
  display: inline-block;
  width: 100%;
}
.post-entry {
  width: 100%;
  margin-top: 10px;
}
.post-image {
  float: right;
  height: 192px;
  width: 192px;
  margin-top: -35px;
  filter: grayscale(90%);
}
.post-image:hover {
  filter: grayscale(0%);
}
.post-image img {
  border-radius: 100px;
  height: 192px;
  width: 192px;
}
.post-preview .post-read-more {
  font-weight: 800;
  float: right;
}

@media only screen and (min-width: 768px) {
  .post-preview .post-title {
    font-size: 36px;
  }
}

/* --- Tags --- */

.blog-tags {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-tags:before {
  content: "Tags: ";
}

.blog-tags a {
  color: #008AFF;
  text-decoration: none;
  padding: 0px 5px;
}

.blog-tags a:before {
  content: "#";
}

.blog-tags a:hover {
  border-radius: 2px;
  color: #008AFF;
  background-color: #CCC;
}

.post-preview .blog-tags {
  margin-top: 5px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .post-preview .blog-tags {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .post-image, .post-image img {
    height: 100px;
    width: 100px;
  }

  .post-image {
    width: 100%;
    text-align: center;
    margin-top: 0;
    float: left;
  }
}
/* --- Post and page headers --- */

.intro-header {
  margin: 80px 0 20px;
  position: relative;
}
.intro-header.big-img {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-top: 51px; /* The small navbar is 50px tall + 1px border */
  margin-bottom: 35px;
  top: -20px;
  /*margin-top: 0px;    ### The small navbar is 50px tall + 1px border
  margin-bottom: 0px;
  top: 0px;*/
  min-height: 700px;
}

.intro-header.big-img  .big-img-transition {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.intro-header .page-heading,
.intro-header .tags-heading,
.intro-header .categories-heading {
  text-align: center;
}
.intro-header.big-img .page-heading,
.intro-header.big-img .post-heading {
  padding: 100px 0 100px 0;
  color: #000;
}
.intro-header .page-heading h1,
.intro-header .tags-heading h1,
.intro-header .categories-heading h1 {
  margin-top: -30px;
  font-size: 70px;
}
.intro-header .post-heading h1 {
  margin-top: 0;
  font-size: 36px;
}
.intro-header .page-subheading {
  font-size: 22px;
}

.intro-header .page-heading .page-subheading,
.intro-header .post-heading .post-subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Optima Bold', sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
  margin-top: 30px;
}
.intro-header .post-heading .post-subheading {
  margin-bottom: 20px;
}
.intro-header.big-img .page-heading .page-subheading,
.intro-header.big-img .post-heading .post-subheading {
  font-weight: 400;
}
.intro-header.big-img .page-heading hr {
  box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
}
.intro-header.big-img .post-heading .post-meta {
  color: #EEE;
}
.intro-header.big-img .img-desc {
  background: rgba(30, 30, 30, 0.6);
  position: absolute;
  padding: 5px 10px;
  font-size: 11px;
  color: #EEE;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  right: 0;
  bottom: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-header {
    margin-top: 130px;
  }
  .intro-header.big-img {
    margin-top: 91px;  /* Full navbar is small navbar + 20px padding on each side when expanded */
  }

  .intro-header.big-img .page-heading,
  .intro-header.big-img .post-heading  {
    padding: 150px 0 100px 0;
      margin-top: -30px;
  }
  .intro-header .page-heading h1,
  .intro-header .tags-heading h1,
  .intro-header .categories-heading h1 {
    font-size: 80px;
    white-space: nowrap;
  }

  .intro-header .page-subheading {
    font-size: 24px;
  }
  .intro-header .page-heading .page-subheading {
    font-size: 32px;
     margin-top: -10px;
  }
  .intro-header .post-heading h1 {
    font-size: 50px;
  }
  .intro-header.big-img .img-desc {
    font-size: 14px;
  }
}

.header-section.has-img .no-img {
  margin-top: 0;
  background: #FCFCFC;
  margin: 0 0 40px;
  padding: 20px 0;
  box-shadow: 0 0 5px #AAA;
}
/* Many phones are 320 or 360px, so make sure images are a proper aspect ratio in those cases */
.header-section.has-img .intro-header.no-img {
  display: none;
}


@media only screen and (min-width: 768px) {
  .header-section .small-img {
    display: none;
  }

  .intro-header .page-heading h1,
  .intro-header .post-heading h1  {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .header-section.has-img .intro-header.no-img {
    display: block;
  }
  .intro-header.big-img {
    display: none;
    width: 100%;
  }
  .intro-header .page-heading h1,
  .intro-header .post-heading h1 {
    margin-top: -40px;
    font-size: 55px;
  }


@media only screen and (max-width: 400px) {
  .header-section.has-img .intro-header.no-img {
    display: block;
  }
  .intro-header.big-img {
    display: none;
    width: 100%;
    /*height: 220px;*/
  }
  .intro-header .page-heading,
  .intro-header .post-heading {
    margin-top: 20px;
    margin-top: -23px;
  }
  .intro-header .page-heading h1,
  .intro-header .post-heading h1  {
    margin-top: -30px;
    font-size: 45px;
  }
  .intro-header .page-subheading h2 span,
  .intro-header .post-subheading h2 span  {
    font-size: 40px;

  }
  .header-section.has-img .big-img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 325px) {
  .intro-header.big-img {
    height: 200px;
  }
}


@media only screen and (min-width: 2100px) {
  .intro-header.big-img {
    min-height: 650px;  /* Full navbar is small navbar + 20px padding on each side when expanded */
  }
}
@media only screen and (min-width: 2400px) {
  .intro-header.big-img {
    height: 700px;  /* Full navbar is small navbar + 20px padding on each side when expanded */
  }
}
@media only screen and (min-width: 2700px) {
  .intro-header.big-img {
    min-height: 750px;  /* Full navbar is small navbar + 20px padding on each side when expanded */
  }
}
@media only screen and (min-width: 3000px) {
  .intro-header.big-img {
    min-height: 800px;  /* Full navbar is small navbar + 20px padding on each side when expanded */
  }
}


.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* --- Pager --- */

.pager li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background: #FFF;
  border-radius: 0;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .pager li a {
    padding: 15px 25px;
  }
}
.pager li a:hover,
.pager li a:focus {
  color: #FFF;
  background: #0085a1;
  border: 1px solid #0085a1;
}

.pager {
  margin: 10px 0 0;
}

.pager.blog-pager {
  margin-top:10px;
}

h4.panel-title > span.badge {
    float: right;
}

@media only screen and (min-width: 768px) {
  .pager.blog-pager  {
    margin-top: 40px;
  }
}

/* --- Tables --- */

table {
  padding: 0;
}
table tr {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
table tr th :first-child,
table tr td :first-child {
  margin-top: 0;
}
table tr th :last-child,
table tr td :last-child {
  margin-bottom: 0;
}

table, tr, td, th{
    padding: 0 20 5 20px;
    margin: auto;
    border: none;
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 18px;
}
.tdr {
    text-align: right;
}
.tdl {
    text-align: left;
}

/* --- Social media sharing section --- */

#social-share-section {
  margin-bottom: 30px;
}

/* --- Google Custom Search Engine Popup --- */
#modalSearch table tr, #modalSearch table tr td, #modalSearch table tr th {
  border:none;
}
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after,  .gsc-inline-block {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}

/* IPython split style */
div.splitbox {width:100%; overflow:auto;}

div.splitbox div.left {
               width:48%;
               float:left;}
div.splitbox div.right {
               width:48%;
               float:right;}

@media only screen and (max-width: 600px) {
div.splitbox div.left {
               width:100%;
               float:left;}
div.splitbox div.right {
               width:100%;
               float:left;}
}

/* Delayed Disqus */
.disqus-comments button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background: #FFF;
  border-radius: 0;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .disqus-comments button {
    padding: 15px 25px;
  }
}
.disqus-comments button:hover, 
.disqus-comments button:focus {
  color: #FFF;
  background: #0085a1;
  border: 1px solid #0085a1;
}

/* Related posts */
h4.see-also {
  margin-top: 20px;
}

/* Sharing */
 ul.share {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
 ul.share li {
  display: inline-flex;
  margin-right: 5px;
}
 ul.share li:last-of-type {
  margin-right: 0;
}
 ul.share li .fab {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 150ms ease-in-out;
  color: #fff;
}
 ul.share li a {
  background-color: #b5c6ce;
  display: block;
  border-radius: 50%;
  text-decoration: none !important;
  margin: 0;
}
 ul.share li:hover .fab {
  transform: scale(1.4)
}

