/* # Genesis Sample Child Theme
Theme Name:CCARE
Description: This is the sample theme created for the Genesis Framework.
Author: Mauricio Mendez | Wired Moon
Author URI: http://www.wiredmoon.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Pages
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700);
@import url(https://fonts.googleapis.com/css?family=Tangerine);

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 15px;
}

body {
	background-color: #F4F2E6;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 15px;	
	font-weight: nomal;
	line-height: 21px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	/*color: #c3251d;*/
	color: #911913;
	text-decoration: none;
}

a:hover,
a:focus {	
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content ul {
	/*margin-left: 0 !important;*/
}

.entry-content ul > li {
	/*list-style-type: none !important;*/
}
.js-wpv-view-layout  ul > li  {
	list-style-type: none !important;
	padding: 0 5px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	padding-top: 0;
	margin-bottom: 0;
}

h1 {	
    color: #747A3C;
    margin: 0;
	font-family: 'Quattrocento', serif; 
	font-size: 38px;
    font-weight: bold;
   /* text-shadow: 0px 2px 3px #B3B39B;*/
    padding-top: 0;
}

h2 {
	font-family: 'Quattrocento', serif;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    clear: both;
    line-height: 36px;
    text-transform: capitalize;
    /*text-shadow: 0 2px 3px #B3B39B;*/
    color: #747A3C;
    margin-bottom: 5px;
}

h3 {
	font-family: 'Quattrocento', serif;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    clear: both;
    color: #6A713E;
   /* text-shadow: 0 2px 3px #B3B39B; */   
}

h4 {
	font-size: 17px;
    font-weight: normal;
    padding: 10px 0;
    clear: both;
    font-family: 'Quattrocento', serif;      
    color: #6A713E;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}
/* Pagination */
.js-wpv-pagination-next-link  {	
	background: none repeat scroll 0 0 #dad8c3;
    border: 1px solid #d2d0bb;
    color: #000;
    margin-right: 4px;
    padding: 7px 11px;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.js-wpv-pagination-previous-link  {	
	background: none repeat scroll 0 0 #dad8c3;
    border: 1px solid #d2d0bb;
    color: #000;    
    margin-right: 4px;
    padding: 7px 11px;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.js-wpv-pagination-next-link a, .js-wpv-pagination-previous-link a {
	color: #000;
}
.view-pagination {
	clear: both;
}
.view-pagination li {	
	float: left;
	margin: 0 5px 20px 0;
}
.view-pagination li.wpv_page_current span.wpv-filter-pagination-link {	
	background: none repeat scroll 0 0 #8b9453;
    border: 1px solid #d2d0bb;
    color: #fff;
    margin-right: 0px;
    padding: 7px 13px;
    font-family: 'Oswald', sans-serif;
}
.view-pagination li a {	
	background: none repeat scroll 0 0 #dad8c3;
    border: 1px solid #d2d0bb;
    color: #000;
    padding: 7px 11px;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.view-pagination li a:hover {	
	background-color: transparent;    
}
/* Slider */
.slideshow_container {
	margin: 0 auto 30px auto !important;
}
.slideshow_description {
    height: 40px !important;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}
.wp-block-gallery {
	margin: 1em 0;	
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 6px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #991d1f;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	margin: 15px 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* Button */
.su-button span {
	/*line-height: 20px !important;*/
}
/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

.wpv_pagination_dots .wpv_pagination_dots_item a {
	background-image: none;
	background-color: #ccc;
	border-radius:50px;
	width: 16px;
	height:16px;
	padding-top:10px;
	
}

.wpv_pagination_dots .wpv_pagination_dots_item.wpv_page_current a {
	background-color:#000000;
	border:2px solid #ccc;
	
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	background-color: #F4F2E6;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.sidebar-upc-events .su-row {
	margin-bottom:0px;
}

.wpv-loop .su-row .su-column {
	margin: 0 0 0 2%;
}

/* ### Content */

.content {
	float: right;
	width: 760px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.sidebar h3 {	
    font-size: 26px;
    color: #747A3E;
    font-family: 'Oswald', sans-serif;   
    text-transform: uppercase;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	/*margin-left: 2.564102564102564%;*/
	margin-left: 1%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}



/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	color: #747A3C;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url("images/line.jpg") repeat-x scroll center bottom transparent;
}

.archive-description,
.author-box {
	background-color: transparent;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}
.archive-description {
	padding: 0;
}
.archive-description h1 {
	font-size: 36px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 0;
}

.entry-content .search-form,
.site-header .search-form {
	/*width: 50%;*/
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form input[type="submit"] {
    background-color: orange;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	margin-left: 5px;
	width: auto;
}

.search-form input[type="submit"]:hover {
        background-color: red;
}

.search-form input[type="submit"] {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    background-color: #991d1f;
    border: none;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 0 15px;
}
.search-form input[type="submit"]:hover {
    background-color: #991d1f;
}

.search-form input[type="search"] {
    width: 180px;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.search-form input {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;    
    font: normal 16px/1 'dashicons';
    vertical-align: top;
    padding: 4px;
    line-height: 30px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 29px;
	line-height: 33px;
	
}

.entry-title a,
.sidebar .widget-title a {
	color: #c3251d;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	text-decoration: underline;
}
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}
/* # About Section
---------------------------------------------------------------------------------------------------- */

.abttop {
    background-color: #e8e6cf;
}
.abtmid {
    background-color: #e8e6cf;
}
.researchleft, .eduright {    
    padding: 3%;
    width: 50%;
}
h3.ctitle {
    background: url("/wp-content/uploads/2023/07/line-2.jpg") repeat-x scroll center bottom transparent;
    color: #6A713E;
    font-size: 32px;
   /* text-shadow: 0 2px 3px #B3B39B;*/
    padding-bottom: 5px;
    margin-bottom: 14px;
    font-family: 'Quattrocento', serif;
}
.abtbot {
       background-color: #e8e6cf;
}
/* # Research Section
---------------------------------------------------------------------------------------------------- */

.oddresearchcolumn, .researchcolumn {
    width: 46%;   
    margin-right: 20px;
}
.research .title {
    color: #912B29;
    font-size: 28px;
    background: url("/wp-content/uploads/2023/07/line-2.jpg") repeat-x scroll center bottom transparent;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'Quattrocento', serif;
    /*text-shadow: 0 2px 3px #B3B39B;*/
}
.goalheading {
    float: left;
    color: #685D59;
    /*text-shadow: 0 2px 3px #B3B39B;*/
    font-size: 19px;
    font-family: "Quattrocento-bold";
}
.contenttext {
    width: 80%;
    float: right;
    color: #3B393A;
    font-size: 14px;
}
.Peer {
    color: #000;
    font-size: 18px;
}
.page-left .rail-content p {
    margin-bottom: 20px;
    color: #3B393A;
    font-size: 15px;
    line-height: 21px;
}
.page-id-181 .research-article3  p.event-meta-link{
	/*display: none;*/
}

/* # Education Section
---------------------------------------------------------------------------------------------------- */
/*CCT Staff*/
.page-id-352 img {
	float: left;
}
/*FAQs*/
.faq-list h1 {
    color: #701400;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 0 9px 14px;
    background: url(images/faq_03.png) no-repeat left 8px;
    cursor: pointer;
}
.educationleft {
    float: left;
    width: 50%;
}
.etopleft {
   font-family: 'Quattrocento', serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
}
.educationright {
	background-color: #e8e6cf;
    margin-left: 10%;
    width: 40%;
    padding: 15px;
    float: left;
}
.etopmid {
    text-align: center;
    font-family: 'Tangerine', cursive;
    font-size: 40px;
    line-height: 40px;
}

.etopmid h3.ctitle {
    background: none;
    color: #70733C;
}
.etopmid a.eduletter, .letterform a.eduletter {
    float: left;
    font-family: Lato, sans-serif;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    color: #991D1F;
}
.su-tabs {
	background-color: #8f9857 !important;
}
.su-tabs-nav span {
	color: #ffffff !important;
}
.su-tabs-nav span:hover { 
	background-color: #e8e6cf !important;
	 color: #333 !important;
}
.su-tabs-pane {
	background-color: #F6F7F0 !important;
}
.su-tabs-current {
	background-color: #e8e6cf !important;	
}
.su-tabs-nav span.su-tabs-current {
    color: #333 !important;
}
/* New FAQs 2019 */
h3.hrf-title {
	padding: 5px 10px 5px 45px !important;
}
h3.hrf-title, .hrf-content {
	background: transparent !important;
}

/* Global directory of CCT Teachers */
.page-id-5249 img {
	margin-bottom: 5px;
	margin-right: 15px;
}
/*ACT People*/
#wpv-view-layout-18264 .wpv-loop, .page-id-16567 .js-wpv-view-layout .wpv-loop, .page-id-18302 .js-wpv-view-layout .wpv-loop, .page-id-18301 .js-wpv-view-layout .wpv-loop, .page-id-18300 .js-wpv-view-layout .wpv-loop, .page-id-18303 .js-wpv-view-layout .wpv-loop {
	text-align: center;
	margin-bottom: 10px;
}
.page-id-18258 .entry-content ul, .page-id-18300 .entry-content ul, .page-id-18301 .entry-content ul, .page-id-18302 .entry-content ul, .page-id-18303 .entry-content ul, .page-id-16567 .js-wpv-view-layout ul {
	display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px, 1fr));
	margin-left: 0;
   /* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
/*.page-id-18258 .entry-content ul > li {    
    flex-grow: 1;
	width: 30%;	
	margin: 10px 10px 20px 10px;
}*/
.page-id-18258 .entry-content ul > li img, .page-id-18300 .entry-content ul > li img, .page-id-18301 .entry-content ul > li img, .page-id-18302 .entry-content ul > li img, .page-id-18303 .entry-content ul > li img, .page-id-16567 .js-wpv-view-layout ul > li img {    
   margin-bottom: 15px;
}
.page-id-18258 .people-name, .page-id-18300 .people-name, .page-id-18301 .people-name, .page-id-18302 .people-name, .page-id-18303 .people-name, .page-id-16567 .js-wpv-view-layout .people-name {    
   margin-bottom: 0;
}
.page-id-18258 .entry-content ul > li a, .page-id-18300 .entry-content ul > li a, .page-id-18301 .entry-content ul > li a, .page-id-18302 .entry-content ul > li a, .page-id-18303 .entry-content ul > li a, .page-id-16567 .js-wpv-view-layout ul > li a {
   color: #2F2F25;
   font-size: 14px;
   line-height: 14px;
}
.single-act-person .cap-title {
	font-size: 26px;
    line-height: 30px;
	background: url(images/line.jpg) repeat-x scroll center bottom transparent;
}
.single-act-person h4 {
    font-size: 17px;
    font-weight: bold;    
}
.single-act-person .img-people {    
	margin-bottom: 10px;    
}

/* # Events Section
---------------------------------------------------------------------------------------------------- */

.full-width {
	clear: both;
	margin-top: 20px;
} 
.event-detail {
	margin-top: 15px;
	font-size: 2rem;
	font-weight: bold;
}
.btn-reg {
	margin: 15px auto 0 auto;	
	text-align: center;
}
.su-column-size-1-3 .su-column-inner {
	text-align: center;
}
.img-event {
	width: 150px;
}
.event-meta {
    background: url("images/compassion-educaion-heading-tabs-full.png") no-repeat scroll 0 0 transparent;
    height: 66px;
    margin-left: -10px;
    margin-top: -17px;
}
.event-meta-cat {
	margin-top: 15px;
}
.event-meta-date {
	color: #E3D5B0;
	font-size: 14px;
	padding: 23px 0 0 10px;
}
.event-meta-date a {
	color: #E3D5B0;	
}
p.event-meta-link  {
	clear: both;
}
.event-meta-link a {
    background: none repeat scroll 0 0 transparent !important;
    color: #701400;
    font-size: 14px;
    font-family: 'Quattrocento', serif;
}
/* Calendar */
td.fc-head-container {
	background-color: #8B9451;
}
a.fc-day-grid-event  {
	background-color: #8B9451 !important;
}
.wpfc-calendar-wrapper .fc-center h2 {
	font-size: 24px !important;
}

/* # Video Section
---------------------------------------------------------------------------------------------------- */
li.video-lp-ind {
	min-height: 200px;
	margin: 0 5px;
	width: 23%;
	float: left;
}li.video-lp-ind p {
	margin-bottom: 5px;
}
li.video-lp-ind img {
	margin-bottom: 0; 
}
li.video-lp-ind a {
	color: #2F2F25;
    font-size: 14px;
    line-height: 14px;
} 
.video-wrapper {
	text-align: center;
}
.staffcattitle {	
    font-size: 26px;
    width: 100%;
    background: url("images/line.jpg") repeat-x scroll center bottom transparent;
    margin-bottom: 16px;
    padding-bottom: 13px;
   /* text-shadow: 0 2px 3px #B3B39B;*/
    font-family: 'Quattrocento', serif;
    margin-top: 16px;
}

/* # People Section
---------------------------------------------------------------------------------------------------- */


.page-id-123 .su-column-inner {
	margin-bottom: 20px;
}
li.people-lp-ind {
    min-height: 200px;
    margin: 0 5px;
    width: 23%;
    float: left;
}
.img-people {
	float: left;
    margin: 0 15px 5px 0;
    width: 150px;
}
.people-image {
	text-align: center;
}
.img-people-lp {    
    width: 100px;
}
.people-name, .people-name p {
    padding: 0px 0 10px;
    clear: none;
    color: #747A3A;
   /* text-shadow: 0 2px 3px #B3B39B;	*/
	font-size: 22px;
    margin-bottom: 15px;
	font-family: 'Quattrocento', serif;   
	line-height: 24px;
}
.people-name p {   
    margin-bottom: 0;
}
.people-name-2 {
    padding: 0px 0 10px;
    clear: none;
    color: #747A3A;
   /* text-shadow: 0 2px 3px #B3B39B;	*/
	font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    height: 50px;
}
.people-subtitle {
	font-size: 18px;
}
.people-subtitle-2 {
	font-size: 16px;
}
#wpv-view-layout-10726-CPID131 .wpv-loop img {
	margin-bottom: 20px;
}
/* # Blog Section
---------------------------------------------------------------------------------------------------- */
.author-box {
	border: #ccc 1px solid;
	padding: 15px;
}


/* # Shortcodes
---------------------------------------------------------------------------------------------------- */
.su-column-size-1-2 {
    width: 48% !important;
 }

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

div#tagcloud {
	list-style: none;
}
div#tagcloud a {	
	margin: 0 !important;
	list-style: none;
}
div#tagcloud ul li a {
	float: left;
	list-style: none;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #DAD8C3;
	height: 120px;
}
.site-header .wrap{
	overflow: hidden;
}
.header-left {
	float: left;
	width: 32%;
}
.title-area {
	/*float: left*/
	width: 210px;
	margin: 0 auto;
	text-align: center;
}
.header-widget-area {
	width: 33%;
	float: right;
	text-align: right;	
}

.site-header .wrap {
	padding: 40px 0;
}
ul#menu-topmenu li {
	float: left;
}
#shortcode-widget-2 {
	float: left;
}
#menu-topmenu li a {
	border-right: #747452 1px solid;
    color: #747452;
    font-size: 17px;
    font-family: Lato, sans-serif;   
    padding: 0 6px;
}
#menu-topmenu li#menu-item-494 a {
	border-right: none;    
}
.home .su-button span {
	font-size: 16px !important;
	padding: 0 18px !important;
}

/* # Site Below Header
---------------------------------------------------------------------------------------------------- */
.pagetitle {
	width: 100%;
    background: url(/wp-content/uploads/2016/03/index4_22.jpg) repeat-x;
    height: 148px;   
}
.pagetitle  .wrap {	
    height: 148px;   
}
.pagetitle .widget-wrap {
	padding: 50px 40px 30px 40px;
}
.navtext {
    color: #E6E2C7;
    float: right;
    font-family: "Quattrocento-Bold";
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;    
   /* text-shadow: 0px 2px 1px #666C37;*/
}
.title-1 {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.title-2 {
	width: 72%;
	float: left;
	padding: 0 15px;
}


/* ## Title Area
--------------------------------------------- */

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(/wp-content/uploads/2016/03/logo-ccare.png) no-repeat center;
	background-size:contain;
	background-position:center;
	float: left;
	height: 210px;
	width: 100%;
	margin-top: -30px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

/*.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}*/


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
	height: 60px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #991D1F;
}
.nav-primary .genesis-nav-menu li {
    height: 50px;
    font-size: 22px;
    margin: 0 12px;
   /* text-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
    border-bottom: 5px solid transparent;
}

.nav-primary .genesis-nav-menu a {
	display: block;
    padding: 19px 20px;
    color: #DAD8C3; 
    font-family: 'Oswald', sans-serif;
    font-weight: 300;   
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}
.nav-primary .genesis-nav-menu .current-menu-item > a {  
    background-color: #7c0103;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}
li#menu-item-10910 {
	margin-right: 248px;
}
li#menu-item-501 {
	margin-right: 35px;
}
li#menu-item-43 {
	margin-right: 35px;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* ## Sidebar Navigation
--------------------------------------------- */

.sidebar .widget_advanced_menu, .sidebar .widget_wp_views {
	background-color: #e8e6cf !important;	
}
.sidebar .widget_advanced_menu .widget-wrap, .sidebar .widget_wp_views .widget-wrap {	
	padding: 0;
}
.sidebar .widget_advanced_menu h3.widget-title, .sidebar .widget_wp_views h3.widget-title  {
	margin-bottom: 0;
	padding: 15px 0 15px 16px;
}
.widget_advanced_menu .menu-item {
	background: url("images/line.jpg") repeat-x scroll center top transparent;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 8px 0 8px 16px;
}
.widget_advanced_menu .menu-item ul.sub-menu {
	margin-top: 8px;
    margin-left: -16px;
    margin-bottom: -8px;
}
.widget_advanced_menu .menu-item ul.sub-menu li {
	margin-left: 0;    
    padding: 10px 0 7px 15px;
    background-color: #D5D4B8;
    font-size: 16px;
}
.widget_advanced_menu li.menu-item a {
	color: #701400;
	padding: 7px 0 0 0;	
    font-family: 'Quattrocento', serif;
}
.widget_advanced_menu li.menu-item-has-children {
	
}
.widget_advanced_menu li.current-menu-item  {
	background: #8B9451;   
	padding: 8px 0 8px 16px;
}
.widget_advanced_menu li.current-menu-item a {	
    color: #fff;
}
.widget_advanced_menu li.current-menu-item ul.sub-menu li a {	
    /*color: #701400;*/
	/*color: #747A3C;*/
	color: #4f5422;
}
.widget_advanced_menu li.current-page-parent ul.sub-menu li  {	   
    margin-left: 0;
}
.widget_advanced_menu li.current-page-parent ul.sub-menu li.current-menu-item  {	
    background: #8B9451;
}
.widget_advanced_menu .menu-item ul.sub-menu li.current-menu-item {	
	background: #8B9451;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0px 15px;
}

.content .entry {
	background-color: #F4F2E6;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 25px;
}

.entry-content ol > li {
	list-style-type: decimal;
	color: #71706C;
}

.entry-content ul > li {
	list-style-type: disc;	
	color: #71706C;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-meta {
	display: none;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	display: none;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	display: none;
}

.entry-comments {
	padding: 40px;
	display: none;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem; 
	padding: 24px;
}

/* # Tags

---------------------------------------------------------------------------------------------------- */
.tags-1 {
	font: 13px/26px sans-serif;
	margin: 20px 0;
	overflow: auto;
}
.tags-1 li {	
	background: transparent url(/wp-content/uploads/2016/04/left_a-2.png) no-repeat left;	
	float: left;
	color: #613E16;
	padding: 0px 0px 0px 20px;
    margin: 0 15px 15px 0;
    display: inline-block;
}
.tags-1 li a {	
	background: transparent url(/wp-content/uploads/2016/04/right_a.png) no-repeat right top;	
	padding: 0px 10px 0px 2px;
	text-decoration: none;
	display: inline-block
}

.tags-1 li a:hover {
	color: #ffffff;	
}

/* # Pages

---------------------------------------------------------------------------------------------------- */

.entry-content #ts-fab-below {
	display: none;
}

/*Home Page*/

.home .entry-content {
	background-color: #F4F2E6 !important;
}
.hp-inner {
	margin: 0 auto;
	max-width: 1000px;
}
/* Section 1 */
.hp-section-1 {
	background-color: #1C1C1C;
	min-height: 410px;
	overflow: auto;
}
.hp-section-1 .hp-inner {
	background: url(images/slider.png) no-repeat  0 0;
	height: 410px;
}
.hp-section-1 .inner-half {
	float: left;
	text-align: left;
	width: 48%;
}
.hp-section-1 .first {	
	background: url(/wp-content/uploads/2016/04/bkg-event-slider.jpg) repeat-y;	
	margin: 70px 0 0 0;
    padding: 0px 0px 10px 20px;
}
.hp-section-1 .second {	
	text-align: center;	
	margin: 55px 0 0 0;
    padding: 0px 0px 15px 10px;	
}
.hp-section-1 .hp-slider-img-1 {	
	float: left;
	width: 20%;
	height: auto;
	margin-right: 15px;
}
.hp-section-1 .hp-slider-img {	
	float: left; 
	margin-right: 15px; 
	width: 100%; 
}
.hp-section-1 .first .hp-slider-link-1 {	
	float: left;
	width: 75%;
}
.hp-section-1 .first .hp-slider-link  {	
	height: 100px;
}
.hp-section-1 .first .hp-slider-link a {	
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
	text-align: left; 	   
}
.hp-section-1 .slider-date {
	color: #ffffff;
	padding-top: 10px;
    clear: both;
}
.hp-section-1 .event-meta-link a {
	font-size: 16px;
}
/* Section 2 */
.hp-section-2 {
	background: url(/wp-content/uploads/2016/03/slider-bottom-bg.jpg) repeat-x; 
	min-height: 403px;
	overflow: hidden;
}
.hp-section-2 .hp-inner {
	padding: 0 10px;
}
.hp-section-2 .inner-half {
    float: left;
    text-align: left;
    width: 50%;
}
h2.article {
    color: #E6E2C9;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
   /* text-shadow: none;*/
    font-weight: 300;
}
.pagediv {
    background: none repeat scroll 0 0 #F4F2E6;
    float: left;
    padding: 15px 0;
    width: 100%;
    min-height: 290px;
    margin-bottom: 30px;
    
}
.pagediv-2 {
    background: none repeat scroll 0 0 #6e7639;    
    padding: 20px 25px;    
    width: 95%;   
    min-height: 265px;
    position: relative;
    box-shadow: -1px 1px 1px #333333; 
-webkit-box-shadow: -1px 1px 1px #333333; 
-moz-box-shadow: -1px 1px 1px #333333; 
}
.title-peer-review {    
    margin-top: 0;
    padding:0 0 15px 0; 
}
.title-peer-review a {
	border-bottom: #ccc 1px solid;
    color: #E9EADA;   
}
.hp-articles-1 p {
	margin: 0 0 15px 0;
	color: #E9EADA;
}
.hp-title-article-1 a {
	color: #E9EADA;
}
.js-wpv-filter-form-12102-CPID7 {
	position: absolute;
    bottom: 25px;
    width: 80px;
    margin: 0 auto;
    left: 200px;
}
.firstdiv {
    background: url(images/shadow.png) repeat-y right;
    margin-right: 0;
    padding-right: 25px;
    float: left;
    margin: 0px 27px;
    width: 45%;
    min-height: 240px;
    position: relative;
}
.seconddiv  {
	float: left;    
    width: 41%;
    min-height: 240px;
    position: relative;
}
.rightpost .title {
    background: url("images/slider-bottom-box-two-heading-bg.png") no-repeat scroll 0 0 transparent;
    font-size: 18px;
    margin-left: -31px;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 7px;    
    font-family: 'Quattrocento', serif;    
    margin-bottom: 10px;
    color: #F4F2E6;
}
.rightpost .detail {
    color: #71706C;
    font-size: 14px;
}
.cp-button {
	position: absolute;
	bottom: 0;
}
.sliderdiv {
    background: url(images/slider.png) no-repeat scroll 0 0 transparent;
    height: 410px;
    margin: 0 auto;
    position: relative;
    width: 1027px;
    float: none;
}
/* Section 3 */
.hp-section-3 {
	background: url(/wp-content/uploads/2016/03/bg-slice.png) repeat-x; 
	min-height: 425px;
	overflow: hidden;
}
.scup-home-sec .title {   
    text-align: center;   
    padding-top: 50px;
}
.scup-home-sec h2 {
    color: #5A6226;
    font-size: 31px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Quattrocento', serif;
}
.scup-home-sec .title h2 a {
	color: #5A6226;	
}
.scup-home-sec .title h2 a:hover {	
	text-decoration: underline;
}
.scup-home-sec .content-box {   
    margin-top: 35px;
    width: 100%;
}
.scup-home-sec .left-sec {
    float: left;
    width: 230px;
    border-right: 1px solid #9ea17b;
}
.scup-home-sec .right-sec {
    float: left;
    margin-left: 40px;
    width: 710px;
}
.scup-home-sec .left-quotes {
    float: left;
}
.scup-home-sec img {
    padding: 3px;
    box-shadow: none;
    margin: 0px;
    margin-right: 10px;
}
.scup-home-sec .right-sec span.president {
    color: #991A1F;    
    font-family: Times New Roman;
    font-size: 23px;
    padding-top: 5px;  
}
.scup-home-sec .right-quotes {
    bottom: 0;
    float: left;
    left: 384px;
    position: relative;
    text-align: center;
}
.scup-home-sec .video-section {
    float: left;
    margin-left: 30px;
    margin: 20px 0;
    width: 650px;
}
.scup-home-sec .thumb-images {
    float: left;
    width: 215px;
    text-align: center;
}
.thumb-images {
    position: relative;
}
.scup-home-sec .right-sec span.caption {
    color: #6A6B53;
    float: left;
    font-size: 13px;
    text-align: center;
    width: 220px;
    padding-top: 5px;
}
.scup-home-sec .left-sec span.learn {
    color: #4f571a;
    float: left;
    font-family: 'OpenSansRegular';
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    width: 207px;
}
/* Section 4*/
.hp-section-4 {
	-moz-box-shadow: 0 -5px 20px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 -5px 20px rgba(0,0,0,0.25);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.25);
    overflow: hidden;
    padding: 50px 0;
}
.blog-title a {
	color: #78230E;
}
.hp-section-4 .su-button {
	margin-left: 15px;
}
.btns-share {
	margin-bottom: 10px;
}
.hp-social {	
	background: #e8e6cf none repeat 0% 0%;
    padding: 15px;
    overflow: auto;
    text-align: left;
}
.nd {
	margin: 0;
}
.hp-subscribe {
    background: #e8e6cf none repeat scroll 0% 0%;
    padding: 10px;
    margin-bottom: 20px;
}
.hp-social {   
    margin-bottom: 20px;
}
.hp-subscribe h3 {
    font-family: 'Oswald', sans-serif;
 }
 .hp-social h3 {
    font-family: 'Oswald', sans-serif;
 }
 .ctct-disclosure {
 	display: none;
 }
 #ctct-form-15300 p label {
 	display: none;
 }
 p.ctct-form-field-email  {
 	width: 100%;
    /*float: left;*/
 }
 #ctct-form-15300 input.ctct-email {
 	height: 28px;
 	font-size: 1.3rem;
 }
 p.ctct-form-field-submit  {
 	width: 100%;
    /*float: left;*/   
    margin-top: 15px !important;
    text-align: center;
 }
 p.ctct-form-field-submit input {
 	padding: 7px;
    margin:  0 0 0 .5em;
 }
p.ctct-form-field-submit input[type="submit"] {
 	 color: #FFFFFF;
    padding: 0px 16px;
    font-size: 13px;
    line-height: 26px;
    border-color: #b86162;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
 }
 p.ctct-form-field-submit input:hover[type="submit"] {
 	background-color: #991D1F;
    border-color: #7a1719;
 	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar .widget-wrap {
	padding: 5px;
}
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}
/* Events display */
.sidebar-event-title {
	margin-bottom: 5px;
}
.sidebar-event-meta {
	color: #7D7D5B;
	font-size: 13px;
}
.sidebar .su-column-size-1-3 {
	margin-right: 10px;
}
#shortcode-widget-5 {
	background-color: transparent;
} 
#shortcode-widget-3 {
	background: #e8e6cf none repeat scroll 0% 0%;
    padding: 10px;
} 
/*Social Media*/
#shortcode-widget-4 {
	background: #e8e6cf none repeat scroll 0% 0%;
	padding: 10px;
	overflow: auto;
}
.moresocial {
    background-color: #A6AF9A;
    overflow: auto;
}
.social-1 {
	float: left;
	width: 44%;
	margin: 5px;
}
.youtube-2 {
    background: transparent url("images/you-tube.png") no-repeat scroll left center;
    color: #FFF;
    padding-left: 23px;
    padding-right: 28px;
}
.rss {
    background: transparent url("images/rss.png") no-repeat scroll left center;
    padding-left: 23px;
    padding-right: 5px;
    color: #FFF;
}
.linked {
    background: transparent url("images/linkedin.png") no-repeat scroll left center;
    color: #FFF;
    float: left;
    padding-right: 24px;
    margin-top: 5px;
    padding-left: 23px;
}
.insta {
    background: transparent url("images/instagram.png") no-repeat scroll left center;
    color: #FFF;
    float: left;    
    margin-top: 5px;
    padding-left: 23px;
}
/* Tag Cloud */
#tag_cloud-2 {
	background-color: transparent;
}
/* Upcoming events sidebar */
.sidebar .js-wpv-view-layout  ul > li {
	padding: 0 16px;
}
.sidebar-upc-events {
	overflow: auto;
}
.sidebar .widget_wp_views hr {
	padding: .6em 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
#genesis-footer-widgets {
	padding: 30px 0;
}	
.footer-widgets {
	background: url(/wp-content/uploads/2016/03/slider-bottom-bg.jpg) ; 
	font-size: 13px;
	text-align: center;
}	
#text-29 {
   background: url(/wp-content/uploads/2016/03/footer-box-bg-1.png);
    width: 296px;   
    height: 151px;
    margin: 0 auto;
}
#text-30 {
    background: transparent url("images/box.png") no-repeat scroll 0% 0%;
    width: 312px;   
    height: 151px;
    margin: 0 auto;
}
#text-31 {
    background: url(/wp-content/uploads/2016/03/footer-box-bg-1.png);
    width: 296px;   
    height: 151px;
    margin: 0 auto;
}
.footer-widgets .widget-wrap {
	padding: 0px !important;
}
.footer-widgets .widgettitle {
	text-align: center;
	margin-left: 0;
}
.footer-widgets #text-30 .textwidget {
	color: #ffffff;
}
#text-30 h3.widget-title {    
    color: #A84643;   
}
.donate {
    background: #E7E5CE none repeat scroll 0% 0%;
    padding: 5px 15px 0 15px;
    font-size: 16px;
    color: #A84643 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-top: 5px;
}
.btn-footer {
	margin-top: 15px;
}
.wiki {
    background: #A84643 none repeat scroll 0% 0%;
    padding: 5px 15px 0 15px;
    font-size: 16px;
    color: #E7E5CE !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-top: 5px;
}
.btn-footer-2 {
	margin-top: 15px;
}
#text-33 .widget-wrap {
	padding-top: 0;
	padding-bottom: 10px;
}

#text-34 .widget-wrap {
	padding-top: 0;
}
.footer-widgets .widgettitle {
    margin-bottom: 7px;
    padding: 19px 0 2px;
    color: #000;
    font-size: 33px;
    text-align: center;
    margin-left: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;  
    text-transform: uppercase;
}
.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: left;
}
.footerwidgetheader-container {
	background: url(/wp-content/uploads/2016/03/footer-bottom.jpg) repeat-x; 
	min-height: 155px;
}
.footersocial {
    margin: 0 auto;
    width: 360px;
    background: url(/wp-content/uploads/2016/03/footer-follow-us-bg.jpg) repeat-x;
    height: 49px;
}
.footersocial ul {
    margin-right: 19px;
}
.socials li {
    display: inline;
}
.socials a {
    display: block;
    width: 35px;
    height: 50px;
    opacity: 1;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.socials .twitter a {
    background-image: url(/wp-content/uploads/2016/03/twitter.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.socials .facebook a {
    background: url(/wp-content/uploads/2016/03/facebook.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.socials .linkedin a {
    margin-left: 5px;
    background: url(/wp-content/uploads/2016/03/in.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.socials .googleplus a {
   background: url(/wp-content/uploads/2016/03/googleplus.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 3px;
    width: 30px;
    margin: 0 7px;
}
.socials .youtube a {
   background: url(/wp-content/uploads/2016/03/you-tube1.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.socials .instagram a {
    background: url(/wp-content/uploads/2016/03/instnew.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 3px;
}
.right, .float-right {
    float: right;
}
.left, .float-left {
    float: left;
}

.socials a:hover { opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.socials .rss a { background-image: url("images/icons/icon-rss.png"); background-position: center center; background-repeat: no-repeat; }

.socials .rss a:hover { background-color: #DAD8C3; }

.socials .twitter a:hover { background-color: #DAD8C3; }

.socials .facebook a:hover { background-color: #DAD8C3; }

.socials .linkedin a:hover,.socials .youtube a:hover, .socials .instagram a:hover { background-color: #DAD8C3; }

.socials .googleplus a:hover { background-color: #DAD8C3; }

.socials .flickr a:hover { background-color: #DAD8C3; }

.socials .vimeo a:hover { background-color:transparent; }

.bottomfooter {   
	color: #ffffff;
	font-weight: 300;
	font-size: 13px;
	padding-top: 20px;
    text-align: center;
    width: 100%;
}

footer.footer .copyright {
    padding: 15px 0;
}
#menu-footermenu {
    margin: 0 auto;
    max-width: 422px;
}
#menu-footermenu li.menu-item-88 {
	border-right: none;
}
/* Footer 1 */

.footer-widgets-1 .fsBody .fsForm {
	background: transparent;
    box-shadow: none;
    border: none;
}
.fsboxshadow .fsBody .fsForm {
	box-shadow: none !important;
}
.footer-widgets-1 .fsForm .fsSubmit {
	background: none;
	margin: 0;
	padding: 0;
}
/* Footer submit widget */

.fsBody .fsForm{

    background-color: transparent !important;

    border: 0 none !important;

    margin: 0 !important;

}
div.fsSaveIncomplete{

    background: url(images/ok-strip.png) no-repeat Left top;

    width: 33px;

    height: 33px;

    border: 0 none;  

}

div.fsSaveIncomplete:hover{

    background: url(images/ok-strip.png) no-repeat Left -35px;

    }

    .widget_newsletterwidget div.fsSaveIncomplete{

    background: url(images/sign-up-strip.png) no-repeat Left top;

    height: 28px;

    width: 64px;

    border: 0 none; 

     margin-right: 12px; 

     box-shadow: none !important;

     margin-top: 0 !important;

}

.widget_newsletterwidget div.fsSaveIncomplete:hover{

    background: url(images/sign-up-strip.png) no-repeat Left -29px;

    }

.fsFieldFocused {

    background-color: transparent !important;

}
.fsSubmit input.fsSubmitMultipage{

    display: none !important;

}

.widget_newsletterwidget .fsFieldRow input[type="text"]{

    width: 190px;

    height: 18px;

}

div.fsSaveIncomplete {

    background-color: transparent !important;

    box-shadow: none !important;

    clear: none !important;

    margin-bottom: 0px !important;

    padding: 0px !important;

    text-align: none !important;

    cursor: pointer;border: 0 none;

    float: left;

    border: 0 none !important;

    margin-top: -2px !important;

}

.widget_newsletterwidget .fsBody{

    margin-left: -24px;

}

.widget-area-sidebar .fsSubmit input.fsSubmitMultipage{

display: none;

}

.fsSaveIncomplete a{

    display: none;

}

.fsForm .fsSubmit{

 background-color: transparent !important;

    padding: 0 !important;

    margin: 0 !important;

}

div.fsProgress{

    display: none;

}

.fsSubmit input.fsSubmitMultipage{

    background: url(images/ok.png) no-repeat;

    width: 33px;

    height: 33px;

}


.fsSubmit input.fsSubmitButton{

   background: url("images/sign-up-strip.png") no-repeat scroll left top transparent;

    width: 62px;

    font-size: 0px;

    height: 28px;

    border: 0 none;

}
.fsEmbed .fsPage {
	width: 80%;	
}
.footer-widgets-1 .fsSubmit input.fsSubmitButton {
    background: url("images/ok-strip.png") no-repeat scroll left top transparent;
    height: 34px;
    width: 50px;
}
.footer-widgets-1 .fsFieldRow input[type="email"] {
    background: url("images/footer-sing-up-input.png") no-repeat scroll 0 0 transparent;
    height: 26px !important;
    width: 209px;
    border: 0 none;
    max-width: 83% !important;
}
.fsFieldRow input[type="email"]{
    max-width: 90% !important;
    height: 19px !important;
    padding: 13px !important;

}
.fsSubmit input.fsSubmitButton:hover{
    /*background: url("images/sign-up-strip.png") no-repeat scroll left -29px transparent;*/
    cursor: pointer;
}
.fsForm .fsSubmit{
    float: right;    
    margin-top: -27px !important;
}
.footer-widgets-1 .fsSubmit input.fsSubmitButton:hover {
   /*background: url("images/ok-strip.png") no-repeat scroll left -35px transparent;  */  
}
.fsSubmit input.fsSubmitButton:hover {
    /*background: url("images/sign-up-strip.png") no-repeat scroll left -29px transparent;*/
    cursor: pointer;
}
 .fsboxshadow .fsBody .fsForm {  box-shadow:none !important;  } 

.fsBody .fsRowBody {
	padding: 0 5px 0 0!important;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets .widget-area {
	width: 100%;
}
.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}
.site-footer p {
	margin-bottom: 0;
}
#menu-footermenu li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid;
}
#menu-footermenu li a {
    color: #fff;
}

/* # Second Home page
---------------------------------------------------------------------------------------------------- */

.page-id-16582 .breadcrumb {
	display: none;
}

/* # Wired Moon styling edits 7/2023
---------------------------------------------------------------------------------------------------- */

.search-form input[type="search"] {   
    border: 1px solid #929166;
}
.home .su-button span {    
    color: #F6F7F0 !important;
}
.js-wpv-pagination-next-link {
    background: none repeat scroll 0 0 #E9EADA;  
	color: #71706C;
}
#wpv-view-layout-12102 {
	color: #E9EADA;
}
.title-peer-review a {
    border-bottom: none;
    color: #F6F7F0;
}
.hp-title-article-1 a {
    color: #F6F7F0;
}
.rightpost .title {    
    color: #F6F7F0;
	background: url("/wp-content/uploads/2023/07/slider-bottom-box-two-heading-bg-2.png") no-repeat scroll 0 0 transparent;
}
.pagetitle {    
    background: none;    
    background-color: #929166;
}
.hp-social {
	display: none;
}
.hp-section-1 .first {
    background: none;
    background-color: #d1a34d;
}
h2.article {
    color: #991d1f;   
}
.wpv_pagination_dots .wpv_pagination_dots_item a {   
    background-color: #F6F7F0;   
}
.wpv_pagination_dots .wpv_pagination_dots_item.wpv_page_current a {
    background-color: #991d1f;
    border: 2px solid #F6F7F0;
}
.hp-section-1 .first .hp-slider-link a {
    color: #F6F7F0;   
}
.hp-section-1 {
    background-color: #ffffff;   
}
.hp-section-1 .hp-inner {
    background: none;    
}
.hp-section-2 {
    background: none;
	background-color: #929166;    
}
.hp-section-2 h2.article {
    color: #F6F7F0;
}
.pagediv-2 {
    background: none repeat scroll 0 0 #6C7343;
}
.pagediv {
    background: none repeat scroll 0 0 #ffffff;
}
.hp-section-3 {
   /*background: url(/wp-content/uploads/2023/07/bg-slice-2.png) repeat-x;*/
	background: url(/wp-content/uploads/2023/08/bg-slice-2.jpg) repeat-x;
}
.scup-home-sec .title h2 a {
    color: #F6F7F0;
}
.scup-home-sec .right-sec span.president {
    color: #991d1f;    
}
.scup-home-sec .left-sec span.learn {
    color: #71706C;    
}
.scup-home-sec .right-sec span.caption {
    color: #71706C;
}
.hp-section-4 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;  
	background-color: #ffffff;
}
.hp-subscribe {
    background: #991d1f none repeat scroll 0% 0%;
    padding: 10px;
    margin-bottom: 20px;
}
.hp-subscribe h3 {
    color: #F6F7F0;
}
.hp-subscribe p {
    color: #F6F7F0;
}
.hp-subscribe input {
	background-color: #F6F7F0;
}
.hp-subscribe p.ctct-form-field-submit input[type="submit"] {
    color: #991d1f;
	background-color: #ffffff;
	font-weight: 600;
}
.hp-subscribe p.ctct-form-field-submit input:hover[type="submit"] {   
	opacity: 0.85;
}
#rc-anchor-container {
    background-color: #F6F7F0;   
}
.blog-title a {
    color: #991d1f;
}
.event-meta-link a {   
    color: #991d1f;    
}
.event-meta-date {
    color: #fff;    
}
.event-meta-date a {
    color: #fff;    
}

h3.ctitle {
    color: #929166;   
    text-shadow: none;
}
body > div {    
    background-color: #ffffff;
}
.site-inner {    
    background-color: #ffffff;
}
.content .entry {
    background-color: #ffffff;
}
.research .title {
    color: #991d1f;   
    text-shadow: none;
}
p {   
    color: #71706C;
}
h1 {
    color: #6C7343;    
}
a {    
    color: #991d1f;   
}
img.alignleft {
    margin: 0 24px 50px 0;
}
.sidebar .widget_advanced_menu, .sidebar .widget_wp_views {
    background-color: #F6F7F0 !important;
}
.footersocial {   
    background: url(/wp-content/uploads/2023/07/footer-follow-us-bg-2.jpg) repeat-x;    
}
.footerwidgetheader-container {
    background: url(/wp-content/uploads/2023/07/footer-bottom-2.jpg) repeat-x;  
}
.footer-widgets {    
	background: url(/wp-content/uploads/2023/07/slider-bottom-bg-2.jpg);    
}
#text-30 {
    background: transparent url(/wp-content/uploads/2023/08/box-3.png) no-repeat scroll 50% 50%; 
}
.donate {
    background: #ffffff none repeat scroll 0% 0%;    
}
.donate {    
    color: #991d1f !important;    
}
.site-header {
	background-color: #f4f2e6;    
}
#text-30 h3.widget-title {
    color: #991d1f;
}
.abtmid {
    background-color: #f6f7f0;
}
.navtext {
    color: #f6f7f0;    
}
#menu-topmenu li a {   
    color: #929166;    
}
.nav-primary .genesis-nav-menu a {    
    color: #f4f2e6;  
}
.nav-primary .genesis-nav-menu li {   
    text-shadow: none;
}
.socials .twitter a {
    background-image: url(/wp-content/uploads/2023/07/Twitter-icon-white-4.png); 
	background-size: 23px;
}
.socials .facebook a {
    background-image: url(/wp-content/uploads/2023/07/Facebook-icon-white-4.png); 
	background-size: 12px;
}
.socials .linkedin a {
    background-image: url(/wp-content/uploads/2023/07/LinkedIn-icon-white-4.png); 
	background-size: 22px;
	margin-left: 0;
	background-position: center 13px;
    margin-right: 5px;
}
.socials .youtube a {
    background-image: url(/wp-content/uploads/2023/07/YouTube-icon-white-4.png);  
	background-size: 24px;
}
.socials .instagram a {
    background-image: url(/wp-content/uploads/2023/07/Instagram-icon-white-4.png);  
	background-size: 20px;
}
.header-image .site-title > a {
    background: url(/wp-content/uploads/2023/07/CCARE-logo-4.png) no-repeat center; 
}
.breadcrumb {
    color: #929166;    
}
.widget_advanced_menu li.menu-item a {
    color: #991d1f;   
}
.sidebar h3 {  
    color: #6C7343;    
}
.widget_advanced_menu li.current-menu-item {
    background: #929166;   
}
.widget_advanced_menu li.current-menu-item a {
    color: #F6F7F0;
}
.widget_advanced_menu .menu-item {
    background: url(/wp-content/uploads/2023/07/line-3.png) repeat-x scroll center top transparent;
}
.socials .twitter a:hover, .socials .facebook a:hover, .socials .linkedin a:hover, .socials .youtube a:hover, .socials .instagram a:hover {
	background-color: #6c7343;
}
.su-tabs-nav span.su-tabs-current {
    background-color: #F6F7F0 !important;    
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

/*Header*/
.site-header {
	height: 125px;
}
.site-header .wrap {
    padding: 20px 0;
}
.site-header .widget-area {
	width: 33%;
}
.header-image .site-title > a {  
    height: 190px;
    width: 100%;
    margin-top: -10px;
	background-size: contain;
}
.title-area {
	width: 32%;
}
#shortcode-widget-2 {
    float: none;
    margin-bottom: 10px;
}
.site-header .search-form {
	float: none;
	text-align: center;
}
.header-widget-area {
    width: 33%;   
}
.nav-primary .genesis-nav-menu li {
	font-size: 18px;
}
li#menu-item-10910 {
	margin-right: 200px;
}
li#menu-item-501 {
	margin-right: 25px;
}
li#menu-item-43 {
	margin-right: 25px;
}
.nav-primary .genesis-nav-menu a {
	padding: 21px 20px;
}

/*Below nav section*/
.navtext {
	font-size: 30px;
} 

/*Video*/
li.video-lp-ind {
	min-height: 200px;
	width: 48%;
}
/*People*/
 li.people-lp-ind {
	min-height: 320px;	
	width: 48%;
}
/*Footer*/
.footer-widgets .widget-area {
	width: 100%;
}
#text-29, #text-30, #text-31 {
   margin-bottom: 15px;
}

}


@media only screen and (max-width: 1000px) {
	.hp-section-3 {
    	background: #dad8c3 none;
	}
	.scup-home-sec h2 {
		background-color: #cbccb3;
	}
	.scup-home-sec .left-quotes, .scup-home-sec .right-quotes {
		display: none;
	}
	.scup-home-sec .left-sec {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
	.scup-home-sec .left-sec span.learn {
       width: 100%;
    }
    .scup-home-sec .right-sec {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 0px;
		margin-left: 0;
	}
	.scup-home-sec .video-section {
	    float: none;
	    margin-left: 0px;
	    margin-top: 20px;
	    width: 100%;
	    text-align: center;
	    overflow: hidden;
	}
	.scup-home-sec .thumb-images {	    
	    width: 33%;	   
	}
	.scup-home-sec .right-sec span.caption {   
    	width: auto;    
	}
}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	/*Header*/
.site-header .wrap {
    overflow: visible;    
}
.site-header .widget-area {
    width: 32%;
}
.title-area {
	width: 32%;

}
.nav-primary .genesis-nav-menu li {
	font-size: 16px;
}
li#menu-item-10910 {
	margin-right: 0px;
}
li#menu-item-501 {
	margin-right: 0px;
}
li#menu-item-43 {
	margin-right: 0px;
}
.pagetitle .widget-wrap {
    padding: 30px 40px 30px 40px;
}
.navtext {
	font-size: 28px;
}
/* Sign up form */
.fsEmbed .fsPage {
    width: 100%;
}
}
@media only screen and (max-width: 840px) {
.hp-section-2 {
    background: url(/wp-content/uploads/2016/03/slider-bottom-bg.jpg) repeat;
}
.hp-section-2 .inner-half {
	float: none;    
    width: 100%;
}
.pagediv-2 {   
    width: 100%; 
    min-height: 240px;
    padding-bottom: 25px;   
}
.js-wpv-filter-form-12102-CPID7 {   
    left: 20px;
}
.pagediv {    
    min-height: 265px;
}
.firstdiv, .seconddiv {   
    min-height: 220px;
   
}
}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.scup-home-sec h2 {
		font-size: 25px;
	}
	.fsBody {
		margin-bottom: 0px !important;
	}

}

@media only screen and (max-width: 768px) {
.nav-primary {
	display: none;
}
.header-left {
    float: none;
    width: 260px;
    margin: 0 auto;
}
.site-header .widget-area {
    width: 100%;
}
.header-image .site-title > a {
    height: 145px;
    width: 100%;
    margin-top: 15px;
	background-size: contain;
}
.site-header {
    height: 295px;
}
#shortcode-widget-2 {    
    margin: 10px;
}
/* Section below header */
.pagetitle .widget-wrap {
    padding: 20px 15px 20px 15px;
}
.title-1 {
    width: 100%;
    float: none;
    text-align: center;
}
.title-1  img {
	width: 150px;
}

.title-2 {
    width: 100%;
    float: none;
    text-align: center;
}
.navtext {
	font-size: 24px;
}
/* About Section */
.researchleft, .eduright {
	width: 100%;
}
/* Research Section */
.oddresearchcolumn, .researchcolumn {
    width: 100%;   
}
/* Home Page */
.hp-section-1 .hp-inner {
    background: none;   
}
.hp-section-1 .inner-half {   
    width: 100%;
    margin: 20px 0;
}
.hp-section-1 .first {
    background-color: #947525;
    padding-right: 10px;
}
.hp-section-1 .first .hp-slider-link {
    height: auto;
}
/* Education Section */
.educationleft {
	float: none;
	width: 100%;
}
.educationright {
	float: none;
	width: 100%;
	margin-left: 0;
}
.fsEmbed .fsPage {
    width: 95%;
}
}

@media only screen and (max-width: 650px) {
 /* People */
 li.people-lp-ind {
	min-height: 335px;
	width: 100%;
	min-height: 200px;
}	
	.scup-home-sec h2 {
		font-size: 20px;
	}
/* Sign up form*/
.fsEmbed .fsPage {
    width: 85% !important;
}
.fsForm .fsSubmit {    
    margin-top: -40px !important;
}
#shortcode-widget-3 .widget-wrap {
	padding-bottom: 0;
}
}


@media only screen and (max-width: 550px) {
/* Video */
	li.video-lp-ind {
		min-height: 150px;
		text-align: center;
		width: 100%;
	}
	.header-image .site-title > a {
	    height: 145px;    
	    margin-top: 25px;
		background-size: cover;
}
	#menu-topmenu li a {
		font-size: 15px;
}
/* Section below header */ 
	.pagetitle .widget-wrap {
	    padding-top: 15px;
}
	.navtext {
	    font-size: 16px;
	    line-height: 26px;
}
/*Site footer*/
	.bottomfooter {
		padding-top: 0;
}
/* Home Page */
	.pagediv-2 {
	    width: 100%;
	    min-height: 310px;
}
.scup-home-sec .title {     	
    	padding-top: 25px;
}
	.scup-home-sec h2 {     	
    	font-size: 17px;
    	line-height: 22px;
}
}

@media only screen and (max-width: 430px) {
	.firstdiv {
		float: none;
		width: 100%;
		background: none;
		min-height: 160px;
		margin: 0;
		padding: 0 25px;
	}
	.seconddiv {
		float: none;
		width: 100%;
		background: none;
		min-height: 160px;
		margin: 0;
		padding: 0 25px;
	}	
	#wpv-view-layout-12312-TCPID7 ul.wpv-loop {
		margin-left: 10px;
	}
	.footerwidgetheader-container .wrap {
		padding-left: 0;
	}
	.pagetitle .widget-wrap {
    padding: 20px 15px 20px 0px;
}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.btn-center {
		text-align: center;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

