/*
Theme Name: Endeavors 2016
Author: Corina Cudebec
Description: Theme for the 2016 Endeavors relaunch.
Version: 1.0
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	margin-top: 0px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-caption {
	max-width: 100%;
	padding: 10px 0px 0px 0px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: left;
	font-size: 14px;
	color: gray;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: none;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 0px; }

.yuzo_related_post {
display:none;
}

.share-title {
font-weight: bold;
float: left;
clear: both;
padding-top:5px;
padding-right:5px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: none;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


/* Hey, if you don't need my comments anymore, just delete me! :)  */

/*My Code*/

#gallery-1 img {
border: none !important;
}

.container-header {
padding-top: 60px;
background-color:white;
width: 100%;
padding-left: 25px;
padding-right: 25px;
}

.container-blue-bar {
width: 100%;
padding-left: 25px;
padding-right: 25px;
}

#sbi_load {
display:none;
}

.logo {
width: 200px;
height: auto;
}

.fa .fa-folder-open-o {
display: none;
}

.site-header-inner {
width: 325px;
padding-left:20px;
}

@media screen and (min-width: 0px) and (max-width:765px;) {
.site-header-inner {
width: 300px;
padding-left:20px;
}
}

@media screen and (min-width: 0px) and (max-width: 765px) {
  .site-header-inner {clear: both; width: 100%;}
}

#colophon {
width: auto;
height: auto;
background: #4B9CD3;
}

#footer-container {
width: 100%;
margin-left: auto;
margin-right: auto;
}

#about-endeavors {
width: 100%;
height: auto;
margin: 15px 0px 0px 0px;
padding-right: 6px;
color: white;
text-align: left;
font-size: 11px;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#fine-print { width: 100%;
height: auto;
margin: 15px 0px 0px 0px;
padding-right:6px;
color: white;
text-align: left;
font-size: 11px;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social-media {
float: right;
padding-top:13px;
width:150px;
padding-right:13px;
}

.unclogo {
float: left;
padding-top:6px;
padding-left:0px !important;
}

#slider-title {
    font: 16px Helvetica, Arial, Sans-Serif;
    font-weight:bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    float:left;
    width: auto;
    margin-right:15px;
}

.slider_cont {
   margin-left:10px;
}

.earth {
    color: #28A228 !important;
    font-weight:bold;
}

.earth a:link {
    color: #28A228 !important;

}

.earth a:visited {
    color: #28A228 !important;

}

.health {
    color: #00A4A6 !important;
    font-weight:bold;

}

.health a:link {
    color: #00A4A6 !important;

}

.health a:visited {
    color: #00A4A6 !important;

}


.business {
    color: #D47500 !important;
    font-weight:bold;

}

.business a:link {
    color: #D47500 !important;

}

.business a:visited {
    color: #D47500 !important;

}

.social {
    color: #0075B0 !important;
    font-weight:bold;

}

.social a:link {
    color: #0075B0 !important;

}

.social a:visited {
    color: #0075B0 !important;

}

.arts {
    color: #b29000 !important;
    font-weight:bold;
}

.arts a:link {
    color: #b29000 !important;

}

.arts a:visited {
    color: #b29000 !important;

}

#story {
    font: 16px Helvetica, Arial, Sans-Serif;
padding-right: 20px;
text-align: center;
}

#story a {
    color:black;
    font-weight:bold;
}

.title-cont {

}

.taxonomy-description {
padding-bottom:20px;
}

.ups_category {
    color:#aaaaaa;
    font: 13px Helvetica, Arial, Sans-Serif;
    font-weight:light;
padding-top:10px;
padding-right: 20px;
text-align: center;
}

.ups_category a {
    color:gray;
}

#line-earth { 
    height: 3px; width: 45px; 
    margin: 25px 0px 5px 0px;
    background-color: #28A228;
}

#line-health { 
    height: 3px; width: 45px; 
    margin: 0px 0px 5px 0px;
    background-color: #00A4A6;
}

#line-business { 
    height: 3px; width: 45px; 
    margin: 25px 0px 5px 0px;
    background-color: #D47500;
}

#line-social { 
    height: 3px; width: 45px; 
    margin: 25px 0px 5px 0px;
    background-color: #0075B0;
}

#line-arts {
    height: 3px; width: 45px; 
    margin: 25px 0px 5px 0px;
    background-color: #b29000;
}

#line-bottom { 
    height: 5px;
    width: 100%; 
    margin: 75px 0px 5px 0px;
    background-color: #4B9CD3;
}

.ups_container {
    width: auto;
    margin: 0px 5px 0px 0px;
}

.ups_body {
    text-align:left;
    margin-top:8px;
    width:94%
}

.ups_excerpt {
    color: #404040;
    font: 13px Helvetica, Arial, Sans-Serif;
padding-right: 20px;
text-align: left;
}

.featured_individual {
    width: 260px;
!important}

a[title~=earth]:hover {
color:#28A228
!important}

a[title~=health]:hover {
color:#00A4A6
!important;}

a[title~=invention]:hover {
color:#D47500
!important;}

a[title~=society]:hover {
color:#0075B0
!important;}

a[title~=creativity]:hover {
color:#b29000
!important;}

a[title~=earth]:active {
text-decoration:overline;
!important;}

.postbycategory {
position: absolute;
padding-left:none;
}

.postsbycategory a {
font-size: 20px;
color: black;
clear: both;
font-weight: bold;
}

.postsbycategory img {
width: 365px;
height: auto;
clear: both;
padding:3px;
margin:3px;
}

a.wsw-cat-title {
color: gray;
font-size: 15px;
font-weight: normal;
}

td {
  padding: 0;
  vertical-align: top;
  width: auto;
  height: auto;
}

.button-contact {
    background-color: #4E9D2D;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-contact:hover {
    background-color: #9BD182;
}

.button-contact2 {
    background-color: #D47500;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
}

.button-contact2:hover {
    background-color: #f2ac5f;
}

.wsw-dis {
width: auto;
}

.sub-news-button {
float: right;
padding-right: 10px;
margin-bottom:10px;
}

.email-area {
float: left;
width: 233px;
padding-left: 10px;
}

.sub-container {
height: auto;
width:auto;
background-color: white;
overflow:auto;
}

.sub-news-title {
float: left;
padding-top: 10px;
padding-left: 10px;
padding-bottom:5px;
}

th {
  padding-top: 5px;
  vertical-align: top;
  height: auto;
  font-weight: normal !important;
}

.mc4wp-response {
padding-top:5px;
}

.entry-content-thumbnail {
padding-bottom:30px;
padding-top:10px;
margin-left:auto;
margin-right:auto;
display:block;
text-align:center;
}

.thumbcaption{
color:#999999;
text-decoration:none;
text-align:left;
}

.thumbcaption a{
color:#999999;
text-decoration:none;
}

.thumbcaption a:hover{
color:#999999;
text-decoration:none !important;
}

.entry-content-thumbnail a:hover {
text-decoration:none !important;
}

.cat-info {
margin-bottom: 30px;
}

.boilerplate {
font-style: italic;
margin-top:45px;
}

.post-sidebar {
font-style: italic;
background-color:#4B9CD3;
color: white !important;
}

.sidebar-copy {
padding: 15px 15px 15px 15px;
}

.wsw {
padding-top:5px;
}

.top-blue-bar {
width: 100%;
height: 50px;
background-color: #4B9CD3;
margin-bottom: 10px;
position:fixed;
z-index:9999;
}

.top-search {
padding-right: 0px !important;
padding-top: 10px;
float:right;
width:180px;
}

#top-search {
float: right;
}

.subscribe-link{
clear: both;
float: right;
}

.archthumb{
float: left !important;
width:260px;
padding-right:25px;
display:inline; 
}

.padding-thumb{
padding-top:75px;
width:auto;
}

#padding-thumb{
height:163px;
}

@media only screen and (max-width: 600px) {
   .padding-thumb{ display: block !important; }
   .archthumb{ float: none;
width:none;
padding-right:none; }
   #padding-thumb{ display: block !important; }
   .article-wrap { float:left; padding-bottom: 20px;}
   h3.page-title { padding-top:10px; }
   h2.page-title { padding-bottom:15px; }
}

#archive-wrap{
clear:both;
padding-top:35px;
padding-bottom:35px;
}

.page-title{
margin-bottom:10px;
margin-top:0px !important;
color:#4B9CD3;
}

.format-gallery .post-thumb {
	display:none;
}

@media screen and (max-width: 600px) {
table {width:100%;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
    display: inline-block;
    clear: both;
  }
}

.post_excerpt {
font-style: italic;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
        padding-bottom:15px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 2% 0 1% 1.6%;
        opacity: 1.0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 36.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.col span_1_of_3:hover {
    opacity: 0.75;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* Link Format */
.format-link .entry-content-thumbnail {
    display: none;
}

.format-link .date-info {
    display: none;
}

.format-link .by-meta {
    display: none;
}

.format-link .cat-info {
    display: none;
}

.newsdesc {
clear:both;
height:auto;
}

.staff_container{
width:750px;
margin-right:auto;
margin-left:auto;
}

.page-id-701 #content {
width: 100%; 
}

.about-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.about-awards {
border:solid #4B9CD3;
padding: 25px;
color:#4B9CD3;
}

.wsw-bold{
font-weight:bold;
padding-top:15px;
padding-bottom:5px;
}

.about-awards a:link{
    font-weight:bold;
}

/* Gallery Format */
.format-gallery .entry-content-thumbnail {
    display: none;
}

.ups_title {
text-align: center;
padding-right:20px;
margin-top:5px;
}

.about-para {
margin: 20px;
color:white;
font-size:12px;
position: relative;
display:flex;
justify-content:center;
flex-direction:column;
height:auto;
}

.about-story{
color:white;
}

.about-story:hover {
color:#4B9CD3;
}

.left-about {
        float: left;
        width: 40%;
}

.right-about {
        float: right;
        background-color: #4B9CD3;
        width: 60%;
        height: 300px;
        margin-bottom:15px;
}

.group-about:after {
        content:"";
        display: table;
        clear: both;
}    

.about-img {
        margin-bottom:0px !important;
}

@media screen and (max-width: 300px) {
        .left-about, .right-about {
            float: none;
            width: auto;
        }
    }

.about-button {
    border: solid;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    margin-top:-150px;
}

.about-button:hover {
    background-color: white;
    color: #4B9CD3;
    border-color: white;
    border: solid;
    display: inline-block;
}

.about-title {
font-size:18px;
font-weight:bold;
}


/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: "";
  display: table;
  clear: both;
}

/* grid 
[class*="ruw"] {
  margin-bottom: 0px;
}
[class*="ruw-"]:last-child {
  margin-bottom: 0;
}
*/


@media all and ( min-width: 768px ) {

  /* all cols margin */
  [id*="about-grid"] {
    margin-right: 20px;
  }
  [id*="about-grid"]:last-child {
    margin-right: 0;
  }
  
  /* make the columns responsive */
  #about-grid {
    float: left;
    width: 24%;
  }
  
  /* 4 span rows */
  .row-4 {
    padding-left: 60px;
  }
  .row-4 [class*="col-"]:first-child {
    margin-left: -60px;
  } }


@media all and ( min-width: 768px ) {

  /* all cols margin */
  [id*="footer-grid"] {
    margin-right: 20px;
  }
  [id*="footer-grid"]:last-child {
    margin-right: 0;
  }
  
  /* make the columns responsive */
  #footer-grid {
    float: left;
    width: 33.3%;
  }

  /* 3 span rows */
  .row-3 {
    padding-left: 60px;
  }
  .row-3 [class*="col-"]:first-child {
    margin-left: -60px;
  } }


body.home .media-credit { display: none !important; }

body.category .media-credit { display: none !important; }

body.search .media-credit { display: none !important; }

body.author .media-credit { display: none !important; }

body.category .views-field { display: none !important; }

body.search .views-field { display: none !important; }

.navbar-toggle{
float:right;
}

#main-menu {
float:right;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-hide{ display: none; }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .mobile-hide2{ display: none; }
}

.article-wrap{
height:auto;
}

#post-<?php the_ID(); ?>{
height:auto;
}

/* About Endeavors Page Code */
* {
   margin: 0;
   padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.tnt-box {
  background-color: #E1E1E1;
  padding: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.about-container{
display:inline-block;
}

.about-container:after {
    clear: both;
}

.about-container > div {
    min-height: 200px;
    float: left;
    width: 50%;
}

.about-left {
}

.about-right {
padding-left:15px;
}

@media all and (max-width: 750px) {
    .about-container > div {
        float: none;
        width: 100%;
    }
    .staff_container{
       width:100%;
    }
    .left-about{
       width:100%;
       clear:100%
    }
    .right-about{
       width:100%;
       clear:100%;
       height:auto;
    }
    .about-para{
       height:auto;
    }
}

.featured_individual {
width:288px !important;
}

/* Fix print format bugs */
@media print {
  a[href]:after {
    content: "";
    }
  abbr[title]:after {
    content: "";
    }
  @page {
    margin: 1cm;
    }
}

/*category page*/

.archive.category-wsw h2.page-title {
    display:none;
}

.archive.category-earth h2.page-title {
    display:none;
}

.archive.category-health h2.page-title {
    display:none;
}

.archive.category-society h2.page-title {
    display:none;
}

.archive.category-invention h2.page-title {
    display:none;
}

.archive.category-arts h2.page-title {
    display:none;
}

/*scroll front page*/
.buttons-home {
padding: 20px 15px;
}

.hideme
{
    opacity:0;
}

.n2-ss-align .n2-ss-slider-align-visible {
    margin-bottom: 15px; 
}

body[class*="paged-"] div.n2-section-smartslider {
  display: none;
}

/*wide infographic*/
.wide-copy {
    padding: 0px 20px 0px 20px;
}

/*UNC Utility Bar Code*/
#unc-ub{font-size:14px}

#unc-ub,#unc-ub a,#unc-ub a:visited{color:#fff;text-decoration:none;line-height:30px}

#unc-ub a{display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

#unc-ub a:hover{text-decoration:underline}

#unc-ub-wrapper{display:block!important}

#unc-ub-wrapper.blue{background:#007fae}

#unc-ub-wrapper.gray{background:#747474}

#unc-ub-wrapper.dark-gray{background:#414141}

#unc-ub-wrapper.navy{background:#13294b}

#unc-ub-wrapper.black{background:#151515}

#unc-ub-wrapper.white,#unc-ub-wrapper.white a{background:#fff;color:#007fae}

#unc-ub{height:30px;margin:auto;padding:0;border:none}

#unc-ub-title{float:left;text-transform:uppercase;padding-left:8px;font-size:.9em;font-family:"Times New Roma",serif;display:none}

#unc-ub-title em{text-transform:lowercase;padding:0 1px}

#unc-ub-title em:first-child{padding-right:3px}

#unc-ub-nav{font-size:.8em;font-family:Verdana,Arial,sans-serif;display:table;width:100%}

#unc-ub-nav ul{display:table-row;margin:0;padding:0;list-style:none;text-align:right}

#unc-ub-nav ul li{display:table-cell;margin:0;position:relative;text-align:center}

#unc-ub-nav ul li:after{content:"";position:absolute;right:0;border-right:1px solid #747474;width:1px;height:50%;top:25%}

#unc-ub-wrapper.gray #unc-ub-nav ul li:after{border-color:#888}

#unc-ub-wrapper.black #unc-ub-nav ul li:after{border-color:#414141}

#unc-ub-wrapper.navy #unc-ub-nav ul li:after{border-color:#56739f}

#unc-ub-wrapper.blue #unc-ub-nav ul li:after{border-color:#53a7c6}

#unc-ub-wrapper.white #unc-ub-nav ul li:after{border-color:#4b9cd3}

#unc-ub-nav ul li a{padding:0 8px}

#unc-ub-nav ul li:last-child:after{border:0}

#unc-ub-nav ul li#ub-cal-link,#unc-ub-nav ul li#ub-cc-link,#unc-ub-nav ul li#ub-depts-link,#unc-ub-nav ul li#ub-lib-link{display:none}

@media (min-width:480px){#unc-ub-nav ul li#ub-cal-link{display:table-cell}}

@media (min-width:600px){#unc-ub-nav ul li#ub-depts-link,#unc-ub-nav ul li#ub-lib-link{display:table-cell}}

@media (min-width:768px){#unc-ub-nav ul li#ub-cc-link{display:table-cell}}

@media (min-width:992px){#unc-ub-nav{display:block;float:right;width:auto}

#unc-ub-nav ul,#unc-ub-nav ul li{display:block !important} 

#unc-ub-nav ul li{float:left}

#unc-ub-title{display:inline}}

#pt-cv-wrapper {padding-top:25px;}

.entry-title {
font-size: 18px;
line-height: 0.5;
}

/*
.pagination {
display: none !important;
}
*/

.read-more-container {
padding: 0px 50px;
}

.wsw-block {
padding:10px 20px;
font-weight:bold;
font-size:17.5px;
color:#D87900;
float:right;
width:350px;
background-color:white;
margin-left:15px;
border-width: 3px !important;
border-color: gray !important;
border-right: solid;
}

.wsw-block h3{
color:#4B9CD3;
text-transform: uppercase;
}

.wsw-positions {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.runc-questions {
	color: #6a9ad0;
	font-weight: bold;
}

.runc-answers {
	color: #b72177;
}

.post-meta-user {
	display: none;
}