<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *	Stylesheet for Park Maitland School
 *
 *	Author: JS &amp; JZ
 *
 *  GREEN: #6EAB47 / RGB 110 171 71
 *  PURPLE: #39266A / RGB 57 38 106
 *  LIGHT-GREEN (NEWS ON HOMEPAGE): #6EAB47
 *  LIGHT BLUE (LINKS): #16A0DB / RGB 22,160,219;
 *
 */

/* Muli font */

body,
#slideshow_content h3,
#open_house_content p,
h1, h2, h3, h4, h5, h6,
#home_calendar_events li div.home-cal-info span:first-of-type,
#popup_title,
#home_calendar_events li div.home-cal-date,
#home_calendar_events li div.home-cal-date span:first-of-type,
#home_calendar_events li div.home-cal-date span:last-of-type,
span.head1,
.teacher-page .class-info h1,
.teacher-page .class-info h2,
.teacher-page .class-info h3,
.teacher-page .class-info h4,
.teacher-page article section div.teach-sec h1,
.teacher-page article section div.teach-sec h2,
.teacher-page article section div.teach-sec h3,
.teacher-page article section div.teach-sec h4,
.teacher-page article section div.teach-sec h5,
.teacher-page article section div.teach-sec h6  {
    font-family: 'Muli', 'Roboto', Verdana, Helvetica, sans-serif;
	}
#home_calendar_events li div.home-cal-date span:last-of-type {
  font-weight:700;
  font-size:2rem;
}
#school_details li i,
#school_details li span.dashicons,
#school_details li h4 {
	color:#39266A;
  font-weight:bold;
}

#school_details li a,
#contact_form_info li a {
    color: #16A0DB;
}

/** Header */
#header {
	background: #fff;
	border-bottom: 9px solid #39266A;
}


/** Main Nav */
#main_nav a {
	color: #39266A;
}
#main_nav a:hover {
  color:#6EAB47;
}
#main_nav ul.menu {
	background: #fff;
}


#main_nav ul.menu li ul.children,
#main_nav ul.menu li ul.sub-menu {
    background: #39266A;
}
#back_to_top a,
#nobel_quick_links ul li a,
#main_nav ul#nobel_contact_link li a {
	background: #6EAB47;
}
#main_nav ul.menu li.current_page_item &gt; a,
#main_nav ul.menu li.current_page_ancestor &gt; a,
#main_nav ul.menu li.current_page_parent &gt; a {
	color: #6EAB47;
}

#main_nav ul.children li.current_page_item &gt; a {
  background-color:#6EAB47;
  color:#fff;
}

#main_nav ul#nobel_contact_link li a {
  background: #6EAB47;
}
#main_nav ul ul li a {
  color:#fff;
}
#menu_toggle {
	float: left;
}
#menu_toggle ul li {
  color:#39266A;
}
#menu_toggle ul li span {
  background-color:#39266A;
}
/* Search Form */
#navbar_search_form.nobel-nav-link {
	float: left;
}
#navbar_search_toggle {
	padding: 1.5em 0em;
}
#navbar_search_toggle i {
	font-size: 1.6em;
	border-bottom: none;
	color: #39266A;
}
#navbar_search_form form {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(57,38,106, 1.0);
	padding: 1em;
}
#navbar_search_form form div {
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
}
#navbar_search_form form div input#s {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 20em;
	padding-right: 3.2em !important;
	background: none;
	border: 0;
	margin: 0 0 0 0;
	font-size: 1em;
}
#navbar_search_form form div button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #39266A;
}
#navbar_search_form form div button[type="submit"] i {
	padding: 0 0.8em;
}

#nobel_quick_links.sagemont {
	height: 50px;
}
#nobel_quick_links.sagemont ul li {
	float: left;
	width: 37%;
}
#nobel_quick_links.sagemont ul li a div {
	width: 80%;
	min-width: 80px;
	max-width: 100px;
	margin: auto;
}
#nobel_quick_links.sagemont ul li i {
	float: left;
	width: 15%;
	font-size: 1.6em;
	padding-top: 0.15em;
}
#nobel_quick_links.sagemont ul li span {
	float: right;
	width: 85%;
	padding: 0 0 0 0;
}
#nobel_quick_links.sagemont ul li:nth-of-type(3) {
	float: right;
	width: 26%;
	border-left: 2px solid transparent;
}
#nobel_quick_links.sagemont ul li:nth-of-type(3) a {
	background: #1D1D1D;
}
#nobel_quick_links.sagemont ul li:nth-of-type(3) span {
	width: 100%;
}

/** Home Page Elements */
#slideshow_content div i.current {
    color: #6EAB47;
}
#open_house,
#open_house_content {
	background: #39266A;
}
#open_house_content p a {
    color: #6EAB47;
}

#open_house_content img {
  height:110px;
}
#nobel_home_calendar h1,
#home_calendar_events li div.home-cal-info span:first-of-type, #popup_title,
#home_calendar_events li div.home-cal-date span:last-of-type {
    color: #39266A;
    font-weight:bold;
}
#home_calendar_events li div.home-cal-date span:first-of-type, #popup_link {
    color: #823988;
    font-weight:bold;
}
#home_calendar_events li {
    border-color: #16A0DB;
}
#nobel_home_calendar a#all_events {
	color: #16A0DB;
  font-weight:bold;
}
#school_promos .promo-one {
    background-color: #16A0DB;
}
#school_promos .video-school-ele h2,
#school_promos .video-school-ele h3,
#school_promos .promo-two h2,
#school_promos .promo-two h3,
#school_promos .promo-box h4,
#school_promos .promo-box p a {
	color: #39266A;
}
#school_promos .promo-one p a {
	background: #39266A;
	color: #FFFFFF;
}
#school_promos .promo-two {
    background: #F4EFE8;
    color: #39266A;
}



body.elementary #infographics {
	display: block;
}
#infographics .third:first-of-type {
	display: block;
}
.infographics {
	display: none;
}
.infographic-one,
.infographic-two,
.infographic-five {
	display: block;
}
.infographic-one .infographic-content,
.infographic-five .infographic-content {
	background: rgba(110,171,71, 0.6) /* GREEN */
}
.infographic-one .infographic-content:hover,
.infographic-five .infographic-content:hover  {
	background: rgba(110,171,71, 1.0); /* GREEN */
	-moz-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}
.infographic-two .infographic-content,
.infographic-four .infographic-content {
	background: rgba(130,57,136, 0.6); /* RED */
}
.infographic-two .infographic-content:hover,
.infographic-four .infographic-content:hover  {
	background: rgba(130,57,136, 1.0); /* RED */
	-moz-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}
.infographic-three .infographic-content {
	background: rgba(22,160,219, 0.7); /* BLUE */
}
.infographic-three .infographic-content:hover {
	background: rgba(22,160,219, 1.0); /* BLUE */
	-moz-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}



/** Sub Page Elements */
#nobel_breadcrumbs {
	background: #39266A;
}
#nobel_breadcrumbs ul li.cur-page {
	color: #6EAB47;
}

.entry-content a,
.class-info a {
  color: #16A0DB;
}
.entry-content a:hover,
.entry-content a:active,
.class-info a:hover,
.class-info a:active,
.teacher-page article section div.teach-sec a:hover,
.teacher-page article section div.teach-sec a:active {
   text-decoration: underline;
 }
.entry-content h2,
h2.nobel-h2,
.teacher-page .class-info h1,
.teacher-page .class-info h4,
.teacher-page article section div.teach-sec h1,
.teacher-page .class-info h2,
.teacher-page article section div.teach-sec h2,
.teacher-page article section div.teach-sec h4,
.teacher-page article section div.teach-sec h5,
.teacher-page article section div.teach-sec h6
 {
	color: #6EAB47;
}
h1.entry-title,
body.search #content .page h2.entry-title a,
#nobel_tool_bar li,
#nobel_tool_bar li a {
    color: #39266A;
}

.entry-content h1.gallery-title,
ul.full-gallery li.gallery-image h3,
ul.gallery-collection li.gallery h3 {
	color: #39266A !important;
  font-family: 'Muli','Roboto',Verdana,sans-serif !important;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #39266A;
}


/** Calendar */
.calendar-span h3,
.main-navigation a.traverse {
    color: #39266A;
}
.nobel-calendar-container .calendar-body .calendar-content ol.date-list li.calendar-date h3 {
	color: #39266A;
}

/** Contact Form */


#contact_form_info {
	padding: 0 0 1em;
}
#contact_form_info ul {
	list-style: none;
	margin: 0 0 0 0;
}
#contact_form_info ul li.detail {
	margin: 0 0 1.5em;
}
#contact_form_info ul li.detail:last-of-type {
	margin: 0 0 0;
}
#contact_form_info ul li.detail ul {
	position: relative;
}
#contact_form_info ul li.detail ul li {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 0 2em;
}
#contact_form_info ul li.detail ul li:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
}
#contact_form_info li i,
#contact_form_info li span {
	font-size: 1.2em;
}
#contact_form_info li h4 {
	font-size: 1.2em;
	font-weight: 500;
}
#contact_form_info li a {
	text-decoration: none;
}
#contact_form_info li b {
	font-weight: 500;
}

#form_hint {
	font-size: 0.8em;
	text-align: left;
	margin: 0 0 0.5em 0;
}
#nobel_contact {
	font-size: 1.05em;
	margin: 1.5em auto 0;
}
#nobel_contact #checkbox {
	display: inline-block;
	width: auto;
	height: 1em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	background: url(../images/checkbox.png) no-repeat;
	background-position: 0px -1em;
	background-size: 1em 2em;
	font-size: 0.9em;
}
#nobel_contact #checkbox.checked {
	background-position: 0px 0px;
}
#nobel_contact #checkbox:hover {
	cursor: pointer;
}


#nobel_contact span.bull {
	display: none;
}

/*	Errors */
#nobel_contact .hasError,
#nobel_contact input.hasError,
#nobel_contact select.hasError,
#nobel_contact textarea.hasError {
	border: 1px solid #DC661E;
}
ul#form_errors {
	margin: 1.5em 0 0 0;
	padding: 0 0 0 0;
}
ul#form_errors li {
	display: block;
	width: auto;
	color: #DC661E;
	margin: 0 0 2px 0;
}
ul#form_errors li::before {
	content: "\F12A";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

/*	Custom Contact Headers */
div.header-title.southernhighlandspreparatoryschool h1 {
	font-size: 30px;
}
div.header-title.thesagemontschool h1,
div.header-title.thesagemontschool p {
	color: black;
}


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

	#nobel_contact #checkbox {
		font-size: 1em;
	}

}

@media only screen and ( min-width: 640px ) {

	#nobel_contact div.half &gt; * {
		width: 49%;
	}
	#nobel_contact div.half &gt; *:nth-child( odd ) {
		float: left;
	}
	#nobel_contact div.half &gt; *:nth-child( even ) {
		float: right;
	}
}

@media only screen and ( min-width: 768px ) {

	#nobel_contact {
		font-size: 1em;
	}
	#nobel_contact span.third &gt; * {
		width: 32%;
		float: left;
	}
	#nobel_contact span.third &gt; *:nth-child( 2 ) {
		margin: 0 2%;
	}
	#contact_form_info {
		padding: 0 0 1em;
	}
	#contact_form_info ul {
		text-align: left;
	}
	#contact_form_info ul li.detail {
		display: inline-block;
		width: 49%;
	}
	#contact_form_info ul li.detail ul {
		display: inline-block;
		vertical-align: top;
	}
	#nobel_contact span.third.referral &gt; * {
		width: 100%;
		float: none;
	}
	#nobel_contact span.third.referral &gt; *:nth-child( 2 ) {
		margin: 0 0 1em 0;
	}

}

@media only screen and ( min-width: 1024px ) {

	#contact_form_info ul {
		text-align: center;
	}
	#contact_form_info ul li.detail {
		width: 33%;
	}
	#contact_form_info ul li.detail ul li:first-of-type {
		position: static;
	}
	#nobel_contact span.third.referral &gt; * {
		width: 32%;
		float: left;
	}
	#nobel_contact span.third.referral &gt; *:nth-child( 2 ) {
		margin: 0 2%;
	}

}


body.elementary select {
	background: #FFF url(../../images/select_dropdown_parkmaitland.jpg) no-repeat;
	background-size: auto 100%;
	background-position: 100% 55%;
}
.nobel-button, input[type="submit"] {
    background: #39266A;
}

#contact_form_info li i,
#contact_form_info li span,
#contact_form_info li h4,
#contact_form_info li b {
  color:#39266A;
}
span.wpcf7-list-item {
  margin:0;
}

.entry-content img.wpcf7-captchac {
  margin:0;
  padding:.6em 0 0 0;
}
.wpcf7-captchar {
  display:inline!important;
    width: 90px!important;
    margin: 5px 0 0 3px!important;
}


/* Homepage blog items */

#home_blog_feed {
	background: #E9F3E3;
	padding: 1em 0 2em;
}
#home_blog_feed h2 {
	text-align: center;
	margin: 0 0 .5em;
	font-family: 'Muli', 'Roboto', Verdana, Helvetica, sans-serif;
	font-size: 2em;
}
#home_blog_feed h2 a {
	color: #39266A;
  font-weight: bold;
}
#home_blog_feed .home-blog-post {
	width: 32%;
	float: left;
}
#home_blog_feed .home-blog-post .home-blog-container {
	padding: 1em;
	font-weight:700;
	line-height:1.3em;
}

#home_blog_feed .home-blog-container img {
	margin-bottom:1em;
}
#home_blog_feed .home-blog-post:not(:last-of-type) {
	margin: 0 2% 1em 0;
}
#home_blog_feed .home-blog-post .home-blog-title a {
	color: #39266A;
}
#home_blog_feed .home-blog-post img {
	/* display: none; */
}


/** Team Members */
#team_members {
	margin: 0 0 1em;
}
#team_members li {
	display: block;
	margin: 0 0 1.5em 0;
}
#team_members li img {
	float: left;
	width: 100px;
	border: none;
	margin: 0 1.5em 0 0;
	padding: 0 0 0 0;
}
#team_members li .member-title,
#team_members li .member-email,
#team_members li .member-phone {
	display: block;
	line-height: 1.5;
}
#team_members li .member-title {
	color: #1D1D1D;
}

/** Faculty **/
div.teacher-search {
    display: none;
}
ul.teacher-list li.teacher-details h3,
ul.teacher-list li.teacher-details div.teacher-links a.teacher-class {
    color: #39266A;
}
ul.teacher-list li.teacher-details div.teacher-links a.teacher-email,
ul.teacher-list li.teacher-details div.teacher-links a.teacher-class span {
  color: #16A0DB;
}
ul.teacher-list li.teacher-details div.teacher-links a.teacher-class span.pm-pages {
	display:inline;
  color:#39266A;
}
.teacher-page article section div.teach-sec a {
color: #16A0DB;
}
.teacher-page article section &gt; h2.current-sec {
  background: #16A0DB;
}
.teacher-page .class-info h2,
.teacher-page article h2,
.teacher-page article section div.teach-sec h2
 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.teacher-page .class-info h3,
.teacher-page article h3,
.teacher-page article section div.teach-sec h3 {
  color: #39266A;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.teacher-page article h2.clickable {
  margin-bottom:0;
}

.teacher-page ul,
.teacher-page article section div.teach-sec ul {
  margin: 0 0 1.3em .5em;
}

.teacher-page article section div.teach-sec ul li {
	margin-bottom:.75rem;
}

.teacher-page hr,
.teacher-page article section div.teach-sec hr {
  margin:1.5em auto;
}

.teacher-page article section div.teach-sec b,
.teacher-page article section div.teach-sec strong {
    font-weight: 700;
}


/* Testimonials */
div.testimonials {
	max-width: 1024px;
	margin: auto;
}
ul.testimonial-list {
	list-style: none;
	margin: 0 0 0 0;
}
ul.testimonial-list li.testimonial-item {
	display: block;
	margin: 0 0 1em;
}
ul.testimonial-list li.testimonial-item p {
	font-size: 1em;
	display: inline-block;
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 0.6em 0;
}
ul.testimonial-list li.testimonial-item p:before,
ul.testimonial-list li.testimonial-item p:after {
	font-size: 1.6em;
	color: rgba(0,0,0, .6);
	line-height: 0;
}
ul.testimonial-list li.testimonial-item p:before {
	content: "\201C";
	position: absolute;
	top: 16px;
	left: 0;
}
ul.testimonial-list li.testimonial-item p:after {
	content: "\201D";
	position: absolute;
	bottom: 4px;
	margin: 0 0 0 4px;
}
ul.testimonial-list li.testimonial-item ul {
	list-style: none;
	text-align: center;
	margin: 0.75em 0;
}
ul.testimonial-list li.testimonial-item:last-of-type ul {
	display: none;
}
ul.testimonial-list li.testimonial-item ul li {
	display: inline-block;
	font-size: 0.6em;
	vertical-align: middle;
	color: #009DDC;
}
ul.testimonial-list li.testimonial-item ul li:nth-of-type(2) {
	font-size: 0.75em;
	margin: 0 0.7em;
}

/** News */
#nobel_sidebar {
	background: #39266A !important;
}
#news_searchbox input[type="submit"] {
    background-color: #39266A !important;
}
#news-articles .post h2.entry-title a,
div.sidebar-archives ul li a,
div.sidebar-archives .yearly-archive {
  color: #39266A !important;
}
#news-articles &gt; h2 {
  color: #1D1D1D !important;
}
/** Careers **/
span.head1 {
  color:#39266A;
}
body.elementary table tr td input[type="submit"],
body.elementary table tr td input[type="submit"]:hover {
    background: #39266A;
}
/** Footer */
#footer {
  background: #39266A;
}
#footer_nav li a,
#footer_details p {
    font-weight: 700;
}
#footer_social ul li a i {
	color: #39266A;
}
#footer_details p {
	text-transform: uppercase;
}
#footer_details ul:first-of-type {
	margin: 0 0 1em;
}
#footer_details ul li:first-of-type {
	display: block;
}
#footer_details ul li:first-of-type strong {
	font-weight: 500;
}

#school_promos {
	clear:both;
}


@media only screen and ( max-width: 480px ) {
  #branding {
    width: 65%;
  }
}

@media only screen and ( min-width: 480px ) {
  #header-logo img {
      width: auto;
      max-width: none;
  }
}
@media only screen and ( min-width: 640px ) {

	#school_details .detail-section {
		padding: 1.5em 8%;
	}
	#school_details .detail-section div ul li:last-of-type {
		/* display: inline-block; */
	}

}
@media only screen and ( min-width: 768px ) {

  #header-logo img {
    height: 60px;
  }
	#navbar_search_toggle {
		padding: 1.5em 0.8em;
	}

	#team_members li img {
		width: 200px;
	}

	/* #open_house {
		width: 100%;
		height: auto;
	} */

	.infographics {
		display: block;
	}

	#sagemont_contact_details &gt; div {
		width:40%;
	}

	#sagemont_contact_details &gt; div#admissions {
		width:20%;
	}

	#school_details .detail-section div ul li {
		display: block;
	}
	#school_details .detail-section div ul li:last-of-type {
		display: block;
	}
	#sagemont_contact_details .detail-section {
		padding: 0 10% 1em;
	}
	#sagemont_contact_details .detail-section div ul {
		margin: 0;
	}
	#sagemont_contact_details .detail-section div ul li {
		display: block;
	}
	#sagemont_contact_details .detail-section div:first-of-type ul li {
		margin: 0 0.5em 0 0;
	}
	#sagemont_contact_details .detail-section div ul li:last-of-type {
		display: block;
	}
}

@media only screen and ( min-width: 1024px ) {

	#navbar_search_form {
		position: relative;
	}

	#navbar_search_form form {
		left: auto;
		right: 0;
	}

	#footer_nav li ul.children li ul.children {
		margin: 0.2em 0 0 0.5em;
	}

}
@media only screen and ( min-width: 1280px ) {

	#branding {
	    top: 0.5em;
	}
  #header-logo img {
        height: 70px;
  }

  #main_nav ul#nobel_contact_link li a, #main_nav ul.menu li a {
      font-size: 1.1em;
      padding: 2.27em 0.8em;
  }
	#main_nav ul.menu {
/*		background: transparent; */
	}
  #main_nav ul.children {
    border-top: 9px solid #39266A;
  }

/*	#header, */
	#main_nav ul.menu li ul.children,
	#main_nav ul.menu li ul.children li:hover ul.children li a,
	#main_nav ul.menu li ul.sub-menu,
	#main_nav ul.menu li ul.sub-menu li:hover ul.sub-menu li a {
		background: rgba(57,38,106, 0.9);
    color:#fff;
	}
	#main_nav ul.menu li ul.children li:hover &gt; a,
	#main_nav ul.menu li ul.children li:hover ul.children li a:hover,
	#main_nav ul.menu li ul.sub-menu li:hover &gt; a,
	#main_nav ul.menu li ul.sub-menu li:hover ul.sub-menu li a:hover {
		background: #6EAB47;
		color: #FFFFFF;
	}
  #main_nav li.menu-item-has-children ul {
      border-top: 9px solid #39266A;
  }
	#navbar_search_toggle i {
	    font-size: 1.2em;
	}
	#navbar_search_toggle {
	    padding: 2.45em 0.8em;
	}
	#navbar_search_form form {
	    background: rgba(57,38,106, 0.9);
	}
	#nobel_sidebar {
		background: transparent !important;
	}
  #nobel_header_image {
    position: relative;
    top: 105px;
    padding-bottom: 105px;
  }
}


@media only screen and ( min-width: 1440px ) {

	#footer_nav li {
		margin: 0 2.5em 0 0 ;
		text-align: left;
	}
	/* #footer .footer-section:first-of-type,
	#footer .footer-section:last-of-type {
		float: none;
		width: auto;
	} */
	#footer .footer-section:first-of-type {
		margin: 0 0 3em 0;
	}
}

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

#main_nav ul.menu li a {
  color:#fff;
	background-color: #39266A;
  font-weight:700;
}
}
@media only screen and ( max-width: 960px ) {

	span.address2,
	span.age {
		display:inline-block;
		width:100%;
		line-height: 1.5rem;
	}
	#sagemont_contact_details .detail-section div span {
		font-weight:400;
		color:#514D4D;
	}
	#sagemont_contact_details &gt; div {
		width:33%;
		text-align: left;
	}
	#sagemont_contact_details &gt; div#admissions {
		width:33%
	}

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

	.page-template-template-contact #nobel_quick_links ul li:nth-of-type(1) {
		display:none;
	}
	.page-template-template-contact #nobel_quick_links ul li {
		width:100%;
	}
	#home_blog_feed .home-blog-post:not(:last-of-type),
	#home_blog_feed .home-blog-post:last-of-type {
		float:none;
		margin:0 auto 1em;
		width:90%;
	}
	#home_blog_feed .home-blog-post img {
		float:left;
		width:40%;
		margin-bottom:0;
		margin-right:1em;
	}
	#home_blog_feed .home-blog-post .home-blog-title {
		font-size: 1.1rem;
		padding: 2em 0 0 1em;
		display: inline-block;
		width: 50%;
		line-height: 1.3rem;
	}
}

@media only screen and ( max-width: 530px ) {
	#home_blog_feed .home-blog-post:not(:last-of-type),
	#home_blog_feed .home-blog-post:last-of-type {
		float:none;
		margin:0 auto 1em;
		width:80%;
	}
	#home_blog_feed .home-blog-post img {
		display:none;
	}
	#home_blog_feed .home-blog-post .home-blog-title {
		font-size:1rem;
		padding: 1em;
		display: inline-block;
		width: 90%;
		line-height: 1.3rem;
	}
	#home_blog_feed .home-blog-post .home-blog-container {
	    padding: 0;
    }
}


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

  .page-template-template-contact	#nobel_quick_links {
      height: 53px;
  	}
  .page-template-template-contact #footer {
    padding-bottom:5em;
  }  
  
}</pre></body></html>