/****COLORS
LT Green #bbd7cf
DK Green #4f917c
Gold #8e6c3f
****/


body { font-family: 'Lato', arial, sans-serif; font-size: 16px; line-height: 1.4; color: #484848; }

a { color: #4f917c; text-decoration: none; }
a:hover { color: #666; text-decoration: none; }
a:focus { outline:none; }
a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }

.link-animate { -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }

h1,h2,h3,h4 { font-family: 'Lato', arial, sans-serif; }
h1 { font-size: 36px; line-height: 1.1; font-weight: 300; margin: 0 0 28px 0; }
h2 { font-size: 26px; line-height: 1.1; font-weight: 300; padding: 0;  margin: 0 0 16px 0; text-transform: uppercase; }
h3 { font-size: 22px; line-height: 1.2; font-weight: 600; margin: 0 0 14px 0; }
h4 { font-size: 18px; line-height: 22px; font-weight: 400; margin: 0 0 10px 0; padding: 0; }
h3 sup { font-weight: 400; }

.short-headline { border-bottom: 1px solid #ccc; margin:0 0 24px 0; padding-bottom: 8px; line-height:normal; }
.short-headline span { border-bottom: 2px solid #bbd7cf; padding-bottom: 8px; }


/****GLOBAL STYLES****/

p { margin-bottom: 26px; }
.lgtxt { font-size: 20px; line-height: 30px; }
.smtxt { font-size: 12px; }
.bold { font-weight: 800; }
.italic { font-style: italic; }

sup { font-size: 50%; top: -.8em; }
p sup { font-size: 60%; top: -.5em; }

ul { margin-bottom: 20px; }
#interior ul li { margin-bottom: 12px; }
ol li { margin-bottom: 20px; }
ul.two-col { margin: 0; padding: 0; list-style-type: none; }
ul.two-col li { float: left; width: 50%; margin: 2px 0;}

hr { margin: 32px 0; border: 0; border-top: 1px solid #98c0b4; border-bottom: 0; }
hr.bigspace { margin: 32px 0; }

.glow { box-shadow: 0 0 5px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5); }
img.frame { padding: 5px; background-color: #f8f8f8; box-shadow: 0 0 4px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5); }
.drop-shadow {-webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black;  box-shadow: 0 8px 6px -6px black; }
.img-center .img-responsive { margin: 0 auto; }
.img-right { float: right; margin: 0 0 14px 20px; }
.img-left { float: left; margin: 0 20px 14px 0; }

.newsBody img { display: block;  max-width: 100%; height: auto; }
.center-img img { margin: 0 auto; }

.col { float: left; }
.no-padding { padding: 0; }

.mar-top-20 { margin-top: 20px; }
.mar-top-30 { margin-top: 30px; }
.mar-top-40 { margin-top: 40px; }
.mar-top-50 { margin-top: 50px; }
.mar-top-60 { margin-top: 60px; }
.mar-bot-20 { margin-bottom: 20px; }
.mar-bot-30 { margin-bottom: 30px; }
.mar-bot-40 { margin-bottom: 40px; }
.pad-top-30 { padding-top: 30px; }
.pad-top-50 { padding-top: 50px; }
.pad-top-60 { padding-top: 60px; }
.pad-tb-40 { padding: 40px 0; }


.send-page { font-size: 12px; text-align: right; }
.send-page::before { content: "\f003"; font-family: FontAwesome; color: #4f917c; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; padding-right: 4px; }

/***BUTTONS***/

.btn { border-radius: 0; }
.btn-brn { background-color: #8e6c3f; color: #fff; -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15); -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15); box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15); }
.btn-brn:hover { background-color: #be9f76; color: #fff; }
.btn-tall { font-size: 18px; font-weight: 600; padding: 14px 12px; }
.btn-grn-ol { border: 2px solid #4f917c; font-size: 18px; font-weight: 600; padding: 7px 12px; }
.btn-grn-ol-sm { border: 2px solid #4f917c; font-size: 15px; font-weight: 600; padding: 4px 8px; }
.btn i { font-size: 110%; padding-left: 8px; }

/***IFRAME EMBED***/
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; margin-bottom: 24px; height: 0; overflow: hidden; }
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/***EFFECTS***/

.bot-shadow { position: relative; }
.bot-shadow:before, .bot-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.bot-shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/***FIX FOR IE10***/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/***HEADER***/

header { border-top: 6px solid #bbd7cf; border-bottom: 6px solid #4f917c; overflow: hidden; }
.logo { padding: 22px 0 0 0; }

#top-nav-container { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 0 14px; margin-top: 32px; }
.top-nav { margin: 16px 0 0 0; padding: 0; list-style-type: none; }
.top-nav li { display: inline; margin: 0 8px; }
.top-nav li a { color: #000; font-size: 14px; text-transform: uppercase; }
.top-nav li i { padding-right: 3px; }
.top-nav li.menuItemHighlight a { color: #999; }

#custom-search-input { padding: 1px; border: solid 1px #8e6c3f; border-radius: 0; background-color: #fff; }
#custom-search-input input { border: 0; box-shadow: none; }
#custom-search-input button { margin: 2px 0 0 0; background: none; box-shadow: none; border: 0; color: #666666; padding: 0 8px 0 0; border-left: solid 1px #ccc; }
#custom-search-input button:hover { border: 0; box-shadow: none; border-left: solid 1px #ccc; }
#custom-search-input .glyphicon-search { font-size: 14px; }

.navbar { margin: 0; padding: 22px 0; background: #fff; border: 0; border-radius: 0; min-height: 1px; }
.navbar-default { border: 0; border-color: transparent; }
.navbar-collapse { padding: 0; }
.nav { padding-top: 0; margin-bottom: 0px !important; }
.navbar-nav { margin: 0 auto; display: table; table-layout: fixed; float:none; }
.navbar .nav > li { text-transform: uppercase; border-right: 1px solid #ccc; }
.navbar .nav > li:last-child { border: 0; }
.navbar .nav > li > a { font-size: 16px; font-weight: 600; color: #8e6c3f; line-height: 21px; padding: 0 40px; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; text-shadow: none;  }
.navbar .nav > li:first-child a { padding-left: 0; border: 0; }
.navbar .nav > li:last-child a { padding-right: 0; border: 0; }
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover { color: #000; }
.navbar .nav > li.menuItemHighlight a { color: #666; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus { background-color: #fff !important; border-color: none; }
.navbar .nav .dropdown-menu { margin-top: 21px; padding: 0; }
.dropdown-menu > li > a { font-size: 14px; padding: 10px 20px; color: #333; white-space: normal; border-bottom: 1px solid #ccc; }

.dropdown-submenu { position: relative;}
.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: 0px !important; margin-left: -1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.dropdown-submenu:hover>.dropdown-menu { display: block; }
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0;  height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff; }

#mobile-header { display: none; }

/***HOME***/

#hm-hero { width: 100%; height: 500px; background: no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.wht-overlay { width: 450px; margin: 0 auto; margin-top: 100px; padding: 24px; background-color: #fff; background: rgba(255,255,255,.85); }
.wht-overlay .hs-title { font-size: 44px; line-height: 1.1; font-weight: 300; color: #1a6b55; }
.wht-overlay .hs-title sup { font-size: 60%; top: -.7em; }
.wht-overlay .hs-text { font-size: 16px; color: #000; }
.wht-overlay hr { margin: 14px 0; border: 0; border-top: 1px solid #ccc; border-bottom: 0; }

.pa-dropmenu { margin-top: 22px; }
.pa-dropmenu .btn { font-size: 24px; width: 340px; padding: 12px 22px; }
.pa-dropmenu .btn i { font-size: 20px; }
.pa-dropmenu .dropdown-menu { max-width: 340px; margin: 0; padding: 0; border-radius: 0; background-color: #fff1dd; }
.pa-dropmenu .dropdown-menu > li { }
.pa-dropmenu .dropdown-menu > li > a { padding: 8px 20px; font-size: 17px; line-height: 1.42857143; color: #196b55; white-space: normal; border-bottom: 1px solid #ccc; }

#hm-intro h1 { margin-bottom: 8px; }
#hm-intro h3 { margin-bottom: 28px; }

.groups-item { background-color: #f4f4f4; border: 2px solid #f4f4f4; height: 125px; margin-bottom: 32px; padding: 20px 50px; }
.groups-item:hover { border: 2px solid #4f917c; }
.groups-title { font-size: 24px; line-height: 1; color: #4f917c; margin-bottom: 14px; }

/****INTERIOR*****/

#int-header { width: 100%; height: 200px; background: no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

#interior { margin: 44px 0 60px 0; min-height: 500px; }
#interior h1 { color: #4f917c; text-transform: uppercase; }

.sidenav { margin: 52px 0 0 0; padding: 20px 0px; list-style-type: none; border-top: 1px solid #ccc; }
.sidenav li { margin: 10px 0; padding: 0 18px; position: relative; }
.sidenav li a { font-size: 15px; }
.sidenav li ul { margin: 0 0 22px 8px; padding: 0; list-style-type: none; }
.sidenav li ul li { padding: 0; }
.sidenav li ul li a { color: #484848; font-size: 14px; }
.sidenav li ul li.menuItemHighlight a { color: #000; }
.sidenav li ul li a:hover { color: #666; }
.sidenav li ul li a::before { content: "" !important; }
.sidenav li.menuItemHighlight a { color: #484848; }
.sidenav li.menuItemHighlight a::before { content: "\f137"; font-family: FontAwesome; color: #4f917c; font-weight: normal; font-style: normal; position: absolute; top: 1px; left: 0; text-decoration: inherit; padding-right: 0; }

.career-item { border-bottom: 1px solid #ccc; margin-bottom: 24px; }

/***TABS***/
.contact-tabs { margin-top: 22px; }
.tab-content { margin-top: 14px; }
.noborder th, .noborder td { border-top: none !important; }

/***ABOUT***/

.services-box { background-color: #f6f6f6; border: 1px solid #ccc; height: 170px; padding: 24px 14px; text-align: center; line-height: 1.1; }
.services-box:hover { border: 1px solid #4f917c; }
.services-box .fa { display: block; color: #4f917c; margin: 0 auto; margin-bottom: 12px; padding: 0; font-size: 38px; background-color: #fff; border: 2px solid #4f917c; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;  width: 75px; height: 75px; line-height: 70px; vertical-align: 0; }

/***NEWS//MEDIA***/

.recent-news-listers { margin: 12px 0; }
.recent-news-listers .col-sm-6 { margin-bottom: 30px; }
.article-title { font-size: 16px; line-height: 1.2; font-weight: 600; }
.view-all { font-size: 13px; }
.view-all::after { content: "\f138"; font-family: FontAwesome; color: #4f917c; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; padding-left: 4px; }


.news-lister { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed #ccc; }
.news-lister .article-title { font-size: 18px; line-height: 1.2; margin-bottom: 4px; }
.news-lister .pub-date { font-size: 13px; margin-bottom: 8px; color: #666; }
.news-lister p { margin-bottom: 0; }

.news-pagination { border-right: 1px solid #ccc; margin-bottom: 24px; text-align: right; }
.news-pagination .prevnextWindow, .news-pagination .prevnextCurrent, .news-pagination .page-arrows { display: inline-block; font-size: 12px; padding: 6px 12px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }

.event-container { margin: 0 0 22px 0; }
.date-block { float: left; display: block; border: 3px solid #ccc; padding: 7px 14px; font-size: 24px; line-height: 1; font-weight: 600; text-align: center; margin: 0 14px 14px 0; }
.date-block span { font-size: 13px; display: block; text-transform:uppercase; font-weight:300; }
.event-container a { font-size: 16px; line-height: 1.2; font-weight: 600; }


/***PROFESSIONALS***/

#prof-lister .navbar-nav { margin: 0; display: block; table-layout: none; }
#prof-lister .col-sm-4 { height: 300px; }
#prof-lister .col-sm-4 img { max-height: 220px; }
#prof-lister ul li { margin: 0; border-bottom: 0; }
.staff-title { margin: 4px 0; } 
.staff-email { font-size: 13px; }
.staff-phone { font-size: 13px; }

.tab-pane { margin-top: 24px; }

.prof-name { font-size: 22px; }
.prof-title { font-size: 18px; margin-bottom: 22px; }
.prof-meta { margin: 4px 0; }
.prof-meta i { margin-right: 2px; }

/***SEARCH***/
.search-item { margin-bottom: 14px; }
.searchModule .searchModuleMore { display: block; float: right; }

/***FOOTER***/

#pc-book { width: 100%; height: 250px; background: no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#pc-book h1, #pc-book h3 { color: #1a6b55; }
#pc-subscribe { width: 100%; background-color: #4f917c; padding: 32px 0; color: #fff; font-size: 18px; }
#pc-subscribe .title { font-size: 32px; line-height: 1; font-weight: 400; }
#pc-subscribe .title a { color: #fff; }

#footer { background-color: #bbd7cf; padding: 32px 0; }
.sub-icon .fa { float: right; background-color: #fff; color: #4f917c; display: block; height: 50px; width: 50px; text-align: center; font-size: 24px; line-height: 50px; }

ul.social { margin: 0; padding: 0; list-style-type: none; }
ul.social li { display: inline-block; text-align: center; }
ul.social li a { display: block; color: #4f917c; font-size: 24px; line-height: 38px; width: 40px; height: 40px; text-decoration: none; background-color: #fff; border: 1px solid #4f917c; }
ul.social li a:hover { background-color: #4f917c; color: #fff; }

ul.footer-nav { margin: 0 0 22px 0; padding: 0; list-style-type: none; }
ul.footer-nav li { display: inline-block; font-weight: 400; }
ul.footer-nav li+li:before { content: "|"; padding: 0 8px; }

.copyright { font-size: 13px; }
.disclaimer { margin-top: 22px; font-size: 12px; }

/* newsletter */
table#lanereport ol li ul li {margin: 0; padding: 0;}



/*****BEGIN MEDIA QUERIES*****/


@media only screen and (max-width: 1200px) {

.top-nav li a { font-size: 13px; }

.groups-item { height: 160px; }

}
 

@media only screen and (max-width: 991px) {

.btn-tall { font-size: 16px; font-weight: 600; padding: 10px 12px; }

header .container, .navbar .container { width: 94%; }
#top-nav-container { padding: 0 4px; }
.top-nav li { margin: 0 4px; }
.top-nav li i { display: none; padding: 0; } 
#custom-search-input { width: 140px; }
.navbar .nav > li > a { padding: 0 12px; }

.groups-item { height: 180px; }

#pc-book { width: 100%; height: 250px; }
#pc-book h1 { font-size: 30px; margin-bottom: 12px; }

}


@media only screen and (max-width: 767px) {

body { padding-right: 0; padding-left: 0; font-size: 14px; line-height: 20px; }
.container { width: 90%; margin: 0 auto; padding: 0; }
.pull-left, .pull-right { display: block; float: none !important; margin-bottom: 0px; }

header { border-top: 6px solid #bbd7cf; border-bottom: 0; }
.logo { padding: 18px 0 18px 18px; }

.navbar { padding: 0; min-height: 0; }

#mobile-header { position: absolute; display: block; top: 30px; right: 32px; width: 40px; padding: 4px; font-size: 30px; text-align: center; z-index: 99; }
#mobile-header a { display: block; }
#mobile-header a i { background-color: #bbd7cf; color: #fff; padding: 8px 14px; }
#mobile-header a:hover i { background-color: #4f917c; color: #fff; }
.navbar-toggle { border: 0; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ccc; }

#hm-hero { height: 380px; }
.wht-overlay { width: 100%; margin-top: 30px; padding: 24px; }
.wht-overlay .hs-title { font-size: 34px; line-height: 1.1; }
.wht-overlay .hs-text { font-size: 16px; }
.wht-overlay hr { margin: 14px 0; }

.groups-item { height: auto; }

#pc-book { width: 100%; height: auto; padding-bottom: 22px; }
#pc-book .col-sm-9 { padding-bottom: 30px; }

#footer .text-right { text-align: center; }
#footer .two-col li { text-align: center; }
ul.social { margin: 30px 0 0 0; }

}


@media only screen and (max-width: 480px) {

.logo { padding: 18px 0 18px 14px; }
#mobile-header { top: 26px; right: 32px; width: 24px; padding: 4px; font-size: 24px; }
#mobile-header a i { padding: 8px 14px; }

#hm-hero { height: 300px; }
#hm-groups { margin-top: 40px; }

.pa-dropmenu .btn { width: 300px; }
.pa-dropmenu .dropdown-menu { max-width: 300px; }

#interior .col-sm-3 { background-color: #f8f8f8; }
.sidenav li { text-align: center; }

}


@media only screen and (max-width: 360px) {

#mobile-header { top: 22px; }


.pa-dropmenu .btn { font-size: 22px; width: 280px; }
.pa-dropmenu .btn i { font-size: 18px; }
.pa-dropmenu .dropdown-menu { max-width: 280px; }

}

@media only screen and (max-width: 320px) {

#hm-hero { height: 400px; }

}

/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */