
/* override one line navbar at the bottom. */

#navigation .nav-menu {
    border-bottom: none !important;
}

/* override end */


h1,
.h1 {
  font-size: 46px;

}
h2,
.h2 {
  font-size: 29px;

}
h3,
.h3 {
  font-size: 20px;

}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  -webkit-margin-before:0em;
  -webkit-margin-after:0em;

}

h1,
h2,
.h1,
.h2 {
  font-family: SofiaProExtraLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

h3,
h4,
.h3,
.h4 {
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

h5,
h6,
.h5,
.h6 {
  font-family: SofiaProMedium, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

p {
    font-size: 14px;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1.2px;
    line-height: 1.6;
}

ul, ol {
    font-size: 13px;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1.2px;
    line-height: 1.6;
    margin-left: 20px;
    list-style-type: disc;
    margin-bottom: 10px;
}

.extra-light {
  font-family: SofiaProExtraLight;
  font-weight: normal;
  font-style: normal;
}
.extra-light-italic {
  font-family: SofiaProExtraLight-Italic;
  font-weight: normal;
  font-style: normal;
}

.light {
  font-family: SofiaProLight;
  font-weight: normal;
  font-style: normal;
}
.light-italic {
  font-family: SofiaProLight-Italic;
  font-weight: normal;
  font-style: normal;
}

.medium {
  font-family: SofiaProMedium;
  font-weight: normal;
  font-style: normal;
}
.medium-italic {
  font-family: SofiaProMedium-Italic;
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
      font-size: 26px;
  }

  h3,
  .h3 {
      font-size: 18px;
  }

}


@media screen and (min-width: 1400px) {

  h1,
  .h1 {
    font-size: 54px;

  }

  h2,
  .h2 {
      font-size: 34px;
  }

  h3,
  .h3 {
      font-size: 24px;
  }


}

/* -------------------------- CONTACT US PAGE REDESIGN -------------------------- */

/* helper for horizontal & vertical aligment of unknown content height/dynamic text, breaking line copy on x size, etc */

table tr td {
  font-size: 13px; 
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
    font-style: normal;
    letter-spacing: 1.2px;
    line-height: 1.6;
}


.css-table {
  display: table;
  width: 100%;
  height: 100%;
}
.css-table-cell {
  display: table-cell;
}

.center-alg-div {margin-left: auto; margin-right: auto;}

.center-alg {
  text-align: center;
 }
.left-alg {
  text-align: left;
}
.right-alg {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

.overlay-content.bottom {padding-bottom: 15%;}

.white * {color: #FFFFFF;}

.black * {color: #000000;}

div.clear {
  height: 20px;
  clear: both;
}
/* end helpers */

.container {
	padding-right:10px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}
.row {
	margin:0;
	
}
@media (max-width: 1050px) {
  .container {
    padding:0 10px;
    width:100%;
  }
}

@media (min-width: 1051px) {
	.container {
		max-width:1520px;
		padding:0 45px;
		width:100%;
	}
}
@media (min-width: 1401px) {
	.container {
		padding:0 45px;
	}
}


#content {
	color:#000000;
}

/*#section-1 {
	margin: 30px;
}*/


.banner-wrap {
  position: relative;
	background-size:cover;
	background-position:center;
	height:200px;
}
.text-wrap {
	position:absolute;
	top: 30px;
}

hr.ice-line {
    height: 1px;
    width: 100%;
	  border: 0;
    border-top: 1px solid #ff6600;
	  margin:37px 0 15px;
    padding: 0;
}

a.c-link {
  font-size: 14px;
  color: #FF6600;
  text-decoration: none;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

.tel a {
  color: #ff6600;
  font-size: 14px;
  text-decoration: none;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

.email a {
  font-size: 14px;
    color: #ff6600;
    text-decoration: none;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

a.tel {
  color: #ff6600;
  font-size: 14px;
  text-decoration: none;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

a.email {
  font-size: 14px;
    color: #ff6600;
    text-decoration: none;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

@media (min-width: 321px) and (max-width: 767px) {
	
}

@media (min-width: 768px) {
	.banner-wrap {
		height:352px;
	}
	.text-wrap {
		top: 100px;
	}
/*	#section-1 {
		margin: 50px;
	}*/
}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
  
}

 @media (min-width: 1400px) {
    .banner-wrap {
    height:420px;
  }
} 

