.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0px;
  color: #3c3a3a;
  font-family: 'Open Sans', sans-serif;
}

.inline{
  display: inline;
}

.navbar-header-wrapper{
  background-color: #e03a3a;
  margin-bottom: 0px !important;
}

.navbar-header-wrapper li.active > a{
  background-color: rgba(255,255,255,0.15) !important;
}

.navbar-header-wrapper li.open > a{
  background-color: rgba(255,255,255,0.15) !important;
}

.navbar-header-wrapper li .dropdown-menu{
  background-color: #e03a3a;
}

.navbar-header-wrapper li > a:hover{
  background-color: rgba(255,255,255,0.15) !important;
}

.navbar-header-wrapper li .dropdown-menu a:hover, .navbar-header-wrapper .dropdown-menu > li > a:focus{
  background-color: rgba(255,255,255,0.15) !important;
}


.navbar-header-wrapper li > a{
  color: #FFFFFF !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap !important;
}

.navbar-nav.nav-justified > li{
  float:none;
}

.header-mobile > button{
  border: 0px !important;
}

.header-mobile > button > span{
  background-color: #FFFFFF !important;
}

.header-mobile > button:hover, .header-mobile > button:focus{
  background-color: rgba(255,255,255,0.15) !important;
}

.carousel .item img, .full-width {
  width: 100%; /*img width*/
}

.carousel-indicators{
  display: none !important;
}

.tab-content-text{
  color: #3c3a3a;
}

.navbar-header-white{
  background-color: #FFFFFF !important;
}

.home-tabs-container .nav-tabs > li.active > a, .home-tabs-container .nav-tabs > li.active > a:hover, .home-tabs-container .nav-tabs > li.active > a:focus{
  border: 1px solid #337ab7;
  color: #337ab7 !important;
  background-color: #FFFFFF !important;
}

.home-tabs-container .nav-tabs > li{
  cursor: pointer;
}

.home-tabs-container .nav-tabs > li > a{
  background-color: #eee;
  border: 1px solid #3b79a5;
  color: #000000;
}

.home-tabs-container .nav-tabs{
  border-bottom: 1px solid #3b79a5;
}

.home-tabs-container .nav-tabs > li > a{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.nav-tabs > li, .nav-pills > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
  text-align:center;
}

.franklin-footer{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b76+0,086682+100 */
  background: #005b76; /* Old browsers */
  background: -moz-linear-gradient(top, #005b76 0%, #086682 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005b76), color-stop(100%,#086682)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #005b76 0%,#086682 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #005b76 0%,#086682 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #005b76 0%,#086682 100%); /* IE10+ */
  background: linear-gradient(to bottom, #005b76 0%,#086682 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b76', endColorstr='#086682',GradientType=0 ); /* IE6-9 */
}

.franklin-footer-disclaimer p{
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #567486;
}

.franklin-footer-text{
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  text-align: justify;
}

.franklin-footer-img{
  margin-top: -60px;
}

@media (max-width: 768px) {
  .main_tabs_desktop{
    display: none;
  }
  .main_tabs_mobile{
    display: block;
  }
  .header-nav-justified > li > a{
    text-align: left !important;
  }
}

@media (min-width: 769px) {
  .main_tabs_desktop{
    display: block;
  }
  .main_tabs_mobile{
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .navbar-header-wrapper li > a{
    font-size: 11px !important;
    letter-spacing: 0px;
    font-weight: bold;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media (min-width: 769px){
  .whowearesideimg{
    margin-top: 50px;
  }
}

@media (max-width: 836px){
  label.inline.header_title{
    display: block !important;
    font-size: 12pt !important;
  }
}

@media (max-width: 989px){
  .whowearesideimg{
    display: none;
  }
}

label.inline.header_title{
  font-family: 'Open Sans', sans-serif;
  font-size: 18pt;
  color: #3c3a3a;
  font-style: italic;
}

.fa.fa-envelope-o.fa-lg:hover {
  cursor: pointer;
}

.fa.fa-envelope-o.fa-lg:hover{
  color: red;
}

h1{
  color: #567486;
  font-size: 32px;
}

.ng-enter{
  transition: 1s all;
  opacity: 0;
  left: -100%;
  position: absolute;
}

.ng-enter-active{
  transition: 1s all;
  opacity: 1;
  left: 0;
  position: relative;
}

.ng-leave{
  transition: 0.5s all;
  opacity: 1;
}

.ng-leave-active{
  transition: 0.2s all;
  opacity: 0;
}

.who-we-are-text-container{
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
}

.who-we-are-map-1{
  position: absolute;
  top: 200px;
  left: 140px;
}

.who-we-are-map-2{
  position: absolute;
  top: 150px;
  left: 175px;
}

.who-we-are-map-3{
  position: absolute;
  top: 205px;
  left: 285px;
}

.who-we-are-map-4{
  position: absolute;
  top: 125px;
  left: 330px;
}

.who-we-are-map-5{
  position: absolute;
  top: 210px;
  left: 420px;
}

.who-we-are-map-6{
  position: absolute;
  top: 150px;
  left: 485px;
}

.who-we-are-map-7{
  position: absolute;
  top: 190px;
  left: 565px;
}

.who-we-are-map-8{
  position: absolute;
  top: 160px;
  left: 630px;
}

.who-we-are-map-9{
  position: absolute;
  top: 200px;
  left: 690px;
}

.who-we-are-map-10{
  position: absolute;
  top: 170px;
  left: 750px;
}

.who-we-are-map-11{
    position: absolute;
    top: 170px;
    left: 860px;
}

.who-we-are-map-12{
    position: absolute;
    top: 170px;
    left: 985px;
}

.who-we-are-map > i, .who-we-are-map > i + span{
  transition: 0.2s all;
  cursor: pointer;
  font-size: 25px;
  color: #ffffff;
}

.who-we-are-map:hover{
  z-index: 99999;
}

.who-we-are-map > i + span{
  opacity: 0;
  display: none;
  font-size: 18px;
  margin-left: 2px;
}

.who-we-are-map > i:hover{
  color: red;
  -ms-transform: scale(1.2,1.2); /* IE 9 */
  -webkit-transform: scale(1.2,1.2); /* Safari */
  transform: scale(1.2,1.2);
}

.who-we-are-map > i:hover + span{
  opacity: 1;
  display: inline-block;
}

.who-we-are-text-container > span {
  margin-right: 17px;
}

.nav-lg {
  height: 94px;
}
.nav-tabs.nav-lg>li>a {
  line-height: 1.5;
}
.nav.nav-lg > li >.tab-lg {
  padding: 28px 15px;
  top: -18px;
}

@media (max-width: 1199px){
  .who-we-are-map{
    display: none;
  }
  .who-we-are-text-container{
    display: none;
  }
  h2.who-we-are-title{
    font-size: 16px;
    font-weight: bold;
  }
  .nav.nav-lg > li >.tab-lg {
    padding: 28px 5px;
  }
  .nav-tabs.nav-lg>li>a {
    padding: 10px 5px;
  }
}

@media (min-width: 1200px){
  .who-we-are-text-container-mobile{
    display: none;
  }
}

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

.staff .img
{
  width: 100%;
  height: 400px;
  position: relative;
}

.staff .img img
{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.staff .panel-body > img
{
  margin-bottom: 10px;
}

.staffheadshot {
  float: left;
  width: 150px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.staff-list .staff p
{
  text-align: justify;
}

.imagegrid-marginbottom {
margin-bottom: 200px;
}

@media (min-width: 992px) {
  .staff-list .row, .staff-list .row .col-md-6
  {
    display: flex;
  }
  .staff-list .row .panel
  {
    flex: 1 1 auto!important;
  }
}
