html, 
body {height:100%; padding:0; margin:0; width:100%;
font-family: 'Overpass', EYInterstate, Arial, sans-serif;
	font-weight: 300;
	color: #2e2e38;}


/* Bullets EY brand*/
.eybullets ul {
  padding-left:20px;
  margin-top:0px;
}

.eybullets ul li {
  color:#444; /* set color of list item to a dark gray */
	list-style:none; /* if you’re not already using a reset */
	padding-bottom:2px;
	text-indent:-17px;
}
.eybullets ul li:before {
  color:#808080; /* set color to EY gray */
  content:"\25A0"; /* /25A0 is the numerical unicode for square bullet */
  font-size:120%; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:7px; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
    top:-0.05em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}


 
/* Styles WELCOME/Summ section*/
.Summ { 
	min-height:100vh;
	padding-top:50px;
	padding-bottom:0px;
	background:url(Summary_BG.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-attachment:scroll;
    color: #333;
	}
	

.Summ, .cont, .Bench, h1, h2, h3 {
	font-weight:lighter;
}

.Summ h1 {
	font-size:30px;
	margin:0px 0px 0px 0px;
}
.Summ h2 {
	font-size:20px;
	margin:6px 0px 0px 0px;
}
.Summ h3 {
	font-size:16px;
	margin:6px 0px 0px 0px;
}

.eypanelBox {
	height:100%;
	width:100%;
	}
.eypanel {
	z-index:2;
	padding-top:50px;
	margin-bottom:0px;
	}
	
.eypanel img {
	height:250px;
	margin-left:30px;
	margin-bottom:0px;
	}
	
.eypanelText {
	z-index:3;
	width:250px;
	position:relative;
	top:-138px;
	margin-left:50px;
	margin-bottom:0px;
	}
.eypanelButton {
	z-index:4;
	position:relative;
	top:-50px;
	margin-left:30px;
	}


/* Styles cont section */
.cont {
	padding-top:50px;
	padding-bottom:50px;
	background-color: #747480;
	color: #fff;
}

.cont h1 {
	color: #ffffff;
}

.cont p {
	font-weight:normal;
}

.cont .fa {
	color:#1A9AFA;
}

.cont .fa-inverse {
	color:#747480;
}

.cont a {
	color:#ccc;
}
/* Styles PANELISTsection */
.panelist {
	padding-top:50px;
	padding-bottom:50px;
	background-color: #747480;
	color: #fff;
}

.panelist  h1 {
	color: #ffffff;
}

.panelist p {
	font-weight:normal;
}

.panelist .fa {
	color:#1A9AFA;
}

.panelist .fa-inverse {
	color:#747480;
}

.panelist a {
	color:#ccc;
}


/* Styles Bench section */
.Bench {
	padding-top:90px;
	padding-bottom:90px;
	padding-left: 50px;
	padding-right: 50px;
    background:url(intro2_image.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment:scroll;
    background-size: cover;
	color: #fff;
}

/* Styles DETAILS section */
.details {
	padding-top:90px;
	padding-bottom:90px;
	background-color: #cccccc;
	color: #333;
}

.ey_table {
	border-top:0px;
	border-bottom:solid 1px #707070;
}

.ey_table > thead > tr > th {
	background-color:#707070;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
}
.ey_table td {
	border-top:0px;
	border-bottom:solid 1px #707070;
}

.ey_table tr td:first-child {
	font-weight:bold;
}

/* Styles for FOOTER */

.footerSingle {
  padding-top:20px;
  padding-bottom:60px;
   background-color: white;
  color: #707070;
}

.footerSingle p {
  color: #707070;
	font-size: 10px;
}

.footerSingle a {
  color: #707070;
  text-decoration:none;
}

.footerSingle a:hover {
  color: #1A9AFA;
  text-decoration:none;
}

.footerSingle .fa-inverse:hover {
  color: #707070;
  text-decoration:none;
}

.footerSingle hr {
  border-top:1px solid #707070;
}


/******* ADJUST FONT SIZE TO PREVENT ZOOM ********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form-control {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .form-control {
    font-size: 14px;
  }
}

/******* ADJUST FOR iPhone 5 Portrait ********/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : portrait) {
.Summ h1 {
	font-size:30px;
	margin:0px 0px 0px 0px;
}
.Summ h2 {
	font-size:20px;
	margin:6px 0px 0px 0px;
}
.Summ h3 {
	font-size:16px;
	margin:6px 0px 0px 0px;
}
.eypanelBox {
	height:100%;
	width:100%;
	}
.eypanel {
	z-index:2;
	padding-top:50px;
	margin-bottom:0px;
	}
.eypanel img {
	height:296px;
	margin-left:20px;
	margin-bottom:0px;
	}
.eypanelText {
	z-index:3;
	width:230px;
	position:relative;
	top:-220px;
	margin-left:40px;
	margin-bottom:0px;
	}
.eypanelButton {
	z-index:4;
	position:relative;
	top:-50px;
	margin-left:20px;
	}
	}

/******* ADJUST FOR iPhone 5 Landscape ********/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : landscape) {
.Summ { 
	padding-top:70px;
	}
.eypanel {
	z-index:2;
	padding-top:20px;
	margin-bottom:0px;
	}
.eypanel img {
	height:210px;
	margin-left:15px;
	margin-bottom:0px;
	}
	
.eypanelText {
	z-index:3;
	width:200px;
	position:relative;
	top:-150px;
	margin-left:35px;
	margin-bottom:0px;
	}
.eypanelButton {
	z-index:4;
	position:relative;
	top:-150px;
	margin-left:350px;
	}
	
	}

/******* ADJUST FOR iPhone 6 Landscape ********/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
.eypanel {
	z-index:2;
	padding-top:25px;
	margin-bottom:0px;
	}
	
.eypanel img {
	height:210px;
	margin-left:15px;
	margin-bottom:0px;
	}
	
.eypanelText {
	z-index:3;
	width:200px;
	position:relative;
	top:-150px;
	margin-left:35px;
	margin-bottom:0px;
	}
.eypanelButton {
	z-index:4;
	position:relative;
	top:-150px;
	margin-left:350px;
	}
	
	}


@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
.contacttoday
{
margin-bottom: 150px!important;
}
.howey
{
    margin-top: 10px;
}
.buttonContMR
{
margin-left: 0px;
margin-top: 10px;
}    
}
/******* ADJUST FOR TABLETS Portrait ********/
@media (min-width: 768px) {	
/* Styles WELCOME/Summ section */
.Summ { 
	min-height:100vh;
	background-attachment:fixed;
}
.Summ h1 {
	font-size:40px;
	margin:0px 0px 0px 0px;
}
.Summ h2 {
	font-size:40px;
	margin:6px 0px 0px 0px;
}
.Summ h3 {
	font-size:18px;
	margin:6px 0px 0px 0px;
}
	.Summ h4 {
	font-size:18px;
	margin:6px 0px 0px 0px;
}

/* Styles Bench section */
.Bench { 
	background-attachment:fixed;
	padding-top:135px;
	padding-bottom:135px;
	padding-left: 20px;
	padding-right: 20px;
}
/* Styles cont section */
.cont { 
	padding-top:135px;
	padding-bottom:135px;
}
/* Styles DETAILS section */
.details { 
	padding-top:135px;
	padding-bottom:135px;
}

}

/******* ADJUST FOR TABLETS Landscape ********/
@media (min-width: 960px) {	
/* Styles WELCOME/Summ section */
.Summ { 
	min-height:100vh;
	background-attachment:fixed;
}
.Summ h1 {
	font-size:50px;
	margin:0px 0px 0px 0px;
}
.Summ h2 {
	font-size:30px;
	margin:6px 0px 0px 0px;
}
.Summ h3 {
	font-size:24px;
	margin:6px 0px 0px 0px;
}
.eypanel {
	padding-top:70px;
	}
.eypanel img {
	height:400px;
	margin-left:8px;
	}	
.eypanelText {
	width:400px;
	top:-250px;
	margin-left:43px;
	}
.eypanelButton {
	width:200px;
	top:-100px;
	margin-left:8px;
	}
.submitHREF {
	font-size:20px;
}
/* Styles Bench section */
.Bench { 
	background-attachment:fixed;
	padding-top:135px;
	padding-bottom:135px;
	padding-left: 20px;
	padding-right: 20px;
}
/* Styles cont section */
.cont { 
	padding-top:135px;
	padding-bottom:135px;
	padding-left: 50px;
	padding-right: 50px;
}
/* Styles DETAILS section */
.details { 
	padding-top:135px;
	padding-bottom:135px;
}

}

@media (min-width: 1200px) {	
/* Styles WELCOME/Summ section */
.Summ h1 {
	font-size:60px;
	margin:0px 0px 0px 0px;
}
.Summ h2 {
	font-size:40px;
	margin:6px 0px 0px 0px;
}
.Summ h3 {
	font-size:24px;
	margin:6px 0px 0px 0px;
}
.eypanel {
	padding-top:80px;
	}
.eypanel img {
	height:500px;
	margin-left:0px;
	}	
.eypanelText {
	width:480px;
	top:-280px;
	margin-left:55px;
	}
.eypanelButton {
	width:480px;
	top:-140px;
	margin-left:0px;
	}
.submitHREF {
	font-size:20px;
}
}
