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

}
@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;

}
html {
	overflow-x: hidden;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:'bauerbodni_btroman',sans-serif;
	font-size:16px;
	overflow-x: hidden;
}

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

h1 {
	font-size: 80px;
	line-height: 100px;
}


h2 {
	font-size: 50px;
	line-height: 60px;
}

h3 {
	font-size:41px;
	line-height: 50px;
}

h4 {
	font-size:51px;
	line-height: 60px;
}

.clear {
	clear:both;
}


.content {
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#77777b;
	text-align: center;
	background:#fff;
	font-family:'jothamlight',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;
	}

h1 {
	font-size: 40px;
	line-height: 50px;
}


h2 {
	font-size: 25px;
	line-height: 30px;
}

h3 {
	font-size:20px;
	line-height: 25px;
}
	
h4 {
	font-size:20px;
	line-height: 25px;
}
}

.row-white {
	background:#fff;
}

.row-white p, .row-white h3, .row-white h4, .row-white h5, .row-white h6, .row-white ul, .row-white li {
	color:#77777b;
}

.row-white h1, .row-white h2 {
	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-dark {
	background:#1a1919;
}

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

.row-dark a:link {
	color:#fff;
	display:inline-block;
	border-bottom: 1px solid #fff;
	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-dark a:visited, .row-dark a:active {
	color:#fff;
}

.row-dark 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-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-fatter {
	margin-right:120px;
	margin-left:120px;
}
.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, .row-clipped-fatter {
	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, .row-clipped-fatter {
	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, .row-clipped-fatter {
	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, .tablebox33co {
  width:33.333333%;
}
.tablebox50 {
  width:50%;
}
.tablebox75 {
  width:75%;
}
@media (max-width: 767px) {
  .tablebox, .tableboxtop {
    display: table-row;
    width: 100%;
  }
  .tablebox.tablebox33 {
    display: table-cell;
    width:33.333333%;
  }
  .tablebox25, .tablebox75, .tablebox50, .tablebox33co {
    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: 'jothambold',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:'bauerbodni_btroman',sans-serif;
	/* width: 80px; */
	height: 60px;
	text-align: center;
	line-height: 60px;
   padding-left:60px;
   padding-right:60px;
	margin: auto;
	background-color: transparent;
	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-dark p a.button {
	position: relative;
   font-family:'bauerbodni_btroman',sans-serif;
	/* width: 80px; */
	height: 60px;
	text-align: center;
	line-height: 60px;
   padding-left:60px;
   padding-right:60px;
	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-dark p a.button:hover {
	background-color: #666;
	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;
   }
}




   .flip {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
   .flip-col {
display: inline-block;
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 */