/*
	Theme Name: Dredgewire
	Theme URI: https://stintlieftechnologies.com
	Description: Dredgewire WordPress Theme
	Version: 1.0.1
	Author: Stintlief Technologies (fb@stintlief)

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/**
* top grey  #e2e2e2
* lighter grey #f2f2f2
* nav grey #656565
* btn grey #999999
* variant grey #9c9c9c;
* logo blue #25a7c1
* darker blue #114f5c
**/

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656565;
    word-wrap: break-word;
}

a {
    color: #656565;
}

a:hover,
.btn-link:hover {
    color: #25a7c1;
    text-decoration: none;
}

/* Alignment */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
} 

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}


/*
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover  {
    color:inherit;
}
*/

.relative {
    position: relative;
}

.label-block {
    display: block;
    white-space: normal;
}

.btn {
    border-radius: 0;
    font-size: 16px;
}

.btn-primary {
    background-color: #25a7c1;
    border-color: #25a7c1;
}

.btn-primary:hover {
    background-color: #114f5c;
    border-color: #114f5c;
}

.btn-info {
    background-color: #999999;
    border-color: #999999;
}

.btn-info:hover {
    background-color: #114f5c;
    border-color: #114f5c;
}

.ad {
    border: 1px solid #656565;
}

.ad728x90 {
    width: 730px;
    height: 92px;
    margin: 0 auto;
}

.ad300x250 {
    width: 302px;
    height: 252px;
    margin: 0 auto;
}

.ad-block {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
}

.ad-block .ad {
    margin-bottom: 20px;
}

.ad-block .ad:last-child {
    margin-bottom: 0;
}

.mobile-ad-block {
    background-color: #f2f2f2;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.affix+#affix-padding {
    padding-top: 170px;
}

.affix+#affix-padding.dredgeapp {
    padding-top: 80px;
}

#main-wrapper {
    position: sticky;
    z-index: 9999;
    top: 0;
    width: 100%;
}

#affix-top.affix {
    position: fixed;
    z-index: 200;
    top: 0;
    width: 100%;
}

#search-bar {
    position: absolute;
    top: 31%;
    left: 100px;
    width: 80%;
}

#search-bar .btn {
    font-size: 14px;
}

#section-top-ad {
    background-color: #e2e2e2;
    height: 110px;
    padding-top: 10px;
    text-align: center;
}

#section-top-nav {
    background-color: #f2f2f2;
    height: 95px;
    position: relative;
}

#section-main-nav {
    background-color: #656565;
    /*height:75px;*/
    position: relative;
}

#logo {
    margin-top: 30px;
}

#top-nav {
    margin-left: 50px;
    margin-top: 17px;
}

#top-nav,
#top-nav a {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}

#top-nav .nav>li>a:hover {
    background-color: inherit;
}

#top-nav .nav>li>a.jobs:hover {
    background-color: #25a7c1;
    color: #fff;
}

#top-nav .nav>li>a.jobs {
    color: #25a7c1;
}

#top-callout {
    text-align: center;
    margin-top: 14px;
}

#top-callout p {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/**Jobs Header**/
.jobs-header {
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width:1060px) {
    .jobs-header {
      font-size: 4rem;
    }
}
@media (max-width:475px) {
    .jobs-header {
      font-size: 3.8rem;
    }
}
@media (max-width:320px) {
    .jobs-header {
      font-size: 3rem;
    }
}
.logo-blue {
    color: #25a7c1;
}
  
@media (max-width: 1060px) {
    #main-nav {
        width: 93%;
    }
}

#main-nav li a {
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    max-width: 150px;
    text-align: center;
}

#main-nav li a:hover,
#main-nav .nav li a.channel_active {
    background-color: #e2e2e2;
    color: #656565;
}

#main-nav .nav li a {
    padding: 15px 7px;
    /* height:75px; */
    word-break: break-word;
    white-space: normal;
}

#main-nav .nav-pills>li>a {
    border-radius: 0;
    /*added 5Feb*/
    height: 100%;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    word-break: break-word;
}

#search .btn {
    color: #ffffff;
    /*height:75px;*/
    line-height: 75px;
    padding: 0 24px 0;
    font-size: 24px;
    outline: 0;
}

#search .btn:hover {
    color: #25a7c1;
}

#search.hideme {
    display: none;
}

#search-bar.hideme {
    display: none;
}

#main-nav.hideme {
    display: none;
}

#mid-content {
    margin-top: 20px;
}

.left-fluid {
    margin-right: 347px;
}

.right-fixed {
    position: absolute;
    right: -15px;
    top: 0;
    width: 322px;
}

.article-image {
    border: 1px solid #656565;
}

.article-summary {
    word-wrap: break-word;
}

#featured-article {
    margin-bottom: 20px;
}

.featured-image {
    width: 100%;
    height: auto;
}

.featured-label {
    font-size: 22px;
    font-weight: 600;
    color: #25a7c1;
    text-transform: uppercase;
    margin: 0;
}

#featured-article h2 {
    color: #114f5c;
    font-size: 30px;
    margin: 0 0 10px;
}

#featured-article h2 a {
    color: #114f5c;
}

#featured-article h2 a:hover {
    color: #25a7c1;
}

.featured-location {
    font-size: 12px;
    text-transform: uppercase;
    color: #9c9c9c;
    margin: 0 0 5px;
}

.list-article {
    margin-bottom: 20px;
}

.list-article:last-child {
    margin-bottom: 0;
}

.article-list-wrapper {
    margin-bottom: 20px;
}

.article-list-wrapper .header {
    background-color: #e2e2e2;
    color: #656565;
    position: relative;
    text-align: center;
    height: 54px;
    margin-bottom: 10px;
    /* margin-right: 0 */
}

.article-list-wrapper .header hr {
    border-top: 2px solid #999999;
    position: absolute;
    top: 26px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.article-list-wrapper .header span {
    padding: 0 26px;
    background-color: #e2e2e2;
    position: relative;
    line-height: 54px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
}

.article-list-wrapper .header .btn {
    height: 54px;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    line-height: 54px;
}

.article-location {
    font-size: 12px;
    text-transform: uppercase;
    color: #9c9c9c;
    margin: 0 0 5px;
}

.article-image {
    width: 100%;
    height: auto;
}

.list-article h3 {
    color: #114f5c;
    font-size: 24px;
    margin: 0 0 5px;
}

.list-article h3 a {
    color: #114f5c;
}

.list-article h3 a:hover {
    color: #25a7c1;
}

.article-read-more {
    font-size: 14px;
    color: #25a7c1;
    font-weight: 600;
    display: block;
    padding-top: 1.1rem;
}

.side-list {
    background-color: #114f5c;
    margin-bottom: 20px;
    padding: 20px;
}

.side-list .header {
    position: relative;
    margin: 0 -20px;
    text-align: center;
    margin-bottom: 10px;
}

.side-list .header hr {
    border-top: 2px solid #25a7c1;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 10px;
}

.side-list .header span {
    color: #25a7c1;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #114f5c;
    padding: 0 20px;
    position: relative;
}

.side-list ul {
    color: white;
    font-size: 14px;
    list-style-type: square;
    margin: 0;
    padding: 0 20px;
}

.side-list ul li {
    margin-bottom: 5px;
}

.side-list ul li:last-child {
    margin-bottom: 0;
}

.side-list ul li a {
    color: white;
}

.side-list ul li a:hover {
    color: #25a7c1;
    text-decoration: none;
}

.side-list-body {
    text-align: center;
}

#join-newsletter {
    background-color: #656565;
}

#join-newsletter .header {
    margin-bottom: 5px;
}

#join-newsletter .header hr {
    border-color: white;
}

#join-newsletter .header span {
    color: white;
    background-color: #656565;
}

#join-newsletter .callout {
    color: #e0e0e0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

#join-newsletter .btn {
    margin-bottom: 5px;
}

#share-news {
    background-color: #e2e2e2;
    display: none;
}

.sm-callout {
    margin-bottom: 10px;
}

#mobile-nav-btn-wrapper {
    position: absolute;
    right: 5px;
    top: 15px;
    display: none;
}

#mobile-nav-btn-wrapper .btn {
    font-size: 36px;
    color: #656565;
}

#mobile-nav-btn-wrapper .btn:hover {
    color: #25a7c1;
}

#section-mobile-nav {
    position: fixed;
    z-index: 300;
    background: #656565;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    overflow-y: auto;
    display: none;
}

.mobile-nav-time #section-mobile-nav {
    display: block;
}

#section-mobile-nav ul {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#section-mobile-nav ul li a {
    color: white;
    white-space: normal!important;
    word-break: break-word!important;
}

#section-mobile-nav ul li a:hover {
    color: #25a7c1;
}

#mobile-close-btn-wrapper {
    text-align: right;
}

#mobile-close-btn-wrapper .btn {
    font-size: 36px;
    color: white;
}

#mobile-close-btn-wrapper .btn:hover {
    color: #25a7c1;
}

.mobile-nav-time #view-wrapper {
    height: 1px;
    overflow: hidden;
}

#main-footer {
    background-color: #656565;
    padding: 40px 0;
    margin-top: 30px;
    position: relative;
}

#footer-copyright {
    color: #f2f2f2;
    font-size: 14px;
    margin: 20px 0 0 0;
}

#footer-copyright a {
    color: #25a7c1;
}

.social {
    margin: 25px 0 25px;
}

.social a+a {
    padding-left: 15px;
}

.share-this-article {
    margin-top: -5px;
    text-align: right;
}

.share-this-article a.ssk {
    width: auto;
    color: #9c9c9c;
    font-size: 10px;
    margin-right: 15px;
}

.share-this-article a.ssk:hover {
    color: #25a7c1;
}

.share-this-article label {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0;
    float: right!important;
    color: #9c9c9c;
}

#single-article h1.title {
    font-size: 36px;
    color: #114f5c;
    margin-top: 10px;
    margin-bottom: 15px;
}

#single-article .article-image {
    max-width: 50%;
    height: auto;
    margin: 0 20px 20px 0;
}

#single-article .article-location {
    font-size: 16px;
}

.body-content a {
    color: #25a7c1;
}

#section-related-news {
    margin-top: 30px;
}

#single-article .posted-box {
    color: #9c9c9c;
}


/**Email Popup**/

* {
    -webkit-font-smoothing: antialiased;
}

#emailPopupModal .modal-content {
    border-radius: 0;
}

#emailPopupModal .modal-content input,
#emailPopupModal .modal-content select {
    border-radius: 0;
    box-shadow: none;
}

#emailPopupModal .modal-content label {
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2px;
}

#emailRegd button[type="submit"] {
    background: #4ca6c3;
    min-width: 160px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin: 0 auto;
    height: 43px;
    display: block;
    text-transform: uppercase;
    border-radius: 2px;
}

#mc4wp-form-1 .btn-default {
    background: #4ca6c3;
    min-width: 160px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin: 0 auto;
    height: 43px;
    display: block;
    text-transform: uppercase;
    border-radius: 2px;
}

#emailPopupModal .modal-body,
#emailPopupModal .modal-footer {
    padding: 25px;
}

.modal-header {
    background: #4ca6c3;
}

#emailPopupModal .modal-title {
    color: #fff;
    text-transform: uppercase;
}

.group_input {
    position: relative;
}

.modal-footer button {
    /*position: absolute; right:0; top:0; height:100%;*/
    padding: 6px 20px;
    background: #4ca6c3;
    color: #fff;
    border: 0;
    text-align: center;
    text-transform: uppercase;
}

#emailPopupModal .modal-header .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

#referEmail button[type="submit"] {
    background: #4ca6c3;
    min-width: 160px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin: 0 auto;
    height: 43px;
    display: block;
    text-transform: uppercase;
    border-radius: 2px;
}


/**nav Tab**/

div#section-main-nav.menu_new {
    background: #f5f5f5;
    height: 132px;
}

#main-nav .dropdown-menu {
    display: none;
    margin: 0px;
    padding: 0px;
    background-color: rgb(100, 100, 100);
    min-width: 150px;
}

#main-nav ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    /*align-items:center;*/
    align-items: stretch;
}

.nav_tab {
    padding: 0;
    margin: 0;
}

.nav_tab li {
    display: inline-block;
    list-style: none;
}

.nav_tab li a {
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

.nav_tab li a.active,
.nav_tab li a:hover,
.nav_tab li a:focus {
    background: #4ca6c3;
    text-decoration: none;
}

#rest_of_the_world.active, 
#rest_of_the_world:hover, 
#rest_of_the_world:focus, 
#americas.active,
#americas:hover,
#americas:focus  {
    background: #000!important;
    color: #fff!important;
}

.channel,
.channel:hover {
    background: #00ff00!important;
    color: #000!important;
    text-decoration: none;
}

.nav_tab li a.active {
    border: 2px solid #080808;
    font-weight: 600;
    font-size: 20px !important;
    border-radius: 4px;
}

.nav_block {
    display: none;
}

.nav_tab li a.active+.nav_block {
    display: block;
    position: absolute;
    top: 49px;
    z-index: 99;
    background: #656565;
    width: 100%;
    left: 0;
}

div#world {
    background: #333;
}


/****Subscribe page****/

.subscribe-form-page {
    width: 90%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.subscribe-form-page h1 {
    margin-bottom: 20px;
}

.subscribe-form-page #emailRegd button[type="submit"] {
    min-width: 200px;
    height: 50px;
}

.refer-subscription-page {
    width: 90%;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #ccc;
}

.refer-subscription-page label {
    padding-bottom: 15px;
    width: 100%;
    font-size: 24px;
    text-transform: capitalize;
}

.refer-subscription-page button.btn.btn-default {
    /*position: absolute;*/
    right: 0;
    top: 0;
    height: 34px;
    padding: 6px 20px;
    background: #4ca6c3;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}


/*After 25-Feb-2020*/

.box {
    float: left;
    overflow: hidden;
    position: fixed;
    bottom: 5px;
    left: 0px;
}

.emailPopup {
    background-color: #25a7c1;
    color: white;
    text-align: start;
    padding: 6px 20px;
    border-radius: 4px;
    border-color: #46b8da;
    font-weight: bolder;
    font-size: 75%;
    overflow: hidden;
    width: 250px;
}


/* .emailPopup:hover{border: 5px solid #81D9FF;cursor: pointer;} */

#emailPopupButton {
    position: fixed;
    bottom: 40px;
    left: -3px;
}

.postFig {
    max-width: 50%;
    margin: 0 20px 20px 0;
}

.postFig figcaption {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

#single-article .postFig img {
    max-width: 100%;
    margin: 0;
}

.body-content p iframe {
    display: block;
}


/**Contribute Page***/

.body-content iframe {
    float: left;
    margin: 0 20px 10px 0;
}

@media (max-width: 1175px) {
    #share-news {
        display: block;
    }
    #top-callout {
        display: none;
    }
    #search .btn {
        padding: 0 12px 0;
    }
    #main-nav .nav li a {
        min-width: 100px;
        max-width: 145px;
        padding: 16px 2px 10px;
        word-break: break-word;
        white-space: normal;
    }
}

@media (max-width: 1100px) {
    .share-this-article {
        margin-top: 0;
    }
    .share-this-article a.ssk {
        margin-right: 8px;
    }
}

@media (max-width: 1023px) {
    #main-nav {
        width: 92%;
        float: right!important;
    }
    .share-this-article label {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 850px) {
    #mobile-nav-btn-wrapper {
        display: block;
    }
    #top-nav {
        display: none;
    }
    #search {
        display: none;
    }
    #main-nav,
    #main-nav.hideme {
        display: none;
    }
    #search-bar,
    #search-bar.hideme {
        display: block;
        left: 0;
        width: 100%;
        top: -25px;
        padding: 0 20px;
    }
    div#section-main-nav.menu_new {
        background: #656565;
        height: 80px;
    }
    #section-top-nav {
        height: 75px;
    }
    #logo {
        margin-top: 25px;
    }
    .mobile-nav-btn-wrapper .btn-lg {
        padding: 0px 16px;
    }
    #search-close {
        display: none;
    }
    #myTab.nav_tab li a {
        display: none;
    }
    .left-fluid {
        margin-right: 0;
    }
    .menu-drop {
        display: none
    }
    #tab_1 li,
    #tab_2 li {
        padding: 10px 0;
        list-style: none;
        margin: 0;
    }
    ul#tab_1,
    ul#tab_2 {
        background: rgba(0, 0, 0, 0.2);
        padding: 0;
    }
    .left-fluid {
        min-height: unset;
    }
    .caret {
        border-top: 7px dashed;
        border-top: 7px solid\9;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
    .share-this-article label {
        width: auto;
        margin-top: 4px;
    }
    .right-fixed {
        position: static;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .left-fluid {
        margin-right: 0px;
        min-height: unset !important;
    }
    #main-footer {
        margin-right: 0;
    }
    #featured-article h2 {
        margin: 10px 0 10px;
    }
    .list-article h3 {
        margin: 10px 0 5px;
    }
    #single-article .article-image,
    #single-article .postFig {
        max-width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
    .article-list-wrapper .header .btn {
        width: 100%;
        position: relative;
    }
    .right-fixed {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    #myTab.nav_tab li a {
        display: none;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        color: #25a7c1 !important;
    }
    .dropdown-menu {
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        position: static;
        margin-bottom: 5px;
    }
    .dropdown-menu a {
        display: block;
        width: 100%;
        font-size: 24px;
        padding: 10px;
        text-align: center;
    }
    .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
}

@media (max-width: 768px) {
    #section-top-ad {
        height: auto;
        padding: 10px 0px;
    }
    #section-top-ad .ad728x90 {
        max-width: 95%;
        height: auto;
    }
    #section-top-ad .ad728x90 img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .share-this-article {
        float: left;
    }
    .share-this-article label {
        float: left!important;
        margin-right: 7px;
    }
    .article-list-wrapper .header {
        white-space: normal;
        word-break: break-all;
        height: auto;
    }
}

@media (max-width: 520px) {
    #logo img {
        width: 88%
    }
    .article-list-wrapper .header {
        padding: 15px 0;
    }
    .article-list-wrapper .header hr {
        display: none;
    }
    .article-list-wrapper .header span {
        padding: 0 10px;
        line-height: 13px;
        background: transparent;
        word-break: break-word;
        white-space: normal;
    }
}

@media (max-width: 380px) {
    #logo img {
        width: 80%
    }
    .mobile-ad-block img {
        max-width: 260px;
        height: auto;
    }
    .mobile-ad-block {
        text-align: center;
    }
    .mobile-ad-block .ad300x250 {
        height: auto;
        width: auto;
        border: transparent;
    }
    #section-mobile-nav ul li a {
        font-size: 14px;
    }
}


/****** New HTML *******/


/**** 25 July 2019 ****/


/*********************/

#top-nav .nav>li a.active {
    color: #25a7c1;
}

.job_detail {
    position: relative;
}

.job_menus h4 {
    margin: 0;
    color: #fff;
    display: block;
    background: #666666;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 25px;
    text-decoration: none;
}

.job_menus h4 a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.job_menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job_menus ul li {
    padding-left: 25px;
}

.job_menus ul li>a,
.search_list {
    border-radius: 0!important;
    background: #efefef;
    border-width: 2px;
    border-color: #b0b0ae;
    text-transform: uppercase;
}

.job_menus ul li .collapse a {
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #b0b0ae;
    border-radius: 0!important;
    position: relative;
}

.job_menus ul li.active a {
    font-weight: 600;
}

.job_menus ul li i {
    margin-left: 7px;
}

.job_menus ul li .collapse a {
    background: #fff;
}

.search_list {
    position: relative;
    padding: 7px;
    border-color: #b0b0ae;
    border-width: 2px;
    border-style: solid;
}

.search_list i {
    position: absolute;
    top: 7px;
    background: #efefef;
    padding: 0 10px;
    width: 40px;
    left: 0;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

.search_list input {
    background: #fff;
    border: 0;
    font-size: 14px;
    color: #222;
    height: 34px;
    line-height: 1;
    width: 100%;
    outline: 0!important;
    padding-left: 47px;
}

.list-group-item:last-child {
    margin-bottom: -1px;
}

.job_logo img {
    display: inline-block;
    max-width: 66%;
    margin: 0 0 10px
}

.council_lft i {
    display: inline-block;
}

.council_lft i img {
    max-width: 90px;
}

.council_lft span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
}

.job_list {
    text-transform: uppercase;
}

.mg-none {
    margin-top: 0px!important;
}


.date_job {
    color: #25a7c1;
    font-size: 19px;
    font-weight: 500;
}

.job_list h3 {
    margin: 0;
    font-size: 18px;
}

.job_list h3 a {
    color: #656565;
}

.job_list h3 a:hover {
    color: #000;
}

.job_list h4 {
    margin: 3px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #656565;
}

.job_list h4 span {
    color: #25a7c1;
    display: block;
}

.job_list .row {
    margin-top: 30px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.job_des {
    margin: 30px 0;
}

.group_form {
    background: #f3f3f2;
    padding: 30px;
    margin: 10px 0
}

.input-group {
    width: 100%;
}

.job_rht ul li {
    margin-top: 12px
}

.common_form {
    margin: 15px 0;
}

.required {
    color: #dc2d3d;
    font-size: 14px;
    padding: 0 5px;
}

.common_form label {
    font-weight: 500;
    margin: 7px 0 0;
    color: #5d5b5b;
}

.subs_chk input {
    margin-right: 5px;
}

.job_detail input[type="submit"],
.job_detail input[type="submit"] {
    background: #63656a;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    min-width: 250px;
    padding: 10px 15px 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    float: left;
}

.job_detail input[type="submit"]:hover,
.job_detail input[type="submit"]:focus {
    background: #25a7c1;
}

.common_form h5 {
    font-size: 18px;
    padding: 20px 40px 7px;
}

.common_form input,
.common_form select {
    border-radius: 0;
}

.panel-bottom {
    padding-top: 70px;
}

.panel-bottom a {
    color: #25a7c1;
}

.panel-bottom a:hover {
    text-decoration: underline;
}

.job_detail textarea {
    width: 100%;
    padding: 10px;
}

.form_job {
    padding: 15px 0;
}


/* Base for label styling */

.subs_chk label {
    font-weight: 400;
}

.subs_chk input[type="checkbox"]:not(:checked),
.subs_chk input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.subs_chk input[type="checkbox"]:not(:checked)+label,
.subs_chk input[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}


/* checkbox aspect */

.subs_chk input[type="checkbox"]:not(:checked)+label:before,
.subs_chk input[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


/* checked mark aspect */

.subs_chk input[type="checkbox"]:not(:checked)+label:after,
.subs_chk input[type="checkbox"]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 3px;
    left: 2.6px;
    font-weight: 400;
    line-height: 0.9;
    color: #656565;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    font-size: 15px;
    font-family: fontawesome;
}

.edit_post .subs_chk input[type="checkbox"]:not(:checked)+label:after,
.edit_post .subs_chk input[type="checkbox"]:checked+label:after {
    top: .28em;
    left: 0.26em;
}


/* checked mark aspect changes */

.subs_chk input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.subs_chk input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}


/* disabled checkbox */

.subs_chk input[type="checkbox"]:disabled:not(:checked)+label:before,
.subs_chk input[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}


/* accessibility */

.subs_chk input[type="checkbox"]:checked:focus+label:before,
.subs_chk input[type="checkbox"]:checked+label:before {
    border: 2px solid #656565;
}

.job_info {
    margin: 0 0 15px;
}


/**Company Profile **/

.company_profile input[type="text"],
.company_profile textarea {
    border: 1px solid #333;
    border-radius: 0;
    width: 100%;
}

.company_profile label {
    text-transform: uppercase;
}

.company_profile label span {
    font-weight: 300;
    font-size: .95em;
}

.file-input {
    position: relative;
    border: 1px solid #333;
    text-align: center;
    line-height: 3.3;
    height: 52px;
    cursor: pointer;
    text-transform: uppercase;
}

.company_profile .subs_chk label,
.file-input label {
    margin: 0;
    text-transform: unset
}

.subs_chk a {
    text-decoration: underline;
}

.subs_chk a:hover,
.subs_chk a:focus {
    text-decoration: none;
}

.file-input input[type="file"] {
    cursor: pointer;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.company_profile textarea {
    padding: 10px;
}

.company_profile select {
    width: 100%;
    height: 34px;
    padding: 5px;
    border-color: #ddd;
    font-size: 13px;
}

.company_profile .payment_type input {
    border-color: #ddd;
}

.company_profile .card_info label {
    font-size: 14px;
    text-transform: unset;
    color: #333;
}

.add_card {
    height: 34px;
    font-size: 14px;
    color: #333;
    min-width: 110px;
    border-radius: 2px;
    border: 1px solid #8d712d;
    line-height: 33px;
    background: rgba(244, 219, 157, 1);
    background: -moz-linear-gradient(top, rgba(244, 219, 157, 1) 0%, rgba(241, 195, 88, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 219, 157, 1)), color-stop(100%, rgba(241, 195, 88, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 219, 157, 1) 0%, rgba(241, 195, 88, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 219, 157, 1) 0%, rgba(241, 195, 88, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 219, 157, 1) 0%, rgba(241, 195, 88, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 219, 157, 1) 0%, rgba(241, 195, 88, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4db9d', endColorstr='#f1c358', GradientType=0);
}

@media (min-width:992px) {
    .card_info .col-md-4,
    .card_info .col-md-5 .col-md-5 {
        padding-left: 0;
    }
    .card_info .col-md-6 .col-md-6 {
        padding-right: 0;
    }
}

.card_info span {
    font-size: 14px;
    color: #333;
    margin: 0 0 7px;
    font-weight: 500;
}

.invalid-feedback {
    color: #ff0000;
    font-size: 12px;
    display: none;
}

.payment_type {
    margin-bottom: 25px;
}

.payment_type span {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.add_card_payment {
    color: #37b0c9;
    margin: 12px 0;
    display: block;
    font-size: 15px;
}

.add_card_payment:focus,
.add_card_payment:hover {
    text-decoration: none;
}

.bill_chk {
    margin-top: 20px;
    margin-bottom: 25px;
}

.post_job input,
.post_job select,
.post_job textarea {
    border-color: #333;
}

.card_saved {
    margin-bottom: 20px;
}

.saved_card {
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 7px 0;
    font-size: 15px;
    display: block;
    height: 48px;
    position: relative;
    margin: 0 0 3px;
}

.saved_card:after {
    content: '\f107';
    font-family: fontawesome;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    right: 15px;
}

.saved_card input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}

.saved_card i {
    margin-right: 7px;
}

.expire_card {
    position: relative;
    padding-top: 5px;
}

.expire_label {
    position: absolute;
    top: -32px;
    left: 15px;
    font-size: 14px;
}

.cvv-input {
    display: none;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.cvv-input.show {
    display: block;
}

.payment_type .cvv-input input {
    width: 180px;
    display: inline-block;
}

.cvv-input a {
    font-size: 14px;
    color: #37b0c9;
    display: inline-block;
    margin-left: 7px
}


/**Edit Post**/

.edit_post td,
.edit_post th {
    padding: 10px;
    vertical-align: top;
    font-size: 18px;
}

.edit_post h4 {
    margin: 0;
}

.edit_post label {
    margin: 0;
}

.edit_post span {
    line-height: 18px;
    color: #37b0c9;
    display: inline-block;
}

.btn-group .btn {
    min-width: 230px;
    height: 50px;
    line-height: 2.4;
    color: #fff;
    margin: 5px 7px;
    border: 0;
}

.btn-edit {
    background: #63656a;
}

.btn-delete {
    background: #db634c;
}

.btn-group .btn:hover {
    background: #5ac0d4;
}


/** Conform Model **/

.modal-confirm {
    color: #636363;
    width: 400px;
    margin: 20px auto
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #f15e5e;
    z-index: 9;
}

.modal-confirm .icon-box svg {
    color: #f15e5e;
    display: inline-block;
    margin-top: 20px;
}

.modal-confirm .modal-header,
.modal-footer {
    background: #fff;
    border: 0;
}

.modal-confirm .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-confirm h4 {
    font-size: 26px;
    margin: 30px 0 -10px;
    font-weight: 400;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer .btn {
    text-transform: capitalize;
    border-radius: 3px;
}

.modal-confirm .modal-footer .btn-info {
    background: #999999;
}

.modal-confirm .modal-footer .btn-danger {
    background: #db634c;
}

.modal-confirm .modal-footer .btn:hover,
.modal-confirm .modal-footer .btn:focus {
    background: #5ac0d4
}

.edit_post .btn-group {
    padding: 0 10px;
    width: 100%;
}


/**Filter check **/

.menu-active {
    font-weight: 700;
}

.select_chk {
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.select_chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1111;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.select_chk .checkmark:after {
    top: 33%;
    right: 16px;
    width: 7px;
    height: 13px;
    border: 2px solid #1f1f1f;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.select_chk input:checked~.checkmark:after {
    display: block;
}


/**MEDIA QUERY**/

@media (max-width:1370px) {
    .card_info>.col-md-6,
    .card_info>.col-md-5 {
        width: 100%;
    }
}

@media (max-width:991px) {
    .job_rht {
        margin: 25px 0;
    }
    .card_info select {
        margin-bottom: 10px;
    }
    .card_info label {
        margin: 5px 0;
    }
}

@media (max-width:767px) {
    .job_list .row {
        margin-top: 25px;
    }
    .council_lft {
        text-align: left!important;
    }
    .common_form h5 {
        padding: 10px 15px 0;
    }
    .panel-bottom {
        padding: 25px 40px
    }
    .common_form label {
        margin-top: 0;
    }
    .saved_card {
        line-height: 30px;
    }
    .saved_card i img {
        width: 40px
    }
    .expire_label {
        top: -40px;
    }
    .expire_card {
        padding-top: 0;
    }
    .edit_post .btn-group .btn {
        min-width: 40%;
        height: 46px;
        line-height: 2.2;
    }
}

@media (max-width:420px) {
    .saved_card {
        height: auto;
        overflow: hidden;
    }
    .saved_card .col-md-7,
    .expire_card {
        width: 100%;
    }
    .expire_label {
        position: static;
        display: inline-block!important;
    }
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #656565;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #252525;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.site-header .search {
    position: relative;
    padding: 0 24px 0;
    top: 15px;
}

.site-header .search-input {
    background-color: transparent;
    background-image: url(img/search.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.site-header .search-input:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}

.site-header>.search .search-submit {
    display: none;
}

.wpcf7-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.wpcf7-submit {
    background: #4ca6c3;
    min-width: 160px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin: 0 auto;
    height: 43px;
    display: block;
    text-transform: uppercase;
    border-radius: 2px;
}

#recent-posts-4 {
    background-color: #114f5c;
    margin-bottom: 20px;
    padding: 20px;
}

#recent-posts-4 h3 {
    margin: 0 -20px;
    text-align: center;
    margin-bottom: 10px;
    color: #25a7c1;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    position: relative;
    font-size: 15px;
}

#recent-posts-4 ul {
    color: white;
    font-size: 14px;
    list-style-type: square;
    margin: 0;
    padding: 0 20px;
}

#recent-posts-4 ul li {
    margin-bottom: 5px
}

#recent-posts-4 ul li a {
    color: white
}

#recent-posts-4 ul li a:hover {
    color: #25a7c1;
    text-decoration: none;
}

div#pagination-wrapper {
    margin: 0px 0px 0px 20%;
}

#pagination-wrapper .page-numbers {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

#pagination-wrapper .current {
    background-color: #337ab7;
    color: white;
}

.content-desktop {
    display: block;
}

.content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .content-desktop {
        display: none;
    }
    .content-mobile {
        display: block;
    }
}

.postFig img {
    border: 1px solid #656565
}

.dropdown-menu {
    display: none;
    margin: 0px;
    padding: 0px;
    background-color: rgb(100, 100, 100);
    min-width: 150px;
}

.featured-summary>.article-read-more {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #25a7c1;
    border-color: #25a7c1;
    color: #fff;
    display: block;
    margin-top: 1.1rem;
    width: 28%;
}

@media (max-width: 768px) {
    .dropdown-menu {
        display: block;
    }
    .featured-summary>.article-read-more {
        width: 30%;
    }
}

.dropdown-menu li {
    background-color: #656565
}

.img-responsive {
    border: 1px solid #656565;
}

.article-list {
    padding-left: 15px;
    padding-right: 15px;
}

.nopadding {
    padding: 0;
}

.related .sd-sharing {
    display: none;
}

.adbutler_hb_17_widget {
    object-fit: contain;
    background-color: #e2e2e2;
    /* height: 110px; */
    padding: 2px;
    text-align: center;
}

.adbutler_hb_18_widget {
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    object-fit: contain;
}

.sidebar-widget {
    /* text-align: center; */
}

.active_menu_link1 .menu-drop {
    display: block !important;
}

.active_menu_link .menu-drop {
    display: block !important;
}

.related_post {
    /* width: 330px;
    height: 210px; */
    /* width: 332px;
    height: 249px; */
}

@media only screen and (max-width: 1024px) {
    .widget_adbutler {
        object-fit: contain;
        overflow: scroll;
        height: auto;
        text-align: center;
        display: none;
    }
    #featured-article img {
        /* margin-top: 40px */
    }
    #mobile-nav-btn-wrapper {
        display: block;
    }
    #top-nav {
        display: none;
    }
    #search {
        display: none;
    }
    #main-nav,
    #main-nav.hideme {
        display: none;
    }
    #search-bar,
    #search-bar.hideme {
        display: block;
        left: 0;
        width: 100%;
        top: -25px;
        padding: 0 20px;
    }
    div#section-main-nav.menu_new {
        background: #656565;
        height: 80px;
    }
    #section-top-nav {
        height: 75px;
    }
    #logo {
        margin-top: 25px;
    }
    .mobile-nav-btn-wrapper .btn-lg {
        padding: 0px 16px;
    }
    #search-close {
        display: none;
    }
    #myTab.nav_tab li a {
        display: none;
    }
    /* .left-fluid {
        margin-right: 0;
    } */
    .menu-drop {
        display: none
    }
    #tab_1 li,
    #tab_2 li {
        padding: 10px 0;
        list-style: none;
        margin: 0;
    }
    ul#tab_1,
    ul#tab_2 {
        background: rgba(0, 0, 0, 0.2);
        padding: 0;
    }
    /* .left-fluid {
        min-height: unset;
    } */
    .caret {
        border-top: 7px dashed;
        border-top: 7px solid\9;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
    .share-this-article label {
        width: auto;
        margin-top: 4px;
    }
    /* .right-fixed {
        position: static;
        margin: 0 auto;
    } */
}

@media only screen and (min-width: 1025px) and (max-width: 1093px) {
    .widget_adbutler {
        object-fit: contain;
        height: auto;
        text-align: center;
        display: none;
    }
    #featured-article img {
        /* margin-top: 40px */
    }
    #mobile-nav-btn-wrapper {
        display: block;
    }
    #top-nav {
        display: none;
    }
    #search {
        display: none;
    }
    #main-nav,
    #main-nav.hideme {
        display: none;
    }
    #search-bar,
    #search-bar.hideme {
        display: block;
        left: 0;
        width: 100%;
        top: -25px;
        padding: 0 20px;
    }
    div#section-main-nav.menu_new {
        background: #656565;
        height: 80px;
    }
    #section-top-nav {
        height: 75px;
    }
    #logo {
        margin-top: 25px;
    }
    .mobile-nav-btn-wrapper .btn-lg {
        padding: 0px 16px;
    }
    #search-close {
        display: none;
    }
    #myTab.nav_tab li a {
        display: none;
    }
    /* .left-fluid {
        margin-right: 0;
    } */
    .menu-drop {
        display: none
    }
    #tab_1 li,
    #tab_2 li {
        padding: 10px 0;
        list-style: none;
        margin: 0;
    }
    ul#tab_1,
    ul#tab_2 {
        background: rgba(0, 0, 0, 0.2);
        padding: 0;
    }
    /* .left-fluid {
        min-height: unset;
    } */
    .caret {
        border-top: 7px dashed;
        border-top: 7px solid\9;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
    .share-this-article label {
        width: auto;
        margin-top: 4px;
    }
    /* .right-fixed {
        position: static;
        margin: 0 auto;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .widget_adbutler {
        object-fit: contain;
        height: auto;
        text-align: center;
        display: none;
    }
}

.widget_adbutler {
    object-fit: contain;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

.widget_adbutler img {
    width: 100%
}

.featured-image {
    /* height: 315px */
    height: auto;
}

.adbutler_hb_17_widget img {
    width: auto;
    height: auto;
}

.adbutler_hb_18_widget img {
    width: auto;
    height: auto;
}

@media (max-width: 1078px) {
    .adbutler_hb_17_widget img {
        width: 100%;
        height: auto;
    }

    .adbutler_hb_18_widget img {
        width: 100%;
        height: auto;
    }
}

.sidebar-widget {
	text-align: center;
}

.padd4 {
   padding: 20px;
}

.primary {
    background-color: #04445f;
}

.dark {
    background-color: #000;
}

/*Stocks*/
div.sharedaddy{
	display: none;
}
th, td {
    color: #fff;
}
th {
    background-color: #0f3c49;
}
.content-page {
    background-color: #07596d;
    padding: 10px;
}
.selected, .selected:hover {
    background-color: #000!important;
}
.table {
      /*margin-top: 20px!important;*/
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #3b8298;
}
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #0f3c49;
}
.table-striped > tbody {
    background-color: #07596d;
}
.positive,.positiveChange{
    color: #1fe56c;
    font-weight: 500;
}
.positive:after {
    content: "\f062 ";
    font-family: FontAwesome;
    color: #1fe56c;
}
.negative,.negativeChange{
    color: #e64343;
    font-weight: 500;
}
.negative:after {
    content: "\f063 ";
    font-family: FontAwesome;
    color: #e64343;
}
.heading-container {
    display: inline-flex;
}

.logo {
    font-size: 40px;
    color: #9a9da5;
    font-weight: 500;
    margin-right: 2px;
}
.sub-logo {
    font-size: 30px;
    color: #9a9da5;
    font-weight: 500;
    margin-right: 2px;
}
.content-stocks {
  color: #fff; text-align: justify;  
}
.wire {
    color: #25a7c1!important;
}
.titles {
  font-size: calc(0.5em + 1vw)!important;  
  text-transform: capitalize!important;
  padding: 0!important;
}
.color-wt {
    color: #fff
}
.counts {
     font-size: calc(0.5em + 1vw)!important;  
  text-transform: capitalize!important;
  padding: 0!important;
    
}
.index {
    color: #fff; text-align: center;
}
.center {
    text-align: center;
}
.sub-heading {
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px!important;
}
.sponsors {
    font-size: 22px!important;
    color: #fff;
    padding-top: 10px!important;
    text-align: start!important;
    font-weight: 500;
    font-style: italic;
}

   