@font-face {
    font-family: 'jothamlight';
    src: url('../fonts/jotham-light-webfont.woff2') format('woff2'),
         url('../fonts/jotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jothambold';
    src: url('../fonts/jotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/jotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jothammedium';
    src: url('../fonts/jotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/jotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jothambook';
    src: url('../fonts/jotham-book-webfont.woff2') format('woff2'),
         url('../fonts/jotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Monaco';
    src: url('../fonts/Monaco.woff2') format('woff2'),
        url('../fonts/Monaco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
	overflow-x: hidden;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:'jothamlight',sans-serif;
	font-size:16px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
    font-family: 'jothamlight',sans-serif;
}

h2, h3 {
	letter-spacing:5px;
}

h2 {
	font-size:34px;
	line-height: 40px;
}

h3 {
	font-size:28px;
	line-height: 34px;
}

b, strong {
	font-weight:normal;
	font-family:'jothammedium',sans-serif;
}

.clear {
	clear:both;
}
/* BEGIN FIXED HEADER */
header {
	height:100px;
	position:relative;
}

.header-logo {
	position:relative;
	overflow:visible;
}

.header-logo img {
	position:fixed;
	top:20px;
	left:0px;
	height:60px;
	z-index:999999;
	margin-left:5%;
}

.header-background {
	position:fixed;
	top:0px;
	left:0px;
	height:100px;
	z-index:999995;
	width:100%;
	background:#ffffff;
}

/* BEGIN NAV */
.main-nav {
	font-family: 'jothamlight', Helvetica, Arial, 'sans-serif';
}

.header {
   background-color:#fff;
	position:relative;
}
.header-interior {
		background-color:transparent;
		padding-top:0px;
		padding-bottom:50px;
		width:100%;
		z-index:40;
		position:relative;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
}

      .mobile-temp {
         display:block!important;
      }
.nav-height-gap {
   height:180px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
}
   @media (min-width: 768px) {
      .mobile-temp {
         display:none!important;
      }
   }
   .main-nav-holder {
      float: left;
width: 100%;
padding-top: 50px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
   }
@media only screen and (max-width:767px) {
   .main-nav-holder {
      padding-top: 10px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
   }
.header-interior {
		padding-bottom:22px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
}     
}
 @media (max-width: 1100px) {  
   .header-interior {
      padding-bottom:25px;
}
    .main-nav-holder {
      padding-top:25px;
       
}
.nav-height-gap {
   height:110px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
}
}
 @media (max-width: 600px) {  
   .header-interior {
      padding-bottom:10px;
}
    .main-nav-holder {
      padding-top:10px;
       
}
.nav-height-gap {
   height:60px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
}
}
/* END NAV */




.content {
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#333;
	text-align: center;
	background:#fff;
	font-family:'jothambook',sans-serif;
}

.content p.about-tri {
	font-size:20px;
	line-height:30px;
}

@media (max-width: 1000px) {
    .content p.about-tri {
	font-size:14px;
	line-height:24px;
	}
}

@media (max-width: 767px) {
    .content {
	font-size:14px;
	line-height:24px;
	}
}

.row-white {
	background:#fff;
}

.row-white p, .row-white h1, .row-white h2, .row-white h3, .row-white h4, .row-white h5, .row-white h6, .row-white ul, .row-white li {
	color:#1a1919;
}

.row-white a:link {
	color:#1a1919;
	display:inline-block;
	border-bottom: 1px solid #1a1919;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-white a:visited, .row-white a:active {
	color:#1a1919;
}

.row-white a:hover {
	color:#8d8c8c;
	border-bottom: 1px solid #8d8c8c;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-black {
	background:#c2c2c4;
}

.row-black p, .row-black h1, .row-black h2, .row-black h3, .row-black h4, .row-black h5, .row-black h6, .row-black ul, .row-black li {
	color:#fff;
}

.row-black a:link {
	color:#fff;
	display:inline-block;
	border-bottom: 1px solid lightgray;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-black a:visited, .row-black a:active {
	color:#fff;
}

.row-black a:hover {
	color:#000;
	border-bottom: 1px solid #000;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-clipped {
	margin-right:340px;
	margin-left:340px;
}
.row-clipped-med {
	margin-right:280px;
	margin-left:280px;
}
.row-clipped-fat {
	margin-right:180px;
	margin-left:180px;
}
.row-clipped-foot {
	margin-right:80px;
	margin-left:80px;
}
@media (max-width: 1300px) {
    .row-clipped-med {
	margin-right:200px;
	margin-left:200px;
	}
	.row-clipped {
	margin-right:240px;
	margin-left:240px;
	}
    .row-clipped-fat {
	margin-right:100px;
	margin-left:100px;
	}
    .row-clipped-foot {
	margin-right:60px;
	margin-left:60px;
	}
}

@media (max-width: 1100px) {
    .row-clipped-med {
	margin-right:100px;
	margin-left:100px;
	}
	.row-clipped {
	margin-right:140px;
	margin-left:140px;
	}
    .row-clipped-fat {
	margin-right:50px;
	margin-left:50px;
	}
    .row-clipped-foot {
	margin-right:30px;
	margin-left:30px;
	}
}

@media (max-width: 767px) {
    .row-clipped-med, .row-clipped {
	margin-right:30px;
	margin-left:30px;
	}
    .row-clipped-fat {
	margin-right:20px;
	margin-left:20px;
	}
    .row-clipped-foot {
	margin-right:10px;
	margin-left:10px;
	}
}
.tableboxes {
  display: table;
  width: 100%;
  height: 100%;
}

.tablebox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tableboxtop {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.tablebox25 {
  width:25%;
}
.tablebox33 {
  width:33.333333%;
}
.tablebox50 {
  width:50%;
}
.tablebox75 {
  width:75%;
}
@media (max-width: 767px) {
  .tablebox, .tableboxtop {
    display: table-row;
    width: 100%;
  }
  .tablebox25, .tablebox75, .tablebox33, .tablebox50 {
    width:100%;
  }
}

a.table-link-light {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.0);
	transition-property:all .4s linear 0s;
	-moz-transition:all .4s linear 0s;
	-webkit-transition:all .4s linear 0s;
	-o-transition:all .4s linear 0s;
}
a:hover.table-link-light {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.6);
	transition-property:all .4s linear 0s;
	-moz-transition:all .4s linear 0s;
	-webkit-transition:all .4s linear 0s;
	-o-transition:all .4s linear 0s;
}
a.table-link-dark {
	color:#000;
	background-color: rgba(255, 255, 255, 0.0);
	transition-property:all .4s linear 0s;
	-moz-transition:all .4s linear 0s;
	-webkit-transition:all .4s linear 0s;
	-o-transition:all .4s linear 0s;
}
a:hover.table-link-dark {
	color:#000;
	background-color: rgba(255, 255, 255, 0.6);
	transition-property:all .4s linear 0s;
	-moz-transition:all .4s linear 0s;
	-webkit-transition:all .4s linear 0s;
	-o-transition:all .4s linear 0s;
}

.home-table h2 {
	font-size:2vw;
}

.home-table h3 {
	font-size:1.3vw;
	letter-spacing:3px;
}

.home-odd-table {
	width:50%;
	float:left;
}

.home-odd-table-tri {
	width:33.333333%;
	float:left;
}
@media (max-width: 767px) {
.home-odd-table, .home-odd-table-tri {
	width:100%;
	float:none;
}

.home-table h2 {
	font-size:4vw;
}

.home-table h3 {
	font-size:3vw;
}
}


.multicolinterior {
	margin-right:15px;
	margin-left:15px;
}

.col-twelvefive {
	width:12.5%;
	float:left;
}

.col-twentyfive {
	width:25%;
	float:left;
}

.col-thirty {
	width:30%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.col-thirtythree {
	width:33.333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.col-fourty {
	width:40%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.col-fifty {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.clients img {
	height:60px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	opacity:0.5;
}

.clients img.chubby {
	height:70px;
	padding-top:5px;
	padding-bottom:5px;
}

@media (max-width: 767px) {
    .col-fifty, .col-thirtythree, .col-thirty, .col-fourty  {
		width:100%;
	}
	.multicolinterior {
	margin-right:0px;
	margin-left:0px;
	}

	.clients img {
	height:40px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:12px;
	padding-right:12px;
	opacity:0.5;
	}

	.clients img.chubby {
	height:46px;
	padding-top:4px;
	padding-bottom:4px;
	}
}


.sublinks {
	font-family: 'jothamlight',sans-serif;
	letter-spacing: 2px;
	font-size:14px;
	line-height: 20px;
}
.row-white .sublinks a {
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	margin-top:8px;
	text-align:center;
	border:none;
}
.row-white .sublinks a.linkactive {
	border-bottom: solid 2px #1a1919;
}

.top, .row ul.top {
	margin-top:0px;
	padding-top:0px;
}
.bottom {
	margin-bottom:0px;
	padding-bottom:0px;
}

.back-button {
	text-align:left;
	padding-top:0px;
	margin-top:0px;
}
.back-button a:link {
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	border: solid 1px #1a1919;
	font-size:14px;
	line-height:20px;
	background-color:#fff;
	color:#1a1919;
}
.back-button a:visited, .back-button a:active {
	color:#1a1919;
	background-color:#fff;
}
.back-button a:hover {
	color:#1a1919;
	background-color:#ccc;
	border: solid 1px #1a1919;
}

@media (max-width: 767px) {
.back-button {
	text-align:center;
	padding-top:30px;
}
}


.row-white p a.button {
	position: relative;
   font-family: 'jothambold',sans-serif;
   letter-spacing: 2px;
	/* width: 80px; */
	height: 40px;
	text-align: center;
	line-height: 40px;
   padding-left:30px;
   padding-right:30px;
	margin: auto;
	background-color: #fff;
	border: 2px solid #000;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.row-black p a.button {
	position: relative;
   font-family: 'jothambold',sans-serif;
   letter-spacing: 2px;
	/* width: 80px; */
	height: 40px;
	text-align: center;
	line-height: 40px;
   padding-left:30px;
   padding-right:30px;
	margin: auto;
	background-color: transparent;
	border: 2px solid #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-white p a.bubble
{
	position: relative;
	width: 80px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin: auto;
	background-color: #fff;
	border: 2px solid #666;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-white p a.bubble:before, .row-white p a.bubble:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-white p a.speech:before
{
	left: 30px;
	top: 25px;
	border: 8px solid;
	border-color: #666 transparent transparent #666;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-white p a.speech:after
{
	left: 32px;
	top: 25px;
	border: 6px solid;
	border-color: #fff transparent transparent #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.row-white p a.speech:hover:after {
	border-color: #e4e4e4 transparent transparent #e4e4e4;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.row-white p a.bubble:hover {
	background-color: #e4e4e4;
	color:#000000;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.row-white p a.button:hover {
	background-color: #e4e4e4;
	color:#000000;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.row-black p a.button:hover {
	background-color: #000;
	color:#fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}





footer {
	background:#1a1919;
	padding-bottom:50px;
	padding-top:30px;
}

footer .row-clipped-foot {
	font-family: 'jothambold',sans-serif;
	color:#8d8c8c;
	text-align: left;
	font-size:14px;
	line-height:24px;
}

footer .row-clipped-foot p.many {
	font-size:16px;
}

footer .row-clipped-foot p.manyme {
	font-size:16px;
   text-align: right;
}

footer .row-clipped-foot a {
	color:#8d8c8c;
	border-bottom:1px solid #8d8c8c;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

footer .row-clipped-foot a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

footer .row-clipped-foot .foot-social-icons a {
	opacity: 0.5;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	border-bottom:none;
}

footer .row-clipped-foot .foot-social-icons a:hover {
	opacity: 1;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.foot-mini-col-holder {
	width:49%;
	float:left;
}

.foot-macro-col-holder {
	width:51%;
	float:right;
}

.foot-connect-holder {
	width:100%;
}

.foot-mini-col {
	width:28%;
	float:left;
   display:block;
}
   
   div.foot-mini-col:first-of-type {
     width:16%;
	float:left;
   }
   
   div.foot-mini-col:last-of-type {
     width:28%;
	float:left;
   }
   
   div.foot-mini-col p.many {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-mini-col:first-of-type p.many {
     text-align:left;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-mini-col:last-of-type p.many {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }


.foot-macro-col {
	width:34.33%;
	float:left;
   display:block;
}


.foot-connect-col {
	width:auto;
	display:inline-block;
   float:right;
   padding-left: 0px;
   padding-right: 0px;
}
   

   div.foot-macro-col:last-of-type {
     width:29.33%; 
	float:right;
   }
   
   div.foot-macro-col:first-of-type {
     width:34.33%;
	float:left;
   }
   
   div.foot-macro-col p.manyme {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-macro-col:first-of-type p.manyme {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-macro-col:last-of-type p.manyme {
     text-align:right;
      padding-left:0;
      padding-right:0;
   }

.foot-mini-col-big {
	width:25%;
	float:left;
}

.foot-reg-col {
	width:24%;
	float:left;
}

footer .foot-social-icons a img {
	width:36px;
	margin-right:15px;
}

footer .row-clipped-foot p.footmini {
	padding-top:0px;
	font-size:10px;
   line-height: 14px;
}

@media (max-width: 767px) {

.foot-mini-col-holder {
	width:100%;
	float:none;
}

.foot-macro-col-holder {
	width:100%;
	float:none;
}

.foot-mini-col {
	width:auto;
	float:left;
   display:inline-block;
}

.foot-connect-col {
	width:auto;
	display:inline-block;
   float:left;
   padding-left: 10px;
   padding-right: 0px;
}
   
   div.foot-mini-col:first-of-type {
     width:auto;
	float:left; 
   }
   
   div.foot-mini-col:last-of-type {
     width:auto; 
	float:left;
   }
   
   div.foot-mini-col p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:first-of-type p.many {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:last-of-type p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }


.foot-macro-col {
	width:auto;
	float:left;
   display:inline-block;
}
   
   div.foot-macro-col:last-of-type {
     width:auto;
	float:left; 
   }
   
   div.foot-macro-col:first-of-type {
     width:auto; 
	float:left;
   }
   
   div.foot-macro-col p.manyme {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:first-of-type p.manyme {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:last-of-type p.manyme {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
}
}


@media (max-width: 500px) {


.foot-mini-col-holder {
	width:100%;
	float:none;
}

.foot-macro-col-holder {
	width:100%;
	float:none;
}

.foot-connect-col {
	width:100%;
	display:block;
   float:none;
   padding-left: 0px;
   padding-right: 0px;
   text-align:center;
}

.foot-mini-col {
	width:100%;
	float:none;
   display:block;
}
   
   div.foot-mini-col:first-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-mini-col:last-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-mini-col p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:first-of-type p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:last-of-type p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }


.foot-macro-col {
	width:100%;
	float:none;
   display:block;
}
   
   div.foot-macro-col:last-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-macro-col:first-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-macro-col p.manyme {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:first-of-type p.manyme {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:last-of-type p.manyme {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
}

footer .row-clipped-foot {
	font-size:10px;
	line-height:20px;
}

footer .row-clipped-foot .many {
	font-size:14px;
}

footer .row-clipped-foot .manyme {
	font-size:10px;
}

footer .row-clipped-foot p.footmini {
	padding-top:0px;
	font-size:8px;
   line-height: 12px;
}
}

/* BEGIN STYLES FOR 2018 UPDATE */
   .leader-photo-col {
      float:left;
      width:25%;
      margin:auto;
   }
   .leader-photo-col img {
      width:100%;
      padding-top:5px;
   }
   .leader-text-col {
      float:right;
      width:70%;
      text-align:left;
   }
   .leader-text-col p {
      text-align:left;
   }
   

@media (max-width: 600px) {
   .leader-photo-col {
      float:none;
      width:35%;
   }
   .leader-photo-col img {
      width:100%;
      padding-top:15px;
   }
   .leader-text-col {
      float:none;
      width:100%;
      text-align:center;
   }
   .leader-text-col p {
      text-align:center;
   }
}


   #layerslider h1 {
      color:#fff;
      font-size: 150px;
   }



   .flip {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
   .flip-col {
display: inline-block;
margin: auto;
float: none;
      width:18%;
      margin:5px;
      
   }
   .flip-interior {
      margin:0px;
   }
.flip img {
    width: 100%;
    height: auto;
   display:block;
}
.flip .front {
    background: #e8e9ea;
    color: #fff;
    text-align: center;
}
.flip .front img {
   opacity:0.5;
}
.flip .back {
    background: #fff;
    color: #fff;
    text-align: center;
}
   .flip:hover {
      cursor:pointer;
   }
   
   @media (max-width: 1100px) {
   .flip-col {
      width:23%;
   }  
   }
   
   @media (max-width: 800px) {
   .flip-col {
      width:31%;
   }  
   }
   
   @media (max-width: 600px) {
   .flip-col {
      width:47%;
   }  
   }

/* END STYLES FOR 2018 UPDATE */

/* BEGIN STYLES FOR 2020 UPDATE */
.mobile-hide {
		display:none;
	}	
.portfolio-back {
	position:absolute;
	margin-bottom:0px;
	left:80px;
	bottom:0px;
	display:inline-block;
	z-index:10000000000000000;
}	
.portfolio-back a {
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
@media (max-width: 1300px) {
    .portfolio-back {
	left:60px;
}
}
@media (max-width: 1100px) {
    .portfolio-back {
	left:30px;
}
}
@media (max-width: 767px) {
    .portfolio-back {
	display:none;
}.mobile-hide {
		display:block;
	}
}
	
	.current {
   text-decoration: none; 
   position: relative;
 }   

.current:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 70%;
    background-color: rgba(0,0,0,0.0);
    margin-left: 18px;
    bottom: 9px;
    display:block;
}	
	
@media (max-width: 1200px) {
.current:after {
    width: 65%;
    bottom: 10px;
}	
}	
	
@media (max-width: 1000px) {
.current:after {
    width: 60%;
    bottom: 12px;
}	
}
	
@media (max-width: 767px) {
.current:after {
    display:none;
}
}

		


footer {
	background:#1a1919;
	padding-bottom:50px;
	padding-top:30px;
}

footer .row-clipped-foot {
	font-family: 'jothamlight',sans-serif;
	color:#8d8c8c;
	text-align: left;
	font-size:14px;
	line-height:24px;
}

footer .row-clipped-foot p.many {
	font-size:16px;
}

footer .row-clipped-foot p.manyme {
	font-size:16px;
   text-align: right;
}

footer .row-clipped-foot a {
	color:#8d8c8c;
	border-bottom:1px solid #1a1919;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

footer .row-clipped-foot a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

footer .row-clipped-foot .foot-social-icons a {
	opacity: 0.5;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	border-bottom:none;
}

footer .row-clipped-foot .foot-social-icons a:hover {
	opacity: 1;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.foot-mini-col-holder {
	width:39%;
	float:left;
}

.foot-macro-col-holder {
	width:61%;
	float:right;
}

.foot-connect-holder {
	width:100%;
}

.foot-mini-col {
	width:28%;
	float:left;
   display:block;
}
   
   div.foot-mini-col:first-of-type {
     width:16%;
	float:left;
   }
   
   div.foot-mini-col:last-of-type {
     width:28%;
	float:left;
   }
   
   div.foot-mini-col p.many {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-mini-col:first-of-type p.many {
     text-align:left;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-mini-col:last-of-type p.many {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }


.foot-macro-col {
	width:25%;
	float:left;
   display:block;
}


.foot-connect-col {
	width:auto;
	display:inline-block;
   float:right;
   padding-left: 0px;
   padding-right: 0px;
}
   

   div.foot-macro-col:last-of-type {
     width:25%; 
	float:right;
   }
   
   div.foot-macro-col:first-of-type {
     width:25%;
	float:left;
   }
   
   div.foot-macro-col p.manyme {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-macro-col:first-of-type p.manyme {
     text-align:center;
      padding-left:0;
      padding-right:0;
   }
   
   div.foot-macro-col:last-of-type p.manyme {
     text-align:right;
      padding-left:0;
      padding-right:0;
   }

.foot-mini-col-big {
	width:25%;
	float:left;
}

.foot-reg-col {
	width:24%;
	float:left;
}

footer .foot-social-icons a img {
	width:36px;
	margin-right:15px;
}

footer .row-clipped-foot p.footmini {
	padding-top:0px;
	font-size:10px;
   line-height: 14px;
}


@media (max-width: 1100px) {

.foot-mini-col-holder {
	width:100%;
	float:none;
}

.foot-macro-col-holder {
	width:100%;
	float:none;
}

.foot-mini-col {
	width:25%;
}
	div.foot-mini-col:first-of-type {
	width:25%;
		
	}
.foot-macro-col {
	width:25%;
}
	div.foot-macro-col p.manyme {
		text-align:left;
	}
	div.foot-macro-col:first-of-type p.manyme {
		text-align:left;
	}
	footer .row-clipped-foot {
		text-align:left;
	}
	div.foot-macro-col:last-of-type {
		float:left;
	}
	.foot-connect-col {
		float:left;
	}
	div.foot-mini-col:last-of-type p.many {
		text-align:left;
	}
	div.foot-mini-col:last-of-type {
	width:25%;
	}
	div.foot-mini-col p.many {
		text-align:left;
		
	}
}
		
		
@media (max-width: 767px) {

.foot-mini-col-holder {
	width:100%;
	float:none;
}

.foot-macro-col-holder {
	width:100%;
	float:none;
}

.foot-mini-col {
	width:25%;
	float:left;
   display:inline-block;
}

.foot-connect-col {
	width:auto;
	display:inline-block;
   float:left;
   padding-left: 10px;
   padding-right: 0px;
}
   
   div.foot-mini-col:first-of-type {
     width:25%;
	float:left; 
   }
   
   div.foot-mini-col:last-of-type {
     width:25%; 
	float:left;
   }
   
   div.foot-mini-col p.many {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:first-of-type p.many {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:last-of-type p.many {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }


.foot-macro-col {
	width:25%;
	float:left;
   display:inline-block;
}
   
   div.foot-macro-col:last-of-type {
     width:25%;
	float:left; 
   }
   
   div.foot-macro-col:first-of-type {
     width:25%; 
	float:left;
   }
   
   div.foot-macro-col p.manyme {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:first-of-type p.manyme {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:last-of-type p.manyme {
     text-align:left;
      padding-left:10px;
      padding-right:10px;
}
}


@media (max-width: 500px) {


.foot-mini-col-holder {
	width:100%;
	float:none;
}

.foot-macro-col-holder {
	width:100%;
	float:none;
}

.foot-connect-col {
	width:100%;
	display:block;
   float:none;
   padding-left: 0px;
   padding-right: 0px;
   text-align:center;
}

.foot-mini-col {
	width:100%;
	float:none;
   display:block;
}
   
   div.foot-mini-col:first-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-mini-col:last-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-mini-col p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:first-of-type p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-mini-col:last-of-type p.many {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }


.foot-macro-col {
	width:100%;
	float:none;
   display:block;
}
   
   div.foot-macro-col:last-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-macro-col:first-of-type {
     width:100%; 
	float:none;
   }
   
   div.foot-macro-col p.manyme {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:first-of-type p.manyme {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
   }
   
   div.foot-macro-col:last-of-type p.manyme {
     text-align:center;
      padding-left:10px;
      padding-right:10px;
}

footer .row-clipped-foot {
	font-size:10px;
	line-height:20px;
}

footer .row-clipped-foot .many {
	font-size:14px;
}

footer .row-clipped-foot .manyme {
	font-size:10px;
}

footer .row-clipped-foot p.footmini {
	padding-top:0px;
	font-size:8px;
   line-height: 12px;
}
}
	
.not-current {
   text-decoration: none; 
   position: relative; 
 }   

.not-current:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 70%;
    background-color: rgba(0,0,0,0.0);
    margin-left: 18px;
    bottom: 9px;
    display:block;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}	

.not-current-80:after {
    width: 78%;
}	

.not-current-85:after {
    width: 83%;
}
.not-current:hover:after {
    background-color: rgba(0,0,0,0.0);
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}	
	
@media (max-width: 1200px) {
.not-current:after {
    width: 65%;
    bottom: 10px;
}	

.not-current-80:after {
    width: 73%;
}

.not-current-85:after {
    width: 75%;
}
}	
	
@media (max-width: 1000px) {
.not-current:after {
    width: 60%;
    bottom: 12px;
}	

.not-current-80:after {
    width: 68%;
}

.not-current-85:after {
    width: 72%;
}
}
	
@media (max-width: 767px) {
.not-current:after {
    display:none;
}
}
/* jimay is for the connect link near the footer */
	.jimay {
		word-spacing: -0.3em;
			color:#aaa!important;
	}
	.jimay:hover {
		word-spacing: 0.3em;
			color:#000!important;
	}


		.row-black td.worklink-cell a.worklink p {
		transition:.3s;
		}
		.row-black td.worklink-cell a.worklink:link p {
			background-color:black;
			color:#aaa!important;
		transition:.3s;
		}
		.row-black td.worklink-cell a.worklink:hover p {
			background-color:#2D2D2D;
			color:#fff!important;
		transition:.3s;
		
		}
	.row-black a.stap-slide-link {
		color:#000;
		border:0;
		text-decoration:none;
		
	}
	.row-black a.stap-slide-link:link {
		color:#000;
		
	}
	.row-black a.stap-slide-link:hover {
		color:#828282;
	}
	
	.row-white p.slider-back-button a {
		color:#aaa;
		transition:.3s;
		font-size:20px;
	}
	
	.row-white p.slider-back-button a:link {
		color:#aaa;
		transition:.3s;
	}
	
	.row-white p.slider-back-button a:hover {
		color:#000;
		transition:.3s;
	}
         /* BEGIN STYLES FOR WORK LANDING PAGE LINKS */
		td.cell-link {
			cursor:pointer;
box-shadow: inset 0px 0px 91px 0px rgba(0,0,0,1);
			
			transition:.3s;
		}
		td.cell-link:hover {
			box-shadow: inset 0px 0px 91px 19px rgba(255,255,255,0.84);
			transition:.3s;
		}
		td.cell-link p {
			opacity:1.0;
		}
		td.cell-link:hover p {
			opacity:0.7;
			transition:.3s;
		}
         /* END STYLES FOR WORK LANDING PAGE LINKS */

/* END STYLES FOR 2020 UPDATE */