/*
Theme Name: O3 Framework
Theme URI: http://www.WeAreO3.com/
Version: 2.0
Description: Designed by <a href="http://www.WeAreO3.com">O3</a>.
Author: O3
Author URI: http://www.WeAreO3.com
*/

/*-------------------------------------------------------------------------------------------*/
/* FRAMEWORK */
/*-------------------------------------------------------------------------------------------*/
.container {
	max-width: 1030px;
}
article {
	overflow: hidden;
}
.wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.inner-wrapper {
	width: 100%;
	max-width: 1920px;
	margin-left: 0px;
	-webkit-transition: all 0.5s ease in;
	-moz-transition: all 0.5s ease in;
	-o-transition: all 0.5s ease in;
	transition: all 0.5s ease in;
	position: relative;
}

/*-------------------------------------------------------------------------------------------*/
/* DEFAULT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/
body {
	font-family: 'Raleway';
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {

}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------------------------------*/
/* WP CONTENT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-title {
	font-weight: 900;
}
.entry-content h1,
.entry-title {
	font-size: 43px;
	line-height: 50px;
	margin-top: 50px;
	margin-bottom: 25px;
}
.entry-content h2 {
	font-size: 32px;
	line-height: 50px;
	margin-top: 50px;
	margin-bottom: 25px;
	color: #f6303e;
}
.entry-content h3 {
	font-size: 24px;
	line-height: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #f6303e;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #f6303e;
}

/* Paragraphs, Lists, Elements */
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content pre,
.entry-content table,
.entry-content blockquote {
	margin-top: 25px;
	margin-bottom: 25px;
}
.entry-content a,
.entry-content a:link,
.entry-content a:visited,
.author-bio a,
.author-bio a:link,
.author-bio a:visited {
	text-decoration: none;
	color: #f6303e;
	font-weight: bold;
}
.entry-content ul {
	margin: 0 0 30px 15px;
	padding-left: 20px;
	list-style-type: disc;
}
.entry-content ol {
	margin: 0 0 30px 0px;
	padding-left: 20px;
	list-style-type: decimal;
}
.entry-content ul ul,
.entry-content ol ol {
	margin-bottom: 0px;
}
.entry-content blockquote {
	margin-left: 0px;
	margin-right: 0px;
	border-top: 3px double #c7c7c7;
	border-bottom: 3px double #c7c7c7;
}
.entry-content blockquote p {
	text-align: center;
	color: #f6303e;
	font-weight: 600;
}
.entry-content table {
	width: 100%;
	margin-bottom: 30px;
}
.entry-content table th {
	padding: 10px 15px;
}
.entry-content table td {
	padding: 10px 15px;
}
.entry-content dl {
	margin-bottom: 30px;
}
.entry-content dt {}
.entry-content dd {
	margin-bottom: 10px;
}
.entry-content address {
	margin-bottom: 30px;
}
.entry-content pre {
	margin-bottom: 30px;
}


/* Alignments */
div.wp-caption {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
}

/* Images and Captions */
.entry-thumbnail {}
.wp-caption img {}
.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
.wp-caption .wp-caption-text {
	background: #f2f2f2;
	margin: 0;
	padding: 15px 20px;
}

.entry-content .gform_wrapper .top_label .gfield_label {
	margin-top: 30px;
}

/* Embeds */
.entry-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 30px 0;
}
.entry-content .map-container {
	position: relative;
	padding-bottom: 73.4921%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 30px 0;
}
.entry-content iframe {
	margin-left: auto !important;
	margin-right: auto !important;
	border: none;
	padding: 0;
}
.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed,
.entry-content .map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content table {
	width: 100%;
}
.entry-content thead tr {
	background: #f6303e;
}
.entry-content thead tr th {
	text-align: left;
	padding: 10px 15px;
	color: #fff;
}
.entry-content thead tr th.country {
	width: 40%;
}
.entry-content thead tr th.meals {
	width: 30%;
}
.entry-content thead tr th.aid {
	width: 30%;
}
.entry-content tbody td {
	font-size: 14px;
	line-height: 18px;
}
.entry-content tbody tr:nth-child(even) {
	background: #f0f0f0;
}



/*-------------------------------------------------------------------------------------------*/
/* HEADER*/
/*-------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	z-index: 200;
}
#header .home-link {
	display: block;
	max-width: 158px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 300;
}
#header .logo-nav-container {
	background: #000;
	height: 47px;
	overflow: hidden;
}
#header .top-row {
	padding: 0px;
}
#header .top-nav {
	background: #000;
}
#header .desc {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	height: 47px;
	text-align: center;
}
#header .top-nav-container {
	padding-left: 158px;
	display: table;
	width: 100%;
}
#header .top-nav-container .left {
	display: table-cell;
	vertical-align: middle;
	height: 47px;
	padding: 0 15px;
}
#header .top-nav-container .right {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#header .top-nav-container .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#header .top-nav-container .menu li {
	display: inline-block;
	background: #a5a5a5;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
	margin-left: -.25em;
	font-size: 25px;
	font-weight: 700;
	padding: 0 8px;
}
#header .top-nav-container .menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: 900;
}
#header .top-nav-container .menu li:nth-child(2) {
	background: #fff;
}
#header .top-nav-container .menu li:nth-child(2) a {
	color: #f6303e;
}
#header .primary-nav {
	background: url(images/nav-texture.png);
	height: 54px;
}
#header .primary-nav .menu {
	padding: 0 15px;
	margin: 0 -15px 0 143px;
	list-style-type: none;
	text-align: center;

}
#header .primary-nav .menu li {
	display: inline-block;
	position: relative;
}
#header .primary-nav .menu li a {
	display: block;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	text-decoration: none;
	padding: 0 18px;
}
#header .primary-nav .icon-menu {
	height: 54px;
	color: #fff;
	font-size: 25px;
	line-height: 54px;
	display: block;
	text-align: right;
	cursor: pointer;
}
.nav-active #header .primary-nav .icon-menu:before {
	content: '\e607';
	font-size: 18px;
}

#header .primary-nav .menu li ul {
	display: none;
}
#header .primary-nav .menu>li>.sub-menu {
	position: absolute;
	left: 0;
	top: 54px;
	background: url(images/nav-texture.png);
	padding: 10px 0;
	width: 200px;
	text-align: left;
	font-size: 16px;
}
#header .primary-nav .menu>li:last-child>.sub-menu {
	right: 0;
	left: auto;
}
#header .primary-nav .menu>li>.sub-menu>li {
	display: block;
}
#header .primary-nav .menu>li>.sub-menu>li:last-child {
	margin-bottom: 0px;
}
#header .primary-nav .menu>li>.sub-menu>li>a {
	height: auto;
	line-height: 22px;
	padding: 0px;
	text-align: left;
	font-weight: 700;
	padding: 5px 20px;
	display: block;
}


#off-canvas-nav {
	width: 277px;
	background: #2d292a;
	position: absolute;
	right: -277px;
	bottom: 0;
	top: 0;
}
#off-canvas-nav img {
	max-width: 200px;
	margin: 0 auto;
}
#off-canvas-nav .inner-nav-wrapper {
	position: fixed;
	width: 277px;
	top: 0;
	bottom: 0;
	overflow-y: auto;
}
#off-canvas-nav ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}
#off-canvas-nav ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: 900;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #5a5456;
}
#off-canvas-nav ul li a:hover {
	background: #f6303e;
}
#off-canvas-nav ul li ul {
	display: none;
}
.shn-alert {
	background:#fff200;
	z-index: 1000;
}
.shn-alert .alert-wrapper {
	display: table;
	width: 100%;
	vertical-align: middle;
}
.shn-alert .alert-wrapper span {
	display: table-cell;
	vertical-align: middle;
}
.shn-alert .label,
.shn-alert .icon-notification {
	color: #f6303e;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.shn-alert .label {
	padding-right: 20px;
}
.shn-alert p {
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
/*-------------------------------------------------------------------------------------------*/
/* GENERAL INTERIOR */
/*-------------------------------------------------------------------------------------------*/
.title-container {
	background: url(images/texture-dark.jpg);
	background-position: center top;
	background-size: cover;
}
.title-container .interior {
	padding: 150px 0 80px;
}
.title-container.image .interior {
	background: url(images/mask.png);
}
.title-container .title {
	display: block;
	color: #fff;
	font-weight: 900;
	font-size: 80px;
	line-height: 80px;
	padding: 0 0 20px;
	margin: 0;
}
#main-sidebar-container {

}
#main-sidebar-container .entry-content,
#main-sidebar-container .sidebar {
	margin: 50px 0;
}

.entry-content .people h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}
.people .person-container{
	margin-bottom: 30px;
}
.people .icon {
	font-size: 12px;
	padding-right: 5px;
}
.people .j-title,
.people .email,
.people .bio-toggle {
	display: block;
}
.people .email {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.people .bio-toggle {
	margin-top: 20px;
	cursor: pointer;
}
.people .bio {
	display: none;
}
.people .bio p {
	font-size: 14px;
	line-height: 22px;
}

.faq h3 {
	cursor: pointer;
	margin-bottom: 0px;
	font-weight: 400;
	color: #000;
	position: relative;
	padding-left: 30px;
}
.faq .icon {
	font-size: 14px;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 6px;
}
.faq .answer {
	display: none;
}

/*-------------------------------------------------------------------------------------------*/
/* SPECIALTY */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* POST */
/*-------------------------------------------------------------------------------------------*/
.entry-meta {
	font-size: 14px;
	line-height: 18px;
}
.entry-meta a {
	color: #f6303e;
	font-weight: 700;
}
.pagination {
	text-align: center;
	margin-bottom: 60px;
	font-family: 'Open Sans', 'Arial';
	font-weight: 700;
}
.pagination .page-numbers {
	padding: 0 5px;
}
.pagination a {
	color: #ef4035;
	text-decoration: none;
}
.entry-footer {
	margin-top: 60px;
	padding-top: 60px;
	margin-bottom: 60px;
	border-top: 3px solid #cfcfcf;
}
.author-info h2 {
	margin-top: 0px;
}

.related-posts {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 3px solid #cfcfcf;
}

.o3-share {
	margin-top: 60px;
}
.o3-share ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.o3-share ul li {
	display: inline-block;
}
.o3-share ul li a {
	display: block;
	color: #fff !important;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 15px 10px 30px;
	position: relative;
}
.o3-share ul li a .icon {
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
}
.o3-share ul li.twitter a {
	background: #2ca8d2;
}
.o3-share ul li.twitter a .icon {
	left: 7px;
	top: 5px;
}
.o3-share ul li.facebook a {
	background: #305891;
}
.o3-share ul li.facebook a .icon {
	left: 5px;
	top: 7px;
}
.o3-share ul li.googleplus a {
	background: #ce4d39;
}
.o3-share ul li.googleplus a .icon {
	left: 7px;
	top: 6px;
}
.o3-share ul li.linkedin a {
	background: #4498c8;
}
.o3-share ul li.linkedin a .icon {
	left: 5px;
	top: 4px;
}


/*-------------------------------------------------------------------------------------------*/
/* ARCHIVE */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* HOME PAGE */
/*-------------------------------------------------------------------------------------------*/
#hero {
	position: relative;
	z-index: 100;
}
.slideshow .slide {
	position: relative;
}
.slideshow .slide .slide-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	background: rgba(255,255,255,.90);
	color: #f6303e;
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	padding: 30px;
}
.slideshow .slide .slide-title a {
	color: #f6303e;
	text-decoration: none;
}
.slideshow .flex-control-nav {
	bottom: 0px;
	z-index: 500;
}
.slideshow .flex-control-paging li a.flex-active {
	background: #f6303e;
}
#counter {
	height: 352px;
	background: url(images/counter-background.jpg) no-repeat center top;
}
#counter h1 {
	color: #fff;
	font-weight: 900;
	font-size: 77px;
	line-height: 77px;
	text-align: center;
	text-transform: uppercase;
}
#counter .digit {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 700;
}
#counter .label {
	font-size: 13px;
	line-height: 20px;
	color: #f6303e;
	display: block;
	text-transform: uppercase;
	text-align: center;
}
#tiles {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
	padding-bottom: 40px;
}
#tiles h2 {
	color: #231f20;
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 52px;
}
#tiles a {
	text-decoration: none;
}
#tiles .image {
	background: #000;
	position: relative;
}
#tiles img {
	opacity: .75;
}
#tiles a:hover img {
	opacity: .9;
}
#tiles h3 {
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#tiles p {
	color: #464646;
	font-size: 13px;
	line-height: 19px;
}
#tiles p.hyperlink {
	color: #f6303e;
	font-weight: 900;
	font-size: 18px;
}
.home #news {
	padding: 60px 0;
}
#news a {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#news .image {
	position: relative;
	margin-bottom: 30px;
	border: 3px solid #fff;
}
#news h3,
#news h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	background: #231f20;
	background: rgba(0,0,0,.5);
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 10px 10px;
}
#news a:hover .image {
	border: 3px solid #f6303e;
}
#news a:hover h3,
#news a:hover h2 {
	background: #f6303e;
	color: #fff;
}

#news a .link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;

	display: none;
}
#news a .link .icon-link {
	color: #5e5c59;
	display: block;
	text-align: center;
	line-height: 72px;
	font-size: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	z-index: 600;
	background: #fff;
}
#news a:hover .link {
	display: block;
}

/*-------------------------------------------------------------------------------------------*/
/* BLOG */
/*-------------------------------------------------------------------------------------------*/
.archive #main-sidebar-container,
.blog #main-sidebar-container {
	padding: 50px 0;
}
.archive article {
	margin-bottom: 60px;
	padding-bottom: 35px;
	border-bottom: 3px solid #cfcfcf;
}
.archive article h2 {
	font-size: 32px;
	line-height: 38px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.archive article h2 a {
	color: #000;
	text-decoration: none !important;
}
.archive article .entry-content {
	margin: 0 !important;
}
.archive article .entry-content .button {
	background: #f6303e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}
.archive .author-info {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 3px solid #cfcfcf;
}
.post-meta {
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 14px;
	line-height: 14px;
}
.post-meta .category,
.post-meta .date {
	margin-right: 10px;
}
.post-meta .icon {
	color: #f6303e;
	padding-right: 5px;
}
.post-meta a {
	color: #898989;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------*/
.widget {
	background: #e4e4e4;
	max-width: 350px;
	margin: 0 auto 30px;
}
.widget h3 {
	background: #f6303e;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	font-weight: 900;
	margin: 0;
}
.widget_categories ul,
.widget_archive ul,
.widget_subnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_subnavigation ul li {
	border-bottom: 1px solid #2f2c2d;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_subnavigation ul li a {
	color: #000;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_subnavigation ul li a:hover {
	background: #2f2c2d;
	color: #fff;
}
.widget.widget_o3_share_this {
	text-align: center;
	background: #ebebeb;
	padding: 30px 20px;
}
.widget.widget_o3_share_this>span {
	display: inline-block;
}
.widget.widget_o3_share_this .stBubble_count {
	-webkit-box-sizing: content-box;
	-moz-box-styling: content-box;
	box-sizing: content-box;
}
.widget.widget_o3_share_this .stMainServices {
	-webkit-box-sizing: content-box;
	-moz-box-styling: content-box;
	box-sizing: content-box;
}
.widget.widget_sp_image {
	background: none;
	position: relative;
}
.widget.widget_sp_image h3 {
	background: none;
	color: #fff;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	font-size: 35px;
	line-height: 35px;
}
.widget.widget_sp_image p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px 20px;
}


/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/
#footer .summary {
	border-top: 7px solid #f6303e;
	background: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .summary p {
	font-size: 12px;
	line-height: 19px;
}
#footer .summary .stat-container {
	display: table;
	width: 100%;
	padding-top: 22px;
}
#footer .summary .stat-container .number,
#footer .summary .stat-container .label {
	display: table-cell;
	vertical-align: middle;
}
#footer .summary .stat-container .number {
	font-family: 'Arial Narrow';
	color: #ef4035;
	font-size: 40px;
	font-weight: 700;
	padding-right: 10px;
}
#footer .summary .stat-container .label {
	font-size: 12px;
	line-height: 14px;
	font-weight: 900;
	text-transform: uppercase;
}
#footer .summary .col {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .summary .row-1 .col-1 {
	border-right: 3px double #c7c7c7;
}
#footer .summary .row-1 .col-2 {
}
#footer .summary .row-1 .col-3 {
	border-left: 3px double #c7c7c7;
}
#footer .summary .logos img {
	margin-left: auto;
	margin-right: auto;
}
#footer .summary .logos .lcol {
	padding: 0px;
}
#footer .summary .logos .bbb {
	margin-top: 20px;
}
#footer .summary .logos .cn {
	margin-bottom: 20px;
}
#footer .summary .row-2 {
	border-top: 3px double #c7c7c7;
	margin-top: 15px;
	padding-top: 15px;
}
#footer .summary .form {
	border-right: 3px double #c7c7c7;
}
#footer .summary .gform_heading {
	width: 100%;
}
#footer .summary .gform_title {
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #ef4035;
	text-transform: uppercase;
}
#footer .summary .gform_body {
	width: 80%;
	float: left;
}
#footer .summary .gfield {
	clear: none;
	width: 50%;
	float: left;
}
#footer .summary .gform_wrapper .top_label input[type="text"] {
	padding: 8px 10px !important;
	width: 98% !important;
	border: 1px solid #c2c2c2 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 15px !important;
}
#footer .summary .gform_footer {
	width: 20%;
	float: right;
	padding: 0px;
	margin: 0px;
	clear: none;
}
.gform_button {
	background: #f6303e;
	border: none;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	padding: 10px 20px;
}

#footer .summary .gfield_label,
#footer .summary .validation_error,
#footer .summary .gfield_description,
#footer .summary .validation_message {
	display: none;
}

#footer .summary .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0px;
}
#footer .summary .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
#footer .summary .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
#footer .summary .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
	width: 48%;
	display: block;
	float: left;
}
#footer .summary .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
	clear: none;
	float: right;
}
#footer .summary .gform_wrapper ul.gform_fields li.gfield span.name_first,
#footer .summary .gform_wrapper ul.gform_fields li.gfield span.name_last,
#footer .summary .gform_wrapper ul.gform_fields li.gfield span.name_middle {
	padding-top: 0px !important;
}
#footer .summary .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
#footer .summary .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
#footer .summary .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
	margin-right: 0px;
}

#footer .summary .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label,
#footer .summary .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label,
#footer .summary .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label,
#footer .summary .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
	margin-bottom: 0px !important;
	font-size: 12px;
	line-height: 12px;
}
#footer #input_1_3_6_container {
	margin-right: 3px;
}

/* Undo error state */

#footer .summary .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0px;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
}
#footer .summary .gform_wrapper li.gfield.gfield_error,
#footer .summary .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	padding: 0px !important;
	border-top: 0px;
	border-bottom: 0px;
}
#footer .summary .gform_wrapper .top_label .gfield_error {
	width: 50%;
}
#footer .summary .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 30px;
}
#footer .summary .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0px;
}
#footer .summary .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}
#footer .summary .gform_wrapper li.gfield_error input[type=text],
#footer .summary .gform_wrapper li.gfield_error input[type=url],
#footer .summary .gform_wrapper li.gfield_error input[type=email],
#footer .summary .gform_wrapper li.gfield_error input[type=tel],
#footer .summary .gform_wrapper li.gfield_error input[type=number],
#footer .summary .gform_wrapper li.gfield_error input[type=password],
#footer .summary .gform_wrapper li.gfield_error textarea {
	border: 1px solid #f6303e;
}
#footer .summary .gform_wrapper .gfield_error .gfield_label {
	color: #000;
}


#footer .summary .social {
	border-right: 3px double #c7c7c7;
}
#footer .summary .social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .summary .social ul li {
	display: block;
	float: left;
	width: 23%;
	margin: 0 1%;
}
#footer .summary .social ul li a {
	color: #e7e7e7;
	background: #231f20;
	display: block;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
}
#footer .summary .buttons a {
	display: block;
	color: #fff;
	background: #f6303e;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	padding: 11px 10px;
	text-decoration: none;
}
#footer .summary .buttons a.btn-2 {
	background: #68b741;
	margin-top: 10px;
}
#footer .links {
	padding: 40px 0;
}
#footer .links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
#footer .links ul.menu>li {
	display: table-cell;
	width: 25%;
}
#footer .links ul.menu>li>a {
	color: #f62d3b;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
}
#footer .links ul.sub-menu>li>a {
	color: #111111;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 0;
	display: block;
}
#footer .disclaimer {
	border-top: 7px solid #000;
	background: #f6303e;
	padding: 60px 0 40px;
}
#footer .disclaimer p,
#footer .disclaimer ul {
	font-size: 14px;
}
#footer .disclaimer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer .disclaimer ul.menu li a {
	font-weight: 700;
}
#footer .disclaimer ul li {
	display: inline-block;
	color: #fff;
}
#footer .disclaimer ul li:before {
	content: '|';
}
#footer .disclaimer ul li:first-child:before {
	content: '';
}
#footer .disclaimer ul li a {
	padding: 0 10px;
	color: #fff;
}
#footer .disclaimer p {
	text-align: center;
	color: #fff;
}
#footer .disclaimer a {
	color: #fff;
}
#footer .logo {
	position: absolute;
	width: 107px;
	left: 50%;
	top: -106px;
	margin-left: -53px;

}
#footer p.attribution {
	margin-top: 50px;
	margin-bottom: 0px;
}

/*-------------------------------------------------------------------------------------------*/
/* ELEMENTS */
/*-------------------------------------------------------------------------------------------*/
.flexslider {
	margin: 0 0 0;
	background: none;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-o-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
.flex-direction-nav a {
	line-height: 1;
}
.breadcrumbs a,
.breadcrumbs .sep,
.breadcrumbs .trail-end {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
.breadcrumbs .sep {
	padding: 0 8px;
}
.breadcrumbs .trail-end {
	color: #c1c1c1;
}

/*-------------------------------------------------------------------------------------------*/
/* ICONS */
/*-------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('includes/libraries/icomoon/fonts/icomoon.eot?-mzftyc');
	src:url('includes/libraries/icomoon/fonts/icomoon.eot?#iefix-mzftyc') format('embedded-opentype'),
		url('includes/libraries/icomoon/fonts/icomoon.woff?-mzftyc') format('woff'),
		url('includes/libraries/icomoon/includes/libraries/icomoon/fonts/icomoon.ttf?-mzftyc') format('truetype'),
		url('fonts/icomoon.svg?-mzftyc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-linkedin2:before {
	content: "\ef25";
}

.icon-arrow-right2:before {
	content: "\edb9";
}

.icon-arrow-down2:before {
	content: "\edbd";
}

.icon-tags:before {
	content: "\e608";
}

.icon-clock:before {
	content: "\e609";
}

.icon-user:before {
	content: "\e60a";
}

.icon-menu:before {
	content: "\e606";
}

.icon-link:before {
	content: "\e600";
}

.icon-notification:before {
	content: "\e601";
}

.icon-close:before {
	content: "\e607";
}

.icon-googleplus:before {
	content: "\e602";
}

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

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

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



/*-------------------------------------------------------------------------------------------*/
/* RESPONSIVE */
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 1001px) {
	#header .primary-nav .toggle {
		display: none;
	}
	#header .primary-nav .menu {
		display: block !important;
	}
	#off-canvas-nav {
		display: none !important;
	}
	.inner-wrapper {
		margin-left: 0px !important;
	}
}
@media (max-width: 1000px) {
	#header .top-nav-container .right {
		display: none;
	}
	#header .top-nav-container .left {
		width: 100%;
	}
	#header .menu-primary-container {
		display: none;
	}
	#hero {
		margin-top: 0px;
	}
	.slideshow .slide .slide-title {
		position: static;
		padding: 20px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.container {
		width: 100%;
	}
	#counter {
		background: url(images/texture-dark.jpg);
		height: auto;
		padding-bottom: 30px;
	}
	#counter h1 {
		font-size: 50px;
	}
	#counter .col-xs-8 {
		width: 100%;
		margin-left: 0px;
	}
	#counter .data {
		margin-bottom: 20px;
	}
	.slideshow .slide .slide-title {
		font-size: 25px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	#header .top-nav-container .menu li {
		background: none;
		text-transform: none;
		font-size: 14px;
	}
	#header .top-nav-container .menu li a {
		color: #fff;
		font-weight: 400;
	}
	#header .top-nav-container .menu li:nth-child(2) {
		background: none;
	}
	#header .top-nav-container .menu li:nth-child(2) a {
		color: #fff;
	}
	.shn-alert p {
		font-size: 12px;
		line-height: 16px;
	}
	#tiles h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.slideshow .flex-control-nav {
		display: none;
	}
	.slideshow .slide .slide-title {
		position: static;
		padding: 20px 20px 20px 20px;
	}
	.title-container {
		background: url(images/texture-dark.jpg) !important;
	}
	.title-container .interior {
		padding: 100px 0 50px;
	}
	.title-container.image .interior {
		background: none;
	}
	.title-container .title {
		font-size: 34px;
		line-height: 34px;
	}
	.author-info .author-avatar {
		margin-bottom: 30px;
	}
	.author-info .author-avatar img {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
	.author-info .author-title {
		text-align: center;
	}
	#footer .col {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		float: none;
	}
	#footer .summary .gform_body {
		width: 100%;
		margin-bottom: 18px;
	}
	#footer .summary .gform_footer {
		float: none;
		width: 100%;
		clear: both;
	}
	#footer .summary .buttons a {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .summary .col {
		height: auto !important;
		border: none !important;
		padding-top: 0px !important;
	}
	#footer .summary .col.social {
		padding-bottom: 85px;
	}
	#footer .summary .col {
		padding-bottom: 40px;
	}
	#footer .disclaimer ul li {
		display: block;
		margin-bottom: 7px;
	}
	#footer .disclaimer ul li:before {
		display: none;
	}
	#footer .disclaimer nav ul {
		margin-bottom: 50px;
	}
	.clear {
		clear: both;
	}
}
@media (max-width: 600px) {
	#news .col-xs-6 {
		float: none;
		clear: both;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}
@media (max-width: 500px) {
	.entry-content h1,
	.entry-title {
		font-size: 32px;
		line-height: 32px;
		margin-top: 50px;
		margin-bottom: 25px;
	}
	.entry-content h2 {
		font-size: 26px;
		line-height: 32px;
		margin-top: 50px;
		margin-bottom: 25px;
		color: #f6303e;
	}
	.entry-content h3 {
		font-size: 20px;
		line-height: 32px;
		margin-top: 25px;
		margin-bottom: 25px;
		color: #f6303e;
	}
	.entry-content h4 {
		font-size: 18px;
		line-height: 32px;
		margin-top: 25px;
		margin-bottom: 25px;
		color: #f6303e;
	}


	#header .desc {
		display: none;
	}
	#header .home-link {
		max-width: 105px;
	}
	.slideshow .slide .slide-title {
		font-size: 18px;
		line-height: 24px;
	}
	#counter h1 {
		font-size: 32px;
		line-height: 32px;
	}
	#tiles h2 {
		font-size: 32px;
		line-height: 32px;
	}
	#news h3,
	#news h2 {
		position: static;
		background: #231f20;
	}
	.title-container .interior {
		padding: 50px 0;
	}
	.title-container .title {
		margin: 0px;
		padding: 0px;
	}
	.breadcrumbs {
		display: none;
	}
	#off-canvas-nav .inner-nav-wrapper img {
		max-width: 150px;
		display: block;
		margin: 0 auto;
	}

	.people .j-title,
	.people .email,
	.people .bio-toggle {
		font-size: 14px;
		line-height: 22px;
	}

	.post-meta {
		line-height: 28px;
	}
	.post-meta span.category,
	.post-meta span.date,
	.post-meta span.author {
		display: block;
	}
}


