body {
	margin: 0px;
	padding: 0px;
   	font-family: arial;
	}
.IGBg {
	background-image: url('../img/rdsp.jpg');
	background-color: rgb(244,244,244);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	padding: 60px 0px;
   	box-sizing: border-box;
	}
.IGBgNew {
	margin: 0px auto;
   	box-sizing: border-box;
	}
.HeadLogo {
	padding: 0px 380px 120px 20px;
	}
.HeadLogo img {
	max-width: 500px;
	width: 100%;
	}
.TaxLogo {
	padding: 120px 280px 0px 20px;
	}	
.TaxLogo img {
	max-width: 300px;
	width: 100%;
	}
.HeadState {
	margin: auto;
   	padding: 60px 20px 60px 20px;
   	font-weight: 300;
   	font-size: 4vw;
   	color: rgb(0,38,99);
   	text-shadow: 0px 0px 12px rgb(255,255,255)!important;
	}
.IGBio {
	background-color: rgb(0,38,99);
	color: rgb(255,255,255);
	}
.IGBio h1 {
	font-size:36px;
	margin: 0px 0px 26px;
	}
.IGBio ul {
	font-size:24px;
	margin: 0px 0px 60px;
	}
.IGBio_titles h1 {
	font-size: 25px;
	margin: 12px 0px 0px;
}
.IGBio_titles h2 {
	font-size: 18px;
	margin: 0px;
}
.IGBio_titles h3 {
	font-size: 12px;
	margin: 0px;
}
.IGcontact {
	background-color: rgba(125,189,228,0.2);
	}	
.ContSiz {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 58px 0px;
	}
.GlobContSiz {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px;
	}
#LRpadding p {
	margin: 35px 20px;
	}
.retirementDiv {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	}
.retirementDiv img {
	width: 100%;
	max-width: 300px;
	text-align: center;
	border: 4px solid rgba(255,255,255,0.25);
	}
.retirementDiv div {
	padding: 20px;
	box-sizing: border-box;
	}
.retirementDiv div:first-child {
	width: 65%;
	}
.retirementDiv div:last-child {
	width: 35%;
	}
.IGabout {
	background-color: rgb(255,255,255);
	line-height: 1.6;
	}
.IGcent {
	text-align: center;
	}
.IGdiv {
	border: 0px;
	margin: 0px auto 36px;
	height: 2px;
	background-color: rgb(0,38,99);
	width: 76px;
	}
.IGCont {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	}
.IGCont > div {
	width: 100%;
	padding: 15px;
	margin: 0px 0px 26px;
	text-align: center;
	}
a.contBtns {
	background-color: rgb(0,38,99);
	padding: 10px 20px;
	text-decoration: none;
	color: rgb(255,255,255);
	width: 100%;
	font-weight: 600;
	transition: 0.2s;
	}
a.contBtns:hover {
	background-color: rgba(0,38,99,0.7);
	transition: 0.4s;
	}
#operating_hours {
	max-width: 220px;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto;
	grid-gap: 6px;
	margin: auto;
	font-size: 13px;
}
#operating_hours div:nth-child(odd) {
	text-align: left;
	font-weight: 600;
}
#operating_hours div:nth-child(even) {
	text-align: right;
}

.IGfoot {
	background-color: rgb(209,211,212);
	color: rgb(99,99,99);
	text-align: center;
	padding: 0px 20px;
	}
.IGfoot h1 {
	font-size: 12px;
	margin: auto;
	}
.IGfoot p {
	font-size: 10px;
	}
.video-responsive {
    overflow:hidden;
	padding-bottom:56.25%;
    position:relative;
    height:0;
    background-color: #000000;
    border-bottom: 1.5px solid rgb(0,0,0);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
	}
.video-responsive video {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    margin:0px;
    padding:0px;
	}
.IGform {
	border-radius: 10px;
	margin: 10px 10px 10px 0px;
	background-color: rgb(255,255,255)!important;
	}
.fsLightboxHandle {
    display: none;
	}
@media only screen and (max-width: 774px) {
  /* For mobile phones: */
  	.IGBg {
  		background-size: cover;  		
		background-position: top center;
  		padding: 20px 0px!important;
  	}
  	.HeadLogo { 
  		padding: 0px 210px 40px 20px;
  	}
	.TaxLogo {
		padding: 40px 430px 0px 20px;
	}
  	.HeadState { 
  		padding: 10px 210px 10px 20px;
  	}
  	.ContSiz {
  		padding: 0px!important;
  	}
	.retirementDiv img {
		width: 75%;
		max-width: 300px;
		text-align: center;
	}
	.retirementDiv div:first-child {
		order: 2;
		width: 100%;
		}
	.retirementDiv div:last-child {
		order: 1;
		width: 100%;
		}
	}
@media only screen and (max-width: 650px) {
  /* For mobile phones: */
	.IGCont div {
		width: 100%;
		text-align: center;
		}
	.retirementDiv div:first-child {
		order: 2;
		width: 100%;
		}
	.retirementDiv div:last-child {
		order: 1;
		width: 100%;
		}
	}
@media only screen and (max-width: 550px) {
  /* For mobile phones: */
  	.HeadLogo { 
  		padding: 0px 160px 20px 20px;
  		}
	.TaxLogo {
		padding: 20px 310px 0px 20px;
	}
  	.HeadState { 
  		padding: 10px 160px 10px 20px;
  		font-weight: 600;
  		}
	}
@media only screen and (max-width: 400px) {
  /* For mobile phones: */
  	.HeadLogo { 
  		padding: 0px 120px 20px 20px;
  		}
	.TaxLogo {
		padding: 20px 160px 0px 20px;
	}
  	.HeadState { 
  		padding: 10px 120px 10px 20px;
  		}
	}
@media only screen and (max-width: 500px){
  /* For mobile phones: */
	.IGBio h1 {
		font-size:26px;
	}