/**
 * Theme Name: Discerning Digital 
 * Description: Discerning Digital Theme
 * Author: Discerning Digital
 * Author URI: http://www.discerningdigital.co.uk/
 * Version: 1.0.0
 */
html, body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #292929;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif; }

body {
  height: 100%; }

@media (min-width: 768px) {
  .navbar {
    padding: 10px 0;
    -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
    border-bottom: 1px solid #559C49;
    height: 136px; }
    .navbar.top-nav-collapse {
      height: 80px;
      padding-top: 10px; }
      .navbar.top-nav-collapse .header-logo a {
        opacity: 1;
        position: absolute; }
      .navbar.top-nav-collapse .navbar-nav {
        margin-top: 15px;
        font-size: initial; }
    .navbar .container > .collapse {
      display: block !important; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 30px 0 0 0;
    color: #559C49;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out; }
  .navbar-default {
    background-color: #ffffff;
    border: none; } }

.navbar-default {
  background-color: #ffffff;
  border: none; }
  .navbar-default ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
  .navbar-default li {
    display: inline-block;
    padding: 15px;
    text-decoration: none; }
    .navbar-default li > a {
      color: #559C49;
      text-decoration: none; }
      .navbar-default li > a:hover, .navbar-default li > a:focus {
        text-decoration: underline; }

@media (max-width: 767px) {
  #menu-header-navigation {
    text-align: center; }
    #menu-header-navigation li {
      display: block;
      font-size: 25px; } }

div.anchor {
  position: relative;
  top: -50px; }

.body-c.main {
  position: relative;
  z-index: 5;
  padding-top: 136px; }

.panel-grid {
  position: relative;
  background-color: #fefefe;
  z-index: 10; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Serif Pro', serif;
  /*text-transform: uppercase;*/
  margin-top: 0px;
  color: #559C49; }

.drop-shadow {
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.25); }

.text-shadow {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #445e93; }

.side-image,
.item-fade-in,
.button-animate-left,
.panel-homepage-hero-title,
.panel-homepage-hero-subtitle,
.panel-homepage-hero-button {
  opacity: 100; }

.button-animate-left {
  margin-left: -10px; }

.panel-button {
  background-color: #188ac8;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  margin-left: -10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

a.text-image-button,
button.text-image-button {
  background: none;
  border: 1px solid #1D749C;
  color: #1D749C;
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative; }

.text-image-button span:after {
  content: " >"; }

@media (min-width: 768px) {
  .panel-button {
    font-size: 32px;
    padding: 5px 30px 5px 30px; }
  .side-image,
  .item-fade-in,
  .button-animate-left,
  .panel-homepage-hero-title,
  .panel-homepage-hero-subtitle,
  .panel-homepage-hero-button {
    opacity: 0; }
  .panel-first-child .item-fade-in {
    opacity: 100; } }

.panel-button:hover,
.panel-button:focus {
  text-decoration: none;
  background-color: #045b89; }

.text-image-button:hover,
.text-image-button:focus {
  text-decoration: none;
  background-color: #1D749C;
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: -3px; }

.panel-button span {
  color: #ffffff; }

.panel-button .glyphicon {
  font-size: 16px;
  margin-left: 10px; }

@media (min-width: 768px) {
  .panel-button .glyphicon {
    font-size: 25px;
    margin-left: 10px; } }

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000; }

.header-logo {
  float: left; }

.header-logo-img a {
  display: block;
  width: 116px;
  height: 116px;
  margin: auto;
  background-image: url(/wp-content/themes/ddcms/_i/logo-main.svg);
  background-repeat: no-repeat;
  background-size: contain; }

h1.header-logo-img {
  margin: 0; }

.header-logo-img a span {
  display: none; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 20px 10px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: none; }

.navbar-toggle .burger-bar {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  display: inherit;
  margin-bottom: 10px;
  transition: 0.5s; }

.navbar-toggle .burger-bar:last-of-type {
  margin-bottom: 0; }

.navbar-toggle:hover .burger-bar {
  background-color: #eeeeee; }

.navbar-close-toggle {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #ffffff;
  font-size: 48px;
  padding-right: 25px;
  padding-top: 0;
  padding-bottom: 0; }

.nav-header {
  text-transform: uppercase;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  background-color: rgba(41, 41, 41, 0.95);
  overflow-x: hidden;
  transition: 0.5s; }

.nav-header ul li a,
.nav-header ul li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.panel-homepage-hero-title, .panel-dark h1 {
  color: #ffffff; }

@media (max-width: 767px) {
  .body-c.main {
    padding-top: 60px; }
  .navbar-default .header-logo-img > a {
    position: absolute;
    height: 90px;
    width: 110px;
    top: 5px; }
  .navbar-default .navbar-nav {
    margin-top: 0; }
  .panel-background-meta-image {
    top: 60px; }
  .nav-header ul {
    padding: 0;
    margin-top: 80px; }
  .nav-header ul li {
    list-style-type: none;
    text-align: center;
    font-size: 32px; }
  .nav-header ul li a:hover {
    color: #eeeeee; }
  .nav-header ul li a:active,
  .nav-header ul li a:focus {
    color: #419ccb; } }

@media (min-width: 768px) {
  .nav-header {
    margin-top: 30px;
    display: block;
    position: initial;
    width: auto;
    background: none; }
  .nav-header ul li a,
  .nav-header ul li a:hover {
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
  .nav-header ul li a {
    padding-right: 20px; }
  .nav-header ul li a:hover,
  .nav-header ul li a:focus {
    color: #eeeeee;
    text-decoration: underline;
    background-color: transparent; }
  .nav-header ul {
    text-align: right; }
  .nav-header ul li {
    list-style-type: none;
    display: inline-block; }
  .nav-header ul li:last-of-type a,
  .nav-header {
    padding-right: 0; }
  .nav > li > a:hover,
  .nav > li > a:focus,
  .current-menu-item {
    color: #ffffff;
    text-decoration: underline;
    background-color: transparent; } }

.content-page-meta {
  min-height: 500px;
  position: relative; }

.content-page-meta .container {
  z-index: 100;
  position: relative;
  margin: auto;
  max-width: 1170px;
  padding-top: 180px;
  padding-bottom: 30px;
  text-align: center; }

.content-page-meta h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 0; }

.content-page-meta .post-meta-info {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .content-page-meta h2 {
    color: #ffffff;
    font-size: 48px; }
  .content-page-meta .post-meta-info {
    color: #ffffff;
    font-size: 24px; }
  .panel-background-meta-image {
    top: 80px; } }

.panel-grid-cell {
  padding: 0 !important; }

.panel-grid-cell .so-panel {
  margin-bottom: 0 !important; }

.content-panel {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #ffffff; }

.panel-background-meta-image {
  position: fixed;
  left: 0;
  right: 0;
  height: 560px;
  z-index: 1; }

.panel-background-image .focuspoint {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10; }

.focuspoint-bg {
  background: #559C49;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(2deg); }

/*
.panel-background-fade{
 overflow: hidden;
 position: absolute;
 bottom: 0;
 top: 0;
 right: 0;
 left: 0;
 z-index: 10;
 background: $black-olive-opaque-95;
}*/
.panel-background-fade,
.panel-background-fade-contact {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3b3c+0,3d3b3c+100&1+0,0.85+100 */
  background: -moz-linear-gradient(left, #3d3b3c 0%, rgba(61, 59, 60, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3d3b3c 0%, rgba(61, 59, 60, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3d3b3c 0%, rgba(61, 59, 60, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3b3c', endColorstr='#d93d3b3c',GradientType=1 );
  /* IE6-9 */ }

.panel-articles .panel-background-fade {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff7f7+100&0.95+0,0.75+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 247, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 247, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 247, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#bffff7f7',GradientType=1 );
  /* IE6-9 */ }

.panel-background-grade {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+75 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.panel-background-compass {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 15;
  background-image: url(/wp-content/themes/discerningdigital/_i/hero-compass.png);
  background-repeat: no-repeat;
  background-position: center center; }

.panel-background-image .focuspoint img {
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto; }

.content-panel .container {
  z-index: 100;
  position: relative;
  margin: auto;
  max-width: 1170px;
  padding-top: 60px;
  padding-bottom: 60px; }

.content-panel.panel-image-tall,
.content-panel.panel-image-short {
  height: 350px; }

.panel-text-image {
  position: relative; }

.col-text-image-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%; }

.col-text-image-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0; }

.content-panel.panel-text h1,
.content-panel.panel-text-image h1,
.content-panel.panel-text h2,
.content-panel.panel-text-image h2,
.panel-articles h2.panel-articles-title,
.content-panel.panel-text h3,
.content-panel.panel-text-image h3,
.content-panel.panel-text h4,
.content-panel.panel-text-image h4 {
  color: #559C49; }

.content-panel.panel-text h1,
.content-panel.panel-text h2,
.content-panel.panel-text h3,
.content-panel.panel-text h4,
.panel-articles h2.panel-articles-title {
  text-align: left;
  margin-bottom: 25px; }

.content-panel.panel-text h1,
.content-panel.panel-text-image h1,
.panel-articles h2.panel-articles-title {
  font-size: 24px; }

.content-panel.panel-text h2,
.content-panel.panel-text-image h2 {
  font-size: 20px; }

.content-panel.panel-text h3,
.content-panel.panel-text-image h3 {
  font-size: 22px;
  font-weight: bold; }

.content-panel.panel-text h4,
.content-panel.panel-text-image h4 {
  font-size: 20px;
  font-weight: bold; }

@media (min-width: 768px) {
  .content-panel .container {
    z-index: 100;
    position: relative;
    margin: auto;
    max-width: 1170px;
    padding-top: 100px;
    padding-bottom: 100px; }
  /*
 .content-panel.panel-text .container{
  z-index: 100;
  position: relative;
  margin: auto;
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0px;
 }
 */
  .content-panel.panel-image-tall {
    height: 400px; }
  .content-panel.panel-image-short {
    height: 200px; }
  .content-panel.panel-text-image .focuspoint-block {
    margin-bottom: 0;
    padding: 0; }
  .text-left-side {
    padding: 15px 50px 15px 15px; }
  .text-right-side {
    padding: 15px 15px 15px 50px; }
  .content-panel.panel-text h1,
  .content-panel.panel-text-image h1,
  .panel-articles h2.panel-articles-title,
  .panel-text-document h1 {
    font-size: 38px;
    color: #559C49; }
  .content-panel.panel-text h2,
  .content-panel.panel-text-image h2 {
    font-size: 28px;
    color: #559C49; }
  .content-panel.panel-text h3,
  .content-panel.panel-text-image h3 {
    font-size: 22px;
    font-weight: bold; }
  .content-panel.panel-text h4,
  .content-panel.panel-text-image h4 {
    font-size: 16px;
    font-weight: bold; }
  .content-panel.panel-text-image .img-right-text {
    margin-bottom: 0; } }

.content-panel.panel-video {
  background-color: #3e3e3e; }

@media (max-width: 991px) {
  .content-panel .container.panel-text-image-container {
    padding-bottom: 0; } }

@media (max-width: 991px) {
  .content-panel.panel-text-image .focuspoint-block {
    margin-bottom: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0; }

.content-panel.panel-quote .quote-author {
  margin-top: 30px; }

blockquote.quote p {
  text-align: left;
  font-size: 20px; }

blockquote.quote p.encapsulated:before {
  content: "\201C"; }

blockquote.quote p.encapsulated:after {
  content: "\201D"; }

blockquote.quote h2 {
  width: 100%;
  text-align: right;
  font-size: 18px;
  text-transform: initial;
  margin-bottom: 0; }

@media (min-width: 768px) {
  blockquote.quote p {
    text-align: left;
    font-size: 22px; }
  blockquote.quote h2 {
    width: 100%;
    text-align: right;
    font-size: 24px;
    text-transform: initial;
    margin-bottom: 0; } }

.content-panel.panel-document {
  background-color: #188ac8;
  color: #ffffff; }

.content-panel.panel-document .panel-document-content {
  background: #ffffff;
  padding: 20px 30px 20px 30px;
  position: relative; }

.content-panel.panel-document h3 {
  margin-top: 0; }

.content-panel.panel-document .box-shadow {
  width: 95%;
  height: 5px;
  margin: auto;
  display: block;
  background-color: #ffffff; }

.download-box-holder {
  background-color: #eeeeee;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px; }

.download-box-holder span {
  color: #292929;
  width: 100%;
  display: block;
  text-align: center; }

.download-box-holder a:hover,
.download-box-holder span:hover,
.download-box-holder span:focus,
.download-box-holder span:active {
  text-decoration: none; }

.download-box-holder .download-box {
  height: 0;
  margin: 0;
  padding: 0; }

.download-box-holder .download-icon {
  color: #419ccb;
  font-size: 20px;
  text-align: right; }

.download-box-holder .download-corner {
  display: none; }

@media (min-width: 768px) {
  .panel-document-content {
    min-height: 190px; }
  .download-box-holder {
    background-color: #eeeeee;
    width: 120px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 0;
    float: right;
    margin-left: 20px; }
  .download-box-holder .download-box {
    /*background-color: #ffffff;*/
    padding: 15px 10px 5px 5px;
    margin-bottom: 5px;
    min-height: 95px;
    position: relative; }
  .download-box-holder .download-icon {
    color: #419ccb;
    font-size: 68px; }
  .download-box-holder .download-corner {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #ffffff #eeeeee; } }

.panel-text-document .focuspoint-block {
  min-height: 400px;
  position: relative; }

.panel-text-document .document-meta {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
  z-index: 20; }

.panel-text-document .document-meta h3 {
  margin-top: 0; }

.panel-text-document .document-meta-shadow {
  position: absolute;
  bottom: 15px;
  z-index: 20; }

.panel-text-document .panel-document-content {
  min-height: 0px; }

.panel-text-document-bg-solid {
  background-color: #ffffff;
  height: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10; }

.panel-articles .article-pod-holder {
  position: relative;
  min-height: 150px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.panel-articles.panel-light .article-pod-holder,
.panel-articles.panel-dark .article-pod-holder {
  background-color: #ffffff;
  color: #ffffff; }
  .panel-articles.panel-light .article-pod-holder a.text-image-button,
  .panel-articles.panel-light .article-pod-holder button.text-image-button,
  .panel-articles.panel-dark .article-pod-holder a.text-image-button,
  .panel-articles.panel-dark .article-pod-holder button.text-image-button {
    border-color: #1D749C;
    color: #1D749C; }
    .panel-articles.panel-light .article-pod-holder a.text-image-button:hover,
    .panel-articles.panel-light .article-pod-holder button.text-image-button:hover,
    .panel-articles.panel-dark .article-pod-holder a.text-image-button:hover,
    .panel-articles.panel-dark .article-pod-holder button.text-image-button:hover {
      background-color: #1D749C;
      color: #ffffff; }
  .panel-articles.panel-light .article-pod-holder h1, .panel-articles.panel-light .article-pod-holder h2, .panel-articles.panel-light .article-pod-holder h3, .panel-articles.panel-light .article-pod-holder h4, .panel-articles.panel-light .article-pod-holder h5,
  .panel-articles.panel-dark .article-pod-holder h1,
  .panel-articles.panel-dark .article-pod-holder h2,
  .panel-articles.panel-dark .article-pod-holder h3,
  .panel-articles.panel-dark .article-pod-holder h4,
  .panel-articles.panel-dark .article-pod-holder h5 {
    color: #ffffff; }

.panel-articles.panel-dark .article-pod-holder {
  color: #292929; }

.panel-articles .row {
  padding-top: 20px;
  padding-bottom: 20px; }

.row .col-md-4:last-of-type .article-pod-holder {
  margin-bottom: 0; }

.panel-articles .article-pod-holder:hover {
  -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.5); }

.panel-articles .article-pod-title {
  padding: 20px 20px 10px 20px; }

/*
.panel-articles h2.panel-articles-title{
 font-size: 28px;
 color: #ffffff;
 margin-top: 0;
 margin-bottom: 20px;
 text-align: center;
}
*/
.panel-articles .article-pod-title h2 {
  margin-top: 0;
  font-size: 24px; }

@media (min-width: 768px) {
  /*
 .panel-articles h2.panel-articles-title{
  font-size: 32px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
 } 
 */
  .panel-articles .article-pod-title h2 {
    margin-top: 0;
    font-size: 32px; } }

@media (min-width: 992px) {
  .panel-articles .row {
    padding-top: 20px;
    padding-bottom: 40px; }
  .panel-articles.panel-hybrid .row {
    padding-top: 20px;
    padding-bottom: 20px; }
  .panel-articles .article-pod-holder {
    margin-bottom: 0; } }

.panel-articles .article-pod-title h2 a,
.panel-articles .article-pod-title h2 a:hover {
  color: #ffffff; }

.panel-articles .article-meta {
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 20; }

.panel-articles .article-meta .article-meta-main {
  margin-bottom: 15px; }

.panel-articles .focuspoint-block {
  position: relative;
  height: 350px !important; }

@media (min-width: 992px) {
  .panel-articles .focuspoint-block {
    position: relative;
    height: 200px; } }

.panel-articles .article-pod-holder-overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px; }

.article-pod-holder-overlay {
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272727+0,3d3b3c+100&0.95+0,0.75+100 */
  background: -moz-linear-gradient(top, rgba(39, 39, 39, 0.95) 0%, rgba(61, 59, 60, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(39, 39, 39, 0.95) 0%, rgba(61, 59, 60, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(39, 39, 39, 0.95) 0%, rgba(61, 59, 60, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2272727', endColorstr='#bf3d3b3c',GradientType=0 );
  /* IE6-9 */ }

.panel-articles .article-meta h2 {
  text-transform: initial;
  font-size: 24px; }

.panel-articles .article-meta h2 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #559C49; }

/*
.panel-articles .panel-background-image .focuspoint img{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}*/
.panel-post-loop .article-pod-holder {
  position: relative;
  background-color: #ffffff;
  min-height: 520px;
  margin-bottom: 30px; }

.panel-post-loop .article-pod-title {
  padding: 20px 20px 10px 20px; }

.panel-post-loop h2.panel-articles-title {
  font-size: 24px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .panel-post-loop h2.panel-articles-title {
    font-size: 48px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 20px; } }

.panel-post-loop .article-pod-title h2 {
  margin-top: 0; }

.panel-post-loop .article-pod-title h2 a,
.panel-post-loop .article-pod-title h2 a:hover {
  color: #ffffff; }

.panel-post-loop .article-meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
  z-index: 20; }

.panel-post-loop .focuspoint-block {
  height: 220px; }

.panel-post-loop .article-meta-shadow {
  position: absolute;
  bottom: 15px;
  z-index: 20; }

.panel-post-loop .box-shadow {
  width: 95%;
  height: 5px;
  margin: auto;
  display: block;
  background-color: #ffffff; }

.panel-post-loop .panel-button {
  background-color: #188ac8;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  margin-left: 0;
  width: 100%;
  text-align: center; }

.panel-post-loop .panel-button:hover {
  background-color: #419ccb; }

.content-panel.panel-cta,
.content-panel.panel-homepage-hero {
  background-color: #292929;
  color: #ffffff;
  text-align: center; }

.content-panel.panel-cta .panel-background-fade {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(41, 41, 41, 0.95); }

.content-panel.white {
  background-color: #ffffff;
  color: #1D749C; }

.content-panel.blue,
.content-panel.with-background {
  background-color: #1D749C;
  color: #ffffff; }
  .content-panel.blue h1, .content-panel.blue h2, .content-panel.blue h3, .content-panel.blue h4, .content-panel.blue h5,
  .content-panel.with-background h1,
  .content-panel.with-background h2,
  .content-panel.with-background h3,
  .content-panel.with-background h4,
  .content-panel.with-background h5 {
    color: #ffffff; }

.content-panel.green {
  background-color: #559C49;
  color: #ffffff; }
  .content-panel.green h1, .content-panel.green h2, .content-panel.green h3, .content-panel.green h4, .content-panel.green h5 {
    color: #ffffff; }

.content-panel.grey {
  background-color: #7D8A92;
  color: #ffffff; }
  .content-panel.grey h1, .content-panel.grey h2, .content-panel.grey h3, .content-panel.grey h4, .content-panel.grey h5 {
    color: #ffffff; }

.content-panel.blue1 {
  background-color: #044669; }

.content-panel.blue1 .panel-background-fade {
  background-color: rgba(4, 70, 105, 0.95); }

.content-panel.blue2 {
  background-color: #045b89; }

.content-panel.blue2 .panel-background-fade {
  background-color: rgba(4, 91, 137, 0.95); }

.content-panel.blue3 {
  background-color: #188ac8; }

.content-panel.blue3 .panel-background-fade {
  background-color: rgba(24, 138, 200, 0.95); }

.content-panel.blue3 .panel-button {
  background-color: #045b89; }

.content-panel.blue3 .panel-button:hover {
  background-color: #044669; }

.content-panel.blue4 {
  background-color: #419ccb; }

.content-panel.blue4 .panel-background-fade {
  background-color: rgba(65, 155, 203, 0.95); }

.content-panel.grey1 {
  background-color: #3e3e3e; }

.content-panel.grey1 .panel-background-fade {
  background-color: rgba(62, 62, 62, 0.95); }

.content-panel.grey2 {
  background-color: #292929; }

.content-panel.grey2 .panel-background-fade {
  background-color: rgba(41, 41, 41, 0.95); }

.content-panel.panel-homepage-hero {
  min-height: 300px;
  padding-top: 90px;
  background-attachment: initial; }

.content-panel.panel-cta h2,
.content-panel.panel-homepage-hero h2 {
  margin-top: 0;
  font-size: 28px; }

.content-panel.panel-cta h2 {
  text-transform: initial; }

.content-panel.panel-homepage-hero h2 {
  text-transform: uppercase; }

.content-panel.panel-cta p,
.content-panel.panel-homepage-hero p {
  font-size: 20px; }

@media (min-width: 768px) {
  .content-panel.panel-homepage-hero {
    min-height: 75vh;
    padding-top: 0;
    background-attachment: fixed; }
  .content-panel.panel-homepage-hero .row {
    margin-top: 30vh; }
  .content-panel.panel-cta h2,
  .content-panel.panel-homepage-hero h2 {
    margin-top: 0;
    font-size: 38px; }
  .content-panel.panel-cta p,
  .content-panel.panel-homepage-hero p {
    font-size: 28px; }
  .panel-homepage-hero .hero-content-table {
    display: table;
    height: 100%;
    width: 100%; }
  .panel-homepage-hero .hero-content-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center; } }

.content-panel.panel-qa .panel-group {
  margin-bottom: 0; }

.panel-default {
  border: none; }

.panel-default .panel-heading {
  color: #ffffff;
  background-color: #045b89;
  border: 0; }

.panel-heading h4.panel-title {
  font-weight: normal;
  font-size: 18px; }

@media (min-width: 768px) {
  .panel-heading h4.panel-title {
    font-weight: normal;
    font-size: 28px; } }

h4.panel-title a {
  width: 100%;
  display: block; }

h4.panel-title a:hover {
  color: #ffffff; }

h4.panel-title .accordion-arrow {
  float: right; }

.content-panel.panel-table {
  background-color: #044669; }

.table-widget {
  padding: 0px; }
  .table-widget table {
    border: 0px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    @media screen and (max-width: 600px) {
      .table-widget table {
        border: 0; }
        .table-widget table thead {
          display: none; } }
    .table-widget table thead {
      background-color: #3e3e3e;
      color: #ffffff; }
      .table-widget table thead th {
        color: #ffffff;
        font-size: 24px; }
    .table-widget table tr {
      border: 0px solid #ddd;
      padding: 5px;
      position: static;
      top: auto;
      left: auto;
      color: #333333; }
      @media screen and (max-width: 600px) {
        .table-widget table tr {
          margin-bottom: 10px;
          display: block;
          border-bottom: 0px solid #ddd; } }
    .table-widget table th, .table-widget table td {
      padding: 10px;
      text-align: left; }
    .table-widget table th {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
    .table-widget table td {
      vertical-align: top;
      border: 1px solid #ccc; }
      .table-widget table td:before {
        position: static;
        padding-right: 0;
        width: auto; }
      @media screen and (max-width: 600px) {
        .table-widget table td {
          display: block;
          text-align: left;
          line-height: 1.7;
          font-size: 13px;
          border: none;
          border-bottom: 1px dotted #ccc;
          min-height: 39px;
          background-color: #ffffff; }
          .table-widget table td:last-child {
            border-bottom: 0; }
          .table-widget table td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            width: 100%; } }
    .table-widget table td:nth-child(odd) {
      background-color: #ffffff; }
    .table-widget table td:nth-child(even) {
      background-color: #f0f0f0; }
  @media screen and (max-width: 600px) {
    .table-widget table, .table-widget tbody, .table-widget tr, .table-widget td {
      display: block !important; } }

.content-panel.panel-featurelist {
  color: #ffffff; }

/*
.content-panel.panel-featurelist .panel-background-fade{
 background: $blue-3-opaque;
}
*/
.content-panel.panel-featurelist ul {
  padding: 0; }

.content-panel.panel-featurelist ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 18px; }

@media (min-width: 768px) {
  .content-panel.panel-featurelist ul {
    margin-bottom: 0; }
  .content-panel.panel-featurelist ul li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 15px;
    width: 49%;
    display: inline-block; } }

@media (min-width: 992px) {
  .content-panel.panel-featurelist ul {
    margin-bottom: 0; }
  .content-panel.panel-featurelist ul li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 15px;
    width: 33%;
    display: inline-block; } }

.content-panel.panel-featurelist ul li .feature-icon {
  background: #ffffff;
  width: 40px;
  font-size: 22px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  margin-right: 5px;
  color: #188ac8; }

.content-panel.panel-featurelist.blue1 ul li .feature-icon {
  color: #044669; }

.content-panel.panel-featurelist.blue2 ul li .feature-icon {
  color: #045b89; }

.content-panel.panel-featurelist.blue3 ul li .feature-icon {
  color: #188ac8; }

.content-panel.panel-featurelist.blue4 ul li .feature-icon {
  color: #419ccb; }

.content-panel.panel-featurelist.grey1 ul li .feature-icon {
  color: #3e3e3e; }

.content-panel.panel-featurelist.grey2 ul li .feature-icon {
  color: #292929; }

.opinion-index {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0; }

.opinion-post-entry {
  background: #ffffff;
  padding: 0 20px 20px 20px;
  margin-bottom: 30px; }

.post-title.entry-title {
  text-transform: initial;
  margin-bottom: 0; }

.news-meta {
  margin-bottom: 10px; }

.post-entry-image.focuspoint {
  height: 250px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px; }

.post-sidebar {
  position: relative; }

@media (max-width: 991px) {
  .post-sidebar-content {
    position: initial !important; } }

.footer {
  background-color: #3F4E5B;
  color: #ffffff;
  position: relative;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.footer .container {
  padding-top: 10px; }

.footer h3 {
  text-transform: initial;
  margin-bottom: 0; }

.footer-small {
  font-size: 12px; }

.footer-small a,
.footer-small a:hover {
  color: #ffffff; }

.footer-logo-box {
  text-align: left; }

@media (min-width: 992px) {
  .footer-logo-box {
    text-align: right; } }

.fixed-social-links {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  padding: 0 20px 10px 0;
  font-size: 16px; }

.fixed-social-links .footer-social {
  background: #ffffff;
  width: 40px;
  font-size: 22px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding: 5px 5px 5px 4px;
  margin-right: 5px; }

.fixed-social-links .footer-social:last-of-type {
  margin-right: 0; }

.content-panel.panel-iconslider,
.content-panel.panel-slider {
  background-color: #ffffff; }

.owl-carousel {
  padding: 15px 0; }

.owl-carousel .owl-stage {
  padding-top: 5px; }

.owl-item > div {
  height: 140px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  background-size: 150px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.owl-item > div:hover {
  margin-bottom: 3px;
  margin-top: -3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*cursor: pointer;*/ }

.panel-slider .owl-item > div {
  height: 210px;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

.owl-grade-left {
  position: absolute;
  z-index: 7000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,eaeaea+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #eaeaea 0%, rgba(234, 234, 234, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eaeaea 0%, rgba(234, 234, 234, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eaeaea 0%, rgba(234, 234, 234, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00eaeaea',GradientType=1 );
  /* IE6-9 */ }

.owl-grade-right {
  position: absolute;
  z-index: 7000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,eaeaea+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(234, 234, 234, 0) 0%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(234, 234, 234, 0) 0%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(234, 234, 234, 0) 0%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=1 );
  /* IE6-9 */ }

.iconslider-title {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff; }

.iconslider-link {
  display: block;
  width: 160px;
  height: 160px; }

.iconslider-link span {
  display: none; }

.owl-item.medium {
  background: red !important; }

.owl-carousel .owl-item.big div {
  background: #ac0000 !important; }

.owl-carousel .owl-item.medium div {
  background: #dd0000 !important; }

.owl-controls {
  display: none; }

.owl-dots {
  text-align: center;
  margin-top: 10px; }

.owl-controls .owl-dot {
  display: inline-block; }

.owl-controls .owl-dot span {
  border: 1px solid #694873;
  border-radius: 20px;
  display: block;
  height: 20px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 20px; }

.owl-dot.active span {
  background-color: #694873;
  opacity: 1; }

.content-panel.panel-teamprofiles {
  color: #ffffff; }

.teamprofiles-title {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff; }

.teamprofiles-item {
  text-align: center; }

.teamprofile-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: auto;
  background-size: cover;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .content-panel h1,
  .content-panel h2,
  .content-panel h3,
  .content-panel h4,
  .content-panel h5,
  .content-panel h6 {
    text-align: center; }
  .content-panel .text-image.container {
    z-index: 100;
    position: relative;
    margin: auto;
    max-width: 1170px;
    padding-top: 30px;
    padding-bottom: 0px; }
  .text-image-button {
    display: table;
    margin: auto; }
  .article-pod-holder {
    height: auto !important; }
  .pull-left.text-left-side {
    float: initial !important; } }

.tp_recent_tweets {
  float: initial;
  clear: left; }

.tp_recent_tweets ul {
  padding: 0;
  padding-bottom: 20px; }

.tp_recent_tweets li {
  padding-left: 30px;
  padding-bottom: 20px;
  float: initial;
  clear: left;
  line-height: 20px;
  list-style-type: none; }

.post-sidebar-content > div {
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 15px;
  padding-bottom: 10px; }

.post-sidebar-content > div:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.carousel {
  position: relative; }

.carousel-inner {
  height: 250px; }

.carousel-caption-holder {
  position: absolute;
  right: 15%;
  bottom: -15px;
  left: 9% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption-holder h2 {
  font-size: 24px;
  color: #ad934c; }

.carousel-caption-holder h3 {
  font-size: 18px; }

@media (min-width: 768px) {
  .carousel-inner {
    height: 600px; } }

.carousel-inner .focuspoint {
  height: 100%;
  width: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.carousel-indicators {
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none; }

.carousel-indicators li.active {
  background-color: #694873;
  opacity: 1;
  height: 20px;
  margin: 5px 7px;
  width: 20px; }

.carousel-indicators li {
  border: 1px solid #694873;
  border-radius: 20px;
  display: inline-block;
  height: 20px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 20px; }

.content-panel.panel-gallery .container {
  padding-top: 40px;
  padding-bottom: 50px; }

.content-panel.panel-gallery.panel-dark .container {
  padding-top: 40px; }

.parallax-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

@media (max-width: 767px) {
  .parallax-background {
    background-attachment: initial; } }

.text-danger, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #f83838; }

.text-success {
  color: #50bf52; }

.form-control {
  border-radius: 0;
  color: #292929;
  background: #ffffff;
  border: none; }

.form-group {
  margin-bottom: 15px;
  position: relative; }

.form-control:focus {
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#contactForm label {
  margin-bottom: 15px;
  margin-top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 0;
  color: #f83838;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 10px; }

.row > .form-group > label > .help-block {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 0;
  color: #f83838;
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 10px; }

.help-block ul {
  margin-bottom: 0; }

.help-block.form-privacy {
  position: initial;
  margin-bottom: 0; }

label.form-marketing {
  font-size: 14px !important; }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: none; }

.panel-contact-form {
  background-color: #559C49;
  color: #ffffff; }
  .panel-contact-form h1, .panel-contact-form h2, .panel-contact-form h3, .panel-contact-form h4, .panel-contact-form h5,
  .panel-contact-form label,
  .panel-contact-form ul {
    color: #ffffff; }
  .panel-contact-form button {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #559C49; }
    .panel-contact-form button:hover, .panel-contact-form button:focus {
      background-color: #ffffff;
      color: #559C49; }
  .panel-contact-form #msgSubmit {
    color: #ffffff;
    margin-top: 80px; }
  .panel-contact-form label a {
    color: #ffffff;
    text-decoration: underline; }
  .panel-contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  .panel-contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  .panel-contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  .panel-contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }

.submit-loader-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0; }

button:focus {
  outline: 0 !important; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed !important;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.3;
  cursor: pointer; }

/* Panel styles */
.content-panel.panel-light {
  background-color: #ffffff !important;
  color: #292929 !important; }

.content-panel.panel-dark {
  background-color: #1D749C !important;
  color: #ffffff !important; }
  .content-panel.panel-dark a.text-image-button,
  .content-panel.panel-dark button.text-image-button {
    border-color: #ffffff;
    color: #ffffff; }
    .content-panel.panel-dark a.text-image-button:hover,
    .content-panel.panel-dark button.text-image-button:hover {
      background-color: #ffffff;
      color: #1D749C; }
  .content-panel.panel-dark h1, .content-panel.panel-dark h2, .content-panel.panel-dark h3, .content-panel.panel-dark h4, .content-panel.panel-dark h5 {
    color: #ffffff; }

.content-panel.panel-light .document-meta {
  background-color: #ffffff !important;
  color: #292929 !important; }

.content-panel.panel-dark .document-meta p {
  color: #ffffff !important; }

blockquote {
  padding: 0;
  margin: 0;
  font-size: 0;
  border-left: none; }

.panel-qa h4 a:active, .panel-qa h4 a:visited {
  color: #ffffff !important; }
