


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

}




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

}




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

h1 {
	font-weight:normal;
    font-family: 'gsan',sans-serif;
}

h1 {
	font-size:50px;
}

.content h1 {
	line-height: 1.1;
}

h2 {
	color:#29a6cd;
	font-size:36px;
	line-height: 1.2;
	text-align:center;
}

h3 {
	font-size:32px;
	line-height: 1.2;
}

b, strong {
	font-weight:bold;
}

p.text {
	font-size: 24px;
	line-height:1.4;
}


   @media (max-width: 1100px) {
 p.text {
	font-size: 18px;
}
	   h1 {
	font-size:36px;
}

h2 {
	color:#29a6cd;
	font-size:28px;
}

h3 {
	font-size:20px;
}
}
a.graylink {
	color:#767575;
	border-bottom:1px solid transparent;
	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;
}

a.graylink:link {
	color:#767575;
	border-bottom:1px solid transparent;
	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;
}

a.graylink:active {
	color:#000;
	border-bottom:1px solid #000;
	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;
}

a.graylink:hover {
	color:#000;
	border-bottom:1px solid #000;
	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;
}
.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 {
	margin-right:50px;
	margin-left:50px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;

}

.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:152px;
		-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:840px) {  
	   .main-nav {
	margin-right:0px;
	margin-left:0px;
		-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:100px;
		-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:1.4;
	color:#333;
	text-align: center;
	background:#fff;
}

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

	.home-quotes .slick-list {
padding-bottom: 10px;
	}
	
	.just-orange {
		color:#ff8200;
	}
	
	.just-green {
		color:#7fbb00;
	}
	
	.just-gray {
		color:#868a8d;
	}
	
	
	
	.home-quotes p {
		font-size: 30px;
		line-height: 1.4;
	}

.content .stumpy  {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.content ul.stumpylist, .content ol.stumpylist  {
	display:inline-block;
	text-align: left;
	width:60%;
}
.content ul.stumpylist li, .content ol.stumpylist li {
	margin-bottom:20px;
}

@media (max-width: 1000px) {
    .content p.about-tri {
	font-size:14px;
	line-height:24px;
	}
	
	.home-quotes p {
		font-size: 18px;
	}
	
	.content p, ul, ol {
		font-size: 18px;
	}
	
	.content ul.stumpylist, .content ol.stumpylist {
	width:80%;
}
.content .stumpy  {
	width:80%;
}
}

@media (max-width: 767px) {
    .content {
	font-size:14px;
	}
	
	.content ul.stumpylist, .content ol.stumpylist {
	width:100%;
}
.content .stumpy  {
	width:100%;
}
}

.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:#868a8d;
}
.content .row-white ul.stumpylist li, .content .row-white ol.stumpylist li {
	color:#ff8200;
}

.row-white a:link {
	color:#868a8d;
	display:inline-block;
	border-bottom: 1px solid #868a8d;
	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:#868a8d;
}

.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-white a.herolink:link {
	color:#ff8200;
	display:inline-block;
	border-bottom: 1px solid #ff8200;
	text-decoration:none;
	line-height: 1.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;
}

.row-white a.herolink:visited, .row-white a.herolink:active {
	color:#ff8200;
}

.row-white a.herolink:hover {
	color:#868a8d;
	border-bottom: 1px solid #868a8d;
	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:#868a8d;
}

.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:115px;
	margin-left:115px;
}
.row-clipped-foot {
	margin-right:80px;
	margin-left:80px;
}

.social-block {
	/* display:inline-block; */
	height:100px;
	display:none;
}

.rights-block {
	display:inline-block;
	height:100px;
}


@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:80px;
	margin-left:80px;
	}
    .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%;
}
.tableboxesgray {
  display: table;
  width: 100%;
  height: 100%;
}

.tableboxgrayrow {
  display: table-row;
  text-align: center;
  vertical-align: middle;
}

.tableboxgraycell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
	background-color: #868a8d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.tableboxgraycell:hover {
	background-color: #ff8200;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}

.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%;
  }

.tableboxgrayrow {
  display: block;
  text-align: center;
  vertical-align: middle;
	margin-bottom: 0px;
}
	
	
	.tableboxgraycell {
    display: block;
	margin-top:10px;
	margin-bottom:10px;
    width: 100%;
  }
  .tablebox25, .tablebox75, .tablebox33, .tablebox50 {
    width:100%;
  }

.tableboxrow {
  display: block;
}
}

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 {
	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 #868a8d;
}

.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 #868a8d;
	font-size:14px;
	line-height:20px;
	background-color:#fff;
	color:#868a8d;
}
.back-button a:visited, .back-button a:active {
	color:#868a8d;
	background-color:#fff;
}
.back-button a:hover {
	color:#868a8d;
	background-color:#ccc;
	border: solid 1px #868a8d;
}

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

.fade {
	opacity:1.0;
}

.fade:hover {
	opacity:0.6;
}
.row-white p a.button {
	position: relative;
   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-white p a.button-orange {
	position: relative;
	text-align: center;
   padding: 6px 40px 8px 40px;
	margin: auto;
	color:#fff;
	background-color: #ff8200;
	border: 0px solid #ff8200;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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;
   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-white p a.button-orange:hover {
	background-color: #868a8d;
	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;
}
.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:#f7f6f4;
	padding-bottom:50px;
	padding-top:30px;
}

footer .row-clipped-foot {
	color:#767575;
	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:#767575;
	border-bottom:1px solid #f7f6f4;
	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:#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;
}

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



	/* BEGIN SECONDARY NAV */
		.content .gp-nav-secondary {
		background:rgba(5,116,167,1.0);
		display:block;
	}
	.content .gp-nav-secondary ul {
		display:block;
		margin:0px;
		padding:15px;
		padding-left:12px;
		text-align:center;
		list-style-type: none;
		font-size: initial;
		line-height: initial;
	}
	.content .gp-nav-secondary ul li {
		display:inline-block;
		margin:0px;
		padding:5px;
		padding-left:20px;
		padding-right:20px;
		color:#ffffff;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 150%;
		max-width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.content .gp-nav-secondary ul li a:link, .content .gp-nav-secondary ul li a:visited {
		color:#ffffff;
		text-decoration: none;
		text-transform: uppercase;
		max-width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transition:.3s;
	}
	.content .gp-nav-secondary ul li a:hover, .content .gp-nav-secondary ul li a:active {
		color:#000000;
		text-decoration: none;
		text-transform: uppercase;
		white-space:nowrap;
		transition:.3s;
	}
	
   .content .gp-nav-secondary ul li a.active:link, .content .gp-nav-secondary ul li a.active:visited, .content .gp-nav-secondary ul li a.active:hover, .content .gp-nav-secondary ul li a.active:active {
		color:#87BA9F;
		white-space:nowrap;
		transition:.3s;
	}

	.content .gp-nav-secondary.gp-nav-secondary-wh {
		background:#fff;
	}
	.content .gp-nav-secondary.gp-nav-secondary-wh ul li {
		color:#868a8d;
	}
	.content .gp-nav-secondary.gp-nav-secondary-wh ul li a:link, .content .gp-nav-secondary.gp-nav-secondary-wh ul li a:visited {
		color:#868a8d;
		text-decoration: none;
		border: none;
	}
	.content .gp-nav-secondary.gp-nav-secondary-wh ul li a:hover, .content .gp-nav-secondary.gp-nav-secondary-wh ul li a:active {
		color:#ff8200;
	}
	
   .content .gp-nav-secondary.gp-nav-secondary-wh ul li a.active:link, .content .gp-nav-secondary.gp-nav-secondary-wh ul li a.active:visited, .content .gp-nav-secondary.gp-nav-secondary-wh ul li a.active:hover, .content .gp-nav-secondary.gp-nav-secondary-wh ul li a.active:active {
		color:#ff8200;
		white-space:nowrap;
		transition:.3s;
	}
	
	
	@media only screen and (max-width:767px) {
	.content .gp-nav-secondary, .content .gp-nav-tertiary {
		font-size:14px;
	}
	.content .gp-nav-secondary ul li, .content .gp-nav-tertiary ul li {
		display:inline-block;
		padding-left:12px;
		padding-right:12px;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.content .gp-nav-tertiary.values-list ul li {
		display:inline-block;
		padding-left:6px;
		padding-right:6px;
		font-size:1.2em;
	}
	}
	/* END SECONDARY NAV */


	/* forces anchors to land below the fixed header
this version forces the padding to land under other elements via z-index */
.anchortwofixholder {
	position:relative;
	min-width:1px;
	min-height:1px;
	display:inline-block;
	/* width:100%; */
	padding:0;
	margin:0;
}
.anchortwofix {
	padding-top: 212px;
	margin-top: -212px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position:absolute;
	z-index:-1;
	display:inline-block;
	height:1px;
}
	
	@media (max-width: 1300px) {
.anchortwofix {
	padding-top: 182px;
	margin-top: -182px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position:absolute;
	z-index:-1;
	display:inline-block;
	height:1px;
}
		
	}
	
	@media (max-width: 1000px) {
.anchortwofix {
	padding-top: 132px;
	margin-top: -132px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position:absolute;
	z-index:-1;
	display:inline-block;
	height:1px;
}
		
	}

	.flexbox .fcol-interior {
		margin-top:0px;
			margin-left:5%;
			margin-right:15%;
			text-align:left;
		}
	.flexbox.flip .fcol-interior {
		margin-top:0px;
			margin-left:15%;
			margin-right:5%;
			text-align:left;
		}
.flexbox {      
  display: -webkit-flex;        
  display: -ms-flexbox;     
  display: flex;
  overflow: hidden;
}
.flexbox .fcol {
  flex: 1;
  padding: 0px;
}
.flexbox .fcol:nth-child(1) { 
  -webkit-order: 0; 
      -ms-flex-order: 0; 
          order: 0;
}
.flexbox .fcol:nth-child(2) { 
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flexbox.flip .fcol:nth-child(1) { 
  -webkit-order: 1; 
      -ms-flex-order: 1; 
          order: 1;
}
.flexbox.flip .fcol:nth-child(2) { 
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
		@media only screen and (max-width:767px) {
			.flexbox {      
  display: block;
  overflow: hidden;
}
	.flexbox .fcol-interior {
		margin-top:20px;
			margin-left:5%;
			margin-right:5%;
			text-align:center;
		}
	.flexbox.flip .fcol-interior {
		margin-top:20px;
			margin-left:5%;
			margin-right:5%;
			text-align:center;
		}
		}