

/* ===========
About Page
============== */

#headerElements {
    position: relative;
}

	.aboutHeader {
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    width: 1710px;
	    left: 50%;
		margin-left: -900px;
	}

	.innerPage .leftCircle {
		top: 310px;
	}


#headerTitle {
	margin: 40px auto;
}

	#headerTitle h1, #headerTitle p {
		color: #fff;
		text-align: center;
	}

	#headerTitle h1 {
		font-size: 42px;
	}

	#headerTitle p {
		font-weight: 700;
		font-size: 18px;
	}

	#headerTitle p span.current {
		font-weight: 700;
		text-decoration: underline;
	}

.innerPage #topMenu {
    border-bottom: solid 1px #6bd0f7;
}


#aboutCopy {
	margin-top: 80px;
}
	
	.aboutPhone {
		width: 100%;
		float: left;
		padding: 0;
	}

.innerPage #footer {
	margin: 0 auto;
	padding: 0;
	background: url(../images/footer-divider-big.gif) 0 bottom no-repeat #181b3d;
	background-size: cover;
}

	.innerPage #footer .container {
		margin-top: 40px;
	}

	.Fdivider {
		width: 100%;
	}

	.innerPage #social-icons a.in,
	.innerPage #social-icons a.fb,
	.innerPage #social-icons a.twit,
	.innerPage #social-icons a.ins {
		background: #324164;
	}

	.innerPage #social-icons a:hover.in,
	.innerPage #social-icons a:hover.fb,
	.innerPage #social-icons a:hover.twit,
	.innerPage #social-icons a:hover.ins {
		background: #00adee;
	}


/* ===========
FAQ's Page
============== */

#faq {
	margin-top: 100px;
}

	.accordion-toggle {
		cursor: pointer;
		border: solid 1px rgb(202, 217, 232);
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 4px 25px 0px rgba(38, 124, 198, 0.2);
		padding: 25px 70px 20px 20px;
		border-radius: 20px;
		margin: 20px auto;
		position: relative;
		font-size: 18px;
		color: #181b3d;
	}

	.accordion-toggle span {
		color: #0ab1f0;
		font-weight: 500;
	}

	.accordion-toggle.active:after{
		content:"";
		position:absolute;
		right: 10px;
		top: 50%;
		width: 49px;
		height: 49px;
		margin-top: -24.5px;
		background: url(../images/close.png) 0 0 no-repeat;
	}

	.accordion-toggle:before{
		content:"";
		position:absolute;
		right: 10px;
		top: 50%;
		width: 49px;
		height: 49px;
		margin-top: -24.5px;
		background: url(../images/open.png) 0 0 no-repeat;
	}

	.accordion-toggle.active:before{
		display:none;
	}

	.accordion-content {
		display: none;
		padding: 0 20px;
	}

	.accordion-toggle.active {
		color: #fb9606;
		border-color: #fb9606;
	}

	.accordion-toggle.active span {
		color: #fb9606;
	}

	.accordion-content ul li {
		font-size: 18px;
		line-height: 30px;
		color: #6a7079;
	}


/* ===========
Contact Page
============== */

.copyWrap {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
	margin-top: 100px;
}
	
	.copyWrap #newsletter {
		background: url(../images/bg-tile.png) right top no-repeat #e4f3ff;
		padding: 0 30px;
	}

	.copyWrap #newsletter span {
		background: none;
		padding: 60px 0 0;
		width: 100%;
	}

	.text-field {
	  background-color: rgb(255, 255, 255);
	  box-shadow: 0px 6px 35px 0px rgba(38, 124, 198, 0.2);
	  border-radius: 50px;
	  margin: 10px 0;
	  padding-left: 30px;
	}

	.text-field input[type=text] {
		border: 0;
		padding: 15px 0 15px 10px;
		margin: 5px 0;
		width: 80%;
		outline: none;
	}

	.copyWrap #newsletter .col-md-6,
	.copyWrap #newsletter .col-md-12  {
		padding: 0 5px;
	}

	.copyWrap #newsletter .textArea {
	  	background-color: rgb(255, 255, 255);
	  	box-shadow: 0px 6px 35px 0px rgba(38, 124, 198, 0.2);
		border-radius: 30px;
		padding: 15px;
		margin-top: 10px;
	}

	.copyWrap #newsletter .textArea textarea {
		border: 0;
		resize: none;
		height: 160px;
		width: 90%;
		padding-left: 30px;
		margin-left: 15px;
		outline: none;
	}

	.copyWrap #newsletter .fa-user,
	.copyWrap #newsletter .fa-envelope,
	.copyWrap #newsletter .fa-archive,
	.copyWrap #newsletter .fa-file-alt
	 {
		color: #7f8998;
	}
	
	.copyWrap #newsletter .fa-comments {
		position: absolute;
		top: 28px;
    	left: 33px;
    	color: #7f8998;
	}

	.copyWrap #newsletter .submitNow {
		border-radius: 50px;
		margin: 20px auto;
		padding: 0;
		position: relative;
		display: block;
		width: 214px;
	}

	.copyWrap #newsletter .submitNow input[type=submit] {
		color: #fff;
		text-transform: uppercase;
		background: none;
		font-weight: 700;
		border: 0;
		letter-spacing: 1.5px;
		font-size: 18px;	
		cursor: pointer;
		padding: 16px 80px 15px 60px;
		background: #fc9707;
		border-radius: 30px;
	}

	.copyWrap #newsletter .submitNow .fa-telegram-plane {
		color: #fff;
		position: absolute;
		top: 20px;
		right: 55px;
	}

	.map, .phone, .email {
		border-bottom: solid 1px #e4f3ff;
	}
	
	.map a, .phone a, .email a {
		padding: 40px 0 30px;
		display: block;
		text-align: center;
		text-decoration: none;
	}

	.map a:hover span, .phone a:hover span, .email a:hover span {
		color: #fc9707;
	}

	.map a img, .phone a img, .email a img {
		display: block;
		margin: 0pt auto;
	}

	.map a span, .email a span {
		padding-top: 25px;
		color: #333;
		font-size: 18px;
		display: block;
	}

	.phone a span {
		padding-top: 25px;
		font-size: 28px;
		font-weight: 500;
		display: block;
		color: #333;
	}

	.copyWrap .Lshade, 
	.copyWrap .Rshade {
		top: 40px;
	}



/* ===========
Privacy and Terms Page
============== */


#ppT {
	position: relative;
	padding-top: 50px;
}


	#ppT h3 {
		padding: 10px 0;
		font-size: 34px;
		display: inline-block;
	}

	#ppT p {
		padding-bottom: 20px;
	}

	.savePDF {
		padding-right: 15px; 
	}

	#ppT ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 20px;
	}

	#ppT ul li {
		font-size: 18px;
		font-family: itc-avant-garde-gothic-pro, sans-serif;
		padding: 0 0 15px 30px;
		color: #6a7079;
		background: url(../images/dot.gif) 0 8px no-repeat;
	}

	#ppT ol {
	  list-style-type: none;
	  padding: 0;
	}

	#ppT ol li {
	}

	#ppT ol li::before {
		padding: 0;
		font-size: 32px;
		font-weight: 700;
	}

	#ppT ul li::before {
		padding: 0;
		font-size: 32px;
		font-weight: 700;
	}


.moreCopy h3 {
	padding: 30px 0 20px;
}


/* Extra small devices (portrait phones, greater than 576px) */
@media only screen and (min-width: 575.98px) {
	
	.aboutPhone {
		width: 50%;
		float: left;
		padding: 0 50px 10px 0;
	}

}

/*Small devices (landscape phones, greater than 768px)*/
@media only screen and (min-width: 767.98px) {
	
	.innerPage .leftCircle {
		top: 210px;
	    width: 200px;
	    left: -30px;
	}
	
	.innerPage .rightCircle {
		top: 170px;
	    right: -60px;
	    width: 200px;
	}

	#aboutCopy {
	    margin-top: 140px;
	}

	.innerPage #footer ul {
		margin: 0 0 20px;
	}

	.accordion-toggle {
		font-size: 20px;
		padding: 25px 70px 20px 30px;
		border-radius: 50px;
	}
	
	.accordion-content {
		padding: 0 50px;
	}

	#contactIcons {
		margin-top: 100px;
	}

	#headerTitle h1 {
		font-size: 52px;
	}

	#headerTitle p {
		font-size: 24px;
	}



}


/*Medium devices (tablets, greater than 992px)*/
@media only screen and (min-width: 991.98px) {

	

}

/*Large devices (desktops, greater than 1024px)*/
@media only screen and (min-width: 1023.98px) {

	
}



/*Large devices (desktops, greater than 1200px)*/
@media only screen and (min-width: 1199.98px) {

	.innerPage .myPhone {
		border-left: solid 1px #6bd0f7;
	}

	.innerPage .searchForm {
		border-left: solid 1px #6bd0f7;
	}

	#aboutCopy {
	    margin-top: 180px;
	}
	
	#headerTitle h1 {
		font-size: 80px;
	}

	.map a, .phone a, .email a {
		text-align: left;
	}

	.map a img, .phone a img, .email a img {
		margin: 0;
	}

	.map, .phone, .email {
		margin: 0 0 0 50px;
		width: 80%;
	}

	.copyWrap #newsletter {
		padding: 0 90px 30px;
	}

}


/*Large devices (desktops, greater than 1366px)*/
@media only screen and (min-width: 1249.98px) { 

	.footerLogo {
		width: 20%;
		margin-right: 70px;
	}

	.footerLinks {
		width: 24%;
	}

	.footerContact {
		width: 20%;
	}

	.footerSMI {
		width: 23%;
	}

	.innerPage #footer {
		background-size: 100%, cover;
	}

	.innerPage #footer ul {
		margin-bottom: 30px;
	}

	.innerPage #footer .container {
		margin: 100px auto 80px;
	}

	.copyWrap {
		margin-top: 50px;
	}

	.copyWrap .Lshade{
		top: 60px;
	}

	
	.copyWrap .Rshade {
		top: 80px;
	}

	#faq {
		margin-top: 130px;
	}

	.innerPage #footer .container {
		margin: 60px auto 80px;
	}

	#headerTitle {
		margin: 20px auto;
	}

	#aboutCopy {
		margin-top: 140px;
	}

	#ppT {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.aboutPhone {
		width: auto;
		float: left;
		padding: 0 50px 10px 0;
	}

}


/*Large devices (desktops, greater than 1440px)*/
@media only screen and (min-width: 1439.98px) { 
	
	

}

/*Large devices (desktops, greater than 1680px)*/
@media only screen and (min-width: 1679.98px) {  

	.aboutHeader {
	    width: 104%;
	    left: 46%;
	    margin-left: -50%;
	}

	#aboutCopy {
		margin-top: 160px;
	}
		
}

/*Large devices (desktops, greater than 1920px)*/
@media only screen and (min-width: 1919.98px) {

	#faq {
		margin-top: 190px;
	}

	.copyWrap .Lshade{
		top: 160px;
	}

	
	.copyWrap .Rshade {
		top: 180px;
	}
	
	#headerTitle {
		margin: 40px auto;
	}

	#aboutCopy {
		margin-top: 200px;
	}

	.copyWrap {
		margin-top: 130px;
	}

}


/*Large devices (desktops, greater than 2200px)*/
@media only screen and (min-width: 2149.98px) { 
	
	.container-fluid {
		width: 2200px;
		margin: 0pt auto;
	}
	
	#headerTitle {
	    margin: 50px auto;
	}
		
	.aboutHeader {
	    width: 100%;
	    left: 0;
	    margin-left: 0;
	}

	#aboutCopy {
		margin-top: 240px;
	}

	#faq {
		margin-top: 250px;
	}

	.copyWrap {
		margin-top: 130px;
	}
	
	#ppT {
		padding-top: 150px;
		padding-bottom: 0;
	}
		

}