
  
  .shield-wrap {
  	padding-top: 30px;
    max-width: 281px;
  }
  .top-wrap .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}	
  .safe-g {
    padding-right: 70px;
}
  .employee-h img {
    border-radius: 40px;
}
  .left-wrap {
    border: 1px solid #c7c7c8;
    border-radius: 12px;
	background: rgba(255,255,255, .85);
	padding: 30px;
  }
  
  .safe-row {
  	padding-top: 30px;
  }

  .banner-wrap {
	min-height: 400px;
	background: url('/Images/HomeSC/site/safeguard/safeguard-banner-plain.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  	
  }
  
  .banner-container {
  	max-width: 1200px;
	margin: auto;
  }
  
  .info-box {
	max-width: 500px;
    border-radius: 12px;
    margin-top: 50px;
    margin-bottom: 15px;
	padding: 25px;
	text-align: center;
	color: white;
  }

   a.bttn-green,
  a.bttn-green:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 1.25em 15px 1.25em 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
  }
  a.bttn-green:hover:before {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  }
  a.bttn-green img {
	display: inline-block;
	width: 25px;
	margin-left: 8px;
	margin-right: 10px;
  }
  .info-box h1 {
  	color: #009160;
    font-size: 50px;
    font-weight: bold;
	text-shadow: 5px 5px 10px #000, 10px 10px 15px #000;
  }
  
  .navbar-collapse {
  	padding: 0 !important;
  }
  
  .row {
  	margin: 0 !important;
  }

  .top-wrap {
	padding: 60px 0;
	float: left;
	width: 100%;
	background: #fff;
}
  .safeguard h2 {
	color: #333;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0;
}
  .safeguard p {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
}
  
  .top-wrap h3 {
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 700;
}
  
  .gray-row {
	background-color: #fafafa;
	padding: 60px 0;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
}
  
  
  .teal-row {
	background-color: #009160;
	padding: 70px 0;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
}
  .teal-row h2{
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0;
  }
  
  .teal-row h2,
  .teal-row p {
  	color: #ffffff;
  }
  .teal-row p {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
}
  .exclusions h2{
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0;
  }
 
  .exclusions ul ul{
	margin-bottom: 10px;
	margin-top: 5px;
  }
 
  .exclusions ul li{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 300;
  }
  .plan-terms h2 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}
  .plan-terms p {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
}
  
  .plan-terms strong{
	color: #009160;
	font-weight: bold;
  }
  
  
  .banner-wrap img {
  	width: 100%;
	height: auto;
  }
  a.bttn-green, a.bttn-green:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 1.25em 30px 1.25em 30px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	border: 1px solid #70b840;
}
  .bttn-green:hover {
	background-color: #fff !important;
	text-decoration: none;
	color: #6FB841 !important;
	border: 1px solid #70b840;
}
  @media screen and (min-width: 1625px) {
	.exclusions ul li {
	font-size: 22px;
}
  }

  @media screen and (max-width: 1199px) {
  	.navbar-collapse {
  		padding: 0 10px !important;
  	}
  }
  
  @media screen and (max-width: 991px) {
  	.shield-wrap {
	  margin: auto;
  	}
	
   .safe-g {
    margin-bottom: 0px;
    padding: 0px;
}
  }
  @media screen and (max-width: 980px) {
	.full-tabs-btn {
	width: 100%;
}
  }
  
  @media screen and (max-width: 800px) {

	.info-box {
    	box-shadow: none;
		display: block;
	  	margin: auto;
	  	margin-top: 55px;
	}
	
	.info-box h1 {
		font-size: 30px;
	}
	
	.banner-wrap {
		padding-bottom: 25px;
	}

	.shield-wrap {
	  margin: auto;
  	}

  }
  @media screen and (max-width: 767px) {
	.safeguard p {
	font-size: 20px;
}
	.top-wrap {
	padding: 40px 0;
}
	.teal-row {
	padding: 40px 0;
}
	.teal-row p {
	font-size: 20px;
}
	.plan-terms p {
	font-size: 20px;
}
	.exclusions ul {
	padding: 0 0 0 15px;
}
	.safeguard h2 {
	font-size: 30px;
}
	.teal-row h2 {
	font-size: 30px;
}
	.exclusions h2 {
	font-size: 30px;
}
	.plan-terms h2 {
	font-size: 30px;
}
	.top-wrap h3 {
	font-size: 26px;
}
  }
