/*
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 {
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }

.forcecrop-lg img {
  height: auto;
  min-height: 100%;
  min-width: 100% !important; }

.forcecrop-md {
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }

.forcecrop-md img {
  height: auto !important;
  min-height: 100%;
  min-width: 100% !important; }

.forcecrop-sm {
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }

.forcecrop-sm img {
  height: auto !important;
  min-height: 100%;
  min-width: 100% !important; }

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

.forcecrop-archive img {
  height: auto !important;
  min-height: 100%;
  min-width: 100% !important; }

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

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

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

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

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

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

.row {
  margin: 0 !important; }

#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; }

.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  padding-left: 0;
  padding-right: 0; }

.content {
  padding-left: 0;
  padding-right: 15px; }

#secondary {
  padding-left: 15px;
  padding-right: 0; }

/* ------------------------------------------- */
/* Header Layout
/* ------------------------------------------- */
.header-wrapper {
  background-color: #2e4579;
  background-image: linear-gradient(to bottom, #2e4579 0%, #7a91bf 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, #2e4579 0%, #7a91bf 100%);
      background-position: -20% 0;
      background-repeat: no-repeat;
      background-size: auto 100%; } }
  @media screen and (min-width: 1024px) {
    .header-wrapper {
      background-position: -10% 0; } }
  @media screen and (min-width: 1170px) {
    .header-wrapper {
      background-position: 0 0; } }
@media screen and (min-width: 768px) {
  .header-row-container {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex; } }

/* ------------------------------------------- */
/* Site logo
/* ------------------------------------------- */
.site-branding {
  -webkit-flex: 1;
          flex: 1; }
  @media screen and (min-width: 1200px) {
    .site-branding {
      -webkit-flex: 2;
              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: 1024px) {
    .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: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex: 1;
            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% #2f467a;
  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: #2f467a;
  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.917em; }

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;
  max-width: 1170px;
  width: 95%; }

.mainpage > .row {
  margin-bottom: 15px; }

.mainpage .maincontent {
  background-color: transparent; }

.row-5-left, .row-6-left {
  padding-right: 15px; }

.row-5-center, .row-6-center {
  padding: 0 15px; }

.row-5-right, .row-6-right {
  padding-left: 15px; }

.widget > ul {
  list-style: none;
  padding-left: 0; }

.widget a {
  color: #333;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; }

.featured-article {
  font-size: 2.2em !important; }

.homemain > div > .widget ul li:nth-child(n+2) div {
  display: none; }

.popular-posts ul li a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold; }

.homemain > div > .widget ul li a,
.homesecond > div > .widget ul li a {
  font-size: 1.1em; }

.homemain > div > .widget > .widget-title span {
  padding-left: 0; }

.widget ul li:first-child {
  padding-left: 0; }

.widget ul li:last-child {
  padding-right: 0; }

.widget ul li:nth-child(-n+2) {
  border-bottom: 1px #000; }

.homemain div > .widget ul li:nth-child(n+2) div {
  display: none; }

.column div > .widget ul li:nth-child(-n+2):after {
  background: #E5E5E5;
  content: "";
  display: block;
  height: 1px;
  margin: 15px auto 0 auto;
  width: 80%; }

.column div > .widget ul li:nth-child(n+2) {
  margin-top: 15px; }

.column div > .widget > .widget-title {
  font-size: 1em; }

.widget ul li img {
  height: auto; }

#recent-posts-plus-3 > ul > li > a {
  font-size: 1.5em; }

#recent-posts-plus-14 > ul > li:first-child {
  display: none; }

#recent-posts-plus-14 > ul > li:nth-child(2) {
  padding-left: 0; }

.widget-title {
  background-image: url("images/pinstripes.png");
  background-position: center;
  background-repeat: repeat-x;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  line-spacing: 16px;
  margin-top: 0 !important;
  padding: 15px 0;
  text-transform: uppercase; }

.widget-title span {
  background-color: #fff;
  color: #2f467a;
  display: inline-block;
  font-size: 1em;
  padding: 0 8px;
  vertical-align: super; }

.homesecond div > .widget > .widget-title {
  text-align: center; }

.popular {
  font-weight: regular;
  overflow: hidden; }

#wpp-2 ul {
  margin-right: -100px;
  max-height: 550px;
  overflow-y: scroll;
  padding-right: 100px; }

.row-2 {
  padding-right: 0; }

#wpp-2 > ul > li {
  margin-bottom: 15px; }

.main-col-r {
  float: left;
  padding-right: 0;
  padding-top: 15px !important; }

.subscribe, #nav_menu-2, #text-14 {
  background-color: #2f467a;
  color: #fff; }

#text-14 > div {
  font-size: 1.25em;
  padding: 0 18px; }

.frm_description p, #nav_menu-2 p, #text-14 p {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 1.33em;
  margin: -0.665em 0 0.665em 0; }

#nav_menu-2 {
  padding: 0 20px; }

.frm_forms > div {
  padding: 0 20px; }

.frm_form_widget > h3 {
  margin-left: 20px; }

.frm_forms.with_frm_style > div {
  padding-bottom: 15px; }

#menu-about-us > li {
  padding-bottom: 5px; }

#menu-about-us > li > a {
  color: #fff; }

.frm_description p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }

.with_frm_style .frm_submit input[type="submit"] {
  box-sizing: none !important; }

.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 -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%; }

#mc4wp_email {
  border-radius: 6px !important;
  height: 50px;
  padding: 0 15px; }

#form_subscribe > div, #nav_menu-2 > div, #text-14 > div {
  color: #fff;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; }

.frm_form_widget > h3, #nav_menu-2 > h3, #text-14 > h3 {
  background-image: url("images/pinstripeslight.png");
  margin-bottom: 0;
  margin-left: 11px; }

.frm_form_widget > h3 > span, #nav_menu-2 > h3 > span, #text-14 > h3 > span {
  background-color: #2f467a !important;
  color: #fff;
  font-size: 0.792em; }

#secondary {
  padding-top: 15px; }

#secondary h3 {
  margin-left: 11px; }

#secondary > .widget > h3 > span {
  background-color: #fff;
  font-size: 0.792em; }

.menu-about-us-container {
  padding: 0 19px; }

.menu-about-us-container > ul > li {
  padding: 0 0 10px 0; }

#metodiew_simple_authors_widget-2 {
  background-color: #E5E5E5;
  padding: 10px; }

#metodiew_simple_authors_widget-2 h3 span {
  background-color: #E5E5E5 !important;
  font-size: 0.792em; }

.sbaw_authors {
  color: #2f467a;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  padding: 0 18px !important; }

.sbaw_authors li {
  padding: 0 0 5px 0; }

#wpp-2 > h3 > span,
.widget.popular-posts > h3 > span,
#text-12 > h3 > span,
#text-13 > h3 > span {
  font-size: 0.65em;
  vertical-align: super; }

.featvideo > .widget > h3 span {
  padding-left: 0; }

.featvideo aside {
  height: 100%; }

.featvideo aside.widget div.textwidget p a img {
  height: 100%; }

.featvideo > aside {
  max-height: 100%; }

.arve-youtube-wrapper {
  max-height: 100%;
  max-width: 100% !important; }

.homesecond > div, .homemain > div {
  padding: 0; }

.twitterfeed {
  padding-left: 15px !important;
  padding-right: 0; }

.twitterfeed .widget {
  background-color: #E5E5E5;
  padding: 0; }

#author > .widget-title {
  font-size: 0.792em; }

#author > .widget-title span {
  padding-right: 15px; }

.twitterfeed > .widget > .widget-title, #author > .widget-title, #mc4wp_widget-2 > .widget-title {
  background-color: #2f467a;
  background-image: url("images/pinstripeslight.png");
  background-position: center;
  background-repeat: repeat-x;
  margin: 0 !important;
  text-align: left !important; }

.twitterfeed > .widget > .widget-title span, #author > .widget-title span, #mc4wp_widget-2 > .widget-title span {
  background-color: #2f467a;
  color: #fff;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 0.65em;
  padding-left: 20px; }

#twitter-widget-0 {
  padding: 0 20px; }

li.tweet {
  padding-top: 0 !important; }

/* ------------------------------------------- */
/* Page/Post
/* ------------------------------------------- */
h1 {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
  font-size: 1.5em; }

h1 a {
  color: #2f467a; }

h1 span {
  width: 100%; }

.widget-title {
  background: url("images/pinstripes.png");
  background-position: center;
  background-repeat: repeat-x;
  color: #2f467a;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 2.2em;
  margin: 0;
  padding: 12px 0;
  text-transform: uppercase; }

.widget-title span {
  background-color: #fff;
  padding: 0 8px 0 0; }

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

a.read_more {
  background: none repeat scroll 0% 0% #2f467a;
  background-color: #2f467a;
  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; }

article.post {
  height: 100%; }

.post > div:nth-child(1) {
  margin-top: 25px;
  padding-left: 0; }

.post > div:nth-child(2) {
  padding-right: 0; }

.post h3 span a {
  color: #2f467a;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 1.33em;
  text-transform: uppercase; }

.post > img {
  height: auto;
  margin: 0 15px 15px 0;
  width: 50%; }

/* ------------------------------------------- */
/* 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: 2.2em; }

.entry-upper {
  display: -webkit-inline-flex;
  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.667em; }

.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; }

/* ------------------------------------------- */
/* Footer
/* ------------------------------------------- */
footer {
  background: linear-gradient(to bottom, #32437b 0%, #3b5186 100%);
  background: #32437b;
  bottom: 0;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 0.917em;
  left: 0;
  margin-top: 15px;
  position: relative;
  right: 0;
  width: 100%; }

#footer-content {
  margin: 0 auto;
  padding: 25px 0px;
  text-transform: uppercase; }

#footer-content > div > ul {
  padding-left: 0; }

footer div > div {
  display: inline; }

#menu-footer-menu-left {
  float: left; }

#menu-footer-menu-right {
  float: right; }

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 {
  text-align: center; }

/* ------------------------------------------- */
/* Device-Specific
/* ------------------------------------------- */
@media only screen and (max-width: 950px) {
  #top {
    display: none !important; }
  .column > div > .widget > h3 span {
    font-size: 0.65em; } }

@media only screen and (max-width: 1024px) {
  .widget-title span {
    font-size: 36px; } }

@media only screen and (min-width: 1024px) {
  .homesecond div > .widget > .widget-title span {
    padding-left: 8px; }
  .column .widget-title > span {
    font-size: 1.5em; }
  .forcecrop-lg {
    height: 445px; }
  .forcecrop-md {
    height: 277px; }
  .forcecrop-sm {
    height: 203px; }
  .main-col-r {
    padding-left: 15px !important; }
  .latest {
    padding-right: 15px !important; }
  .row-5-left {
    padding-right: 15px !important; }
  .row-6-left {
    padding-right: 15px !important; }
  .row-5-center {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .row-6-center {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .row-5-right {
    padding-left: 15px !important; }
  .row-6-right {
    padding-left: 15px !important; }
  .popular {
    padding: 0 15px !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-lg .visible-md {
    display: none !important; }
  .visible-lg .visible-md {
    display: block !important; }
  .col-sm-1 {
    width: 8.333% !important; }
  .col-sm-2 {
    width: 16.666% !important; }
  .col-sm-3 {
    width: 25% !important; }
  .col-sm-4 {
    width: 33.333% !important; }
  .col-sm-5 {
    width: 41.666% !important; }
  .col-sm-6 {
    width: 50% !important; }
  .col-sm-7 {
    width: 58.333% !important; }
  .col-sm-8 {
    width: 66.666% !important; }
  .col-sm-9 {
    width: 75% !important; }
  .col-sm-10 {
    width: 83.333% !important; }
  .col-sm-11 {
    width: 91.666% !important; }
  .col-sm-12 {
    width: 100% !important; }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .row-5-left, .row-6-left {
    padding-right: 15px !important; }
  .row-5-center, .row-6-center {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .row-5-right, .row-6-right {
    padding-left: 15px !important; }
  #breadcrumbs {
    display: none; }
  #mc4wp_widget-2 .widget-title span {
    padding-left: 20px !important; }
  .twitterfeed {
    display: none; }
  .row-2 {
    width: 100%; }
  div.container.mainpage {
    padding: 15px; }
  article > div > img {
    margin: 0 0 15px 0; }
  .latest {
    padding-right: 15px !important; }
  .main-col-r {
    padding-left: 15px !important; }
  .column > div {
    padding: 0 !important; }
  .maincontent > div > .widget > ul > li, .column > div > .widget {
    padding: 0 15px 15px 15px; }
  #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; }
  .homesecond div > .widget > .widget-title span {
    padding-left: 8px; }
  .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.5em; }
  .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; }
  .forcecrop-lg {
    max-height: 350px;
    max-width: 100%;
    overflow: hidden;
    width: 100%; }
  .forcecrop-lg img {
    height: auto !important;
    min-width: 100%; }
  .forcecrop-md, .forcecrop-sm {
    height: auto;
    max-height: 250px;
    max-width: 100%;
    overflow: hidden;
    width: 100%; }
  .maincontent > div > .widget > .widget-title {
    font-size: 1.5em; }
  .widget-title span {
    font-size: 28px;
    padding-left: 8px !important; }
  .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) {
  .forcecrop-sm img {
    height: 195px !important;
    min-height: 0 !important;
    min-width: 100% !important; }
  .forcecrop-md img {
    height: 277px !important;
    min-height: 0 !important;
    min-width: 100% !important; }
  .forcecrop-lg img {
    height: 412px !important;
    min-height: 0 !important;
    min-width: 100% !important; }
  .column > div > .widget > h3 span {
    font-size: 0.65em !important; } }

@media only screen and (max-width: 767px) {
  .homesecond div > .widget > .widget-title span {
    padding-left: 0; }
  .main-col-r {
    padding-left: 0; }
  .latest {
    padding-right: 0 !important; }
  .twitterfeed {
    display: none; }
  .featvideo {
    display: none; }
  #breadcrumbs {
    display: none; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  #secondary {
    padding-left: 0; }
  .row-5-left {
    padding-right: 0; }
  .row-5-center {
    padding-left: 0;
    padding-right: 0; }
  .row-5-right {
    padding-left: 0; }
  .row-6-left {
    padding-right: 0; }
  .row-6-center {
    padding-left: 0;
    padding-right: 0; }
  .row-6-right {
    padding-left: 0; }
  .maincontent > div,
  .maincontent > div > aside > ul li {
    padding-left: 0;
    padding-right: 0; }
  .homesecond div > .widget > .widget-title {
    text-align: left; }
  #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: #2f467a; }
  ul.slimmenu li {
    background-color: #2f467a;
    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; }
  .subscribe {
    margin-top: 0; }
  #menu-footer-menu-right {
    font-size: 1.5em;
    text-align: center; }
  article > div > img {
    margin: 0 0 15px 0; }
  .widget-title span {
    font-size: 26px !important; }
  a.read_more {
    float: none;
    margin: 0 auto;
    padding: 20px 100px; }
  #menu-footer-menu-left, #top {
    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; }
  .maincontent > div > .widget > ul > li {
    padding: 0 0 15px 0; }
  .maincontent > div > .widget > ul > li > a {
    font-size: 1.5em; }
  .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: #2f467a;
    float: none;
    margin-top: 0;
    padding: 0;
    text-shadow: none;
    vertical-align: baseline; }
  #text-19 {
    display: none; }
  .widget-title span {
    font-size: 0.75em; }
  #text-14 > div > ul, #nav_menu-2 > div > ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    font-size: 1.5em; }
  .forcecrop-lg, .forcecrop-md, .forcecrop-sm, .forcecrop-archive {
    margin-bottom: 15px;
    max-height: 600px;
    max-width: 100%;
    overflow: hidden; }
  .forcecrop-lg img, .forcecrop-md img, .forcecrop-sm img, .forcecrop-archive img {
    height: auto;
    min-height: 0%;
    min-width: 100%; } }

@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: 1170px) and (min-width: 1024px) {
  .menu-item-has-children > a {
    padding-right: 25px !important; }
  .widget-title {
    font-size: 1.9em !important;
    line-height: 1em; }
  .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: 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; }

#secondary aside ul {
  list-style: none; }

#secondary h3.widget-title {
  margin-top: 0; }

#secondary aside {
  margin-bottom: 20px;
  padding: 10px; }

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

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

#secondary li {
  list-style: none; }

.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: '+'; }

.single-post .post {
  float: left !important; }

.single-post #secondary {
  float: right !important; }

.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; }
