/*
Theme Name: Custom Template For BeyondChron
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.8+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.0
*/
/* ------------------------------------------- */
/* Vars
/* ------------------------------------------- */
/*Color*/
/*Break-Points*/
/*Spacing*/
/*Fonts*/
/*Font Sizes*/
/* ------------------------------------------- */
/* Mixins
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Utility
/* ------------------------------------------- */
.forcecrop-lg {
  height: 350px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .forcecrop-lg {
    height: 412px;
  }
}
@media screen and (min-width: 992px) {
  .forcecrop-lg {
    height: 445px;
  }
}
.forcecrop-lg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.forcecrop-md {
  height: 250px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .forcecrop-md {
    height: 277px;
  }
}
.forcecrop-md img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.forcecrop-sm {
  height: 195px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .forcecrop-sm {
    height: 203px;
  }
}
.forcecrop-sm img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.forcecrop-archive {
  height: 215px;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.forcecrop-archive img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ------------------------------------------- */
/* Page
/* ------------------------------------------- */
html {
  margin-top: 0 !important;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  overflow-x: hidden;
}

body .container-normal {
  padding-top: 30px;
}

.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

div.container.mainpage {
  padding: 25px 0;
}

/* ------------------------------------------- */
/* Bootstrap Override
/* ------------------------------------------- */
p {
  line-height: 1.5;
}

a {
  color: #347AB7;
  text-decoration: none;
}

p a,
.entry a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

#breadcrumbs {
  display: none;
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.addtoany_share_save_container {
  clear: none;
}

.wp-about-author-containter-none {
  margin: 0 !important;
}

#blog > div.post.col-xs-12.col-md-8 > div:nth-child(5) {
  display: none;
}

/* ------------------------------------------- */
/* Header Layout
/* ------------------------------------------- */
.header-wrapper {
  background-color: rgb(46, 69, 121);
  background-image: linear-gradient(to bottom, rgb(46, 69, 121) 0%, rgb(122, 145, 191) 100%);
  box-shadow: 0 2px 10px #888888;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    background-image: url(images/bg-header.png), linear-gradient(to bottom, rgb(46, 69, 121) 0%, rgb(122, 145, 191) 100%);
    background-position: -20% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-wrapper {
    background-position: -10% 0;
  }
}
@media screen and (min-width: desktop) {
  .header-wrapper {
    background-position: 0 0;
  }
}

@media screen and (min-width: 768px) {
  .header-row-container {
    align-items: center;
    display: flex;
  }
}

/* ------------------------------------------- */
/* Site logo
/* ------------------------------------------- */
.site-branding {
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .site-branding {
    flex: 2;
  }
}

.site-title {
  font-size: 1rem;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-title {
    padding-left: 35%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .site-title {
    padding-left: 30%;
  }
}
@media screen and (min-width: 1250px) {
  .site-title {
    padding-left: 40%;
  }
}
@media screen and (min-width: 1500px) {
  .site-title {
    padding-left: 20%;
  }
}
@media screen and (min-width: 1930px) {
  .site-title {
    padding-left: 0;
  }
}
.site-title img {
  height: auto;
  max-width: 100%;
}

/* ------------------------------------------- */
/* Header widgets
/* ------------------------------------------- */
@media screen and (min-width: 768px) {
  .top-widgetbar {
    display: flex;
    flex-direction: row-reverse;
    flex: 1;
    padding-left: 5%;
  }
}

#text-18 {
  display: none;
}
@media screen and (min-width: 768px) {
  #text-18 {
    display: block;
  }
}

#text-15.widget div.textwidget form label {
  width: 100%;
}

.search-wrap {
  margin: 0 auto;
  max-width: 300px;
}

.search-wrap .search-field {
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.search-field {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-color: #e6e6e6;
  border-right: 0 !important;
  border-style: solid;
  border-top-left-radius: 4px;
  border-width: 1px;
  box-sizing: border-box;
  color: #333;
  float: left;
  font-size: 12px;
  height: 100%;
  padding: 2px 10px;
  position: relative !important;
  vertical-align: bottom !important;
  width: 133px;
  width: calc(100% - 80px);
}

.search-submit {
  background: none repeat scroll 0% 0% rgb(47, 70, 122);
  border-bottom-color: #213155 !important;
  border-bottom-right-radius: 4px;
  border-color: -moz-use-text-color -moz-use-text-color #213155;
  -o-border-image: none;
     border-image: none;
  border-left: 0 !important;
  border-style: none none solid;
  border-top-right-radius: 4px;
  border-width: 0px 0px 2px;
  box-shadow: 0px -1px #213155 inset;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 12px;
  height: 100%;
  padding: 0px;
  position: relative;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  vertical-align: bottom;
  width: 80px;
}

.social-buttons {
  max-height: 40px;
}

.social-buttons ul {
  padding: 0 10px;
  white-space: nowrap;
}

.social-buttons ul li {
  display: inline-block !important;
  max-height: 100%;
}

.social-buttons ul li img {
  box-shadow: 2px 2px 5px #333;
  margin: 0;
  max-height: 100%;
  max-width: 42px;
}

/* ------------------------------------------- */
/* Navigation
/* ------------------------------------------- */
.container.headcontent {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse {
  max-height: none;
}

@media screen and (min-width: 768px) {
  .navbar.navbar-inverse {
    background: transparent;
  }
}

.navbar-toggle {
  background: none repeat scroll 0% 0% #E5E5E5;
  border-bottom-color: #cccccc !important;
  border-bottom-right-radius: 4px;
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  -o-border-image: none;
     border-image: none;
  border-left: 0 !important;
  border-style: none none solid;
  border-top-right-radius: 4px;
  border-width: 0px 0px 2px;
  box-shadow: 0px -2px #cccccc inset;
  cursor: pointer;
  display: block;
  float: none;
  margin: 6px auto;
}

.navbar-toggle .icon-bar {
  background-color: #333;
}

.navbar-header {
  background-color: #333;
  width: 100%;
}

.search-wrap {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 0;
  height: 40px;
  min-width: 150px;
  width: 100%;
}

.search-wrap > input {
  display: inline-block;
}

#menu-main-menu {
  bottom: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

#menu-main-menu li a {
  padding: 12px 16px;
}

.sub-menu {
  padding-left: 0 !important;
}

.sub-menu li a {
  padding: 12px 16px !important;
  width: auto;
}

ul.slimmenu li {
  background-color: rgb(47, 70, 122);
  display: block;
  opacity: 0.95;
}

ul.sub-menu li {
  max-width: 100%;
  width: 100%;
}

ul.slimmenu > li {
  background-color: transparent !important;
  float: right;
}

ul.slimmenu li a {
  color: #fff;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 0.8rem;
}

ul.slimmenu li .sub-collapser > i {
  color: #fff;
  font-size: 12px;
}

.slimmenu > li:hover > *:not(ul) {
  text-decoration: none;
  transition: background-color 0.5s ease-out;
}

.menu-collapser {
  background-color: #333;
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
}

.menu-item-has-children > a {
  padding-right: 64px !important;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* ------------------------------------------- */
/* Home
/* ------------------------------------------- */
.mainpage {
  background-color: transparent !important;
  margin: 2rem auto;
  max-width: 1320px;
  width: 100%;
}

.homemain .row.nested-lg {
  margin-left: calc(var(--bs-gutter-x) * 0.1) !important;
  margin-right: calc(var(--bs-gutter-x) * 0.1) !important;
}

.column ul {
  list-style: none;
  padding-left: 0;
}
.column li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.column li:last-child {
  border-bottom: none;
}
.column li p {
  margin-bottom: 1rem;
}
.column .section-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.featured-article,
.section-article-title {
  color: #333;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 1.875rem !important;
}

.popular-posts {
  background: #f2f2f2;
}
.popular-posts .section-title {
  font-size: 1.3125rem;
}
.popular-posts .section-title span {
  display: block;
  padding: 1rem 0.5rem;
}
.popular-posts ul li {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}
.popular-posts ul li:last-of-type {
  border-bottom: none;
}
.popular-posts ul li:hover {
  background: white;
}
.popular-posts ul li a {
  color: rgb(51, 51, 51);
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  padding-right: 1px;
}

.wpp-list {
  margin: 0;
  padding: 0;
}

.wpp-date {
  font-size: 0.875rem;
}

.homesecond .section-title {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .homesecond .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .homesecond .section-title span {
    padding: 0.625rem;
  }
}

.post-title {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.post-title a {
  color: #333;
}

.subscribe {
  background-color: rgb(47, 70, 122);
  color: #fff;
  margin-top: 2rem;
  padding: 0;
  /* Email input */
}
@media screen and (min-width: 768px) {
  .subscribe {
    margin-top: 0;
  }
}
.subscribe p {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 1.125rem;
  margin: -0.5625rem 0 0.5625rem 0;
}
.subscribe .frm_forms {
  padding: 0.625rem 1.25rem 1.25rem;
}
.subscribe .frm_description p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.subscribe .frm_form_fields {
  margin-bottom: 0.625rem;
}
.subscribe .frm_submit > input {
  background: #F35C2E;
  border: 0;
  border-bottom: 2px solid #e13e0d;
  border-radius: 6px;
  box-shadow: inset 0 -2px #e13e0d;
  color: white;
  cursor: pointer;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  height: 50px;
  padding: 0 15px 0 -15px;
  padding-left: 15px;
  position: relative;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  vertical-align: bottom;
  width: 100%;
}
.subscribe #mc4wp_email {
  border-radius: 6px !important;
  height: 50px;
  padding: 0 15px;
}
.subscribe .mc4wp-form-basic input[type=email] {
  max-width: none;
}

.featvideo .section-title {
  font-size: 1.3125rem;
}
.featvideo h3 {
  font-size: 1.125rem;
}

/* ------------------------------------------- */
/* Page/Post
/* ------------------------------------------- */
@media screen and (min-width: 992px) {
  .post {
    padding-right: 1rem;
  }
}
.post h1, .post h2 {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
.post h1 a, .post h2 a {
  color: rgb(47, 70, 122);
}
.post h1 span, .post h2 span {
  width: 100%;
}

.page-title {
  margin-bottom: 2rem;
}

.archive .entry-title {
  font-size: 1.3125rem;
}

.entry-upper {
  font-size: 1.125rem;
}

.widget-title,
.section-title {
  background: url("images/pinstripes.png");
  background-position: center;
  background-repeat: repeat-x;
  color: rgb(47, 70, 122);
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 1.3125rem;
  margin: 0;
  padding: 12px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .widget-title,
  .section-title {
    font-size: 1.875rem;
  }
}
.widget-title span,
.section-title span {
  background-color: #fff;
  padding: 0 8px 0 0;
}

article.post > div > .entry-title {
  width: 100%;
}

a.read_more {
  background: none repeat scroll 0% 0% rgb(47, 70, 122);
  background-color: rgb(47, 70, 122);
  border-color: -moz-use-text-color -moz-use-text-color #213155;
  -o-border-image: none;
     border-image: none;
  border-radius: 2px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  box-shadow: 0px -2px #213155 inset;
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  margin-top: 15px;
  padding: 10px 50px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  vertical-align: bottom;
}

/* ------------------------------------------- */
/* Sidebar
/* ------------------------------------------- */
.widget-archive {
  float: left;
  padding: 0 0 40px 0;
}

.widget-archive ul {
  margin: 0;
}

.widget-archive li {
  margin: 0;
  padding: 0;
}

.widget-archive li a {
  border-left: 1px solid #E5E5E5;
  display: block;
  margin: 0 0 0 55px;
  padding: 5px 0 3px 10px;
}

li.archive-year {
  color: #e13e0d;
  float: left;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 0 0 8px;
}

li.archive-year a {
  border: 0px;
  color: #e13e0d;
  margin: 0;
  padding: 0;
}

li.archive-month {
  text-align: right;
}

li.archive-month a span {
  font-size: 1.875rem;
}

.entry-upper {
  display: inline-flex;
  width: 100%;
}

.entry-upper > h4 {
  margin-bottom: 15px;
  width: 50%;
}

.post-featured-image {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 50%;
}

.post-featured-image img {
  float: left;
}

.post-thumbnail-caption {
  background-color: #ddd;
  float: left;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9pt;
  font-style: italic;
  padding: 9.9px 15px;
  width: 100%;
}

.entry img {
  height: auto;
  max-width: 100%;
}

.addtoany_share_save_container:before {
  content: "Share: ";
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  size: 0.5625rem;
}

.addtoany_content_top {
  display: inline-block;
  margin: 0 !important;
}

div.entry > div.addtoany_share_save_container.addtoany_content_top {
  display: none;
}

.entry > p {
  margin-bottom: 15px;
}

#secondary {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #secondary {
    margin-top: 0;
  }
}
#secondary aside {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
#secondary aside ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#secondary aside li {
  list-style: none;
  margin: 0;
}
#secondary .widget-title {
  font-size: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  #secondary .widget-title {
    font-size: 1.5rem;
  }
}
#secondary .beyond-contributors,
#secondary .widget.widget_block,
#secondary .beyond-contributors .widget-title span {
  background: #f2f2f2;
}
#secondary .widget a {
  color: #333;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

/* ------------------------------------------- */
/* Footer
/* ------------------------------------------- */
footer {
  background: linear-gradient(to bottom, rgb(50, 67, 123) 0%, rgb(59, 81, 134) 100%);
  background: rgb(50, 67, 123);
  bottom: 0;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 0.8rem;
  left: 0;
  margin-top: 15px;
  position: relative;
  right: 0;
  width: 100%;
}

#footer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-transform: uppercase;
}
#footer-content > div > ul {
  padding-left: 0;
  margin-bottom: 0;
}

footer div > div {
  display: inline;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer > div > div > ul > li {
  display: inline-block;
}

#footer-content > div > ul > li {
  padding: 0 15px;
}

a#top {
  display: none;
  text-align: center;
}
@media screen and (min-width: 992px) {
  a#top {
    display: block;
  }
}

/* ------------------------------------------- */
/* Device-Specific
/* ------------------------------------------- */
@media only screen and (max-width: 950px) {
  .column > div > .widget > h3 span {
    font-size: 0.65em;
  }
}
@media only screen and (min-width: 1024px) {
  .column .widget-title > span {
    font-size: 1.5em;
  }
  .popular {
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #breadcrumbs {
    display: none;
  }
  article > div > img {
    margin: 0 0 15px 0;
  }
  #secondary > .widget > ul > li {
    padding: 0;
  }
  .maincontent > div > .widget > ul > li:first-child, .column > div:first-child > .widget {
    padding-left: 0 !important;
  }
  .maincontent > div > .widget > ul > li:last-child, .column > div:last-child > .widget {
    padding-right: 0 !important;
  }
  .column > div > .widget ul li {
    padding: 0 !important;
  }
  .maincontent > div > .widget > ul > li:nth-child(n+4) {
    display: none;
  }
  #recent-posts-plus-14 > ul > li:last-child {
    display: block;
  }
  #recent-posts-plus-14 > ul > li:nth-child(2) {
    padding-left: 0;
  }
  .maincontent > div > .widget > ul > li > a {
    font-size: 1.3125rem;
  }
  .featured {
    height: 572px;
  }
  .featured .column div > .widget ul li:nth-child(-n+4):after {
    display: none;
  }
  #secondary > .widget > ul li {
    display: list-item;
  }
  #text-19 {
    display: none;
  }
  #text-14 > div > ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    font-size: 14px;
  }
  .column > div > .widget > h3 span {
    font-size: 0.8em !important;
  }
  .maincontent > div > .widget > ul > li > a {
    font-size: 1em;
  }
  .footer-content > div > ul {
    display: inline-block;
    list-style: none;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .column > div > .widget > h3 span {
    font-size: 0.65em !important;
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
  #secondary {
    padding-left: 0;
  }
  #menu-main-menu {
    position: relative;
  }
  .sub-menu li a {
    padding: 12px 16px !important;
    width: auto;
  }
  #menu-item-22059 {
    width: 100%;
  }
  .navbar-collapse {
    border: 0 none;
    padding: 0;
  }
  .menu-main-menu-container > ul {
    background-color: rgb(47, 70, 122);
  }
  ul.slimmenu li {
    background-color: rgb(47, 70, 122);
    display: block;
    opacity: 0.95;
    position: inherit;
  }
  ul.sub-menu li {
    max-width: 100%;
    width: 100%;
  }
  ul.slimmenu > li {
    float: none;
  }
  .sub-collapser {
    min-height: 47.5px !important;
    padding-right: 100%;
  }
  ul.slimmenu li .sub-collapser > i {
    position: absolute;
    right: 5%;
    top: 15px;
  }
  .sub-menu li {
    background-color: #333 !important;
  }
  .sub-menu li:hover {
    background-color: #E5E5E5 !important;
  }
  #menu-footer-menu-right {
    font-size: 1.3125rem;
    text-align: center;
  }
  article > div > img {
    margin: 0 0 15px 0;
  }
  a.read_more {
    float: none;
    margin: 0 auto;
    padding: 20px 100px;
  }
  #menu-footer-menu-left {
    display: none;
  }
  #menu-footer-menu-right {
    float: none;
    margin: 0 auto;
  }
  .homemain > div > .widget ul li:nth-child(n+2),
  .homesecond > div > .widget ul li:nth-child(n+2) {
    display: none;
  }
  #recent-posts-plus-14 > ul > li:nth-child(n+2) {
    display: block;
  }
  .column div > .widget ul li:nth-child(-n+2):after {
    display: none;
  }
  a.read_more {
    background: none;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    color: rgb(47, 70, 122);
    float: none;
    margin-top: 0;
    padding: 0;
    text-shadow: none;
    vertical-align: baseline;
  }
  #text-19 {
    display: none;
  }
  #text-14 > div > ul, #nav_menu-2 > div > ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 485px) {
  #menu-footer-menu-right, #text-14 > div > ul, #nav_menu-2 > div > ul, .maincontent > div > .widget > ul > li > a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1320px) and (min-width: 1024px) {
  .menu-item-has-children > a {
    padding-right: 25px !important;
  }
  .column .widget-title > span {
    font-size: 1.3em !important;
  }
  .column div > .widget > .widget-title {
    font-size: 1em !important;
  }
  ul.slimmenu li .sub-collapser > i {
    font-size: 10px !important;
  }
  ul.slimmenu li .sub-collapser {
    width: 20px !important;
  }
}
/* ------------------------------------------- */
/* General
/* ------------------------------------------- */
body {
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 0;
}

/* ------------------------------------------- */
/* Header
/* ------------------------------------------- */
.navbar {
  border: none;
}

.navbar-header {
  width: 100%;
}

.brand h1,
.brand h2 {
  font-size: 1.5vw;
}

.left {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

#search-2 {
  float: left;
}

#black-studio-tinymce-7 {
  float: right;
}

#topleft aside, #topright aside {
  display: inline-block;
}

.links-top {
  margin-top: -35px;
}

#black-studio-tinymce-7 ul li {
  float: left;
  list-style: none;
  margin-left: 5px;
}

.inverse {
  color: white;
  background-color: #333;
}

/* ------------------------------------------- */
/* Dropdown Menu Styles
/* ------------------------------------------- */
.menu-collapser {
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  position: relative;
  text-indent: -9999em;
  width: 100%;
}

.collapse-button {
  background-color: #E5E5E5;
  background-repeat: repeat-x;
  border-bottom-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-style: none none solid;
  border-width: 0 0 2px;
  border-left: 0;
  box-shadow: 0px -2px #cccccc inset;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 7px 10px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 42px;
}

.collapse-button:hover, .collapse-button:focus {
  background-color: #040404;
  background-image: none;
  color: #FFF;
}

.collapse-button .icon-bar {
  background-color: #333;
  border-radius: 1px 1px 1px 1px;
  display: block;
  height: 2px;
  margin: 2px 0;
  width: 22px;
}
.collapse-button .icon-bar + .icon-bar {
  margin-top: 4px;
}

ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.slimmenu li {
  display: inline-block;
  position: relative;
}

ul.slimmenu > li {
  margin-right: -5px;
}

ul.slimmenu > li:first-child {
  border-left: 0;
}

ul.slimmenu > li:last-child {
  margin-right: 0;
}

ul.slimmenu li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 64px 12px 16px;
  text-shadow: 2px 1px 1px rgba(41, 68, 123, 0.5);
}

ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-collapser {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 999;
}

ul.slimmenu li .sub-collapser:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

ul.slimmenu li .sub-collapser > i {
  display: inline-block;
  vertical-align: middle;
}

ul.slimmenu li ul {
  list-style-type: none;
  margin: 0;
}

ul.slimmenu li > ul {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 999;
}

ul.slimmenu li > ul > li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

ul.slimmenu.collapsed li {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

ul.slimmenu.collapsed li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  display: block;
}

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* ------------------------------------------- */
/* Footer
/* ------------------------------------------- */
#menu-footer-menu li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}

#menu-footer-menu {
  margin: 20px auto;
}

#footer {
  color: white;
  background-color: #333;
}

#text-7 {
  background-color: #FFF;
  margin-top: 10px;
}

#text-7 .fb_iframe_widget {
  text-align: center;
  width: 100%;
}

.row .maincontent img {
  width: 100%;
}

/* ------------------------------------------- */
/* Interior pages
/* ------------------------------------------- */
.hire-a-worker img {
  width: 100%;
}

#tabs {
  display: block !important;
}

#tabs.nav a {
  color: #333;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs li {
  float: left;
  margin-right: 15px;
}

#breadcrumbs .separator {
  color: #999;
  font-size: 20px;
  font-weight: 700;
}

.maincontent.lower {
  padding-bottom: 50px;
}

code {
  color: #333;
  font-size: 8px;
  white-space: normal;
}

.page-template-page-faqs-php .maincontent {
  padding-bottom: 50px;
}

.answer {
  background-color: #E5E5E5;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Resources Page
/* ------------------------------------------- */
.category-list ul {
  list-style: none;
}

.category-list ul li {
  display: inline-block;
}

.category-list ul li:after {
  content: ", ";
}

.category-list ul li:last-child:after {
  content: "";
}

.category-list span {
  float: left;
}

#resource-form div.row {
  margin-top: 20px;
}

#resource-form div.row article {
  background-color: #E5E5E5;
  border-radius: 7px;
  margin-bottom: 15px;
  overflow: hidden;
}

h3.entry-title {
  margin-top: 5px;
}

h3.entry-title a, #resource-form .read_more {
  color: #333;
}

#resource-form img {
  border-radius: 7px;
  margin-top: 15px;
}

.download-link {
  background: url("images/download.png") no-repeat 10px center grey;
  border-radius: 7px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  padding: 15px 15px 15px 60px;
}

.download-link:hover {
  background-color: #333;
}

.tab-content > .active {
  background-color: #FFF;
  padding: 10px;
}

.dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  height: 34px;
  line-height: 1;
  padding: 5px;
  width: 268px;
}

.dropdown {
  background: url("images/new_arrow.png") no-repeat right #ddd;
  height: 35px;
  overflow: hidden;
  width: 240px;
}

#resource-form span {
  float: left;
  line-height: 36px;
  margin-right: 10px;
}

/* ------------------------------------------- */
/* Navigation - Pagination
/* ------------------------------------------- */
.navigation {
  margin-bottom: 5rem;
  margin-bottom: 70px;
  margin-top: 3rem;
  margin-top: 42px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #333;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #FFF;
  border-radius: 10px;
  cursor: pointer;
  padding: 0.75rem;
  padding: 12px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #333;
  color: #FFF;
}

/* ------------------------------------------- */
/* FAQs
/* ------------------------------------------- */
.question {
  color: white;
  background-color: #333;
  cursor: pointer;
  padding-right: 30px;
}

.question:after {
  content: "+";
}

.category-archives .maincontent .hentry img.wp-post-image {
  height: 220px;
  width: 296px;
}

.archive .maincontent .row {
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 14px;
}

ul#menu-about-us {
  margin-left: -40px;
}

.category-letters-to-the-editor .col-md-7 {
  width: 100%;
}

.wp-about-author-pic {
  display: none;
}

.wp-about-author-text {
  margin-left: 0 !important;
}

a.alt {
  color: #151515;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */