@charset "utf-8";

/*---- Reset ----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*---- HTML5 display-role reset for older browsers ----*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img, 
object {
	border: none;
	width: auto;
    max-width: 100%;
    height: auto;
	transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -webkit-transition:all .2s ease-in-out;
}
map area {
    outline: none;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}

/*---- Basic Styles ----*/
html {
  scroll-behavior: smooth;
}
body {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	color: #292b2c;
	background: #292b2c;
	font-size: 12px;
	text-align:  center;
}
h1 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 100px;
	color: #ffffff;
	margin-block-start: 0 !important;
    margin-block-end: 0 !important;
	text-transform: uppercase;
	letter-spacing: .5em;
}
h1 span {
	background: rgba(241,217,101,1);
	background: -moz-linear-gradient(left, rgba(241,217,101,1) 0%, rgba(241,217,101,1) 1%, rgba(160,120,44,1) 18%, rgba(241,218,101,1) 51%, rgba(214,180,68,1) 71%, rgba(150,113,43,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,217,101,1)), color-stop(1%, rgba(241,217,101,1)), color-stop(18%, rgba(160,120,44,1)), color-stop(51%, rgba(241,218,101,1)), color-stop(71%, rgba(214,180,68,1)), color-stop(100%, rgba(150,113,43,1)));
	background: -webkit-linear-gradient(left, rgba(241,217,101,1) 0%, rgba(241,217,101,1) 1%, rgba(160,120,44,1) 18%, rgba(241,218,101,1) 51%, rgba(214,180,68,1) 71%, rgba(150,113,43,1) 100%);
	background: -o-linear-gradient(left, rgba(241,217,101,1) 0%, rgba(241,217,101,1) 1%, rgba(160,120,44,1) 18%, rgba(241,218,101,1) 51%, rgba(214,180,68,1) 71%, rgba(150,113,43,1) 100%);
	background: -ms-linear-gradient(left, rgba(241,217,101,1) 0%, rgba(241,217,101,1) 1%, rgba(160,120,44,1) 18%, rgba(241,218,101,1) 51%, rgba(214,180,68,1) 71%, rgba(150,113,43,1) 100%);
	background: linear-gradient(to right, rgba(241,217,101,1) 0%, rgba(241,217,101,1) 1%, rgba(160,120,44,1) 18%, rgba(241,218,101,1) 51%, rgba(214,180,68,1) 71%, rgba(150,113,43,1) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
h2 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	padding: 25px 0px 15px 0px;
	color: #ffffff;
}
h3 {
	font-family: "KantarBrownWeb-Regular", Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 48px;
	padding: 0px 0px 20px 0px;
	color: #292b2c;
	text-transform:  uppercase;
}
h4 {
	font-family: "KantarBrownWeb-Bold", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	padding: 0px 0px 20px 0px;
	color: #292b2c;
}
p {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	padding: 0px 0px 20px 0px;
	color: #292b2c;
}
p.boldFont {font-family: "KantarBrownWeb-Regular", Arial, Helvetica, sans-serif;}
text {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif !important;
}
p:last-child {
	padding: 0px;
}
p.smallText {
	font-size: 14px;
	line-height: 18px;
}
ul, ol {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #292b2c;
	padding-bottom: 15px;
}
ul {
	list-style: disc;
}
ul li {
	padding-bottom: 15px;
	text-align: left;
	list-style-position: inside;
}
ol {
	list-style: none; 
	counter-reset: item;
	padding-bottom: 50px;
	display: inline-block;
	text-align: left !important;
}
ol li {
	padding-bottom: 15px;
	text-align: left;
	list-style-position: inside;
	counter-increment: item;
	margin-left: 20px;
	margin-right: 20px;
}
ol li::before {
	content: counter(item) ". ";
	color: #0082ab;
  	display: inline-block; 
	width: 1em;
  	margin-left: -1em;
	font-weight:  bold;
}
ul li ul {
	padding-bottom: 0px;
}
ul li:last-child, ul li ul li:last-child, ol li:last-child {
	padding-bottom: 0px;
}
.brandCampaignCentered {
	text-align: center;
	margin: 0px auto;
}
a:link, a:visited {
	color: #bd9b08;
	text-decoration: none;
}
a:hover, a:active {
	color: #bd9b08;
	text-decoration: underline;
}
hr {
	margin-bottom: 30px;
	height: 1px;
    color: #292b2c;
    border-width: 0px;
    background-color: #292b2c;
}
a.button:link,
a.button:visited {
	color: #fff;
	text-decoration: none;
	background-color: #bd9b08;
}
a.button:hover, a.button:active {
	background-color: #292b2c; 
	color: #fff;
	text-decoration: none;
}
.button {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 24px;
    padding: 12px 15px 8px 15px;
    margin: 20px 0px 20px 0px;
    background-color: #bd9b08;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
}
/*---- No Padding Styles ----*/
.brandCampaignNoPaddingTop {
	padding-top: 0px !important;
}
.brandCampaignNoPaddingBottom{
	padding-bottom: 0px !important;
}
/*---- Container Styles ----*/
#brandCampaignWrapper {
	width: 100%;
	position: relative;
	margin: 0px auto;
	text-align: center;	
}
/* Base White Container */
.brandCampaignWhiteContainer {
	background-color: #fff; 
	color: #292b2c;
	clear: both;
}
/* Base Blue Container */
.brandCampaignBlueContainer {
	background-color: #0082ab; 
	color: #ffffff;
	clear: both;
}
.brandCampaignBlueContainer h1, .brandCampaignBlueContainer h2, .brandCampaignBlueContainer h3, .brandCampaignBlueContainer h4, .brandCampaignBlueContainer p, .brandCampaignBlueContainer ul li, .brandCampaignBlueContainer hr {
	color: #fff !important;
}
/* Base Wave Container */
.brandCampaignWaveContainer {
	background: #0082ab url('../images/insideWaves.jpg') no-repeat; 
	background-position: center center;
	background-size:  cover;
	color: #ffffff;
	clear: both;
}
.brandCampaignWaveContainer h1, .brandCampaignWaveContainer h2, .brandCampaignWaveContainer h3, .brandCampaignWaveContainer h4, .brandCampaignWaveContainer p, .brandCampaignWaveContainer ul li, .brandCampaignWaveContainer hr {
	color: #fff !important;
}
.brandCampaignWaveContainer h4 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 60px;
	padding: 30px 0px 30px 0px;
}
/* Base Wave2 Container */
.brandCampaignWave2Container {
	background: #0082ab url('../images/waves2.jpg') no-repeat; 
	background-position: center center;
	background-size:  cover;
	color: #ffffff;
	clear: both;
}
.brandCampaignWave2Container h1, .brandCampaignWave2Container h2, .brandCampaignWave2Container h3, .brandCampaignWave2Container h4, .brandCampaignWave2Container p, .brandCampaignWave2Container ul li, .brandCampaignWave2Container hr {
	color: #fff !important;
}
.brandCampaignWave2Container h4 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 60px;
	padding: 30px 0px 30px 0px;
}
/* Base Dark Grey Container */
.brandCampaignDarkGreyContainer {
	background-color: #292b2c; 
	color: #fff;
	clear: both;
}
/*---- Color Styles ----*/
.brandCampaignDarkGreyColor {color: #292b2c !important;}
.brandCampaignGoldColor {color: #bd9b08 !important;}
.brandCampaignWhiteColor {color: #ffffff !important;}
.brandCampaignBlueColor {color: #0082ab !important;}
/*---- Branding Bar Styles ----*/

.brandCampaignLogo a img {
	float: left;
	margin: 0px 30px 0px 0px;
}

/*---- Content Wrapper Styles ----*/
.brandCampaignContentWrapper {
	max-width: 1280px;
	margin: 0px auto;
	padding: 50px 40px 30px 40px;
}
.brandCampaignContentSmWrapper {
	margin: 0px auto;
	text-align: left;
	padding: 15px 40px 15px 40px;
}
.brandCampaignContentWrapper .brandCampaignCol {
    padding-bottom: 20px;
}
/*---- Header ---- */
header {
	position: relative;
}
header .brandCampaignCell-6-of-6 {
	position: relative;
	padding: 230px 0px 0px 0px;
}
.Background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.Background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.brandCampaignContentSmWrapper .brandCampaignCol {
	margin-bottom: 0px !important;
}

/*---- Nav Styles ----*/
ul.brandCampaignMainNav {
	margin: 0px;
	float: right;
	padding: 4px 0px 0px 0px;
	font-family: "KantarBrownWeb-Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform:  uppercase;
}
ul.brandCampaignMainNav li {
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 0px;
}
ul.brandCampaignMainNav li.downloadLink a:link, 
ul.brandCampaignMainNav li.downloadLink a:visited {
	color: #bd9b08;
}
ul.brandCampaignMainNav li.downloadLink a:link, 
ul.brandCampaignMainNav li.downloadLink a:visited {
	text-decoration: none
}
ul.brandCampaignMainNav li.contactLink a:link, 
ul.brandCampaignMainNav li.contactLink a:visited,
ul.brandCampaignMainNav li.backLink a:link, 
ul.brandCampaignMainNav li.backLink a:visited {
	color: #fff;
}
ul.brandCampaignMainNav li.contactLink a:link, 
ul.brandCampaignMainNav li.contactLink a:visited,
ul.brandCampaignMainNav li.backLink a:link, 
ul.brandCampaignMainNav li.backLink a:visited {
	text-decoration: none
}
.mainNavImg {
	display: none;
}
/*---- body ---- */
.imgDivider img {width: 100%; display:block;}
.smallChart { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 45%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.mediumChart { 
	display: inline-block;
	position: relative;
	width: 75%;
	padding-bottom: 75%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.largeChart { 
	display: inline-block;
	position: relative;
	width: 80%;
	padding-bottom: 90%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.svgResponsive { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
/*---- Form Styles ----*/
#brandCampaignFormContainer {
    padding-top: 54px;
    margin-top: -54px;
}
.brandCampaignForm {
	width: 100%;
	height: 550px;
}
.brandCampaignContactForm {
	width: 100%;
	height: 640px;
}
/*---- Footer Styles ----*/
.brandCampaignContentSmWrapper p {
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #fff;
}
/*---- Share/Follow Styles ----*/
ul.brandCampaignShareLinks {
	margin: 0px;
}
ul.brandCampaignShareLinks li {
	display: inline-block;
	padding-right: 1px;
	padding-bottom: 0px;
}
.brandCampaignContentSmWrapper ul.brandCampaignShareLinks {
	padding: 5px 0px 0px 0px;
	float: right;
	font-size: 14px;
	vertical-align: top;
}
.brandCampaignContentSmWrapper ul.brandCampaignShareLinks li.shareCopy {
	margin-top: 0px;
	vertical-align: top;
	color: #fff;
}
/*---- IE Styles ----*/
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.Background::after { background: url("../images/waves.jpg") no-repeat; background-size: cover;}
	h1 span {
		background: none !important;
		color: #bd9b08;
	}
}
@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
	.Background::after { background: url("../images/waves.jpg") no-repeat; background-size: cover;}
	h1 span {
		background: none !important;
		color: #bd9b08;
	}
}
/*---- Responsive Grid Setup ----*/
/* Row Setup */
.brandCampaignRow {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* Column Setup */
.brandCampaignCol {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}
.brandCampaignCol:first-child { margin-left: 0; }

/* Grouping  */
.brandCampaignGroup:before,
.brandCampaignGroup:after { content:""; display:table; }
.brandCampaignGroup:after { clear:both;}
.brandCampaignGroup { zoom:1; /* For IE 6/7 */ }

/* Responsive Cell Setup */
.brandCampaignCell-6-of-6 {
	width: 100%;
}
.brandCampaignCell-5-of-6 {
  	width: 83.06%;
}
.brandCampaignCell-4-of-6 {
  	width: 66.13%;
}
.brandCampaignCell-3-of-6 {
  	width: 49.2%;
}
.brandCampaignCell-2-of-6 {
  	width: 32.26%;
}
.brandCampaignCell-1-of-6 {
  	width: 15.33%;
}
.push {
    visibility: hidden;
}

/*---- Responsive Styles - Max Width 1024px----*/
@media screen and (max-width: 1024px) {
	/*---- Font Styles ----*/
	h1 {
		font-size: 70px;
		line-height: 80px;
	}

	h2 {
		font-size: 28px;
		line-height: 34px;
	}
	h3 {
		font-size: 36px;
		line-height: 46px;
	}
	h4 {
		font-size: 28px;
		line-height: 38px;
	}
	p {
		font-size: 22px;
		line-height: 30px;
	}
	p.smallText {
		font-size: 14px;
		line-height: 18px;
	}
	ul, ol {
		font-size: 20px;
		line-height: 38px;
	}
	.button {
		font-size: 22px;
	}
	.brandCampaignWaveContainer h4,
	.brandCampaignWave2Container h4{
		font-size: 40px;
		line-height: 50px;
	}
}
/*---- Responsive Styles - Max Width 823px----*/
@media screen and (max-width: 823px) {
/*---- Form Styles ----*/
	.brandCampaignForm {
		height: 830px;
	}
	.brandCampaignContactForm {
	 	height: 920px;
	}
}
/*---- Responsive Styles - Max Width 768px----*/
@media screen and (max-width: 768px) {
	.brandCampaignContentWrapper .brandCampaignCol {  
		margin: 0px 0px 1% 0px; 
	}
	.brandCampaignContentWrapper .brandCampaignCell-1-of-6,
	.brandCampaignContentWrapper .brandCampaignCell-2-of-6,
	.brandCampaignContentWrapper .brandCampaignCell-3-of-6,
	.brandCampaignContentWrapper .brandCampaignCell-4-of-6,
	.brandCampaignContentWrapper .brandCampaignCell-5-of-6 { 
		width: 100%; 
	}
	.brandCampaignContentSmWrapper {
		padding: 15px 20px 15px 20px;
	}
	.brandCampaignContentWrapper {
		padding: 50px 20px 30px 20px;
	}
	/*---- Font Styles ----*/
	h1 {
		font-size: 45px;
		line-height: 55px;
	}
	h2 {
		font-size: 21px;
		line-height: 27px;
	}
	h3 {
		font-size: 33px;
		line-height: 43px;
	}
	h4 {
		font-size: 25px;
		line-height: 35px;
	}
	p {
		font-size: 19px;
		line-height: 27px;
	}
	ul, ol {
		font-size: 17px;
		line-height: 25px;
	}
	.button {
		font-size: 19px;
	}
	.brandCampaignWaveContainer h4,
	.brandCampaignWave2Container h4{
		font-size: 34px;
		line-height: 44px;
	}
	/*---- Nav Styles ----*/
	ul.brandCampaignMainNav {
		padding: 0px 0px 0px 0px;
	}
	ul.brandCampaignMainNav li {
		padding-left: 10px;
	}
	.mainNavImg {
		display: block;
	}
	.mainNavText {
		display: none;
		height: 0px;
		font-size: 0px;
	}
	/*---- Form Styles ----*/
	.brandCampaignForm {
		width: 100%;
		height: 550px;
	}
	.brandCampaignContactForm {
		width: 100%;
		height: 640px;
	}
}
/*---- Responsive Styles - Max Width 537px----*/
@media screen and (max-width: 537px) {
/*---- Form Styles ----*/
	.brandCampaignForm {
		height: 830px;
	}
	.brandCampaignContactForm {
	 	height: 920px;
	}
}
/*---- Responsive Styles - Max Width 480px----*/
@media screen and (max-width: 480px) {
	/*---- Font Styles ----*/
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 20px;
		line-height: 26px;
	}
	h3 {
		font-size: 24px;
		line-height: 34px;
	}
	h4 {
		font-size: 21px;
		line-height: 31px;
	}
	p {
		font-size: 16px;
		line-height: 24px;
	}
	p.smallText {
		font-size: 12px;
		line-height: 16px;
	}
	ul, ol {
		font-size: 14px;
		line-height: 22px;
	}
	.button {
		font-size: 16px;
	}
	.brandCampaignWaveContainer h4,
	.brandCampaignWave2Container h4{
		font-size: 25px;
		line-height: 35px;
	}
	/*---- Container Styles ----*/
	footer .brandCampaignCell-3-of-6 {
		width: 100%; 
	}
	footer .brandCampaignCol {  
		margin: 0px 0px 1% 0px; 
	}
	.brandCampaignContentSmWrapper ul.brandCampaignShareLinks,
	.brandCampaignContentSmWrapper ul.brandCampaignFollowLinks {
		padding: 20px 0px 0px 0px;
		float: none;
	}
}
/*---- Responsive Styles - Min Width 1500px----*/
@media screen and (min-width: 1500px) {
	header .brandCampaignCell-6-of-6 {
		padding: 350px 0px 0px 0px;
	}
}
/*---- Responsive Styles - Min Width 1920px----*/
@media screen and (min-width: 1920px) {
	header .brandCampaignCell-6-of-6 {
		padding: 500px 0px 0px 0px;
	}
}
/*---- Responsive Styles - Min Width 2220px----*/
@media screen and (min-width: 2220px) {
	header .brandCampaignCell-6-of-6 {
		padding: 700px 0px 0px 0px;
	}
}
