/*
Theme Name: Ingrid Sundberg
Theme URI: http://www.ingridsundberg.com
Description: Theme for Ingrid Sundberg
*/

* {
	margin: 0;
	padding: 0;
}

/* Fonts
====================================================*/
@font-face {font-family: 'Museo-700';src: url('assets/fonts/museo/2D87D6_0_0.eot');src: url('assets/fonts/museo/2D87D6_0_0.eot?#iefix') format('embedded-opentype'),url('assets/fonts/museo/2D87D6_0_0.woff2') format('woff2'),url('assets/fonts/museo/2D87D6_0_0.woff') format('woff'),url('assets/fonts/museo/2D87D6_0_0.ttf') format('truetype');}
 
@font-face {font-family: 'Museo-300';src: url('assets/fonts/museo/2D87D6_1_0.eot');src: url('assets/fonts/museo/2D87D6_1_0.eot?#iefix') format('embedded-opentype'),url('assets/fonts/museo/2D87D6_1_0.woff2') format('woff2'),url('assets/fonts/museo/2D87D6_1_0.woff') format('woff'),url('assets/fonts/museo/2D87D6_1_0.ttf') format('truetype');}

@font-face {font-family: 'Museo-500';src: url('assets/fonts/museo/2D87D6_2_0.eot');src: url('assets/fonts/museo/2D87D6_2_0.eot?#iefix') format('embedded-opentype'),url('assets/fonts/museo/2D87D6_2_0.woff2') format('woff2'),url('assets/fonts/museo/2D87D6_2_0.woff') format('woff'),url('assets/fonts/museo/2D87D6_2_0.ttf') format('truetype');}

@font-face {
    font-family: 'carringtonregular';
    src: url('assets/fonts/carrington/Carrington-webfont.eot');
    src: url('assets/fonts/carrington/Carrington-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/carrington/Carrington-webfont.woff') format('woff'),
         url('assets/fonts/carrington/Carrington-webfont.ttf') format('truetype'),
         url('assets/fonts/carrington/Carrington-webfont.svg#carringtonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Base Tags
====================================================*/
html {
	background: #efefef;	
}
body {
	font: normal 14px/1.4em Arial, sans-serif;
	color: #4b4b4b;
}
a {
	color: #389284;
}
a:hover, a:active {
	color: #4b4b4b;
	text-decoration: none;
}
p {
	margin: 0 0 25px;
}
	#content p:last-child, .entry-content p:last-child, .no-margin {
		margin-bottom: 0 !important;	
	}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo-500', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 1em;
}
h1 {
	font-size: 30px;	
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;	
}
h4 {
	font-size: 18px;	
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 14px;	
}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-family: 'Museo-700', Arial, sans-serif;
		font-weight: normal;
	}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
		font-family: 'carringtonregular', Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		color: #c737ab;
		text-transform: none !important;
	}
	h1 em {
		font-size: 48px;
	}
	h2 em {
		font-size: 42px;
	}
	h3 em {
		font-size: 36px;
	}
	h4 em {
		font-size: 30px;
	}
	h5 em {
		font-size: 24px;
	}
	h6 em {
		font-size: 18px;
	}
img {
	max-width: 100%;
	height: auto;
	border: none;	
}
	#mid a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);	
	}
table {
	width: 100%;
	border-collapse: collapse;	
}
table td {
	vertical-align: top;
	padding: 7px 3px;	
}
ul, ol {
	padding: 0 0 17px 30px;	
}
	ul.no-style, ol.no-style {
		list-style: none;
		padding-left: 20px;	
	}
ul li, ol li {
	margin-bottom: 8px;	
}
	ul ul, ol ol {
		padding-bottom: 0;	
	}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
button {
	border: none;
	background: none;
	cursor: pointer;	
}
*:focus {
    outline: none;
}

/* Important and Shared Classes
====================================================*/
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.relative, .pie {
	position: relative;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}
.font9 {
	font-size: 9px !important;	
}
.font10 {
	font-size: 10px !important;	
}
.font11 {
	font-size: 11px !important;	
}
.font14 {
	font-size: 14px !important;	
}
.museo-light {
	font-family: 'Museo-300', Arial, sans-serif !important;
	font-weight: normal !important;
}
.no-underline {
	text-decoration: none !important;	
}
.display-block {
	display: block;	
}
.upper {
	text-transform: uppercase;	
}
.text-replace {
	display: block;
	text-indent: -9999px;
	overflow: hidden;	
}
.text-center {
	text-align: center;
}
.clickable {
	cursor: pointer;	
}
.button, #subscribe-submit input, #commentform #submit {
	display: inline-block;
	width: auto !important;
	padding: 6px 15px;
	font: normal 17px/19px 'Museo-500', Arial, sans-serif;
	color: #fff;
	background: #c736ab;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}
	.button:hover, #subscribe-submit input:hover, #commentform #submit:hover {
		background: #4b4b4b;
		color: #fff;
	}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto;
}
.loading-gif {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.wp-caption {
	padding: 12px 10px;
	margin-bottom: 30px;
	border: 1px solid #d7d7d7;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-align: center;
}
	.wp-caption img {
		margin-bottom: 8px;
	}
.wrapper {
	clear: both;
	float: left;
	width: 100%;
}
.container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

/* #page-wrapper
====================================================*/
#page-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}

/* #banner
====================================================*/
#banner {
	position: relative;
	padding-top: 130px;
	background: #000 url(assets/images/banner-placeholder.jpg) 50% 50% no-repeat;
	background-size: cover;
}
	.home #banner {
		padding-top: 215px;
		background-image: url(assets/images/banner-home.jpg);
	}

/* Header
====================================================*/
header {
	height: 111px;
	font-family: 'Museo-700', Arial, sans-serif !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	.home header {
		height: 453px;
	}
	.home header.fixed {
		height: 111px;
		margin-bottom: 342px;
	}
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
	header.fixed .header-fixed {
		z-index: 500;
	}
.header-bg, header.fixed .header-bg {
	padding: 5px 5px 10px;
	background: url(assets/images/banner-interior.jpg) bottom center no-repeat;
}
	.home .header-bg {
		background: url(assets/images/banner-home.jpg) top center no-repeat;
	}
	.scrolled header {

	}
#site-logo {
	float: left;
	margin-left: -15px;
}
	#site-logo img {
		display: block;
	}
.header-clip {
	display: block;
	height: 9px;
	border: none;
	background: url(assets/images/clip-header.png) -4px 0 repeat-x;
}
.header-clip.home {
	position: absolute;
	z-index: 100;
	top: -9px;
	left: 0;
}
.header-clip.interior {
	background: url(assets/images/banner-interior-bottom.png) top center no-repeat;
}
	.home .header-clip.interior {
		display: none;
	}
	
/* Nav
====================================================*/
nav {
	
}
	nav ul {
		padding: 0;
		margin-top: 30px;
		list-style: none;
		text-align: center;
	}
		nav ul li {
			display: inline-block;
			position: relative;
			padding: 0;
			margin: 0;
		}
		nav ul li:first-child {
			padding-left: 0;	
		}
		nav ul li.separator {
			margin: 0 8px 0 11px;
		}
		nav ul li.separator:last-child {
			display: none;
		}
	nav a {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
		nav .current_page_item a, nav .current-page-ancestor a, nav .current-menu-item a, nav .current-post-ancestor a, nav .current_page_parent a, nav a:hover {
			color: #e4e4e4;	
		}
	nav .menu-item-has-children {
		padding-right: 10px;
		background: url(assets/images/nav-icon.png) 100% 50% no-repeat;
	}
li .sub-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 150px;
	height: auto !important;
	top: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: right;
}
	li:hover .sub-menu {
		display: block !important;	
	}
	nav .sub-menu li, nav .sub-menu a {
		display: block !important;
		float: none !important;
		height: auto !important;
		margin: 0 !important;
		background: none !important;
	}
	nav .sub-menu li {
		padding: 0 !important;	
	}
	nav .sub-menu a {
		padding: 10px !important;
		font-size: 13px;
		line-height: 14px;	
	}
		nav .sub-menu .current-menu-item a, nav .sub-menu li a:hover {
			
		}
	nav .sub-menu ul {
		display: block;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;	
		background: none !important;
	}
		nav .sub-menu ul a {
			font-size: 13px !important;
			line-height: 13px !important;	
		}
	nav #s {
		width: 120px;
		font-family: 'Museo-700', Arial, sans-serif;
	}
	nav input::-webkit-input-placeholder {
	   color: #fff;
	}
	nav input::-moz-placeholder {
	   color: #fff; 
	}
	nav input:-ms-input-placeholder {  
	   color: #fff;
	}
	nav #searchsubmit {
		position: absolute;
		top: 9px;
		right: 20px;
		width: 14px;
		height: 12px;
		background: none;
		color: #fff;
		border: none;
		cursor: pointer;
	}
.mobile-nav-click {
	display: none;
	width: 20px;
	padding: 5px 9px 9px;
	margin-top: 12px;
	background: #fff;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.mobile-nav-click hr {
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 4px;
		background: #389284;
		border: none;
	}
.mobile-nav {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: -150px;
	width: 129px;
	padding: 0 10px;
	border-left: 1px solid #389284;
	min-height: 100%;
	background: #fff;
}
.mobile-nav.show-nav {
	display: block;
}
	.mobile-nav ul {
		list-style: none;
		padding: 10px 0 0;
	}
	.mobile-nav li {
		display: block;
		padding: 0;
	}
	.mobile-nav a {
		display: block;
		padding: 7px 15px;
		text-decoration: none;
		text-align: right;
		color: #389284;
		font-family: 'Museo-500', Arial, sans-serif;
	}
		
/* #mid, #content
====================================================*/
#mid {
	padding: 40px 0 30px;
	background: #fff;
}
	.home #mid {
		z-index: 200;
		padding-top: 30px;
	}
#content {
	
}
		
/* Homepage
====================================================*/
.home-banner {
	width: 840px;
	margin: 30px auto 0;
	color: #fff;
}
	header.fixed .home-banner {
		display: none;
	}
	.home-banner img {
		margin-top: -30px;
	}
	.home-banner p {
		font: normal 15px/22px 'Museo-500', Arial, sans-serif;
	}
	.home-banner .button {
		background: #fff;
		color: #172c5b;
	}
	.home-banner .button:hover {
		background: #efefef;
	}
	.home-banner .arrow {
		position: absolute;
		width: 96px;
		height: 42px;
		bottom: 0;
		left: 50%;
		margin-left: -48px;
		background: #fff;
	}
.home-content {
	margin: 20px 0;
}
	.home-content table {
		table-layout: fixed;
		margin-bottom: 30px;
	}
		.home-content table td {
			padding: 0;
		}
			.home-content table tr td:first-child {
				width: 57%;
				padding: 0 50px;
				text-align: center;
			}
	.home-content p {
		line-height: 2em;
	}
.home-latest-posts {
	margin-top: 40px;
	table-layout: fixed;
}
	.home-latest-posts td {
		padding: 5px 20px;
		border-left: 3px solid #dfdfdf;
	}
	.home-latest-posts .no-border {
		width: 22%;
		padding-left: 0 !important;
		border-left: none;
		text-align: right;
	}
		.home-latest-posts .no-border h1 {
			margin-top: 15px;
			margin-bottom: 0;
		}
		.home-latest-posts .no-border h3 {
			font-family: 'Museo-300', Arial, sans-serif;
			text-transform: uppercase;
		}
	.home-latest-posts h4 {
		margin-bottom: 8px;
	}
	.home-latest-posts .excerpt {
		display: block;
		max-height: 56px;
		margin-bottom: 16px;
		overflow: hidden;
	}
	.home-latest-posts .read-more {
		margin-bottom: 0;
	}
		.home-latest-posts .read-more a {
			font-family: 'Museo-300', Arial, sans-serif;
			font-size: 13px;
			text-decoration: none;
			color: #c737ab;
		}
		.home-latest-posts .read-more a:hover {
			color: #4b4b4b;
		}
		.home-latest-posts .read-more span {
			text-decoration: underline;
		}
			.home-latest-posts .read-more a:hover span {
				text-decoration: none;
			}

/* Interior pages
====================================================*/
#col-left {
	width: 73.6%;	
}
	#col-left img {
		max-width: 100%;
		height: auto !important;	
	}
.entry-title {
	margin-bottom: 28px;
}
	.entry-title span {
		display: inline-block;
		min-width: 120px;
		padding-bottom: 28px;
		border-bottom: 1px solid #c1c1c1;
	}
.entry-content {
	line-height: 1.8em;
}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
		line-height: 1.1em;
		letter-spacing: 2px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.entry-content hr {
		height: 1px;
		margin: 25px 0;
		background: #dfdfdf;
		border: none;
	}
	.entry-content ul {
		list-style-image: url(assets/images/li.png);
	}
	.entry-content blockquote {
		padding-left: 10px;
		margin: 0 0 25px 10px;
		border-left: 2px solid #f89cab;
	}
#col-right {
	width: 21.9%;	
}
.widget {
	margin-top: 40px;
}
	#col-right .widget:first-child {
		margin-top: 0;	
	}
	.widget .widget-title {
		margin: 0;
		line-height: 1.2em;
		font-family: 'Museo-300', Arial, sans-serif;
	}
	.jetpack_subscription_widget .widget-title {
		margin-bottom: 12px;
	}
	.widget hr {
		height: 3px;
		margin: 12px 0;
		background: #dfdfdf;
		border: none;
	}
	.jetpack_subscription_widget hr {
		display: none;
	}
	.widget p {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.widget ul {
		list-style: none;
		padding: 0;
	}
	.widget li {
		margin-bottom: 12px;
	}
		.widget ul h5 {
			font-size: 15px;
			margin-bottom: 4px;
		}
		.widget ul .date {
			display: block;
			font: normal 11px/13px 'Museo-300', Arial, sans-serif;
		}
		.widget li a {
			font-size: 15px !important;
			font-family: 'Museo-500', Arial, sans-serif;
		}
	.widget_most_popular_tags a {
		text-transform: uppercase;
	}
	.widget input {
		display: block;
		width: 94% !important;
		padding: 3% !important;
		font-size: 13px;
		background: #f4f4f4;
		border: none;
	}
	.widget .searchform {
		position: relative;
	}
		.widget .searchform #searchsubmit {
			position: absolute;
			width: auto !important;
			top: 0;
			right: 0;
			padding: 3%;
			background: #d9d9d9;
			color: #b1b1b1;
		}

/* Galleries
====================================================*/
.gallery-columns-4 {
	clear: both;
	position: relative;
	width: 101%;
	left: -.5%;
	margin-bottom: 40px !important;
}
	.gallery-columns-4 .gallery-item {
		width: 24% !important;
		margin-top: 10px;
		margin-left: .5%;
		margin-right: .5%;
	}
	.gallery img {
		border: none !important;
	}
.fancybox-close {
	width: 29px !important;
	height: 28px !important;
	top: -14px !important;
	right: -14px !important;
	background: url(assets/images/fancybox-close.png) no-repeat !important;
}

/* Blog
====================================================*/
.post {
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #dfdfdf;
}
.featured-image {
	float: left;
	width: 30%;
}
.post-excerpt {
	float: right;
	width: 67%;
}
.post-title {
	margin-bottom: 16px;
}
.post-title, .post-title a {
	color: #4b4b4b;
	text-decoration: none;
	text-transform: uppercase;
}
.post-title a:hover {
	color: #389284;
}
.post-meta {
	margin-bottom: 16px;
}
.post-meta, .post-meta a {
	font-size: 13px;
	color: #9a9a9a !important;
	text-decoration: none;
}
	.post-meta a:hover {
		color: #389284 !important;
	}
	.post-meta .fa {
		position: relative;
		top: -1px;
	}
	.post .read-more {
		text-decoration: none;
	}
	.pagination .button {
		background: #b2b2b2;
	}
	.pagination .button:hover {
		background: #4b4b4b;
	}
div.sharedaddy div.sd-block {
	clear: both !important;
	margin: 30px 0 !important;
	border: none !important;
}
#respond {
	margin-top: 35px;	
}
.screen-reader-text {
	display: none;	
}

/* Social Media Icons
====================================================*/
.sm-icons {
	text-align: center;
}
	.sm-icons a {
		display: inline-block;
		width: 39px;
		height: 35px;
		padding: 6px 0 0 2px;
		margin: 0 5px;
		text-align: center;
		color: #fff;
		background: url(assets/images/icon-bg1.png) no-repeat;
	}
		.sm-icons a.icon-bg2 {
			background: url(assets/images/icon-bg2.png) no-repeat;
		}
		.sm-icons a.icon-bg3 {
			background: url(assets/images/icon-bg3.png) no-repeat;
		}
		.sm-icons a.icon-bg4 {
			background: url(assets/images/icon-bg4.png) no-repeat;
		}
		.sm-icons a.icon-bg5 {
			background: url(assets/images/icon-bg5.png) no-repeat;
		}
		.sm-icons a.icon-bg6 {
			background: url(assets/images/icon-bg6.png) no-repeat;
		}
		.sm-icons a.icon-bg7 {
			background: url(assets/images/icon-bg7.png) no-repeat;
		}
	.sm-icons a:hover {
		color: #efefef;
	}
	.sm-icons .fa {
		font-size: 29px;
		line-height: 29px;
	}

/* Footer
====================================================*/
footer {
	padding: 27px 0 10px;
	background: url(assets/images/clip-top.png) repeat-x;
}
	footer p, footer a {
		color: #505050;
		font-size: 11px;
	}
	footer p {
		margin-bottom: 15px;
	}
	footer a {
		text-transform: uppercase;	
	}
.footer-nav {
	letter-spacing: 1px;
}
	footer select {
		display: none;
		padding: 1px;
		margin: 0 auto 12px;
	}
.copyright {
	font-size: 10px;
	color: #a2a2a2;
}

/* Forms
====================================================*/
.gform_wrapper.two-column_wrapper ul.gform_fields, .gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child, .gform_wrapper .gsection {
	display: none;
}
.gform_wrapper.two-column_wrapper {
	position: relative;
	width: 104%;
	max-width: 104%;
	left: -4%;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 46%;
	margin-left: 4% !important;
}
.gform_wrapper.two-column_wrapper .ginput_container input, .gform_wrapper.two-column_wrapper .ginput_container textarea {
	width: 96% !important;
	padding: 2% !important;
	background: #f4f4f4;
	border: none !important;
	font-size: 13px !important;
}
.gform_wrapper.two-column_wrapper label {
 	margin-bottom: 1px !important;
 	color: #9e9e9e !important;
 	font-weight: normal !important;
}
.gform_wrapper.two-column_wrapper .gform_footer {
	text-align: right;
}
.gform_wrapper.two-column_wrapper .gform_button {
	border: none !important;
	font-size: 20px !important;
	text-transform: lowercase;
	cursor: pointer;
}

/* Comments
====================================================*/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px 'Museo-500', Arial, sans-serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:2px solid #f4f4f4; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.comment-meta { font-size:11px; }
ol.commentlist li.comment div.comment-meta a { color:#4b4b4b; }
ol.commentlist li.comment p { font-size:13px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:13px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:13px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #4b4b4b; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #c737ab; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #4b4b4b; margin:0 0 .25em .25em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f4f4f4; }
ol.commentlist li.parent { border-left:5px solid #c737ab; }
#commentform input, #commentform textarea {
	padding: 4px;
	background: #f4f4f4;
	border: none;
}

/* Responsive styles
====================================================*/
@media screen and (max-width: 990px) {
	.container {
		width: 98%;
		padding: 0 1%;
	}
	header {
		height: 96px;
	}
	.home header {
		height: 412px;
	}
	.home header.fixed {
		height: 96px;
		margin-bottom: 311px;
	}
	img.size-medium {
		max-width: 31% !important;	
	}
	.header-bg {
		padding: 5px;
	}
	#site-logo {
		width: 250px;
		margin-left: -5px;
	}
	nav ul, .footer-nav {
		display: none !important;	
	}
	.mobile-nav-click, footer select {
		display: block;
	}
}
@media screen and (max-width: 840px) {
	.home-banner {
		width: 100%;
		margin-top: 0;
	}
	.home header.fixed {
		margin-bottom: 281px;
	}
	.home-banner img {
		max-width: 35%;
		margin-top: 0;
		margin-bottom: 50px;
	}
	.home-banner p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.home-content table tr td:first-child {
		padding: 0 20px;
		text-align: center;
	}
	.home-content p {
		line-height: 1.4em;
	}
	.entry-content .button {
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 660px) {
	body {
		font-size: 13px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 13px;
	}
	.button {
		font-size: 15px;
		line-height: 15px;
	}
	.block-mobile td {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 20px;
	}
	#mid {
		padding: 10px 0;
	}
	.home header {
		height: 342px;
	}
	.home header.fixed {
		margin-bottom: 241px;
	}
	.home-banner .button {
		margin-bottom: 70px;
		font-size: 14px;
		line-height: 14px;
	}
	.home-banner img {
		float: right;
		max-width: 25%;
		margin: 0 0 15px 15px;
	}
	.home-banner h1 {
		font-size: 20px;
	}
	.home-banner h1, .home-banner p {
		margin-bottom: 12px;
	}
	.home-banner p {
		font-size: 13px;
		line-height: 17px;
	}
	.home-content table {
		text-align: center;
	}
	.home-latest-posts, .home-latest-posts .no-border h1 {
		margin-top: 0px;
	}
	.home-latest-posts .no-border {
		text-align: left;
	}
	.home-latest-posts td {
		border-left: none !important;
		margin-bottom: 30px !important;
	}
	.home-latest-posts .excerpt {
		margin-bottom: 8px;
	}
	#col-left, #col-right {
		float: none !important;
		clear: both !important;
	}
	#col-left {
		width: 100% !important;
	}
	#col-right {
		width: 220px !important;
		margin: 50px auto 0;
	}
	.gform_wrapper.two-column_wrapper {
		width: 100%;
		left: 0 !important;
	}
	.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
		float: none !important;
		width: 90% !important;
		margin: 0 auto !important;
	}
	.gform_wrapper.two-column_wrapper .gform_footer {
		margin-top: 0 !important;
		text-align: center;
	}
	.alignright {
		max-width: 33% !important;
	}
}
@media screen and (max-width: 480px) {
	.home-banner img {
		max-width: 20%;
	}
	.featured-image, .post-excerpt {
		float: none;
		width: 100%;
	}
	.featured-image {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 320px) {
	
}