.footer {
  text-align: left;
  overflow: hidden;
  margin-top: 15px;
  padding: 10px 0px;
  /*background-color: rgba(2, 2, 2, 0.82);*/
  background-color: #020202;
}
.footer-title{
 color: #fdfdfd;
 font-weight:400;
 font-size:20px;
 line-height: 30px;
}

.footer p {
  color: #ffffff;
}

.footer ul.footer-menu-list {
  padding: 0px;
  list-style: none;
  /*text-align: left;*/
  float: left;
}

.footer ul.footer-menu-list li a {
  display: block;
  padding: 0px 0px 5px;
  font-weight: normal;
  /*color: #fdfdfd*/
}

.footer ul.footer-menu-list li a:hover {
  color: #193058 !important;
}


.footer p {
  margin-bottom: 0px;
  margin-top: 10px;
}


.footer-sitename {
  font-weight: 600;
  color: #193058 !important;
}

.footer-sitename:hover {
  color: #ffffff;
}

.footer.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.footer-links, .social-icons {
    overflow: hidden;
    list-style: none;
    display: inline-block;

}

.footer-links a {
    color: #193058;
    font-weight: normal;
    margin-right: 10px;
}

.footer-links a:before {
    /*content: "\f061";*/
    content: "\f0a9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
}

.footer-links a:hover {
    color: #020200;
}
.menu-sub-item {
    line-height: 1.8;
}

.menu-sub-item a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 5px;
}

.social-icons .menu-sub-item a:before{
  display: none;
}
.site-title {
    font-weight: 600;
    /*color: #FF8517;*/
    color: #FF8517 !important;
}

/*.social-icons {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.social-icons a {
    margin-right: 6px;
}

.social-icons a i {
    font-size: 15px;
    color: #ffffff;
    padding: 10px 11px;
    border-radius: 50%;
    background-color: #3BB94D;
}

.social-icons a:first-child i {
    padding: 10px 13px;
}

.social-icons a i:hover { 
    background-color: #01ff02;
    color: #020202;
}*/

/*
   SOCIAL ICONS HERE */

.social-icons {
  float: left;
  text-align: left;
  /*margin-top: 10px;*/
  margin-top: 0px;
}

.social-icons a {
  margin-right: 6px;
}

.social-icons a i {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 11px;
  border-radius: 50%;
  background-color: #ff1721;
}

.social-icons a:first-child i {
  /* border-radius: 60%; */
  padding: 10px 13px;
}

.social-icons a i:hover {
  background-color: #020202;
}

.social-icons a.facebook i {
  background-color: #314A87;
}

.social-icons a.twitter i {
  background-color: #1089DC;
}

.social-icons a.google-plus i {
  background-color: #D13E2F;
}

.social-icons a.linkedin i {
  background-color: #1089DC;
}



.footer-bottom {
  overflow: hidden;
  padding: 10px 0px;
  background-color: #E47616;
}

.footer-bottom a {
  font-weight: 600;
  color: #020202;
}

.app-refactor {
  height: auto;
  width: 100%;
}
.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/call2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 400px;
    padding-top: 50px;
    width:100%;
}
.nav-pills > li > a {
    border-radius: 0;
    font-size: 18px;
    padding: 6px 18px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #193058;
}

.tab-content {
    margin: 50px 0 20px 0;
}
.media > .pull-left {
    margin-right: 29px;
}
.media .dateEl {
    display: inline-block;
    text-align: center;
    background: #f9f9f9;
    padding: 18px 0 25px 0;
    color: #173d51;
    font-size: 16px;
    font-weight: 700;
    width: 113px;
    text-transform: uppercase;
}
.media .dateEl em {
    display: block;
    color: #193058;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 5px;
    font-style: normal;
}
.media .media-heading a {
    color: #193058;
    font-size: 21px;
    text-transform: uppercase;
}
.media .meta-data {
    margin: 0 0 7px 0;
}
.media .longDate, .media .timeEl {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #193058;
    text-transform: uppercase;
    min-height: 16px;
}
.media .longDate {
    background: transparent url(../images/ico-calendar.png) no-repeat left top;
    padding: 0 10px 0 24px;
    border-right: 1px solid #193058;
    margin-right: 3px;
}
#tab1.tab-pane .media .longDate {
    border-right: none;
}
.blogPost--small {
    color: #7c7b7b;
    margin: 20px 30px 40px 0;
}
.blogPost--small .media > .pull-left {
    margin-right: 25px;
}
.blogPost--small a {
    color: #1f1a3a;
}
.blogPost--small .date, .blogPost--small .dateEl2 {
    display: block;
    text-align: center;
    padding: 18px 0 25px 0;
    color: #fff;
    background: #193058;
    width: 113px;
}
.blogPost--small .date span, .blogPost--small .dateEl2 span {
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: -0.1em;
    color: #fff;
    font-weight: bold;
}
.blogPost--small .date small, .blogPost--small .dateEl2 small {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.blogPost--small h4 {
    margin: 0 0 12px 0;
    font-size: 22px;
    text-transform: uppercase;
}
.btn-default a {
    color: #ffffff;
    font-size: 14px;
    background-color: #193058;
    border-radius : 0px;
    border: 1px solid #193058;
}
