.hero h1 {
	margin-top: 60px;
	font-size: 80px;
  line-height: 90px;
	font-weight: 300;
}
h4 {
	padding: 0;
	margin: 8px 0 5px 2px;
	font-size: 12px;
	font-weight: 500;
}
.button.transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.button.transparent:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #000;
}
.triple {
	margin-bottom: 40px;
    margin-top: 10px;
}
.triple .button {
    margin-left: 10px;
    margin-right: 10px;
}
.divider.accentBlue > img {
    padding: 0 10px;
    width: auto;
    /*filter: invert(0.7);*/
}
.chevron::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.8em;
    left: 0.15em;
    position: relative;
    top: 0.4em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.8em;
}
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}
.huge {
    color: #fff;
    float: left;
    font-size: 80px;
    font-weight: bold;
    padding-right: 10px;
}
.huge .symbol {
	font-size:50px;
}
.smaller {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 35px;
}
#wrapper {
	width:800px;
	height: 660px;
	margin:0 auto;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-330px;
}
@media (max-width: 767px) {
  .hero {height: auto !important;}
  #wrapper {
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 80px;
    position: relative;
	}
  .triple {margin-bottom: 0;}
}
.more {
  display: none;
/*  margin: 0 auto;
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;*/
}
/*@media (max-width: 1024px) {
  .more { bottom: 30px;}
}
.more .chevron:hover {
	cursor: pointer;
}*/
section.image p, section.image h2 {
	color: #fff;
}
.divider.colHalf.content.image {
    background-attachment: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
h4 {
    padding: 0;
    margin: 8px 0 5px 2px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
h5 {
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
h5 a, h5 a:hover {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
p .button.small {
    display: inline;
    font-size: 14px;
}
section.single p .button.small {
	margin: 0 auto;
}
section.image img {
    padding: 15px 10px;
    vertical-align: middle;
    width: auto;
}
section.single.image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
h2, h4, h5 {
	max-width: 780px;
	margin: 10px auto;
}
h2 a {
	text-decoration: none !important;
}
em {
	font-weight: normal;
}

.notification {
    background-color: #00a6c2;
    color: #fff;
    height: 120px;
    display: none;
}
.notification .inner {
	max-width: 1390px;
	margin: 0 auto;
	padding: 30px 20px;
}
.notification .inner > h2 {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.notification .inner > p {
    color: #fff;
    display: block;
    float: left;
    line-height: 18px;
    text-align: left;
    width: 100%;
}
.button.primary.small.transparent {
    display: block;
    float: right;
    position: relative;
    top: -40px;
    line-height: inherit;
}

section.image p .button.small {
	background-color: #fff;
	color: #000;
}

section.image p .button.small:hover {
	background-color: #E0DED9;
	border-color: #E0DED9;
	color: #000;
}

section.blue a.button.small.transparent {
	background-color: #fff;
	color: #00a6c2;
}

section.blue a.button.small.transparent:hover {
	background-color: #E0DED9;
	border-color: #E0DED9;
	color: #00a6c2;
}
@media all and (max-width: 1023px){
	.hero h1 {line-height: inherit;}  
}
@media all and (max-width: 768px){
	.hero h1 {
    font-size: 50px !important;
    margin-top: 55px !important;
	}
}
@media (max-width: 1094px) and (min-width: 768px) {
  .hero h1 {
    margin-top: 80px;
    font-size: 74px;
    font-weight: 300;
    max-width: 715px;
	}
}
@media (min-width: 667px) and (max-width: 1094px){ 
	.smaller, .huge {
		text-align: left;
	}
	.smaller {
		width: 100%;
		margin-top: 50px;
	}
	.colThird .col {
		width: 100% !important;
		float: left;
		margin: 5px auto;
	}
	p .button.small {
	    /*display: inline-block;
	    margin: 10px 0 30px 0;*/
	    margin: 0px auto 50px;
	    display: table;
	}
	a.button.small.transparent {
		margin: 0 auto;
	}
	.divider {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.col {
		padding-left: 40px;
		padding-right: 40px;
	}
	.notification {
		display: none !important;
	}
}

@media (max-width: 667px){
	.triple .button {
		margin: 10px auto;
	}
	section.image {
	    /*display: none;*/
	}
	.divider.colHalf.content.image {
	    background-attachment: initial;
	    background-position: -215px center;
	    background-repeat: no-repeat;
	    background-size: 400% auto;
	}
	.smaller {
	    color: #fff;
	    display: block;
	    float: left;
	    font-size: 16px;
	    margin-bottom: 20px;
	    margin-top: 0;
	    text-align: left;
	    width: 100%;
	}
	.huge {
		width: 100% !important;
	}
	h2, h4, h5 {
		max-width: 780px;
		margin: 10px auto;
	}
	p .button.small {
	    display: inline-block;
	    font-size: 14px;
	    margin: 10px 0 30px 0;
	}
	.hero h2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.hero {
		height: auto;
		box-sizing: border-box;
		background-size: cover;
	}
	section.image img {
	    padding: 10px 10px;
	    vertical-align: middle;
	    width: 25%;
	}
	p .button.small {
	    display: block;
	}
	.col {
		padding-left: 0;
		padding-right: 0;
	}
	.globalNav.active {
	    max-height: none;
	}
	.notification {
		display: none !important;
	}
}