a:focus {
  text-decoration:none;
  color:#E9994A;
}

a, a:focus, button:focus {
   outline: none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#clear-search {
	cursor: pointer;	
}

.tel {
	color:#E9994A!important;
	text-decoration:none;
	
}

.tel:hover {
	border-bottom:1px solid #E9994A!important;
}

.aif-header-bg {
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.img-back-header {
	  width: 100%;
	  height: 100%;
	  background-repeat: no-repeat;
	  background-size: cover; //propotional resize
}

.img-back-header-team {
	  width: 100%;
	  height: 100%;
	  background-image: url(../images/team_header.jpg);
	  background-repeat: no-repeat;
	  background-size: cover; //propotional resize
}

.img-back-header-aif {
	  width: 100%;
	  height: 100%;
	  background-image: url(/media/1376/image-default.jpg);
	  background-repeat: no-repeat;
	  background-size: cover; //propotional resize
}

.orange-btn {
  background: #E9994A;
  border-radius: 5px; 
  border:2px solid transparent;
}

.orange-btn:hover {
  background: transparent;
  color:#E9994A!important;
  border: 2px solid #E9994A!important;
}

.orange-btn:active {
  background: #E9994A;
  border-radius: 5px; 
  border:2px solid transparent;
}

.orange-btn:visited {
  background: #E9994A;
  border-radius: 5px; 
  border:2px solid transparent;
}

.orange-btn-inverse {
  background: transparent;
  border-radius:5px;
  border:2px solid #E9994A;
  color:#E9994A;
}

.orange-btn-inverse:hover {
  background: #E9994A;
  border-radius:5px;
  border:2px solid #E9994A;
  color:#FFFFFF;
}

.orange-btn-inverse-w {
  background: transparent;
  border-radius:5px;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
}

.orange-btn-inverse-w:hover {
  background: #FFFFFF;
  border-radius:5px;
  border:2px solid #FFFFFF;
  color: #E9994A;
}

.orange-btn-inverse2 {
  background: rgba(0,0,0,.3);
  border-radius:5px;
  border:2px solid #E9994A;
  color:#FFFFFF;
}

.orange-btn-inverse2:hover {
  background: #E9994A;
  border-radius:5px;
  border:2px solid #E9994A;
  color:#FFFFFF;
}

.post-type {
  float:right;
  text-transform:uppercase;
}

.home-services-text {
  text-align:left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  width:74%;
  letter-spacing: 0.5px;
  line-height:23px;
  text-transform: none;
}

.number-counters-dark-bg {
  background: #DBDBDB;
}

.number-front-bg {
    margin-top: -30px;
    margin-bottom:-30px;
    background: #616365;
}

.blog-image > img {
	width:100%;
	max-width:75px;
	border-radius:50px;
}

.blog-author {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 12px;
}

.blog-item-date {
	margin-bottom: 10px;
	font-family:'Montserrat',sans-serif;
}


.newsletter-modal { 
  display: none; 
  position: fixed; 
  z-index: 0; 
  padding-top: 250px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.newsletter-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 5px;
}

.news-close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  bottom: 18px;
  left: 14px;
  cursor: pointer;
}

#newsBtn {
  cursor: pointer;
  transition: all 0.5s;
}

#newsBtn:hover {
  color:#E9994A;	
}

/*@media screen and (min-width: 768px) {
  .double-div-container{
    width: 100%;
    height: 500px;
    margin-top: -350px;
  }

  .double-div-1, .double-div-2{
    position: absolute;
    left: 0;
  }

  .double-div-2{
    height: 100%
    top: 0px;
    text-align: center;
    margin: auto;
  }

  .double-div-1{
    position: relative;
    width: 100%;
    background: #555;
    height: 350px;
    top: 390px;
  }

}*/

.equal {
  display: flex;
  display: -webkit-flex;
}

.btn-orng-trans {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  background: rgba(0,0,0,0);
  font-size: 20px;
  padding: 15px 20px 15px 20px;
  border: solid #E9994A 2px;
  text-decoration: none;
}

.btn-orng-trans:hover {
  background: #E9994A;
  text-decoration: none;
}

.home-client-btn {
  position:absolute;
  top:75%;
  width:50%;
  left:25%;
}

.home-clients-text {
  position:absolute;
  top:37%;
  color:#FFF;
  font-weight:200;
  font-family:'Montserrat',sans-serif;
  font-size:22px;
  text-align:center;
  width:100%;
  text-transform:uppercase;
  background: rgba(97,99,101,.7);
  overflow:hidden;
  padding-top:7%;
  height:30%;
}

.home-clients-hover {
  text-align:center;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  height:33%;
}

.home-insight-title {
  color:#616365;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size:1.07em;
  letter-spacing:2px;
  font-weight:500;
  line-height:1.1;
  display:block;
}

.team-name {
  font-family:'Montserrat', sans-serif;
  font-size:13px;
  font-weight:500;
  line-height:2.5em;
}

.team-more {
  color:#E9994A;
  cursor:pointer;
  position:absolute;
  left:190px;
  top:230px;
}

.team-more:hover {
  color:#EBB471;
}

.team-header-name {
  color: #777;
  font-size: 20px;
  font-weight: 400;
}

.team-header-title{
  color: #777;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.team-modal-title {
  margin-top:5px;
  font-family:'Roboto', sans-serif;
  font-weight: 300;
  font-size:15px;
  letter-spacing:2px;
}

.team-header-phone{
  color: #E9994A;
  font-weight: 300; 
}

.team-header-image{
  padding: 8px;
}

.modal-team-container{
    width: 100%;
    padding: 0px 8px;
}
.modal-team-left{
    float: left;
    width: 180px;
}

.modal-team-right{
    float: left;
    width: 160px;
}

.team-text-desc{
    font-size:16px;
}

.team-header-phone-container{
  float: right;
}

.team-header-divider{
  border-top: solid #E9994A 1px;
}

.about-us-title {
  margin-top: 75px;
  text-transform: uppercase;
  color: #616365;
  font-weight: 300;
}

.about-us-subtitle {
  text-transform: uppercase;
  color: #777;
  font-weight: 200;
}

.orange {
  color: #E9994A;
}

.about-us-year {
  color: #EEE;
  font-size: 110px;
  font-weight: 200;
}

.about-us-1998 {
  margin-left: -80px;
  margin-top: -25px;
  margin-bottom: -25px;
}

.about-us-2017 {
  float: right;
  margin-top: -25px;
  margin-right: -80px;
}

.about-us-line {
  display:inline-block; 
  width: 920px;
  color: #EEE;
  padding-bottom: 30px;
}

.about-us-title {
  margin-top: 20px;
  padding-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:2px;
}


.about-us-jumbo-left{
  background: #777;
  padding-top: 110px;
  padding-bottom: 160px; 
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 50px;
  height: 450px;
  text-transform: none;
  font-weight: 100;

}

.about-us-jumbo-right{
  background: #616365;
  padding-top: 110px;
  padding-bottom: 180px; 
  padding-left: 50px;
  padding-right: 80px;
  color: #FFF;
  height: 490px;
  font-weight: 300;
  font-size: 16px;
}


.about-us-left-text {

}

.we-belive-header {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 2px;
}

.we-belive-sub {
    font-size: 24px;
    font-weight: 200;
}

.white-separator {
  width: 80px;
  border-bottom: solid #A3A3A3 1px;
}

.orange-circle {
  opacity: 1;
    width: 14px;
    height: 14px;
    padding: 0px;
    border-width: 2px;
    border-color: rgb(233, 153, 74);
    border-style: solid;
    background-color: rgba(235, 235, 235, 0);
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    -moz-border-radius:7px; 
   -webkit-border-radius: 7px; 
   border-radius: 7px;
}

.team-image-row-img {
  padding: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.main-index-box {
  height: 450px;
}

.modal-cc {
  background: rgba(119,119,119,.5);
}

@media screen and (min-width: 768px) {
  
  .modal-cc .modal-dialog  {
    width:900px;
  }

  .border-left-md-grey {
    border-left: 1px solid #ddd;
  }
}




.center-title {
  font-weight: 400;
  color: #616365;
  font-size: 1.7em;
  text-align: center;
}

.center-subtitle {
  font-weight: 200;
  color: #444;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: default;
}

.services-title {
  color: #0083BE;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family:'Montserrat', sans-serif;
}

.services-text{
  color: #777;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align:justify;
  text-justify:inter-word;
}

.services-text ul li {
  text-align:left;
}

.services-active-link {
  color:337ab7;
}

.services-nonactive-link {
  color:#777;
  border-bottom:1px solid transparent;
}

.services-nonactive-link:hover {
  color:#4c91cd;
  border-bottom: 1px solid #4c91cd;
}

.nonactive-new-link {
  color:#a6a6a6;
  transition: .8s ease;
}

.nonactive-new-link:hover {
  color:#337ab7;
}

.new-link {
  color:#4c91cd;
  border-bottom:1px solid transparent;
}

.new-link:hover {
  color:#0083BE;
  border-bottom: 1px solid #0083BE;
}

.insights-link {
  color:#616365;
  border-bottom:1px solid transparent;
}

.insights-link:hover {
  color:#616365;
  border-bottom: 1px solid #CCC;
}

.client-link {
  color:#E9994A;
  border-bottom:1px solid transparent;
  font-size:14px;
  padding-top:5px;
  font-style:italic;
}

.client-link:hover {
  color:#e3801c;
  border-bottom: 1px solid #e3801c;
}

.client-link:visited {
  color:#e3801c;
  border-bottom: 1px solid #e3801c;
}

.client-link:visited:hover {
  color:#e3801c;
  border-bottom: 1px solid #e3801c;
}



.services-number {
  font-size: 112px;
  color: #e6e6e6;
  margin-top: 12px;
  text-align: right;
  font-weight:100;
}

.services-subheading {
  text-transform: uppercase;
  font-size: 20px;
  color: #E9994A;
  font-family:'Montserrat', sans-serif;
  letter-spacing: 2px;
}

.services-image {
  display:block;
  width:95%;
  max-width: 350px;
  float:right;
  margin-bottom:30px;
}

.services-bullet {
  padding-left:25px; 
  font-size:16px; 
  margin-bottom:15px	
}

.clients-header {
  font-weight: 400;
  font-size: 24px;
  color: #616365;
  font-family:'Montserrat', sans-serif;
}

.clients-text{
  color: #777;
  font-size: 16px;
  text-align:justify;
  text-justify:inter-word;
  font-weight:300;
  margin-bottom:0px;
}

.clients-subtext {
  font-weight: 200;
  font-size: 20px;
  color: #CCC;
  font-family:'Montserrat', sans-serif;
  margin-bottom:0px;
}


.grey-bg {
  background: #EEE;
}

.right {
  text-align: right;
}

.roboto-light{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.year-border{
  border-top: solid #ddd;
  border-bottom: solid #ddd;
  color: #ddd;
}

.articles {
  margin-bottom:25px;
}

.cat-articles {
	margin-bottom:20px;
}

.news-article > h4 > a, .article-link-header > a {
  color:#616365;
}

.news-article > h4 > a:hover, .article-link-header > a:hover {
  color:#0083BE;
}

.carat-hide {
  opacity:0;
  color:#0083BE;
  transition: .9s ease;
}

.news-article:hover .carat-hide, .article-link-header:hover .carat-hide {
  opacity:1;
}

.article-link-header{
  font-size: 14px;
  color: #616365;
  font-weight: 300;
  font-family:'Roboto', sans-serif;
  letter-spacing:1px;
}

.article-link-date{
  font-size: 12px;
  color: #999;
  font-weight: 300;
  font-family:'Roboto', sans-serif;
  letter-spacing:1px;
}

.insights {
  margin-bottom:140px;	
}

.insights-btn {
  padding:8px 40px;
  font-size:14px;
  font-family:'Roboto', sans-serif;
}

.insight-card {
  margin:0px 20px;
  padding:40px 0px;
  border-bottom:1px solid #ececec;
}

.insight-post {
  margin:40px 20px 120px 20px;
}


.insight-type {
  font-family: 'Roboto', sans-serif;
  color: #E9994A;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.insight-text-post {
  font-family: 'Roboto', sans-serif;
  color: rgb(97, 99, 101);
  font-size: 16px;
  margin-top: 16px;
  font-weight: 300;
}

.insight-text-post h1, .insight-text-post h2, .insight-text-post h3, .insight-text-post h4 {
  font-family: 'Roboto', sans-serif!important;
  color: #1c8cbc;
  padding:10px 0px; 
  letter-spacing:1px;
  text-transform: none;	
}


.insight-date {
  font-family: 'Roboto', sans-serif;
  color:#616365;
  margin-top:3px;
  font-size:12px;
  font-weight:300;
}

.insight-date-post {
  font-family: 'Roboto', sans-serif;
  color:#616365;
  margin-top:3px;
  margin-bottom:40px;
  font-size:16px;
  font-weight:300;
}

.insight-title {
  font-family: 'Roboto', sans-serif;
  color: rgb(94, 94, 94);
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 400;
}

.insight-title-post {
  font-family: 'Roboto', sans-serif;
  color: rgb(94, 94, 94);
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 400;
}

.insight-text {
  font-family: 'Roboto', sans-serif;
  color: rgb(97, 99, 101);
  font-size: 14px;
  margin-top: 16px;
  font-weight: 300;
}

.insight-read {
  font-family: 'Montserrat', sans-serif;
  color: rgb(0, 157, 220);
  margin-top: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.insight-right-header {
  color:#616365;
  font-size:14px;
  font-weight:400;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
  margin-bottom:30px;
}

.tab-btn-selected {
  color: #FFF;
  background: rgb(233, 153, 74);
}

.tab-btn-selected:hover {
  color: #FFF;
  background: rgb(233, 153, 74);
}

.tab-btn-unselected {
  border-color: rgb(217, 217, 217);
  color: rgb(217, 217, 217);
  background: rgba(0, 0, 0, 0);
}

.tab-btn-unselected:hover {
  color: #FFF;
  background: #616365;
}

.badge {
  color:#e9994A;
  background-color:#F2F2F2;
}

.careers-title {
  color:#616365;
  letter-spacing:2px;
}

.career-subheader p {
  color:#ccc;
  font-size:16px;
  border-bottom:1px solid #F0F0F0;
  padding-bottom:5px;
  margin-top:40px;
  margin-bottom:40px;
}

.career-jobs {
  padding:15px 10px;
  background: #F5F5F5;
  border:1px solid #DBDBDB;
  cursor:pointer;
  margin-bottom:20px;
}

.career-job-title {
  font-family:'Montserrat', sans-serif;
  font-size:18px;
  font-weight:400;
  color: #009DDC;
  transition: color .8s ease;
}

.career-linkedin a i{
  float:right;
  padding-top:8px;
}

.careers-text {
  font-size:16px;	
  text-align:justify;
  text-justify:inter-word;
}

.career-jobs:hover .career-job-title, .career-jobs:hover .career-linkedin a {
  color:#E9994A;
}

.phil-read {
  display:block!important;
  font-size:12px!important;
  position:absolute;
  top:230px;
  left:410px;
}

.phil-card-header {
  font-size:18px;
  font-weight:400;
  color:#0083BE;
  margin-top:20px!important;
}

.phil-card-text{
  font-family:'Roboto',sans-serif;
  font-weight: 300;
  font-size:14px;
  text-align:justify;
  text-justify:inter-word;
}

.approach-bullet {
  margin-right:10px;
  padding-bottom:3px;
  max-width:8px;	
}

.sidebar {
    position: -webkit-sticky; 
    position: sticky;
    top: 100px; 
} 

.manager-text {
	font-size:16px;	
}

.manager-title {
	color:#616365;	
}
	
.myBox {
  cursor:pointer;
}

.search-item {
	border:1px solid #0099ff;
	background:#f2f2f2;
	padding:12px;
	color:#616365;
}

.bluetext {
	color: #4c91cd !important;	
}

.footer-map-link {
	text-decoration:none;
	color:#E6E6E6;
}

.footer-map-link:hover {
	text-decoration:none;
	color:#FFF!important;
}

.footer-map-link:focus {
	border-bottom:1px solid transparent!important;
}

.modal-content1 {
	background-color: #252525;
}

.modal-body {
	padding: 20px;
}

.close {
	color: #FFFFFF;
	opacity: 1;
}

.modal2 {
	top: 100px;
}

.video-hover:hover {
	background-color: #fbfbfb;
}

.date-block {
	background-color: #464646;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	width: 100px;
	height:100px;
	margin: auto;
	padding-top: 25px;
}

.blog-main-img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.pt-xlarge {
	padding-top: 250px;
	padding-bottom: 250px;
}

.tablinks {
	width:100%;
	font-size:22px;
	font-family: Montserrat;
	border: 1px solid #CCCCCC;
	background-color:#FEFCFC;
	color:#CDCDCD;
	padding: 12px;
	transition: 0.3s;
}

.tab button.active {
	border:1px solid #0083BE;
	background-color: #0083BE;
	color: #FFFFFF;
}

.tab button:hover {
	border:1px solid #0083BE;
	background-color: #0083BE;
	color: #FFFFFF;
}

.aif-link {
	font-size:15px; 
	color:#8D8C8C; 
	text-align:right; 
	float:right; 
	border-bottom:1px solid transparent
}

.aif-link:hover {
	border-bottom:1px solid #D2D2D2;
	color:#8D8C8C;
}

header .overlaid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header video {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: none;
  opacity: 0.5;
  z-index: 1;
}

#yReplayBox {
	display:none!important;
}
