/*
  Theme Name: Sheridan
  Theme URI: http://treelinegroup.com/sheridan/
  Description: Sheridan Theme
  Author: Treeline Group
  Template: varsita
  Text Domain: sheridan
*/

#navigation {
 max-width: 1400px;
 width: 100%;
 }
 
/* Common styles */
.button,
.button:hover {
  height: 26px;
  line-height: 30px;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #0065a4;
  border-radius: 4px;
}

.clearboxgrayborder {
	padding:10px;
	border: 2px solid #efefef;
}
.clearboxgrayborder:hover {
	padding:10px;
	border: 2px solid #005195;
	background-color: #efefef;
}

.whiteCTA {
color: #fff;
padding-bottom: .3em;
padding-top: 1.5em;
text-align: center;
text-transform: uppercase;
width: 100%;
font-size: 2em;
}

.hp-image {
    width: 49%;
    float: left;
    margin-bottom: 50px;
}
.hp-textleft {
    width: 50%;
    float: left;
    margin-top: 100px;
}

.whitetext
{
    color: white !important;
}

a.button.whitetext
{
    margin-left: 10px;
}

ul.sub-menu li.menu-item a {
  background-color: #0067a0;
}
a:hover {
  color: inherit;
}
a.button:hover,
ul.sub-menu li.menu-item a:hover {
  background-color: #008CDA;
}

/* display: none;  Why was this implemented?? */

#bottom br {
  display: block;
}
th {
  font-weight: bold;
}
td.column-header {
  font-weight: bold;
}


/* Header styles */
.home-page .sub-title {
  display: none;
}
.sheridan #header-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #96c0e6 solid 4px;
}
#navigation .navbar-brand,
#navigation .navbar-brand img {
  height: auto;
  transition: none;
}
.header.sticky #navigation .navbar-brand,
.header.sticky #navigation .navbar-brand img {
  height: auto;
  transition: none;
}
.nav > li > a {
  padding: 10px 10px;
}
#main-menu .nav>li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
}
#site-controls {
  text-align: right;
  margin-top: 17px;
}
.header.sticky #site-controls {
  display: none;
}
#site-controls .input-container {
  display: inline-block;
  height: 26px;
  position: relative;
}
#site-controls input[type="search"] {
  height: 26px;
  line-height: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 0 25px 0 10px;
  width: 200px;
}
.sheridan #site-controls .input-container button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  width: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: transparent !important;
  color: #222;
}
#site-controls .button {
  margin: 0 0px;
}
/******/
/* Footer styles */
.sheridan #footer {
  background-color: #004c7c;
  color: #fff;
}

/* Featured Image Styles */
.featured-image {
    margin-top: 30px;
}

/* Shortcode styles */
.main-banner {
  min-height: 100px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
}
.main-banner .row + .row {
  margin-top: 56px;
}
.main-banner .banner-features.row {
  margin-top: 100px;
}
.banner-content {
  color: #fff;
  background-color: rgba(0,0,0,0.55);
  padding: 26px;
  font-size: 18px;
  font-weight: bold;
}
.banner-content h2 {
  font-size: 48px;
  color: inherit;
}
.banner-content .button {
  border: 2px solid #fff;
  height: 34px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  margin: 10px 0;
}
.banner-feature {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.banner-feature
{
  background-color: rgba(0, 91, 148, .75);
  color: #fff;

}

.banner_feature_link:hover .banner-feature
{
    background-color: rgb(0, 91, 148);
}

.banner_feature_link:nth-child(2) .banner-feature {
  background-color: rgba(0, 124, 192, .75);
}
.banner_feature_link:nth-child(2):hover .banner-feature
{
  background-color: rgb(0, 124, 192);
}


.banner_feature_link:nth-child(3) .banner-feature{
  background-color: rgba(16, 158, 237, .75);
}
.banner_feature_link:nth-child(3):hover .banner-feature
{
  background-color: rgb(16, 158, 237);
}

.banner_feature_link:nth-child(4) .banner-feature{
  background-color: rgba(255, 168, 0, .75);
}
.banner_feature_link:nth-child(4):hover .banner-feature
{
  background-color: rgb(255, 168, 0);
}


.banner-feature h3 {
  color: #fff;
  height: 40px;
  font-size: 22px;
  overflow: hidden;
}
.banner-feature-content {
  height: 40px;
  overflow: hidden;
}
a.banner-feature-link {
  height: 20px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
}

.banner_feature_link:hover {
  color: #fff;
}

.vs-row {
  width: 100%;
  padding-top: 0;
  padding-bottom: 28px;
  background-position: top center;
  background-size: cover;
}

.page-template-homepage .vs-row
{
  padding-top: 28px !important;
  padding-bottom: 28px !important;
    
}

.basic-box-content {
  border: 1px solid #b7b7b7;
  padding: 20px;
  overflow: hidden;
}
.basic-box-content a {
  /* display: block; */
  color: #0067a0;
}

a.tab-link:hover
{
  background-color: #007cc0;
  transition: none;
  -webkit-transition: none;
}

a.tab-link
{
  -webkit-transition: none;
  display: block;
  color: #fff;
  background-color: #005b94;
  padding: 0 12px;
  height: 46px;
  line-height: 46px;
  margin-right: 30%;
  font-size: 20px;
  position: relative;
  margin-bottom: 5px;
}

a.tab-link:hover::after
{
  border-left: 25px solid #007cc0;
  transition: none;
  -webkit-transition: none;
}

a.tab-link::after {
  -webkit-transition: none;
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -25px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 25px solid #005b94;
}


.basic-box-content .image-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-section-text {
  color: #fff;
}
.button-section-text h2 {
  color: inherit;
  margin: 0;
}
.button-section-button {
  text-align: center;
}
.button-section-button .button {
  padding: 0 40px;
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
  background-color: #ffa800;
  margin: 20px 0;
}
.highlight .image-area {
  margin-bottom: 10px;
}
.highlight .image-area img {
  width: 100%;
}
.highlight {
  font-size: 14px;
}
.highlight h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.highlight a,
.highlight a:hover {
  color: #0067a0;
}
.stat {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.stat .stat-icon {
  margin: 10px 0 20px;
  font-size: 24px;
}
.stat .stat-number {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 26px;
}
.stat .stat-name {
  font-weight: bold;
}

.events .events-text {
  background-color: #0067a0;
  font-size: 16px;
  height: 108px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.events .events-text h3 {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
}
.events .events-list {
  border: 1px solid #efefef;
  height: 108px;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
}
.events .events-arrows {
  border: 1px solid #efefef;
  height: 108px;
  border-left: 0;
}
.events .events-arrows .arrow {
  line-height: 106px;
  font-size: 30px;
  color: #e4e4e4;
  text-align: center;
  padding: 0;
}
.events .event {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: bold;
}
.events .event .event-text {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  padding: 0;
}
.events .event .event-image {
  text-align: center;
}
.events .event .event-date {
  font-size: 16px;
  font-weight: normal;
}

/*added because color for date box on all events page was not visible*/
.event-page .event-date { 
    color: #FFF !important;
    padding: 10px !important;
}
.testimonial {
  overflow: auto;
}
.testimonial-image,
.testimonial-content {
  height: 70px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.testimonial-image {
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}
.testimonial-name {
  color: #998675;
}
.testimonial + .testimonial {
  margin-top: 20px;
}

ul.course_listing
{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;

}

ul.course_listing li
{
    margin-left: 10px;
}

.course_category_list_label:hover::before
{
    content: "> ";
}

.degree_buttons
{
    height: 30px;
}

.course_box.col-lg-3 {
    margin-right: -1px;
}

#sidebar .menu-item {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0 1px 0;
  padding: 10px 5px;
}
#sidebar .menu-item + .menu-item {
  border-top: 0;
}
#sidebar .menu-item.current-menu-item {
  border-left-width: 3px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a
{
    text-transform: none;
}

.nonbold_buttons a
{
    font-weight: normal;
}


h3.title-large a
{
    color: white;
}

.themeum-breadcrumbs .breadcrumb>li+li:before {
  padding: 0 0 0 5px;
}

.title-left h2
{
    max-width: 300px;
}

.sub-title-inner h1
{
    color: white;
    font-size: 40px;
    
}

/* page with sidebar */
.page-template-blog-dynamic-sidebar-php #content .vc_row-fluid .container {
	width: auto !important;
}

/* page with sidebar */
.page-template-page-secondary-php #content .vc_row-fluid .container {
	width: auto !important;
}


.wpb_wrapper h2
{
    font-size: 30px;
}


.wpb_wrapper h3
{
    padding-top: 12px;
}

.basic-box-content img
{
    padding-left: 0;
}

.sub-title
{
    margin-bottom: 40px;
}

.button_large:hover
{
    color: white;
    background-color: rgb(0, 84, 139);
}

.button_large
{
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background-color: #0067a0;
    border-radius: 3px;
}

.col-md-3 {
  padding: 0;

}

div.details
{
    height: 120px;
}



blockquote p
{
    font-size: 18px;
}

.weptile-image-slider-widget-slider-wrapper img
{
    height: 320px;
}

.weptile-image-slider-widget-slider-wrapper
{
    padding:0px!important;
    max-height:320px!important;
    overflow:hidden;
}

.widget_weptile-image-slider-widget {
    padding:0px!important;
    border:0!important;
}

#banner_features
{
    position: relative;
    z-index: 100
}


figure.team-member
{
    height: 360px;
}

.videotitleoverlay {color: white; font-size: 100px; line-height: 1em; padding-left: 25px; padding-bottom: 33px; padding-top: 200px; margin-bottom: -35px; font-weight: bolder;}

.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {background-image: none!important;}

.ai1ec-agenda-view .ai1ec-event {border: none!important;}


.journeywrapper
{
height: 500px;
}

.journey
{
margin: 0;
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.journeyfeaturecontent 
{
z-index: 3;
text-align: center;
vertical-align: middle;
}

.journeyfeature a 
{
display: block;
height: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
letter-spacing: 1px;
}

.journeyfeaturecontent
{
vertical-align: middle;
letter-spacing: 0;
padding: 0 15%;
position: relative;
bottom: 350px;
padding-top: 250px;
padding-bottom: 50px;
}

.jfh 
{
color: #fff;
text-transform: uppercase;
opacity: 1;
z-index: 3;
text-align: center;
font-size: 20px !important;
}

.journeyfeaturep
{
color: #fff;
opacity: 1;
z-index: 3;
}

.descriptionwrapper
{
position: absolute;
top: 1px;
width: 100%;
height: 356px;
display: none;
}

.journeyfeaturecontent:hover~.descriptionwrapper {display: block;}

.journeyfeaturedescription
{
float: left;
text-align: center;
background-color: rgb(0,0,0,.65);
height: inherit;
color: #fff;
padding: 5px;
padding-top: 25px;
max-width: 285px;
}

.journeyfeaturedm
{
margin-left: 35%;
width: 300px;
text-align: center;
padding: 5px;
border: solid 2px #0067a0;
color: #0067a0;
margin-top: 10px;
}

/* mobile */
@media (max-width: 1620px)
{
  .hp-image img {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}  
}
@media (max-width: 1200px)
{

.videotitleoverlay {padding-top: 140px; padding-bottom: 20px;}

}

@media (max-width: 960px)
{

.videotitleoverlay {font-size: 70px; padding-top: 110px;}
.hp-image {
width: auto;
}

.hp-image img {
    width: 100%;
    margin-top: 50px;
}

.hp-textleft {
    width: 100%;
    float: left;
    margin-top: 50px;
}
}

@media (max-width: 480px)
{
    .videotitleoverlay {font-size: 35px; padding-top: 85px; padding-bottom: 10px;}
    
    .isotope_filter.button
    {
        width: 60px;
        height: 52px;
    }
    

    
    #navigation .navbar-brand
    {
        width: 290px;
    }
    
}

@media (max-width: 980px)
{
    
    .banner-features.condensed
    {
        position: static;
        /* padding-top: 32px; */
    }

}


@media (max-width: 670px)
{
    
    .button-section-button a.button
    {
        height: 60px;
        font-size: 16px;
        line-height: 24px;
        padding: 6px 0 0 0px;
    }
    
}

/* Styles for Music Pages */
.sub-title-music {
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.35);
}

.sub-title-music {
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.sub-title-inner-music {
    height: 400px;
}

.sub-title-inner-music h1 {
    color: #FFF;
    position: relative;
    top: 150px;
    letter-spacing: .07em;
}

#main-menu-music {
  position: relative;
  top: 140px;
}

#main-menu-music .nav {
    margin: 0;
    padding: 0;
    text-align: center;
}

#main-menu-music .nav>li {
    display: inline-block;
}

#main-menu-music .nav>li>ul li {
    background-color: #0072bc !important;
}

#main-menu-music .nav>li>a, #main-menu-music ul.sub-menu li > a {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    color: #767676;
    font-size: 14px;
}

#main-menu-music .nav>li>a {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

#main-menu-music .nav>li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "FontAwesome";
}

#main-menu-music .nav>li ul {
    text-align: left;
    position: absolute;
    left: 0;
    list-style: none;
    margin: 0;
    width: 220px;
    display: none;
    z-index: 999999;
    color: #fff;
}
#main-menu-music .nav>li > ul {
    padding: 20px 0 0;
}

#main-menu-music .nav>li>ul li {
    position: relative;
    margin-bottom: 1px;
    transiton: 300ms;
    -webkit-transiton: 300ms;
    -moz-transiton: 300ms;
}

#main-menu-music .nav>li:hover>ul {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

#main-menu-music .nav>li>ul li a {
    display: block;
    line-height: normal;
    padding: 15px 20px;
    font-size: 13px;
    color: #fff;
}
#main-menu-music .nav>li>a, #main-menu-music ul.sub-menu li > a {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 14px;
    background-color: transparent;
}
#main-menu-music ul.sub-menu li > a {
    font-weight: 400!important;
}

/* Sytles for Search Committe Pages */
.search-comm-button {
    width: 100%;
    height: 65px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.search-comm-button-color1 {
    background-color: #96c0e6 !important;
}

.search-comm-button-color2 {
    background-color: #0065a4 !important;
}

.search-comm-button-color3 {
    background-color: #000 !important;
}

.search-comm-button-color4 {
    background-color: #ffa800 !important;
}

/* Styles for Art Pages */
.sub-title-art {
    /* margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.35); */
    margin-right: 0;
}

.sub-title-art {
    /* text-align: center; */
    color: #fff;
    background-color: transparent !important;
    margin: 0 !important;
    /* margin-bottom: 80px; */
}

.sub-title-inner-art {
    /* height: 400px; */
}

.sub-title-inner-art h1 {
    color: #767676;
    /* position: relative;
    top: 150px; */
    letter-spacing: .07em;
}

#main-menu-art {
  /* position: relative;
  top: 140px; */
}

#main-menu-art .nav {
    margin: 0;
    padding: 0;
    text-align: left;
}

#main-menu-art .nav>li {
    /* display: block; */
}

#main-menu-art .nav>li>ul li {
    background-color: #0072bc !important;
}

#main-menu-art .nav>li>a, #main-menu-art ul.sub-menu li > a {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    color: #767676;
    font-size: 14px;
}

#main-menu-art .nav>li>a {
    color: #767676;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

#main-menu-art .nav>li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "FontAwesome";
}

#main-menu-art .nav>li ul {
    text-align: left;
    position: absolute;
    left: 0;
    list-style: none;
    margin: 0;
    width: 220px;
    display: none;
    z-index: 999999;
    color: #767676;
}
#main-menu-art .nav>li > ul {
    padding: 20px 0 0;
}

#main-menu-art .nav>li>ul li {
    position: relative;
    margin-bottom: 1px;
    transiton: 300ms;
    -webkit-transiton: 300ms;
    -moz-transiton: 300ms;
}

#main-menu-art .nav>li:hover>ul {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

#main-menu-art .nav>li>ul li a {
    display: block;
    line-height: normal;
    padding: 15px 20px;
    font-size: 13px;
    color: #fff;
}
#main-menu-art .nav>li>a, #main-menu-art ul.sub-menu li > a {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    color: #767676;
    font-size: 14px;
    background-color: transparent;
}
#main-menu-art ul.sub-menu li > a {
    font-weight: 400!important;
}

img[src*="bidagent.xad.com"],
img[src*="secure.adnxs.com"] {
    position: absolute;
    visibility: hidden;
    bottom: 0;
}
