html,
body {
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
strong,
b {
  font-weight: 700;
}
cite {
  font-style: normal;
  color: #999999;
}
a:link,
a:visited {
  color: #3333ff;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  font-family: 'Source Sans 3', sans-serif;
}
.entry-header h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .entry-header h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .entry-header h1 {
    font-size: 44px;
  }
}
.entry-header h1.archive-title {
  color: #5ADB58;
  font-size: 18px;
  font-weight: 400;
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  .entry-header h1.archive-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .entry-header h1.archive-title {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
body.single .entry-meta {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  body.single .entry-meta {
    margin-bottom: 2em;
  }
}
body.single .entry-meta .entry-date {
  color: #999999;
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
}
body.single .entry-thumbnail {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  body.single .entry-thumbnail {
    margin-bottom: 2em;
  }
}
.cta-btn,
input[type="submit"] {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.6em 1.3em;
  background-color: #111111;
  font-weight: 700;
  text-decoration: none;
  border-radius: 24px;
  color: white;
}
.cta-btn:link,
input[type="submit"]:link,
.cta-btn:visited,
input[type="submit"]:visited {
  color: white;
}
.cta-btn:hover,
input[type="submit"]:hover,
.cta-btn:focus,
input[type="submit"]:focus {
  text-decoration: none;
}
.cta-btn i,
input[type="submit"] i {
  padding-left: 0.35em;
}
.cta-btn-green {
  background-color: #5ADB58;
  color: #111111 !important;
}
.cta-btn-green:hover,
.cta-btn-green:focus {
  background-color: #111111;
  color: white !important ;
}
.cta-btn-blue {
  background-color: #3333ff;
}
.cta-btn-blue:hover,
.cta-btn-blue:focus {
  background-color: #111111;
  color: white !important ;
}
.has-icon {
  padding-right: 1em;
}
.container {
  max-width: 1024px;
  padding: 0 30px;
}
.container-content {
  padding: 1em 30px;
}
@media only screen and (min-width: 768px) {
  .container-content {
    padding: 1em 30px;
  }
}
@media only screen and (min-width: 992px) {
  .container-content {
    padding: 2em 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-content {
    padding: 3em 30px;
  }
}
#masthead {
  background-color: white;
}
#search-form {
  display: none;
  box-sizing: border-box;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) {
  #search-form {
    display: block;
    margin: 1em 0;
  }
}
#search-form::after {
  content: "";
  clear: both;
  display: table;
}
#search-form input,
#search-form button.search-btn {
  border-style: solid;
  border-color: #666666;
}
#search-form input#search {
  padding: 0.25em 0.75em;
  font-size: 14px;
  border: 1px solid #999999;
  border-right: none;
  border-radius: 20px 0 0 20px;
  float: left;
  background: white;
}
@media only screen and (min-width: 768px) {
  #search-form input#search {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #search-form input#search {
    font-size: 18px;
  }
}
#search-form button.search-btn {
  float: left;
  width: 48px;
  padding: 0.25em;
  background: white;
  color: #666666;
  font-size: 14px;
  border: 1px solid #999999;
  border-left: none;
  border-radius: 0 24px 24px 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #search-form button.search-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #search-form button.search-btn {
    font-size: 18px;
  }
}
ul#menu-main-menu {
  display: table;
  margin: 1em auto 1em auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  ul#menu-main-menu {
    display: block;
    margin: 0;
  }
}
ul#menu-main-menu li.menu-item {
  display: inline-block;
  font-size: 14px;
  padding: 0 0.35em;
}
@media only screen and (min-width: 768px) {
  ul#menu-main-menu li.menu-item {
    font-size: 16px;
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  ul#menu-main-menu li.menu-item {
    font-size: 18px;
    padding: 0 0.75em;
  }
}
ul#menu-main-menu li.menu-item a {
  text-decoration: none;
  color: #111111;
}
ul#menu-main-menu li.menu-item.current-menu-item a {
  border-bottom: 2px solid #5ADB58;
}
ul#menu-main-menu li#menu-item-350 {
  padding-right: 0;
}
ul#menu-main-menu li#menu-item-350 a {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.6em 1.3em;
  background-color: #111111;
  font-weight: 700;
  text-decoration: none;
  border-radius: 24px;
  background-color: #5ADB58;
  color: #111111 !important;
  padding: 0.4em 1em;
}
ul#menu-main-menu li#menu-item-350 a:link,
ul#menu-main-menu li#menu-item-350 a:visited {
  color: white;
}
ul#menu-main-menu li#menu-item-350 a:hover,
ul#menu-main-menu li#menu-item-350 a:focus {
  text-decoration: none;
}
ul#menu-main-menu li#menu-item-350 a i {
  padding-left: 0.35em;
}
ul#menu-main-menu li#menu-item-350 a:hover,
ul#menu-main-menu li#menu-item-350 a:focus {
  background-color: #3333ff;
  color: white !important ;
}
#branding {
  background-color: #f5f7ff;
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  #branding {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 992px) {
  #branding {
    padding: 2.5em 0;
  }
}
#branding .site-logo {
  padding-top: 1.25em;
  max-width: 175px;
}
@media only screen and (min-width: 768px) {
  #branding .site-logo {
    max-width: 225px;
    padding-top: 2em;
  }
}
@media only screen and (min-width: 992px) {
  #branding .site-logo {
    max-width: 275px;
    padding-top: 2.85em;
  }
}
#branding .avatar {
  border-radius: 50%;
  max-width: 85px;
  float: right;
}
@media only screen and (min-width: 576px) {
  #branding .avatar {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #branding .avatar {
    max-width: 125px;
  }
}
@media only screen and (min-width: 992px) {
  #branding .avatar {
    max-width: 155px;
  }
}
#front-cta-1,
#front-cta-2,
#front-cta-3 {
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) {
  #front-cta-1,
  #front-cta-2,
  #front-cta-3 {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-1,
  #front-cta-2,
  #front-cta-3 {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1200px) {
  #front-cta-1,
  #front-cta-2,
  #front-cta-3 {
    padding: 4em 0;
  }
}
#front-cta-1 .textwidget h1,
#front-cta-2 .textwidget h1,
#front-cta-3 .textwidget h1,
#front-cta-1 .textwidget h2,
#front-cta-2 .textwidget h2,
#front-cta-3 .textwidget h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media only screen and (min-width: 576px) {
  #front-cta-1 .textwidget h1,
  #front-cta-2 .textwidget h1,
  #front-cta-3 .textwidget h1,
  #front-cta-1 .textwidget h2,
  #front-cta-2 .textwidget h2,
  #front-cta-3 .textwidget h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-1 .textwidget h1,
  #front-cta-2 .textwidget h1,
  #front-cta-3 .textwidget h1,
  #front-cta-1 .textwidget h2,
  #front-cta-2 .textwidget h2,
  #front-cta-3 .textwidget h2 {
    font-size: 48px;
  }
}
#front-cta-1 .textwidget ul,
#front-cta-2 .textwidget ul,
#front-cta-3 .textwidget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget ul,
  #front-cta-2 .textwidget ul,
  #front-cta-3 .textwidget ul {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-1 .textwidget ul,
  #front-cta-2 .textwidget ul,
  #front-cta-3 .textwidget ul {
    padding-left: 3em;
  }
}
#front-cta-1 .textwidget ul li,
#front-cta-2 .textwidget ul li,
#front-cta-3 .textwidget ul li {
  font-size: 18px;
  margin-bottom: 0.5em;
  display: flex;
}
@media only screen and (min-width: 576px) {
  #front-cta-1 .textwidget ul li,
  #front-cta-2 .textwidget ul li,
  #front-cta-3 .textwidget ul li {
    font-size: 20px;
    margin-bottom: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget ul li,
  #front-cta-2 .textwidget ul li,
  #front-cta-3 .textwidget ul li {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-1 .textwidget ul li,
  #front-cta-2 .textwidget ul li,
  #front-cta-3 .textwidget ul li {
    font-size: 30px;
    margin-bottom: 1em;
  }
}
#front-cta-1 .textwidget ul li i,
#front-cta-2 .textwidget ul li i,
#front-cta-3 .textwidget ul li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #5ADB58;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 576px) {
  #front-cta-1 .textwidget ul li i,
  #front-cta-2 .textwidget ul li i,
  #front-cta-3 .textwidget ul li i {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget ul li i,
  #front-cta-2 .textwidget ul li i,
  #front-cta-3 .textwidget ul li i {
    border-radius: unset;
    width: 60px;
    height: 60px;
    margin-right: 1em;
    background: none;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-1 .textwidget ul li i,
  #front-cta-2 .textwidget ul li i,
  #front-cta-3 .textwidget ul li i {
    width: 90px;
    height: 80px;
  }
}
#front-cta-1 .textwidget .cta-btn,
#front-cta-2 .textwidget .cta-btn,
#front-cta-3 .textwidget .cta-btn {
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  #front-cta-1 .textwidget .cta-btn,
  #front-cta-2 .textwidget .cta-btn,
  #front-cta-3 .textwidget .cta-btn {
    font-size: 20px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget .cta-btn,
  #front-cta-2 .textwidget .cta-btn,
  #front-cta-3 .textwidget .cta-btn {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-1 .textwidget .cta-btn,
  #front-cta-2 .textwidget .cta-btn,
  #front-cta-3 .textwidget .cta-btn {
    font-size: 24px;
    border-radius: 34px;
  }
}
#front-cta-1 .textwidget ul li.icon i {
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget ul li.icon.icon-list-1 i {
    background-image: url(../images/icon-screen-mobile.svg);
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget ul li.icon.icon-list-2 i {
    background-image: url(../images/icon-stickman-code.svg);
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-1 .textwidget ul li.icon.icon-list-3 i {
    background-image: url(../images/icon-eyeglass-insect.svg);
  }
}
#front-cta-1 .textwidget .cta-btn {
  background-color: #3333ff;
  color: white;
}
#front-cta-1 .textwidget .cta-btn:hover,
#front-cta-1 .textwidget .cta-btn:focus {
  background-color: #111111;
}
#front-cta-2 {
  background-color: #f5f1ed;
}
@media only screen and (min-width: 768px) {
  #front-cta-2 .container {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-2 .widget {
    flex: 50%;
  }
}
#front-cta-2 .widget img {
  margin-bottom: 1em;
}
#front-cta-2 .widget blockquote {
  margin-bottom: 1.5em;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 300;
  font-size: 20px;
  background: url(../images/double-quote.svg) no-repeat left top;
  padding-left: 46px;
}
@media only screen and (min-width: 576px) {
  #front-cta-2 .widget blockquote {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #front-cta-2 .widget blockquote {
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.4;
  }
}
#front-cta-2 .widget blockquote p {
  margin-bottom: 0.25em;
}
#front-cta-2 .widget blockquote cite {
  font-size: 16px;
}
#front-cta-2 .widget .cta-btn {
  margin-left: 46px;
  background-color: #5ADB58;
  color: #111111;
}
#front-cta-2 .widget .cta-btn:hover,
#front-cta-2 .widget .cta-btn:focus {
  background-color: #111111;
  color: white;
}
#front-cta-3 {
  background-color: white;
}
#front-cta-3 .textwidget ul li.icon i {
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  #front-cta-3 .textwidget ul li.icon.icon-list-1 i {
    background-image: url(../images/icon-lightbulb-head.svg);
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-3 .textwidget ul li.icon.icon-list-2 i {
    background-image: url(../images/icon-screen-screwdriver.svg);
  }
}
@media only screen and (min-width: 768px) {
  #front-cta-3 .textwidget ul li.icon.icon-list-3 i {
    background-image: url(../images/icon-stickman-admin.svg);
  }
}
#front-cta-3 .textwidget .cta-btn {
  background-color: #3333ff;
}
#front-cta-3 .textwidget .cta-btn:hover,
#front-cta-3 .textwidget .cta-btn:focus {
  background-color: #111111;
  color: white;
}
.landing-panel {
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) {
  .landing-panel {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-panel {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-panel {
    padding: 4em 0;
  }
}
.landing-panel .custom-fields h1,
.landing-panel .custom-fields h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media only screen and (min-width: 576px) {
  .landing-panel .custom-fields h1,
  .landing-panel .custom-fields h2 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) {
  .landing-panel .custom-fields h1,
  .landing-panel .custom-fields h2 {
    font-size: 48px;
  }
}
.landing-panel .custom-fields h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .landing-panel .custom-fields h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-panel .custom-fields h3 {
    font-size: 36px;
  }
}
.landing-panel .custom-fields .cta-btn {
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .landing-panel .custom-fields .cta-btn {
    font-size: 20px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-panel .custom-fields .cta-btn {
    font-size: 24px;
    border-radius: 34px;
  }
}
#landing-header .custom-fields h2 {
  margin-bottom: 0.25em;
}
#landing-header .custom-fields .sub-heading {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  #landing-header .custom-fields .sub-heading {
    font-size: 16px;
  }
}
#landing-bullets .custom-fields h3 {
  font-size: 24px;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 992px) {
  #landing-bullets .custom-fields h3 {
    font-size: 30px;
  }
}
#landing-bullets .custom-fields ul.lpb-bullets {
  list-style: none;
  padding: 0;
}
#landing-bullets .custom-fields ul.lpb-bullets li {
  font-size: 14px;
  background-image: url(../images/bluestar-small.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
}
@media only screen and (min-width: 768px) {
  #landing-bullets .custom-fields ul.lpb-bullets li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #landing-bullets .custom-fields ul.lpb-bullets li {
    font-size: 18px;
  }
  #landing-bullets .custom-fields ul.lpb-bullets li.last-item {
    padding-bottom: 0;
  }
}
#landing-story .custom-fields .story {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #landing-story .custom-fields .story {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #landing-story .custom-fields .story {
    font-size: 18px;
    padding-left: 20px;
  }
}
#archive-content article {
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  #archive-content article {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  #archive-content article {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
#archive-content article .post-teaser {
  text-decoration: none;
  color: #111111;
}
#archive-content article .post-teaser .entry-header h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
#archive-content article .post-teaser .entry-header h2:hover,
#archive-content article .post-teaser .entry-header h2:focus {
  color: #3333ff;
}
#archive-content article .post-teaser .entry-header .byline {
  color: #666666;
}
#archive-content article .post-teaser .entry-thumbnail {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  #archive-content article .post-teaser .entry-thumbnail {
    margin-bottom: 1.25em;
  }
}
#archive-content article .post-teaser .entry-content {
  font-size: 16px;
  margin-top: 1em;
}
#archive-content .archive-pagination {
  text-align: center;
}
#archive-content .archive-pagination span,
#archive-content .archive-pagination a {
  display: inline-block;
  font-weight: 700;
  margin: 1em 8px 1em 8px;
}
@media only screen and (min-width: 992px) {
  #archive-content .archive-pagination span,
  #archive-content .archive-pagination a {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  #archive-content .archive-pagination span,
  #archive-content .archive-pagination a {
    margin-top: 2em;
  }
}
#archive-content .archive-pagination .current {
  background-color: #111111;
  border-radius: 16px;
  padding: 0 0.5em;
  color: white;
}
body.page article .entry-excerpt,
body.single article .entry-excerpt {
  color: #666666;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  body.page article .entry-excerpt,
  body.single article .entry-excerpt {
    font-size: 24px;
  }
}
body.page article .entry-thumbnail,
body.single article .entry-thumbnail {
  margin: 2em 0;
}
@media only screen and (min-width: 992px) {
  body.page article .entry-thumbnail,
  body.single article .entry-thumbnail {
    margin: 2.25em 0;
  }
}
body.page article .entry-content h1,
body.single article .entry-content h1,
body.page article .entry-content h2,
body.single article .entry-content h2,
body.page article .entry-content h3,
body.single article .entry-content h3,
body.page article .entry-content h4,
body.single article .entry-content h4,
body.page article .entry-content h5,
body.single article .entry-content h5,
body.page article .entry-content h6,
body.single article .entry-content h6 {
  font-weight: 700;
  margin: 1em 0;
}
body.page article .entry-content p,
body.single article .entry-content p,
body.page article .entry-content li,
body.single article .entry-content li {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  body.page article .entry-content p,
  body.single article .entry-content p,
  body.page article .entry-content li,
  body.single article .entry-content li {
    font-size: 17px;
  }
}
body.page article .entry-content p,
body.single article .entry-content p,
body.page article .entry-content ul,
body.single article .entry-content ul {
  margin: 1.5em 0;
}
body.page article .entry-content p img,
body.single article .entry-content p img,
body.page article .entry-content ul img,
body.single article .entry-content ul img {
  margin: 0.5em 0;
}
@media only screen and (min-width: 992px) {
  body.page article .entry-content p img,
  body.single article .entry-content p img,
  body.page article .entry-content ul img,
  body.single article .entry-content ul img {
    margin: 0.75em 0;
  }
}
body.page article .entry-content ul,
body.single article .entry-content ul,
body.page article .entry-content ol,
body.single article .entry-content ol {
  list-style: none;
  padding: 0;
  padding-left: 16px;
}
body.page article .entry-content ul,
body.single article .entry-content ul {
  background-color: #f5f7ff;
  padding: 1.25em 1em;
}
body.page article .entry-content ul li,
body.single article .entry-content ul li {
  margin: 0 1em 0 1.75em;
  padding-bottom: 0.25em;
}
body.page article .entry-content ul li::before,
body.single article .entry-content ul li::before {
  color: #5ADB58;
  content: "\25BA";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
body.page article .entry-content ol,
body.single article .entry-content ol {
  padding: 0;
  list-style-type: decimal !ie;
  counter-reset: li-counter;
}
body.page article .entry-content ol > li,
body.single article .entry-content ol > li {
  display: flex;
}
body.page article .entry-content ol > li:before,
body.single article .entry-content ol > li:before {
  font-weight: 700;
  content: counter(li-counter);
  counter-increment: li-counter;
  padding-right: 8px;
}
body.page article .entry-content blockquote,
body.single article .entry-content blockquote {
  color: #111111;
  border-left: 4px solid #5ADB58;
  font-family: 'Source Sans 3', sans-serif;
  padding-left: 0.75em;
}
body.page article .entry-content blockquote p,
body.single article .entry-content blockquote p {
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  body.page article .entry-content blockquote p,
  body.single article .entry-content blockquote p {
    font-size: 24px;
  }
}
body.page article .entry-content .wp-caption,
body.single article .entry-content .wp-caption {
  width: 100% !important ;
  margin: 2em 0;
}
body.page article .entry-content .wp-caption .wp-caption-text,
body.single article .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0;
  margin-top: 0.75em;
  padding-left: 0.5em;
  color: #666666;
  border-left: 2px solid #3333ff;
  font-size: 14px;
}
body.page article .entry-content .pullout-para,
body.single article .entry-content .pullout-para {
  margin: 0;
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page article .entry-content .pullout-para,
  body.single article .entry-content .pullout-para {
    font-size: 20px;
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 992px) {
  body.page article .entry-content .pullout-para,
  body.single article .entry-content .pullout-para {
    font-size: 24px;
  }
}
.post-tags {
  margin: 30px 0;
}
.post-tags a {
  display: inline-block;
  background-color: #eeeeee;
  font-size: 14px;
  color: #111111;
  border-radius: 24px;
  padding: 0.25em 1em;
  margin-top: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .post-tags a {
    font-size: 16px;
  }
}
#sidebar-blog {
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  margin-top: 1.5em;
}
@media only screen and (min-width: 992px) {
  #sidebar-blog {
    border: none;
    padding: 0;
    margin: 0;
  }
}
#sidebar-blog .avatar {
  border-radius: 50%;
  max-width: 100px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #sidebar-blog .avatar {
    margin: 0;
  }
}
#sidebar-blog .widget {
  margin: 2em 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #sidebar-blog .widget {
    margin: 0;
    text-align: left;
  }
}
#sidebar-blog .widget .widget-title {
  font-weight: 700;
  margin-bottom: 0.75em;
  font-size: 24px;
}
#sidebar-blog .widget-author .textwidget {
  font-size: 18px;
  max-width: 420px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #sidebar-blog .widget-author .textwidget {
    font-size: 16px;
  }
}
#sidebar-blog .widget-author .textwidget a {
  color: white;
  display: inline-block;
  background-color: #3333ff;
  font-weight: 700;
  padding: 0.5em 1.25em;
  border-radius: 32px;
  margin-top: 0.25em;
  font-size: 18px;
}
#sidebar-blog .widget-author .textwidget a i {
  padding-right: 6px;
}
#sidebar-blog .widget-author .textwidget a:hover,
#sidebar-blog .widget-author .textwidget a:focus {
  text-decoration: none;
  background-color: #111111;
}
@media only screen and (min-width: 992px) {
  #sidebar-blog .widget-tags {
    border-top: 1px solid #cccccc;
    padding-top: 2em;
  }
}
#footer {
  padding: 2em 0;
  background-color: #111111;
  color: white;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 2.5em 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer {
    padding: 3.5em 0;
  }
}
@media only screen and (min-width: 1200px) {
  #footer {
    padding: 4.5em 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer-widget {
    margin-bottom: 2.5em;
  }
}
#footer-widget .widget {
  margin-bottom: 2em;
}
#footer-widget .widget .widget-title {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  #footer-widget .widget .widget-title {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  #footer-widget .widget .widget-title {
    margin-bottom: 0.75em;
  }
}
#footer-widget .widget ul {
  list-style: none;
  padding: 0;
}
#footer-widget .widget ul li {
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  #footer-widget .widget ul li {
    margin-bottom: 0.75em;
  }
}
#footer-widget .widget ul li i {
  padding-right: 6px;
}
#footer-widget .widget a:link,
#footer-widget .widget a:visited {
  color: #5ADB58;
}
#footer-widget .widget .widget-title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #footer-widget .widget-posts li {
    margin-bottom: 0.5em !important;
  }
}
@media only screen and (min-width: 992px) {
  #footer-widget .widget-posts li {
    font-size: 18px;
  }
}
#footer-widget .widget-posts li .post-date {
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
}
footer .site-info {
  margin-top: 1em;
  font-size: 14px;
  color: #999999;
}
@media only screen and (min-width: 576px) {
  footer .site-info {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  footer .site-info {
    text-align: center;
  }
}
footer .site-info a:link,
footer .site-info a:visited {
  color: #5ADB58;
}
