@font-face {
  font-family: Gibson-Light;
  src: url(../fonts/Gibson-Light.otf);
}
@font-face {
  font-family: Gibson-SemiBold;
  src: url(../fonts/Gibson-SemiBold.otf);
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
}
body {
  font-size: 15px;
  overflow-x: hidden;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}
.navbar .navbar-brand {
  height: auto;
  padding: 8px 8px;
}



#myNavbar {
  float: right;
}
#myNavbar ul li a {
  color: #555;
  text-transform: capitalize;
}
#myNavbar ul li a.red-link { 
  border: 1px solid #a80f20;
  padding: 6px 20px;
  margin-top: 9px;
  color: #a80f20;

}
#myNavbar ul li a .glyphicon-menu-down {
  font-size: 11px;
  font-weight: 700;
}
.navbar-header .collapsed .icon-bar {
  background: #555;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #555;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #9e0000;
  color: #fff !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background: transparent;
}
.mobile-menu {
  z-index: 10;
  position: absolute;
  width: 100%;
  background: #fff;
}

.menu-search {
  width: 250px;
  padding: 12px 10px;
}
.menu-search button {
  margin-left: -1px;
  margin-top: -2px;
  background-color: #9c0000;
  color: #fff;
  font-size: 16px;
  padding: 6px 8px;
  border-radius: 0;
}
.menu-search button:hover {
  background-color: #8d0000;
  color: #fff;
}
.menu-search input {
  background-color: transparent;
  border: 1px solid #9c0000;
  border-radius: 0;
}


.header {
  background-image: url(../images/header-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  height: 526px;
  width: 100%;
}
.overLay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 76px;
  height: 500px;
  position: absolute;
}
.header-txt-container {
  width: 88%;
  min-height: 200px;
  z-index: 2;
  position: relative;
  top: 30%;
  left: 6%;
}
.header-txt-container h1 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
.header-txt-container p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-top: 24px;
  font-family: "Gibson Light";
}
.search-box {
  padding-top: 36px;
  clear: both;
}
.search-box .form-control {
  border-radius: 0;
  border: 1px solid #222;
  font-size: 18px;
  height: auto;
}
.search-box .btn-red {
  background: #9e0000;
  color: #fff;
}
.latest-news-box a {
  text-decoration: none;
  color: #444;
}
.latest-news-box a:hover {
  color: #222;
}
.latest-news-box {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
.latest-news-box h3 {
  font-weight: 700;
}
.latest-news-box .news-image {
  width: 100%;
}
.latest-news-box .news-content {
  color: #777;
}
.latest-news-box .news-box {
  margin-bottom: 30px;
}
.latest-news-box .news-box img {
  max-width: 100%;
}
.latest-news-box .news-box h4.red-text {
  color: #d10000;
  font-weight: 700;
  margin-bottom: 4px;
}
.latest-news-box .news-box h4.red-text:hover {
  color: #a00000;
}
.latest-news-box .news-box .news-info {
  color: #777;
}
.latest-news-box .news-box .news-info a {
  color: #777;
}
.latest-news-box .news-box .news-info a:hover {
  color: #111;
}
.exclusiveBox {
  border: 2px solid #d0d0d0;
  padding: 4px 12px;
  margin-top: 26px;
}
.exclusiveIcon {
  background-image: url(../images/exclusive.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 70px;
  height: 18px;
  position: absolute;
  margin-top: -23px;
  margin-left: -14px;
}
a.see-all-button {
  background: #9e0000;
  color: #fff;
  width: 28%;
  text-align: left;
  border-radius: 0;
}
a.see-all-button:hover {
  background: #9a1a1a;
  color: #fff;
}
.newsletter-box {
  width: 90%;
  border-left: 43px solid #9e2725;
  background-color: #d6d6d6;
  min-height: 160px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 36px 14px;
}
.newsletter-box .newsletter-logo {
  background: #fff;
  margin-top: -10px;
  margin-left: -14px;
  width: 52%;
  height: 97px;
}
.newsletter-box h1.newsletter-heading {
  margin-top: 0;
  padding-left: 26px;
  font-weight: 700;
  color: #111;
  font-size: 44px;
  padding-bottom: 12px;
}
.newsletter-box .newsletter-info {
  margin-top: 44px;
  color: #222;
}
.newsletter-box .btn-red {
  background: #d24c4c;
  color: #fff;
  width: 70%;
  padding: 10px;
}
.newsletter-box .form-control {
  border-radius: 0;
  border: 1px solid #888;
  font-size: 18px;
  height: auto;
  font-size: 14px;
}
.newsletter-box .form-control #user_email {
  margin-left: 27px;
  padding: 10px;
}
.newsletter-box h3 {
  font-size: 24px;
  margin-left: 27px;
  margin-top: 0;
}
.companies-container {
  width: 90%;
  min-height: 200px;
  margin: auto;
  margin-top: 26px;
}
.companies-container .graph-box {
  display:none;
  width: 100%;
  background: #d7d7d7;
  min-height: 262px;
  border: 1px solid #9e9e9e;
}
.companies-container .companies-heading-box {
  width: 100%;
  margin-top: 16px;
  font-size: 18px;
  padding: 10px 0;
}
.companies-container .companies-heading-box .cat-name {
  font-weight: 700;
  color: #222;
}
.companies-container .companies-heading-box .percent {
  color: #222;
  text-align: right;
}
.companies-container .companies-heading-box .percent .green-arraw {
  color: #64d725;
  margin-right: 12px;
  font-size: 22px;
}
.companies-container .companies-heading-box .percent .red-arraw {
  color: #9a0000;
  margin-right: 12px;
  font-size: 22px;
}
.companies-container .companies-info {
  width: 100%;
  margin-top: 4px;
}
.companies-container .companies-info table tr td {
  width: 25%;
  padding: 2px 0;
}
.companies-container .companies-info a {
  color: #333;
}
.companies-container .see-all-link {
  color: #9e0000;
  margin-top: 8px;
  display: block;
}
.exclusive-box {
  width: 90%;
  min-height: 40px;
  margin: auto;
  margin-top: 40px;
  border: 3px solid #d10000;
}
.exclusive-box .exclusive-heading {
  color: #d10000;
  padding: 14px 24px;
  font-weight: 700;
  width: 10%;
  float: left;
}
.exclusive-box .exclusive-text {
  padding: 14px 10px;
  width: 85%;
  float: left;
}
.exclusive-box .exclusive-arrow {
  color: #d10000;
  width: 4%;
  float: left;
  padding: 14px 24px;
}
.news-review-box {
  width: 90%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
}
.news-review-box h3 {
  font-weight: 700;
}
.news-review-box h4.red-text {
  color: #d10000;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 0;
}
.news-review-box h4.red-text:hover {
  color: #a00000;
}
.news-review-box a {
  text-decoration: none;
}
.about-company-container {
  margin-top: 70px;
  width: 100%;
  background: #9e0000;
  min-height: 200px;
}
.about-company-container .about-company-content {
  width: 90%;
  margin: auto;
  min-height: 200px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-company-container .about-company-content p {
  font-size: 12px;
}
footer {
  background-color: #d10000;
  padding: 25px;
  padding-bottom: 0;
}
.footer-logo {
  text-align: left;
  float: left;
}
footer ul {
  list-style: none;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 6px;
}
footer ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
footer ul a {
  color: #fff;
}
footer ul a:hover {
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
}
footer .footer-2 {
  margin-top: 50px;
  min-height: 20px;
  color: #fff;
  padding: 5px;
}
footer .footer-2 .help {
  text-align: left;
}
footer .footer-2 .help a {
  color: #fff;
}
footer .footer-2 .help a:hover {
  color: #fff;
}
footer .footer-2 .copyright {
  text-align: right;
}
.new-exclusive-container {
  width: 90%;
  min-height: 40px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #9c9c9c;
}
.new-exclusive-container .new-exclusive-heading {
  color: #fff;
  padding: 14px 24px;
  font-weight: 700;
  width: 14%;
  background-color: #d30000;
  background-image: url(../images/icons.png);
  background-position: 114px -5px;
  background-size: 175px 250px;
  float: left;
}
.new-exclusive-container .new-exclusive-text {
  padding: 14px 10px;
  width: 81%;
  font-size: 13px;
  float: left;
}
.new-exclusive-container .new-exclusive-arrow {
  color: #d10000;
  width: 4%;
  float: left;
  padding: 14px 24px;
}
.related-company-container {
  min-height: 200px;
  width: 90%;
  margin: auto;
  margin-bottom: 60px;
}
.related-company-container h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  padding: 4px 0;
}
.related-company-container .companyBox {
  min-height: 400px;
  padding-right: 10px;
  padding-left: 10px;
}
.related-company-container .companyBox .logobox {
  height: 180px;
  border: 1px solid #999;
  text-align: center;
  background: #f3efef;
  padding: 4px;
}
.related-company-container .companyBox .logobox img {
  width: 100%;
  max-height: 170px;
}
.related-company-container .companyBox h3 {
  border-bottom: 2px groove #000;
  padding: 7px 0 14px 0;
  font-weight: 700;
  color: #000;
}
.related-company-container .companyBox a {
  text-decoration: none;
}
.related-company-container .companyBox .infoBox {
  padding: 2px 3px;
  width: 100%;
}
.related-company-container .companyBox .infoBox label {
  width: 100%;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 13px;
}
.related-company-container .companyBox .infoBox h4 {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  margin: 2px 0;
  color: #555;
}
.related-company-container .companyBox .infoBox p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  margin: 16px 0;
}
.related-company-container .companyBox .infoBox a {
  display: block;
  text-decoration: none;
  color: #a4040c;
}
.fetured-section-container {
  min-height: 200px;
  width: 90%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.fetured-section-container h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 4px 0;
}
.fetured-section-container .greyLine {
  width: 100%;
  height: 2px;
  background: gray;
  margin: 15px 0;
}
.fetured-section-container .fetured-box {
  min-height: 206px;
  overflow-x: hidden;
}
.fetured-section-container .fetured-box h3 {
  width: 100%;
  color: #d91027;
  font-size: 16px;
  font-weight: 700;
}
.fetured-section-container .fetured-box h3:hover {
  color: #a00000;
}
.fetured-section-container .fetured-box a {
  text-decoration: none;
}
.fetured-section-container .fetured-box h3 a {
  width: 100%;
  color: #d91027;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.fetured-section-container .fetured-box label {
  width: 100%;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
}
.fetured-section-container .fetured-box p {
  color: #000;
  font-size: 14px;
}
.fetured-section-container .see-all-button {
  background: #9e0000;
  color: #fff;
  text-align: left;
  border-radius: 0;
  padding-left: 22px;
  margin-top: 20px;
}
.company-info-container {
  min-height: 200px;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.company-info-container .greyLine {
  width: 50%;
  height: 1px;
  background: gray;
  margin: 15px 0;
}
.company-info-container h1 {
  font-weight: 700;
  color: #9b9b9b;
}
.company-info-container a {
  text-decoration: none;
}
.company-info-container .percent {
  text-align: left;
}
.company-info-container .percent .green-arraw {
  color: #64d725;
  margin-right: 12px;
  font-size: 24px;
}
.company-info-container .percent .green-arraw .percent-text {
  color: #222;
  margin-left: 14px;
  margin-top: -4px;
  position: absolute;
}
.company-info-container .percent .red-arraw {
  color: #9a0000;
  margin-right: 12px;
  font-size: 24px;
}
.company-info-container .percent .red-arraw .percent-text {
  color: #222;
  margin-left: 14px;
  margin-top: -4px;
  position: absolute;
}
.company-info-container .infoBox {
  padding: 2px 3px;
  width: 100%;
}
.company-info-container .infoBox label {
  width: 100%;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.company-info-container .infoBox h4 {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  margin: 2px 0;
}
.company-info-container .infoBox h4 a {
  text-decoration: none;
  color: #d30000;
}
.contact-box {
  margin-top: 10px;
}
.contact-box .contact-button {
  text-decoration: none;
  color: #d30000;
  text-align: left;
  border: 1px solid #d30000;
  width: auto;
  padding: 7px 36px 28px 36px;
  border-radius: 0;
}
.company-info-container .company-logo-box {
  width: 100%;
  border: 1px solid #999;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  background: #f3efef;
}
.company-info-container .company-logo-box .company-logo {
  width: 60%;
  margin: auto;
}
.company-info-container .cliam-box {
  margin-top: 40px;
  width: 100%;
  min-height: 168px;
  background-image: url(../images/claim-background.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f3eeee;
  background-size: 98px 170px;
}
.company-info-container .cliam-box h3 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  padding-left: 44px;
  padding-top: 26px;
}
.company-info-container .claim-text {
  background-image: url(../images/claim-icon.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #d30000;
  width: 80%;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.company-info-container .claim-arrow {
  margin-top: 31px;
  color: #d30000;
}
.company-slider {
  margin-top: 24px;
}
.follow-box {
  min-height: 50px;
  min-width: 50px;
}
.follow-box .twitter-icon {
  background-image: url(../images/social-icon.png);
  background-position: 0 0;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.follow-box .yahoo-icon {
  background-image: url(../images/social-icon.png);
  background-position: -42px 0;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.grey-line {
  height: 2px;
  background: gray;
  margin: 15px 0;
}
.about-box {
  margin-top: 24px;
  width: 100%;
  min-height: 100px;
}
.about-box h2 {
  font-weight: 700;
  color: #000;
  font-size: 26px;
}
.about-box p {
  font-size: 15px;
}
.executive-box {
  margin-top: 30px;
}
.executive-box h2 {
  font-weight: 700;
  color: #000;
  font-size: 26px;
  margin-bottom: 30px;
}
.executive-content {
  margin-right: 30px;
  margin-bottom: 30px;
  min-height: 280px;
  float: left;
  width: 200px;
}
.executive-content img {
  width: 100%;
  opacity: 0.7;
}
.executive-content img:hover {
  width: 100%;
  opacity: 1;
}
.executive-content h4 {
  color: #d30000;
  font-weight: 700;
  font-size: 14px;
}
.properties-box {
  width: 100%;
  margin-top: 26px;
}
.properties-box h2 {
  font-weight: 700;
  font-size: 24px;
}
.properties-box p {
  color: #333;
}
.properties-box .map {
  width: 100%;
}
.properties-news {
  margin-top: 32px;
}
.properties-news h2 {
  font-weight: 700;
}
.properties-box a {
  margin: auto;
  display: block;
  margin-top: 12px;
  text-align: center;
}
.rick-rule {
  min-height: 200px;
}
.rick-rule h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rick-rule .rick-rule-info {
  border: 1px solid #b3b3b3;
  padding: 14px;
  margin: 16px 0;
}
.rick-rule .rick-rule-info p {
  color: #aaa;
}
.rick-rule .rick-rule-info p b {
  color: #444;
}
.space {
  width: 100%;
  height: 20px;
}
.capitalize {
  text-transform: capitalize;
}
.yellow {
  color: #ff9600;
}
.grey {
  background: #f3efef;
}
.clear {
  clear: both;
  width: 100%;
}
.gold-border {
  height: 6px;
  background: #ff9500;
  margin-top: 12px;
}
.silver-border {
  height: 6px;
  background: #7c8ba2;
  margin-top: 12px;
}
.uranium-border {
  height: 6px;
  background: #c9ef7c;
  margin-top: 12px;
}
.copper-border {
  height: 6px;
  background: #9fc667;
  margin-top: 12px;
}
.diamond-border {
  height: 6px;
  background: #b8580a;
  margin-top: 12px;
}
.potash-border {
  height: 6px;
  background: #72762e;
  margin-top: 12px;
}
.techmetal-border {
  height: 6px;
  background: #ecd1aa;
  margin-top: 12px;
}
.junior-border {
  height: 6px;
  background: #4a8874;
  margin-top: 12px;
}
.coal-border {
  height: 6px;
  background: #3d6390;
  margin-top: 12px;
}
.news-section {
  margin-top: 0;
}
.news-section h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.news-section .news-box {
  margin-bottom: 20px;
}
.news-section .news-box h3 {
  width: 100%;
  color: #d91027;
  font-size: 16px;
  font-weight: 700;
}
.news-section .news-box label {
  width: 100%;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
}
.news-section .news-box p {
  color: #000;
  font-size: 14px;
}
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
.company-search-box {
  width: 90%;
  margin: auto;
}
.company-search-box a {
  text-decoration: none;
}
.company-search-box h4 {
  color: #9e0000;
  font-size: 24px;
  margin-bottom: 5px;
  text-decoration: none;
}
.company-search-box h4:hover {
  color: #cc4141;
  text-decoration: none;
}
.company-search-box .resultBox {
  padding: 0 10px;
  border-bottom: 1px solid #f0f0f0;
  min-height: 64px;
}
.company-search-box .resultBox .news-info {
  color: #888;
  font-size: 16px;
  margin-left: 1px;
}
.triangle-box {
  width: 90%;
  margin: auto;
  margin-top: 60px;
  min-height: 44px;
  clear: both;
}
.triangle-text {
  background-color: #d30000;
  padding: 12px;
  float: left;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.triangle-left {
  float: left;
  color: #fff;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid #d30000;
  border-right: 22px solid transparent;
  border-left: 22px solid #d30000;
}
.triangle-right {
  margin-left: -43px;
  float: left;
  color: #fff;
  width: 0;
  height: 0;
  border-top: 22px solid #d30000;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #d30000;
  border-left: 22px solid transparent;
}
.triangle-text-active {
  background-color: #a00000;
  padding: 12px;
  float: left;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.triangle-left-active {
  float: left;
  color: #fff;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid #a00000;
  border-right: 22px solid transparent;
  border-left: 22px solid #a00000;
}
.triangle-right-active {
  margin-left: -43px;
  float: left;
  color: #fff;
  width: 0;
  height: 0;
  border-top: 22px solid #a00000;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #a00000;
  border-left: 22px solid transparent;
}
.letter-box {
  background-color: #f3eeed;
  min-height: 200px;
  width: 90%;
  margin: auto;
  color: #3b3736;
  padding: 30px;
}
.letter-box .info-box {
  padding: 6px 14px;
}
.letter-box .info-box a {
  text-decoration: none;
  display: block;
  color: #3b3736;
}
.letter-box .info-box a:hover {
  color: #111;
}
.mnewsBox {
  border: 1px solid #bbb;
}
.mnewsBox img {
  width: 100%;
  max-height: 180px;
}
.mnewsBox .mnews-info {
  padding: 14px;
}
.mnewsBox .mnews-info a {
  display: block;
  color: #d10000;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 5px;
}
.mnewsBox .mnews-info label {
  width: 100%;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
}
.myadds {
  min-height: 200px;
  border: 2px solid #666;
}
.myadds img {
  width: 100%;
}
.exclusiveIcon2 {
  background-image: url(../images/exclusive.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 70px;
  height: 18px;
  position: absolute;
  bottom: 86px;
  left: 16px;
}
.all-channel {
  min-width: 100px;
  padding: 40px 20px;
}
.all-channel a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.all-channel a:hover {
  color: #111;
}
.btn-red {
  background: #9e0000;
  color: #fff;
  border: 1px solid #9e0000;
}
.btn-red:hover {
  background: #9e0000;
  color: #fff;
  border: 1px solid #9e0000;
  opacity: 0.7;
}
.top10 {
  margin-top: 8px !important;
}
.top20 {
  margin-top: 18px !important;
}
.top30 {
  margin-top: 28px !important;
}
.top40 {
  margin-top: 38px !important;
}
.top50 {
  margin-top: 48px !important;
}
.top60 {
  margin-top: 58px !important;
}
.top70 {
  margin-top: 68px !important;
}
.top80 {
  margin-top: 78px !important;
}
.top90 {
  margin-top: 90px !important;
}
.top100 {
  margin-top: 100px !important;
}
.top110 {
  margin-top: 110px !important;
}
.top120 {
  margin-top: 120px !important;
}
.single-company-search-container {
  width: 90%;
  margin: auto;
}
.single-company-search-container .companylogo {
  border: 1px solid #aaa;
  height: 160px;
  background: #d7d7d7;
}
.single-company-search-container .companylogo img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-company-search-container .companyInfo {
  border: 1px solid #aaa;
  border-left: 0;
  height: 160px;
}
.single-company-search-container .companyInfo h4 {
  color: #d10000;
  margin-bottom: 10px;
}
.single-company-search-container .companyInfo a {
  color: #888;
}
.single-company-search-container .companyInfo p {
  color: #888;
  margin-top: 10px;
}
.single-company-search-container .greybox {
  background: #d7d7d7;
  padding: 24px;
  margin-bottom: 50px;
}
.single-company-search-container .greybox h4 {
  color: #d10000;
  margin-bottom: 4px;
  overflow: hidden;
}
.single-company-search-container .greybox span {
  color: #999;
}
.single-company-search-container .greybox p {
  color: #444;
  margin-top: 20px;
}
.single-company-search-container .newsBox {
  margin-top: 34px;
  margin-bottom: 34px;
}
.single-company-search-container .newsBox .heading {
  color: #999;
}
.single-company-search-container .newsBox .newsContent {
  margin-bottom: 35px;
  overflow-x: hidden;
}
.single-company-search-container .newsBox .newsContent h4 {
  color: #d10000;
  margin-bottom: 4px;
}
.single-company-search-container .newsBox .newsContent a {
  color: #888;
}
.single-company-search-container .newsBox .newsContent p {
  color: #888;
  margin-top: 14px;
}
.single-company-search-container .withoutLogoCompanyInfo {
  border: 1px solid #aaa;
}
.single-company-search-container .withoutLogoCompanyInfo h4 {
  color: #d10000;
  margin-bottom: 10px;
}
.single-company-search-container .withoutLogoCompanyInfo a {
  color: #888;
}
.single-company-search-container .withoutLogoCompanyInfo p {
  color: #888;
  margin-top: 10px;
}
.static-page {
  min-width: 100px;
  padding: 40px 20px;
}
@media only screen and (min-width: 3000px) {
  .header-txt-container {
    top: 24%;
  }
  .header {
    min-height: 59%;
  }
  .overLay {
    min-height: 57.7%;
  }
  .new-exclusive-container .new-exclusive-heading {
    width: 4.5%;
  }
  .new-exclusive-container .new-exclusive-text {
    width: 93.5%;
  }
  .new-exclusive-container .new-exclusive-arrow {
    width: 2%;
  }
}
.notfound {
  width: 100%;
  margin-top: 8%;
  font-size: 6em;
  color: #a80f20;
  text-align: center;
}
.modal-body .form-control {
  border: 1px solid #9e0000;
  border-radius: none;
}
.company-graph-container {
  background-color: #f3efef;
  padding: 6px;
}
.company-graph-container select {
  margin-bottom: 6px;
}
.company-graph-container img {
  width: 100%;
  border: 1px solid #999;
}
.bottomLine {
  background-color: #d10000;
  height: 33px;
  margin-bottom: -22px;
}
.googleTbar {
  height: 32px;
  overflow: hidden;
  float: right;
  margin-left: 0;
  background-color: #d10000;
}
.googleTbar select {
  border: 1px solid #a80f20;
  padding: 4px 6px;
  background: #fff;
  color: #555;
  font-size: 13px;
}
.autoComplete {
  background: #fff;
  list-style: none;
  padding: 0;
  margin-left: 1px;
  border: 1px solid #222;
  border-top: none;
  position: absolute;
  width: 96.3%;
  z-index: 9999;
}
.autoComplete li {
  cursor: pointer;
  padding: 7px 10px;
  margin: 0;
}
.autoComplete li:hover {
  background: #eee;
}
.menu-search .autoComplete {
  border: 1px solid #9c0000;
  width: 91%;
  margin-top: 13%;
  border-top: none;
}
.premium-head h2 {
  font-weight: 700;
}
.premium-head h4 {
  text-align: justify;
}
.premium-head p {
  font-size: 16px;
  text-align: justify;
}
.compnyPdf {
  width: 100%;
  min-height: 300px;
}
.mapImage {
  width: 100%;
}
.companyImages-box img {
  width: 100%;
  margin-top: 10px;
}
.company-trending-news-box {
  background: #edeeec;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 4px;
}
.company-trending-news-box h3 {
  width: 100%;
  color: #d91027;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 2px;
  padding: 0;
}
.company-trending-news-box p {
  margin: 4px 2px;
  padding: 0;
}
.company-trending-news-box label {
  width: 100%;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
}
.company-trending-news-box:hover {
  box-shadow: 0 0 2px 1px #ccc;
}
.pdf-container {
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 6px;
  float: none;
}
.document-container {
  width: 74%;
  margin: auto;
  background: #fff;
  padding: 6px;
  float: none;
}
.document-container img {
  max-width: 100%;
}
.document-container p span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.youtube-container {
  min-height: 200px;
  width: 90%;
  margin: auto;
  margin-bottom: 60px;
}
.youtube-container h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  padding: 4px 0;
}
.youtube-container .youtubeBox {
  min-height: 220px;
  margin-bottom: 20px;
}
.companyLinkpremium {
  border: 1px solid #d30000;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
}
.custom-graph-section-container {
  width: 81%;
  margin: auto;
  padding: 6px;
}
.custom-graph-section-container .custom-heading {
  padding-left: 0;
}
.company-address-box {
  width: 90%;
  min-height: 160px;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 60px;
}
.company-address-box .address-contact-box {
  text-align: center;
}
.company-address-box .address-contact-box .contact-button {
  text-decoration: none;
  color: #d30000;
  text-align: left;
  border: 1px solid #d30000;
  width: auto;
  padding: 7px 36px 28px 36px;
  border-radius: 0;
  margin-bottom: 10px;
}
.company-address-box .address-info {
  text-align: center;
}
.company-address-box .address-info h4 {
  font-size: 16px;
}


@media only screen and (max-width: 768px) {



body {
  overflow-x: hidden;
}

.top70 {
  margin-top: -5px !important;
}

  .navbar-toggle {
margin-top: 20px;
  }

#myNavbar {
  float: none;
}

#myNavbar ul li a.red-link { 
  border: 1px solid #a80f20;
  padding: 6px 20px;
  margin-top: 9px;
  color: #a80f20;
  margin-left: 30%;
  margin-right: 30%;
  text-align:center;
}
  .header-txt-container {
    top: 8%;
  }
  .header-txt-container h1 {
    font-size: 38px;
  }
  .search-box .form-control {
    margin-bottom: 10px;
  }
  .newsletter-box {
    padding-bottom: 20px;
  }
  .newsletter-box .newsletter-info {
    margin-top: 14px;
    padding: 0 20px;
  }
  .newsletter-box .btn-red {
    width: 90%;
  }
  .newsletter-box .form-control {
    margin: 1%;
    width: 90%;
    padding: 8px;
  }
  .exclusive-box .exclusive-heading {
    padding: 10px 10px;
    width: 100%;
  }
  .exclusive-box .exclusive-text {
    padding: 6px 10px;
    width: 99%;
  }
  .exclusive-box .exclusive-arrow {
    width: 100%;
    padding: 24px 10px;
  }
  .see-all-button {
    width: 40%;
  }
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  footer .footer-2 {
    margin-top: 10px;
    min-height: 20px;
    color: #fff;
    padding: 5px;
  }
  footer .footer-2 .copyright {
    text-align: left;
  }
  .company-info-container .greyLine {
    width: 100%;
  }
  .company-info-container .company-logo-box {
    margin-top: 10px;
  }
  .contact-box .contact-button {
    width: 100%;
    text-align: center;
  }
  .company-info-container .cliam-box h3 {
    padding-left: 0;
    text-align: center;
  }
  .company-info-container .claim-text {
    width: 100%;
  }
  .company-info-container .claim_button {
    background-image: url(../images/claim_button.png);
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 20px;
    display: block;
    height: 50px;
  }
  .fetured-section-container .see-all-button {
    width: 36%;
  }
  .newsletter-box h1.newsletter-heading {
    font-size: 24px !important;
    margin-top: -55px;
    padding-bottom: 1px;
    text-align: center;
  }

.newsletter-box h3 {
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 30px;
  }

  .smt{
    text-align: center;

  }
  .newsletter-box h2.newsletter-heading {
    font-size: 34px;
  }
  .related-company-container .companyBox .infoBox {
    margin-bottom: 20px;
  }
  .new-exclusive-container .executive_button {
    background-image: url(../images/executive_button.png);
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 20px;
    display: block;
    height: 50px;
  }
  .new-exclusive-container .new-exclusive-text {
    padding: 14px 16px;
    font-size: 18px;
  }
  .executive-content {
    width: 100%;
  }
  .menu-search {
    width: 200px;
    padding: 12px 10px;
  }
  .menu-search .autoComplete {
    width: 89% !important;
    margin-top: 17% !important;
  }
  .search-box .autoComplete {
    width: 90.8%;
    margin-top: -10px;
  }
  .triangle-box {
    min-height: 28px;
  }
  .triangle-text {
    padding: 4px;
  }
  .triangle-left {
    margin-left: -1px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #d30000;
    border-right: 14px solid transparent;
    border-left: 14px solid #d30000;
  }
  .triangle-right {
    margin-left: -26px;
    margin-right: -1px;
    border-top: 14px solid #d30000;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #d30000;
    border-left: 14px solid transparent;
  }
  .triangle-text-active {
    background-color: #a00000;
    padding: 4px;
  }
  .triangle-left-active {
    margin-left: -1px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #a00000;
    border-right: 14px solid transparent;
    border-left: 14px solid #a00000;
  }
  .triangle-right-active {
    margin-left: -26px;
    margin-right: -1px;
    border-top: 14px solid #a00000;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #a00000;
    border-left: 14px solid transparent;
  }
  .single-company-search-container .companylogo {
    border: 1px solid #aaa !important;
  }
  .single-company-search-container .companyInfo {
    border: 1px solid #aaa !important;
    border-top: 1px solid transparent !important;
    overflow: hidden;
  }
  .footer-logo {
    margin-left: -19px;
    margin-top: -26px;
  }
  .document-container {
    width: 98%;
  }
  .youtube-container {
    min-height: 200px;
    width: 98%;
  }
  .custom-graph-section-container {
    width: 92%;
  }
  .pdf-container {
    width: 98%;
  }
  .stockTable-container {
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .enhanced-newsletter-box .btn-red {
    margin-left: 0px !important;
  }
  .enhanced-company-banner .company-info-box .text-box {
    margin-left: 0px !important;
  }
  .question-section-container .contentBox img {
    max-width: 100%;
    max-height: 180px;
  }
  .ads_left_bar {
    display: none !important;
  }
  .mobile_ads_section {
    display: block !important;
  }
  .adsImage {
    height: auto !important;
  }
  #at4-share {
    display: none;
  }
}
.stockTable {
  background-color: #f3efef;
  border: 4px solid #ddd !important;
}
.stockTable .graphIcon {
  max-width: 100px;
}
.red-background {
  background-color: #d10000;
  color: #fff;
}
.wish {
  color: #d10000;
}
.unwish {
  color: #333;
}
.heart {
  cursor: pointer;
}
.enhanced-background {
  background-color: #ebebeb;
  font-family: Gibson-Light;
}
.enhanced-youtube-container {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  min-height: 200px;
  width: 82%;
  margin: auto;
  margin-bottom: 30px;
  padding: 18px;
  padding-bottom: 30px;
}
.enhanced-youtube-container h1 {
  color: #252525;
  font-size: 2.8em;
  font-family: Gibson-SemiBold;
  margin-bottom: 28px;
  padding: 4px 0;
}
.enhanced-youtube-container .youtubeBox {
  min-height: 220px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.redLine {
  margin: auto;
  background-color: #c42026;
  width: 80px;
  height: 4px;
  display: block;
  margin-bottom: 34px;
  margin-top: -6px;
}
.redLineLeft {
  background-color: #c42026;
  width: 80px;
  height: 4px;
  display: block;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 2px;
}
.enhanced-company-address-box {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  width: 82%;
  min-height: 160px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px;
  padding-bottom: 30px;
}
.enhanced-company-address-box h1 {
  color: #252525;
  font-size: 2.8em;
  font-family: Gibson-SemiBold;
  margin-bottom: 28px;
  padding: 4px 0;
}
.enhanced-company-address-box .contact-button {
  text-decoration: none;
  color: #fff;
  width: auto;
  display: block;
  font-size: 1.6em;
  line-height: 1em;
  padding: 9px 28px 32px 27px;
  border-radius: 0;
  margin-bottom: 28px;
  background-color: #c42026;
}
.enhanced-company-address-box .address-info {
  margin-top: 20px;
}
.enhanced-company-address-box .address-info p {
  font-size: 1.4em;
  line-height: 1.3em;
}
.enhanced-company-address-box .address-info p span {
  font-family: Gibson-SemiBold;
}
.enhanced-company-address-box .address-info p strong {
  font-family: Gibson-SemiBold;
}
.enhanced-newsletter-box {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  width: 82%;
  min-height: 234px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.enhanced-newsletter-box .newsletter-logo {
  width: 100%;
  min-height: 234px;
}
.enhanced-newsletter-box .newsletter-content {
  width: 90%;
  margin: auto;
  padding: 10px 4px;
}
.enhanced-newsletter-box .newsletter-content h1 {
  font-family: Gibson-SemiBold;
  font-size: 2.8em;
}
.enhanced-newsletter-box .newsletter-content h2 {
  font-family: Gibson-SemiBold;
  font-size: 2.8em;
}
.enhanced-newsletter-box .newsletter-content p {
  font-size: 1.6em;
}
.enhanced-newsletter-box .newsletter-content .form-control {
  background: #ebebeb;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 1.6em;
  height: auto;
}
.enhanced-newsletter-box .newsletter-content .btn-red {
  background: #c42026 !important;
  color: #fff;
  width: 100%;
  margin-left: -30px;
}
.enhanced-graph-section-container {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  width: 82%;
  min-height: 160px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  padding-bottom: 30px;
}
.enhanced-graph-section-container h1 {
  color: #252525;
  font-size: 2.8em;
  font-family: Gibson-SemiBold;
  margin-bottom: 28px;
  padding: 4px 0;
}
.enhanced-graph-section-container .company-graph-container {
  background-color: #fff;
}
.enhanced-graph-section-container .company-graph-container img {
  width: 100%;
  border: none;
}
.enhanced-pdf-section {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  width: 82%;
  min-height: 160px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  padding-bottom: 30px;
}
.enhanced-pdf-section h1 {
  color: #252525;
  font-size: 2.8em;
  font-family: Gibson-SemiBold;
  margin-bottom: 28px;
  padding: 4px 0;
}
.enhanced-news-section-container {
  width: 82%;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 28px;
}
.enhanced-news-section-container .enhanced-news-box {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  padding: 16px;
}
.enhanced-news-section-container .enhanced-news-box h2 {
  color: #fff;
  background-color: #c42026;
  font-size: 1.6em;
  font-family: Gibson-SemiBold;
  margin-bottom: 16px;
  padding: 4px 8px;
  display: inline-block;
}
.enhanced-news-section-container .enhanced-news-box .news-content-box {
  min-height: 196px;
}
.enhanced-news-section-container
  .enhanced-news-box
  .news-content-box
  .title-box {
  border-left: 4px solid #c42026;
  padding-left: 16px;
  margin-bottom: 8px;
}
.enhanced-news-section-container
  .enhanced-news-box
  .news-content-box
  .title-box
  a
  h3 {
  color: #383838;
  font-size: 1.3em;
  font-family: Gibson-SemiBold;
}
.enhanced-news-section-container
  .enhanced-news-box
  .news-content-box
  .title-box
  label {
  color: #c3c3c3;
  margin-bottom: -5px;
}
.enhanced-news-section-container
  .enhanced-news-box
  .news-content-box
  .description-box {
  color: #888;
  margin-top: 26px;
  font-size: 1.1em;
}
.enhanced-company-banner {
  width: 100%;
  margin-top: 26px;
}
.enhanced-company-banner .company-info-box {
  margin: auto;
  margin-top: 98px;
  margin-bottom: 98px;
  width: 88%;
}
.enhanced-company-banner .company-info-box .logo-box-black {
  background-color: #000c;
  min-height: 242px;
  padding: 34px;
  display: flex;
}
.enhanced-company-banner .company-info-box .logo-box-black img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.enhanced-company-banner .company-info-box .logo-box-white {
  background-color: #fff;
  min-height: 242px;
  padding: 34px;
  display: flex;
}
.enhanced-company-banner .company-info-box .logo-box-white img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.enhanced-company-banner .company-info-box .text-box {
  background-color: #ffffffdb;
  min-height: 242px;
  padding: 18px 40px;
  margin-left: -30px;
}
.enhanced-company-banner .company-info-box .text-box p {
  font-size: 1.4em;
  padding: 5px;
}
.enhanced-company-banner .company-info-box .text-box h2 {
  font-family: Gibson-SemiBold;
  font-size: 2.4em;
}
.question-section-container {
  box-shadow: 1px 1px 6px 2px #ddd;
  background-color: #fff;
  width: 82%;
  min-height: 160px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 20px 54px;
}
.question-section-container .questionHeading {
  color: #d10000;
  font-family: Gibson-SemiBold;
  font-size: 2.6em;
  margin-left: 42px;
  text-transform: capitalize;
}
.question-section-container .contentBox {
  border-left: 2px solid #c42026;
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
}
.question-section-container .contentBox .serialNo {
  background: #c42026;
  position: absolute;
  left: -21px;
  color: #fff;
  font-size: 1.8em;
  padding: 3px 8px;
}
.question-section-container .contentBox .bottomDot {
  width: 8px;
  height: 8px;
  background: #c42026;
  position: absolute;
  left: -5px;
  bottom: 0;
}
.question-section-container .contentBox .redsquare {
  width: 18px;
  height: 18px;
  background: #c42026;
  margin-right: 5px;
  display: -webkit-inline-box;
}
.question-section-container .contentBox h1 {
  font-family: Gibson-SemiBold;
  font-size: 2.6em;
  margin-bottom: 24px;
  padding-left: 6px;
  color: #252525;
}
.question-section-container .contentBox ul {
  list-style: url(../images/red-tik.png);
  padding: 0 30px;
}
.question-section-container .contentBox ul li {
  font-size: 1.1em;
  padding: 6px;
  line-height: 1.3em;
  color: #919191;
  margin-bottom: 4px;
}
.question-section-container .contentBox p {
  font-size: 1.1em;
  padding: 6px;
  line-height: 1.2em;
  color: #919191;
}
.question-section-container .contentBox img {
  float: left;
  margin-right: 20px;
}
.question-section-container .contentBox p strong {
  font-family: Gibson-SemiBold;
  font-size: 1.2em;
  margin-bottom: 10px;
  display: inline-block;
  color: #252525;
}
.question-section-container .contentBox table tr {
  padding-left: 2px;
}
.question-section-container .contentBox table tr th {
  background-color: #a8a8a8;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 8px 12px;
  border: 3px solid #fff;
}
.question-section-container .contentBox table tr td {
  background-color: #e0e0e0;
  color: #767676;
  font-size: 1.1em;
  padding: 8px 12px;
  border: 3px solid #fff;
  width: 30%;
}
.question-section-container .contentBoxBlank {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
}
.question-section-container .contentBoxBlank p {
  font-size: 1.1em;
  padding: 6px;
  line-height: 1.2em;
  color: #919191;
}
.question-section-container .contentBoxBlank ul li {
  color: #919191;
}
.clear_space {
  width: 100%;
  height: 12px;
  clear: both;
}
.enhanced-background a.see-all-button {
  background: #c42026;
  color: #fff;
  font-size: 1.6em;
  border-radius: 0;
  display: table;
  padding: 2px 26px;
  margin-top: 26px;
}
.enhanced-background a.see-all-button:hover {
  opacity: 0.8;
}
.singleCompanyBox {
  background-color: #fff;
}
.singleCompanyBox .heading {
  background-color: #e00000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.singleCompanyBox .modal-header {
  border-bottom: none;
}
.singleCompanyBox .historySection {
  margin-bottom: 26px;
}
.historyDate {
  font-size: 20px;
}
.leftText {
  text-align: left !important;
}
.nav-tabs > li.active > a {
  background-color: #d10000 !important;
  color: #fff !important;
}
.nav-tabs > li > a {
  color: #555 !important;
}
.company-resources-container {
  width: 90%;
  margin: auto;
}
.company-resources-container .company-resources-content h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 4px 0;
}
.company-resources-container .company-resources-content {
  margin: auto;
  margin-top: 10px;
  background-color: #f3efef;
  border: 4px solid #ddd !important;
  padding-bottom: 20px;
}
.company-resources-search {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.company-resources-search h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 0 0;
  margin-top: -4px;
}
.company-resources-search .company-resources-content {
  width: 100%;
  padding: 16px 6px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f3efef;
  border: 4px solid #ddd !important;
}
.search-section-container {
  min-height: 200px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 36px;
}
.question-section-container .contentBox2 {
  position: relative;
  margin-bottom: 16px;
}
.question-section-container .contentBox2 h1 {
  font-family: Gibson-SemiBold;
  font-size: 2.6em;
  margin-bottom: 24px;
  padding-left: 6px;
  color: #252525;
}
.question-section-container .contentBox2 ul {
  list-style: url(../images/red-tik.png);
  padding: 0 30px;
}
.question-section-container .contentBox2 ul li {
  font-size: 1.1em;
  padding: 6px;
  line-height: 1.3em;
  color: #919191;
  margin-bottom: 4px;
}
.question-section-container .contentBox2 p {
  font-size: 1.2em;
  padding: 6px;
  line-height: 1.2em;
  color: #919191;
}
.question-section-container .contentBox2 img {
  float: right;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 100%;
}
.question-section-container .contentBox2 p strong {
  font-family: Gibson-SemiBold;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #252525;
}
.question-section-container .contentBox2 table tr {
  padding-left: 2px;
}
.question-section-container .contentBox2 table tr th {
  background-color: #a8a8a8;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 8px 12px;
  border: 3px solid #fff;
}
.question-section-container .contentBox2 table tr td {
  background-color: #e0e0e0;
  color: #767676;
  font-size: 1.1em;
  padding: 8px 12px;
  border: 3px solid #fff;
  width: 30%;
}
.question-section-container .headingTxtBorder {
  border: 4px solid #c42026;
  padding: 20px;
  margin-top: 32px;
  margin-bottom: 36px;
}
.question-section-container .headingTxtBorder .headingTxtbox {
  background-color: #ebebeb;
  margin-left: -46px;
}
.question-section-container .headingTxtBorder .headingTxtbox blockquote {
  background-color: #eaeaea !important;
  margin: 0.4em 0;
  padding: 2.8em 2.2em;
  quotes: "\201C""\201D""\2018""\2019";
  position: relative;
  min-height: 100px;
  color: #000;
  font-weight: 700;
  font-size: 1.5em;
  font-style: oblique;
  border-left: none;
}
.question-section-container .headingTxtBorder .headingTxtbox blockquote:before {
  color: #b80010;
  content: open-quote;
  font-size: 4em;
  font-weight: 700;
  line-height: 0.1em;
  position: absolute;
  top: 0.6em;
  left: 0em;
  font-family: sans-serif;
}
.question-section-container .headingTxtBorder .headingTxtbox blockquote:after {
  color: #b80010;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  right: 0.2em;
  bottom: 0;
  font-family: sans-serif;
}
#cmrQuestionForm .modal-title {
  font-weight: 700;
}
#cmrQuestionForm .modal-header {
  border-bottom: none;
}
#cmrQuestionForm .modal-header .small-line {
  width: 24%;
  background-color: #9e0000;
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-left: 2px;
}
#cmrQuestionForm .modal-body .form-control {
  border: 1px solid #ddd;
}
#cmrQuestionForm label {
  color: #9e0000;
}
#cmrQuestionForm .btn-red {
  float: left;
}
.popup-sideImage {
  min-height: 590px;
  max-width: 105.5%;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.popCustomButton {
  background-image: url(../images/pop-image-button.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 46px;
  display: block;
  height: 44px;
  position: absolute;
  right: -1px;
  top: 0;
  cursor: pointer;
}
.ads_left_bar {
  width: 300px;
  display: block;
  margin: auto;
  margin-left: 26px;
  margin-top: 74px;
  margin-bottom: 20px;
  max-width: 100%;
}
.ads_left_bar img {
  margin-top: 16px;
}
.mobile_ads_section {
  display: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile_ads_section img {
  margin-top: 16px;
}
.adsBox {
  width: 90%;
  margin: auto;
  margin-bottom: -66px;
  margin-top: -50px;
}
.adsImage {
  margin: auto;
  display: block;
  margin-top: 16px;
  max-width: 100%;
}
.new-exclusive-container .new-exclusive-heading-ads {
  width: 19%;
}
.new-exclusive-container .new-exclusive-text-ads {
  padding: 5px 10px;
  width: 75%;
}
.news-box {
  overflow: hidden;
}
.pageContainer {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 750px) and (max-width: 1050px) {
  .mobile-menu.grey {
    position: relative;
  }
}
.form-horizontal .form-group {
  margin-left: 25px;
}
#newsletter_button:hover {
  text-decoration: underline;
}
.atss {
  position: fixed;
  top: 20%;
  width: 3pc;
  z-index: 100020;
  background: none;
}
.atss .at-share-btn,
.atss a {
  position: relative;
  display: block;
  width: 3pc;
  margin: 0;
  outline-offset: -1px;
  text-align: center;
  float: left;
  transition: width 0.15s ease-in-out;
  overflow: hidden;
  background: #e8e8e8;
  z-index: 100030;
  cursor: pointer;
}
.at4-visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}
.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
  display: block;
  padding: 8px 0;
}
.atss .at-share-btn span .at-icon,
.atss a span .at-icon {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 2pc;
  height: 2pc;
  line-height: 2pc;
  border: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
}
.atss a:hover {
  width: 4pc !important;
}
.atss a:focus {
  outline: none;
}
.atss a:focus-visible {
  outline: none;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}
@media (max-width: 767px) {
  .dropdown {
    text-align: center;
  }
  .navbar-nav .open .dropdown-menu {
    text-align: center;
  }
}
