@font-face {
    font-family: 'jothamlight';
    src: url('../fonts/jotham-light-webfont.eot');
    src: url('../fonts/jotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jotham-light-webfont.woff2') format('woff2'),
         url('../fonts/jotham-light-webfont.woff') format('woff'),
         url('../fonts/jotham-light-webfont.ttf') format('truetype'),
         url('../fonts/jotham-light-webfont.svg#jothamlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'jothambold';
    src: url('../fonts/jotham-bold-webfont.eot');
    src: url('../fonts/jotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/jotham-bold-webfont.woff') format('woff'),
         url('../fonts/jotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/jotham-bold-webfont.svg#jothambold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jothammedium';
    src: url('../fonts/jotham-medium-webfont.eot');
    src: url('../fonts/jotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/jotham-medium-webfont.woff') format('woff'),
         url('../fonts/jotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/jotham-medium-webfont.svg#jothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jothambook';
    src: url('../fonts/jotham-book-webfont.eot');
    src: url('../fonts/jotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jotham-book-webfont.woff2') format('woff2'),
         url('../fonts/jotham-book-webfont.woff') format('woff'),
         url('../fonts/jotham-book-webfont.ttf') format('truetype'),
         url('../fonts/jotham-book-webfont.svg#jothambook') format('svg');
    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: 'jothambold',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;
}

/*styling open close button*/
.hamburger {
	font-size:30px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width:50%;
	z-index:999997;
	height:100px;
}
.hamburger a {
	text-decoration:none;
	position:fixed;
	top:30px;
	right:0px;
	height:60px;
	z-index:999998;
	margin-right:5%;
}
.btn-open:after {
	color:#333;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#b5b5b5;
}
.btn-close:after {
	font-size:40px;
	color:#fff;
	content:"\f104";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #b5b5b5;
}
/* END FIXED HEADER */

nav ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
nav li {
	padding:0;
	margin:0;
}
nav {
	text-align:center;
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	text-transform:uppercase;
    font-family: 'jothambold',sans-serif;
	padding-top:150px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	
}

nav p a {
	color:#959595;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	text-decoration:none;
}

nav p a:hover {
	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;
}
nav ul {
	text-align:center;
}
nav ul li {
	display:inline-block;
	padding-top:1em;
	padding-bottom:1em;
}
nav ul li a {
	color:#959595;
	display:inline;
	padding:1em 1.5em;
	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;
	font-size:16px;
}
nav ul li a:hover {
	color: #ffffff;
}

/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background-color: rgba(0, 0, 0, 0.8); 	overflow:auto;
	z-index:999996;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
@media screen and (max-width:48em) {
	nav {
		 padding-top:100px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	}
	nav ul li {
		display:block;
		padding: 7px;
	}
	.wrap ul {
		width:100%;
	}
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
}

.content {
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#333;
	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;
	}
}

.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:#1a1919;
}

.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 #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-black a:visited, .row-black a:active {
	color:#fff;
}

.row-black 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-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: '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: '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: #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;
   }
}


   #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 */