/* FOnts */

@import url('https://fonts.googleapis.com/css?family=Questrial');

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Free_Bold-webfont.eot');
    src: url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/Nexa_Free_Light-webfont.eot');
    src: url('../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body p {
font-family: 'Questrial', sans-serif;
font-size:22px;
}

h1,h2,h3,h4 {
	font-family: 'nexa_lightregular';
	color:#fff;
}


/* Text Elements */

.top-bottom {
  padding-top:0px;
  padding-bottom:0px;
}

.row.header {
  padding-top: 28px;
  padding-left: 130px;
  min-height: 130px;
  background-color: #1F3D49;
  background-image: url('../images/icons/slc.png');
  background-repeat: no-repeat;
  font-family:'nexa_lightregular';
  color:#fff;
}

h4 span.heading-text-1 {
  color: #fff;
}

.text-element.sub-header-text {
  padding-top: 8px;
  padding-bottom: 0;
  color: #fff;
  font-family:'nexa_lightregular';  
  font-size: 30px;
}

h4.heading-1 {
  margin-bottom: 40px;
  line-height: 1.61;
}
li {
    list-style: none;
   	padding-left: 45px;
   	background-image: url('../images/icons/bullet_32.png');
   	background-repeat: no-repeat;
   	background-position: 0px 2px;
	margin-top: 20px;
}

a.list-links {
		display:inline-block;
   	padding-left: 45px;
   	background-image: url('../images/icons/link_32.png');
   	background-repeat: no-repeat;
   	background-position: 0px 2px;
		font-family: 'Questrial', sans-serif;
		font-size:22px;
		font-weight:400;
		color:#666;
		padding-bottom:6px;
		padding-top:2px;
}

a:hover.list-links {
	text-decoration:underline;
}

.extra-emphasis-list li{
    list-style: none;
   	padding-left: 45px;
   	background-image: url('../images/icons/bullet_32_tall.png');
   	background-repeat: no-repeat;
   	background-position: 0px 2px;
	margin-top: 0px;
}	

.logout {
	font-size:18px;
	width:100%;
	background-color:#212121;
	padding-right:10px;
}

.logout a {
	float:right;	
	color:#fff;
	text-decoration:underline;
	background-color:#212121;
	font-family: 'nexa_lightregular', Helvetica, Arial, sans-serif;		
}

.quote {
	font-size:22px;
}

.download-link a {
	color:#FCB421;
}

.download-link a:hover {
	text-decoration:underline;
}

.copy-text, .copy-text-white, .copy-text a {
	font-size:22px;
	font-family:'Questrial', sans-serif;
}
.copy-text {
	color:#666;
}

.copy-text-white {
	color:#fff;
	padding-left: 20px;
}

.copy-text-small {
	font-size:18px;
	font-family:'Questrial', sans-serif;
	color:#666;	
}

.profile-text {
	font-size:22px !important;
	color:#666;
	font-family:'Questrial', sans-serif;
}

.se-menu {
	background-color:#CF4569;
	height:25px;
	width:100%;
	font-size:16px;
	color:#fff;
	padding:0px 5px 0px 5px;
	font-family: 'nexa_lightregular', Helvetica, Arial, sans-serif;
}

.se-menu a {
	background-image:none;
	padding-left:10px; 
	padding-right:10px;
	border-right:1px #fff solid;
	color:#fff;
}

span.text-element.text-1 {
  float: left;
  padding-top: 15px;
  width: auto;
  white-space: normal;
  font-size: 19px;
  font-family: 'Questrial', sans-serif;
  line-height: 1.09;
}

span.text-element.page-heading {
  color: #FDB23E;
  font-size: 26px;
  font-family: 'Questrial', sans-serif;
	padding-bottom:20px;
  text-shadow: 2px 2px 4px #fff;
}

span.text-element.df-instructions {
  color: #666;
  font-size: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
}

span.text-element.df-identifiers {
  margin: 15px auto;
  max-width: 70%;
  width: 70%;
  color: #666;
  font-size: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
}

body > .row > [class*='coffee-span-'].bottom-column {
  padding-bottom: 50px;
}

.subgrid.df-blue-panel {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  min-width: 70%;
  min-height: 100px;
  max-width: 70%;
  border-radius: 15px;
  background-color: #deecec;
	border:3px solid #FDB23E;
}

.subgrid.df-apricot-panel {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;  
  min-width: 70%;
  min-height: 100px;
  max-width: 70%;
  border-radius: 15px;
  background-color: #feedd4;
	border:3px solid #FDB23E;
}

.limit-width {
	display:table;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.df-panel-heading {
	color:#444;
	font-weight:600;
}

.subgrid > .row.panel-row {
  padding-top: 5px;
  padding-bottom: 5px;
}

span.text-element span.text-text-1 {
  color: #fafafa;
  font-weight: bold;
  font-size: 40px;
  font-family:'nexa_lightregular';  
}

span.text-element span.text-text-3 {
  font-size: 20px;
}

span.text-element.text-3 {
  color: #fff;
  font-size: 16px;
  font-family: 'Questrial', sans-serif;
}

.page-sub-head-text {
  color: #7294A2;
  font-size: 26px;
  font-family: 'Questrial', sans-serif;
	font-weight:700;
}

span.text-element span.text-text-4 {
  color: #5D6681;
  font-size: 46px;
	font-weight:700;
}

.main-header {
	border-bottom:1px solid #5D6681;
	padding-bottom:30px;
	margin-bottom:50px;
}

span.text-element.text-2 {
  margin-top: 82px;
  margin-left: 1%;
  font-family: 'nexa_lightregular', Helvetica, Arial, sans-serif;
}

.page-heading-text {
  margin-top: 82px;
  margin-left: 1%;
	font-family:'nexa_lightregular', Helvetica, Arial, sans-serif;
	font-weight:700;
  color: #fff;
  font-size: 46px;
  text-shadow: 2px 2px 4px #444;
}

span.text-element span.text-text-5 {
  color: #02C2B7;
}

span.text-element span.text-text-6,span.text-element span.text-text-6 a {
  color: #02C2B7;
  font-family: 'Questrial', sans-serif;
  font-size:18px; 
}

span.text-element span.text-text-6 a {
  text-decoration:underline;
  color:#fff; 
}
li {
	font-family:'Questrial', sans-serif;
	color:#666;
 	font-size:22px;
	font-weight:300; 
}

.pathway-icon  {
	float: left;
	width: 50px;
	height: 50px;
	border: 4px solid #fff;
	border-radius: 100%;
	margin: 7px;
	background: #fff;
}
.prod-item {
	background-color: #F1F1F1;
	margin-top: 1px;
	clear: both;
	min-height: 78px;
	position: relative;
}
.main-image {
	margin-top:10px;
	padding-right:30px;
	min-width:200px;
}
.explore-icon {
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px;
}

.explore-select {
	font-size:12px;
	line-height:90%;
	color:#fff;
	font-family:'helvetica', Arial, sans-serif;
}

.copyright {
	background:#fff;
	color:#212121;
	font-size:12px;
	font-family:'helvetica', Arial, sans-serif;
	padding-bottom:30px;
}

.copyright img {
	background:#fff;
	float:right;
}

.footer {
	background-color:#fff;
	padding-top:30px;
}

.emphasis {
	font-size:130%;
	font-weight:bold;
}
.extra-emphasis {
	font-size:200%;
	font-weight:bold;
}

.extra-padding {
	padding-top:30px;
	border-bottom:1px dotted #00BCAF;
	background-color:#fff;
}

.pp {
	margin-right:auto;
	margin-left:auto;
	padding-top:40px;
}

.subgrid.subgrid-1 {
  margin-right: auto;
  margin-left: auto;
  min-width: 70%;
  max-width: 70%;
}

/* Image Elements */

img.image-1-1.image-1 {
  float: left;
  max-width: 80px;
  width: 50%;
}
.error_msg {
	background-color:#FF0000;
	color:#fff;
}
img.image-1-1.image-2 {
  display: inline-block;
  float: left;
  margin-top: 45px;
  margin-left: -1%;
  padding: 0 10px 10px;
  max-width: 515px;
}

img.image-1-1.image-3 {
  float: left;
  clear: left;
  margin-top: 17px;
  margin-right: 2%;
  padding-top: 0;
  padding-right: 0;
  max-width: 23px;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  padding-right: 10px;
  padding-left: 10px;
}


form.form-container.form-container-1 {
  margin-top: -125px;
  margin-bottom: -3px;
  margin-left: 40px;
  padding: 18px 20px 20px;
  min-width: 200px;
  min-height: 100px;
  max-width: 400px;
  border: 2px solid #fff;
  background-color: #fb9c1c;
}

label.label.label-2 {
  float: left;
  clear: left;
  width: auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

label.label.label-1 {
  clear: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Layout Elements */

div.responsive-picture.panel-icon {
  padding: 5px;
  max-width: 100px;
}

.row.row-1 {
  background-color: #FBB41F;
  min-height:130px;
  background-image:url(../images/icons/ee.jpg);
  background-repeat:no-repeat;
  padding-left: 135px;
  padding-top:18px;
}

.row > [class*='coffee-span-'].column-1 {
  min-height: 50px;
}

.row.row-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.form-row {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #02c2b7;
  background-image:url('../images/top_panel_bg_tile_mono.jpg');
}

.row > [class*='coffee-span-'].column-2 {
  display: inline-block;
  float: left;
}

 .row.row-3 {
  margin-top: 0;
  padding: 39px 10px 41px;
  background-color: #fff;
}

 .row.row-4 {
  margin-top: 0;
  padding: 0px 10px 41px;
  background-color: #fff;
}
body.grid-1 {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  border-width: 0;
  border-style: none;
  background-color: #d4d4d4;
}

.row > [class*='coffee-span-'].column-3 {
  min-height: 23px;
}
.with-content {
  min-height:500px;
  background-color:#212121;
}

span.text-element.df-panel-text {
  padding-top: 14px;
  padding-bottom: 0;
  color: #444;
  font-size: 19px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  
}
/*
.button-1 {
  min-width: 190px;
  border-radius: 5px;
  background: #ff982b;
  color:#fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;   
}
*/
.button-2 {
  min-width: 190px;
  border-radius: 5px;
  background: #0094AA;
  color:#fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;   
}

@media screen and (max-width: 1013px) {
  /* Interaction Elements */

  form.form-container.form-container-1 {
    margin-top: 0;
	margin-left:40px;
  }
}

@media screen and (max-width: 793px) {
  /* Text Elements */

.limit-width {
	width:100%;
}
	.container-enterprise, .container-social-enterprise, .container-lifestyle-enterprise, .container-fp-enterprise, .container-ip-enterprise {
	height:100px;
	margin-left:0px;
	margin-top:10px;
}

	.container-explore {
	height:60px;
	margin-left:0px;
}
	.container-goback {
	height:60px;
	margin-left:0px;
}
	.main-image {
		padding-right:0px;
	}
  span.text-element.text-2 {
    margin-left: 0;
    text-align: left;
  }

  span.text-element.text-1 {
    font-size: 18px;
  }

  span.text-element span.text-text-1 {
    font-size: 29px;
  }

  span.text-element span.text-text-4 {
    font-size: 45px;
  }

Interaction Elements

  form.form-container.form-container-1 {
    margin-top: 0;
	margin-left:0px;
  }

  input[type=text].input-1 {
    float: left;
    min-width: 100px;
  }

  label.label.label-1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  /* Layout Elements */

  .row.row-2 {
    border-top-style: none;
    border-right: 7px none #000;
    border-bottom: 7px none #000;
    border-left: 7px none #000;
  }

  .subgrid.df-apricot-panel {
    min-width: 100%;
    max-width: 100%;
  }

  .subgrid.df-blue-panel {
    min-width: 100%;
    max-width: 100%;
  }  
}

@media screen and (max-width: 547px) {
  /* Text Elements */

  span.text-element.text-2 {
    text-align: center;
  }

  span.text-element span.text-text-4 {
    font-size: 35px;
  }

  span.text-element.text-3 {
    margin-bottom: 26px;
  }

  /* Interaction Elements */

  label.label.label-2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.grdMentorsfooter {
    vertical-align: top !important;
}