/*
 Theme Name:     Goodwork Child
 Theme URI:      http://demo.krownthemes.com/goodwork-new/
 Description:    A basic child theme for the Goodwork theme.
 Author:         RubenBristian
 Author URI:     http://rubenbristian.com
 Template:       goodwork
 Version:        1.0
*/

@import url("../goodwork/style.css");
/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	color: #232323; /* MTH CHANGED 6/17/19 */
}
#topHeader {
	background-color: #285d91; /* MTH CHANGED 6/17/19 */
	/* border-bottom: 4px solid #ffcc33;  MTH REMOVED 6/17/19 */
	width: 100%;
}
.topWrapper { /* MTH CHANGED 6/17/19 */
	max-width: 1366px; 
	margin: 0 auto;
	color: #ffffff;
	padding: 0 40px !important; 
	width: 100%;
}
#headerWidgets { 
	color: #ffffff;
	padding: 20px 0 0 0; 
	position: static;
}
#headerWidgets a:link, a:visited { /* MTH ADDED 6/17/19 */
	color: #ffffff;
	font-size: 14px; 
}
#headerWidgets a:hover, a:active {
	color: #ffcc33;
	font-size: 14px; /* MTH ADDED 6/17/19 */
}
#headerWidgets .widget {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
}
#headerWidgets .widget_rb_email_widget i, #headerWidgets .widget_rb_phone_widget i {
	color: #cccccc; /* MTH CHANGED FOR ADA COMPLIANCE 10/13/17 (was #b6b6b6) */
	display: block;
	float: left;
	font-size: 16px; /* MTH CHANGED 6/17/19 */
	margin-right: 10px; 
	transition: all 200ms ease-in 0s;
}
/* MTH ADDED 6/17/19 */
#headerWidgets > div.left {
	margin: 10px 0 0;
}
/* ///////////// */
.rbSocial.icons li:before {
	color: #ffffff;
	font-size: 20px; /* MTH ADDED 6/17/19 */
}
.rbSocial.icons li:hover::before {
	color: #ffcc33 !important;
}
div .rbSocial {
	margin-right: 10px;
	float: left;
}
#searchform .holder { /* MTH COMBINED THIS WITH ONE BELOW 6/17/19 */
	position: relative;
	right: 0px;
	margin-left: 10px;
	visibility: hidden;
}
#searchform {
	position: static;
	margin: 0;
	float: right;
}
#searchform input {
	background-color: #ffffff;
	width: 174px;
}
form:after {
	display: inline;
}
#s { /* MTH ADDED 6/17/19 */
  color: #333333 !important;
  font-size: 16px !important;
  padding: 15px 10px !important;
}
/* MTH ADDED FOR BACKGROUND IMAGE 6/17/19 */
#outsideHeader {
	/*border-bottom: 6px solid #285d91;
    margin: 0 auto;
    background: -moz-linear-gradient(top, #72a7bd 1%, #518ba4 92%);
    background: -webkit-linear-gradient(top, #72a7bd 1%,#518ba4 92%);
    background: linear-gradient(to bottom, #72a7bd 1%,#518ba4 92%);
    background: url(https://giving.sjcny.edu/wp-content/uploads/2019/01/sjcny_header_bg-1.jpg) no-repeat center right;*/
    -webkit-background-position: cover;
    -moz-background-position: cover;
    -o-background-position: cover;
	background: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.9)),url(https://giving.sjcny.edu/wp-content/uploads/2019/01/sjcny_header_bg.jpg) center center;
	border-bottom: 5px solid #eeb111; /* MTH CHANGED 6/17/19 */
	background-repeat: no-repeat;
background-color: #a4aec8 !important;
    /*max-height: 220px;
    overflow: hidden; */
}
/* ///////////// */
#secondHeader { /* MTH CHANGED EVERYTHING FOR BACKGROUND IMAGE 6/17/19 */
	width: 100%;
	max-height: 250px;
}
/* ///////////// */
.secondHeaderWrapper { /* MTH CHANGED 6/17/19 */
	max-width: 1366px;
	margin: 0 auto; 
	color: #ffffff;
	width: 100%;
	padding: 0 40px;
	min-width: 300px;
}
.wrapper { /* MTH CHANGED 6/17/19 */
	max-width: 1366px !important; 
	min-width: 300px;
	margin: 0px auto;
	padding: 0 40px; 
	width: 100% !important;
}
.blue {
	color: #285d91;
}
#sidebarRight { /* MTH CHANGED 6/17/19 */
	border-left: 1px dotted #cccccc;
	padding: 0 0 0 30px;
	max-width: 400px; 
	width: 30%;
}
.right-sidebar #content { /* MTH WIDTH CHANGED 6/17/19 */
	float: left;
	max-width: 860px; 
	width: 70%;
	padding-right: 20px;
}
#sidebarRight #headerWidgets a:link, a:visited {
	color: #333333;
}
/* MTH ADDED 6/17/19 */
#sidebarRight ul.menu li a {
    background-color: #737373 !important;
}
#sidebarRight ul.menu li a:hover {
    background-color: #888888 !important;
}
#sidebarRight .rbTeam .img { /* MTH CHANGED TO MAKE IMAGES SMALLER 6/17/19 */
	border-radius: 150px;
	display: block;
	height: 170px;
	padding: 10px;
	width: 170px;
}
.rbTeam .img img { /* MTH ADDED TO MAKE IMAGES SMALLER 6/17/19 */
	border-radius: 130px;
	height: auto;
	width: 150px;
}
.width_nav_menu li {
	border-bottom: 1px solid #eee;
    display: block;
    position: relative;
    margin: 0 0 4px;
    padding: 0;
}
.widget_nav_menu a:link, .widget_nav_menu a:visited { /* MTH CHANGED 6/17/19 */
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	letter-spacing: .025em;
	padding: 12px 20px;
	text-decoration: none !important;
	font-size: 15.5px;
}
.rbTextIcon.one i {
    width: 110px;
    height: 110px;
    background: #eeb111;
    border-radius: 55px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin: -5px 10px 10px 0;
    text-align: center;
    font-size: 58px;
    cursor: default;
}
.column_container, .vc_column_container {
  padding:0 20px;
}
/* MTH UPDATED SECTION BELOW FOR FORM 3/10/20 */
div.contactWrapper {
    margin: 0 auto; 
    max-width: 1366px; 
    padding: 0 40px; 
    color: #003366; 
    font-size: 18px;
}
div.contactWrapper input {
  font-size: 16px !important;
  padding: 18px 10px;
  color: #333333;
}
div.contactWrapper select {
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
	padding: 9px 10px; /* MTH CHANGED 3/26/20 FOR FORM SPACING */
    font: 16px Arial, sans-serif;
    color: #6b6b6b;
    width: 100%;
    display: inline-block;
    resize: none;
    margin: 0 0 5px 5px;
}
div.wpcf7-response-output {
	clear: both;
}
div.div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	border: none;
}
span.wpcf7-not-valid-tip {
	display: inline;
}
/* MTH ADDED 3/19/20 FOR GRAVITY FORM 7 */
div.contactWrapper input#contact-submit {
    font-size: 15px !important;
    padding: 0 18px;
	vertical-align: middle;
    color: #ffffff;
    width: 100%;
    background-color: #285d91 !important;
	margin: 5px 0 0 5px;
    height: 40px;
}
/* ////////////////////// */
div.contactWrapper textarea {
	font-size: 16px !important;
	padding: 10px;
	color: #333333;
	height: 86px; /* MTH CHANGED 3/19/20 FOR GRAVITY FORM 7 */
	margin: 5px 5px 0; /* MTH CHANGED 3/26/20 FOR FORM SPACING */
}
div.contactWrapper button { 
	background-color: #295d92;
	color: #ffffff;
	padding: 10px 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 0;
    margin-left: 5px;
    border: none;
}
/* //////////////// */
#sidebarRight .widget_nav_menu a:hover, #sidebarRight .widget_nav_menu a:active {
	color: #ffffff !important; /* MTH CHANGED 6/17/19 */
}

#logo {
	padding: 2em 0; /* MTH CHANGED 6/17/19 */
	float: left;
	min-width: 50%;
	height: auto;
}
#logo .retina {
    width: 50%;
    height: auto;
	max-width: 250px !important; /* MTH ADDED 6/17/19 */
}
/* MTH ADDED TO SHORTEN HEADER AREA 6/17/19 */
#logo img {
  margin-bottom:0; 
  padding-top:0; 
  max-width: 250px !important; /* MTH ADDED 6/17/19 */
  width: 50%;  /* MTH ADDED 6/17/19 */
  height: auto;  /* MTH ADDED 6/17/19 */
}
/* ///////////////// */
#secondHeader .makeGift {
	float: right;
	margin: 60px 0 40px;
}
#secondHeader .giftButton { /* MTH CHANGED AND COMBINED WITH .GIFTBUTTON 6/17/19 */
	background-color: #285d91;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 1.7em;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 16px 34px;
    width: 200px;
    -webkit-box-shadow: 6px 6px 4px 0px rgba(180,180,180,0.6);
    -moz-box-shadow: 6px 6px 4px 0px rgba(180,180,180,0.6);
    box-shadow: 6px 6px 4px 0px rgba(180,180,180,0.6);
}
#secondHeader .giftButton a:link, .giftButton a:visited { 
	color: #003366;
}
#secondHeader .giftButton:hover, #secondHeader .giftButton:active { 
	background-color: #003366; 
	color: #ffffff;
	text-decoration: none;
}
#mainHeader { /* MTH CHANGED 6/17/19 */
	padding: 0 !important; 
	background-color: #285d91; 
    border-top: 5px solid #eeb111; 
	border-bottom: none !important;
}
.home #mainHeader {
	border-bottom: none;
}
.navContainer { /* MTH CHANGED 6/17/19 */
	max-width: 1366px; 
	margin: 0 auto;
	padding: 0 40px; 
	width: 100%;
}
#menu {
	border: none;
	margin: 0 auto;
}
.f_height #menu, .minimal #menu { /* MTH COMBINED TWO 6/17/19 */
	position: relative;
	top: 0px;
	margin: 0 auto;
	/* height: 60px; MTH REMOVED 6/17/19 */
	float: left;
	font-size: 14px;
	letter-spacing: .025em;
}
/* MTH ADDED 6/17/19 */
.f_height #menu > ul, .minimal #menu > ul  {
	height: 76px !important;
}
.f_height #menu > ul > li, .minimal #menu > ul > li {
	padding-top: 22px;
}
/* /////////////// */
.f_height #menu > ul > li > a, .minimal #menu > ul > li > a { /* MTH ADDED/CHANGED 6/17/19 */
    padding-top: 30px;
	padding-bottom: 20px;
	height: 30px; 
	padding: 8px; 
}
#menu li > ul { /* MTH ADDED 6/17/19 */
	/* position: absolute;
	top: 29px; MTH REMOVED 6/17/19 */
	/*left: 20px; TH REMOVED 6/17/19 */
	overflow: visible;
	margin: 0;
	z-index: 99999;
	width: auto !important;
	height: auto !important;
}
#menu > ul > li > a { /* MTH COMBINED TWO WITH SAME NAME 6/17/19 */
	display: inline-block;
	/*padding-bottom: -15px; MTH REMOVED 6/17/19 */
	margin-right: 25px; /* MTH CHANGED 6/17/19 */ 
	letter-spacing: 0.075em; /* MTH CHANGED 6/17/19 */ 
	color: #ffffff; /* MTH CHANGED 6/17/19 */ 
	font-size: 15px !important; /* MTH CHANGED 6/17/19 */
	/* padding-bottom: 25px !important; MTH REMOVED 6/17/19 */
}
#menu li > ul > li, .dark_menu #menu li > ul > li { /* MTH ADDED 6/17/19 */
	border-bottom: 1px solid #709ac1 !important;
	height: auto !important;
}
#menu li > ul > li:last-child, .dark_menu #menu li > ul > li:last-child { /* MTH ADDED 6/17/19 */
	border-bottom: none !important;
}
.dark_menu #menu li ul li.selected > a {
	background-color: #295d91 !important;
}
#menu li > ul li a { /* MTH CHANGED 6/17/19 */ 
	padding: 12px 8px !important; 
	height: auto !important; 
	font-size: 15px !important;
}
#menu .responsive {
	height: auto;
}
/* MTH ADDED 6/17/19 */
#menu > ul > li > a:hover, #menu > ul > li:hover, #menu > ul > li a:active, #menu > ul > li a:focus {
	color: #ffcc33 !important; 
}
#menu > ul li.selected > a, .no-touch #menu > ul li.selected:hover > a { /* MTH CHANGED 6/17/19 */ 
  color:#ffcc33 !important;  
  border: none;	
}
.dark_menu #menu li ul li a { 
  background:#285d91;
  color:#fff;
  font-size: .9rem;
  line-height: 1.4em;
  text-transform: none;
	font-weight: 400;
}
.no-touch .dark_menu #menu li ul li:hover > a, .no-touch .dark_menu #menu li ul li:hover { /* MTH ADDED SECOND PART AND CHANGED BACKGROUND COLOR 6/17/19 */ 
  color:#ffcc33;
}
.no-touch .dark_menu #menu ul li:hover > a { /* MTH ADDED 6/17/19 */ 
  color: #ffffff;
}
/* ///////////// */
.wrapper + .rev.fullwidth {
	/* border-top: 4px solid #ffcc33; MTH REMOVED 6/17/19 */
	margin-top: 0; /* MTH CHANGED BACK TO 0 FROM -40px 6/17/19 */
	border-bottom: 10px solid #285d91;
}
.callout {
	background-color: rgba(44,103,177,.125);
	padding: 10px 20px;
	border-radius: 4px;
}
.callout-left {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid #ffffff;
}
.callout-date {
	background-color: #c0d7ed;
	padding: 7px 10px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.quotePortrait {
	border-radius: 50%;
	margin: 10px 0px 10px 10px;
	width: 60%;
	height: auto;
}
.rbTestimonial blockquote {
	margin: 30px 0 0;
}
.rbTestimonial.no-top-space blockquote {
	margin: 0;
}
/* MTH ADDED 3/30/20 FOR NEW TESTIMONIALS */
div.testimonial {
    margin: 10px 0;
}
.wp-block-column.quote {
  flex-grow: 1;
  min-width: 350px;
 }
/* //////////////// */
p, ul, ol {
	font-size: 18px; /* MTH CHANGED 6/17/19 */
	line-height: 1.6em;
	margin: 12px 0;
}
.rbLarge { /* MTH ADDED 6/17/19 */
  font-size:18px;
  line-height:1.6em;
}
.wpb_wrapper ul {
	list-style: outside disc;
	list-style-position: inside;
	margin-left: 15px;
	text-indent: -12px;
}
div.temp-hide {
	display: none !important;
}
h1, h2, h3, h4, h5, h6, .tp-caption { /* MTH ADDED IMPORTANT TO REMOVE montserrat 11/1/22 */
	color: #3b3b3b;
	font-family: Arial, helvetica, sans-serif !important;
	font-weight: bold;
	margin: 15px 0;
}
.heading h2  {
	font-size: 40px;
	line-height: 1.1em;
	color: #003366; 
}
.blue h3 {
	color: #285d91;
	margin: 0;
	font-size: 22px; /* MTH CHANGED 6/17/19 */
	padding: 0;
}
.rbTextIcon > h4, .rbTextIcon > a > h4 {
	color: #285d91; /* MTH CHANGED 6/17/19 */
	font-size: 22px; /* MTH CHANGED 6/17/19 */
	font-weight: bold;
	line-height: 24px; /* MTH CHANGED 6/17/19 */
	margin: 25px 0 0;
	text-decoration: none;
}
.medium p {
	color: #2b3633;
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
}
.blue h4 {
	color: #285d91;
	margin: 0;
	font-size: 18px; /* MTH CHANGED 6/17/19 */
	padding: 0;
}
.blue p {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 15.5px; /* MTH CHANGED 6/17/19 */
	color: #285d91;
}
.blue hr {
	border-bottom: dotted 2px #285d91;
}
.blueTextMedium {
	color: #285d91;
	font-size: 15px;
}
.gold hr {
	border-bottom: dotted 2px #E8B00B;
}
.orange .img {
	background: #F89123;
}
.orange h5 {
	color: #F89123;
	margin: 0;
}
.green .img {
	background: #5DCB7A;
}
.green h5 {
	color: #5DCB7A;
	margin: 0;
}
.blueCircle .img {
	background: #285d91;
}
.blueCircle h5 {
	color: #285d91;
	margin: 0;
}
/* MTH ADDED TO MAKE IMAGES LARGER TURN IT ON WHEN IMAGES ARE READY 6/17/19 
div.contactUs .rbTeam .img { 
	border-radius: 150px;
	display: block;
	height: 250px;
	padding: 10px;
	width: 250px;
}
div.contactUs .rbTeam .img img { /* MTH ADDED TO MAKE IMAGES LARGER 6/17/19 
	border-radius: 130px;
	height: 230px;
	width: 230px;
}
////////////////// */

.contact h2, contact p.campus { /* MTH ADDED TO REMOVE MONTSERRAT 11/1/22 */
	font-family: arial, helvetica, sans-serif;
}
.rbTeam h3 {
	color: #285d91;
	font-size: 20px !important; /* MTH ADDED TO MAKE FONT LARGER 6/17/19 */
}
.no-ie .rbStats.pie.smaller p {
	font-size: 50px;
}
.rbTeam hr {
	border: none;
	color: #ffffff;
	display: none;
}
.rbTeam a:link, .rbTeam a:visited { /* MTH ADDED TO MAKE email address link stand out 6/17/19 */
	color: #285d91;
	font-weight: bold;
}
.blueBox p { /* MTH REMOVED montserrat 11/1/22 */
	border-radius: 8px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
	background-color: #285d91;
	padding: 20px;
	letter-spacing: .011em;
	margin-right: 10px;
}
.krown-thumbnail-gallery .fancybox-thumb.last {
	margin-right: 0px;
}
.shadow {
	border: #ffffff solid 6px;
	-webkit-box-shadow: 2px 2px 4px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    2px 2px 4px 3px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         2px 2px 4px 3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#pageTitle {
	margin: 10px 0 20px; 
	border-bottom: 2px solid #eeb111; /* MTH CHANGED FROM LIGHT GRAY 6/17/19 */
}
#pageTitle h1, #pageTitle h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 30px 0 0;
}
.wpb_wrapper a:link, .wpb_wrapper a:visited {
	text-decoration: none; /* MTH CHANGED FROM UNDERLINED 6/17/19 */
	color: #0C56A0;
}
.wpb_wrapper a:hover, .wpb_wrapper a:active {
	color: #ff9933;
}
#footer1 {
	border-top: 6px solid #dddddd;
	padding-top: 20px;
	background: #444546 none repeat scroll 0 0;
	color: #c9c9c9; /* MTH CHANGED FOR ADA COMPLIANCE 10/13/17 (was #999) */
}
#footer1 a {
    color: #c9c9c9; /* MTH CHANGED FOR ADA COMPLIANCE 10/13/17 (was #999) */
}
#footer1 .widget-title h5 {
	color: #ffcc33;
}
/* MTH ADDED H2 FOR ADA COMPLIANCE 4/2/20 */
#footer1 .widget-title h2 { 
    color: #ffcc33;
    font-size: 12px; /* MTH CHANGED FROM 11px 11/1/22 */
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #6B6B6B;
    padding: 0 25px 10px 0;
    margin-bottom: -1px;
    display: inline-block;
}
#footer1 h2.widget-title { /* MTH ADDED TO CHANGE FROM 11px 11/1/22 */
	 font-size: 12px !important; 
}
#footer2 p, #footer2 ul li:before {
		color: #ededed !important; /* MTH CHANGED FOR ADA COMPLIANCE 4/27/20 */
}
/* ////////////////////// */
.mission { /* MTH REMOVED montserrat 11/1/22 */
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; /* MTH CHANGED 6/17/19*/
	line-height: 1.4em;
	color: #c9c9c9; /* MTH CHANGED FOR ADA COMPLIANCE 10/13/17 (was #88888) */

}
#footer2 {
	border-top: none;
}
footer#footer2 .left.widget_text div.textwidget p {
	color: #9c9c9c;
}
/* MTH ADDED 6/17/19 */
#footer1 > div.row-fluid, #sidebarBottom > div {
	max-width:1366px !important;
	width: 100% !important;
	margin:auto;
	padding: 0 40px; /* MTH CHANGED 6/17/19 */
}
#footer2 > div {
	max-width:1366px !important;
	margin:auto;
	padding: 0 40px; 
	width: 100% !important;
}
/* ///////////////////// */
#footer1 .column_container:first-child {
  padding-left: 0 !important;
}
/* MTH ADDED FOR ADA COMPLIANCE 4/2/20 */
.sidebar .widget-title h2, .sidebar .widget-title h4 {
    color: #285d91;
    font-size: 15px;
}
.sidebar .widget-title h2, .cwidget .widget-title h2 {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #3B3B3B;
    padding: 0 25px 10px 0;
    margin-bottom: -1px;
    display: inline-block;
}
/* /////////////////// */
.rbLarge {
    font-size: 18px;
    line-height: 1.6em;
}
/* /////////////////// */
.widget_meta ul li a:before {
	color: #999;
	content: ">";
	display: inline-block;
	float: left;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
	text-decoration: inherit;
}
.tp-button_orange_slide a {
	background-color: #f27d2d;
	font-size: 18px;
	padding: 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.rbTestimonial.dark blockquote {
	background: #3B3B3B;
	border-color: #3B3B3B;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .012em;
	padding: 20px;
}
.rbTestimonial.dark blockquote p {
	background: #3B3B3B;
	border-color: #3B3B3B;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .012em;
	padding: 0px;
}
.rbTestimonial blockquote {
	font-size: 14px;
	padding: 20px;
}
.rbTestimonial blockquote p {
	font-size: 14px;
	padding: 0px;
}
.reunion-image {
	margin: 0 0 20px 0;
}
/*
.rbTestimonial figcaption span, .rbTestimonial figcaption p {
	line-height: .25em;
	clear: both;
	margin: 0 0 5px 0;
	font-size: 10px;
}
*/
#content .rbTextIcon.one {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.rbTextIcon > div {
	font-size: 18px; /* MTH CHANGED 6/17/19 */
	line-height: 1.6em;
	margin-top: 15px;
}
.homepageIconText > div {
	font-size: 18px;
	line-height: 1.6em;
}
#content .rbTextIcon.two {
	display: none;
}
#content > section, #content > div, #content > blockquote, #content > article, #content > article, #content > .title {
	margin-bottom: 50px;
}
.row-fluid .column_container, #content > section, #content > div, #content > blockquote, #content > article, #content > article, #content > .title {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .noBorder {
	border-bottom: none;
	padding: 0;
}
.rbButton.dark.medium {
	background: #285d91;
	color: #ffffff;
	margin: 20px 0 0;
}
.no-touch .rbButton.dark:hover {
	background: #f27d2d;
	color: #ffffff;
}
.rbHeading h2 {
	color: #3b3b3b;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
	padding-top: 8px;
}
.rbHeading h5 {
	color: #777;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 22px;
}
.accordion-group {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 2px;
}
a.accordion-toggle:link, a.accordion-toggle:visited {
	background-color: #E1EBF4;
	color: #3c67b1;
	font-size: 17px;
	font-weight: bold;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
p a:link, a:visited {
	color: #0C56A0;
	text-decoration: none;
}
/* MTH REMOVED/MOVED #SECONDHEADER .GIFTBUTTON STUFF UP 6/17/19 */
.donor h4 {
	color: #285d91;
}
.donor p {
	padding: 0 0 30px 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
clearfix fancybox ch aleft {
	display: block;
}
.rbAccordion.small.two > section {
	border: none;
	padding: 0;
}
.rbAccordion.small > section > h4 {
	color: #285d91;
	font-size: 16px;
	background-color: #C1DFF4;
	padding: 10px;
}
.rbAccordion.small.employee-giving > section > h4 {
	font-size: 1.2rem;
	padding: 18px;
	background-color: #ffcc33;
	border: #285d91 solid 2px;
	border-radius: 8px;
	text-align: center;
}
.rbAccordion.small > section > div {
	font-size: 12px;
	line-height: 1.6em;
}
.rbAccordion.small.two {
	border: none;
	background-color: #ffffff;
}
.ie8 .rbAccordion.small.two, .ie9 .rbAccordion.small.two {
	border-right: none;
	background-color: #ffffff;
}
.rbAccordion.small.two > section.opened {
	background: #ffffff;
	border-color: #FFF;
	border: none;
}
.rbAccordion.small.two > section.opened * {
	color: #4b4b4b;
}
.rbAccordion.small.two h3 {
	font-size: 20px;
	line-height: 15px;
	padding-bottom: 0;
	padding-top: 14px;
}
.rbAccordion.small.two p {
	margin: -5px 0 0;
}
#content ul.meta {
	display: none;
	visibility: hidden;
}
.classic .excerpt {
	margin-left: 0px;
}
.classic h4 {
	margin-left: 0px;
	margin-top: 0px;
}
.classic .pTitle h2 {
	margin-top: -5px;
	padding: 0;
}
.rbTeam h5 { /* MTH CHANGED FONT SIZE AND ADDED GOLD COLOR 6/17/19 */
	font-size: 16px;
	color: #eeb111;
}
.rbTeam {
	font-size: 17px; /* MTH CHANGED FONT SIZE 6/17/19 */
	line-height: 1.5em;
	text-align: center;
}
.headingGold h2 {
	color: #cd9c32;
	font-size: 40px;
	line-height: 1.1em;
}
.headingGold img {
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-top: -2px;
}
div.benefits {
	background-color: rgba(44, 103, 177, .145);;
	padding: 5px 15px;
	border-radius: 10px;
	margin: 20px 0;
}
div.important_info {
	background-color: #FF9933;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0px 0 0 30px;
	font-size: 15px;
	width: 40%;
	float: right;
}
div.important_info h2 {
	color: #ffffff;
	font-size: 28px;
	padding: 0px 15px;
	line-height: 1.1em;
	letter-spacing: .05em;
}
.vgbutton {
	background-color: #285d91;
	color: #ffffff;
}
div.important_info li {
	text-indent: -15px;
}
div.important_info a:link, div.important_info a:visited, div.important_info a:hover {
	color: #ffffff;
}
#vgattorney {
	float: right;
	margin-left: 30px;
	width: 36%;
	background-color: #E0F2FC;
	padding: 5px 15px;
	border-radius: 10px;
}
#vgsubqa a:link, #vgsubqa a:visited,  #vgsubqa a:hover {
	color: #0C56A0;
	font-size: 15px;
	line-height: 1.6em;
	margin: 10px 0 0;
	padding-top: 10px;
}
#vgsubqa h2 {
	font-size: 22px;
}
#vgsubcalc h2 {
	font-size: 22px;
}
#vgsubcalc a:link, #vgsubcalc a:visited  {
	color: #0C56A0;
	font-size: 15px;
	line-height: 1.6em;
	margin: 10px 0 0;
	padding-top: 10px;
}

#vggiftpages-left {
	float: left;
	margin-right: 6%;
	width: 46%;
}
#vggiftpages-right {
	float: left;
	width: 48%;
}
#vgfront {
	margin-left: 30px;
}
#vgbody h2 {
	padding-top: 3%;
	font-size: 22px;
}
#vgbody h3 {
	padding-top: 10px;
}
body #vgbody li {
	margin-bottom: 12px;
	list-style-type: disc;
}
#vgbody #vgcom label {
	margin: -5px 0 20px;
	padding: 0 0 0 15px;
}
#vgbody #vgcom h2 {
	color: #285d91;
	font-size: 22px;
	padding: 5px 0;
}
.vgpersonalcalcs h2 {
	font-size: 22px;
	color: #285d91;
}
.id-widget .id-product-infobox #img_cur {
	display: none;
	margin: 10px 0;
	text-align: center;
}
#btn-container {
	margin: 20px auto 0 !important;
	text-align: center;
}
#btn-container a.main-btn {
	background-color: #285d91;
	border-radius: 8px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.035em;
	padding: 10px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#btn-container a.main-btn-gold {
	background-color: #ffcc33;
	border-radius: 8px;
	color: #285d91;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.035em;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#btn-container a.main-btn:hover, #btn-container a.main-btn-gold:hover {
	background-color: #4d4d4d;
	color: #ffffff;
}
.class-year h3 {
	color: #7696C5;
	font-size: 2.4rem;
}
.id-product-funding {
	color: #535353;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0;
}
.id-product-description {
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px -10px;
	padding: 0 12px;
	text-align: left;
	border: none;
}
.id-product-description p {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}
.id-product-description p strong {
	font-weight: bold;
	line-height: 1em;
	color: #285d91;
	font-size: 20px;
}
.id-progress-raised {
	color: #285d91;
	font-family: arial, helvetica, san-serif;
	font-size: 42px;
	line-height: 42px;
	margin-top: 16px;
}
.progress-wrapper {
	background-color: #eeeee;
	border: 2px solid #555555;
	border-radius: 8px;
	clear: both;
	height: 34px !important;
	margin: 20px 0;
	position: relative;
	width: 100%;
	z-index: 5;
	background-color: #E5ECF5;
}
.progress-bar {
	background-color: #f89123;
	border-radius: 6px;
	float: left;
	height: 100%;
	max-width: 100%;
}
.progress-percentage {
	color: #333333;
	font-family: Arial, helvetica, sans-serif;
	margin: 0 -10px;
	padding: 5px 2px;
	position: absolute;
	text-align: right;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
}
.price-left {
	color: #4d4d4d;
	float: left;
	font-size: 12px;
	margin: 4px 0 0 4px;;

}
.price {
	float: none;
	font-size: 24px;
	margin: 10px 0 10px;;
	text-align: center;
	border-bottom: 1px solid #333333;
	padding: 0 0 10px;
}
.price-right {
	clear: right;
	color: #4d4d4d;
	float: right;
	font-size: 12px;
	margin: 4px 4px 0 0;
}
.id-widget {
	background-color: #f6f6f6;
	border: 2px solid #285d91;
	border-radius: 10px;
	margin-bottom: 0;
	max-width: 100%;
	padding: 10px 20px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.rbBox.dark {
	background: none repeat scroll 0 0 #f89123;
	border: medium none;
	border-radius: 12px;
	font-size: 18px;
	line-height: 1.3em;
	padding: 20px;
}
.rbBox.dark h3 {
	color: #ffffff;
	font-size: 22px;
	margin: 0;
}
div.centennial {
	background-color: #e0e0e0;
	margin-top: 15px;
	padding: 5px;
}
div.centennial-container {
	max-width: 1366px; /* MTH CHANGED 6/17/19 */
	margin: 0 auto;
	padding: 0 40px; /* MTH ADDED 6/17/19 */
}
h3.centennial {
	color: #003366;
	font-size: 2.4rem;
	line-height: 1.3em;
	padding: 10px 0 0;
}
.centennial p {
	color: #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.9rem;
	line-height: 1.3em;
	margin: auto;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}
.centennial-slogan {
	margin: 1% auto;
}
.centennial-logo img {
	float: left;
	margin: 0;
	padding: 0;
	max-width: 80%;
	height: auto;
	max-height: 160px;
}
.centennial p span.second-word {
	font-family: minion,"Times New Roman",Times,serif;
	font-style: italic;
}
.centennial p.centennial-site {
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px auto 20px;
	padding: 0;
}
.centennial p.centennial-site a:link, .centennial p.centennial-site a:visited {
	background-color: #565656;
	color: #ffffff !important;
	font-weight: normal;
	margin: 20px auto;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
}
.centennial p.centennial-site a:hover, .centennial p.centennial-site a:active {
	color: #ffcc33 !important;
}

@media screen and (max-width: 1040px) {  /* MTH CHANGED SECTION 6/17/19 */
	#logo {
		max-width: 50%;
		height: auto;
	}  
	.secondHeaderWrapper {
		margin: 0;
	}
	.wrapper #content {
		margin: 0 0px;
		padding-left: 0;
		padding-right: 0;
	}
	.navContainer {
		margin: 0 40px;
		padding: 0;
		clear: both;
		float: none;
	}
	#pageTitle {
		margin-left: 10px;
		margin-right: 0px;
	}
	#menu > ul > li > a { 
	margin-right: 20px;
	font-size: 14px !important;
}
/* MTH ADDED 6/17/19 */
	.rbTextIcon > div {
	font-size: 16px; 
}
	#logo .retina, #logo {
    width: 70%;
    height: auto;
	}
	/* ///////////////// */
}

/*///////// FOR GIVING PROGRAMS - CIRCLES MTH CHANGED TO MAX-WIDTH: 1040PX ////////*/

@media all and (max-width: 1040px) and (min-width: 940px) {
	.no-ie .rbStats.pie canvas {
		left: -30px;
		top: -30px;
		transform: scale(0.78);
		-webkit-transform: scale(.78);
	}
	.no-ie .rbStats.pie, .no-ie .rbStats.pie .holder, .no-ie .rbStats.pie .circles, .no-ie .rbStats.pie .pieBack {
		border-width: 19px;
		width: 160px;
		height: 160px;
	}
	.no-ie .rbStats.pie .holder {
    width: 160px;
    height: 160px;
}
	.rbStats.pie .holder p {
		font-size: 60px;
		letter-spacing: .001em;
		top: -30px;
		position: relative;
	}
	.rbStats.pie .holder h5 {
		font-size: 15px;
		line-height: 1em;
		left: -30px;
		top: -30px;
		position: relative;
	}

	/* ///////////// */
	/*#logo .retina {
    width: 70%;
    height: auto;
}*/
}
	/* ///////////// */

@media screen and (max-width: 940px) { 
	.blueBox p { /* MTH REMOVED montserrat 11/1/22 */
		border-radius: 8px;
		color: #ffffff;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		line-height: 1.6em;
		margin-right: 5px;
		text-align: left;
		background-color: #285d91;
		padding: 25px;
		letter-spacing: .011em;
	}
	div#vgattorney {
		width: 32%;
		margin-left: 20px;
	}
	#headerWidgets .widget {
		margin-left: 0px; /* MTH CHANGED 6/17/19 */
		margin-right: 0px;
	}
	/* MTH ADDED/CHANGED 6/17/19 */
	#headerWidgets .widget_rb_email_widget i, #headerWidgets .widget_rb_phone_widget i { 
		margin-left: 15px; 
	}
	/* ///////////// */
	/*#logo { MTH REMOVED 6/17/19 
		float: left;
		height: auto;
		margin: 0;
		max-width: 100%;
		min-width: 40%; 
		padding: 20px 0 17px; 
	}*/
	.makeGift {
		margin: 0px auto 0;
	}
	/* MTH ADDED FOR FORM (NOT NEEDED UNTIL FORM IS ADDED) */
	div.contactSection {
		background-color: #eeb111; 
		padding: 10px 40px;
		margin: 10px 0 0;
	}
	/* ///////////// */
	/* MTH ADDED OR CHANGED BELOW 6/17/19 */
	#mainHeader {
		padding: 10px 0 20px !important; 
	}
	.navContainer {
		margin: 0 !important;
	}
	#menu .responsive {
		display: block;
		font-size: 13px;
		padding: 10px 18px;
		text-transform: uppercase;
		min-width: 400px;
		letter-spacing: .125em;
		margin: 10px auto !important;
		color: #555555;
    	top: 5px !important;
	}
	#menu li > ul li a { 
		font-size: 16px !important;
	}
	.f_height #menu {
		border: medium none;
		height: auto;
		float: none;
	}
	.f_height #menu > ul, .minimal #menu > ul  {
		height: auto !important;
	}
	#menu ul {
		background:#285d91;
		border: 0px solid #E9E9E9 !important;
		margin: 10px auto !important;
		position: absolute;
		width: 400px !important;
		top: 45px;
		left: 20% !important;
		right: 20% !important;
  	} 
	#menu ul li {
		padding: 10px 15px !important; 
		border-top: #1e4b77 solid 2px !important;
		width: 100%;
  	}
	#menu > ul > li > a {
  		font-size:17px !important; /* MTH CHANGED 6/17/19 */
		color: #ffffff !important;
		padding-right: 0px !important;
		margin-right: 0px;
		letter-spacing: 0.05em;
	} 
	#menu .responsive:hover {
		background-color: #999999 !important;
	}
	 #menu ul li a:hover {
		color: #ffcc33 !important;
	 }
	  #menu ul li.selected > a {
		color:#ffcc33 !important;
	 }
	#menu li ul li {
		border-top: none !important; /* MTH ADDED 6/17/19 */
	}
	#menu li ul li:first-child {
		padding-top: 0 !important;
	}
/* MTH ADDED 6/17/19 */
	#menu ul > li:last-child, .dark_menu #menu ul > li:last-child { 
		border-bottom: none !important;
				padding-bottom: 20px !important;
}
	#menu li ul li:last-child, .dark_menu #menu li ul li:last-child { 
		padding-bottom: 0px !important;
}
	#menu ul > li:first-child, .dark_menu #menu ul > li:first-child { 
		border-top: none !important;
		}
	#menu li ul li a {
		color: #c8e5f7 !important;
		padding-right: 0px !important;
    	padding-left: 0px !important;
	}
		#menu li ul li a:hover {
		color: #ffcc33 !important;
	}
	#sidebarRight { 
		border-left: none;
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		margin: 35px auto;
	}
	/* ///////////// */
	.sidebar {
		clear: both;
		float: none !important;
		margin: 20px auto 0 !important;
		max-width: 940px; 
		min-width: 300px;
		width: 100% !important;
	}
	.left-sidebar #content, .right-sidebar #content {
		padding: 0px;
		width: 100%; /* MTH CHANGED 6/17/19 */
	}
	.centennial p.centennial-site {
		font-size: 1.3rem;
		margin: 10px auto 20px;
	}
	.centennial-logo img {
		padding: 0px 0 20px;;
		max-width: 190px;
		width: auto;
	}
	.centennial p {
		color: #003366;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.5rem;
		line-height: 1.3em;
		margin: auto;
		padding: 5px 0px;
	}
	.wrapper #content {
		float: none;
		clear: both;
	}
	.wrapper {
		margin: 0 auto;
		max-width: 940px; 
		min-width: 300px;
		/* padding: 0 20px 20px 20px; MTH REMOVED 6/17/19 */
		width: 100%;
	}
	.sidebar .widget {
		margin-top: 60px;
		width: 100%;
	}
	/* MTH ADDED 6/17/19 */
	#footer1 div.widget_meta a {
    font-size: 15px;
	}
	/* //////////////// */
}

/* MTH ADDED 3/30/20 FOR NEW TESTIMONIALS */
@media all and (max-width: 940px) and (min-width: 781px) {

	.wp-block-column.quote div.testimonial img {
		float: none;
		margin: 0px auto; 
		text-align: center;
		display: block; 
	}
	.wp-block-column.quote .attribution  {
		margin: 20px auto 0; 
		text-align: center;
	}
	.wp-block-column.quote .title  {
		margin: 2px auto 20px; 
		text-align: center;
	}
}

@media all and (max-width: 779px) {
	
	.wp-block-column.quote {
	margin: 0;
	)
}
/* //////////////// */

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

	#headerWidgets div .rbSocial {
		display: none;
	}
	#headerWidgets .widget right {
		margin-right: 0px;
	}
	#topHeader.clearfix, form, .payment_methods li {
		display: block;
		margin-bottom: 3px;
	}
	#footer1 {
		border-top: 6px solid #dddddd;
		padding: 0;
	}
	footer #text-4 {
		display: none;
	}
	#footer1 .span3 {
		width: 100%;
	}
	#footer1 p {
		float: left;
		margin: 0 20px 0 0;
	}
	#footer1 .widget_meta ul li {
		display: inline-block;
		float: left;
		width: 40%; /* MTH CHANGED 6/17/19 */*/
		border-top: none;
	}
	#text-3 p {
		width: 100%;
		margin: 0 50px 20px 0;
	}
	.mission {
		font-size: 12px;
		line-height: 1.5em;
	}
	/* MTH ADDED 6/17/19 */
#logo .retina, #logo { 
    width: 60%;
	margin: 0;
}
	#secondHeader .giftButton { 
	padding: 16px 24px !important;
}
	#footer1 .widget-title {
		margin-bottom: 0;
	}
	/* /////////////////// */
}
@media screen and (max-width: 760px) {

	.blueBox p {
		font-size: 16px;
		line-height: 1.6em;
		margin-right: 5px;
		text-align: left;
		padding: 25px;
		letter-spacing: .011em;
	}
	#sidebarRight {
		padding: 0;
	}
	/* MTH ADDED 6/17/19 */
	.topWrapper {
		margin: 0;
		padding: 0 20px !important;
	}
	#searchform .holder {
		height: auto !important;
	}
	#headerWidgets a:link, a:visited {
		margin-left: 0;
	}
	/* ///////////// */
	/* MTH REMOVED 6/17/19 
	#headerWidgets { 
		padding: 10px 0 0;
	}
	#headerWidgets .widget { 
		margin-right: 15px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	*/ 
	#headerWidgets div { /* MTH CHANGED 6/17/19 */
		margin: 10px 10px; !important;
	}
	#headerWidgets .left { /* MTH CHANGED 6/17/19 */
		margin: 10px auto 0;
		padding-bottom: 0;
	}
	#headerWidgets .right {
		float: right;
		margin: 0 auto; /* MTH CHANGED 6/17/19 */
		/* max-width: 24%;  MTH REMOVED 6/17/19 */
		display: block;
	}
	#searchform input { /* MTH REMOVED WHAT WAS HERE AND MOVED WHAT WAS UNDER @MEDIA (MAS WIDTH 580P) WIDTH 6/17/19 */
		float: none;
		margin: 0px auto;
		padding: 10px;
		width: 130px; /* MTH CHANGED6/17/19 */
	}
	/*#logo .retina { MTH REMOVED 6/17/19 */
		width: 70%;
		margin: 0 auto 10px;
	}*/
	#headerWidgets div {
		display: block;
	}
	#headerWidgets .widget {
		float: left;
		margin-left: 5px;
		margin-right: 5px; 
	}
	#headerWidgets .left .widget:after {
		content: "\00a0" "\00a0" "\00a0" "\0399";
	}
	#headerWidgets .widget_rb_email_widget i, #headerWidgets .widget_rb_phone_widget i {
		display: none;
	}
	#headerWidgets .left .widget:last-child:after {
		content: '';
	}
/* MTH ADDED 4/2/20 FOR ADA COMPLIANCE */

	#footer1 .column_container:first-child {
  		padding-left: auto !important;
	}
	#footer1 .widget-title h2 {
		margin-top: 0; 
		padding-top: 0;
	}
	#footer1 .widget {
    	margin-bottom: 10px;
	}
/* ////////////////// */
}
/* MTH ADDED 6/17/19 */
@media screen and (max-width: 670px) {
	#headerWidgets .right div {
		margin:15px auto 0;
	}
}
/* //////////////////// */
@media all and (max-width: 634px) {
	/* #headerWidgets div { MTH REMOVED 6/17/19
		float: none;
		margin: 0 auto;
	} */
	/* MTH ADDED 6/17/19 */
	#headerWidgets div { 
		margin: 0px; !important;
	}
	#menu .responsive {
  	  min-width: 300px;
	}
	#menu ul {
		width: 300px !important;
	}
	/* ///////////////// */
	.centennial-logo img {
		clear: both;
		float: none;
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	div.centennial-logo {
		text-align: center;
	}
	.centennial-slogan {
		margin: 0 auto 2rem;
	}
	.centennial p {
		font-size: 2.125rem;
		padding: 0 0 10px;
	}
	#logo {
		clear: both; 
		float: none;
		text-align: center;
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}
	/* MTH UPDATED 6/17/19 */
	#outsideHeader {
    	border-bottom: 6px solid #285d91;
    	/*background: url(https://giving.sjcny.edu/wp-content/uploads/2019/01/sjcny_header_mobile_bg.jpg) no-repeat center right;
		background-repeat: no-repeat !important;
		background-size: 100% !important;*/
	}
	#mainHeader {
    	padding: 0 !important;
    	border-bottom: 1px solid #285d91 !important;
	}
	.secondHeaderWrapper {
		margin: 0 auto;
		padding: 10px;
		position: static;
		clear: both;
		float: none;
	}
	#secondHeader .makeGift {
		margin: 30px auto; 
		width: 100%;
		text-align: center;
	}
	.giftButton {
			text-align: center !important;;
			float: none !important;;
			clear: both !important;;
			margin: 0px auto !important;;
	}
	/* MTH ADDED 6/17/19 */
	#logo .retina, #logo {
    width: 90%;
    margin: 0 auto;
}
	/* //////////////// */
}

@media screen and (max-width: 600px) {
	/* #outsideHeader {
		background: url(https://giving.sjcny.edu/wp-content/uploads/2019/01/sjcny_header_mobile_bg.jpg) no-repeat center center; 
	} 
	#mainHeader {
		border-bottom: 10px solid #285d91;
		padding: 5px 0 25px;
	}*/
	.wrapper + .rev.fullwidth {
		border-top: 10px solid #285d91;
		margin-top: 0px;
		border-bottom: 10px solid #285d91;
	}
	.heading h2 {
		line-height: 1.2em;
		margin: 0 0 15px;
		font-size: 2.8em;
	}
	.headingGold h2 {
		color: #cd9c32;
		line-height: 1.2em;
		margin: 0 0 15px;
		font-size: 2.8em;
	}
	.homepageIconText {
		margin: 10px 0;
		padding: 0 0 10px;
		border-bottom: solid 1px #cccccc;
	}
	.homepageImages {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 10px 0 0;
	}
	.homepageProjectText {
		float: left;
		width: 100%;
		margin: 0;
	}
	.wrapper #content {
		padding: 0 20px;
		max-width: 600px;
		min-width: 270px;
		margin: 0 auto;
		width: 100%;
	}
	.rbTestimonial blockquote:after, .rbTestimonial blockquote:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-right: none;
	}
	.rbTestimonial blockquote:after {
		border-color: rgba(247, 247, 247, 0);
		border-top-color: #F7F7F7;
		border-width: 22px;
		left: 0;
		margin-left: 25px;
	}
	.rbTestimonial blockquote:before {
		border-color: rgba(239, 239, 239, 0);
		border-top-color: #EEE;
		border-width: 24px;
		left: 0;
		margin-left: 24px;
	}
	.largeIconArea {
		display: none;
		position: absolute;
		visibility: hidden;
	}
	
	#content .rbTextIcon.two {
		display: block;
		margin: 15px 0;
	}
	.column_container {
		padding: 0 10px 0 0;
	}
	.homepageIconText {
		border-bottom: 1px solid #cccccc;
		margin: 20px 20px 0;
		padding: 0 0 20px;
	}
	#footer1 .widget_meta ul li {
		display: inline-block;
		float: left;
		width: 100%; /* MTH CHANGED 6/17/19 */
		border-top: none;
	}
	.rbButton moreButton {
		margin: 20px auto;
		text-align: center;
	}
	.no-ie .rbStats.pie .pieFront {
		position: absolute;
		z-index: 2;
	}
	#vgattorney {
		float: none;
		margin-left: 10px;
		width: 100%;
	}
	#vggoals td p {
		font-size: 12px;
		line-height: 1.3em;
	}
	input, input[type="submit"], textarea, select {
		min-width: 100px;
	}
	div.callout-left {
		display: block;
		border-right: none;
		margin-bottom: 20px;
		border-bottom: #ffffff 2px solid;
		padding-bottom: 15px;
		clear: both;
	}
	div.callout .left {
		display: block;
		border-right: none;
		padding: 5px 0;
		float: none;
		clear: both;
	}

}

@media all and (max-width: 580px) {
    
/* MTH UPDATED SECTION BELOW FOR FORM 3/10/20 */
div.contactWrapper {
    padding: 0 20px; 
    font-size: 18px;
}
/* //////////////// */

	.home #mainHeader {
		padding-bottom: 0px;
		border-bottom: 10px solid #285d91;
	}
	.wrapper + .rev.fullwidth {
		display: none;
		position: absolute;
	}
	.rbTeam {
		border-bottom: 1px solid #eeeeee;
		margin: 0;
		padding: 20px 0 20px;
	}
	#searchform {
		float: none;
	}
	/* MTH ADDED */
	#headerWidgets {
		display: none;
	}
	/* //////////// */
	/*#headerWidgets {
		text-align: center;
	}
	#headerWidgets .left  {
		float: none;
		margin: 10px auto;
		width: 100%;
	}
	#headerWidgets .right {
		float: none;
		margin: 20px auto 0; 
		max-width: 100%;
		width: 80%; 
		max-height: 50px; 
	}*/
	.no-mobile {
		display: none;
	}
	/* MTH REMOVED 6/17/19 
	#menu .responsive {
		width: 50%;
		min-width: 250px;
}
	#menu ul {
		width: 50%; /* MTH CHANGED 6/17/19 
		min-width: 250px;
		margin: 48px 0 0;
  	} 
 /////////////// */
}
@media all and (max-width: 500px) {
#logo .retina { 
    	width: 100% !important;
	    margin: 0 auto;
}
.secondHeaderWrapper {
		padding: 0px !important;
}
}

@media all and (max-width: 440px) {
	/* MTH REMOVED 6/178/19
	#menu ul {
		position:absolute;	
		top:75px !important;
	}
	#menu .responsive {
		margin: 30px auto 0px;
	}*/
	#menu {
		margin: 0 auto !important;
		padding-left: 0 !important;
	}
	#menu ul { /* MTH ADDED 6/17/19 */
		left: 0% !important;
		right: 0% !important;
	} 
	#footer2 .left {
		margin-bottom: 10px;
		margin-top: 0px;
		width: 50%;
	}
	#footer2 .widget {
		margin-bottom: 0;
	}
	#footer2 div > div {
		float: left !important;
	}
	#footer2  .right {
		float: right !important;
		margin: 0 0 10px 0;
	}
	.wrapper #content {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	#searchform input {
		margin: 0 auto;
		width: 175px;
		float: none;
		clear: both;
	}
	table.golf tr td span, table.golf tr td {
		font-size: 1.2rem !important;
	}
	table.golf ul li {
		padding: 0 0 .75rem;
		line-height: 1.3em;
		font-size: 1rem !important;
	}
	table.golf {
		width: 80% !important;
	}
	/* MTH ADDED FOR TESTIMONIALS 3/30/20 */
	.wrapper { 
	margin: 0px auto;
	padding: 0;
	}
	.wp-block-column.quote {
	  flex-grow: 1;
	  min-width: 300px;
	  margin: 0 auto;
	  padding: 0;
	 }
	/* /////////////////////// */
}
@media all and (max-width: 360px) {
	#footer1 .widget_meta ul li {
		width: 100%;
	}
	.centennial p {
		font-size: 1.7rem;
	}

}