@charset "utf-8";

/*

SupportUVU.org CSS

Contents:
S1000 - Global Fonts
	S1010 - Global Images
	S1020 - Global Tables
	S1030 - Global Assets
		S1031 - Donation Method Sidebar
		S1032 - Article Header Snippet
		S1033 - Contact Card Snippet
		S1034 - Galleries and Lightbox
		S1035 - Sponsor Lists
S2000 - Header and Navigation
	S2010 - Home Page
	S2011 - Home Page Slider
S3000 - About Us
	S3010 - Foundation Board
		S3011 - Kiosk Version
		S3012 - Form Styling
	S3020 - Mission Statement / History
	S3030 - Distinguished Donor Lists
	S3040 - Publications
	S3050 - Development
S4000 - Ways to Give
	S4010 - University Giving Priorities
	S4020 - Matching Gifts IFrame
	S4030 - Event Sponsorship Accordions
	S4040 - Programs
	S4050 - Scholarships
	S4060 - Gifts of Securities
	S4070 - Autism Program
	S4080 - Give to Colleges
S5000 - Business & Economics Forum
S6000 - Event Pages
S7000 - Scholarships Listing Page
S8000 - Gifts in Action
S9000 - Blog

*/

/* S1000 - Global Fonts */

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, pre, span, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "stratum-1-web","Lucida Sans Unicode","Lucida Grande",sans-serif;
    color: #4d7123;
}

h1 {
	clear: both;
	margin-top: 25px;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

.contentArea p, .contentArea li, .contentArea td, .contentArea span {
	font-size: 15px;
	color: #333;
	line-height: 1.6em;
}

span.inlineQuote {
	display: inline;
	font-size: 17px;
	color: #4d7123;
}

a.notLink {
	font-size: inherit !important;
}

ul:not(div.sidebarAsset ul), ol:not(div.sidebarAsset ol), li {
	font-size: 14px;
	color: #333;
	list-style-image: url("../images/rd2/supportuvu-bullet.png");
}

/* S1010 - Global Images */

.contentArea img {
	/*max-width: 280px; Not sure if this needs to be here*/ 
	display: block;
	/*margin: auto; Same as above...*/
	border-radius: 5px;
}

@media only screen and (min-width: 760px) {
.contentArea img {
	max-width: 100%;
}
}

/* S1020 - Global Tables */

table {
	border: 1px solid rgba(122, 162, 56, 0.5);
	border-radius: 5px;
}

table td {
	padding: 10px;
}

table tr {
	width: 100%;
	background-color: #e7efdd;
}

table tr:nth-of-type(even) {
	background-color: #f3f7ec;
}

table thead tr {
	background-color: rgba(77, 113, 35, 0.8);
}

table thead tr td {
	color: #fff;
	font-weight: bold;
	font-size: 16px !important;
}

/* S1030 - Global Assets */

/* S1031 - Donation Method Sidebar */

.background {
    bottom: 0px;
    width: 74%;
    height: 100%;
    border-radius: 5px;
    left: 13%;
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(122, 162, 56, 0.1);
    background-color: rgba(122, 162, 56, 0.15);
}

.donationMethod {
    border-radius: 5px;
    padding: 25px;
    margin: 10px 0px;
    z-index: 3;
    border: 1px solid rgba(77, 113, 35, 0.2);
    background-color: #FFF;
    position: relative;
}

.donationMethod h2 {
    padding: 0px 0px 25px;
    font-size: 22px;
}

.donationMethod li {
    margin-bottom: 10px;
}

.donationMethod h3 {
    text-align: center;
}

/* S1032 - Article Header Snippet */

.articleHeader {
    position: relative;
    margin-bottom: 10px;
}

.articleHeader a {
    text-decoration: none;
}

.articleHeader img {
    width: 100%;
    max-width: 100%;
}

.articleHeader div {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px 5px 5px 0px;
    padding: 5px 0px 5px 10px;
}

.articleHeader h2, .articleHeader h3 {
    padding: 0px;
}

.longTitle {
	width: 90% !important;
}

@media only screen and (min-width: 760px) {
.articleHeader div, .longTitle {
	width: 45% !important;
}
}

/* S1033 - Contact Card Snippet */

.contact {
	width: 100%;
}

.contact * {
	font-size: 12px;
}

.contact span {
	font-size: 14px;
}

.contact td:first-of-type {
	padding: 15px;
}

.contact td:last-of-type {
	text-align: right;
}

span.contactname {
	font-size: initial;
	font-weight: bold;
	color: #4d7123;
}

@media only screen and (min-width: 760px) {
.contact {
	max-width: 400px;
}
}

/* S1034 - Galleries and Lightbox */

.gallery {
	margin-right: 20px;
	margin-left: 20px;
}

.gallery li {
	padding: 5px;
}

.photos .appr_photo {
	border-radius: 10px;
	overflow: hidden;
	height: 160px;
	padding: 5px;
}

.appr_photo img {
	border-radius: 5px;
}

.cModalItem {
	margin: 0px 10px;
}

.flex-caption {
	display: none;
}

ol.flex-control-nav {
	display: none;
}

/*.flex-direction-nav li {
	display: inline-block;
	font-size: 25px;
	padding: 50px 30px;
}*/

.cModalWrap .flex-direction-nav a {
    top: 40%;
    margin: 0px 3%;
}

.boardListing * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.boardListing img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 652px){
	.boardListing {
		margin-right: 0;
	}
	
	.boardListing .col-sm-4 {
		width: 33.33333333%;
	}
	
	.boardListing .col-sm-8 {
		width: 66.66666667%;
	}
}

@media only screen and (min-width: 760px) {
	.boardListing img {
		width: auto;
		height: 100%;
	}
}

/* Don't know why this is here, or what purpose it serves... -SH
.boardListing div:last-of-type {
	padding: 10px;
}*/

.boardHtml {
	overflow: hidden;
}

/* S1035 - Sponsor Lists */

.sponsors {
	text-align: center;
}

.sponsors h2 {
	text-align: initial;
}

.sponsors img {
	display: inline;
	width: 25%;
	margin: 25px;
}

.sponsorsTitle img {
	width: 50%;
}

.sponsorsEmerald img {
	width: 40%;
}

/* S2000 - Header and Navigation */

#schoolNav div li {
    padding: 0px;
}

#pageTitle img {
    height: auto;
    width: 75%;
}

.breadBag, #slideMenu .breadBag {
	display: none;
}

#slideMenu > ul > li:first-of-type, #slideMenu li > br {
	display: none;
}

#deptNav img {
	position: relative;
	top: -38px;
	width: 100%;
	height: auto;
}

#deptNav ul li:first-of-type {
	width: 12%;
	z-index: 2;
}

.dropNav > ul li {
	display: inline;
}

@media only screen and (min-width: 760px) {
#pageTitle img {
	width: 100%;
}

#logoAndTitle {
	padding-bottom: 20px;
}
	
#header {
	background-size: cover;
}
}

/* S2010 - Home Page */

a.indexFeature {
	display: block;
	background-color: #7aa238;
	padding-top: 7px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 7px #4d7123;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

a.indexFeature > img {
	margin-top: 7px;
	max-width: 100%;
	width: 100%;
	border-radius: 0px !important;
}

a.navLink {
	color: #fff;
	background-color: #4d7123;
	/*border-color: rgba(122, 162, 56, 0.09) rgba(122, 162, 56, 0.09) rgba(122, 162, 56, 0.09) rgba(122, 162, 56, 0.91);
	border-width: 1px 1px 1px 5px;
	border-style: solid;*/
	border-radius: 5px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
}

a.navLink:hover {
	color: #fff;
	background-color: #7aa238;
}

p.mainPageSocial img {
    display: inline-block;
	width: 50px;
}

/* S2011 - Home Page Slider */

.flexslider img {
	border-radius: 0px !important;
}

.mainSlider {
	/*left: -7px;
	top: -7px;
	width: 105%;*/
	margin: -7px -7px 0 -7px;
}

.mainSlider img {
	max-width: 100%;
}

/*.mainSlider ul.flex-direction-nav {
	position: absolute;
	top: 35%;
}

.mainSlider .flex-direction-nav > li:last-of-type {
	position: relative;
	left: 980px;
}*/

.mainSlider ul.flex-direction-nav, .mainSlider .flex-control-nav {
    display: block;
}

@media only screen and (min-width: 760px) {
.mainSlider {
	/*top: -20px !important;
	left: -20px !important;
	width: 104% !important;*/
	margin: -20px -20px 0 -20px;
}
	
/*.mainSlider ul.flex-direction-nav, .mainSlider .flex-control-nav {
	display: block !important;
}*/
}

/* S3000 - About Us */

img.signature {
	text-align: center;
	margin-top: 10px;
}

img.signature + div {
	clear: both;
}

section {
	margin-bottom: 10px;
}

section a {
    text-decoration: none;
    font-size: 24px !important;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgba(77, 113, 35, 0.2);
    border-radius: 5px;
}

section p {
    padding: 10px 10px 0px;
}

section div {
	margin: 0px !important;
}

section div div {
	padding: 10px 2px 0px !important;
}

@media only screen and (min-width: 760px) {
img.signature {
	float: right;
}
}

/* S3010 - Foundation Board */

.board {
	margin: 0px;
}

.board > div {
    padding: 2px;
}

.board img {
    width: 100%;
}

.board h3 {
    position: absolute;
    bottom: 10px;
    left: 5%;
    background-color: rgba(77, 113, 35, 0.6);
    display: block;
    width: 90%;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
	font-size: 18px;
}

.board ~ .row:last-of-type {
    margin: 15px 0px 0px;
}

.board ~ .row:last-of-type > div {
    padding: 2px;
}

.caption {
	display: none;
}

.boardHtml {
	overflow: hidden;
}

.boardListing > div:last-of-type {
	margin-top: 20px;
}

@media only screen and (max-width: 652px) {
	.boardListing > div:last-of-type * {
    	padding-left: 10px;
    	padding-right: 10px;
	}
}

.longListing {
	overflow-y: visible;
}

/* S3011 - Kiosk Version */

body#kioskBody {
    background: #E8E8E8;
	padding: 30px;
}

.kiosk {
	padding: 0px 2%;
	text-align: center;
}

.kiosk .board {
	margin: 0px;
	padding: 0px;
}

.kiosk .board > div {
	padding: 0px;
}

.kiosk .board a {
	padding: 2px;
}

.kiosk .board img {
    height: auto;
    margin: 0px;
    width: 100%;
}

.kiosk .board h3 {
	left: 6%;
	width: 80%;
}

.kiosk > .foundationBoardListing > h1 {
	display: none;
}

/* S3012 - Form Styling */

#honey_pot, #honeypot, label[for=honeypot], label[for=honey_pot] {
  display: none;
}

.contentArea label {
  width: 100%;
  display: block;
}

.contentArea input[type="text"], .contentArea input[type="email"] {
  width: 100%;
  margin-bottom: 3px;
  height: 30px;
}

.contentArea textarea {
  width: 100%;
}

.contentArea input[type="submit"], .contentArea input[type="reset"] {
  background-color: #fff;
  border: 1px solid;
  border-color: rgba(122,162,56,0.6);
  margin-right: 5px;
  padding: 5px 30px;
  border-radius: 3px;
  color: #4d7123;
  font-family: "stratum-1-web","Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.contentArea input[type="submit"]:hover, .contentArea input[type="reset"]:hover {
  background-color: #7aa238;
  cursor: pointer;
  color: #fff;
}

.contentArea .g-recaptcha {
	margin: 10px 0;
}

p {
  max-width: 100%;
}

@media only screen and (min-width: 760px) {
.contentArea label {
    width: 150px;
	float: left;
}

.contentArea input[type="text"], .contentArea input[type="email"] {
    width: 300px;
	height: auto;
}
}


/* S3020 - Mission Statement / History */

.aboutFrameInner {
	line-height: 20px;
	font-size: 14px;
}

.aboutFrameInner .aboutImage {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	margin-top: 20px;
}

.aboutFrameInner .logoImageOverlay {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	min-width: 290px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	border-radius: 3% / 39%;
	padding: 20px 50px;
	margin: auto;
	top: 320px;
	left: 0;
	right: 0;
}

.aboutFrameInner > div {
	padding: 0px;
}

.historyImg > .logoImageOverlay {
	top: 30px;
}

@media only screen and (min-width: 760px) {
.aboutFrameInner {
	border: 20px solid #7aa238;
	border-radius: 5px;
	background-color: rgba(231, 231, 213, 0.3);
	padding: 20px;
}

.aboutFrameInner > div:first-of-type {
	padding: 15px;
}

.aboutFrameInner .aboutImage {
	margin-top: initial;
}
	
.aboutFrameInner .logoImageOverlay {
	left: -1% !important;
	top: 70% !important;
	min-width: 102% !important;
	padding: 9% 23% !important;
}
}

@media only screen and (min-width: 1100px) {
.aboutFrameInner > div:first-of-type {
	padding: 50px 50px 0px 50px;
}
}

/* S3030 - Distinguished Donor Lists */

@media only screen and (min-width: 760px) {
.donorList p {
    display: inline-block;
    width: 33%;
}
}

/* S3040 - Publications */

.pubMain a {
	text-decoration: none;
}

.pubMain p {
	font-size: 30px;
	background-color: rgba(255, 255, 255, 0.65);
	padding: 10px 0px;
	position: absolute;
	bottom: 50%;
	text-align: center;
	left: 0px;
	width: 100%;
}

.pubLink {
    border: 1px solid;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 22px !important;
    margin: 2px;
    width: 32%;
}

@media only screen and (min-width: 760px) {
.pubMain p {
	font-size: 34px;
	padding: 15px 0px;
}
	
.pubLink {
	padding: 15px;
}
}

/* S3050 - Development */

.dev-image {
	margin: auto;
	float: none;
}

.dev-buttons {
	margin-top: 20px;
}

.dev-buttons img {
    border-radius: 0;
	max-width: 50%;
    padding: 5px;
    float: left;
}

@media only screen and (min-width: 760px) {
	.dev-image {
		float: right;
		margin-left: 20px;
	}
	
	.dev-buttons img {
		max-width: 150px;
		float: left;
		margin-right: 5px;
		padding: 0;
	}
}

/* S4000 - Ways to Give */

/* S4010 - University Giving Priorities */

.priority {
	margin: 10px;
	padding-bottom: 30px;
	border-radius: 5px;
}

.priority > a {
	text-decoration: none;
}

.priority h2 {
	padding: 10px;
	color: #fff;
	background-color: rgba(77, 113, 35, 0.6);
	border-radius: 5px;
}

.priority > p, .priority div {
	margin: 30px 30px 0px 30px;
	border-radius: 5px;
	padding: 15px;
	width: 80%;
	background-color: rgba(255, 255, 255, 0.75);
}

.priority ul {
	list-style: none;
	padding: 0px;
}

.priority p, .priority ul {
	line-height: 1.2em;
	text-shadow: 0px 0px 10px #fff;
}

#scholarships {
	background-image: url("../images/rd2/scholarships.jpg");
	background-position: -220px -50px;
}

#soaBuilding {
	background-image: url("../images/rd2/soa-building.jpg");
	background-position: -270px -30px;
}

#autism {
	background-image: url("../images/rd2/autism.jpg");
	background-position: 550px -50px;
}

#ccs {
	background-image: url("../images/rd2/constitutional-studies.jpg");
	background-position: -220px -40px;
}

#professorships {
	background-image: url("../images/rd2/professorships.jpg");
	background-position: -400px 0px;
	background-size: cover;
}

@media only screen and (min-width: 760px) {
.priority ul {
	padding-left: 20px;
}
	
#scholarships {
	background-position: -70px -50px;
}
	
#soaBuilding {
	background-position: -40px -30px;
}
	
#autism {
	background-position: 690px -50px;
}
	
#ccs {
	background-position: 20px -40px;
}
	
#professorships {
	background-position: -170px 0px;
}
}

/* S4020 - Matching Gifts IFrame */

.iframe > div {
	margin: auto;
}

/* S4030 - Event Sponsorship Accordions */

.sponsorshipAccordion .accordionSection {
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}

.sponsorshipAccordion .accordion, .sponsorshipAccordion .accordionContent {
	padding: 10px;
}

.sponsorshipAccordion h2, .sponsorshipAccordion .accordion > h3, .sponsorshipAccordion h4 {
	padding: 0px;
}

.sponsorshipAccordion h2 {
	float: left;
}

.sponsorshipAccordion .accordion > h3 {
	float: right;
}


.sponsorshipAccordion h4 {
	clear: both;
	margin-left: 15px;
}

/* S4040 - Programs */

.accordionSection {
	border: 1px solid #bbb3a5;
	border-radius: 5px;
	margin-bottom: 10px;
}

.accordionSection .accordion p {
	padding: 20px;
	transition: 0.3s;
	font-size: 16px;
}

.accordionSection .accordion p:hover {
	color: #fff;
	background-color: #7aa238;
}

.accordionSection .accordion p span {
	font-size: 18px;
	float: right;
	color: #bbb3a5;
	transition: 0.3s;
}

.accordionSection .accordion p:hover span {
	color: #fff;
	transform: rotate(180deg);
}

.accordionSection .accordionContent {
	margin: 20px;
}

.accordionSection img {
	margin-bottom: 10px;
}

/* S4050 - Scholarships */

.unique {
	display: block;
	margin: auto;
	width: 50%;
}

.scholarshipSlider {
	position: relative;
	z-index: 2;
}

.scholarshipSlider .flex-viewport {
	border-radius: 5px;
	border: 1px solid;
}

.scholarshipSlider .flex-direction-nav, .scholarshipSlider .flex-control-nav {
	display: none;
}

@media only screen and (min-width: 760px) {
.unique {
	display: inline-block;
	margin: 0px;
	width: 32%;
}
}

/* S4060 - Gifts of Securities */

.bankRow {
	margin-right: 0px;
	margin-left: 0px;
}

.bankInfo {
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}

.bankInfo:last-of-type {
	float: right;
}

@media only screen and (min-width: 760px) {
.bankInfo {
	margin: 0px -5px;
}
}

/* S4070 - Autism Program */

.autismSidebar .background {
	bottom: initial;
	top: 0px;
	height: 64%;
}

.autismSidebar img {
	margin-bottom: 10px;
}

.salemDays img {
	padding-top: 20px;
}

.salemDays > a {
	font-weight: bold;
}

@media only screen and (min-width: 760px) {
.salemDays > p, .salemDays > a {
	position: relative;
	top: 50px;
	font-size: 18px;
}
	
.salemDays img {
	float: left;
	width: 35%;
	margin: 20px;
	padding: 0px;
}
	
.autismSidebar .background {
	height: 85%;
}
}

/* S4080 - Give to Colleges */

.college {
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
	clear: both;
	position: relative;
}

.college h2 {
	padding: 0px 0px 10px 0px;
	font-size: 22px;
}

.college ul {
	list-style: outside none none;
	padding: 0px;
}

.college li {
	display: inline;
	margin-right: 20px;
}

.college li:nth-of-type(4) {
	width: 100%;
	padding-top: 5px;
}

.college img {
	width: 20%;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}

.college .accordion {
	color: #4d7123;
	text-decoration: underline;
}

.college .accordion:hover {
	text-decoration: none;
}

@media only screen and (min-width: 760px) {
.college {
	min-height: 124px;
}
	
.college img {
	display: block;
}
	
.college li:nth-of-type(4) {
	width: 370px;
}
}

/* S5000 - Business & Economics Forum */

.beForumNav {
    background-color: rgb(135, 127, 112);
    margin: 40px 0px 20px;
}

.beForumNav a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
	padding: 8px;
	width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
	margin: 0px !important;
}

.beForumNav a:hover {
    background-color: rgb(187, 179, 165);
}

.beForumNav a:nth-of-type(even) {
    border: none;
}

.beHeader {
	border: 1px solid;
	border-radius: 5px;
	text-align: center;
}

.beHeader h1 {
    font-size: 48px;
}

.beHeader .beForumLink {
    display: inline-block;
    width: 35%;
    margin: 20px;
}

.beForumHeader {
    margin: 0px;
}

.beForumHeader h1 {
	margin: 0px;
	font-size: 48px;
}

.beForumHeader > div:first-of-type {
    border-radius: 5px;
    padding: 20px;
    border: 1px solid;
}

.beTable {
	width: 100%;
}

.beBenefits li {
	margin-bottom: 15px;
}

.beForumLink {
    background-color: rgb(77, 113, 35);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 18px !important;
    text-align: center;
    display: block;
    width: 80%;
    margin: 15px auto;
    padding: 10px;
}

.beForumLink:hover {
	
	background-color: #7aa238;
}

.socialLinks {
    list-style: outside none none;
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 0px;
}

.socialLinks li {
    display: inline-block;
    width: 19%;
}

.socialLinks img {
	max-width: 90%;
}

.socialLinks li:nth-of-type(2) {
    height: 40px;
    width: 81px;
	position: relative;
	top: 25px;
}

.beForumHeader > div:last-of-type {
    padding: 0px 0px 0px 20px;
	display: none;
}

.beForumSlider, .beForumSlider .flex-direction-nav, .beForumSlider .flex-control-nav {
	display: none;
}

.beForumSlider .flex-viewport {
	width: 99.9%;
}

.beForumSponsors {
	border-radius: 5px;
	border: 1px solid #000;
	width: 80%;
	/*text-align: center;
	margin: auto;*/
}

.beForumSponsors img {
	display: inline-block;
	width: 25%;
	margin: 10px 20px;
	border-radius: 0;
}

.beForumSponsors a img[alt="UVEPC"] {
	width: 15%;
}

.presidentialSponsors img {
	width: 90% !important;
}

nav {
	text-align: center;
	margin-top: 25px;
}

nav a {
	font-size: 16px;
	margin: 0px 10px;
}

a.notLink img {
	margin: 2px;
	display: inline-block;
	width: 49%;
}

.accordionSection .accordionContent .appr_photo {
    display: inline-block;
    width: 24%;
    height: 76px;
    overflow: hidden;
    border-radius: 5px;
}

.beForumList {
	border: none;
}

.beForumList tr {
	background-color: initial !important;
}

.beForumList td:first-of-type {
	padding: 10px 0px 0px;
}

.beForumList td:last-of-type {
	padding-left: 10px;
}

.beForumList td {
	vertical-align: top;
}

.beForumList img {
	width: 100%;
}

.beForumList h3 {
	padding: initial;
}

.beSponsors img[alt="NAEPC"] {
	width: 10%;
}

@media only screen and (min-width: 760px) {
.beForumNav a {
    width: 16.6667%;
}
	
.beForumNav a:nth-of-type(even) {
	border-right: 1px solid #000 !important;
}
	
.beForumNav a:last-of-type {
	border: none !important;
}

.socialLinks li {
	margin: 0px 10px;
}
	
.socialLinks li:nth-of-type(2) {
	position: static !important;
}
	
.beForumHeader > div:first-of-type {
	padding: 20px 20px 25px;
}
	
.beForumHeader > div:last-of-type {
	display: block !important;
}
	
a.notLink img {
	width: 200px;
}
	
.beBenefits {
	margin: 0px 80px;
}
	
.beTable {
	width: 80%;
}
	
.beForumSlider {
	display: block !important;
}
	
.beForumList td:last-of-type {
	padding-left: 20px;
}
}

/* S6000 - Event Pages */

img.col-xs-12 {
	padding: 0;
	margin: 10px 10%;
	width: 80%;
	border-radius: 5px;
}

h2.eventGalleryHeader {
	color: #fff;
	text-shadow: 3px 3px 10px #000;
	padding: 10px;
	background-color: #7aa238;
	border-radius: 5px;
	margin: 20px 0px;
}

.alumniAwards {
	padding: 0px !important;
}

.alumniAwards img {
	width: 100%;
	margin-top: 25px;
}

.alumniAwards a {
	font-size: 1.5em;
	line-height: 1em;
}

/* S7000 - Scholarships Listing Page */

.scholarships > div {
    font-size: 18px;
    margin-bottom: 5px;
    background-color: rgba(77, 113, 35, 0.1);
    border-radius: 5px;
}

.scholarships .accordion {
    padding: 15px;
}

.scholarships .accordionContent {
    margin: 0px 140px 0px 50px;
    padding: 10px 0px;
}

.accordion .name {
	font-size: 20px;
	display: block;
	max-width: 60%;
}

.accordion .category, .accordion .category li {
    text-transform: none;
    border: medium none;
    padding: 0px !important;
    text-align: initial;
    margin: 0px !important;
    display: inline;
    font-size: 18px;
}

.accordion .category li {
	margin: 0px 0px 0px 20px !important;
}

.accordion .category:hover, .accordion .category li:hover {
	background-color: initial;
	border: none;
}

.categories {
	float: right;
}

.categories ul {
	padding: 0px;
}

.categories li {
	list-style: outside none none;
	width: 45%;
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 5px;
}

.categories a {
	text-decoration: none;
}

.categories li:hover, .alphabet a:hover {
	background-color: #e7efdd;
	border: 1px solid rgba(77, 113, 35, 0.5);
	cursor: pointer;
}

.categories li:last-of-type, .alphabet a:last-of-type {
	width: 100%;
}

.alphabet a {
	text-decoration: none;
	text-transform: uppercase;
	width: 6%;
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin: 2px;
	border: 1px solid #fff;
	border-radius: 5px;
}

/* S8000 - Gifts in Action */

/* S9000 - Blog */

.featuredDescription p {
   	color: #fff;
}

.contentArea .blogSearch {
	display: none;
}

.contentArea .listing-image  img {
	width: 100%;
	max-width: 100%;
}

.contentArea .featuredPosts {
	border-radius: 10px 10px 0 0;
}

.contentArea .featuredContent {
	background: rgba(123, 162, 56, 0.9);
}

.contentArea .featuredTitle h2 a {
	color: #ffffff;
}

.contentArea .featuredReadMore img {
	margin: 0;
	display: inline;
}

.contentArea .listing-item {
	clear: both;
}

.contentArea .listing-content p {
	padding: 10px 0;
}

.listing-content > div {
    width: 100%;
}

.contentArea .listing-description img {
	margin: 10px;
}

.contentArea .sidebarAsset .archive-year h3.accordion {
	border-color: #f3f3f3;
}

.contentArea .sidebarAsset .archive-year h3.accordion:hover,
.contentArea .sidebarAsset .archive-year h3.accordion.open {
	background-color: #f3f3f3;
}

.contentArea .pager .next > a,
.contentArea .pager .previous > a {
    text-decoration: none;
}

.contentArea .post-share .social {
	float: right;
	margin-top: 0;
}

.contentArea .post-share .social div {
	float: left;
	padding-left: 5px;
}

@media only screen and (min-width: 760px) {
	.blogTitle {
    	text-indent: 15%;
	}
	
	.contentArea .featuredContent {
		background-image: linear-gradient( to left, #4d7123, #4d7123 16.6667%, rgba(123, 162, 56, 0.9) 16.6667%, rgba(123, 162, 56, 0.9));
	}
	
	.post-author, .post-share {
    	width: 50%;
	}
}
