body {
    width: 100%;
}

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

.mobileBreak {
	display: none;
}

.heightFull {
	height: 100%;
}

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

.phoneBtn {
	display: none;
}

.hide {
	display: none;
}

.topNavListMob {
	display: none;
}

.mobileFilter {
	display: none;
}

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

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

.mobileNavContain {
	overflow-y: scroll;
	margin-top: 61px;
	width: 100%;
	height: 100%;
	background: #1c150d;
	-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 #e2b570;
}

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

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

.mobileNavContain ul li a:hover {
	background: #e2b570;
	color: #1c150d;
	text-decoration: none;
}

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

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

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

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

.overlayTop {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(28, 21, 13, 1.0);
	width: 100%;
	height: 61px;
	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:8px;
	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: #E9EAEC;
}

.annBG {
	background-color: #ece2d4;
}

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

.medBG {
	background-color: #302417;
}

.medGradBG {
	background-color: #302417;
}

.darkBG {
	background-color: #1c150d;
}

.darkGradBG {
	background-color: #302417;
}

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

.perspectiveBG {
	background-color: #363435;
}

.whiteBG {
	background-color: #ffffff;
}

.beecherAbout {
	background-color: #d3d5d9;
}

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

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

.borderLightChamp {
	border: 1px solid #302417;
}

.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/beecherBG.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: #302417;
    -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: #302417;
    -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: #302417;
    -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: #302417;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.aptaBG {
	background: url('../images/bg/aptaBG.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: #302417;
    -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: #302417;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

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

.nmBG {
	background: url('../images/bg/nmBG.jpg') no-repeat center center scroll;
    background-color: #302417;
    -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: #302417;
    -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;
}

.perspectiveBG {
	background: url('../images/bg/perspective.jpg') no-repeat center center scroll;
    background-color: #302417;
    -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/cvBG.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;
}

.beecherBG {
	background: url('../images/bg/beecherBG.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/perspective.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: #4281a4;
}

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

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

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

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

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

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

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

.speshBorderTop {
	border-top: 8px solid #453421;
}

/*---------- 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: 120px 75px 60px 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-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-t-10 {
	padding-top: 10px;
}

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

.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-120-spesh {
	padding: 120px 0px 45px 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;
}

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

.heroPad2 {
	padding: 90px 45px 90px 45px;
}

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

.responseHeadPad {
	padding: 243px 0px 90px 0px;
}

.noMarg {
	margin: 0px;
}

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

.liteMargTop {
	margin-top: 153px;
}

.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: 61px;
}

.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: 'Playfair Display', Georgia, serif;
	color: #453421;
	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: #302417;
	-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: #4281a4;
	text-decoration: none;
}

h1.featureHead {
	font-size: 48px;
	font-family: 'Playfair Display', Georgia, serif;
	color: #ffffff;
	margin: 20px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 60px;
}

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

h1.interiorHeadTitle {
	font-size: 36px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	font-weight: 700;
	margin-bottom: 0px;
}

.interiorIcon {
	font-size: 64px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #e2b570;
}

span.featureSub {
	color: #e2b570;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	line-height: 36px;
}

h1.featureHeadLite {
	font-size: 42px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 0px 0px 30px 0px;
	letter-spacing: 0px;
	line-height: 54px;
	font-weight: 800;
}

h1.featureHead2 {
	font-size: 36px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 60px 0px 30px 0px;
	letter-spacing: 0px;
	line-height: 40px;
	font-weight: 800;
}

.emphasis {
	color: #B2EEFA;
}

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: #15243B;
	font-weight: 600;
}

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

h1.featureHeadCV {
	font-size: 56px;
	font-family: 'Playfair Display', Georgia, 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.featureHeadChamp {
	font-size: 56px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 20px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
	font-weight: 800;
	text-transform: uppercase;
}

h2.linkFeat {
	font-size: 42px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 800;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: 1px;
}

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

h2.featureHeadDark {
	font-size: 56px;
	font-family: 'Playfair Display', Georgia, serif;
	color: #15243B;
	margin: 0px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

h2.featureHeadLight {
	font-size: 56px;
	font-family: 'Playfair Display', Georgia, serif;
	color: #ffffff;
	margin: 0px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

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

.featQuote p {
	font-family: 'Playfair Display', Georgia, 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: #302417;
}

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

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

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

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

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

h3.lite {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

h3.glossary-header {
	color: #302417;
}

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

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

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

h3.champTitle a {
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #302417;
}

h3.champTitle a:hover {
	text-decoration: none;
	color: #4281a4;
}

h4.panel-title {
	color: #302417;
	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: #302417;
	-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: #4281a4;
}

.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;
}

.featCardChamp {
	padding: 15px 15px;
}

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

.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: 'Playfair Display', Georgia, serif;
	font-size: 60px;
	line-height: 52px;
	color: #302417;
	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: #4281a4;
	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: #302417;
}

.lineHeightTitle {
	line-height: 42px;
}

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

.footInfo h5 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	color: #B2EEFA;
}

.reverse {
	color: #ffffff;
}

hr.blogSeparate {
	padding: 0;
	border: none;
	border-top: 1px solid;
	border-color: #4281a4;
	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: #4281a4;
}

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: #4281a4;
}

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

hr.headDivideCenter {
	border-color: #4281a4;
}

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

hr.headDivideCenterLoc {
	border-color: #4281a4;
}


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: #4281a4;
}

.texLeft {
	text-align: left;
}

.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;
}

label {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 16px;
}

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

#videoTable a {
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#videoTable thead tr th {
	vertical-align: middle;
	font-size: 16px;
	color: #444444;
	background: #E9EAEC;
}

#videoTable tr {
	height: 50px;
}

#videoTable tr td {
	vertical-align: middle;
}

#videoTable_paginate ul {
	font-size: 16px;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
    color: #444444;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #444444;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

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

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

p.champFac {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

span.champSpan {
	font-size: 14px !important;
}

p.reverseCopy {
	color: #ffffff;
}

p.phone {
	color: #4281a4;
	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.footFax {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}

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

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

p.quote {
	font-style: italic;
	color: #4281a4;
	font-size: 22px;
}

p.rise {
	color: #4281a4;
	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.fullLink {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #24406A;
}

a.fullLink:hover {
	background-color: #4281a4;
	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: #4281a4;
	text-decoration: none;
}

a.fullLinkSecondary h4 {
	color: #15243B;
	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: #4281a4;
	text-decoration: none;
}

a.fullLinkSecondarySuccess h2 {
	color: #15243B;
	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: #4281a4;
	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: #346883;
	text-decoration: none;
}

a.fullLinkCTANotif {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	font-size: 16px;
	color: #302417;
	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: #4281a4;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

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

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

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

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

a.servLink {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	color: #ffffff;
	background: #302417;
	text-align: center;
	padding: 30px;
	font-size: 20px;
}

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

a.servLinkSm {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	color: #ffffff;
	background: #302417;
	text-align: center;
	padding: 20px;
	font-size: 20px;
}

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

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

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

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

a.linkSpesh {
	color: #302417;
	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: #4281a4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reverseLink a {
	color: #4281a4;
	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: #4281a4;
	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 #15243B;
}

.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: #15243B;
	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: #302417;
}

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

#snavContain.affix {
    top: 61px;
	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: #15243B;
	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: #15243B;
}

#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: #15243B;
	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: #302417;
	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: #15243B;
	letter-spacing: 2px;
}

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

label.center {
	text-align: center;
}

.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;
}

@media (max-width: 1500px) {

	.titlePad {
		padding: 120px 75px 60px 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: #302417;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 3px;
	cursor: pointer;
}

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

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

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

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

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


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

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

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

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

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

.imgContain {	
	position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(12, 162, 192, 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: #4281a4;
	font-size: 30px;
	padding: 9px 12px;
	color: #ffffff !important;
}

.watchIndicate {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 0px;
	right: 0px;
	background: #453421;
	font-size: 24px;
	padding: 7px 10px;
	color: #ffffff !important;
}

.readIndicate {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 0px;
	right: 0px;
	background: #453421;
	font-size: 24px;
	padding: 7px 10px;
	color: #ffffff !important;
}

.listenIndicate {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 0px;
	right: 0px;
	background: #453421;
	font-size: 24px;
	padding: 7px 13px;
	color: #ffffff !important;
}

.vidIndicateAssociates {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0px;
	right: 0px;
	background: #4281a4;
	font-size: 16px;
	padding: 4px 6px;
	color: #ffffff !important;
}

.vidIndicateResidents {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0px;
	right: 0px;
	background: #fec00f;
	font-size: 16px;
	padding: 4px 6px;
	color: #ffffff !important;
}

.vidIndicateFamily {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0px;
	right: 0px;
	background: #61c9a2;
	font-size: 16px;
	padding: 4px 6px;
	color: #ffffff !important;
}

.vidIndicateInspiration {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0px;
	right: 0px;
	background: #f7931f;
	font-size: 16px;
	padding: 4px 6px;
	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: #4281a4;
  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: #4281a4;
	display: block;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 0px 15px;	
}

.socLinks li a:hover {
  color: #4281a4;
  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 #4281a4;
}

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

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


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

@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;
}

h1.featureHead2 {
	font-size: 36px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #B2EEFA;
	margin: 0px 0px 30px 0px;
	letter-spacing: 0px;
	line-height: 40px;
	font-weight: 800;
}

.mobileFilter {
	display: block;
}

}

.accordion {
  background-color: #ffffff;
  color: #15243B;
  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: #4281a4;
	text-decoration: underline;
	font-weight: 900;
}

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

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

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

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

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #15243B;
  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: #4281a4 !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: #346883 !important;
	color: #ffffff !important;
}

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

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

.btnMainCTA:hover {
	background-color: #346883;
	color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #4281a4;
	color: #ffffff;
	border: 1px solid #4281a4;
}

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

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

/*---------- 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 #4281a4;
	background: #f0f0f0;
	float: left;
}

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

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

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

.locationSearchContain button.btnSearch:focus {
	background: #346883;
	border: 1px solid #346883;
	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 #4281a4;
	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 #4281a4;
	line-height: 48px;
}

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

ul.stateListPrimary li a:hover {
	color: #4281a4;
	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: 9px;
	left: 30px;
	width: 180px;
	height: 42px;
	display: block;
	z-index: 9998;
}

.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: #15243B;
	font-weight: 700;
}

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

.logoImg {
	width: 180px;
	height: 42px;
	display: block;
}

.footerLogo {
	display: block;
	width: 250px;
	height: 59px;
}

.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: #4281a4;
	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: #4281a4;
}

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

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

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

.topNav {
	background-color: #302417;
	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(28, 21, 13, 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 {
	margin-left: 1px;
}

.navbar-custom .nav li a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #1c150d;
	background: #e2b570;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 30px;
	letter-spacing: 1px;
}

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

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

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

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

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

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

@media (min-width: 768px) {
	.navbar-custom.affix {
    	background-color: rgba(28, 21, 13, 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: #4281a4 !important;
}

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

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: #4281a4;
	}
	
	hr.footDivide {
  		padding: 0;
  		border: none;
  		border-top: solid 2px;
  		text-align: left;
  		width: 100%;
  		margin: 19px 0px 19px 0px;
	}

	hr.footDivide {
		border-color: #4281a4;
	}
	
	.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;
	margin-left: 0px;
	margin-right: 0px;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

ol.crumbNavChamp li.activePage a {
	color: #4281a4;
}

ol.crumbNavChamp li a {
	color: #15243B;
	text-decoration: none;
}

ol.crumbNavChamp li a:hover {
	color: #4281a4;
}

ol.crumbNavChamp > li + li:before {
	content: "/";
	padding: 0 10px;
	color: #15243B;
}

/*---------- 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: #15243B;
}

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

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

.dateText {
	border-right: 1px solid #15243B;
	border-bottom: 1px solid #15243B;
	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 #15243B;
	border-top: 1px solid #15243B;
	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: #15243B;
}

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

.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: #15243B;
}

#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;
}

.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 #302417;
}

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

.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: #4281a4;
}

@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 60px;
		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%;
  	}
  	.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: #4281a4;
	}

}

/*---------- 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: 'Playfair Display', Georgia, serif;
	color: #B2EEFA;
	margin: 20px 0px 45px 0px;
	letter-spacing: 0px;
	line-height: 48px;
}

h1.blogHeadHome {
	font-size: 36px;
	font-family: 'Playfair Display', Georgia, 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: #15243B;
}

span.blogOrg {
	font-size: 16px;
	font-family: 'Playfair Display', Georgia, serif;
	color: #15243B;
}

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: #15243B;
}

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: #15243B;
}

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

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

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

a.catLinkNew:hover {
	background-color: #4281a4;
	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;
	}
	
}

/*---------- 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: #e2b570;
	border-color: #e2b570;
}

.mobileCenter {
	text-align: center;
}

.mobileLeft {
	text-align: left;
}

.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(28, 21, 13, 1);
	box-shadow: 0 5px 5px rgba(0,0,0,.20);
	height: 61px;
}

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;
}

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

.marg-neg-t {
	margin-top: -45px;
}

.liteMargTop {
	margin-top: 52px;
}

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

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

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

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

.responseHeadPad {
	padding: 82px 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/beecherBG.jpg') no-repeat center top 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;
    background-color: #302417;
	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;
    background-color: #302417;
	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;
    background-color: #302417;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

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

.aptaBG {
    background: url('../images/bg/aptaBG.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;
    background-color: #302417;
	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;
    background-color: #302417;
	width: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    padding-top: 70%;
}

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

.nmBG {
    background: url('../images/bg/nmBG.jpg') no-repeat center center scroll;
    background-color: #302417;
	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%;
}

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

.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/cvBG2.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%;
}

.beecherBG {
    background: url('../images/bg/beecherBG.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/perspective.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: #4281a4;
		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;
}

}

@media (max-width: 1199px) {

header {
	padding-top: 61px;
}

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

.titlePad {
	padding: 60px 75px 60px 75px;
}
	
}


@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;
}

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

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

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

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

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

.navbar-custom {
    background-color: rgba(28, 21, 13, 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 #4281a4;
	border-right: none;
}

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

a.boxLink3 {
	border-right: none;
	border-bottom: 2px solid #4281a4;
}
	
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: #4281a4;
	display: block;
	margin: 0px auto;
}

p.companyName {
	text-align: center;
}

p.footAddress {
	text-align: center;
}

p.footPhone {
	text-align: center;
}

p.footFax {
	text-align: center;
}

.topNav {
	height: 41px;
}

.topNavList {
	display: block;
}

span.postBodyDate {
	text-align: center;
}

span.postBodyAuthor {
	text-align: center;
}


}

@media (max-width: 805px) {

.btn {
	width: 100%;	
}

.logo {
	position: fixed;
	top: 9px;
	left: 15px;
}

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: 42px;
	font-family: 'Playfair Display', Georgia, serif;
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	letter-spacing: -1px;
	line-height: 60px;
}

span.featureSub {
	color: #e2b570;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	line-height: 32px;
}

h1.featureHeadCV {
	font-size: 56px;
	font-family: 'Playfair Display', Georgia, 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: 60px 30px 60px 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;	
}

}

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

span.champ {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #302417;
	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: #302417;
}

.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: 14px;
	color: #302417;
}

.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;
}

ul.narrativeList {
	color: #555555;
	line-height: 30.6px;
}

.listBorderGray {
	border-bottom: 1px solid #d7d7d7;
}

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

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

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

h1.featureHeadChamp {
	font-size: 56px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 20px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 56px;
	font-weight: 800;
	text-transform: uppercase;
}

span.headLrg {
	display: block;
	font-size: 160px;
	margin-top: 35px;	
}

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

@media (max-width: 3000px) {

h1.featureHeadChamp {
	font-size: 128px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 60px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 156px;
	font-weight: 800;
	text-transform: uppercase;
}

span.headLrg {
	display: block;
	font-size: 365px;
	margin-top: 35px;	
}
	
}

@media (max-width: 1920px) {


h1.featureHeadChamp {
	font-size: 108px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 90px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 128px;
	font-weight: 800;
	text-transform: uppercase;
}

span.headLrg {
	display: block;
	font-size: 304px;
	margin-top: 35px;	
}
	
}

@media (max-width: 1600px) {

h1.featureHeadChamp {
	font-size: 84px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 120px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 96px;
	font-weight: 800;
	text-transform: uppercase;
}

span.headLrg {
	display: block;
	font-size: 240px;
	margin-top: 35px;	
}
	
}

@media (max-width: 1400px) {

h1.featureHeadChamp {
	font-size: 72px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 120px 0px 45px 0px;
	letter-spacing: -1px;
	line-height: 80px;
	font-weight: 800;
	text-transform: uppercase;
}

span.headLrg {
	display: block;
	font-size: 204px;
	margin-top: 35px;	
}
	
}

@media (max-width: 1199px) {

h1.featureHeadChamp {
	font-size: 36px !important;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0px 0px 0px 0px !important;
	letter-spacing: -1px;
	line-height: 48px;
	font-weight: 800;
	text-transform: uppercase;
}

span.headLrg {
	display: block;
	font-size: 102px;
	margin-top: 10px;	
}

h2.featureHeadDark {
	font-size: 30px;
	font-family: 'Playfair Display', Georgia, serif;
	color: #15243B;
	margin: 0px 0px 15px 0px;
	letter-spacing: -1px;
	line-height: 56px;
}

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

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

.mob-marg-b {
	margin-bottom: 8px;
}

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

@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;
}

}

@media (min-width: 1199px) {
  .row.equalH {
    display: flex;
    flex-wrap: wrap;
  }
  
  .flexCol {
	  display: flex;
  }
  
}
