/*
Theme Name: campuspride2015
Author: BRNater Media
Author URI: http://brnatermedia.com
Description: Custom theme for Campus Pride
Version: 1.10.5 Dev
*/

/* ----------------------------------------------------------------------------------------------------------------
   ---------------------------------------------------- Reset -----------------------------------------------------
   ---------------------------------------------------------------------------------------------------------------- */


/* Reset
-------------------------------------------------------- */
/* HTML Reset, including HTML5 Resets: http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
/* Add { position: relative } to set most everything with a relative position | Ed Nailor via Chris Coyer: http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; position: relative; } ol, ul { list-style: none; position: relative; } blockquote, q { quotes: none; position: relative; margin: 0 2em; font-style: italic; font-size: 0.875em; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; position: relative; }/* Image Replacement: http://nicolasgallagher.com/another-css-image-replacement-technique/ */
.ir { font: 0/0 a; text-shadow: none; color: transparent; } /* Micro Clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */ .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } .cf { *zoom: 1; }


/* Base
-------------------------------------------------------- */
/* Base Typography */ html { font-size:16px; line-height: 1.231; font-family: sans-serif; *font-size:small; } body { font-size: 1em; } select, input, textarea, button { font-size:99%; font-family: sans-serif; } pre, code, kbd, samp { font-family: monospace, sans-serif; } /* Base Styles */ body, select, input, textarea { color: #000; } body { overflow-y: scroll; } a { text-decoration: none; color: inherit; } a:hover { color: #036; } a:active, a:visited, a:hover, input, textarea, div { outline: none; } p { padding: 0 0 1em; line-height: 1.5em; } small { font-size: 85%; } b, strong, th { font-weight: bold; } td, td img { vertical-align: top; } i, em { font-style: italic; } address { font-style: italic; padding: 0 0 1em 0; } sub { vertical-align: sub; font-size: smaller; } sup { vertical-align: super; font-size: smaller; } pre { padding: 15px; white-space: pre-wrap; word-wrap: break-word; } textarea { overflow: auto; } .ie6 legend, .ie7 legend { margin-left: -7px; } input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; } .ie7 input[type="checkbox"] { vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } label, input[type=button], input[type=submit], button { cursor: pointer; } button, input, select, textarea { margin: 0; width: 98%; padding: 1%; } input[type="text"] { width: 95%; } input:valid, textarea:valid {} input:invalid, textarea:invalid { border-radius: 1px;-moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;} .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; } ::-moz-selection{ background: #fefc78; color:#000; text-shadow: none; } ::selection { background:#fefc78; color:#000; text-shadow: none; } a:link { -webkit-tap-highlight-color: #FF5E99; } button {width: auto; overflow: visible; } .ie7 img {-ms-interpolation-mode: bicubic; } .visuallyhidden { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }

@media print { * { background: transparent !important; color: #444 !important; text-shadow: none !important; } a, a:visited { color: #444 !important; text-decoration: underline; } a:after { content: " (" attr(href) ")"; }  abbr:after { content: " (" attr(title) ")"; } .ir a:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } }

/* Structure */ #inner { overflow-x: hidden; /* useful for divs that may extend beyond viewport causing horizontal scrollbar */ } #container { display: block; margin: 0 auto; } /* set the width in style.css */ #main { float: left; margin: 0; width: 75%; } .full-width { float: none; margin: 0; width: 100%; } #secondary { float: right; overflow: hidden; width: 20%; } #page-footer { clear: both; display: block; width: 100%; } /* Increase the size of the content area for templates without sidebars */ .full-width #main-content, .image-attachment #main-content,.error404 #main-content { margin: 0; } /* Alignment */ .alignleft { display: inline; float: left; } .alignright { display: inline; float: right; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /* Header */  #site-title { font-size: 2em; } #site-description { font-size: 1em; } /* Menu - Utility */ .nav-utility li { display: inline; padding: 0 1em; } .nav-utility li a { text-decoration: none; } .nav-utility li a:hover { text-decoration: underline; } /* Menu - Primary */ .nav-primary { background: #eee; display: block; float: left; margin: 0 auto; width: 100%; } .nav-primary ul { list-style: none; margin: 0; padding-left: 0; } .nav-primary li { float: left; position: relative; } .nav-primary a { display: block; line-height: 2em; padding: 0 1em; text-decoration: none; } .nav-primary ul ul { box-shadow: 0 3px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); display: none; float: left; position: absolute; top: 2em; left: 0; z-index: 99999; } .nav-primary ul ul ul { left: 100%; top: 0; } .nav-primary ul ul a { background: #333; color: #fff; line-height: 1em; padding: .5em .5em .5em 1em; width: 10em; height: auto; } .nav-primary li:hover > a, .nav-primary ul ul :hover > a { background: red; color: #fff; } .nav-primary ul ul a:hover { background: #000; } .nav-primary ul li:hover > ul { display: block; } /* Content */ #main-content nav { display: block; overflow: hidden; } #main-content nav .nav-previous { float: left; width: 50%; } #main-content nav .nav-next { float: right; text-align: right; width: 50%; } #main-content .nav-above { display: none; } .paged #main-content .nav-above, .single #main-content .nav-above { display: block; } .nav-below { margin: 1em 0 0; } .page-link { margin: 0 0 1em; clear: both; } .entry-content ol { list-style: decimal outside; margin-left: 2em; margin-bottom: 1em; } .entry-content ul { list-style: disc outside; margin-left: 2em; margin-bottom: 1em; } /* Images */ img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-section img { max-width: 100%;  height: auto;  } img.alignleft { margin-right: 1em; } img.alignright { margin-left: 1em; } .wp-caption { padding: .5em; text-align: center; } .wp-caption img { margin: .25em; } .wp-caption .wp-caption-text { margin: .5em; } /* Forms - Class for labelling required form items */ .required { color: #cc0033; } /* Comments */ article.comment { display: block; } #respond input[type=text] { float: left; margin: 0 1em 0 0; width: 60%; } #respond .comment-form-comment label {display: none; } #respond textarea { margin: 0 1em 1em 0; float: left; width: 80%;} #respond .form-allowed-tags { clear: both; width: 80%; } #respond .form-allowed-tags code { display: block; } /* Footer */ #page-footer { } .footer-left, .footer-right { max-width: 50%; } .footer-left { float: left; } .footer-right { float: right; }



/* ----------------------------------------------------------------------------------------------------------------
   -------------------------------------------------- End Reset ---------------------------------------------------
   ---------------------------------------------------------------------------------------------------------------- */

/* .logged-in .gform_wrapper .gf_invisible, .logged-in .gform_wrapper .gfield_visibility_hidden { position: static; visibility: visible; } */

/* Page
-------------------------------------------------------- */
html { height: 100%; }
body { height: 100%; font-size: 12px; line-height: 1.8em; font-family: 'Helvetica', 'Helvetica Neue', 'Arial'; color: #181919; background-image: url('images/bg-20150427.jpg'); /* background-image: url('images/bkgrd2015spiritday.jpg'); */ background-position: center top; background-size: 100% auto; background-attachment: fixed; }
body.woocommerce-demo-store #outer { padding-top: 42px; }
.wrap { width: 90%; margin: 0 auto; max-width: 1170px; box-shadow: 0 0 20px #8e8c8b; }
#outer { /* background: url('images/bg1-left.png') no-repeat 2% top; */ }
#inner { overflow: hidden; /* background: url('images/bg1-right.png') no-repeat 98% top; */ }
#container { }

html body #outer #inner .inactive { display: none !important; }

::selection { background: #fdcf80; /* WebKit/Blink Browsers */ }
::-moz-selection { background: #fdcf80; /* Gecko Browsers */ }

/* use this class on a wrapping div, not on the element itself */
div.desktopview, .desktopview { position: static; left: 0; height: auto; width: auto; }
div.tabletview, div.mobileview, .tabletview, .mobileview { position: absolute; left: -9999px; height: 0; width: 0; }

h1, h2, h3, h4, h5, h6 { padding: .5em 0; line-height: 1.2em; }
h1, h2, h3, h4 { font-weight: 700; }
h1 { font-size: 1.83em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.15em; }
a { text-decoration: none; }
a:hover { color: #2C0477; }
* img { max-width: 100%; height: auto; display: block; }
.logged-in .broken_link, .logged-in a.broken_link { text-decoration: line-through; }

.fright { float: right; }
.fleft { float: left; }
.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }


[class^="ib-"], [class*=" ib-"] { margin-left: -4px; box-sizing: border-box; padding: 0 1%; }
.ib-top { display: inline-block; vertical-align: top; }
.ib-mid { display: inline-block; vertical-align: middle; }
.ib-bot { display: inline-block; vertical-align: bottom; }

[class^="col-"], [class*=" col-"], .full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { float: left; padding-right: 2%; box-sizing: border-box; }
.col-last { padding-right: 0; }
[class^="col-e"], [class*=" col-e"] { padding-right: 1%; padding-left: 1%; }
[class*=" ib-"].col-last { display: inline-block; float: none; }
.col-12, .col-36, .ib-12, .ib-36 { width: 50%; }
.col-13, .col-26, .ib-13, .ib-26 { width: 33%; }
.col-14, .ib-14 { width: 25%; }
.col-15, .ib-15 { width: 20%; }
.col-16, .ib-16 { width: 16.65%; }
.col-17, .ib-17 { width: 14.286%; }
.col-23, .col-46, .ib-23, .ib-46 { width: 67%; }
.col-25, .ib-25 { width: 40%; }
.col-27, .ib-27 { width: 28.571%; }
.col-34, .ib-34 { width: 75%; }
.col-35, .ib-35 { width: 60%; }
.col-37, .ib-37 { width: 42.857%; }
.col-45, .ib-45 { width: 80%; }
.col-47, .ib-47 { width: 57.143%; }
.col-56, .ib-56 { width: 83.25%; }
.col-57, .ib-57 { width: 71.429%; }
.col-67, .ib-67 { width: 85.714%; }


/* --- buttons and input fields --- */
.button, .button-wrap > a, .logged-in .ticket-selector-submit-btn { display: inline-block; padding: .5em 1.5em .35em; font-size: 1.15em; border-style: solid; border-width: 2px; border-radius: 4px; font-weight: 700; text-transform: uppercase; }
.button.nocaps { text-transform: none; }
.btn-big { line-height: 1em; border: 1px solid #cecece; font-size: 1.9em; text-transform: uppercase; }
.gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_next_button { width: auto; }
.gform_previous_button + input.gform_button { font-size: 1.75em; width: auto; vertical-align: bottom; position: absolute; right: 0px; margin: 0 !important; }
input[type="submit"] { width: auto; }
input[required], input:invalid, textarea:invalid { box-shadow: none; }
.brnm .gform_wrapper .left_label li.field_sublabel_below .gfield_label { margin-bottom: .75em; }
.brnm .gform_wrapper .gform_page_footer { position: relative; }
.gform_body li.hide-label .gfield_label, .gform_body li.hide-sublabel .ginput_container label { display: none; }
.gform_body li.hide-field { display: none !important; visibility: hidden; }
.gform_confirmation_message { background: #56a81f; padding: 1em; border: 2px solid #437400; color: #fff; font-size: 1.25em; text-align: center; clear: both; }

[class^="wrapper-inv-"] li, [class*=" wrapper-inv-"] li {
    display: inline-block;
    vertical-align: top; width: 67%;
}
[class^="wrapper-inv-"] li:last-child, [class*=" wrapper-inv-"] li:last-child {
    margin-top: 2px; width: 33%;
}

.smaller { font-size: 0.875em; }
.bigger { font-size: 1.25em; }
.feature-text { display: inline-block; font-size: 1.25em; padding: .25em 1em; font-weight: 700; }
.nobold { font-weight: 400; }

/* --- transitions --- */
.transall,
	.button, .button-wrap > a, .speaker-content { transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; }
.transcolor { transition: color .4s; }
[class^="border-"], [class*=" border-"] { border-style: solid; border-width: 1px; }


/* Colors
-------------------------------------------------------- */
/* --- black --- */
.black,
	.nav-primary a, .nav-primary .sub-menu a, .social a, .register-link-desc { color: #000; }
.bg-black,
	.footer-bottom, a.envelope:hover, a.website:hover, a.earth:hover, a.mail:hover { background-color: #000; }
.border-black,
	a.envelope:hover, a.website:hover, a.earth:hover, a.mail:hover { border-color: #000; }

/* --- white --- */
.white,
	.button, .button:hover, .button-wrap > a, .button-wrap > a:hover, .nav-mobile a, #nav-click a:hover, .social a:hover, .front-signup, .register-btn a, .part-speaker .speaker-buttons, a.sch-to-top:hover, .search-form .search-submit, .part-speaker .speaker-buttons, .logged-in .ticket-selector-submit-btn { color: #fff; }
.bg-white,
	.header-bottom, .nav-primary, .nav-primary .sub-menu a, .nav-primary .sub-menu li:hover > a, .nav-primary .sub-menu li.current-menu-item > a, .nav-mobile li:hover > a, .nav-mobile li.current-menu-item > a, .social a, #content-wrap, .register-btn a.btn-1:hover, .register-btn a.btn-2:hover { background-color: #fff; }
.border-white,
	.commentlist .children, .scholarship-details li, .scholarship-used { border-color: #fff; }

/* --- gray --- */
.gray,
	h1, h2, .meta-author { color: #565656; }
.bg-gray { background-color: #565656; }
.border-gray,
	.part-event, .entry-summary { border-color: #565656; }

/* --- light gray --- */
.lightgray { color: #e5e5e5; }
.bg-lightgray,
	.speaker-icons a, .speaker-form.active { background-color: #e5e5e5; }
.border-lightgray,
	.entry-meta, .entry-summary, .post-image img, .hentry.resources, .event-nav a, .resource-topic-block { border-color: #e5e5e5; }

/* --- yellow --- */
/*
.yellow,
	.register-btn a.btn-1:hover { color: #fe9900; }
.bg-yellow,
	.register-btn a.btn-1 { background-color: #fe9900; }
.border-yellow,
	.register-btn a.btn-1:hover { border-color: #fe9900; }
*/


/* Fonts / Icons
-------------------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?z1t2o5');
	src:url('fonts/icomoon.eot?#iefixz1t2o5') format('embedded-opentype'),
		url('fonts/icomoon.woff?z1t2o5') format('woff'),
		url('fonts/icomoon.ttf?z1t2o5') format('truetype'),
		url('fonts/icomoon.svg?z1t2o5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before { content: "\e941"; }
.icon-point-left:before { content: "\e9a4"; }
.icon-star-half:before { content: "\e9a3"; }
.icon-menu:before { content: "\e9a2"; }
.icon-home:before { content: "\e900"; }
.icon-home3:before { content: "\e901"; }
.icon-office:before { content: "\e909"; }
.icon-pencil:before { content: "\e930"; }
.icon-images:before { content: "\e902"; }
.icon-camera:before { content: "\e95c"; }
.icon-headphones:before { content: "\e903"; }
.icon-music:before { content: "\e904"; }
.icon-video-camera:before { content: "\e95d"; }
.icon-pacman:before { content: "\e95e"; }
.icon-spades:before { content: "\e95f"; }
.icon-clubs:before { content: "\e960"; }
.icon-diamonds:before { content: "\e961"; }
.icon-wifi:before { content: "\e905"; }
.icon-mic:before { content: "\e962"; }
.icon-book:before { content: "\e963"; }
.icon-library:before { content: "\e964"; }
.icon-profile:before { content: "\e965"; }
.icon-file-empty:before { content: "\e966"; }
.icon-file-text:before { content: "\e967"; }
.icon-stack:before { content: "\e968"; }
.icon-folder:before { content: "\e906"; }
.icon-folder-open:before { content: "\e969"; }
.icon-pricetag:before { content: "\e907"; }
.icon-barcode:before { content: "\e96a"; }
.icon-cart:before { content: "\e908"; }
.icon-credit-card:before { content: "\e96b"; }
.icon-phone:before { content: "\e90a"; }
.icon-address-book:before { content: "\e96c"; }
.icon-mail:before { content: "\e90b"; }
.icon-location:before { content: "\e90c"; }
.icon-clock:before { content: "\e96d"; }
.icon-desktop:before { content: "\e90d"; }
.icon-laptop:before { content: "\e90e"; }
.icon-mobile:before { content: "\e90f"; }
.icon-tablet:before { content: "\e911"; }
.icon-floppy-disk:before { content: "\e96e"; }
.icon-chat:before { content: "\e912"; }
.icon-users:before { content: "\e96f"; }
.icon-quotes-left:before { content: "\e913"; }
.icon-quotes-right:before { content: "\e914"; }
.icon-spinner:before { content: "\e970"; }
.icon-binoculars:before { content: "\e971"; }
.icon-search:before { content: "\e910"; }
.icon-key:before { content: "\e972"; }
.icon-lock:before { content: "\e973"; }
.icon-cog:before { content: "\e974"; }
.icon-bug:before { content: "\e915"; }
.icon-pie-chart:before { content: "\e975"; }
.icon-stats-bars:before { content: "\e976"; }
.icon-stats-bars2:before { content: "\e977"; }
.icon-leaf:before { content: "\e978"; }
.icon-rocket:before { content: "\e979"; }
.icon-fire:before { content: "\e97a"; }
.icon-lab:before { content: "\e97b"; }
.icon-bin:before { content: "\e97c"; }
.icon-airplane:before { content: "\e97d"; }
.icon-truck:before { content: "\e97e"; }
.icon-power:before { content: "\e97f"; }
.icon-switch:before { content: "\e980"; }
.icon-power-cord:before { content: "\e981"; }
.icon-list-numbered:before { content: "\e982"; }
.icon-list-bullet:before { content: "\e983"; }
.icon-cloud:before { content: "\e984"; }
.icon-cloud-download:before { content: "\e985"; }
.icon-cloud-upload:before { content: "\e986"; }
.icon-cloud-check:before { content: "\e987"; }
.icon-earth:before { content: "\e916"; }
.icon-attachment:before { content: "\e988"; }
.icon-eye:before { content: "\e989"; }
.icon-sun:before { content: "\e98a"; }
.icon-reverbnation:before { content: "\e917"; }
.icon-star-empty:before { content: "\e917"; }
.icon-star-full:before { content: "\e918"; }
.icon-heart:before { content: "\e919"; }
.icon-man:before { content: "\e98b"; }
.icon-woman:before { content: "\e98c"; }
.icon-man-woman:before { content: "\e98d"; }
.icon-happy:before { content: "\e98e"; }
.icon-smile:before { content: "\e98f"; }
.icon-tongue:before { content: "\e990"; }
.icon-sad:before { content: "\e991"; }
.icon-wink:before { content: "\e992"; }
.icon-evil:before { content: "\e993"; }
.icon-point-right:before { content: "\e994"; }
.icon-notification:before { content: "\e91a"; }
.icon-question:before { content: "\e91b"; }
.icon-plus:before { content: "\e91c"; }
.icon-minus:before { content: "\e91d"; }
.icon-info:before { content: "\e91e"; }
.icon-cancel:before { content: "\e91f"; }
.icon-blocked:before { content: "\e920"; }
.icon-close:before { content: "\e921"; }
.icon-checkmark:before { content: "\e922"; }
.icon-play:before { content: "\e923"; }
.icon-pause:before { content: "\e924"; }
.icon-stop:before { content: "\e925"; }
.icon-backwards:before { content: "\e926"; }
.icon-forward:before { content: "\e927"; }
.icon-first:before { content: "\e928"; }
.icon-last:before { content: "\e929"; }
.icon-previous:before { content: "\e92a"; }
.icon-next:before { content: "\e92b"; }
.icon-eject:before { content: "\e92c"; }
.icon-volume-high:before { content: "\e92d"; }
.icon-volume-medium:before { content: "\e92e"; }
.icon-volume-low:before { content: "\e92f"; }
.icon-volume-mute:before { content: "\e931"; }
.icon-volume-increase:before { content: "\e932"; }
.icon-volume-decrease:before { content: "\e933"; }
.icon-loop:before { content: "\e934"; }
.icon-arrow-up:before { content: "\e935"; }
.icon-arrow-right:before { content: "\e936"; }
.icon-arrow-down:before { content: "\e937"; }
.icon-arrow-left:before { content: "\e938"; }
.icon-circle-up:before { content: "\e939"; }
.icon-circle-right:before { content: "\e93a"; }
.icon-circle-down:before { content: "\e93b"; }
.icon-circle-left:before { content: "\e93c"; }
.icon-amazon:before { content: "\e93d"; }
.icon-googlesearch:before { content: "\e995"; }
.icon-google:before { content: "\e93e"; }
.icon-googledrive:before { content: "\e93f"; }
.icon-facebook:before { content: "\e940"; }
.icon-spotify:before { content: "\e942"; }
.icon-twitter:before { content: "\e943"; }
.icon-vine:before { content: "\e944"; }
.icon-rss:before { content: "\e945"; }
.icon-youtube:before { content: "\e946"; }
.icon-vimeo:before { content: "\e947"; }
.icon-flickr:before { content: "\e948"; }
.icon-dribbble:before { content: "\e996"; }
.icon-dropbox:before { content: "\e949"; }
.icon-onedrive:before { content: "\e997"; }
.icon-github:before { content: "\e998"; }
.icon-wordpress:before { content: "\e94a"; }
.icon-joomla:before { content: "\e999"; }
.icon-blogger:before { content: "\e94b"; }
.icon-tumblr:before { content: "\e94c"; }
.icon-yahoo:before { content: "\e99a"; }
.icon-tux:before { content: "\e94d"; }
.icon-apple:before { content: "\e94e"; }
.icon-finder:before { content: "\e99b"; }
.icon-android:before { content: "\e94f"; }
.icon-windows8:before { content: "\e99c"; }
.icon-soundcloud:before { content: "\e950"; }
.icon-skype:before { content: "\e951"; }
.icon-linkedin:before { content: "\e952"; }
.icon-lastfm:before { content: "\e99d"; }
.icon-stumbleupon:before { content: "\e99e"; }
.icon-stackoverflow:before { content: "\e99f"; }
.icon-pinterest:before { content: "\e953"; }
.icon-foursquare:before { content: "\e954"; }
.icon-yelp:before { content: "\e955"; }
.icon-paypal:before { content: "\e956"; }
.icon-chrome:before { content: "\e957"; }
.icon-firefox:before { content: "\e958"; }
.icon-IE:before { content: "\e959"; }
.icon-safari:before { content: "\e9a0"; }
.icon-opera:before { content: "\e95a"; }
.icon-html5:before { content: "\e95b"; }
.icon-css3:before { content: "\e9a1"; }
.icon-arrow-circle-left:before { content: "\f0a8"; }
.icon-arrow-circle-right:before { content: "\f0a9"; }
.icon-arrow-circle-up:before { content: "\f0aa"; }
.icon-arrow-circle-down:before { content: "\f0ab"; }
.icon-anchor:before { content: "\f13d"; }
.icon-dollar:before { content: "\f155"; }
.icon-usd:before { content: "\f155"; }
.icon-wheelchair:before { content: "\f193"; }
.icon-drupal:before { content: "\f1a9"; }
.icon-cab:before { content: "\f1ba"; }
.icon-taxi:before { content: "\f1ba"; }
.icon-ra:before { content: "\f1d0"; }
.icon-rebel:before { content: "\f1d0"; }
.icon-cc-visa:before { content: "\f1f0"; }
.icon-cc-mastercard:before { content: "\f1f1"; }
.icon-cc-discover:before { content: "\f1f2"; }
.icon-cc-amex:before { content: "\f1f3"; }
.icon-cc-paypal:before { content: "\f1f4"; }
.icon-cc-stripe:before { content: "\f1f5"; }
.icon-trash:before { content: "\f1f8"; }
.icon-copyright:before { content: "\f1f9"; }
.icon-paint-brush:before { content: "\f1fc"; }
.icon-bicycle:before { content: "\f206"; }
.icon-bus:before { content: "\f207"; }
.icon-venus:before { content: "\f221"; }
.icon-mars:before { content: "\f222"; }
.icon-mercury:before { content: "\f223"; }
.icon-intersex:before { content: "\f224"; }
.icon-transgender:before { content: "\f224"; }
.icon-transgender-alt:before { content: "\f225"; }
.icon-neuter:before { content: "\f22c"; }
.icon-genderless:before { content: "\f22d"; }
.icon-battery-4:before { content: "\f240"; }
.icon-battery-full:before { content: "\f240"; }
.icon-battery-3:before { content: "\f241"; }
.icon-battery-three-quarters:before { content: "\f241"; }
.icon-battery-2:before { content: "\f242"; }
.icon-battery-half:before { content: "\f242"; }
.icon-battery-1:before { content: "\f243"; }
.icon-battery-quarter:before { content: "\f243"; }
.icon-battery-0:before { content: "\f244"; }
.icon-battery-empty:before { content: "\f244"; }
.icon-cc-jcb:before { content: "\f24b"; }
.icon-trademark:before { content: "\f25c"; }
.icon-registered:before { content: "\f25d"; }
.icon-creative-commons:before { content: "\f25e"; }

.sans { font-family: 'Helvetica', 'Arial', 'sans-serif'; }



/* Navigation
-------------------------------------------------------- */
/* --- primary navigation --- */
.nav-primary { float: none; box-shadow: inset 0px 7px 10px #B8B8B8; }
.nav-primary li.first-menu-item a { padding-left: 15px; }
.nav-primary li:hover > a, .nav-primary li.current-menu-item > a, .nav-primary li.current-menu-ancestor > a { background-color: transparent; }
.nav-primary li.menu-item-has-children span:after { content: "\00bb"; padding-left: 5px; }
.nav-primary a { font-size: 1.167em; text-transform: uppercase; font-weight: 700; padding: 12px 14px; }

.nav-primary .sub-menu { top: 52px; }
.nav-primary li.menu-item-has-children .sub-menu span:after { content: ""; padding: 0; }
.nav-primary .sub-menu a { width: 18em; font-size: 1em; text-transform: none; }

/* --- secondary navigation --- */
.nav-primary.secondary { background: #f1f1f1; }
.nav-primary.secondary li.first-menu-item a { padding-left: 15px; }
.nav-primary.secondary li.menu-item-has-children span:after { content: ""; padding: 0; }
.nav-primary.secondary a { font-size: 1em; padding-left: 10px; padding-right: 10px; }
.nav-primary.secondary .sub-menu { top: 48px; }
.nav-primary.secondary .sub-menu li { }
.nav-primary.secondary .sub-menu a { padding-top: .75em; padding-bottom: .75em; }
/* .nav-primary.secondary li#menu-item-50 ul { display: block; } */

/* --- utility navigation --- */
.nav-utility { margin: 0; }
.nav-utility a { display: block; width: 70px; height: 70px; }
.nav-utility li { display: inline-block; vertical-align: top; padding: 0 .5em }
.nav-utility .sprite-donate a { background: url('https://www.campuspride.org/wp-content/uploads/GiveWhite-nt.png'); }
.nav-utility .sprite-donate:hover a { background: url('https://www.campuspride.org/wp-content/uploads/GivePurple-nt.png'); }
.nav-utility .sprite-shop a { background: url('https://www.campuspride.org/wp-content/uploads/ShopWhite-nt.png'); }
.nav-utility .sprite-shop:hover a { background: url('https://www.campuspride.org/wp-content/uploads/ShopPurple-nt.png') center no-repeat; }
.nav-utility .sprite-scholarship a { background: url('https://www.campuspride.org/wp-content/uploads/ScholarshipWhite-nt.png'); }
.nav-utility .sprite-scholarship:hover a { background: url('https://www.campuspride.org/wp-content/uploads/ScholarshipPurple-nt.png'); }
.nav-utility .sprite-map a { background: url('https://www.campuspride.org/wp-content/uploads/MapWhite-nt.png'); }
.nav-utility .sprite-map:hover a { background: url('https://www.campuspride.org/wp-content/uploads/MapPurple-nt.png'); }
.nav-utility .sprite-jobs a { background: url('https://www.campuspride.org/wp-content/uploads/JobsWhite-nt.png'); }
.nav-utility .sprite-jobs:hover a { background: url('https://www.campuspride.org/wp-content/uploads/JobsPurple-nt.png'); }
.nav-utility .sprite-411 a { background: url('https://www.campuspride.org/wp-content/uploads/411White-nt.png'); }
.nav-utility .sprite-411:hover a { background: url('https://www.campuspride.org/wp-content/uploads/411Purple-nt.png'); }
.nav-utility a {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
/* --- GC-utility navigation update CSS --- */
#nav-utility1 .ir{color: #fff;font-size: 12px;position: absolute;bottom: 0;margin-left: auto;margin-right: auto;width: 100%;left: -16px;font-weight:700;font-family:helvetica;}
.nav-utility a {
    width: 60px;
    height: 50px;
    position: relative;
}
#nav-utility1 .menu-item:nth-child(3) .ir,#nav-utility1 .menu-item:nth-child(6) .ir{
left:-2px;
}

@media (max-width: 959px) {
#nav-utility1 .menu-item .ir{
left:0;
}
}


/* --- page sub navigation --- */
.nav-subnavigation { margin-bottom: 1.5em; border-bottom: 1px solid #D8D8D8; padding-bottom: 1em; }
.nav-subnavigation li { float: left; display: block; }
.nav-subnavigation li.subnav-label { font-weight: 700; text-transform: uppercase; padding-left: 20px; font-size: 1.2em; margin-top: -1px; padding-bottom: 1px; }
.nav-subnavigation li.subnav-label:first-child { padding-left: 0; }
.nav-subnavigation a { padding: 0 10px; font-weight: 700; }

/* --- footer navigation --- */
.nav-footer { padding: 1em 0; }
.nav-footer li { display: inline-block; }
.nav-footer li.first-menu-item a, .nav-footer li.no-bar a { padding-left: 0; }
.nav-footer li.first-menu-item span, .nav-footer li.no-bar span { display: none; }
.nav-footer a { padding: 0 8px 0 7px; }


/* Header
-------------------------------------------------------- */
/* --- header top --- */
.header-top .page-header-wrap { box-shadow: 0 1px 10px #333; }
#branding { /* padding-right: 265px; background: url('images/bg-header-curves.png') no-repeat right top; */ /* v.1.1 */ }
/* .logo-wrap { padding: 15px 0 15px 25px; background: #fff; } */ /* v.1.1 */

/* v.1.1 */
.logo-wrap, .site-tagline { display: inline-block; vertical-align: top; }
.site-tagline { font-weight: 700; font-size: 1.7em; text-shadow: 0 0 5px #444; margin: 25px 0 0; font-family: 'Open Sans'; position: relative; 
	/* left: -27px;  */
}
.site-tagline p { padding: 0; line-height: 1em; }
.site-tagline .smaller { padding: 3px 0 0 30px; display: inline-block; font-size: 0.6em; }

/* v.1.8.8 -- relates to lib/colors-css.php --- */
#site-title:before, #site-title:after, #site-title a:before, #site-title a:after { content: " "; position: absolute; }
#site-title, #site-title a { position: relative; }
#site-title:before { width: 78%; height: 100%; background: #fff; left: 17px; transform: skew(18.5deg); }
#site-title a { margin-left: 51px; }
#site-title a:before, #site-title a:after { z-index: 1000; }
#site-title a:before { bottom: 0; border-bottom: 39px solid; border-left: 21px solid transparent; border-right: 13px solid transparent; left: -51px; }
#site-title a:after { right: 20px; border-top: 28px solid; border-left: 10px solid transparent; border-right: 21px solid transparent; }

/* --- stage --- */
.interior .stage { margin: 0 0 2em; }

/* --- connect --- */
.social-connect { border-radius: 0 0 0 5px; padding-left: 15px; }
.social-click { display: none; }
.social { padding: 5px 15px; }
.social li { display: inline-block; vertical-align: top; }
.social li:first-child a { margin-left: 0; }
.social a { display: block; box-sizing: border-box; padding: .5em; font-size: 1.25em; margin-left: 8px; border-width: 2px; border-style: solid; }

.sharing { float: none; margin: 1em 0 2em; text-align: center; padding: .5em 1em 1em; }
.site-tagline .sharing, .footer-sponsor-title .sharing { display: none; }
.sharing ul { margin: 0; padding: 0; }

a.facebook:hover { border-color: #395898; background: #395898; }
a.twitter:hover { border-color: #05b8f2; background: #05b8f2; }
a.instagram:hover { border-color: #745449; background: #745449; }
a.google:hover { border-color: #dd4b39; background: #dd4b39; }
a.youtube:hover { border-color: #d72c24; background: #d72c24; }
a.linkedin:hover { border-color: #056bbf; background: #056bbf; }
a.pinterest:hover { border-color: #cb2027; background: #cb2027; }
a.tumblr:hover { border-color: #2e4766; background: #2e4766; }
a.yelp:hover { border-color: #b6282f; background: #b6282f; }
a.skype:hover { border-color: #12bcf4; background: #12bcf4; }
a.vimeo:hover { border-color: #90daf7; background: #90daf7; }
a.vine:hover { border-color: #00b389; background: #00b389; }
a.apple:hover { border-color: #a9b0b9; background: #a9b0b9; }
a.soundcloud:hover { border-color: #f4500c; background: #f4500c; }
a.foursquare:hover { border-color: #0072b1; background: #0072b1; }
a.rss:hover { border-color: #f1a72a; background: #f1a72a; }

.donate-wrap { margin-top: 4px; }


/* Content
-------------------------------------------------------- */
#content-wrap { position: relative; padding: 2em 2.5%; box-sizing: border-box; }
#main { width: 65%; }
#main.full-width { float: none; margin: 0; width: 100%; }

#main.sponsors { width: auto; float: none; }
#secondary { position: relative; overflow: visible; width: 32%; padding-left: 4%; box-sizing: border-box; background: url('images/side-shade.jpg') repeat-y left center; }
#secondary:before { position: absolute; content: " "; left: 0; top: 0; height: 90px; width: 35px; background: url('images/side-shade-top.jpg') no-repeat left top; }
#secondary:after { position: absolute; content: " "; left: 0; bottom: 0; height: 90px; width: 35px; background: url('images/side-shade-bottom.jpg') no-repeat left bottom; }

/* --- entry-content --- */
.entry-title { padding-top: 0; padding-bottom: .5em; }
.entry-title.topic-header { padding-bottom: 1.5em; }
.post-image img { margin: 0 auto; }
.entry-content .search-form .search-submit { position: static; }

.related-articles { margin: 3em 0 0; background: #eee; padding: 1em; border: 1px solid #ccc; text-align: center; }
.related-article h2 { font-size: 1.2em; }
.related-article .post-image { padding: 0 0 1em; }
.related-article p { padding-left: 1em; padding-right: 1em; }

article:last-child .entry-summary { border: none; margin: 0; }
.entry-summary { margin-bottom: 2em; padding-bottom: 2em; border-bottom-width: 2px; border-bottom-style: solid; }
.entry-meta { border-top-width: 1px; border-top-style: solid; padding: .5em 0 1em; }
.meta-categories:before { }
.meta-categories li { position: relative; display: inline-block; padding-left: .5em; }
.meta-categories li:before { content: "\00b0"; position: absolute; left: 0; top: 3px; }
.meta-categories li:first-child:before { content: ""; }

.commentlist { background: #EAEAEA; padding: 1em; }
.commentlist .children { margin: 1em; border-width: 2px; border-style: solid; padding: 1em; background: #dddddd; }

.single .post-image { margin: 0 0 2em; float: none; width: auto; }
.single .post-image img { padding: 0; border: none; }
.single .entry-header { margin: 0; }
#respond textarea { float: none; }
#respond .form-allowed-tags { display: none; }
.form-submit input[type="submit"] { width: auto; }

.video-container { position: relative; padding-bottom: 68.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- front page --- */
.slide-wrap { position: relative; }
.slide-wrap:hover .sl-nav { display: block; }
.sl-nav { position: absolute; z-index: 1000; top: 50%; margin-top: -15px; cursor: pointer; width: 0; height: 0; display: none; }
.slide-wrap .prev { left: 10px; border-top: 20px solid transparent; border-right: 30px solid rgba(0,0,0,.4); border-bottom: 20px solid transparent; }
.slide-wrap .next { right: 10px; border-top: 20px solid transparent; border-left: 30px solid rgba(0,0,0,.4); border-bottom: 20px solid transparent; }
.front .entry-header, .blog .entry-header, .archive .entry-header { margin-top: 3em; }
.front .post-image, .blog .post-image, .archive .post-image, .hentry.resources .post-image { float: left; width: 15%; }
.stage .post-image { float: none; width: auto; }
.front .post-image img, .blog .post-image .archive .post-image .hentry.resources .post-image img { box-sizing: border-box; padding: 4%; border-width: 1px; border-style: solid; }
.front .entry-summary, .blog .entry-summary, .archive .entry-summary { float: right; width: 82%; padding-bottom: 0; border-bottom-width: 1px; }
.entry-summary .entry-header { margin: 0; }
.entry-summary .entry-title { padding: 0; }
.entry-summary .entry-meta { border: none; padding: 0; }
.meta-author, .front .meta-categories { margin-bottom: 0; }

.front-signup { padding: 0 1em; border-radius: 0 0 5px 5px; }
.front-signup .gform_wrapper { max-width: none; margin: 0; }
.front-signup .gform_wrapper .gform_heading, .front-signup .gform_wrapper .gform_body, .front-signup .gform_wrapper .gform_footer { display: inline-block; vertical-align: middle; margin: 0; padding: 0 .5em !important; box-sizing: border-box; line-height: 1em; }
.front-signup .gform_wrapper .gform_heading { width: 20%; }
.front-signup .gform_wrapper .gform_body { margin-top: 10px; width: 55% !important; }
.front-signup .gform_wrapper .gform_footer { width: 20% !important; margin: 0 !important; text-align: center; }
.front-signup .gfield_label { display: none; }
.front-signup .gform_wrapper input[type="email"], .front-signup .gform_wrapper input[type="text"] { width: 100% !important; }

/* --- logos template --- */
.page-logo-text { text-align: center; }
.page-logo-image img { margin: 0 auto; }

.page-template-page-logos-sections .logo img { padding: .5em; display: block; box-sizing: border-box; }

/* --- events --- */
.event-submit { padding: 0 0 1em; }
.event-nav ul { margin-left: 0; padding-left: 2em; list-style: none; border-top: 0; border-left: 0; border-right: 0; }
.event-nav li { display: block; }
.event-nav a { display: block; padding: .5em 1em; border-width: 1px; border-style: solid; }
.event-nav a.active { font-weight: 700; }
/*
.part-events { display: none; }
.part-events.active { display: block; }
*/
.part-event { margin-bottom: 2em; padding-bottom: 3em; border-bottom-width: 1px; border-bottom-style: solid; }
.part-event:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.part-event-content h3 { padding-bottom: 0; }
.part-event-details { margin-bottom: 1em; line-height: 1.4em; font-weight: 700; }
.part-event-image { float: left; border: 1px solid; margin: 0 1% 0 0; width: 40%; }
.part-event-content.right { float: right; width: 55%; }

/* --- register buttons template --- */
.page-template-page-register-buttons .entry-title { text-align: center; }
.register-btn { text-align: center; padding: 1em 0 0; }
.register-btn a { transition: all .4s; display: inline-block; padding: .5em 1em; line-height: 1em; border: 1px solid #cecece; font-size: 1.9em; text-decoration: none; width: 140px; }
.register-link-desc { font-size: 14px; font-weight: 700; padding: 1em 4em 0; }
.register-link-desc p span { display: block; font-size: 0.875em; color: #d61905; font-style: italic; }
.register-link-desc p:last-child { padding-bottom: 0; }
.register-video { padding: 1em 0; }

/* --- resources part and archive --- */
ul.resource-topics { margin-left: 0; list-style: none; }
.resource-topics li { padding: .5em 0; }
.resource-topics a { font-weight: 700; font-size: 1.5em; }

.resource-feature { width: 35%; text-align: center; font-size: 0.875em; font-weight: 700; }
.resource-feature img { padding: 0 20px; box-sizing: border-box; }
.resource-header-content { font-size: 1.25em; }
.resource-topic-block { border-bottom-width: 2px; border-bottom-style: solid; }
.resource-topic-block:last-child { border-bottom: none; }

.hentry.resources { border-bottom-width: 1px; border-bottom-style: solid; padding: 0 0 1.5em; margin: 0 0 1em; }
.hentry.resources:last-child { padding-bottom: 0; border: none; }
.hentry.resources .entry-summary { float: right; width: 82%; padding-bottom: 0; border: none; }
.single .hentry.resources .post-image { float: none; width: auto; }
.single .hentry.resources .post-image img { padding: 0; border: none; }

/* --- speakers part and single --- */
.speaker-testimonial-main { padding: 10px 20px 5px; margin: 0 0 2em; border-left-width: 4px; border-left-style: solid; }
.speaker-testimonial-main .speaker-testimonial-author { text-align: right; font-size: 1.25em; font-weight: 700; }
.speaker-testimonials { margin: 2em 0; border-width: 1px; border-style: solid; border-left-width: 5px; }
.speaker-testimonial-content { font-size: 1.5em; font-weight: 700; }
.speaker-testimonial-content p { padding: 0; }
.no-js .speaker-form { height: auto; }
.speaker-form { height: 0; overflow: hidden; margin-top: 2em; }
.speaker-form.active { height: auto; padding: 2em; }
.speaker-keynote-item { margin-bottom: 1em; padding-bottom: 1em; border-bottom-width: 2px; border-bottom-style: solid; }
.speaker-keynote-item:last-child { margin: 0; padding: 0; border: none; }

.speakers-container { margin: 2em 0; padding: 1em 1em 0; background: #f1f1f1; }
.part-speakers { margin-top: 3em; }
.part-speaker { /* transition: .4s all; */ opacity: 0; height: 0; overflow: hidden; margin: 0; }
.part-speaker.active { opacity: 1; height: 100%; margin-bottom: 1em; }
.part-speaker .speaker-image { position: relative; }
.part-speaker .speaker-image:after { content: " "; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.6); opacity: 0; transition: .4s; }
.part-speaker .speaker-image:hover .speaker-buttons { opacity: 1; top: 50%; }
.part-speaker .speaker-image:hover:after { opacity: 1; }
.part-speaker .speaker-buttons { opacity: 0; transition: .4s; margin: 0; text-align: center; position: absolute; z-index: 2; top: 100%; left: 0; right: 0; letter-spacing: 0.03em; font-size: 1.125em; }
.part-speaker .speaker-buttons li { display: inline-block; font-size: 1.25em; }
.part-speaker .speaker-content h3 span { font-weight: 400; }

/*
@keyframes slidy {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
}
*/

#all-speaker-testimonials { overflow: hidden; }
#all-speaker-testimonials .speaker-testimonial { float: left; }
#all-speaker-testimonials figure { 
	position: relative;
	margin: 0;
	left: 0;
	text-align: left;
	animation: 10s slidy infinite;
}

/* --- sponsors template (v1.2) --- */
.sponsor-section { padding: 0 2em; margin-bottom: 2em; }
.sponsor-section-title { font-size: 3em; margin: 0 10% 1em; padding: .5em 0 .25em; }
.sponsor-section-logos .logo { padding-bottom: 2em; }
.sponsor-section-logos img { margin: 0 auto; }

/* --- woocommerce --- */
/* .brnm .woocommerce div.product div.images img, .brnm .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img { width: 100%; } */
.brnm .woocommerce div.product div.images img, .brnm .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img { width: auto; max-width: 100%; }
.brnm .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox { text-align: left; float: left; }
.brnm .woocommerce form .form-row .input-checkbox { margin-top: 6px; margin-left: 10px; width: auto; float: left; }

/* --- sitemap template (v1.1) --- */
.sitemap-container { margin-top: 2em; }
.sitemap-container .sitemap { display: none; }

/* --- scholarship database template --- */
.soc input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #aaa; }
.soc input[type="submit"] { border: none; font-weight: 400; }
.soc input:focus { box-shadow: 0 0 5px rgba(0,0,0,.4); }
.scholarship-search { margin-bottom: 1em; background: #eee; padding: 1em; }
.scholarship-search input[type="text"] { padding: 6px 5px 7px; }
.scholarship-search input[type="submit"] { width: 100%; }
.scholarship-filter { padding: 1em; background: #eee; margin-bottom: 2em; }
.scholarship-filter select { width: 100%; }
.filter-dd { display: none; }
.filter-dd.active { display: block; }
.scholarship-buttons.stick { position: fixed; top: 0; z-index: 10000; border-radius: 0 0 0.5em 0.5em; }
.admin-bar .scholarship-buttons.stick { top: 31px; }

.scholarship-list { position: relative; }
a.sch-to-top { position: fixed; top: auto; z-index: 999; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 53%; bottom: 4em; width: 5.5em; padding: 1.75em 0; display: block; text-align: center; transition: .4s; box-shadow: 1px 2px 3px rgba(0,0,0,.6); }
a.sch-to-top:hover { box-shadow: 2px 3px 5px rgba(0,0,0,.7); }
.scholarship-showing { padding-top: 1em; }
.scholarship-item { margin-bottom: 2em; padding-bottom: 1em; border-bottom: 1px solid #aaa; }
.scholarship-details { margin-bottom: 1em; font-size: 0.9em; }
.scholarship-details ul, .scholarship-contact ul { list-style: none; margin: 0; }
/* .scholarship-details li:hover, .scholarship-used:hover { background: #ddd; } */
.scholarship-details li { background: #eee; padding-top: .5em; padding-bottom: .5em; border-right-width: 2px; border-right-style: solid; padding-left: .5em; }
.scholarship-details li:last-child { border-right: none; }
.scholarship-used { padding: 0; background: #eee; border-top-width: 2px; border-top-style: solid; }
.scholarship-used td { padding: 0 .5em; }
.scholarship-contact .scholarship-contact-btn { }
.js .scholarship-contact .mailing { display: none; }
.scholarship-contact .mailing.active { display: block; }

/* --- shame list template part --- */
.shamelist-filter { background: #efedef; padding: 1em; margin: 0 0 2em; }
.profile-filter h3 span { display: block; font-weight: 400; font-size: 13px; margin: .25em 0 1em; }
.shamelist-filter li { list-style: none; }
.shamelist-filter .pf-label { font-weight: 400; font-size: 0.875em; display: block; margin-bottom: .25em; }

.cpls-button { display: block; -webkit-column-span: all; column-span: all; text-align: center; margin: 2em 0; position: relative; }
.cpls-button:before { content: " "; position: absolute; top: calc(50% - 1px); width: 100%; height: 1px; background: #c3c3c3; left: 0; }
.cpls-button span { position: relative; z-index: 100; background: #efedef; padding: 0 1em; }
.campus-profiles-list { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
.campus-profiles-list ul { display: none; }
.campus-profiles-list ul.active { display: block; }
.campus-profiles-list li { /* line-height: 1em; padding-bottom: .75em; */ list-style-type: disc; }

.campus-profile { border: 1px solid #e8e8e8; padding: 1em 2em; margin-bottom: 2em; border-radius: 4px; box-shadow: 1px 2px 5px #f1f1f1; }
.campus-profile.filtered { display: none; }
.campus-profile h2 { font-size: 1.75em; }
.campus-profile-headings { padding: 2em 0 0; }
.campus-profile-headings p { font-style: italic; }
.campus-profile-content { position: relative; margin-top: 1.5em; }
.campus-profile-content:before { content: " "; width: 80%; height: 2px; display: block; margin: 0 auto 1em; }
.campus-profile-image-link { position: relative; display: block; }
.campus-profile-icon { position: absolute; right: -40px; top: -40px; width: 90px; height: 90px; transform: rotate(-20deg); }
.campus-profile-icon.hbcu-icon-mention { width: 70px; height: 70px; right: -30px; top: -30px; }
.campus-profile-footer { padding: 0 4em 4em; }
.campus-profile-divider { border-top: 2px solid #ff9300; border-bottom: 2px solid #ff9300; padding: 2em 0 0; margin: 2em 2em 1em; }

.shame-share { margin-bottom: 1.5em; }
.shame-share-title { display: inline-block; font-weight: bold; vertical-align: middle; }
.shame-share .sharing { display: inline-block; vertical-align: middle; padding: 0 .5em; margin: 0; }

.shame-report-it a { color: #fd0000; }

.interactive-map-wrap { position: relative; overflow-x: hidden; }
.interactive-map-overlay { position: absolute; top: 0; left; 0; width: 100%; height: 100%; z-index: 1000; background-image: url('images/shame-list-map-overlay-20200616.png'); background-size: auto 100%; background-position: left center; background-repeat: no-repeat; visibility: visible; opacity: 1; transition: opacity .5s ease; }
.interactive-map-wrap:hover .interactive-map-overlay, .interactive-map-wrap.active .interactive-map-overlay { visibility: hidden; opacity: 0; transition: visibility 0s .5s, opacity .5s ease; }
.hbcu-list-interactive-map-wrap .interactive-map-overlay { display: block !important; background-image: url(images/overlay-hbcu.png); background-size: 212px 214px; background-position: center; }
.interactive-map path:hover { cursor: pointer; fill: #888; }
.interactive-map path { stroke-width: 2px; }
.interactive-map path.selected { fill: #333; }
.hbcu-list-interactive-map-wrap .interactive-map path.selected { fill: #f7a8ee; }
.shame-list-interactive-map-wrap .interactive-map path:hover { fill: #fd0000; }
.hbcu-list-interactive-map-wrap .interactive-map path:hover { fill: #8224e3; }

/* --- HBCU list template --- */
.shamelist-filter li div { margin-bottom: .75em; }
.hbcu-checkboxes { margin-top: 1.75em; padding-left: 2em; }
.hbcu-checkboxes input[type="checkbox"], .hbcu-checkboxes .pf-label { display: inline-block; width: auto; vertical-align: middle; }
.hbcu-checkboxes .pf-label { margin: 0px 0 0 5px; }

.hb-leader { display: block; font-size: 0.75em; color: #333; font-weight: 400; }
.hbcu-campus-profiles .campus-profile-headings p { padding: .25em 0; }
.hb-rating, .update-info { padding: .5em 0; font-size: 0.875em; }

.campus-profile-icon.hbcu-icon-deanslist, .campus-profile-icon.hbcu-icon-honorroll { width: 70px; height: 88px; }
.campus-profile-icon:nth-of-type(2) { top: 70px; }

.hbcu-campus-profiles .campus-profile-headings { padding-top: 0; }
.hbcu-campus-profiles .campus-profile-image-link { margin-top: 1em; }
.hbcu-campus-profiles .hbcu-stars { font-size: 1.5em; }

.hbcu-profile-content-container .hbcu-content { display: none; }
.hbcu-profile-content-container .hbcu-content.active { display: block; }
.hbcu-profile-content-container:before { content: none; }
.hbcu-profile-content-container .hbcu-profile-content-tabs { margin: 0 0 2em; list-style: none; border-bottom: 2px solid; padding-left: 1em; }
.hbcu-profile-content-container .hbcu-profile-content-tabs li { display: inline-block; }
.hbcu-profile-content-container .hbcu-profile-content-tabs a { display: block; padding: .5em 1em; font-size: 1.25em; }
.hbcu-content-tab.active, .hbcu-content-tab:hover { color: #fff; }
.hb-rating a:hover i { color: #e6c61a; }

.hbcu-checklist-table { width: 100%; }

.hbcu-checklist-table th { text-align: left; padding-left: 1em; }
.hbcu-checklist-table td { border: 1px solid #ddd; padding: .5em 1em; }
.hbcu-checklist-table td:first-child { width: 85%; }
.hbcu-checklist-table td:nth-child(2), .hbcu-checklist-table td:nth-child(3) { width: 7.5%; }

.brnm body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
.brnm body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
.brnm .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio,
.brnm .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li { margin-top: 0; margin-bottom: 0; }

/* --- campaign letter template --- */
.campaign-form { padding: .5em 1em; border-width: 2px; }
.campaign-form .gform_wrapper { margin: 0; max-width: none; }
.campaign-message { padding: 1.5em 1.5em 2em; border: 1px solid #d1d1d1; }
.campaign-closer span { display: block; padding-bottom: .5em; }

/* --- woocomerce checkout page (stripe) --- */
label[for="payment_method_eh_stripe_pay"] img { display: inline-block !important; }

/* --- event espresso --- */
.tckt-slctr-tkt-datetimes-sctn { display: none !important; }
.logged-in .tkt-slctr-tbl { width: 100%; }
.logged-in .tkt-slctr-tbl thead th { text-align: left; padding: .5em; }
.logged-in .tckt-slctr-tbl-tr td, .logged-in .ticket-on-sale td, .logged-in .ee-ticket-registration td { padding: .5em; }
.logged-in .tckt-slctr-tbl-td-price.jst-rght { text-align: left; }
.logged-in .tckt-slctr-tkt-details-td, .logged-in .event-datetimes { background: #f3f3f3; }
.logged-in .hide-tckt-slctr-tkt-details, .logged-in .display-tckt-slctr-tkt-details, .logged-in .hide-tckt-slctr-tkt-details:hover, .logged-in .display-tckt-slctr-tkt-details:hover, .logged-in .tckt-slctr-tbl-td-price .currency-code { color: #fff; }
.logged-in .hide-tckt-slctr-tkt-details, .logged-in .display-tckt-slctr-tkt-details, .logged-in .hide-tckt-slctr-tkt-details:hover, .logged-in .display-tckt-slctr-tkt-details:hover { background-color: #fff; display: inline-block; padding: .5em; font-weight: 700; color: #000; border: 2px solid #000; box-sizing: border-box; border-radius: 4px; text-transform: capitalize; font-size: 1em; }
.logged-in .tckt-slctr-tbl-td-price .currency-code { display: inline-block; margin-top: -3px; }
.logged-in .ticket-selector-submit-btn { border: none; }
.logged-in .event-datetimes { padding-top: 1em; }


/* Footer
-------------------------------------------------------- */
#page-footer .wrap { box-shadow: none; }
.footer-top { border-top-width: 5px; border-top-style: solid; }
.footer-bottom { padding: .5em 0; }

.footer-contact p { padding: 0; }

#copyright, #developer { line-height: 1.4em; }
#copyright { margin: 1em 0 0; }

.footer-sponsors, .sponsors-slider-wrap { margin: 0; }
.sponsors-slider { margin: 1em 0; }
.footer-sponsor-title { position: relative; padding: .5em 0; margin-top: 50px; font-weight: 400; }
.footer-sponsor-title:before, .footer-sponsor-title:after { left: 0; content: " "; position: absolute; width: 40%; height: 2px; }
.footer-sponsor-title:before { top: 0; }
.footer-sponsor-title:after { bottom: 0; }

.footer-sponsor-title p { padding-bottom: .5em; }


/* Widget Areas
-------------------------------------------------------- */
.widget { margin-bottom: 2em; }
.widget:last-child { margin-bottom: 0; }
.widget.no-title .widget-title { display: none; }

/* --- events widget --- */
.widget-content .part-event { padding: 0; margin: 0; border: none; }
.widget-content .part-event h5 { position: relative; padding: 0 0 0 10px; }
.widget-content .part-event h5:before { content: "• "; position: absolute; left: 0; }
.widget-content .part-event-content { padding-left: 10px; }
.widget-content .part-event-details p { padding: 0; }

/* --- speakers sidebar --- */
.speaker-button { text-align: center; }
.speaker-btn-scroll { position: fixed; bottom: -100px; transition: .4s; }
.speaker-btn-scroll.active { top: auto; bottom: 2.5em; transition: .4s; z-index: 2000; }
.speaker-button a { display: block; }
.speaker-video { margin-bottom: 2em }
.speaker-social { padding: 0; }
.speaker-social a { font-size: 1.5em; }

.speakers-topics ul { margin: 0; }
.speakers-topics li { padding-bottom: .75em; display: inline-block; }
.speakers-topics li:after { content: "|"; padding: 0 .5em; }
.speakers-topics li:last-child:after { display: none; }

/* --- student testimonials widget --- */
.leader-container { background: url('images/bg-testimonials-20150427.jpg') center; /* v.1.1 */ }
.leader-inner { padding: .5em 1em; /* v.1.1 */ }
.leader-container h3 { font-size: 1.5em; /* v.1.1 */ }
.leader-content { font-weight: 700; /* v.1.1 */ }
.leader-intro { font-weight: 400; text-transform: uppercase; display: block; }
.leader-image.post-image { width: 28%; float: right; }
.leader-image.post-image img { border: none; padding: 0; }
.leader-link { text-align: right; }
.leader-link a { text-decoration: underline; font-weight: 700; }

/* --- search widget --- */
.search-form { position: relative; }
.search-form .search-field { width: 73%; margin: 0px 80px 0 0; }
.search-form .search-submit { position: absolute; right: 0; top: 16px; -webkit-appearance: none; border: 0; padding: .5em 1em; line-height: 1em; border-radius: 4px; font-size: 1.25em; }

/* --- woocommerce widget --- */
.brnm .woocommerce ul.cart_list li img, .brnm .woocommerce ul.product_list_widget li img { float: right; width: auto; margin-left: 5px; }

/* --- petitions widget area --- */
.petitions-sidebar .gform_widget { background: #ebebeb; padding: 0 1.5em 1em; }
.petitions-sidebar .gform_wrapper { max-width: none; margin: 0; }
.petitions-sidebar .gform_wrapper .gform_heading { width: auto; margin: 0; text-align: center; font-size: 1.5em; }
.petitions-sidebar .gform_wrapper .top_label .gfield_label { margin-bottom: 0; }
.ui-progressbar { width: 100%; height: 40px; border: 1px solid #d9d9d9; border-radius: 4px; margin: 1em 0; }
.ui-progressbar-value { background: repeating-linear-gradient( -45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); height: 100%; }
.petition-progress-bar { position: relative; }
.petition-progress-bar-text { position: absolute; top: 8px; z-index: 100; letter-spacing: 0.02em; font-size: 1.5em; padding-left: 2%; width: 100%; box-sizing: border-box; text-shadow: 1px 1px 1px rgb(50, 50, 56); }
.petitioner { padding: .75em; border-bottom: 1px solid #c9c9c9; font-size: 1.125em; }
.petitioner:last-child { border-bottom: none; }
.petitioner:nth-child(odd) { background: #e9e9e9; }

/* --- speakers widget --- */
.widget_cpspeakers .widget-content { border: 1px solid #e9e9e9; padding: .75em; box-sizing: border-box; border-radius: 4px; background: #f4f4f4; }
.sp-widget-link { font-size: 1.25em; font-weight: 700; display: inline-block; }


/* --- Voting Template CSS --- */

.gc-vc-card-container::after {
  content: "";
  clear: both;
  display: table;
}
.gc-vc-card-container .gc-vc-card{
float:left;
width:30%;
padding:0 10px;
}
.gc-vc-btn-container{
margin-top:5px;
}
.gc-vc-btn-container a{
color:#fff;
background-color:#f36702;
padding:6px 13px;
text-transform:uppercase;
font-weight:600;
border-radius:5px;
border:2px solid #f36702;
}
.gc-vc-btn-container a:hover{
color:#f36702;
background:none;
transition:all ease-in-out 250ms;
}
#popmake-45565 {
padding:20px 40px;
border-radius:20px;
}
#popmake-45565 .pum-close{
background-color:#662e91;
border-radius:0 20px 0 20px;
}
#popmake-45565 .pum-close:hover{
opacity:0.9;
transition:all ease-in-out 250ms;
}
@media only screen and (max-width: 680px){
.gc-vc-card-container .gc-vc-card{
    width: 45%;
    margin-bottom:40px;

}
}
@media only screen and (max-width: 520px){
.gc-vc-card-container .gc-vc-card{
    width: 100%;
    text-align:center;
}
.gc-vc-card-container .gc-vc-card .gc-vc-image img{
margin:0 auto;
margin-bottom:20px;
}

}
/* --- GC user submitted events css --- */
.gc-user-events article{
    padding: 20px;
    background: #f0f0f0;
    border-radius: 5px;
}


/* Responsive - Header Fix 1
 * @max-width is where design first breaks
-------------------------------------------------------- */
@media all and (min-width: 1024px) and (max-width: 1200px) {
	.site-tagline { display: none; }
}


/* Responsive - Header Fix 2
-------------------------------------------------------- */
@media all and (min-width: 960px) and (max-width: 1023px) {
	.site-tagline { display: none; }

	.nav-primary a { padding-left: 11px; padding-right: 11px; }
	.nav-primary.secondary li { max-width: 140px; }
	.nav-primary.secondary a { line-height: 1em; padding-left: 12px; padding-right: 12px; }

	.slide-connected-container { max-width: 530px; margin: 0 auto; }
	
	/* Shame List Template */
	.campus-profiles-list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}


/* Responsive - Smallest desktops
-------------------------------------------------------- */
@media all and (min-width: 769px) and (max-width: 959px) {
	.nav-contact-credits, .footer-sponsors { float: left; width: 50%; padding-right: 2%; box-sizing: border-box; }
	.nav-contact-credits { }
	.footer-sponsors { }
	.footer-sponsor-title { margin-top: 10px; }

	.front-signup { max-width: 671px; margin: 0 auto; }

	/* Shame List Template */
	.campus-profiles-list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}


/* Responsive - Tablets & Smallest desktops
-------------------------------------------------------- */
@media all and (min-width: 600px) and (max-width: 959px) {
	.tabletview { position: static; left: 0; height: auto; width: auto; }

	#branding { width: 100%; text-align: center; }
	.social-connect { border-radius: 0; text-align: center; }
	.social-connect .social, .social-connect .donate-wrap { display: inline-block; vertical-align: top; }

	.nav-utility { text-align: center; margin: 6px 0; }
	.header-middle .page-header-wrap { box-shadow: none; }

	.nav-footer { float: left; }

	/* Shame List Template */
	.campus-profiles-list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}


/* Responsive - Mobile
-------------------------------------------------------- */
@media all and (min-width: 300px) and (max-width: 599px) {
	.mobileview { position: static; left: 0; height: auto; width: auto; }

	#branding { float: left; }
	.site-tagline, .connect .social, .nav-utility { display: none; }
	.social-connect { background: none; }
	.connect { float: right; }
	.donate-wrap { margin-right: .5em; }

	img.alignright, img.alignleft { float: none; text-align: center; margin: 1em auto; display: block; }
	.register-btn { text-align: center; }
	.part-event-image, .part-event-content { float: none; width: auto; }
	.part-event-image { margin-bottom: 1em; }

	.nav-contact-credits, .footer-sponsors, .footer-sponsor-title { text-align: center; }
	.footer-sponsor-title { margin-top: 20px; }
	.footer-sponsor-title:before, .footer-sponsor-title:after { left: 30%; }

	/* --- front page: stay connected --- */
	.front-signup .gform_wrapper .gform_heading, .front-signup .gform_wrapper .gform_body, .front-signup .gform_wrapper .gform_footer { display: block; width: auto !important; text-align: center; }

	/* Shame List Template */
	.campus-profiles-list { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}


/* Responsive - Mobile & Tablets
-------------------------------------------------------- */
@media all and (min-width: 300px) and (max-width: 959px) {
	.desktopview { position: absolute; left: -9999px; height: 0; width: 0; } /* use this class on a wrapping div, not on the element itself */
	.wrap { max-width: 98%; width: auto; }
	#nav-click a { font-family: 'icomoon'; }
	.fleft, .fright, [class^="col-"], [class*=" col-"], #main, #secondary { float: none; text-align: left; width: auto; }
	[class^="col-"], [class*=" col-"] { padding-right: 0; }

	#main, #secondary { width: auto; }
	#secondary { padding: 2em 0; background: none; }
	#secondary:before, #secondary:after { content: none; }
	#content-wrap { padding-left: 1%; padding-right: 1%; }

	.nav-mobile.active #menu-mobile-menu { display: block; }
	.nav-mobile #nav-click a { font-size: 1.5em; text-transform: uppercase; padding: .5em 1em; }
	.nav-mobile #nav-click a span { padding-left: 10px; font-family: 'Arial'; }
	.nav-mobile #menu-mobile-menu { display: none; }
	.nav-mobile li { border-bottom-width: 1px; border-bottom-style: solid; }
	.nav-mobile a { display: block; padding: .5em 1.5em; font-weight: 700; }

	.twitter-timeline twitter-timeline-rendered { width: auto !important; }
	.search-form .search-submit { position: static; }
}




/* gc responsive css
-------------------------------------------------------- */

