/* www.devsaran.com */ 

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800,300,500,600);
@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
@import url(//fonts.googleapis.com/css?family=Lora:400,700);
@import url(//fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;1,300&display=swap);

#block-cck-blocks-field-featured-image {
	height: 0;
	overflow: hidden;
}

/* Deafults */

/* Default Style
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
	border: 1px solid #bbbbbb;
	padding: 10px 5px 5px 47px;
	margin: .8em 0;
	border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

pre {
	border: 1px solid #bbbbbb;
	padding: 7px;
	margin: 5px 0;
	border-radius: 7px;
}

code {
	border: 1px solid #bbbbbb;
	display: block;
	padding: 7px;
	margin: .8em 0;
	border-radius: 7px;
}

ins {
	text-decoration:none;
}

mark {
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

hr {
	height:1px;
	margin: 7px 0;
	border: none;
	clear: both;
	float: none;
	width: 100%;
}

input, select {
	vertical-align:middle;
}

select {
	border-radius: 4px;
	border: 1px solid #ACACAC;
	padding: 3px 4px;
}

.remove-margin {
	margin-right: 0 !important;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.4615em;
	padding: 1.5385em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 15px;
	width: 100%;
}

th, tr, td {
	vertical-align: middle;
}

.sticky-header th, .sticky-table th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left;
}


table {
	border: 1px solid #bbbbbb;
}

th {
	padding: 5px 4px;
	border-right: 1px solid #c8c7c7;
}

td {
	text-align: left;
	padding: 4px;
	border-right: 1px solid #c8c7c7;
	border-bottom: 1px solid #c8c7c7;
}


body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 0.8em;
}

.front .field-name-body {
	font-size: 16px;
	line-height: 24px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

ul, ol {
	padding-left:20px;
	margin-bottom: 0.8em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	padding: 0;
	margin: 0 0 .75em;
	font-family: 'Aleo', serif;
}


h1 {
	font-size: 26px;
	margin: 0 0 1em;
}

.front h1 {
	display: none;
}
	
h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
	color: #97002e;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

#wrapper {
	margin: 0px auto;
}

#content-contain {
	padding: 0px 0px 25px 0px;
}

#socialbar {
	height: 60px;
}

ul.social {
	list-style: none;
	margin: 20px 10px 0px 10px;
	float: right;
}

ul.social li {
	float: left;
	margin-left: 10px;
}

#mobileMenu_mm1 {
	margin: 10px 20px;
	padding: 3px 0px;
}

#header-contain {
	display: none;
}

#navigation .block {
	margin: 0;
}

#navigation .content > ul {
	margin: 0;
}

#feature-contain {
	overflow: hidden;
}

#front-welcome .block {
	padding: 0;
	margin: 0;
}

#front-welcome .block > .content * {
	display: block;
	padding: 0;
	margin: 0;
}

#front-welcome .block > .content .field-items {
	position: relative;
}

.not-front #front-welcome .block > .content .field-items {
	margin: 0 auto;
}

#front-welcome .block > .content .field-item img {
	position: relative;
	z-index: 2;
}

#front-welcome .block > .content .field-item img {
	width: auto;
	max-width: 100%;
	height: auto !important;
}

.front #front-welcome .block > .content .left {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	width: 100%;
	background: #940b32;
	z-index: 1;
}

.front #front-welcome .block > .content .right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	background: #fff;
	z-index: 1;
}

.not-front #front-welcome .block > .content .right,
.not-front #front-welcome .block > .content .left {
	background: transparent;
	display: none;
}

#header {
	padding-top: 20px;
}

#breadcrumbs{
	font-size: 11px;
}

.node {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.block {
	margin-bottom:1.5em;
}

#utility .block {
	margin-top: 1.5em;
	margin-bottom: 0;
}

#utility {
	padding: .5em 0;
}

#bottom {
	padding-top: 25px;
	padding-bottom: 15px;
}

.botblck {
	float: left;
	list-style: none;
}

.botblck .content {
	padding: 7px 0px;
	margin: 0;
	line-height: 160%;
}

#copyright {
	padding: 0 0 25px;
	text-align: center;
}

.breadcrumb {
	padding-bottom: 1em;
}

.submitted {
	padding: 4px 0;
	clear: both;
	display: block;
	margin-bottom: 1em;
	font-size: .9em;
}

.node-teaser .submitted {
	margin-bottom: .5em;
}

.node .content,
#block-system-main .content {
	margin-bottom: 1.5em;
}

.sharethis-buttons {
	margin: 0 0 1em;
}

.links {
	margin-top: 10px;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
	background: transparent;
	border: 0;
}
table.cke_editor td {
	background: transparent;
	padding: 0;
	border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}

.poll .vote-form .choices {
	margin: 0;
}

.form-submit,
.links li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
	cursor: pointer;
	padding: 6px 12px;
	margin-right: 4px;
	margin-bottom: 5px;
	border: 0;
	font-size: .9em;
}

input.form-checkbox, input.form-radio {
	vertical-align: baseline;
}

.form-text {
	border-radius: 3px;
	border: 1px solid #acacac;
	padding: 6px 5px;
	max-width: 95%;
	margin-top: -4px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5385em;
}

.item-list ul li {
	margin: 0;
	padding: 0;
}

ul.menu li,
ul li.expanded {
	margin: 0;
	padding: 0;
}

.block-menu-block ul,
.block-menu-block ul li,
.block-menu-block ul li.expanded {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul.inline {
	clear: both;
}

ul.inline li {
	margin: 0 1em 0 0;
	padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
}

ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}

ul.primary li a {
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
	border: none;
}

ul.primary li a:hover {
	text-decoration: none;
}

ul.secondary {
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.secondary li {
	border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
	margin: 0 0 10px 0;
}

.field-name-field-tags a{
	display: inline-block;
	background: url(../images/tag.png) no-repeat;
	padding: 0px 8px 0 16px;
	height: 22px;
	border-radius: 2px;
	font-size: 12px;
}

.field-name-field-tags a:hover{
}

.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}

.field-name-field-tags div {
	display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
	margin: 1.5385em 0;
}

.profile dd {
	margin-bottom: 1.5385em;
}

.profile h3 {
	border: none;
}

.profile dt {
	margin-bottom: 0;
}

.password-parent {
	width: 36em;
}

/*-------------------------------------------*
/* comment
/*-------------------------------------------*/
#comments {
	clear: both;
	margin-top: 14px;
	padding: 5px;
	border: 1px solid #dddddd;
	border-radius: 8px;
}

.comment {
	margin-bottom: 1.5em;
	padding: 5px;
	border-radius: 7px;
	min-height: 150px;
	border-bottom: 1px solid #d9d9d9;
}

h3.comment-title a{
	margin-bottom: 5px;
	font-size: 16px;
}

.comment .new {
	text-transform: capitalize;
	margin-left: 1em;
}

.form-textarea-wrapper textarea {
	border-radius: 3px;
	border: 1px solid #acacac;
}

.comment .submitted {
	display:inline;
}

.comment .user-picture{
	float: left;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin-right: 7px;
	margin-bottom: 7px;
}

.comment-new-comments{
	display: none;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
	border-radius: 3px;
	margin-right: 4px;
}

.sf-menu.sf-style-default .first a {
	border-left: 0;
}

.form-textarea-wrapper {
	width: 98%;
}

#block-follow-site {
	float: right;
}

#block-search-form {
	float: right;
	clear: both;
}

a.follow-link {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	float: left;
	margin: 0 6px 0px 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

a.follow-link-facebook { background-image: url(../images/social-media/facebook.png); }
a.follow-link-twitter { background-image: url(../images/social-media/twitter.png); }
a.follow-link-linkedin { background-image: url(../images/social-media/linkedin.png); }
a.follow-link-this-site { background-image: url(../images/social-media/rss.png); }
a.follow-link-pinterest { background-image: url(../images/social-media/pinterest.png); }
a.follow-link-youtube { background-image: url(../images/social-media/youtube.png); }

#block-menu-block-2 ul.menu,
#block-menu-block-2 ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#block-menu-block-2 .menu-block-wrapper > ul.menu > li {
	margin: 0 2em 2em 0;
	float: left;
	width: 20%;
}

#block-menu-block-2 .menu-block-wrapper > ul.menu > li > a {
	font-family: 'Aleo', serif;
    border-bottom: solid 1px #d6c6a7;
    display: block;
    padding-bottom: 0.5em;
	margin-bottom: .5em;
}

.view-fellows .views-row,
.view-publications .views-row,
.view-in-the-news .views-row,
.view-practicum .views-row {
	border-top: solid 1px #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
}

.view-in-the-news .views-row-last,
.view-practicum .views-row-last {
	border-bottom: solid 1px #ccc;
}

.quicktabs-style-navlist .quicktabs-views-group {
	clear: both;
	padding: 1em;
}

.view-practicum .quicktabs-style-navlist .quicktabs-views-group {
	border-bottom: solid 1px #d6d6d6;
}

.view-leadership-forums .quicktabs-views-group .views-field-title h3 {
	background: #97002e;
	color: #fff;
	padding: .5em;
	font-size: 16px;
}

.node-speaker .field-name-field-photo,
.node-fellow .field-name-field-photo,
.view-fellows .views-field-field-photo,
.view-leadership-forums .views-field-field-photo {
	float: left;
	margin: 0 1em 1em 0;
}

.node-speaker .field-name-field-position,
.node-fellow .field-name-field-position,
.view-fellows .views-field-field-position {
	font-style: italic;
}

.view-fellows table .views-field-field-photo {
	float: left;
	margin: 0 1em 1em 0;
}

.view-fellows table {
	background: transparent;
	border: 0;
}

.view-fellows table tr {
	border-top: solid 1px #ccc;
}

.view-fellows table td {
	background: transparent;
	border: 0;
	width: 50%;
	padding: 12px 48px 24px 6px;
}

.view-fellows .view-content > h3 {
	background: #97002e;
	padding: .5em 6px;
	color: #fff;
}

.view-fellows .views-field-field-position {
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
}

.view-fellows .views-field-title h3 {
	font-size: 18px;
	margin: 0 0 .25em;
}

.view-leadership-forums .views-field-field-topic {
	margin: 0 0 1em;
}

.content img {
	width: auto;
	max-width: 100%;
	height: auto !important;
}

.field-name-field-gallery-image .field-item {
	float: left;
	margin: 0 1em 1em 0;
}

.field-name-field-gallery-image .field-item * {
	display: block;
	outline: none;
}

.fc-more-link,
.fc-less-link {
	display: block;
	margin: .8em 0 0;
}

.fc-more-link.hidden,
.fc-less-link.hidden {
	display: none;
}


.view-gallery .views-row {
	margin: 0 0 3em;
}

.page-gallery h1.page-title {
	display: none;
}

#block-views-quotes-block {
	margin-top: 4em;
}

#block-views-quotes-block .view-content {
	color: #97002e;
	font-family: 'Lora', Helvetica, Arial, serif;
}

#block-views-quotes-block .view-content .views-field-field-attribution {
	font-size: .9em;
}

#block-quicktabs-fellow {
	clear: both;
}

.node-type-fellow h1.page-title,
.node-type-speaker h1.page-title {
	display: none;
}

.node-type-fellow h2.title,
.node-type-speaker h2.title {
	padding: .5em 0;
	margin: 0;
}

.node-fellow .field-name-field-fellowship-year .field-item {
	font-weight: 700;
	color: #97002e;
	margin: 0 0 .5em;
}

.node-speaker .field-name-body {
	clear: both;
}

#quicktabs-fellow .quicktabs-tabs {
	margin-bottom: 0;
}

#quicktabs-container-fellow {
	border: solid 1px #999;
	border-top: 0;
	padding: 2em;
}

.quicktabs_main.quicktabs-style-navlist {
	background: transparent;
	border-color: #999;
}

ul.quicktabs-tabs.quicktabs-style-navlist {
	padding: 0;
	background: #f5f5f5;
}

ul.quicktabs-tabs.quicktabs-style-navlist li {
	border-left: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	border-right: solid 1px #999;
}

ul.quicktabs-tabs.quicktabs-style-navlist li:hover {
	background: #ebebeb;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.first {
	border-top: solid 1px #d6d6d6;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.last {
	border-color: #d6d6d6;
	border-right-color: #999;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active {
	background: #fff;
	border-color: #999;
	margin-top: -1px;
	border-right: 0;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active.first {
	margin-top: 0;
}

ul.quicktabs-tabs.quicktabs-style-navlist li a {
	padding: .5em 1em;
	height: auto;
	font-weight: 400;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active a {
	color: #97002e;
}

#webform-client-form-837 .fieldset-wrapper > .form-item > label {
	width: 30%;
	display: block;
	float: left;
	text-align: right;
}

#webform-client-form-837 .fieldset-wrapper > .form-item {
	clear: both;
}

#webform-component-mailing-address--address-2 label,
#webform-component-questions--other label {
	color: #fafafa;
}

#edit-submitted-questions-how-did-you-hear-about-the-fellowship {
	float: left;
	margin-top: -.4em;
	margin-bottom: 1em;
	width: 60%;
}

#edit-submitted-questions-how-did-you-hear-about-the-fellowship .form-item {
	display: block;
}

#webform-client-form-837 .fieldset-legend {
	font-size: 1.25em;
	padding: 0 .5em;
	font-weight: 700;
	color: #97002e;
}

#webform-client-form-837 .webform-component-fieldset {
	background: #fafafa;
}

#webform-component-occupation--category .description {
	margin-left: 30%;
	padding: .5em 0 0 1.25em;
}

.callout {
	background: #d8d8d8;
  border: solid 1px #bbb;
  padding: 20px 20px 10px;
  float: right;
  width: 40%;
  margin: 0 0 40px 40px;
}

.callout li {
	margin-bottom: 12px;
}

.ui-widget-content a {
	color: #1c6ea0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #97002e;
	border-color: #97002e;
}

.ui-accordion .ui-accordion-header {
	margin-top: 10px;
}

#webform-client-form-837 .fieldset-wrapper > #webform-component-how-did-you-hear-about-the-fellowship--references.form-item > label {
	width: auto;
	float: none;
	text-align: inherit;
}

.page-intro {
	background: #efe6d2;
	padding: 2em 0 1em;
	margin: 0 0 2em;
}

.front .page-intro {
	display: none;
}

.page-intro h1 {
	font-family: 'Aleo', serif;
	font-weight: 400;
	color: #97002e;
	font-size: 40px;
	line-height: 1;
}

body.not-front #feature-contain {
	margin-bottom: 0;
}

#logo img {
	max-width: 100%;
}

.front #content-contain {
	background: #efe6d2;
	padding-top: 2em;
}

.front #feature-contain {
	margin: 0;
}


@media only screen and (min-width: 768px) {
	body.not-front #block-block-4 {
		margin-top: -150px;
	}
	
}

.sf-main-menu #menu-756-1 { display: none; }

#block-menu-block-3 {
	float: right;
}

#block-menu-block-3 ul.menu > li {
	display: inline-block;
	padding: 0 1em;
	border-right: solid 1px #d6c6a7;
}

#superfish-1.sf-menu.sf-style-default a {
	padding: .75em 1em;
	color: #0f284b;
}

#superfish-1 {
	padding-top: 1.5em;
}

#superfish-1.sf-menu.sf-style-default > li:hover,
#superfish-1.sf-menu.sf-style-default > li.sfHover {
	background: transparent;
	color: #911936;
}

#superfish-1.sf-menu.sf-style-default > li:hover > a,
#superfish-1.sf-menu.sf-style-default > li.sfHover > a {
	color: #911936;
}

#superfish-1.sf-menu.sf-style-default > li:hover,
#superfish-1.sf-menu.sf-style-default > li.sfHover,
#superfish-1.sf-menu.sf-horizontal.sf-shadow ul,
#superfish-1.sf-menu.sf-vertical.sf-shadow ul,
#superfish-1.sf-menu.sf-navbar.sf-shadow ul ul {
	background: #fff;
}

#superfish-1.sf-menu.sf-style-default ul li:hover {
	background: #bbd8e9;
}

#superfish-1.sf-menu.sf-style-default ul li:hover a {
	color: #911936;
}

#superfish-1.sf-menu.sf-horizontal.sf-shadow ul {
	box-shadow: 0 0 6px rgba(0,0,0,.25);
	padding-right: 0 !important;
}

#block-search-form {
	margin-left: 1em;
}




#content-contain {
	overflow: hidden;
}

#front-intro {
	background: #911936;
	background-size: contain;
	padding-left: 100vw;
	padding-right: 100vw;
	margin-left: -100vw;
	margin-right: -100vw;
	padding-top: 3em;
	padding-bottom: 2em;
	color: #fff;
}

.front #content-contain {
	background: transparent;
}

#front-intro h2 {
	font-family: 'Aleo', serif;
	font-size: 36px;
	line-height: 1.25;
}

/* #block-block-16 .content {
	padding-right: 55%;
} */

#block-block-16 .content a {
	color: #fff;
}

#front-one,
#front-two,
#front-three {
	padding-top: 5em;
}

#front-one h2,
#front-two h2,
#front-three h2,
#front-four h2,
#front-five h2 {
	color: #0f284b;
	font-family: 'Aleo', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2.625em;
	line-height: 1.25;
}

#front-one h2,
#front-two h2,
#front-four h2,
#front-five h2 {
	color: #0f284b;
	font-size: 5.625em;
	margin: 0 0 24px;
}

#front-one h3,
#front-two h3,
#front-five h3 {
	color: #0f284b;
	font-family: 'Aleo', serif;
	font-weight: 400;
	font-size: 2.625em;
	line-height: 1.125;
	margin: 0 0 .25em;
}

#front-two h3,
#front-five h3 {
	font-size: 2em;
}

#front-one h4,
#front-two h4,
#front-five h4 {
	color: #911936;
	font-family: "Open Sans", Helvetica, Arial;
	font-weight: 600;
	font-size: 16px;
}

#front-three h3 {
	font-family: 'Aleo', serif;
	font-weight: 400;
	font-size: 1.875em;
	color: #0f284b;
	margin: 0;
	line-height: 1.2;
}

#front-three h4 {
	font-family: 'Aleo', serif;
	font-weight: 400;
	font-size: 1em;
	color: #0f284b;
	margin: 0 0 .75em;
}

#front-three p {
	font-size: .875em;
	color: #0f284b;
}

.front-brochure,
.front-resource {
	background: #911936;
	color: #fff;
	margin-bottom: 3em;
}

.front-resource {
	background: #0f4169;
}

.front-brochure h3,
.front-resource h3 {
	color: #fff;
	font-family: 'Aleo', serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.125;
	margin: 0 0 .25em;
	
}

.front-brochure .container,
.front-resource .container {
	width: 100%;
}

.front-brochure .container .inner,
.front-resource .container .inner {
	padding: 2em 1em;
}

.front-brochure img,
.front-resource img {
	display: block;
}

.front-brochure a,
.front-resource a {
	color: #fff;
}

.region-front-three {
	border-left: solid 1px #d6c6a7;
	padding-left: 40px;
}

.container.front-border-top {
	border-top: solid 1px #d6c6a7;
	margin-top: 40px;
	padding-top: 40px;
}

#superfish-1 {
	font-size: 14px;
}

#copyright {
	background: #0f284b;
	color: #fff;
	padding-top: 2em;
}

#copyright a {
	color: #fff;
}

#block-block-21 {
	float: left;
	width: 33%;
	text-align: left;
}

#block-block-21 > .content {
	padding-right: 2em;
}

#block-menu-block-2 {
	float: left;
	width: 67%;
	text-align: left;
}

#block-block-21 img {
	max-width: 75%;
}

#block-block-21 h3 {
	color: #fff;
	font-family: 'Aleo', serif;
	font-weight: 300;
	font-style: italic;
}

#block-block-21 p {
	font-size: 14px;
}

#block-menu-block-2 > h2 {
	font-family: 'Aleo', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2em;
}

/* Latest changes - 9/19/23 */
@font-face {
	font-family: Universe;
	src: url(/sites/default/files/sites/default/files/CFF_files/UniversLTStd-Cn.otf);
}
#front-intro {
	position: relative;
	z-index:1;
}
#front-intro-link {
	color: #ac862c !important;
}
#front-intro h3 {
	font-family: 'Universe';
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 25px;
	width: 75%;
	z-index: 9999;
}
#front-intro .bg-image-2 {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    left: 0;
    width: 100vw;
    margin: 0 auto;
	pointer-events: none;
}
#front-intro .bg-image-inner-2 {
	position: absolute;
	background: transparent center center no-repeat;
	background-image:url("/sites/default/files/sites/default/files/CFF_files/CFF_homepage_banner_image2.jpg");
	background-size: cover;
	height: 20vh;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#front-intro .bg-triangle-2 {
	background: transparent center center no-repeat;
	background-image:url("/sites/default/files/sites/default/files/CFF_files/CFF_homepage_triangle.png");
	background-size: cover;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 38vw;
}
#front-intro .bg-image-circle-2 {
	max-width: 24vw;
    position: absolute;
    top: 50%;
    left: -84%;
    transform: translate(-50%, -50%);
}
#front-intro .bg-image-circle-2 img {
	width: 100%;
}
@media screen and (min-width: 425px) {
	#front-intro .bg-image-inner-2 {
		height: 19vh;
	}
	#front-intro .bg-triangle-2 {
		left: 34vw;
	}
	#front-intro h3 {
		left: 30px;
	}
}
@media screen and (min-width: 768px) {
	#front-intro .bg-image-2 {
		position: relative;
		margin: 0 auto;
		pointer-events: none;
		height: 40vh;
		width: 100%;
		margin-bottom: 50px;
		margin-left: -5vw;
		margin-top: -6.5vw;
	}
	#front-intro .bg-image-inner-2 {
		position: absolute;
		top: 0;
		left: 0;
		background: transparent center center no-repeat;
		background-image: url(/sites/default/files/sites/default/files/CFF_files/CFF_homepage_banner_image2.jpg);
		background-size: cover;
		height: 100%;
		width: 100vw;
	}
	#front-intro .bg-triangle-2 {
		left: 23vw;
	}
	#front-intro h3 {
		bottom: 0;
		font-size: 3em;
		line-height: 1.2em;
		left: 45px;
	}
}
@media screen and (min-width: 1280px) {
	#front-intro .bg-image-2 {
		position: relative;
		pointer-events: none;
		height: 57vh;
		width: 100vw;
		margin-left: -2.5em;
		margin-right: -2.5em;
		margin-top: -3em;
	}
	#front-intro .bg-triangle-2 {
		left: 60vw;
	}
	#front-intro h3 {
		left: 60px;
	}
}
@media screen and (min-width: 1440px) {
	#front-intro .bg-image-2 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 9999;
		left: 0;
		width: 100vw;
		margin: 0 auto;
		pointer-events: none;
		height: 100%;
	}
	#front-intro .bg-image-inner-2 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		left: calc(49vw + 25px);
		background: transparent center center no-repeat;
		/* background-image: url(/sites/default/files/sites/default/files/CFF_files/CFF_homepage_banner_image2.jpg); */
		background-image:url("/sites/default/files/sites/default/files/CFF_files/CFF_image_adjusted.jpg");
		background-size: cover;
		width: 50%;
	}
	#front-intro .bg-image-circle-2 {
		left: -88%;
	}
	#front-intro .bg-triangle-2 {
		left: 5vw;
	}
	#block-block-16 .content {
		padding-right: 55%;
	}
}
@media screen and (min-width: 1920px) {
	#front-intro .bg-image-2 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 9999;
		left: 0;
		width: 100vw;
		margin: 0 auto;
		pointer-events: none;
		height: 100%;
	}
	#front-intro .bg-image-inner-2 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		left: calc(23vw + 25px);  /* Janette requested a 25px buffer from left side of text content */
		background: transparent center center no-repeat;
		background-image:url("/sites/default/files/sites/default/files/CFF_files/CFF_image_adjusted.jpg");
		background-size: contain;
		width: 100%;
	}
	#front-intro .bg-image-circle-2 {
		left: -17%;
	}
	#block-block-16 .content {
		padding-right: 55%;
	}
}
@media screen and (min-width: 3072px) {
	#front-intro .bg-image-circle-2 {
		left: 0%;
	}
}


#front-intro .bg-image {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    left: 0;
    width: 100vw;
    margin: 0 auto;
	pointer-events: none;
}

#front-intro .bg-image-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 55%;
	background: transparent center center no-repeat;
	background-image:url("/sites/default/files/sites/default/files/CFF_files/IMG_0405_recrop.jpg");
	background-size: cover
}

#front-intro .bg-image-circle {
	max-width: 14vw;
	position: absolute;
	top: 55%;
	left: 0;
	    transform: translate(-50%, -50%);
}

#front-intro .bg-image-circle img {
	width: 100%;
}

@media(max-width:767px) {
	
	#front-intro .bg-image {
		bottom: auto;
		height: 20%;
	}
	
	#front-intro .bg-image-inner {
		left: 0;
	}
	
	#block-block-16 .content {
		padding-right: 0;
		padding-top: 50%;
	}
	
}