@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700,800);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */  
body {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, .h1 {margin: 0 0 1em 0; line-height: 1.2; font-family: 'Raleway', sans-serif; font-size: 2.1em; border-bottom: 5px solid #000; padding-bottom: .5em; font-weight: bold;}
h2, .h2 {margin: 2em 0 .5em 0; line-height: 1.2; font-family: 'Raleway', sans-serif; font-size: 1.3em;font-weight: bold; }
h3, .h3 {margin: 1.5em 0 .25em 0; line-height: 1.2; font-family: 'Raleway', sans-serif; font-size: 1.1em;font-weight: bold; }
h4, .h4 {margin: 0 0 .25em 0; line-height: 1.2; font-family: 'Raleway', sans-serif; font-size: 1em; font-weight: bold;}
h5, .h5 {margin: 1.5em 0 0 0; line-height: 1.2; font-family: 'Raleway', sans-serif; font-size: 1em;}
h6, .h6 {margin: 0; line-height: 1.2; font-family: 'Raleway', sans-serif;}
p {margin: 0 0 1em 0;}

a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }

h2 a {
	text-decoration: none;
	color: inherit;
	display: block;
	border-top: 1px solid #000;
	margin: 0;
	padding: 1em 0;
}

h2 a[href="#"]:before {
	content: "+ "
}

h2 a[href="#"].active:before {
	content: "- "
}

h2.spaced {
	margin: 0;
}

h4 a {
	text-decoration: none;
}

h1 + h2 {
	margin-bottom: 2em;
	margin-top: 0;
}

.page-header + h1 {
    margin: 2em 0 .5em 0;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    border: none;
}

/*
a[href^=".pdf"]:after {
	content: " (pdf)";
	text-decoration: none;
	font-size: .8em;
}
*/

.liner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2% 0;
	position: relative;
}

/* Begin - Header */

.header {
	background-color: #000;
}

/* transparent header 
#home .header {
	background: rgba(0, 0, 0, .6);
}

#home .header .menuContainer {
	background: rgba(0, 0, 0, .75);
}
*/

.header .liner {
  /* padding: 1.25% 0; */
  padding: 1rem 0;
	max-width: 1400px;
}

.logo {
  /* width: 20%; */
  width: 175px;
	float: left;
}

.logo img {
	width: 100%;
	/* max-width: 269px;
	min-width: 200px;	 */
}

h1 + .headlineImg {
	margin-top: -2.1em;
	/* Keep the same size as the font-size multiplied by the font size for the h1 */
	width: 100%;
	margin-bottom: 1.5em;
}

.headlineImg + h2 {
	margin-top: 0 !important;
}

.juice ol li {
	margin-bottom: 1.3em;
}

.juice ol {
	padding: 0 0 0 24px;
}

/* End - Header */


/* Begin - Footer */

.footer {
	background-color: #000;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.footer .liner {
	padding: 1% 0;
	max-width: 1400px;
}

.footer .copyright {
	float: left;
	width: 30%;
}

/* End - Footer */


/* ==========================================================================
   Begin - Column Layouts
   ========================================================================== */

.sidebar {
	float: left;
	width: 25%;
}

.juice {
	float: right;
	width: 70%;
}

/* ==========================================================================
   End - Column Layouts
   ========================================================================== */

/* Begin - Callout List - This list is used for both listing board members and showinfg all the sections of the main landing pages */

.calloutList {
	margin: 2em 0;
}

.calloutList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.calloutList ul li {
	display: inline-block;
	width: 174px;
	margin: 0 2em 2em 0;
	vertical-align: top;
}

.calloutList h3 {
	border-top: 5px solid #000;
	padding-top: .5em;
	margin-top: 3.5em;
}

.calloutList .btn_primary {
	font-size: 1.1em;
}

.calloutList h4 {
	border-top: 5px solid #000;
	padding-top: .5em;
}

.calloutList h4 a {
	color: inherit;
}

.calloutList .calloutImg {
	max-height: 130px;
	overflow: hidden;
}

.calloutList .calloutImg img {
	width: 100%;
}

.calloutList ul li.group_heading {
    display: block;
    width: 100%;
}

.calloutList ul li.group_heading h2 {
    border-bottom: 1px solid;
    padding: 1em 0;
    margin: 0;
    cursor: pointer;
}

/* End - Callout List */


/* Begin - Stacked List ex: Contacts and Sitemap */

.stackedList ul {
    font-size: 0.85em;
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

.stackedList ul li {
    display: inline-block;
	margin-right: 5%;
	margin-bottom: 2%;
    width: 25%;
    vertical-align: top;
}

/* End - Contact List */


/* Begin - Photo Gallery */

.photoGallery {
	margin: 2em 0;
}

.photoGallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.photoGallery ul li {
	display: inline-block;
	width: 174px;
	margin-right: 2em;
	margin-bottom: 2em;
	vertical-align: top;
}

.photoGallery ul li img {
	max-width: 94%;
	height: auto;
	padding: 3%;
	border: 1px solid #ccc;
}

.photoGallery ul li a:hover img {
	opacity: .9;
}

/* End - Photo Gallery */


/* Begin - Teaser List - This list has a image to the left and a read more link to see additional content */

.teaserItem {	
	margin: 2em 0;
}

.teaserImg {
	float: left;
	width: 20%;
	min-width: 20%;
}

.teaserImg img {
	max-width: 100%;
	height: auto;
}

.teaserContent {
	float: right;
	width: 76%;
}

.teaserContent > h2:first-child {
	margin-top: 0;
}

/* End - Teaser List */


/* Begin - Default Form Styles */

.bfQuickMode input[type="text"], .bfQuickMode textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

.bfQuickMode span.bfElemWrap {
	padding-left: 0;
	padding-right: 0;
}

.bfQuickMode p.bfElemWrap {
	padding-left: 0;
	padding-right: 0;
}

.bfQuickMode .bfLabelTop label {
	font-size: .9em;
}

.bfQuickMode span input[type="text"] {
	margin: 0;
	width: 84%;
}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
	float: none;
}

.bfLabelTop select {
	font-size: .9em;
	padding: 2px 0;
}

.bfQuickMode .bfSubmitButton {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	padding: .5em 1em;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
	background: #000 url(../images/btn-glow.png) repeat-x 0 1.25em;
	border: 0;
}

.bfQuickMode .bfPageIntro {
	padding:0;
}

/* End - Default Form Styles */

/* Begin - Contact Form */

#ff_formdiv2 h2 + p {
	display: none;
}

#ff_formdiv2 + div {
	display: none !important; /* Hide BreezingForm text */
}

#ff_formdiv2 h2 {
	margin-top: .8em;
}

#ff_formdiv2 .bfQuickMode span.bfElemWrap {
	width: 25%;
}

#ff_elem99 {
	width: 73%;
	margin-bottom: 1em;
}

aside .bfClearfix {
    background-color: #f1f1f1;
    border-top: 2px solid #ccc;
    padding: 1em 1em 1.2em 1em;
    width: auto !important;
}

/* End - Contact Form */


/* Begin - Newsletter Form */

#ff_form1 .bfRequired {
	display: none;
}

#ff_form1.bfQuickMode p input[type="text"] {
	width: 140px;
	padding: 7px 3px;
	margin-bottom: 5px;
}

#ff_form1.bfQuickMode .bfPageIntro {
	padding: 0;
}

#ff_form1.bfQuickMode label {
	font-size: .9em;
	font-weight: bold;
}

#ff_form1.bfQuickMode p.bfElemWrap {
	display: inline-block;
	padding: 0;
	vertical-align: bottom;
	width: 152px;
	
}

#ff_form1.bfQuickMode .bfSubmitButton {
	display: inline-block;
	margin: 5px 0 5px 0;
	font-size: .9em;
	float: none;
}

#ff_form1.bfQuickMode section.bfElemWrap {
	padding-left: 0;
}

#ff_formdiv1 + div {
	display: none !important;
}

.ctct-inline-form {
  background-color: #f1f1f1;
  border-top: 2px solid #ccc;
  padding: 1em 1em 1.2em 1em;
  width: auto !important;
}

body .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent;
  padding: 0;
}

body div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  margin-left: 14px;
  margin-bottom: 6px;
  font-size: 14px;
}

body div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-size: 16px;
  line-height: 1.2;
}

body div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  font-size: 14px;
  line-height: 1.3;
}

body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  border: 1px solid #ccc;
  font-size: 11px;
  box-sizing: border-box;
  padding: 8px;
  height: auto;
}

body div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin-bottom: 12px;
}

body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  color: #fff;
  background: #000 url(https://samaritanvillage.org/templates/samvill/images/btn-glow.png) repeat-x 0 1.25em;
  font-size: .875em;
  padding: .75em 1em;
  border: 0;
  font-family: 'Raleway', sans-serif;
  border-radius: 0;
}

body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover,
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:active {
  background-color: #111;
  border: 0;
}

/* End - Newsletter Form */

/* Begin - In the News */
#inthenews_nav a {
	text-decoration: none;
}

#inthenews_nav a {
	padding: .75em;
	margin-bottom: 5px;
	display: block;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}

#inthenews_nav a:hover,
#inthenews_nav a.active {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.accordion-triangle {
	float: right;
	position: relative;
	margin-top: .5em;
}

#in-the-news .group_heading .accordion-triangle {
	width: 0; 
	height: 0; 
	
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid #000;
	display: inline-block;
}

#in-the-news .group_heading.open .accordion-triangle {
	width: 0; 
	height: 0; 
	border: none;
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid #000;
	display: inline-block;
}

#in-the-news .grid.nav.menu .open {
	display: inline-block !important;
}

#in-the-news .grid.nav.menu li {
	display: none;
}

/* End - In the News */

/* Begin - Home Page */

/* #home .footer {
	position: fixed;
	bottom: 0;
	width: 100%;
} */

#home {
	background-color: black;
}

#home .liner {
	max-width: 1400px;
}

#home .nav.menu {
	margin-left: -2%;
}

.homepageSlideshow {
  height: calc(100vh - 150px);
}

.homepageSlideshow .liner {
  height: 100%;
}

.slideshowCaption {
	width: 40%;
	float: right;
	margin: 1% 0 0 0;
	text-align: center;
	padding-bottom: 4em;
}

.lt-ie9 .slideshowCaption h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5em;
}

.slideshowCaptionText h1 {
	font-weight: 700;
	border: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	font-size: 6em;
	/*font-size: 3.25em;*/
	line-height: 1;
	margin: 0;
	padding:0;
	margin-bottom: .25em;
}

.slideshowCaptionText h2 {
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: .5em;
}

.slideshowCaptionText p {
	color: #fff;
	line-height: 1.5em;
	font-size: 1.25em;
}

.slideshowCaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideshowCaption ul li {
    display: inline-block;
	margin: 3% 2% 0 2%;
}

.slideshowCaption ul li a {
	font-size: 1.5em;
	white-space: nowrap;
	
	font-family: 'Raleway', sans-serif;
	color: #fff;
	padding: .5em 1em;
	display: inline-block;
	text-decoration: none;
	background: #00aed8 url(../images/btn-glow.png) repeat-x 0 1.25em;
}

.slideshowCaption ul li a:hover {
    opacity: .9;
}

.slideshowCaption ul li:first-child a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	padding: .5em 1em;
	display: inline-block;
	text-decoration: none;
	background: #cf0360 url(../images/btn-glow.png) repeat-x 0 1.25em;
}

.slideshowCaption ul li:nth-child(3) a {
	background-color: #f05023;
}

.slideshowCaption ul li:nth-child(4) a {
	background-color: rgb(143, 199, 62);
}

.latestNews {
  background: #222;
  color: #fff;
  border-top: 5px solid #fff;
}

.latestNews-heading {
  /* margin-top: 2rem; */
  /* font-size: 2rem; */
  margin: 2em 0 .5em 0;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  font-size: 2.3em;
  font-weight: bold;
}

.newsList {
  display: flex;
}

.newsItem {
  margin-left: 2rem;
  margin-bottom: 1rem;
  flex-basis: 33.33%;
}

.newsItem:first-of-type {
  margin-left: 0;
}

.newsItem h3 {
  /* margin-bottom: .5rem; */
  /* min-height: 46px;  // in case need to enforce alignment on two lines */
  margin: 1.5em 0 1em 0;
  /* line-height: 2.2; */
  font-size: 1.4em;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.newsItem img {
  margin-bottom: 1rem;
  width: 100%;
}

.newsItem a {
  color: #e05c35;
}

/* End - Home Page */


/* Begin - Careers */

.jobActions {
	margin-top: 2em;
}

/* End - Careers */


/* ==========================================================================
   Begin - Various Buttons
   ========================================================================== */

.btn_primary {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	padding: .5em 1em;
	display: inline-block;
	text-decoration: none;
	background: #cf0360 url(../images/btn-glow.png) repeat-x 0 1.25em;
	font-size: 1.3em;
}

.btn_primary:hover {
	opacity: .9;
}

.btnSecondary {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	padding: .5em 1em;
	display: inline-block;
	text-decoration: none;
	background: #00aed8 url(../images/btn-glow.png) repeat-x 0 1.25em;
	font-size: 1.3em;
}

.btnSecondary:hover {
	opacity: .9;
}

.btnTertiary {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	padding: .5em 1em;
	display: inline-block;
	text-decoration: none;
	background: #000 url(../images/btn-glow.png) repeat-x 0 1.25em;
	border: 0;
}

.btnTertiary:hover {
	opacity: .9;
}

.btnTertiary + .btnTertiary {
	margin-left: 10px;
	margin-bottom: 10px
}

.btnTertiary + .addthis_toolbox {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.addthis_button_email.btnTertiary {
	padding: .5em 1em !important;
	line-height: 1.4;
}

.addthis_button_email.btnTertiary span {
    display: none;
}

#careers .addthis_toolbox {
	display: inline-block;
	vertical-align: top;
}
 
   
/* ==========================================================================
   End - Various Buttons
   ========================================================================== */


/* ==========================================================================
   Begin - Various Navigations
   ========================================================================== */

/* Begin - Main Navigation */

.navPrimary {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
  /* width: 80%; */
  width: calc(100vw - 260px);
  max-width: calc(1400px - 260px);
  /* float: left; */
  float: right;
  /* margin-top: 6%; */
  margin-top: 50px;
}

.navPrimary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.navPrimary ul li {
  /* display: inline; */
  display: inline-block;
	margin-left: 1.5em;
}

.navPrimary ul li a {
	color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.navPrimary ul li a:hover {
	color: #ccc;
}

.btnMenu {
    color: #FFFFFF;
    display: none;
    text-decoration: none;
    position: absolute;
    right: 10%;
    top: 30px;
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
}

/* End - Main Navigation */

/* Begin - Utility Navigation */

.navUtilities {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
  padding-top: 1rem;
  box-sizing: border-box;
  padding-left: 100px;
}

.navUtilities ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.navUtilities ul li {
	display: inline-block;
	margin-left: 1.2em;
}

.navUtilities ul li a {
	color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.navUtilities ul li.active a, 
.navUtilities ul li.active a:hover
 {
	color: #a84ad9;
}

.navUtilities ul li a:hover,
.navUtilities ul li a.icon:hover::before {
	/*color: #ccc;*/
	color: #a84ad9;
}

.navUtilities a.icon {
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  overflow: hidden;
  color: #000 !important;
  position: relative;
}

.navUtilities a.icon::before {
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.navUtilities .icon-facebook:before {
  content: "\f09a";
}

.navUtilities .icon-instagram:before {
  content: "\f16d";
}

.navUtilities .icon-linkedin:before {
  content: "\f0e1";
}

.navUtilities .icon-twitter:before {
  content: "\f099";
}

.navUtilities .icon-youtube:before {
  content: "\f167";
}

/* End - Utility Navigation */

/* Begin - Landing Navigation */

.landing {
    display: none;
} 

.level1 .landing {
    display: block;
}
	
.calloutContent p {
    font-size: .8em;
}

/* End - Utility Navigation */


/* Begin - Footer Navigation */

.navSecondary {
	font-family: 'Raleway', sans-serif;
	float: right;
	width: 70%;
	text-align: right;
}

.navSecondary ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.navSecondary ul li {
	display: inline;
	margin-left: 1.6em;
}

.navSecondary ul > li:first-child {
	margin-left: 0;
}

.navSecondary ul li a {
	color: #fff;
	text-decoration: none;
}

.navSecondary ul li.active a, .navSecondary ul li.active a:hover {
	color: #a84ad9;
}

.navSecondary ul li a:hover {
	/*color: #ccc;*/
	color: #a84ad9;
}

/* End - Footer Navigation */

.sidebar .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	padding: 0; 
}

.sidebar .nav li {
	margin-bottom: .75em;
}

.sidebar .nav li.active {
	font-weight: bold;
}

.sidebar .nav li a {
	text-decoration: none;
	color: #000;
}

.sidebar .nav li ul {
	padding: 0 0 0 2px;
	list-style: none;
}

.sidebar .nav li ul li {
	font-weight: normal;
    position: relative;
    padding-left: 18px;
}

.sidebar .nav li ul li span {
	width: 4px;
	height: 10px;
	border: 1px solid black;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}

.sidebar .nav li ul li.active {
	font-weight: bold;
}

.sidebar .nav li ul li.active span {
	background-color: black;
}


/* ==========================================================================
   End - Various Navigations
   ========================================================================== */

.block {
	border-top: 1px solid #ccc;
	padding: 1em 1em 1.2em 1em;
}

.sidebar > .block:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.newsletter {
	background-color: #f1f1f1;
	border-top-width: 2px;
}

#self-assessment h1 + h2 {
	margin-bottom: .5em;
}

.assessmentQuiz {
	margin: 1.5em 0;
}

.assessmentQuiz label {
	margin-top: .5em;
	display: inline-block;
}

.assessmentQuiz label + label {
	margin-left: 10px;
}

#self-assessment .result {
	margin: 1.5em 0;
}

/* Begin - Navigation image fix (ex hide unwanted image in Careers menu items on About Good page) */
.sidebar .nav.menu img,
.landing.nav.menu img,
#sitemap .nav.menu img  {
  display: none;
}
/* End - Navigation image fix */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1250px) {
	
	/*.slideshowCaptionText {
		font-size: .85em;
	}*/
	
}

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

	.header {
		font-size: .7em;
	}
	
	#ff_formdiv2 .bfQuickMode span.bfElemWrap {
		width: 100%;
	}
	
	#ff_elem99 {
		width: 90%;
	}
	
	 .stackedList ul li {
	    width: 40%;
    }

    .slideshowCaptionText {
		font-size: .75em;
	}
	
}


@media only screen and (max-width: 840px) {
	.slideshowCaptionText {
		font-size: .75em;
	}
  
  /* Homepage News List */  
  .newsItem {
    margin-left: 1rem;
  }
  /* end Homepage News List */
}

@media only screen and (max-width: 35em) {
  .navUtilities {
    padding-top: 0;
  }

	.homepageSlideshow {
    height: calc(100vh - 100px);
  }
	.slideshowCaption {
    /* position: fixed; */
    position: absolute;
		bottom: 14%;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: .75em;
		background: #ccc;
		background: rgba(0,0,0, 0.3);
		padding-top: 4em;
	}

	.slideshowCaptionText {
		padding-right: 1em;
		padding-left: 1em;
	}

	.slideshowCaptionText p {
		font-size: 14px;
	}	
	
	.slideshowCaption ul li {
		min-width: 30%;
  }

  /* Homepage News List */
  .newsList {
    flex-direction: column;
  }
  
  .newsItem {
    margin-left: 0;
  }
  /* end Homepage News List */
	
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.block._menu {
		display: none;
	}
	
	.juice {
		width: 100%;
		float: none;
	}
	
	.calloutList ul.landing li {
		display: block;
		width: 100%;
	}
	
	/*landing .calloutContent h4 + * {
		 Just show the heading with the border 
		 display: none;
	}*/

	.calloutList ul li ul li h4 {
		border: none !important;
		margin-left: 25px !important;
		padding-top: 0 !important;
	}

	.calloutList ul li ul li {
		position: relative;
	}

	.calloutList ul li ul li h4::before {
		content: '';
		width: 4px ;
		height: 10px;
		border: 1px solid red;
		display: inline-block;
		position: absolute;
		left: 10px;
		bottom: 2px;
	}

	.landing .calloutContent h4 {
		margin: 0 2em 2em 0;
	}
	
	.calloutList ul.grid li {
    	width: 40%;
    	display: inline-block;
	}
	
	.calloutList ul.grid li img {
    	width: 100%;
    	height: auto;
	}

    .calloutList ul li.group_heading {
        display: block;
        width: 100%;
    }
    
    .calloutList ul li.group_heading h2 {
        border-bottom: 1px solid;
        padding: 1em 0;
        margin: 0;
    }
	
	.footer {
		font-size: .8em;
	}
	
	.footer .copyright {
		float: none;
		width: 100%;
		margin-bottom: .25em;
	}
	
	.navSecondary {
		float: none;
		text-align: left;
		width: 100%;
	}
	
	.menuContainer {
		clear: left;
		display: none;
	}
	
	.btnMenu {
		display: block;
	}
	
	.header .liner {
		padding-bottom: 0;
		width: 100%;
	}
	
	.logo {
		/* margin-left: 2.5%;
    margin-bottom: 1.5%; */
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 100px;
	}
	
	.logo img {
		/* min-width: 100px; */
	}
	
	.header {
		position: relative;
		z-index: 2;
	}
	
	.navPrimary {
		float: none;
		width: 100%;
		clear: left;
    /* padding-top: 2%; */
    padding-top: 0;
		margin: 0;
	}
	
	.navUtilities {
		position: static;
    font-size: 1.4em;
    padding-left: 0;
	}
	
	.navPrimary ul, .navUtilities ul {
		text-align: left;
	}
	
	.navPrimary ul li:first-child {
		border-top: 1px solid #555;
	}
	
	.navPrimary ul li, .navUtilities ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #555;
    /* padding-left: 2.5% */
    padding-left: 1rem;
	}
	
	.navPrimary ul li a, .navUtilities ul li a {
		display: block;
    /* padding: 5% 0; */
    padding: 1rem 0;
	}
	
	.landing, .grid {
        display: block;
    }
    
    .landing a, .grid h4 {
        display: block;
    }
    
    .photoGallery ul li {
        margin-right: 0;
        margin-bottom: 1em;
        width: auto;
    }
    
    .photoGallery ul li a {
        pointer-events: none;
    }
    
    .stackedList ul li {
	    width: 100%;
	    display: block;
	    margin-bottom: 2.5em;
    }
    
    
    	
}

@media only screen and (min-width: 561px) {
  .menuContainer {
    display: block !important;
  }
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
