/*
Theme Name: sophe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sophe
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sophe is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
	font-family: 'Infini'; 
	src: url('fonts/infini-romain.woff') format('woff'), url('fonts/infini-romain.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'Infini'; 
	src: url('fonts/infini-gras.woff') format('woff'), url('fonts/infini-gras.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}	
@font-face {
	font-family: 'Infini'; 
	src: url('fonts/infini-italique.woff') format('woff'), url('fonts/infini-italique.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #f3594c;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/******************************
TABLE
******************************/
tr.sub-header, .sub-header td {
	background: #555 !important;
	color: #fff !important;	
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
tbody {
	font-size: 14px;	
}
thead tr {
    border: 1px solid #fff;
}

tbody tr {
    border-right: 1px solid #f1f1ef;
	border-bottom: 1px solid #f1f1ef;
}
td,
th {
  padding: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
}
table > tbody > tr:first-child td {
    border-top: none;
}
table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #5791fe;
  background: #fff;
  color: #5791fe;
  font-family: 'Infini', serif;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/*table > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1ef;
}*/
.table-hover > tbody > tr:hover {
  background-color: #e5dd80;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
/*table > tbody > tr:hover {
	background-color: #e6eeff;
}*/
table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #0c2340;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Infini', serif;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #f3594c;
	line-height: 36px;
}
h2 {
	font-size: 24px;
	color: #3e3c3d;
	line-height: 30px;
}
h3 {
	
}

p {
	margin-bottom: 1.5em;
}
.main-content p {
	font-size: 16px;
	line-height: 1.5;
	color: #3e3c3d;
}	
.main-content {
    color: #3e3c3d;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote, .main-content blockquote p {
	margin: 30px 0;
	color: #5087ee;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight: 300;
	font-size: 24px;
	line-height: 1.5;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	margin-left: 0;
    padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}
img.attachment-feature-box-wide.size-feature-box-wide.wp-post-image {
    min-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f3594c;
	text-decoration: none;
}

a:visited {
	color: #f3594c;
}

a:hover,
a:focus,
a:active {
	color: #f3594c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*clear: both;*/
	display: block;
	/*float: left;*/
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
    line-height: 16px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}














/****************************************
CUSTOM
****************************************/
/* scrollable side menu on short screens */
#bigUn {
}
.mp-level {
overflow-y: hidden;
}
.mp-level-open {
overflow-y: auto;
}
.mp-level-overlay {
overflow-y: inherit;
}
/*.mp-menu ul {
overflow-y: hidden;
}*/
/* end scrollable side menu on short screens */

.mp-menu {
	overflow-x: hidden;	
}
.mp-level-open {
	overflow-y: auto;
	overflow-x: hidden;
	width: 120%;	
}
.mp-menu ul li {
    padding-right: 15%;
}
.mp-menu ul li ul li {
    padding-right: 30%;
}
.mp-menu ul li ul li ul li {
    padding-right: 42%;
}
.mp-menu ul li ul li ul li ul li {
    padding-right: 50%;
}
#mp-menu .menu-utility-container {
    width: 100%;
	margin-top: 0;
	padding-bottom: 40px;
}
#mp-menu .menu-utility-container a, #mp-menu ul.donate li a {
	color: #f3594c;
}	


header ul#utility-menu li a:before, footer ul#utility-menu li, .terms {
	margin-left: -15px;
}
header ul#utility-menu li a:hover, header ul#utility-menu li a:focus, header ul#utility-menu li a:active {
	color: #f3594c;
	-webkit-transition: .1s;
    transition: .1s;
}
header ul#utility-menu li a:before, footer ul#utility-menu li:before, .terms:before, .supporter:before {
    background: #f3594c;
    height: 1px;
    width: 15px;
    display: inline-block;
    content: "\A";
    position: relative;
    top: 8px;
    left: 15px;
}
.container.flex {
    display: flex;
}

/* Header */
.menu-utility-container {
	margin-top: 7px;	
}
.menu-wrapper ul {
    margin: 0;
    padding: 0;
    margin-top: 12px;
}
.menu-wrapper a {
    color: #e5dd80;
    font-size: 16px;
    display: block;
    padding: 12px 18px;
	font-family: 'Infini';
	font-weight: bold;
	-webkit-transition: .2s;
    transition: .2s;
}
.menu-wrapper a:hover, .menu-wrapper a:active, .menu-wrapper a:focus {
	background: #192e4a;	
	-webkit-transition: .2s;
    transition: .2s;
	text-decoration: none;
}

.sophe-logo {
    background: url(images/sprites.png) no-repeat;
    width: 75px;
    height: 75px;
    background-position: -8px -8px;
    display: inline-block;
    vertical-align: middle;
}
header#masthead {
    background: #dae9ec;
	height: 83px;
}
/*#content {
    padding-top: 41px;
}*/
.main-navigation {
	width: 	initial;
}
.main-navigation a {
    margin: 22px 10px 20px 10px;
	text-transform: uppercase;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #7a7678;
	font-size: 14px;
	-webkit-transition: .1s;
    transition: .1s;
}
/*.site-branding {
    float: left;
	margin: 4px 10px;
	margin-left: 150px;
}*/
.site-branding {
    /*float: right;*/
    margin: 4px 10px;
    margin-right: 20px;
	
	position: absolute;
	right: 0;
	top: 0px;
}
.site-branding a:hover, .site-branding a:focus, .site-branding a:active {
    text-decoration: none;
}
h1.site-title {
    font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}
a h1.site-title {
	text-decoration: none;	
	color: #0c2340;
}
a:hover h1.site-title, a:focus h1.site-title, a:active h1.site-title {
	text-decoration: none;	
	color: #0c2340;
}
.main-navigation a.inline-block {
	display: inline-block;
	margin-top: -22px;	
}

/* Fixed left nav */
.scroller, .scroller-inner {
    background: #0c2340;
}
.menu-wrapper {
    position: fixed;
    width: 280px;
    height: 100%;
    z-index: 8;
    left: -280px;
    left: 0;
	background: #0c2340 url('images/menu-bg.png') repeat;
	overflow-y: scroll;
}
#pri_nav .menu-trigger {
    background-color: transparent;
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "Bitter",serif;
    font-size: 20px;
    margin: -21px 5px 3px 0;
    outline: medium none;
}
.mp-level {
	background: #0c2340 url('images/menu-bg.png') repeat;	
}
.mp-level.no-transition {
	transition: none;
}
.mp-menu ul li > a {
	color: #e5dd80;
    font-size: 16px;
    font-family: 'Infini';
    font-weight: bold;
	text-shadow: none;
	padding: 16px 16px 16px 52px;
	border-left: 6px solid transparent;
}
.mp-menu ul li > a, #mp-menu li a.lp {
	width: 100%;
}
.mp-menu ul li a.lp:hover, .mp-menu ul li a.lp:focus, .mp-menu ul li a.lp:active, .mp-menu ul li a.down:hover, .mp-menu ul li a.down:focus, .mp-menu ul li a.down:active, .mp-menu ul li a.lp.hover_effect, .mp-menu ul li a.down.hover_effect, 
.mp-menu ul li a:hover, .mp-menu ul li a:focus, .mp-menu ul li a:active,
.mp-menu ul li:hover, .mp-menu ul li:focus, .mp-menu ul li:active {
	background-color: #192e4a;
}
.mp-menu ul li a.lp:focus, .mp-menu ul li a.down:focus, .mp-menu ul li a:focus, .mp-menu ul li:focus {
	outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.mp-menu ul li a.parent-active, .mp-menu ul li a.active, .mp-menu ul.sub-menu li a.parent-active {
	background-color: #192e4a;
	color: #e5dd80;
	border-left: 6px solid #e5dd80;	
}
.mp-menu ul li {
	border-bottom: none;	
}
#mp-menu li a.lp {
	border-left: none;
	/*float: left;	*/
	padding: 16px;
}
#mp-menu li a.down {
    /*float: right;*/
    padding: 16px 30px 16px 6px;
    max-height: 49px;
    max-width: 20px;
}
#mp-menu li > a.down::before {
	color: #5d7092;
	font-size: 16px;
}
.mp-menu ul li a.down:hover, .mp-menu ul li a.down:focus, .mp-menu ul li a.down:active {
	background: #e5dd80;
}
#mp-menu ul.sub-menu li a.down:hover, #mp-menu ul.sub-menu li a.down:focus, #mp-menu ul.sub-menu li a.down:active {
    background: #e5dd80;
}

.mp-level.mp-level-overlay {
    cursor: initial;
}
.mp-back, a.mp-back:visited,
.mp-menu ul.sub-menu li a.mp-back {
	text-transform: none;
	box-shadow: none;
	font-weight: bold;
	font-family: 'Infini';
	letter-spacing: normal;	
	font-size: 16px;
	color: #5d7092;
	float: right;
    padding: 30px 35px 29px 0;
	background: none;
	margin-right: 30%;
}

.mp-menu ul li ul li ul li .mp-back, a.mp-back:visited, .mp-menu ul.sub-menu li a.mp-back {
	margin-right: 42%;	
}
.mp-menu ul li ul li ul.sub-menu li a.mp-back {
    margin-right: 50%;
}
.mp-back.menu::after {
	content: none;	
}
.mp-back::before {
    /*content: '\f432';
    font-family: "Genericons";
    position: absolute;
    left: -15px;
    font-size: 28px;
    font-weight: 300;
    color: #5d7092;*/
}
.mp-back::after {
    content: "";
    font-family: "linecons";
    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #5d7092;
    transform: scaleX(-1);
}
#RespNavUl a.menu {
	text-transform: none;
    box-shadow: none;
    font-weight: bold;
    font-family: 'Infini';
    letter-spacing: normal;
    font-size: 24px;
    color: #5d7092;
    padding: 30px 0 29px 57px;
    float: left;
	position: relative;
	z-index: 9999999;
}
#RespNavUl a.menu:hover, #RespNavUl a.menu:focus {
    color: #e5dd80;
	text-decoration: none;
}
.mp-back.menu:hover, .mp-back.menu:focus, .mp-back.menu:active {
	color: #e5dd80;
	text-decoration: none;
}
.mp-back.menu::after {
	content: none;	
}
.mp-menu ul li a.mp-back:hover, .mp-menu ul li a.mp-back:focus, .mp-menu ul li a.mp-back:active {
	color: #e5dd80;	
	background: none;
}
.mp-menu ul.sub-menu li a {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight: 500;
	font-size: 14px;	
	color: #f3594c;
}
.mp-menu ul.sub-menu li a:hover, .mp-menu ul.sub-menu li a:focus, .mp-menu ul.sub-menu li a:active,
.mp-menu ul.sub-menu li:hover, .mp-menu ul.sub-menu li:focus, .mp-menu ul.sub-menu li:active {
	background: none;
	color: #e5dd80;
}
.mp-menu ul.sub-menu li a.active {
	background: none;
	color: #e5dd80;
	border-color: transparent;
}
.mp-menu.mp-cover h2 {
    font-weight: bold;
    letter-spacing: normal;
    font-size: 16px;
    background: none;
    border: none;
    text-transform: none;
    color: #5d7092;
	text-align: right;
}
.trigger-bg {
    background: url('images/sprites.png') no-repeat;
    background-position: -50px -110px;
    width: 46px;
    height: 46px;
    display: block;
	float: left;
    color: #4f5d76;
    font-family: 'Infini';
    padding-top: 46px;
    text-align: center;
    margin-top: -10px;
}

a.menu-trigger {
	background: #0c2340 url('images/menu-bg.png') repeat;
	display: block;
    height: 100%;
    width: 77px;
    float: left;
    padding: 18px 14px;
	cursor: pointer;	
	transition: .1s;
}
a.menu-trigger:hover, a.menu-trigger:hover, a.menu-trigger:hover {
	background: #0c2340;
	transition: .1s;
}








/* */

.container {
	position: relative;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
    background: none;
    /*left: 130px;*/
}

/* Carousel */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}

/**************************
 EVENTS CALENDAR
***************************/
.tribe-theme-sophe #tribe-events-pg-template { BACKGROUND-COLOR: white;
    margin: 0;
    max-width: none;
}
.tribe-theme-sophe  h2.tribe-events-page-title, .tribe-theme-sophe.single-tribe_events .tribe-events-single-event-title  {font-size: 36px;
    color: #f3594c;
    line-height: 1.2em}
.tribe-theme-sophe 	#tribe-bar-form {    background: #f6f6f4;}
.tribe-theme-sophe 	.tribe-bar-views-inner {    background:#ecede9}
.tribe-theme-sophe #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {  background: #ecede9}
.tribe-theme-sophe #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover, .tribe-theme-sophe #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:focus {
    background: #e0e0e0;
}
.tribe-theme-sophe .tribe-events-calendar th {    background-color: #ecede9}
.tribe-theme-sophe .tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-theme-sophe  .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background-color: #f6f6f4; color: #7a7678}
.tribe-theme-sophe	#tribe-events-content .tribe-events-calendar td, .tribe-theme-sophe #tribe-events-content table.tribe-events-calendar {
    border: 1px solid #dadad8;
}
.tribe-theme-sophe #tribe-events .tribe-events-button, .tribe-theme-sophe .tribe-events-button, .tribe-theme-sophe #tribe-bar-form .tribe-bar-submit input[type=submit] {background-color: #5087ee; color: #fff}
.tribe-theme-sophe #tribe-events .tribe-events-button:hover, .tribe-theme-sophe .tribe-events-button.tribe-active:hover, .tribe-theme-sophe .tribe-events-button.tribe-inactive, .tribe-theme-sophe .tribe-events-button:hover, .tribe-theme-sophe #tribe-events .tribe-events-button:hover, .tribe-theme-sophe .tribe-events-button.tribe-active:hover, .tribe-theme-sophe .tribe-events-button.tribe-inactive, .tribe-theme-sophe .tribe-events-button:hover, .tribe-theme-sophe #tribe-events .tribe-events-button:focus, .tribe-theme-sophe .tribe-events-button.tribe-active:focus,  .tribe-theme-sophe .tribe-events-button:focus, .tribe-theme-sophe #tribe-events .tribe-events-button:focus, .tribe-theme-sophe .tribe-events-button.tribe-active:focus,  .tribe-theme-sophe .tribe-events-button:focus {
    background-color: #5087e; opacity: .9}
.tribe-theme-sophe 	#tribe-events-content .tribe-events-tooltip h4 {
    background-color: #5087ee}
.tribe-theme-sophe 	.recurring-info-tooltip, .tribe-theme-sophe .tribe-events-calendar .tribe-events-tooltip, .tribe-theme-sophe .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-theme-sophe .tribe-events-week .tribe-events-tooltip {border-color: #5087ee; /*background-color: #fff; */      color: #3e3c3d;  font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;}
.tribe-theme-sophe	#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-family: inherit}
.tribe-theme-sophe	#tribe-events-content .tribe-events-tooltip h4 {    margin: 0 0 0 -1px}
.tribe-theme-sophe .tribe-events-list .type-tribe_events, .tribe-theme-sophe	#tribe-events-content {    margin-left: 20px;     margin-top: 15px}
.tribe-theme-sophe .tribe-events-list-separator-month {background-color: #ecede}
.tribe-theme-sophe .single-tribe_events .tribe-events-event-meta {    background: #f6f6f4; margin-left: -20px;}
.tribe-theme-sophe  .single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap .tribe-events-venue-map {    max-width: 1000px}
#tribe-events-content {
	margin-right: 20px;
	margin-bottom: 68px;	
}
.tribe-theme-sophe  .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-theme-sophe   .tribe-events-back a,  .tribe-theme-sophe  ul.tribe-events-sub-nav a {
    color: #7a7678;     font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400; font-size: 14px
}
.tribe-theme-sophe  .tribe-events-event-meta a, .tribe-theme-sophe  .tribe-events-list-widget .tribe-events-widget-link a { color: #f3594c;     font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400; font-size: 14px}
.tribe-theme-sophe  .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-theme-sophe  .tribe-events-back a:hover, .tribe-theme-sophe   .tribe-events-list-widget .tribe-events-widget-link a:hover, .tribe-theme-sophe  ul.tribe-events-sub-nav a:hover, .tribe-theme-sophe   .tribe-events-adv-list-widget .tribe-events-widget-link a:focus, .tribe-theme-sophe  .tribe-events-back a:focus, .tribe-theme-sophe   .tribe-events-list-widget .tribe-events-widget-link a:focus, .tribe-theme-sophe  ul.tribe-events-sub-nav a:focus, .tribe-theme-sophe  .tribe-events-event-meta a:hover, .tribe-theme-sophe  .tribe-events-list-widget .tribe-events-widget-link a:hover, .tribe-theme-sophe  .tribe-events-event-meta a:focus, .tribe-theme-sophe  .tribe-events-list-widget .tribe-events-widget-link a:focus , .tribe-theme-sophe  .tribe-events-list-event-description a:focus, .tribe-theme-sophe  .tribe-events-list-event-description a:hover {text-decoration: underline !important}
.tribe-theme-sophe.single-tribe_events  img.attachment-feature-box-wide.size-feature-box-wide.wp-post-image { height: auto;     max-width: auto; min-width: auto}
.tribe-theme-sophe #page {BACKGROUND-COLOR: white}
.tribe-events-day {    padding: 0}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    border: 1px solid #dadad8;
    border-bottom: 1px solid #dadad8
}
.tribe-events-photo-event-wrap {
    background: #f6f6f4
}
#tribe-events-photo-events .tribe-events-photo-event {
    width: 29%;
    float: left;
    margin-left: 20px;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	font-weight: normal;	
}

#tribe-events-after-bar {margin-left: 20px;   margin-right: 20px;}

.tribe-events-event-url a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

@media screen and (max-width: 768px){
	.tribe-events-sub-nav li a {
		background: inherit;
		color: inherit;
		display: inherit;
		padding: inherit;
		position: inherit;
		white-space: inherit;
	}
	
	.table-responsive {    border: none}
}

@media screen and (max-width: 820px){
	.tribe-theme-sophe .tribe-events-list .type-tribe_events, .tribe-theme-sophe	#tribe-events-content {    margin-left: 0}
	.tribe-theme-sophe .single-tribe_events .tribe-events-event-meta {     margin-left: 0px;}
}
/*light gray: #f6f6f4
btt gray: #ecede9
text on gray: #7a7678
button blue and lighter blue: #5087ee opacity: .9;
*/


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

#sophe-featured {
    width: 100%;
	float: left;
	background: #e5dd80;
}
/*.caption-container {
    float: left;
    background: #e5dd80;
    padding: 100px 60px 46px 60px;
	height: 442px;
}
.carousel-container .caption p {
	color: #5087ee;
	font-family: 'Infini';
	font-weight: bold;
	font-size: 36px;
}*/
.carousel-caption {
    right: 50px;
    left: 69.6%;
    position: absolute;
	top: 0;
}
.carousel-caption p {
	color: #5087ee;
	font-family: 'Infini';
	font-weight: bold;
	font-size: 36px;
	text-shadow: none;
	line-height: 1.2;
	margin-bottom: 20px;
}
.carousel .item img {
   width: 100%;
}
#sophe-supporters.carousel .item img {
	width: inherit;	
}
.carousel .item .img-wrap {
	width: 66.6%;
	position: relative;
}
.carousel-indicators {
    left: 0;
    width: 66.6%;
    margin-left: 0;
	bottom: -10px;
}
.carousel-indicators li {
	border: none;
    background: #fff;
    opacity: .30;
	width: 20px;
	height: 20px;
	margin: 1px 7px;
}
.carousel-indicators .active {
    border: none;
    background: #fff;
    opacity: .75;
	width: 20px;
	height: 20px;
	margin: 1px 7px;
}
.carousel-control, .carousel-control.right, .carousel-control.left {
	opacity: 1;	
	top: 50%;
    transform: translateY(-50%);
}
.carousel-control.right {
	background: url('images/sprites.png') no-repeat;
	width: 70px;
    height: 100px;
    background-position: -198px -355px;
	right: 0;
    /*left: 664px;
	left: 62%;*/
}
.carousel-control.right:hover, .carousel-control.right:focus, .carousel-control.right:active {
	background-position: -198px -256px;	
}
.carousel-control.left {
	background: url('images/sprites.png') no-repeat;
	width: 70px;
    height: 100px;
    background-position: -120px -355px;
	left: 0;
}
.carousel-control.left:hover, .carousel-control.left:focus, .carousel-control.left:active {
	background-position: -120px -256px;	
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* Carousel */


/* featured-boxes-section */
#featured-boxes-section {
	background: #f3594c;	
	padding: 50px 100px;
	clear: both;
}
.featured-box {
	width: 46%;	
	display: inline-block;
	padding: 12px 40px 40px 40px;
	margin-bottom: 50px;
}
.featured-box:nth-child(odd) {
	margin-right: 60px;	
}
.featured-box h2 {
	color: #dae9ec;
	font-family: 'Infini';
	font-weight: bold;
	size: 30px;	
}
.featured-box hr {
	background: #0c2340;
    width: 20px;
    height: 1px;
    margin: 0 0 20px 0;
}
.featured-box .description {
	font-size: 16px;
	color: #0c2340;
	line-height: 24px;	
}
.interior-page .featured-box .description {
    font-size: 14px;
    margin-top: -10px;
}
.learn-more {
	margin-top: 12px;	
}
.learn-more:before {
    content: "\A";
    background: url('images/sprites.png') no-repeat -110px -125px;
    margin-right: 5px;
    width: 50px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.carousel .learn-more:before {
	/*background: url('images/sprites.png') no-repeat -163px -125px;*/
	background: url('images/sprites.png') no-repeat -216px -125px;	
}
.carousel a:hover .learn-more:before, .carousel a:active .learn-more:before, .carousel a:focus .learn-more:before {
	background: url('images/sprites.png') no-repeat -216px -125px;	
}
.featured-box a:hover .learn-more:before, .featured-box a:active .learn-more:before, .featured-box a:focus .learn-more:before {
	background: url('images/sprites.png') no-repeat -269px -125px;	
}
a .learn-more, a:visited .learn-more {
	font-family: 'Infini';
	font-weight: bold;	
	text-decoration: none;
}
.carousel a {
	color: #f3594c;
	text-decoration: none;
}	
.carousel a:hover, .carousel a:active, .carousel a:focus {
	color: #f3594c;
	text-decoration: none;
}
.featured-box a .learn-more {
	color: #e5dd80;
}
.featured-box a {
	text-decoration: none;	
}
.featured-box a:active .learn-more, .featured-box a:hover .learn-more, .featured-box a:focus .learn-more {
	color: #dae9ec;
}
.home .featured-box a:hover h2, .home .featured-box a:focus h2, .home .featured-box a:active h2 {
    text-decoration: underline;
}
.featured-box .image {
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	transition: all .3s;
	transition-timing-function: ease;
	border: 10px inset transparent;
	margin-bottom: -5px;
}
.interior-page .featured-box .image {
	border: none;
	transition: none;	
}
.featured-box .image:hover, .featured-box .image:active, .featured-box .image:focus {
	transition: all .3s;
	transition-timing-function: ease;
	border: 10px inset rgba(255, 135, 125, .3);	
}
.interior-page .featured-box .image:hover, .interior-page .featured-box .image:active, .interior-page .featured-box .image:focus {
    transition: none;
    border: none;
}
.featured-box { /* Masonry bricks or child elements */
    display: inline-block;
    width: 100%;
}

/* ACCORDION */
/* Style the buttons that are used to open and close the accordion panel */
.resources-section h2 {
	color: #5087ee;
	font-weight: normal;	
}
.resources-section a .title {
	font-weight: bold;
	float: left;
	color: #0c2340;
}
.resources-section a:hover .title, .resources-section a:focus .title, .resources-section a:active .title {
	text-decoration: underline;
}
.action-link {
	color: #fff;
	font-size: 14px;
	float: right;
}
.action-link a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}
.buttons {
	float: right;	
}
button.accordion {
    background: none;
    color: #5087ee;
    cursor: pointer;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	float: right;
	text-shadow: none;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active {
    background: none;
}
button.accordion:hover, button.accordion:focus, button.accordion:active {
	text-decoration: underline;
}
button.accordion:before {
    content: ''; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #5087ee;
    float: left;
    margin-right: 5px;
}
button.accordion.active:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 0px;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
    opacity: 0;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
.panel p {
    line-height: 16px;
}
/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

/* supporters section */
.supporters-wrap {
    background: #fff;
    padding: 30px;
}
.supporters-wrap p {
	font-size: 13px;
	color: #7a7678;
	font-family: 'Infini';	
}
.supporters-wrap h3 {
	color: #5791fe;
	margin-top: 0;
}
.supporters-wrap .left {
	width: 33.4%;
	float: left;
}
.supporters-wrap .left .carousel .left {
	width: auto;	
}
.supporters-wrap .right {
	float: left;
	width: 66.6%;
}
.supporters-wrap .a-single {
	display: inline-block;	
}
.supporters-wrap .right {
	float: right;
	text-align: right;		
}
.supporters-wrap .supporter {
	text-align: right;	
}
.supporter:before {
    margin-left: -15px;
}
/* News section home page */
#news-wrap {
	width: 66.6%;
	float: left;
	display: flex;
}
#news-section {
    background: #5791fe;
    padding: 40px;
	box-shadow: 0 0 0 12px rgba(87, 145, 254, 1);
    border: 2px dotted #fff;
    margin: 12px;
}
#news-section h2 {
	color: #fff;
	font-family: 'Infini';
	font-style: italic;
	font-weight: normal;
	font-size: 60px;
	margin: 0 0 20px 0;
	line-height: 60px;
}
#news-section h2:before {
    content: '\A';
    display: inline-block;
    background: url('images/sprites.png') no-repeat;
    width: 67px;
    height: 51px;
    vertical-align: middle;
    background-position: -319px -164px;
    margin-bottom: 12px;
    margin-right: 20px;
    margin-left: -87px;
}
#news-section h3 {
	color: #fff;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;	
	margin-bottom: 2px;
	margin-top: 0;
	display: inline-block;
}
#news-section a {
    text-decoration: none;
}
#news-section a:hover h3, #news-section a:focus h3, #news-section a:active h3 {
	color: #fff;
    text-decoration: underline;
}
#news-section a .date, #news-section a .description {
	color: #0c2340;	
}
#news-section .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 2px;
}
#news-section .description {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
#news-section .inner-wrap {
	padding: 0 90px;	
}
.current-cat {
	color: #f3594c;
	margin-left: 10px;
	margin-right: 0px;
	font-family: 'Infini';
	font-size: 18px;
	font-weight: normal;
}
#filter-container .mobile-clear {
	margin-bottom: 10px;	
}
.btn {
	color: #f0eed9;
    background: #5087ee;
}
a.btn, .btn {
	font-family: 'Infini';
	font-style: italic;
	font-size: 18px;
	padding: 12px 24px;
	text-decoration: none;	
	display: inline-block;
	margin: 12px 0 0 0;
	opacity: 1;
	-webkit-transition: .3s;
    transition: .3s;
}
a.btn:hover, a.btn:focus, a.btn:active,
.btn:hover, .btn:focus, .btn:active {
	opacity: .9;	
	-webkit-transition: .3s;
    transition: .3s;
}
#news-section a.btn {
	color: #5087ee;	
	background: #f0eed9;
	margin-top: 20px;
}
#news-section .description p {
    margin-top: 0;
}
#featured-jobs-section {
    float: left;
    padding: 40px 60px 40px 60px;
	background: #f0eed9;
	width: 33.4%;
	text-align: center;
}
#featured-jobs-section h2 {
	color: #5087ee;
	font-family: 'Infini';
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}
#featured-jobs-section h2:before {
    background: url(images/sprites.png) no-repeat;
    width: 52px;
    height: 41px;
    vertical-align: middle;
    background-position: -323px -220px;
    margin-bottom: 12px;
    margin-right: 20px;
    content: '\A';
    display: inline-block;
}
.job-feed {
	color: #5087ee;	
	margin-bottom: 20px;
	display: none;
}
#featured-jobs-section a.btn {
	color: #f0eed9;	
	background: #5087ee;
	display: block;
    margin: 40px auto 0 auto;
    width: 147px;
}
#featured-jobs-section a.btn:hover, #featured-jobs-section a.btn:focus {
	color: #f0eed9;	
}
#featured-jobs-section ul li {
    margin-bottom: 20px;
}
#featured-jobs-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
#featured-jobs-section .title {
    color: #5087ee;
    font-weight: bold;
}
#featured-jobs-section .employer, #featured-jobs-section .city {
    color: #0c2340;
    font-size: 14px;
}
#featured-jobs-section .date {
    color: #777;
    font-size: 14px;
}
#featured-jobs-section a {
	text-decotation: none;
	display: inline-block;
}
#featured-jobs-section a:hover, #featured-jobs-section a:focus {
	text-decotation: underline;
	color: #5087ee;
}
#featured-jobs-section a:hover .title, #featured-jobs-section a:focus .title {
	text-decotation: underline;
	color: #5087ee;
}

/* FOOTER */
footer .container.flex {
    border-top: 1px solid #dadad8;
}
footer {
	color: #7a7678;	
	border-top: 3px solid #fff;
	border-bottom: 1px solid #dadad8;
	background: #f6f6f4;
}
footer .social-row {
	border-top: 1px solid #dadad8;	
	padding: 30px 10px 25px 10px;
	width: 100%;
    clear: both;
	text-align: center;
}
footer .main-nav, footer .utility-nav, footer .site-info {
	padding: 30px;
	float: left;
	align-items: center;
    display: flex;
}
footer .main-nav {
    max-width: 300px;
    border-right: 1px solid #dadad8;
}
footer .utility-nav {
	border-right: 1px solid #dadad8;
}
footer .utility-nav li {
	float: left;	
}
footer .main-nav a {
	color: #7a7678;
	font-family: 'Infini';
	font-weight: bold;
	font-size: 14px;	
}
footer .main-nav a:hover, footer .main-nav a:focus, footer .main-nav a:active {
	color: #f3594c;
	text-decoration: none;	
}
footer .utility-nav a, .terms a, .supporter a {
	color: #7a7678;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 20px 0px 0px;
}
.supporter a {
	margin-right: 0;	
}
footer .utility-nav a:hover, footer .utility-nav a:focus, footer .utility-nav a:active, .terms a:hover, .terms a:focus, .terms a:active,
.tig-credit a:hover, .tig-credit a:focus, .tig-credit a:active,
.supporter a:hover, .supporter a:focus, .supporter a:active {
	color: #f3594c;	
	text-decoration: none;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
footer h1.site-title {
	font-size: 16px;
	margin-bottom: 0;	
	margin-top: 0;	
	color: #7a7678;
}
footer .contact-info {
	font-size: 13px;
	line-height: 22px;
    margin-bottom: -10px;
    display: block;
}
footer .tig-credit {
	font-size: 11px;
}
.tig-credit a {
	color: #7a7678;	
}
footer .tig-credit .terms {
	font-style: italic;
	font-size: 14px;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	margin-right: 30px;
	font-weight: 600;
}
.menu-utility-container {
    float: left;
}
a span.circle {
	font-family: 'Infini';
	font-weight: bold;
	font-size: 18px;
	color: #5087ee;	
}
header span.circle {
    float: left;
    background: url('images/sprites.png') no-repeat;
    height: 90px;
    width: 136px;
    background-position: -110px -15px;
    border-radius: 0;
    text-align: center;
    margin-left: 20px;
}
span.circle {
    float: left;
    background: #e5dd80;
    height: 102px;
    width: 102px;
    border-radius: 50%;
    line-height: 102px;
    text-align: center;
}
header a:hover span.circle, header a:focus span.circle, header a:active span.circle {
	background: url('images/sprites.png') no-repeat;
	background-position: -254px -15px;	
}
a:hover span.circle, a:focus span.circle, a:active span.circle {
	background: #f5ec89;	
}
footer .utility-nav a span.circle {
    margin: 0 -20px 0 20px;
}
ul.social-icons {
    margin: 0 auto;
    display: table;
}
.social-icons li a {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
	display: block;
    background-image: url('images/sprites.png');
}
.social-icons li {
	float: left;	
	margin-right: 60px;
}
.social-icons li:last-child {
	margin-right: 0px;
}
.social-icons .li, .social-icons .fb, .social-icons .tw, .social-icons .tw, .social-icons .yt {
	display: block;
}
.li a {
	width: 22px;
    height: 22px;
	background-position: -8px -175px;
}
.li a:hover, .li a:focus, .li a:active {
	background-position: -8px -207px;
}
.fb a {
	width: 25px;
    height: 25px;
    background-position: -43px -173px;	
}
.fb a:hover, .fb a:focus, .fb a:active {
	background-position: -43px -205px;
}
.tw a {
	width: 27px;
    height: 22px;
    background-position: -81px -174px;
}
.tw a:hover, .tw a:focus, .tw a:active {
	background-position: -81px -206px;
}
.yt a {
	width: 54px;
    height: 25px;
    background-position: -122px -174px;
}
.yt a:hover, .yt a:focus, .yt a:active {
	background-position: -122px -206px;
}

/* search box */

.icon-search,
.search-submit  {
	width: 77px;
    height: 83px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 83px;
    text-align: center;
    cursor: pointer;
}
.icon-search {
	color: #f3594c;
	background: #dae9ec url('images/sprites.png') no-repeat;
	background-position: 19px -352px;	
	z-index: 90;
	-webkit-transition: .1s;
    transition: .1s;
	float: left;
	text-indent: -9999999px;
}

.icon-search:hover, .icon-search:active, .icon-search:focus {
	background: #e6f6f8 url('images/sprites.png') no-repeat;
	background-position: 19px -352px;		
}


.search-overlay {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	background-color: rgba(12,35,64,1);
	background-color: #f3594c;

	opacity: 0;
    z-index: -9999999999999999;
    transition: 200ms;
}
.search-overlay.open {
	opacity: 1;
    z-index: 9999999999999999;
    transition: 200ms;
}
.search-close {
	background: transparent;
	border: none;
	font-size: 108px;
	outline: none;
	position: absolute;
	top: 0.5em;
	right: 1em;
	z-index: 100;
	color: #dae9ec;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	transition: .3s;
}
.search-close:hover, .search-close:focus, .search-close:active  {
	border: none;
	box-shadow: none;
	transform: scale(1.5);
	transition: .3s;
}
.search-overlay form {
	margin: auto;
	max-width: 1200px;
	position:relative;
	height: 100%;
	padding-left: 20px;
}
.search-overlay input {
	background: none;
	border: none;
	font-size: 72px;
	font-weight: 400;
	font-family: "Gotham SSm A", "Gotham SSm B";
	height: 70px;
	width: 100%;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
	color: #dae9ec;
}
.search-overlay form input[type="text"]:focus {
	color: #dae9ec;	
	outline: none;
}
.search-overlay form ::-webkit-input-placeholder {
 color: #dae9ec;
}
.search-overlay form :-moz-placeholder {
 color: #dae9ec;
 opacity: 1;
}
.search-overlay form ::-moz-placeholder {
 color: #dae9ec;
 opacity: 1;
}
.search-overlay form :-ms-input-placeholder {
 color: #dae9ec;
 opacity: 1;
}
.search #byscripts_ajax_posts_loader_trigger {
	display: none;	
}
.pagination {
    margin-top: 120px;
    line-height: 40px;
    margin-bottom: 20px;
	font-size: 14px;
}
.pagination a {
	margin: 0 16px;
	padding: 4px 6px;
    border: 1px solid #5087ee;
    background: none;
    color: #5087ee;
}
.pagination a.inactive {
    background: none;
    color: #5087ee;
    margin: 0;
}
.pagination .current {
	padding: 4px 6px;
    border: 1px solid #5087ee;
	background: #5087ee;
    color: #fff;
}

@media screen and (max-width: 600px) {
	.search-overlay .search-close {
		font-size: 48px;
	}
	.search-overlay form {
		top: 50px;
	}
	.search-overlay input {
		font-size: 25px;
		height: 35px;
	}
}
.search table {
    background: none;
}
.search table td {
    padding: 0;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 18px !important;
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: bold !important;
    height: 100% !important;
	text-decoration: none;
}
.gs-result .gs-title:hover, .gs-result .gs-title:focus, .gs-result .gs-title:active {
	text-decoration: underline;
}	
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gsc-control-cse .gsc-table-result {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #3e3c3d !important;
}
.gsc-results {
	margin-top: 30px !important;	
}
.gsc-url-top {
	padding-top: 0px !important;	
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}
.gsc-result-info {
	padding-left: 0 !important;	
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    color: #5087EE !important;
    font-size: 12px !important;
}
.search-term {
	color: #3E3C3D;
}
.gsc-above-wrapper-area {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    border-bottom: 1px solid #dadad8 !important;
}
.gcsc-branding {
	display: none !important;	
}
.gs-spelling {
    color: #3E3C3D !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
}
.gs-spelling a {
	color: #5087EE !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: transparent !important;
    color: #3E3C3D !important;
}
.gsc-results .gsc-cursor-box {
    margin: 10px 0 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	font-size: 14px !important;
	margin-right: 10px !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin: 0 !important;
    padding: 4px 6px !important;
    border: 1px solid #5087ee !important;
    background: none !important;
    color: #5087ee !important;
    margin-right: 4px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #5087ee !important;
	font-weight: normal !important;
	color: #fff !important;
}
.gsc-above-wrapper-area-container {
	margin-bottom: 5px !important;	
}
p.you-searched {
	color: #676767;
	margin-bottom: 0;	
}

/* end search box */
/* search results */
.search_section {
    margin: 0 auto;
    text-align: left;
}
.search_section fieldset {
	position: relative;
}
.obscure {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
fieldset {
	border: none;
    margin: 0;
    padding: 0;	
}
.searchtext {
    display: inline-block;
	margin-bottom: 0;
}
.searchtext input {
    border: 0;
    color: #f3594c;
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 10px 9px;
    width: 254px;
	border-radius: 0;
}
.searchsub {
    display: inline-block;
    margin-top: 10px;
}
.searchsub input {
    border: none;
    background-color: #5087EE;
    color: white;
    font-family: 'Infini';
    font-size: 18px;
    font-weight: normal;
    padding: 11px 11px 11px;
    margin-left: 5px;
	box-shadow: none;
	border-radius: 0;
	background: rgb(80, 135, 238);
	transition: .3s;
	opacity: 1;
}
.searchsub input:hover, .searchsub input:focus, .searchsub input:active {
	background: rgb(80, 135, 238);
	transition: .3s;
	opacity: .9;
	box-shadow: none;	
}
@media screen and (max-width: 370px) {
	.searchsub input { 
	 	margin-left: 0;
	}
}
/* end search results */



.left-col, .right-col {
	float: left;	
}
.left-col {
	background: #f1f1ef;
}
.single-post .right-col {
	background: #f1f1ef;
}
.right-col .news {
    margin-bottom: 30px;
}
.main-content {
	max-width: 780px;
	margin: 0 auto;	
}
.news-landing .main-content {
	max-width: 100%;	
}
.resources-section {
	background: #e5dd80;
	padding: 20px;
	box-shadow: 0 0 0 12px rgba(229, 221, 128, 1);
    border: 2px solid #f3efb9;
    margin: 12px;
}
.interior-featured-boxes-section {
	background: #fff;
	padding: 20px;
	display: flex;
}
.featured-image {
    background: #fff;
	text-align: right;
}
.featured-image span.caption {
	padding-bottom: 0px;
	margin-bottom: -7px;
	font-size: 12px;
    font-weight: 500;
	color: #0c2340;
	display: block;
}
.featured-image img {
	width: 100%;
}
.single .featured-image {
    max-height: 300px;
    overflow: hidden;
}
.breadcrumbs {
	background: #fff;	
	color: #7a7678;
	font-size: 14px;
	width: 100%;
}
.breadcrumbs p {
    margin: 0;
}
.breadcrumbs a {
	color: #7a7678;
}
.breadcrumb_last {
	color: #f3594c;	
}

/* news page */
.news-landing {
	display: flex;
}	
.news-landing .left-col {
	width: 100%;	
}
.news-landing h1 a {
	color: #5087ee;	
}
.news-container-sm, .news-container-lg {
	min-height: 330px;
}
.news-landing .news:last-of-type {
    margin-right: 0;
}
.news-landing h1 {
    margin-top: 0;
	display: inline-block;
	float: left;
	margin-right: -100%;
	z-index: 999;
    position: relative;
}
.news-landing .news {
    margin-right: 30px;
}
.news {
	background: #fff;	
}
.news .content {
	padding: 20px;
	position: relative;
    height: 100%;
}
.news-landing .news {
	width: 25%;
	float: left;	
	margin-bottom: 30px;
}
.news .cat-tags {
    position: absolute;
    bottom: 15px;
}
.news.lg {
	width: 50%;	
}
.news .category a,
.news-single .category a {
    color: #f3594c;
}
.news .category a:hover, .news-single .category a:hover,
.news .category a:focus, .news-single .category a:focus,
.news .category a:active, .news-single .category a:active {
    text-decoration: underline;
}
.news .date {
	font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 12px;
	font-weight: 400;
    color: #7a7678;
    display: block;
	margin-top: -20px;
}
.news .image {
    float: left;
    position: relative;
    z-index: 999;
	overflow: hidden;
	width: 100%;
}
.news-single h1 {
	color: #3e3c3d;
	font-size: 36px;
	line-height: 36px;
	margin-top: -20px;	
}
.news h2 {
    margin-top: 0;
	padding-top: 10px;
}
.news header {
    padding-bottom: 40px;
}
.news-container-lg .news .content {
    width: 55%;
	padding: 20px;
}
.news-container-lg .news h2 {
	padding-top: 15px;
}
.news-container-lg .news .content.full {
	width: 100%;
}	
.news-container-lg .news .image {
    float: left;
    width: 45%;
	
	overflow: hidden;
	max-height: 420px;
}
.news-container-lg .news .image img {
	display: block;
	height: 100%;
}
.view-more a:hover, .view-more a:focus, .view-more a:active {
	text-decoration: none;	
}
.load-more {
	background: none;
    color: #f3594c;
    font-family: 'Infini';
    font-weight: bold;
    font-size: 18px;
	padding: 20px 10px;
    cursor: pointer;
	text-align: center;
}
.load-more:before {
	content: "\A";
    background: url('images/sprites.png') no-repeat -216px -125px;
    margin-right: 5px;
    width: 50px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.load-more:hover, .load-more:active, .load-more:focus {
	color: #5087ee;	
	text-decoration: none;
}
.load-more:hover:before {
	background: url('images/sprites.png') no-repeat -163px -125px;
}



/* interior featured boxes */
.interior-page {
    display: flex;
	flex-wrap: wrap;
}
.interior-page .featured-box {
	border: none;
	width: 33%;
    padding: 20px 30px 20px 30px;
}
.interior-page .featured-box:nth-child(odd) {
    margin-right: 0px;
}
.interior-page .featured-box h2, .interior-page .featured-box a .learn-more {
	color: #f3594c;	
}
.interior-page .featured-box a:hover .learn-more, .interior-page .featured-box a:focus .learn-more, .interior-page .featured-box a:active .learn-more {
	color: #5087ee;	
}
.interior-page .featured-box a:hover h2, .interior-page .featured-box a:focus h2, .interior-page .featured-box a:active h2 {
	text-decoration: underline;
}
.interior-page .featured-box a .learn-more:before {
	background: url('images/sprites.png') no-repeat -216px -125px;
}
.interior-page .featured-box a:hover .learn-more:before, .interior-page .featured-box a:focus .learn-more:before, .interior-page .featured-box a:active .learn-more:before {
	background: url('images/sprites.png') no-repeat -163px -125px
}


.quicklinks {
	margin-bottom: 60px;	
}
.quicklinks h3, .categories h3 {
	color: #5087ee;
	font-weight: normal;
	margin-top: 0;
}
.quicklinks ul {
	list-style: none;
	padding: 0; 
	margin: 0;	
	font-weight: 500;
	font-size: 14px;
}
.quicklinks li {
    border-bottom: 1px solid #e0e0e0;
}
.quicklinks li a, categories li a {
	padding: 12px 0;
    color: #7a7678;
    line-height: 1.4;
	display: block;
}
.quicklinks li a:hover, .quicklinks li a:focus, .quicklinks li a:active {
	color: #f3594c;
	text-decoration: none;
}
.quicklinks li:last-child {
	border: none;
}
.scroll-top {
    background: #e1e2dd;
    position: absolute;
    right: 0;
    height: 100%;
    width: 80px;
	margin-top: -24px;
}
.up-arrow {
	background: url('images/sprites.png') no-repeat;
	background-position: -321px -123px;
    width: 36px;
    height: 22px;
    margin: 0 auto;	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
a:hover .scroll-top, a:focus .scroll-top, a:active .scroll-top {
	background: #ecede9;
}
.ad {
	background: #f6f6f4;
	margin-top: 20px;
	width: 100%;
	height: 250px;	
}
.g { /* adrotate group */
	margin-bottom: 20px !important;	
}
.a-single {
	margin-top: 20px;	
}
body .category, body .tags {
	font-family: 'Infini';
	font-style: italic;
	font-size: 14px;
	color: #7a7678;
	display: block;
}
.tags {
	margin-top: -27px;	
}
.news-single .category, .news-single .tags {
	display: inline-block;
	margin-right: 30px;	
}
.news-single .date {
	color: #7a7678;
	font-size: 14px;	
}
.news-single .entry-content {
    margin-top: 10px;
}
.resource {
    margin: 40px 0 80px 0;
    padding: 20px 40px;
	position: relative;
}
.resource h1.entry-title {
    padding-right: 35px;
}

/*.resource:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #f1f1ef;
    height: 100%;
    width: 100%;
    border-radius: 15%;
}*/
.featured-box.border {
	border: 1px solid #ff877d;	
}
.resource {
	background: url(images/top-corner-borders.png) top no-repeat;
    background-size: contain;
}
.resource h2 a, .resource h1 a,
.news h2 a {
	color: #3e3c3d;	
}
.resource p {
    margin-top: -10px;
}
.resource h1 a {
	line-height: 36px;	
}
.single .left-col .main-content .resource {
	padding: 0;
	margin: 0 0 120px 0;
	background: none;
}
.single .left-col .main-content .resource .icon {
    top: 0;
	right: 0;
}

.categories hr {
    background: #e0e0e0;
}
.cat-tags {
    float: left;
}
body .category a, body .tags a {
    color: #7a7678;
}
body .category a:hover, body .category a:focus, body .category a:active,
body .tags a:hover, body .tags a:focus, body .tags a:active {
    color: #f3594c;
	text-decoration: none;
}
.icon {
    background: url('images/sprites.png') no-repeat;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 8px;
}
.icon.external {
	background-position: -229px -173px;
	right: 13px;
}
.icon.pdf {
	background-position: -190px -173px;
}
.ssba.ssba-wrap {
    /*background-color: transparent;
    background-image: linear-gradient(to right, #5087ee 3%, transparent 3%), linear-gradient(to right, #5087ee 3%, transparent 3%), linear-gradient(to bottom, #5087ee 15%, transparent 15%), linear-gradient(to bottom, #5087ee 15%, transparent 15%);
    background-size: 97% 1px, 97% 1px, 1px 86%, 1px 89%;
    background-position: 0% 0%, 0% 100%, 0% 0%, 100% 0%;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;*/
	background: url('images/blue-corners.png') no-repeat;
	float: right;
	width: 175px;
	height: 40px;
    padding-right: 3px;
    padding-top: 2px;
	margin-top: 6px;
}
.news-single .ssba.ssba-wrap {
	/*margin-top: 0;*/	
}
.ssba a:hover img, .ssba a:focus img, .ssba a:active img {
	opacity: .85;
}
.categories {
    margin-bottom: 60px;	
}
.categories h4 {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-size: 14px;
	font-weight: 600;
	color: #0c2340;
	margin-bottom: 10px;
} 
.categories ul {
	list-style: none;
    padding: 0;	
	font-size: 14px;
}
.categories ul a {
	color: #7a7678;
}
.categories ul a .count {
	color: #f3594c;	
}
.categories ul li a:hover, .categories ul li a:focus, .categories ul li a:active {
	color: #f3594c;
	text-decoration: none;
}

.prev-next-container .next a, .prev-next-container .prev a {
	color: #3e3c3d;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;	
}
.next a:hover, .prev a:hover,
.next a:focus, .prev a:focus,
.next a:after, .prev a:after {
	text-decoration: none;	
	color: #f3594c;
}
.prev-next-container {
	margin-bottom: 39px;
    padding-bottom: 1px;	
}
.prev {
    float: left;
}
.next {
	float: right;
	text-align: right;	
}
.prev, .next {
    width: 50%;
}
.prev-next-container .prev a:before {
    content: '\2190';
    padding-right: 5px;
	color: #f3594c;
	font-size: 18px;
}
.prev-next-container .next a:after {
    padding-left: 5px;
    content: '\2192';
	color: #f3594c;
	font-size: 18px;
}
#byscripts_ajax_posts_loader_trigger {
    text-align: center;
    background: #5087ee;
    color: #fff;
    padding: 20px 10px;
    cursor: pointer;
}
.archive .main-content h1:nth-child(n+2),
.news-landing .center:nth-child(n+2) {
    display: none;
}
#byscripts_ajax_posts_loader_trigger:hover, #byscripts_ajax_posts_loader_trigger:focus, #byscripts_ajax_posts_loader_trigger:active {
	background: #5d90ef;
}
.news-landing #byscripts_ajax_posts_loader_trigger, .archive #byscripts_ajax_posts_loader_trigger {
	background: none;	
	color: #f3594c;
	font-family: 'Infini';
	font-weight: bold;
	font-size: 18px;
}
.news-landing #byscripts_ajax_posts_loader_trigger:before, .archive #byscripts_ajax_posts_loader_trigger:before {
    content: "\A";
    background: url('images/sprites.png') no-repeat -216px -125px;
    margin-right: 5px;
    width: 50px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.news-landing #byscripts_ajax_posts_loader_trigger:hover:before, .archive #byscripts_ajax_posts_loader_trigger:hover:before,
.news-landing #byscripts_ajax_posts_loader_trigger:focus:before, .archive #byscripts_ajax_posts_loader_trigger:focus:before,
.news-landing #byscripts_ajax_posts_loader_trigger:active:before, .archive #byscripts_ajax_posts_loader_trigger:active:before {
	background: url('images/sprites.png') no-repeat -163px -125px;
}
.news-landing #byscripts_ajax_posts_loader_trigger:hover, .archive #byscripts_ajax_posts_loader_trigger:hover,
.news-landing #byscripts_ajax_posts_loader_trigger:focus, .archive #byscripts_ajax_posts_loader_trigger:focus,
.news-landing #byscripts_ajax_posts_loader_trigger:active, .archive #byscripts_ajax_posts_loader_trigger:active {
	color: #5087ee;
}



/** news cat and date archives **/
#filter-container {
	text-align: center;
    margin: -3px auto;
    display: inline-block;
    font-size: 14px;
    color: #7a7678;
    font-weight: bold;
	width: 100%;
}
.filter-btn {
	display: inline-block;
	text-align: center;
    background: #5087ee;
	transition: 75ms;
	cursor: pointer;
	margin-left: 10px;
}
.filter-btn .filter-text {
	text-decoration: none;
	color: #fff;	
    display: block;
    padding: 8px 10px;
    font-style: italic;
	font-family: 'Infini', serif;
    font-weight: normal;
	font-size: 18px;
	transition: 75ms;
}
.filter-btn  a {
	text-decoration: none;
}
.filter-btn:hover, .filter-btn:focus, .filter-btn:active,
.filter-btn:hover.active, .filter-btn:focus.active, .filter-btn:active.active ,
.filter-btn.active {
	background: #5d90ef;
	transition: 75ms;
}
.filter-btn:hover .filter-text, .filter-btn:focus .filter-text, .filter-btn:active .filter-text {
	color: #fff;
	transition: 75ms;	
}
.filter-btn.active .filter-text {
	color: #fff;	
	transition: 75ms;
}
#cancel-x {
	background: url("images/cancel-x.png")no-repeat;
	width: 29px;
    height: 34px;
    float: right;
	cursor: pointer;
	display: none;
	position: absolute;
    right: -70px;
    top: 0;
}
#cancel-x.active {
	display: inline-block;	
}
ul#category-list, ul#date-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: initial;
    display: none;
    text-align: center;
    padding: 30px 0 10px 0;
}
#category-list li, #date-list li {
    font-family: 'Infini';
    font-style: italic;
    margin-bottom: 5px;
}
ul#category-list.active, ul#date-list.active {
    display: block;
}
.news-menu {
    margin: 0px 0 40px 0;
    padding: 0;
	position: relative;
}
.news-menu-bg {
    margin: 0px 0 40px 0;
    padding: 0;
    display: inline-block;
}
.center {
	text-align: center;	
}
.alert-bar {
	background: #fff;
	border-bottom: 1px solid #f3594c;
	padding: 15px;
	text-align: center;
}
.alert-bar h1 {
	font-size: 18px;
	font-weight: normal;
	color: #5087ee;	
}
.alert-bar p a {
	font-family: 'Infini';
	font-weight: normal;
	font-size: 16px;
	color: #f3594c;	
	margin-left: 20px;
}
.alert-bar h1, .alert-bar p {
    display: inline-block;
	margin: 0;
	line-height: 32px;
}
.interior-page, .home-page {
    background: #0c2340 url('images/menu-bg.png') repeat;
}
.right-col {
    background: #fff;
}

/****** VFB PRO **********/

.vfbp-form .btn-primary {
    background-color: #5087ee;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    color: #f0eed9;
    padding: 10px 20px;
	font-family: 'Infini';
    font-style: italic;
    font-size: 18px;
    padding: 12px 24px;
	opacity: 1;
	transition: .3s;
}
.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary:active { 
	opacity: .9;
	background-color: #5087ee;
	color: #f0eed9;
	transition: .3s;
}
.vfbp-form .vfb-form-control {
	border-radius: 2px;	
}
.vfb-fieldType-checkbox, .vfb-fieldType-radio {
    margin-bottom: 5px;
}
.vfbp-form .vfb-radio, .vfbp-form .vfb-checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
}
.vfbp-form .vfb-form-control {
	border-color: #ddd;	
}
.vfbp-form {
    margin-left: -15px;
    margin-right: -15px;
}
.form-success {
    padding: 15px 10px;
    margin: 30px 0px;
    font-size: 18px;
    background: #d4ecde;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
	text-align: center;
}
/*************************/


/* Media Queries */
@media screen and (min-width: 1px) {
	.main-navigation a.inline-block {
		display: none;	
	}
	#page .container {
		width: 100%;
		/*padding-left: 280px;	*/
	}
	.carousel .item .img-wrap {
		width: 100%;
	}
	.carousel-caption {
		position: static;
		background: #e5dd80;
		padding: 0 20px 20px 20px;
	}
	.carousel-caption p {
		font-size: 18px;
	}
	.carousel-indicators {
		display: none;	
	}
	#featured-boxes-section { /* Masonry container */
		column-count: 1;
		column-gap: 0px;
	}
	#featured-boxes-section {
		padding: 20px 12px 0 12px;
	}
	.featured-box {
		margin-bottom: 20px;	
	}
	.no-flex-mobile.flex {
		display: block;	
	}
	#news-wrap, #featured-jobs-section, .left-col, .right-col {
		width: 100%;	
	}
	.main-content, .right-col {
		padding: 20px;	
	}
	.interior-featured-boxes-section {
		display: block;
	}
	.interior-page .featured-box {
		width: 100%;
	}
	.featured-box .image {
		display: none;	
	}
	#news-section .inner-wrap {
		padding: 0px;
	}
	#news-section h2:before {
		display: none;
	}
	#news-section h2 {
		margin-bottom: 40px;
	}
	.featured-box.corner-border {
	    background-image: none;
    	border: 1px solid #ff877d;
	}
	.news-container-lg .image.desktop {
		display: none;
		height: 100%;
	}
	.news-container-lg .news .content {
		width: 100%;
	}
	.news-container-lg .image.mobile {
		display: block;
		width: 100%;
	}
	.news-landing .news {
		width: 100%;	
	}
	header.entry-header p {
    	display: none;
	}
	.breadcrumbs p {
		padding: 12px 20px;
	}
	.news-single h1 {
		margin-top: 0px;	
	}
	.site-branding {
		margin-left: 0px;	
	}
	header h1.site-title {
		display: none;	
	}
	header h1.site-title.mobile {
		display: inline-block;	
		text-align: center;
		margin-top: 15px;
    	line-height: 22px;
	}
	.sophe-logo {
		display: none;
		margin-top: 0px;
	}
	.interior-page .featured-box.two {
		width: 100%;
	}
	.buttons {
		float: left;
	}
	.mobile-clear {
		clear: both;
	}
	footer .site-info {
		display: none;	
	}
	footer .mobile .site-info {
		display: flex;	
	}
	footer .container.mobile {
		border-top: 1px solid #dadad8;
	}
	footer .utility-nav {
		border-right: none;
	}
	footer .container.flex {
		display: none;	
	}
	.carousel-caption {
		min-height: 127px;	
	}
	.supporters-wrap .left {
		width: 100%;
		float: left;
	}
	.supporters-wrap .right {
		float: left;
		width: 100%;
		text-align: left;
	}
}
@media screen and (min-width: 367px) {
	.sophe-logo {
		display: inline-block;
		background-size: 450% 450%;	
		margin-right: -15px;
    	margin-left: -5px;	
	}
}	
@media screen and (min-width: 400px) {
	.sophe-logo {
		margin-right: 0px;
    	margin-left: 0px;	
		background-size: inherit;	
		margin-top: -22px;
	}
	.site-branding {
		margin-left: 10px;	
	}
}
@media screen and (max-width: 450px) {
	.news-landing .center {
		text-align: left;	
	}
	#cancel-x {
		right: 0px;
	}
	.news-menu {
		width: 100%;	
	}
}
@media screen and (max-width: 500px) {
	#filter-container .mobile-clear {
		clear: both;	
	}
}

@media screen and (max-width: 767px) {
	.news-landing .news {
		margin-bottom: 20px;
	}	
	/********************/
	.menu-wrapper {
		/*display: none;*/	
	}
	#page, .container {
		padding-left: 0 !important;	
	}
	#site-navigation .menu-utility-container {
		display: none;
	}
	.menu-toggle, .main-navigation.toggled ul {
		display: none;
	}
	.main-navigation a.inline-block {
		display: none;	
	}
	.site-branding, h1.site-title {
		margin-right: 10px;
	}
}
@media screen and (min-width: 768px) {
	.featured-box .image {
		display: block;	
	}
	.featured-box.corner-border {
		background-color: transparent;
		/*background-image: linear-gradient(to right, #f3594c 15%, transparent 15%), linear-gradient(to right, #f3594c 15%, transparent 15%), linear-gradient(to bottom, #f3594c 15%, transparent 15%), linear-gradient(to bottom, #f3594c 15%, transparent 15%);
		background-size: 90% 1px, 90% 1px, 1px 90%, 1px 90%;*/
			background-image: linear-gradient(to right, #ff877d 15%, transparent 15%), linear-gradient(to right, #ff877d 15%, transparent 15%), linear-gradient(to bottom, #ff877d 20%, transparent 20%), linear-gradient(to bottom, #ff877d 20%, transparent 20%);
		background-size: 87% 1px, 87% 1px, 1px 84%, 1px 84%;
		background-position: 0% 0%, 0% 100%, 0% 0%, 100% 0%;
		background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
		border: none;
	}
	.news-container-sm, .news-container-lg {
		display: flex;	
	}
	.news-landing .news {
		width: 48%;	
	}
	.news-landing .news.lg {
		width: 48%;
	}	
	.buttons {
		float: right;
	}
	.mobile-clear {
		clear: none;
	}
	header h1.site-title {
		display: inline-block;	
	}
	header h1.site-title.mobile {
		display: none;	
	}
	.site-branding {
		top: 0px;	
	}
	.sophe-logo {
    	margin-top: 0px;
	}
}
@media screen and (min-width: 821px) {
	.mp-pusher {
		width: calc(100% - 0px);
	}
	.mp-pushed {
		transform: translate3d(300px, 0px, 0px);
		width: calc(100% - 300px);
	}	
}
@media screen and (min-width: 860px) {
	.interior-featured-boxes-section {
		display: flex;
	}	
}
@media screen and (min-width: 900px) {
	footer .utility-nav li {
		float: none;	
	}	
	footer .container.flex {
		display: flex;	
	}
}
@media screen and (max-width: 991px) {
	.news-menu-bg {
		margin: 48px 0 20px 0;
		display: inline-block;
	}
	.news-menu {
		clear: both;	
	}
}
@media screen and (min-width: 992px) {
	/*#page .container {
		width: 960px;	
	}*/
	#featured-boxes-section {
		padding: 50px 100px 0 100px;
	}
	.featured-box {
		margin-bottom: 50px;	
	}
	#news-section .inner-wrap {
		padding: 0 90px;
	}
	#news-section h2 {
		margin-bottom: 20px;
	}
	#news-section h2:before {
		display: inline-block;	
	}
}
@media screen and (max-width: 1099px) {
	header .menu-utility-container {
		display: none;
	}
	#mp-menu .menu-utility-container, #mp-menu ul.donate {
		display: block;
	}
	h1.site-title {
		margin-right: 10px;	
	}
	.site-branding {
		margin-right: 10px;	
	}
	.supporters-wrap .right {
		margin-top: 30px;
	}
}
@media screen and (min-width: 1100px) {
	header .menu-utility-container {
		display: block;
	}
	#mp-menu .menu-utility-container, #mp-menu ul.donate {
		display: none;
	}
	header h1.site-title {
		display: none;
	}
	.no-flex-mobile.flex {
		display: flex;	
	}
	.main-navigation a.inline-block {
		display: inline-block;	
	}
	#featured-jobs-section, .right-col {
		width: 33.4%;	
	}
	#news-wrap, .carousel .item .img-wrap, .left-col {
		width: 66.6%;
	}
	.main-content, .right-col {
		padding: 50px;	
	}
	.carousel-caption {
		right: 50px;
		left: 69.6%;
		position: absolute;
		top: 0;
		padding: 20px 0px 30px 0px;
		min-height: 100%;
	}
	.carousel-indicators {
		display: block;	
	}
	.carousel-caption p {
		font-size: 24px;
	}
	#featured-boxes-section {
		column-count: 2;
		column-gap: 50px;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
    	-moz-column-count: 2; /* Firefox */
		-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    	-moz-column-gap: 50px; /* Firefox */
	}
	.breadcrumbs p {
		padding: 12px 50px;
	}
	/*.right-col .categories {
	    margin-top: -40px;
	}*/
	.news-single h1 {
		margin-top: -20px;	
	}
	.interior-page .main-content h1 {
		margin-top: 0;
	}
	.interior-page .featured-box.three {
		width: 49%;
	}
	footer .utility-nav li {
		float: left;	
	}
	.supporters-wrap .left {
		width: 33.4%;
		float: left;
	}
	.supporters-wrap .right {
		float: left;
		width: 66.6%;
		text-align: right;
	}
}
@media screen and (min-width: 1200px) {
	.interior-page .featured-box.two {
		width: 49%;
	}
}
@media screen and (min-width: 1260px) {
	.carousel-caption p {
    	font-size: 30px;
	}	
}
@media screen and (max-width: 1299px) {
	.news-landing .news {
		margin-right: auto;
	}
	.news-container-sm .news:nth-child(even) {
		margin-right: 0;
		padding-right: 0;
	}	
	.news-container-sm {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (min-width: 1300px) {
	.news-landing .news {
		width: 25%;	
	}
	.news-landing .news.lg {
		width: 50%;
	}	
	header.entry-header p {
    	display: block;
	}
}
@media screen and (min-width: 1340px) {
	h1.site-title {
		display: inline-block;	
	}	
	footer .utility-nav li {
		float: none;	
	}
	footer .site-info {
		display: flex;	
	}
	footer .container.mobile {
		display: none;	
	}
	footer .utility-nav {
		border-right: 1px solid #dadad8;
	}
}
@media screen and (min-width: 1400px) {
	.carousel-caption p {
		font-size: 36px;
	}
	.interior-featured-boxes-section {
		display: flex;
	}	
	.interior-page .featured-box.three {
		width: 33%;
	}
	header h1.site-title {
		display: inline-block;
	}
}
@media screen and (min-width: 1510px) {
	.news-container-lg .image.desktop {
		display: block;
		width: 45%;
	}
	.news-container-lg .news .content {
		width: 55%;
		float: left;
	}
	.news-container-lg .news h2 {
		padding-top: 10px;
	}
	.news-container-lg .image.mobile {
		display: none;
	}
}
@media screen and (min-width: 1600px) {
	footer .utility-nav li {
		float: left;	
	}
}
