body {
    width: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.mobileBreak {
	display: none;
}

.success {
	background: #669E37;
}

.mob-marg-t {
	margin-top: 0px;
}

.heightFull {
	height: 100%;
}

.divCenter {
	display: block !important;
	margin: 0px auto;
}

.phoneBtn {
	display: none;
}

.hide {
	display: none;
}

.topNavListMob {
	display: none;
}

.topLayer {
	z-index: 999 !important;
}

.navOverlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(235,235,235);
	background-color: rgba(235,235,235, 1);
	overflow-y: hidden;
	transition: 0.5s;
}

.mobileNavContain {
	overflow-y: scroll;
	margin-top: 101px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-overflow-scrolling:touch;
}

.mobileNavContain ul {
	padding-left: 0px;
	text-align: left;
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	border-top: 1px solid #cccccc;
}

.mobileNavContain ul li {
	border-bottom: 1px solid #cccccc;
	line-height: 60px;
}

.mobileNavContain ul li a {
	color: #092847;
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 0px 15px;
	font-weight: 700;
}

.mobileNavContain ul li a:hover {
	background: #092847;
	color: #ffffff;
	text-decoration: none;
}

ul.subMobNav {
	background: #ebebeb;
	font-size: 16px;
}

ul.subMobNav li a {
	font-weight: 400;
}

.mobileNavContain ul li.contact a {
	background: #F26430;
	color: #ffffff;
}

.mobileNavContain ul li.contact a:hover {
	background: #D3420D;
	color: #ffffff;
}

.overlayTop {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 48, 63, 1.0);
	width: 100%;
	height: 101px;
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
}

.customToggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius:4px;
}

.customToggle:focus {
	outline:0;
}

.customToggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.customToggle .icon-bar+.icon-bar {
	margin-top:4px;
}

@media (min-width:768px) {
	.customToggle {
		display:none;
	}
}
	 
.btn-close {
	display: none;
}

.noScroll { 
	overflow: hidden;
	position: fixed;
}

.closeBtn {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:48px;
	margin-right:15px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #ffffff;
	border-color: #ffffff;
}

.closeBtn:focus {
	outline:0;
}

.closeBtn .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
}

.closeBtn .icon-bar+.icon-bar {
	margin-top:4px;
}

.subNavIcon {
	float: right;
	margin-top: 21px;
}

.socMobFB {
	display: block;
	width: 100%;
	height: 60px;
	background: #3C5A99;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	padding: 13px;
}

.socMobFB:hover {
	color: #ffffff;
}

.socMobTwit {
	display: block;
	width: 100%;
	height: 60px;
	background: #00aced;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	padding: 13px;
}

.socMobTwit:hover {
	color: #ffffff;
}

.socMobTwit:active {
	color: #ffffff;
}

.socMobTwit:focus {
	color: #ffffff;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-bottom: 30px;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*---------- Backgrounds ----------*/

.lightBG {
	background-color: #E6E6E6;
}

.annBG {
	background-color: #ece2d4;
}

.lightGradBG {
	background-image: linear-gradient(to right top, #ebebeb, #f0f0f0, #f5f5f5, #fafafa, #ffffff);
}

.medBG {
	background: rgb(13,61,110);
	background: linear-gradient(45deg, rgba(13,61,110,.9) 0%, rgba(16,75,134,.75) 50%, rgba(25,119,212,.75) 100%), url('../images/bg/LPLBG.jpg');
	background-size: cover;
}

.medBGAlt {
	background: rgb(13,61,110);
	background: linear-gradient(45deg, rgba(13,61,110,1) 0%, rgba(16,75,134,1) 50%, rgba(25,119,212,1) 100%);
}

.medGradBG {
	background-color: #1D3354;
}

.darkBG {
	background-color: #092847;
}

.darkGradBG {
	background-color: #1D3354;
}

.darkGrayBG {
	background-color: #3b3b3b;	
}

.perspectiveBG {
	background-color: #363435;
}

.whiteBG {
	background-color: #ffffff;
}

.alzBGColor {
	background-color: #e4f0f0;
}

.miracleBGColor {
	background-color: #1d180a;
}

.borderLight {
	border: 1px solid #cccccc;
}

.bgTexture {
	background: linear-gradient(rgba(0, 48, 63, 0.75), rgba(0, 48, 63, 0.75)), url('../images/bg/textureBG.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.mitaBG {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/bg/mitaBG.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bgAthens {
	background: url('../images/bg/athensBanner.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headBG {
	background: url('../images/bg/headBG.jpg') no-repeat scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: 0px 120px;
}

.aboutBG {
	background: url('../images/bg/aboutBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.aboutBG {
	background: url('../images/bg/aboutBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.athBG {
	background: url('../images/bg/athens-new.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.kirkBG {
	background: url('../images/bg/kirkland-new.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.nvBG {
	background: url('../images/bg/nashobaBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.farmBG {
	background: url('../images/bg/farmingtonBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.rivergateBG {
	background: url('../images/bg/rivergateBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.rhBG {
	background: url('../images/bg/rhBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.corpBG {
	background: url('../images/bg/maryBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.nurseWeekBG {
	background: url('../images/bg/nurseWeekBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.mdBG {
	background: url('../images/bg/mdBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.careBG {
	background: url('../images/bg/careBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.resourceBG {
	background: url('../images/bg/resourceBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.missionBG {
	background: url('../images/bg/missionNewBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.selectBG {
	background: url('../images/bg/selectBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.visitBG {
	background: url('../images/bg/visitBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.occBG {
	background: url('../images/bg/occBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.spBG {
	background: url('../images/bg/spBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.nurseBG {
	background: url('../images/bg/nurseBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.respiteBG {
	background: url('../images/bg/respiteBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.serviceBG {
	background: url('../images/bg/serviceBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.cvBG {
	background: url('../images/bg/landingImg.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.channelBG {
	background: url('../images/bg/channelBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.alzBG {
	background: url('../images/bg/alzBG.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.miracleBG {
	background: url('../images/bg/miraclesBG.jpg') no-repeat center center scroll;
    background-color: #1d180a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.alfBG {
	background: url('../images/bg/alfBG.jpg') no-repeat center center scroll;
    background-color: #1d180a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.beecherBG {
	background: url('../images/bg/beecherBGNew.jpg') no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.actBG {
	background-color: #F26430;
}

.borderDark {
	border-bottom: 1px solid #092847;
}

.borderDarkTop {
	border-top: 1px solid #092847;
}

.borderDarkLeft {
	border-left: 1px solid #092847;
}

.borderDarkRight {
	border-right: 1px solid #092847;
}

.borderCTA {
	border-top: 10px solid #F26430;
}

.shadow {
	box-shadow: 0px 0px 15px rgba(0,0,0,.20);
}

.borderBottomLight {
	border-bottom: 1px solid #C9CFD4;
}

/*---------- Margins and Padding ----------*/

.full {
	width: 100%;
	height: 100%;
}

.fullWidth {
	display: block;
	width: 100%;
	height: auto;
}

.fbPad {
	padding: 15px 45px 15px 45px;
	
}

.noPad {
	padding: 0px;
}

.allArtPad {
	padding: 60px 45px 60px 45px;
}

.titlePad {
	padding: 217px 75px 45px 75px;
}

.titlePadLoc {
	padding: 60px 60px 55px 60px;
}

.titlePadLoc2 {
	padding: 30px 30px 30px 30px;
}

.titlePadCorp {
	padding: 60px 60px 30px 60px;
}

.contentContain {
	padding: 75px 75px 45px 75px;
}

.pad-5 {
	padding: 5px;
}

.pad-r-7 {
	padding-right: 7px;
}

.pad-l-7 {
	padding-left: 7px;
}

.pad-lr-8 {
	padding: 0px 8px;
}

.pad-10 {
	padding: 10px;
}

.pad-12 {
	padding: 12px;
}

.pad-15 {
	padding: 15px;
}

.pad-tb-15 {
	padding: 15px 0px;
}

.pad-lr-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.pad-tb-20 {
	padding: 20px 0px;
}

.pad-20-15 {
	padding: 20px 15px;
}

.pad-num {
	padding: 10.5% 15px;	
}

.pad-tb-27 {
	padding: 27px 0px;
}

.pad-30 {
	padding: 30px;
}

.pad-30-mobile {
	padding: 30px;
}

.pad-t-45 {
	padding-top: 45px;
}

.pad-tb-30 {
	padding: 30px 0px;
}

.pad-b-30 {
	padding-bottom: 30px;
}

.pad-trl-30 {
	padding: 30px 30px 0px 30px;
}

.pad-60-30 {
	padding: 60px 0px 30px 0px;
}

.pad-60-spesh {
	padding: 60px 60px 0px 60px;
}

.pad-article {
	padding: 90px 45px 30px 45px;
	min-height: 279px;
}

.pad-60 {
	padding: 60px;
}

.pad-t-60 {
	padding: 60px 0px 0px 0px;
}

.pad-tb-60 {
	padding: 60px 0px;
}

.pad-b-60 {
	padding-bottom: 60px;
}

.pad-75-60 {
	padding: 75px 60px;
}

.pad-t-75 {
	padding-top: 75px;
}

.pad-t-90 {
	padding-top: 90px;
}

.pad-b-90 {
	padding-bottom: 90px;
}

.pad-tb-90 {
	padding: 90px 0px;
}

.pad-content-90 {
	padding: 90px 30px;
}

.pad-img-90 {
	padding: 90px 30px 90px 30px;
}

.pad-t-90-60 {
	padding: 90px 60px 60px 60px;
}

.pad-120 {
	padding: 120px 0px 120px 0px;
}

.pad-t-120 {
	padding: 120px 0px 0px 0px;
}

.pad-b-120 {
	padding: 0px 0px 120px 0px;
}

.pad-tb-120 {
	padding: 120px 0px;
}

.pad-t-120-b-90 {
	padding: 120px 0px 90px 0px;
}

.spesh-pad-r {
	padding-right: 30px;
}

.pad-spesh {
	padding: 30px 15px 0px 30px;
}

.galleryPad {
	padding: 90px 60px 60px 60px;
}

.heroPad {
	padding: 120px 45px 120px 45px;
}

.newHeadPad {
	padding: 243px 0px 150px 0px;
}

.noMarg {
	margin: 0px;
}

.marg-neg-60 {
	margin: -61px 0px 0px 0px;
}

.marg-t-0 {
	margin-top: 0px;
}

.marg-t-5 {
	margin-top: 5px;
}

.marg-t-10 {
	margin-top: 10px;
}

.marg-t-15 {
	margin-top: 15px;
}

.marg-tb-15 {
	margin: 15px 0px;
}

.marg-t-20 {
	margin-top: 20px;
}

.marg-t-30 {
	margin-top: 30px;
}

.marg-t-60 {
	margin-top: 60px;
}

.marg-t-menu {
	margin-top: 101px;
}

.marg-b-0 {
	margin-bottom: 0px;
}

.marg-b-5 {
	margin-bottom: 5px;
}

.marg-b-10 {
	margin-bottom: 10px;
}

.marg-b-15 {
	margin-bottom: 15px;
}

.marg-b-20 {
	margin-bottom: 20px;
}

.marg-b-30 {
	margin-bottom: 30px;
}

.marg-b-50 {
	margin-bottom: 50px;
}

.marg-b-90 {
	margin-bottom: 90px;
}

.marg-r-10 {
	margin-right: 10px;
}

.marg-l-10 {
	margin-left: 10px;
}

.marg-b-60 {
	margin-bottom: 60px;
}

.marg-r-5 {
	margin-right: 5px;
}

.head-marg {
	margin-top: 60px;
}

.imgCenter {
	margin: 0px auto;
}

.imgCenterMap {
	margin: 5px auto;
}

.relative {
	position: relative;
}

.storyMin {
	min-height: 465px;
}

.storyBtn {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	padding: 30px 30px 0px 30px;
}

.blogContent img.img-responsive {
	display: block;
	margin: 0px auto !important;
}

/*---------- Typography ----------*/

h1, h2, h3, h4 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #104B86;
	margin-top: 0px;
	font-weight: 500;
}

h1 {
	font-size: 32px;
	line-height: 38px;
}

h1.vidHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 64px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;	
}

.postTitle h1 {
	line-height: 36px;
}

.postTitle h1 a {
	font-weight: 500;
	font-size: 28px;
	color: #1D3354;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.postTitle h1 a:hover {
	color: #F26430;
	text-decoration: none;
}

h1.featureHead {
	font-size: 64px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h1.champHead {
	font-size: 64px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 0px 0px;
	letter-spacing: -1px;
	line-height: 72px;
	color: #092847;
	font-weight: 600;
}

span.champSub {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #092847;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;	
}

h1.featureHeadCV {
	font-size: 56px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h1.featureHeadCV2 {
	font-size: 56px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 45px 0px;
	letter-spacing: 0px;
	line-height: 68px;
	font-weight: 800;
}

h1.featureHeadLanding {
	font-size: 56px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 45px 0px 30px 0px;
	letter-spacing: -1px;
	line-height: 64px;
	font-weight: 700;
}

h2.featureHead {
	font-size: 64px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 0px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h2.featureHeadDark {
	font-size: 56px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #092847;
	margin: 0px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h2.featureHeadLight {
	font-size: 56px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h2.announce {
	font-size: 48px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 10px 0px 30px 0px;
	letter-spacing: -1px;
	line-height: 48px;
}

.featQuote p {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #B2EEFA;
	line-height: 36px;
}

text {
  	stroke:#008AB5;
  	stroke-width:1.5;
  	fill:none;
	text-decoration:none;
}

.blogContent h2 {
	border-bottom: 1px solid #C9CFD4;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.blogContent ul {
	line-height: 30px;
}

h2.topStory a {
	font-size: 30px;
	color: #1D3354;
}

h2.topStory a:hover {
	text-decoration: none;
	color: #F26430;
}

h2.story a {
	font-size: 20px;
	color: #1D3354;
}

h2.story a:hover {
	text-decoration: none;
	color: #F26430;
}

h2.storySpesh a {
	font-size: 20px;
	color: #1D3354;
}

h2.storySpesh a:hover {
	text-decoration: none;
	color: #F26430;
}

h3.glossary-header {
	color: #1D3354;
}

h3.articleTitle a {
	color: #1D3354;
	font-size: 20px;
	font-weight: 700;
}

h3.articleTitle a:hover {
	text-decoration: none;
	color: #F26430;
}

h3.annHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}

.formHead h3 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.formHead2 h3 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

span.formSub {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #98C1D9;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
}

h4.panel-title {
	color: #1D3354;
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
}

.facCard a:hover {
	text-decoration: none;
}

.facCard a h2 {
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #1D3354;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.facCard a:hover h2 {
	color: #F26430;
}

.featCard h2 {
	line-height: 20px !important;
}

.featCard h2 a {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #2E4057;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.featCard h2 a:hover {
	color: #00A298;
	text-decoration: none;
}

.featCardTop {
	position: relative;
}

.featCardLoc {
	padding: 15px 30px;
}

.featCardLoc span {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #555555;
	letter-spacing: 2px;
}

.featCard h3 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 28px;
}

.featCard span {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	color: #555555;
	letter-spacing: 2px;
}

span.dropCap {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 52px;
	color: #092847;
	float: left;
	padding-right: 5px;
}

span.reverseSub {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #B2EEFA;
	letter-spacing: 10px;
	display: block;
	margin-top: 20px;
}

span.subFac {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #F26430;
	letter-spacing: 2px;
}

span.vidSub {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 2px;
}

span.subQuote {
	font-size: 16px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #555555;
}

span.serviceHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #555555;
	font-weight: 700;
	color: #1D3354;
}

.lineHeightTitle {
	line-height: 42px;
}

.footerLinks h4 {
	margin-bottom: 0px !important;
}

.footInfo h5 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #B2EEFA;
}

.reverse {
	color: #ffffff;
}

hr.blogSeparate {
	padding: 0;
	border: none;
	border-top: 1px solid;
	border-color: #F26430;
	text-align: center;
	width: 100%;
	margin: 30px auto 30px;
}

hr.headDivide {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: left;
  	max-width: 250px;
  	margin: 30px auto 30px;
}

hr.headDivide {
	border-color: #F26430;
}

hr.headDivideChamp {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: left;
  	max-width: 250px;
  	margin: 30px 0px 30px 0px;
}

hr.headDivideChamp {
	border-color: #F26430;
}

hr.headDivideCenter {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: center;
  	max-width: 250px;
  	margin: 30px auto 30px;
}

hr.headDivideCenter {
	border-color: #F26430;
}

hr.headDivideCenterLoc {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: center;
  	max-width: 250px;
  	margin: 15px auto 15px;
}

hr.headDivideCenterLoc {
	border-color: #F26430;
}


hr.headDivideCenterReverse {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: center;
  	max-width: 250px;
  	margin: 30px auto 30px;
}

hr.headDivideCenterReverse {
	border-color: #f0f0f0;
}

hr.headDivideCenterLocReverse {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: center;
  	max-width: 250px;
  	margin: 30px auto 30px;
}

hr.headDivideCenterLocReverse {
	border-color: #f0f0f0;
}

hr.footDivide {
  	padding: 0;
  	border: none;
  	border-top: solid 2px;
  	text-align: left;
  	width: 100%;
  	margin: 19px auto 19px;
}

hr.footDivide {
	border-color: #F26430;
}

.textCenter {
	text-align: center;
}

span.largeNum {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight: 800;
	font-size: 42px;	
}

span.numText {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #555555;
	font-weight: 400;
	font-size: 18px;
}

p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #555555;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.7em;
}

p.reverseCopy {
	color: #ffffff;
}

.emphasis {
	color: #9ecae3;
	font-style: italic;
}

p.phone {
	color: #F26430;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

p.companyName {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.footAddress {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}

p.footPhone {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

p.footPhone a {
	color: #B2EEFA;
	text-decoration: none;
}

p.footPhone a:hover {
	color: #ffffff;
	text-decoration: none;
}

p.quote {
	color: #666666;
	font-size: 18px;
}

p.quote2 {
	color: #1977D4;
	font-size: 18px;
}

p.rise {
	color: #F26430;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

figure {
	border: 1px solid #cccccc;
	background: #f0f0f0;
	padding: 10px;
	margin-bottom: 30px;
}

figcaption {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #555555;
}

button {
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  	outline: none;
  	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

a.webLink {
	color: #F26430;
}

a.webLink:hover {
	color: #F26430;
	text-decoration: none;
}

a.footerLink {
	color: #98C1D9;
}

a.footerLink:hover {
	color: #98C1D9;
	text-decoration: none;
}

a.fullLink {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #24406A;
}

a.fullLink:hover {
	background-color: #F26430;
	text-decoration: none;
}

a.fullLink h4 {
	color: #B2EEFA;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
}

a.fullLink:hover h4 {
	color: #ffffff;
}

a.fullLinkSecondary {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

a.fullLinkSecondary:hover {
	background-color: #F26430;
	text-decoration: none;
}

a.fullLinkSecondary h4 {
	color: #092847;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
}

a.fullLinkSecondary:hover h4 {
	color: #ffffff;
}

a.fullLinkSecondarySuccess {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

a.fullLinkSecondarySuccess:hover {
	background-color: #F26430;
	text-decoration: none;
}

a.fullLinkSecondarySuccess h2 {
	color: #092847;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
}

a.fullLinkSecondarySuccess:hover h2 {
	color: #ffffff;
}

a.fullLinkCTA {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F26430;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	padding: 18px 10px 17px 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

a.fullLinkCTA:hover {
	background-color: #D3420D;
	text-decoration: none;
}

a.fullLinkCTANotif {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	font-size: 16px;
	color: #1D3354;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	padding: 15px 15px 15px 15px;
	font-weight: 700;
	text-decoration: underline;
}

a.fullLinkCTANotif:hover {
	background-color: #d6d6d6;
	text-decoration: none;
	text-decoration: underline;
}

a.fullLinkCTANotif:active {
	background-color: #d6d6d6;
	text-decoration: none;
	text-decoration: underline;
}

a.fullLinkCTANotif:focus {
	background-color: #d6d6d6;
	text-decoration: none;
	text-decoration: underline;
}

a.boxLink1, a.boxLink2, a.boxLink3, a.boxLink4 {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #F26430;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

a.boxLink1:hover, a.boxLink2:hover, a.boxLink3:hover, a.boxLink4:hover {
	background: #F26430;
	color: #ffffff;
	text-decoration: none;
}

a.boxLink1 {
	border-bottom: 2px solid #F26430;
	border-right: 2px solid #F26430;
}

a.boxLink2 {
	border-bottom: 2px solid #F26430;
}

a.boxLink3 {
	border-right: 2px solid #F26430;
}

a.servLink {
	display: block;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #1D3354;
	text-align: center;
	padding: 30px;
	font-size: 20px;
}

a.servLink:hover {
	text-decoration: none;
	background: #F26430;
}

a.servLinkSm {
	display: block;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #1D3354;
	text-align: center;
	padding: 20px;
	font-size: 20px;
}

a.servLinkSm:hover {
	text-decoration: none;
	background: #F26430;
}

a.locBlockLink1 {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #092847;
	padding: 15px !important;
	font-size: 16px;
	border-top: 1px solid #1D3354;
	border-right: 1px solid #1D3354;
}

a.locBlockLink2 {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #092847;
	padding: 15px;
	font-size: 16px;
	border-top: 1px solid #1D3354;
}

a.locBlockLink1:hover, a.locBlockLink2:hover {
	background: #1D3354;
	color: #ffffff;
	text-decoration: none;
}

a.linkSpesh {
	color: #1D3354;
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  	text-decoration: underline;
  	font-weight: 900;
  	display: block;
  	margin-top: 15px;
}

a.linkSpesh:hover {
	color: #F26430;
}

a.backTopLink {
	font-size: 14px;
	color: #F26430;
	font-weight: 900;
	text-decoration: underline;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

a.backTopLink:hover {
	color: #D3420D;
	text-decoration: underline;
}

.linkSpan {
	display: inline-block;
	margin-top: 0px;
}

section p a {
	color: #F26430;
	text-decoration: underline;
	font-weight: 900;
}

section p a:hover {
	color: #D3420D;
	text-decoration: underline;
}

a.announceLink {
	color: #F26430;
	text-decoration: underline;
	font-weight: 900;
	font-size: 18px;
}

a.announceLink:hover {
	color: #D3420D;
	text-decoration: underline;
}

.contentContain ul li a {
	color: #F26430;
	text-decoration: underline;
	font-weight: 900;
	line-height: 1.6em;
}

.contentContain ul li a:hover {
	color: #D3420D;
	text-decoration: underline;
}

table {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

table a {
	color: #F26430;
	text-decoration: underline;
	font-weight: 900;
}

table a:hover {
	color: #D3420D;
	text-decoration: underline;
}

table a:active {
	color: #D3420D;
	text-decoration: underline;
}

table a:focus {
	color: #D3420D;
	text-decoration: underline;
}

.reverseLink a {
	color: #F26430;
	font-weight: 900;
	text-decoration: underline;
}

.reverseLink a:hover {
	color: #B2EEFA;
	text-decoration: underline;
}

.noRadius {
	border-radius: none !important;
}

section ul {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #555555;
	font-size: 18px;
	font-weight: 400;
	padding-left: 15px; 
}

.darkSub {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #F26430;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 0px;
}

.lightSub {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 0px;
}

.snavContain ul {
	padding: 0px;
	text-align: center;
}

.snavContain ul li {
	border-bottom: 1px solid #092847;
}

.snavContain ul li:last-child {
	border-bottom: 0px;
}

.snavContain ul li:first-child {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 0px 15px 40px 15px;
	background: #092847;
	line-height: 32px;
}

.snavContain ul li a {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 20px 15px;
	background: #1D3354;
}

.snavContain ul li a:hover {
	background: #F26430;
	text-decoration: none;
}

#snavContain.affix {
    top: 101px;
	z-index: 9999 !important;
    width: 40.9%;
    left: 0px;
}

#snavContain.affix ul li:first-child {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 40px 15px 40px 15px;
	background: #092847;
	line-height: 32px;
}

#snavContain.stop ul li:first-child {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 40px 15px 40px 15px;
	background: #092847;
}

#snavContain.stop {
	position: absolute;
	top: auto;
	left: 0px;
	bottom: -10px;
	width: 41.68%;
}

#locationMap.affix {
    top: 101px;
    width: 66.66666667%;
	right: 0px;
}

#locationMap.stop {
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 0px;
	width: 66.66666667%;
	display: block;
}

.pullQuote {
	padding: 45px 45px 15px 45px;
	color: #092847;
	font-style: italic;
}

.byline {
	padding: 15px;
	color: #ffffff;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: right;
}

.brandHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.annSpan {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #1D3354;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.brandHeadReverse {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #B2EEFA;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
}

.brandHeadReverseWhite {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
}

.brandHeadChamp {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #B2EEFA;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: block;
}

.brandHeadAnnounce {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #B2EEFA;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
}

.subHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #555555;
	font-style: italic;
}

.subHeadFac {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #555555;
	font-style: italic;
	text-transform: capitalize;
}

label.contact-form {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #092847;
	letter-spacing: 2px;
}

.iconSuccess {
	font-size: 48px;
	color: #07825C;
}

.iconFail {
	font-size: 48px;
	color: #9C2C10;
}

span.postBodyDate {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #555555;
	display: block;
	padding-bottom: 15px;
}

span.postBodyAuthor {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #555555;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding-bottom: 15px;
}

select {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.form-label-group {
	position: relative;
}

.formHead {
	border-top: 4px solid #98C1D9;
	padding: 30px 30px 30px 30px;
	margin-top: 70px;
}

.formHead2 {
	border-top: 4px solid #98C1D9;
	padding: 30px 30px 30px 30px;
	margin-top: 0px;
}

.formBG {
	background: rgb(9,40,71);
	background: linear-gradient(45deg, rgba(9,40,71,1) 0%, rgba(13,61,110,1) 50%, rgba(16,75,134,1) 100%);
}

label {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #98C1D9;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left !important;
}

input.leadInput {
	border-radius: 25px;
	height: 51px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

span.req {
	color: rgb(231, 76, 60);
}

.google-map {
	height: 350px;
}

.iframecontainer {
	width: 100%;
	overflow: hidden;
	height: 350px;
	position:relative;
	z-index: 999;
}

.quoteIndicate {
	position: absolute;
	width: 90px;
	height: 90px;
	top: -45px;
	left: 45px;
	background: #F26430;
	font-size: 45px;
	padding: 11px 23px;
	color: #ffffff !important;
}

@media (max-width: 1500px) {

	.titlePad {
		padding: 217px 75px 45px 75px;
	}	
}

ul.servOfferList {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

ul.servOfferList li {
	display: inline;
}

ul.servOfferList li.nursing {
	width: 20px;
	padding: 5px;
	color: #fff;
	background: #1D3354;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 3px;
	cursor: pointer;
}

ul.servOfferList li.rehab {
	width: 20px;
	padding: 5px;
	color: #fff;
	background: #1D3354;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 3px;
	cursor: pointer;
}

ul.servOfferList li.assisted {
	width: 20px;
	padding: 5px;
	color: #fff;
	background: #1D3354;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 3px;
	cursor: pointer;
}

ul.servOfferList li.retirement {
	width: 20px;
	padding: 5px;
	color: #fff;
	background: #1D3354;
	border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
}

ul.servOfferList li.alzheimers {
	width: 20px;
	padding: 5px;
	color: #fff;
	background: #1D3354;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 3px;
	cursor: pointer;
}

.customTable {
	font-size: 18px;
	color: #555555;
}


.pagination > li > a {
    background-color: white;
    color: #F26430;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #F26430;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a {
    color: white;
    background-color: #F26430 !important;
    border: solid 1px #F26430 !important;
}

.pagination > .active > a:hover {
    background-color: #F26430 !important;
    border: solid 1px #F26430;
}

/*---------- Hovers/Overlays ----------*/

.imgContain {	
	position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(16, 75, 134, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.imgContain:hover .overlay {
  width: 100%;
}

.vidImg {
	position: relative;
}

.vidImg:hover .overlay {
  width: 100%;
}

.vidIndicate {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0px;
	right: 0px;
	background: #F26430;
	font-size: 30px;
	padding: 9px 12px;
	color: #ffffff !important;
}

.overlayCopy {
  color: #ffffff;
  font-size: 64px;
  line-height: 48px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.overlayCopy span {
	font-size: 32px;
}

/*---------- Announce Layout ----------*/

#wrapper {
  padding-right: 30%;
  transition: all 0.4s ease 0s;
  position: relative;
  margin-top: 101px;
}

#sidebar-wrapper {
  margin-right: -30%;
  right: 30%;
  width: 30%;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 164px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 60px;
  text-indent: 0px;
}

.sidebar-nav li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0px 15px;
  text-align: center;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: #F26430;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.socLinks {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.socLinks li {
  line-height: 45px;
  text-indent: 0px;
}

.socLinks li a {
	color: #F26430;
	display: block;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 0px 15px;	
}

.socLinks li a:hover {
  color: #F26430;
  background: #ffffff;
  text-decoration: none;
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}

.listBorderTop {
	border-top: 1px solid #F26430;
}

.listBorderTop {
	border-top: 1px solid #F26430;
}

.listBorderTopG {
	border-top: 1px solid #bbbbbb;
}


.listBorderBottom {
	border-bottom: 1px solid #F26430;
}

@media (max-width:1199px) {

#wrapper {
  padding-right: 0;
}

#sidebar-wrapper {
  right: 0;
}

#wrapper.active {
  position: relative;
  right: 33%;
}

#wrapper.active #sidebar-wrapper {
  right: 33%;
  width: 33%;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

.spesh-pad-r {
	padding-right: 0px;
}

.formHead {
	margin-top: 0px;
}

}

.accordion {
  background-color: #ffffff;
  color: #092847;
  cursor: hand;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.activeAcc, .accordion:hover {
  background-color: #f0f0f0;
}

.panelAcc {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
  color: #555555;
  text-align: left;
}

.panelAcc p {
	font-size: 16px !important;	
}

.panelAcc a {
	color: #F26430;
	text-decoration: underline;
	font-weight: 900;
}

.panelAcc a:hover {
	color: #D3420D;
	text-decoration: underline;
}

.panelAcc a:active {
	color: #D3420D;
	text-decoration: underline;
}

.panelAcc a:focus {
	color: #D3420D;
	text-decoration: underline;
}

.panelAcc ul {
	font-size: 16px;
	color: #555555;
	margin-top: 20px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #092847;
  float: right;
  margin-left: 5px;
}

.activeAcc:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accBorder {
	border: 1px solid #cccccc;
}

/*---------- Email Mkt Sign-up ----------*/

h2.ctct-form-header {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
}

.ctct-form-label {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
}

.ctct-form-text {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
}

.ctct-gdpr-text {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
}

.ctct-form-button {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	background-color: #F26430 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 12px 20px !important;
	border-radius: 25px !important;
}

.ctct-form-button:hover {
	background-color: #D3420D !important;
	color: #ffffff !important;
}

/*---------- Buttons ----------*/

.btnMainCTA {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	background-color: #F26430;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 20px;
	border-radius: 25px;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.btnMainCTA:hover {
	background-color: #D3420D;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.btnMainCTA:active {
	background-color: #D3420D;
	color: #ffffff !important;
}

.btnMainCTA:focus {
	background-color: #D3420D;
	color: #ffffff !important;
}

.btnMainCTAnoRad {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	background-color: #F26430;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 20px;
	border-radius: 0px;
}

.btnMainCTAnoRad:hover {
	background-color: #D3420D;
	color: #ffffff;
	text-decoration: none;
}

.btnMainCTAnoRad:active {
	background-color: #D3420D;
	color: #ffffff !important;
}

.btnMainCTAnoRad:focus {
	background-color: #D3420D;
	color: #ffffff !important;
}

.btnGhost {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	background: none;
	color: #F26430;
	font-size: 18px !important;
	font-weight: 400;
	padding: 12px 20px;
	border-radius: 25px;
	border: 1px solid #F26430;
}

.btnGhost:hover {
	background-color: #F26430;
	color: #ffffff;
	border: 1px solid #F26430;
}

.btnGhost:active {
	background-color: #F26430;
	color: #ffffff !important;
	border: 1px solid #F26430;
}

.btnGhost:focus {
	background-color: #F26430;
	color: #ffffff !important;
	border: 1px solid #F26430;
}

.btnGhostSm {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	background: none;
	color: #1D3354;
	font-size: 16px !important;
	font-weight: 700;
	padding: 12px 20px;
	border-radius: 25px;
	border: 1px solid #1D3354;
}

.btnGhostSm:hover {
	background-color: #1D3354;
	color: #ffffff;
	border: 1px solid #1D3354;
}

.btnGhostSm:active {
	background-color: #1D3354;
	color: #ffffff !important;
	border: 1px solid #1D3354;
}

.btnGhostSm:focus {
	background-color: #1D3354;
	color: #ffffff !important;
	border: 1px solid #1D3354;
}

.btnGhostReverse {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	background: none;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 12px 20px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	text-decoration: none !important;
}

.btnGhostReverse:hover {
	background-color: #F26430;
	color: #ffffff;
	border: 1px solid #F26430;
}

.btnGhostReverse:active {
	background-color: #F26430;
	color: #ffffff !important;
	border: 1px solid #F26430;
}

.btnGhostReverse:focus {
	background-color: #F26430;
	color: #ffffff !important;
	border: 1px solid #F26430;
}

/*---------- Location Search ----------*/

.locationSearchContain input[type=text] {
	width: 85%;
	height: 51px !important;
	padding: 10px;
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: italic;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #F26430;
	background: #f0f0f0;
	float: left;
}

.locationSearchContain button.btnSearch {
	float: left;
	padding: 6px 15px;
	height: 51px;
	background: #F26430;
	border: 1px solid #F26430;
	color: #ffffff;
	font-size: 24px;
	width: 15%;
}

.locationSearchContain button.btnSearch:hover {
	background: #D3420D;
	border: 1px solid #D3420D;
	color: #ffffff;
}

.locationSearchContain button.btnSearch:active {
	background: #D3420D;
	border: 1px solid #D3420D;
	color: #ffffff;
}

.locationSearchContain button.btnSearch:focus {
	background: #D3420D;
	border: 1px solid #D3420D;
	color: #ffffff;
}

span.searchText {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

form.locationForm::after {
  content: "";
  clear: both;
  display: table;
}

#stateSearch {
	display: none;
}

ul.stateList {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.stateList li {
	border-bottom: 1px solid #F26430;
	line-height: 48px;
}

ul.stateList li a {
	font-size: 18px;
	color: #ffffff;
	transition: all 0.25s ease;
}

ul.stateList li a:hover {
	color: #B2EEFA;
	transition: all 0.25s ease;
	text-decoration: none;
}

ul.stateListPrimary {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.stateListPrimary li {
	border-bottom: 1px solid #F26430;
	line-height: 48px;
}

ul.stateListPrimary li a {
	font-size: 18px;
	color: #1D3354;
	transition: all 0.25s ease;
}

ul.stateListPrimary li a:hover {
	color: #F26430;
	transition: all 0.25s ease;
	text-decoration: none;
}

a.facilitySearch {
	font-size: 24px;
}

#storelocatorwidget {
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.20);
	font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
}

#storelocatorwidget input {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
}

#storelocatorwidget select {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
}

#storelocator-search-label {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
}

#search_radius_text {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
}

#storelocator-search-label {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
}

.storelocator-btn-default, .storelocator-btn-primary, .storelocator-btn-success, .storelocator-btn-info, .storelocator-btn-warning, .storelocator-btn-danger {
    text-shadow: 0 0px 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0), 0 1px 1px rgba(0,0,0,0) !important;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0), 0 1px 1px rgba(0,0,0,0) !important;
    border: 0px !important;
}


@media (max-width: 1920px) {

.locationSearchContain input[type=text] {
	width: 75%;
	font-size: 16px;
}

.locationSearchContain button.btnSearch {
	width: 25%;
}	
}

/*---------- Logo ----------*/

.logo {
	position: fixed;
	top: 0px;
	left: 30px;
	width: 101px;
	height: 101px;
	padding: 18px 22px;
	background-color: #F26430;
	display: block;
	z-index: 9998;
}

.logoCP {
	max-width: 200px;
	height: 83px;
}

.logoPad {
	padding: 15px 0px;
}

.phonePad {
	padding: 34px 0px;
}

.logoText {
	position: fixed;
	top: 56px;
	left: 156px;
	display: block;
	z-index: 9998;
}

.logoText a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #092847;
	font-weight: 700;
}

.logoText a:hover {
	color: #F26430;
	text-decoration: none;
}

.logoImg {
	width: 60px;
	height: auto;
	display: block;
}

.hocLogoSmall {
	display: inline-block;
	max-width: 220px;
	margin-right: 10px;
}

.annLogo {
	max-width: 210px;
	height: auto;
	display: block;
}

.logoAct {
	width: 45px;
	height: auto;
	display: block;
	margin: 0px auto;
}

.mdLogo {
	max-width: 1140px;
	height: auto;
	display: block;
	margin: 30px auto 60px;
}

.logoFoot {
	width: 160px;
	height: 160px;
	padding: 26px 33px;
	background-color: #F26430;
	display: block;
}

.logoImgFoot {
	width: 100px;
	height: auto;
	display: block;
}

.down {
	position: absolute;
	bottom: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 61px;
	height: 61px;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	font-size: 60px;
	text-align: center;
	line-height: 64px;
	color: #F26430;
}

.down:hover {
	background-color: #F26430;
	color: #ffffff;
}

.down:active {
	background-color: #F26430;
	color: #ffffff;
}

/*---------- Top Nav ----------*/

.topNav {
	background-color: #1D3354;
	padding: 10px 0px;
}

ul.topNavList {
	list-style: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0px;
}

ul.topNavList li {
	display: inline-block;
}

ul.topNavList li a {
	color: #B2EEFA;
	text-decoration: none;
}

ul.topNavList li a:hover {
	color: #ffffff;
}

ul.topNavList > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #B2EEFA;
}

.notifBar {
	margin-top: 101px;
}

/*---------- Navbar ----------*/

.navbar-custom {
	background-color: transparent;
	border-bottom: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-custom.live {
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
}

.navbar-custom .nav li {
	border-bottom: 3px solid #F26430;
	margin-left: 10px;
}

.navbar-custom .nav li a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #092847;
	font-size: 18px;
	font-weight: 400;
	padding: 19px;
}

.navbar-custom .nav li a:hover {
	background-color: #D3420D;
	color: #ffffff;
}

.navbar-custom .nav li a:active {
	background-color: #D3420D;
	color: #ffffff !important;
}

.navbar-custom .nav li.locLink {
	border-bottom: 3px solid #F26430;
	margin-left: 10px;
}

.navbar-custom .nav li.locLink a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #F26430;
	font-size: 18px;
	font-weight: 400;
	padding: 19px;
}

.navbar-custom .nav li.locLink a:hover {
	background-color: #D3420D;
	color: #ffffff;
}

.navbar-custom .nav li.locLink a:active {
	background-color: #D3420D;
	color: #ffffff !important;
}

@media (min-width: 768px) {
	.navbar-custom.affix {
    	background-color: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		box-shadow: 0 5px 5px rgba(0,0,0,.20);
  	}
}

ul.nav li:hover > ul.dropdown-menu {
	display: block;
	background-color: #24406a;
	border-radius: 0px;
	border: none;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  	margin-top: 3px;
}

ul.dropdown-menu li a {
	line-height: 20px;
	color: #ffffff !important;
}

ul.dropdown-menu li a:hover {
	color: #ffffff;
	background: #F26430 !important;
}

ul.dropdown-menu li.dropLink {
	margin-left: 0px;
	padding: 0px;
	border-bottom: 1px solid #F26430;
}

ul.navMobile {
	text-align: left !important;
	list-style: none;
}

.mobileNavIcon {
	float: right;
	margin-top: 20px;
}

ul.navMobile li a {
	display: block;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

/*---------- Header Section ----------*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

header .header-content {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

header .header-content .header-content-inner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

@media (min-width: 1199px) {
	header {
    	min-height: 100%;
  	}
  	
  	header .header-content {
    	text-align: left;
		padding: 0;
		height: 100vh;
  	}
  	header .header-content .header-content-inner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}  	
  	hr.headDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		max-width: 250px;
  		margin: 30px 0px 30px 0px;
	}

	hr.headDivide {
		border-color: #F26430;
	}
	
	hr.footDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		width: 100%;
  		margin: 19px 0px 19px 0px;
	}

	hr.footDivide {
		border-color: #F26430;
	}
	
	.tableDisplay {
		display: table;
		width: 100%;
  	}

  	.tableCol {
  		display: table-cell;
  		float: none;
  	}
  	
  	.tableColMid {
	  	display: table-cell;
  		vertical-align: middle;
  		float: none;
  	}
}

@media (min-width: 1799px) {

.tableDisplay2 {
		display: table;
		width: 100%;
  	}

  	.tableCol2 {
  		display: table-cell;
  		float: none;
  	}
  	
  	.tableCol2Mid {
	  	display: table-cell;
  		vertical-align: middle;
  		float: none;
  	}
	
}

.locationSearch {
	z-index: 888;
	position: relative;
}

/*---------- Breadcrumbs ----------*/


.crumbContain {
	padding: 10px 0px 10px 75px;
}

ol.crumbNav {
	list-style: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}

ol.crumbNav li {
	display: inline-block;
}

ol.crumbNav li.stateCapital {
	text-transform: capitalize;
}

ol.crumbNav li.activePage a {
	color: #B2EEFA;
}

ol.crumbNav li a {
	color: #B2EEFA;
	text-decoration: none;
}

ol.crumbNav li a:hover {
	color: #ffffff;
}

ol.crumbNav > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #B2EEFA;
}

.breadSpacer {
	height: 40px;
	display: block
}

.crumbContainNew {
	padding: 10px 30px 10px 40px;
}

ol.crumbNavNew {
	list-style: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
}

ol.crumbNavNew li {
	display: inline-block;
}

ol.crumbNavNew li.stateCapital {
	text-transform: capitalize;
}

ol.crumbNavNew li.activePage a {
	color: #B2EEFA;
}

ol.crumbNavNew li a {
	color: #B2EEFA;
	text-decoration: none;
}

ol.crumbNavNew li a:hover {
	color: #ffffff;
}

ol.crumbNavNew > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #B2EEFA;
}

/*---------- Split Content Sections ----------*/

#services {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

#about {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

#news {
	position: relative;
	min-height: auto;
	overflow-y: hidden;
}

.blogDate {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}

.blogDateSecondary {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-size: 16px;
	color: #092847;
}

.blogDateFeature {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-size: 16px;
	color: #092847;
}

.calendarIcon {
	border-right: 1px solid #092847;
	border-bottom: 1px solid #092847;
	padding: 15px 15px;
	text-align: center;
	display: inline-block;
}

.dateText {
	border-right: 1px solid #092847;
	border-bottom: 1px solid #092847;
	padding: 15px 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin-left: -4px;
	line-height: 1.3em;
	font-weight: 400;
}

.category {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-left: 1px solid #092847;
	border-top: 1px solid #092847;
	padding: 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.categorySecondary {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	padding: 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #092847;
}

.categoryFeature {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #092847;
	border-bottom: 1px solid #092847;
	padding: 15px;
	text-align: center;
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #092847;
}

.catFeatureLink {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #092847;
}

#message {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

#spotlight {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
}

.splitContent {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

.splitContent .splitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.halfSplitContent {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

.halfSplitContent .halfSplitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.thirdSplitContent {
	text-align: center;
	position: relative;
	padding: 45px 0px 45px 0px;
}

.thirdSplitContent .thirdSplitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.landingSplitContent {
	text-align: center;
	position: relative;
	padding: 45px 0px 45px 0px;
}

.landingSplitContent .landingSplitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.champSplitContent {
	text-align: center;
	position: relative;
	padding: 45px 0px 45px 0px;
}

.champSplitContent .champSplitContentInner {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.halfSplitContentEdge {
	text-align: center;
	padding: 45px 0 45px;
	position: relative;
}

.halfSplitContentEdge .halfSplitContentInnerEdge {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.borderLeft {
	border-left: 15px solid #1D3354;
}

.borderLeftDark {
	border-left: 15px solid #092847;
}

.vidContain {
	position: relative;
	padding: 45px 0px 45px 120px;
	display: inline-block;
	float: right;
}

.playIcon {
	position: absolute;
    left: 58%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.playIcon a {
	font-size: 96px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 3px 6px #272634;
}

.playIcon a:hover {
	color: #F26430;
}

@media (min-width: 1199px) {
	#news {
    	min-height: 100%;
  	}
  	
  	.splitContent {
    	text-align: left;
		padding: 0;
		height: 100vh;
  	}
  	.splitContent .splitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 0px;
		width: 100%;
  	}
  	.halfSplitContent {
    	text-align: left;
		padding: 0;
		height: 50vh;
  	}
  	.halfSplitContent .halfSplitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}
  	.thirdSplitContent {
    	text-align: left;
		padding: 0;
		height: 66vh;
  	}
  	.thirdSplitContent .thirdSplitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}
  	.landingSplitContent {
    	text-align: left;
		padding: 0;
		height: 100vh;
  	}
  	.landingSplitContent .landingSplitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 60px;
		width: 100%;
  	}
  	.champSplitContent {
    	text-align: left;
		padding: 0;
		height: 66vh;
  	}
  	.champSplitContent .champSplitContentInner {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 0px;
		width: 100%;
  	}
  	.halfSplitContentEdge {
    	text-align: left;
		padding: 0;
		height: 75vh;
  	}
  	.halfSplitContentEdge .halfSplitContentInnerEdge {
    	max-width: none;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0px 0px;
		width: 100%;
  	}   	
  	hr.headDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		max-width: 250px;
  		margin: 30px 0px 30px 0px;
	}

	hr.headDivide {
		border-color: #F26430;
	}

}

/*---------- Blog ----------*/

.blogMargSpesh {
	margin-top: -120px;
}

.blogMargHomeSpesh {
	margin-top: -215px;
}

.blogTitlePad {
	padding: 145px 0px 120px 0px;
}

.blogPad {
	padding: 60px 0px;
}

.blogHomePad {
	padding: 145px 0px 285px 0px;
}

span.blogHome {
	font-size: 26px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #B2EEFA;
	letter-spacing: 10px;
	display: block;
	margin-top: 20px;
}

h1.blogHead {
	font-size: 48px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 45px 0px;
	letter-spacing: 0px;
	line-height: 48px;
}

h1.blogHeadHome {
	font-size: 36px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	line-height: 44px;
}

span.blogSub {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #B2EEFA;
	letter-spacing: 10px;
	display: block;
	margin-top: 20px;
}

span.blogBy {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #092847;
}

span.blogOrg {
	font-size: 16px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #092847;
}

span.articleDate {
	display: block;
	width: 100%;
	height: 100%;
	color: #B2EEFA;
	text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	padding: 9px;
	font-size: 14px;
	background: #092847;
}

span.articleDateHome {
	display: block;
	width: 100%;
	height: 100%;
	color: #B2EEFA;
	text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	padding: 10px;
	font-size: 14px;
	background: #092847;
}

a.catLink {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1D3354;
	color: #ffffff;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

a.catLink:hover {
	background-color: #F26430;
	text-decoration: none;
	color: #ffffff;
}

a.catLinkNew {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1D3354;
	color: #ffffff;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

a.catLinkNew:hover {
	background-color: #F26430;
	text-decoration: none;
	color: #ffffff;
}

.blogTitleContain {
	height: 215px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
}

.blogSummaryContain {
	padding: 30px 15px 0px 15px;
}

@media (max-width: 1199px) {

	.blogTitlePad {
		padding: 145px 0px 120px 0px;
	}
}

@media (max-width: 767px) {
	
	.blogMargSpesh {
		margin-top: 0px;
	}
	
	.blogTitlePad {
		padding: 45px 30px 30px 30px;
	}
	
	.pad-spesh {
	padding: 30px 30px 0px 30px;
}

.quoteIndicate {
	display: none;
}

.galleryPad {
	padding: 30px 30px 0px 30px;
}
	
}

/*---------- Footer ----------*/

ul.footNavList {
	list-style: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
}

ul.footNavList li a {
	display: block;
	color: #B2EEFA;
	text-decoration: none;
	margin-bottom: 5px;
}

ul.footNavList li a:hover {
	color: #ffffff;
}

ul.bottomNavList {
	list-style: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0px;
	padding-left: 0px;
}

ul.bottomNavList li {
	display: inline-block;
}

ul.bottomNavList li a {
	color: #B2EEFA;
	text-decoration: none;
	font-size: 14px !important;
}

ul.bottomNavList li a:hover {
	color: #ffffff;
}

ul.bottomNavList > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #B2EEFA;
}

.footerLeft {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
}

.google-map {
	height: 350px;
}

.iframecontainer {
	width: 100%;
	overflow: hidden;
	height: 350px;
	position:relative;
	z-index: 999;
}

@media (max-width: 133%) {

.pad-120 {
	padding: 120px 0px 120px 0px;
}

.header-content-inner span.brandHead {
	margin-top: 75px;
	display: block;
}

.header-content-inner span.brandHeadReverse {
	margin-top: 75px;
	display: block;
}

.header-content-inner span.brandHeadReverseWhite {
	margin-top: 75px;
	display: block;
}

.down {
	bottom: 60px;	
}
	
}

@media (max-width: 1365px) {

.logoText {
	display: none;
}
	
}

@media (max-width: 1199px) {

.mobileHide {
	display: none;
}

.pad-t-75 {
	padding-top: 0px;
}

.head-marg {
	margin-top: 0px;
}

.hocLogoSmall {
	display: block;
	max-width: 225px;
	margin: 0px auto 5px;
}

h1.vidHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;	
}

.customToggle {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #F26430;
	border-color: #F26430;
}

.mobileCenter {
	text-align: center;
}

.header-content-inner span.brandHead {
	margin-top: 0px;
	display: block;
}

.header-content-inner span.brandHeadReverse {
	margin-top: 0px;
	display: block;
}

.header-content-inner span.brandHeadReverseWhite {
	margin-top: 0px;
	display: block;
}

.bodyContent h2 {
	text-align: center;
}

.blogContent h2 {
	text-align: left !important;
}

.footerLeft {
	text-align: center;
	padding-bottom: 5px;
}

.storyMin {
	min-height: auto;
}

.storyBtn {
	position: relative;
	display: block;
	width: 100%;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.navbar-custom {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
	height: 101px;
}

ul.bottomNavList {
	text-align: center;
}

.pad-120 {
	padding: 60px 0px 60px 0px;
}

.pad-tb-90 {
	padding: 60px 0px 30px 0px;
}

.pad-b-60 {
	padding-bottom: 30px;
}

.pad-lr-8 {
	padding: 0px 0px;
}

.mob-pad-tb {
	padding: 45px 0px 45px 0px;	
}

.marg-b-m-30 {
	margin-bottom: 30px;
}

.mobileMarg {
	margin-bottom: 15px;
}

.mobileMarg-0 {
	margin-bottom: 0px;
}

.mobileMarg-30 {
	margin-top: 30px;
}

.marg-neg-60 {
	margin: 0px 0px 0px 0px;
}

.mob-marg-t {
	margin-top: 126px;
}

.pad-content-90 {
	padding: 60px 30px;
}

.pad-img-90 {
	padding: 0px 30px 60px 30px;
}

.newHeadPad {
	padding: 183px 0px 30px 0px;
}

.borderDarkLeft {
	border-left: none;
}

.borderDarkRight {
	border-right: none;
}

.titlePadLoc {
	padding: 30px 30px 30px 30px;
}

.titlePadCorp {
	padding: 30px 30px 5px 30px;
}

.down {
	display: none;
}

.crumbContain {
	padding: 10px 30px 10px 40px;
}

ol.crumbNav {
	text-align: center;
}

.headBG {
    background: url('../images/bg/headBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
    margin-top: 52px;
}

.aboutBG {
    background: url('../images/bg/aboutBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.athBG {
    background: url('../images/bg/athens-new.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.kirkBG {
    background: url('../images/bg/kirkland-new.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.nvBG {
    background: url('../images/bg/nashobaBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.rivergateBG {
    background: url('../images/bg/rivergateBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.rhBG {
    background: url('../images/bg/rhBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.corpBG {
    background: url('../images/bg/maryBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.athensBG {
    background: url('../images/bg/athensBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.nurseWeekBG {
    background: url('../images/bg/nurseWeekBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.careBG {
    background: url('../images/bg/careBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.resourceBG {
    background: url('../images/bg/resourceBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.missionBG {
    background: url('../images/bg/missionNewBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.mdBG {
    background: url('../images/bg/mdBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.selectBG {
    background: url('../images/bg/selectBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.visitBG {
    background: url('../images/bg/visitBG.jpg') no-repeat center center scroll;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.occBG {
    background: url('../images/bg/occBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.spBG {
    background: url('../images/bg/spBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.nurseBG {
    background: url('../images/bg/nurseBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.respiteBG {
    background: url('../images/bg/respiteBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

.serviceBG {
    background: url('../images/bg/serviceBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 60%;
}

.cvBG {
    background: url('../images/bg/landingImg.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 55%;
}

.channelBG {
    background: url('../images/bg/channelBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 55%;
}

.alzBG {
    background: url('../images/bg/alzBG.jpg') no-repeat top center scroll #ffffff;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 60%;
}

.miracleBG {
    background: url('../images/bg/miraclesBG.jpg') no-repeat top center scroll #1d180a;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 60%;
}

.alfBG {
    background: url('../images/bg/alfBG.jpg') no-repeat top center scroll #1d180a;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 60%;
}

.beecherBG {
	background: url('../images/bg/beecherBGNew.jpg') no-repeat center center #ffffff;
    width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 60%;
}

.halfSplitContentEdge {
	text-align: center;
	padding: 0px 0 30px;
	position: relative;
}

.overlayCopy span {
	font-size: 24px;
}

.borderLeft {
	border-left: none;
}

.pad-t-120-b-90 {
	padding: 60px 0px 30px 0px;
}

.vidContain {
	position: relative;
	padding: 60px 0px 0px 0px;
	display: block;
	float: none;
}

.phoneBtn {
		position: fixed;
		bottom: 15px;
		right: 15px;
		width: 75px;
		height: 75px;
		z-index: 9999;
		background: #F26430;
		display: block;
		border-radius: 60px;
		font-size: 42px;
		color: #ffffff;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		padding: 8px 19px 5px 17px;
	}
	
	.breadSpacer {
	display: none;
}

.contentContain {
	padding: 60px 0px 30px 30px;
}

.contentContain h2 {
	text-align: center;
}

.contentContain h3 {
	text-align: center;
}

.facility h3 {
	text-align: center;
}

.splitContent {
	text-align: center;
	padding: 15px 0 30px;
	position: relative;
}

}

@media (max-width: 1199px) {

header {
	padding-top: 101px;
}
	
}


@media (max-width: 991px) {

.pad-tb-120 {
	padding: 30px 0px;
}

.pad-60 {
	padding: 30px;
}

.pad-60-spesh {
	padding: 30px 30px 0px 30px;
}

.pad-30-mobile {
	padding: 0px 30px 0px 30px;
}

.pad-tb-60 {
	padding: 45px 0px;
}

.heroPad {
	padding: 60px 15px 60px 15px;
}

.titlePad {
	padding: 97px 45px 30px 45px;
}

.newHeadPad {
	padding: 67px 0px 15px 0px;
}

.navbar-custom {
    background-color: rgba(255, 255, 255, 1.0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
}

.notifContain {
	margin-top: -1px;
}

a.boxLink1 {
	border-bottom: 2px solid #F26430;
	border-right: none;
}

a.boxLink2 {
	border-bottom: 2px solid #F26430;
}

a.boxLink3 {
	border-right: none;
	border-bottom: 2px solid #F26430;
}
	
ul.footNavList {
	text-align: center;
}

.footerLinks h4 {
	text-align: center;
}

.footInfo h5 {
	text-align: center;
}

.logoFoot {
	width: 160px;
	height: 160px;
	padding: 26px 33px;
	background-color: #F26430;
	display: block;
	margin: 0px auto;
}

p.companyName {
	text-align: center;
}

p.footAddress {
	text-align: center;
}

p.footPhone {
	text-align: center;
}

.topNav {
	height: 41px;
}

.topNavList {
	display: block;
}

span.postBodyDate {
	text-align: center;
}

span.postBodyAuthor {
	text-align: center;
}

.logoCP {
	max-width: 200px;
	height: 83px;
	display: block;
	margin: 0px auto;
}

.phonePad {
	padding: 0px 0px 15px 0px;
}

.mob-marg-t {
	margin-top: 193px;
}

h1.featureHeadLanding {
	font-size: 36px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 70px 0px 30px 0px;
	letter-spacing: 0px;
	line-height: 44px;
	font-weight: 700;
}

}

@media (max-width: 805px) {

.btn {
	width: 100%;	
}

.logo {
	position: fixed;
	top: 0px;
	left: 0px;
}

ul.topNavList {
	display: none;
}

ul.topNavListMob {
	list-style: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0px;
	display: block;
}

ul.topNavListMob li {
	display: inline-block;
}

ul.topNavListMob li a {
	color: #B2EEFA;
	text-decoration: none;
}

ul.topNavListMob li a:hover {
	color: #ffffff;
}

ul.topNavListMob > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #B2EEFA;
}

h1.featureHead {
	font-size: 56px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 15px 0px;
	letter-spacing: -1px;
	line-height: 64px;
}

h1.featureHeadCV {
	font-size: 56px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 20px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 48px;
}

.fbPad {
	padding: 15px 15px 15px 15px;
	
}	
	
}

@media (max-width: 767px) {

.pad-120 {
	padding: 45px 30px 30px 30px;
}

.mobileBreak {
	display: block;
}

.quoteBox {
	display: block;
	position: absolute;
	width: 250px;
	height: 50px;
	top: -25px;
	left: 0px;
	background: #4AC7E8;
	z-index: 999;
	text-align: center;
}

.quoteBoxLrg {
	display: block;
	position: absolute;
	width: 275px;
	height: 50px;
	top: -25px;
	left: 0px;
	background: #4AC7E8;
	z-index: 999;
	text-align: center;
}

.padChampQuote2 {
	padding: 60px 45px 30px 45px;	
}

.pad-b-60 {
	padding-bottom: 15px;
}

}

/*---------- Put New Here ----------*/

span.champ {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #1D3354;
	font-weight: 800;	
}

.hocLogo {
	max-width: 350px;
	height: auto;
	display: block;
}

.quoteMarks {
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	top: -45px;
	left: 45px;
	background: #4AC7E8;
	z-index: 999;
}

.quoteBox {
	display: block;
	position: absolute;
	width: 250px;
	height: 50px;
	top: -25px;
	left: 45px;
	background: #4AC7E8;
	z-index: 999;
	text-align: center;
}

.quoteBox span {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1D3354;
}

.quoteBoxLrg {
	display: block;
	position: absolute;
	width: 275px;
	height: 50px;
	top: -25px;
	left: 45px;
	background: #4AC7E8;
	z-index: 999;
	text-align: center;
}

.quoteBoxLrg span {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1D3354;
}

.padChampQuote {
	padding: 75px 45px 30px 45px;	
}

.padChampQuote2 {
	padding: 60px 45px 30px 45px;	
}

ul.quoteList {
	list-style: none;
	color: #ffffff;
	padding-left: 0px;
	line-height: 42px;
}

.listBorderLight {
	border-bottom: 1px solid #4AC7E8;
}

.marg-b-75 {
	margin-bottom: 75px;	
}

.scrollIcon {
	font-size: 96px;
	color: #4AC7E8;	
}

@media (max-width: 1199px) {

h2.featureHeadDark {
	font-size: 30px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #092847;
	margin: 0px 0px 15px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h2.featureHeadLight {
	font-size: 30px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h1.featureHeadLanding {
	font-size: 48px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 45px 0px 30px 0px;
	letter-spacing: 0px;
	line-height: 56px;
	font-weight: 700;
}
	
}

@media (max-width: 767px) {

.quoteBox {
	display: block;
	position: absolute;
	width: 250px;
	height: 50px;
	top: -25px;
	left: 0px;
	background: #4AC7E8;
	z-index: 999;
	text-align: center;
}

.quoteBoxLrg {
	display: block;
	position: absolute;
	width: 275px;
	height: 50px;
	top: -25px;
	left: 0px;
	background: #4AC7E8;
	z-index: 999;
	text-align: center;
}

.padChampQuote2 {
	padding: 60px 15px 5px 15px;	
}

ul.quoteList {
	list-style: none;
	color: #ffffff;
	padding-left: 0px;
	line-height: 28.8px;
}

ul.quoteList li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

}

@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite}@-webkit-keyframes rising{0%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}}@keyframes rising{0%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-rising,.faa-rising.animated,.faa-rising.animated-hover:hover{-webkit-animation:rising 2s linear infinite;animation:rising 2s linear infinite}.faa-parent.animated-hover:hover>.faa-rising.faa-fast,.faa-rising.animated-hover.faa-fast:hover,.faa-rising.animated.faa-fast{-webkit-animation:rising 1s linear infinite;animation:rising 1s linear infinite}.faa-parent.animated-hover:hover>.faa-rising.faa-slow,.faa-rising.animated-hover.faa-slow:hover,.faa-rising.animated.faa-slow{-webkit-animation:rising 3s linear infinite;animation:rising 3s linear infinite}
