/**

 * Styles for Tablet landscape

 *

 * - Do not delete or rename this file, if you do not use it leave it blank.

 *

 * - There is an SCSS (SASS) version of this file in the /sass/ directory in your

 *   sub-theme, if you set "compass watch" this file will be overwritten!

 *

 * SEE the _README file in this directory, it contains useful information.

 */


.view-program-groups .views-row {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
    background: #e0e0e0;
    border-right: 10px solid #fff;
}
#main-nav {
    background-color: #e0e0e0;
    height: auto;
    margin-bottom: 10px;
}
#main-nav .menu {
    text-align: center;
}
#main-nav ul li {
    padding-right: 35px !important;
}

/*Slideshow*/

.view-homepage-slideshow {
    margin-bottom: 20px;
}
.view-homepage-slideshow .views-row .views-field-field-slide-overlay {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}
.view-homepage-slideshow .views-row .slide-text {
    background-color: #26578b;
    position: absolute;
    width: 366px;
    height: 100%;
    z-index: 6;
    bottom: 0;
    right: 0;
}
.view-homepage-slideshow .views-row .views-field-title {
    position: relative;
    z-index: 5;
    left: 0;
    top: 25px;
    padding: 0px 20px;
    width: auto;
    margin-bottom: 5px;
    height: auto;
    line-height: 1.0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.view-homepage-slideshow .views-row .views-field-body {
    position: relative;
    z-index: 5;
    right: 0px;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 20px 10px 35px 20px
}
.view-homepage-slideshow .views-row .views-field-body p {
    font-size: 13px;
    color: #FFF;
    margin: 0;
    line-height: 1.5;
}
.view-homepage-slideshow .views-row .slide-text .slidelink {
    background-image: url("/sites/all/themes/at_panels_everywhere/css/images/cta.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
    left: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 37px;
    width: 165px;
    padding: 12px 77px 12px 15px;
}

/* */

.view-id-images_for_this_department {
  position: relative !important;
  max-width:100% !important;
}

.view-id-images_for_this_department .views_slideshow_cycle_main,
.view-id-images_for_this_department .views-slideshow-cycle-main-frame {
  max-width:100% !important;
  height: auto !important;
    position: relative !important;
}

/*************************************************************
*******Header Brand Changes 2019 - Feb 2019*******************
*************************************************************/
/**OLD
#mini-panel-logo_and_main_nav_panel {
	background: url("images/hdr-bkgd.png") repeat-x scroll 0% 0% transparent;
	height: 155px;
	margin-bottom: -10px;
	background-size: auto 155px !important;
}

/**NEW**/
#mini-panel-logo_and_main_nav_panel {
	background: url("images/hdr-bkgd_white.png") repeat-x scroll 0% 0% transparent;
	height: 180px;
	margin-bottom: -10px;
	background-size: auto 155px !important;
}

/**OLD
#mini-panel-logo_and_main_nav_panel #logo {
    position: relative;
    margin: 0;
    padding: 0;
    top: -30px;
}

/**NEW**/
#mini-panel-logo_and_main_nav_panel #logo {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
}

/**OLD
#social-icon-panel a[class*="blueridge"] {
	background: url(/sites/default/files/myBlueRidge_Full_reverse_25.png) no-repeat center;
    line-height: 30px;
    vertical-align: middle;
}

/**NEW**/
#social-icon-panel a[class*="blueridge"] {
	background: url(/sites/default/files/myBlueRidge_Full_reverse_on_blue_25.png) no-repeat center;
    line-height: 30px;
    vertical-align: middle;
}

/**OLD
#location-panel {
    color: #fff;
    position: relative;
    left: 15px;
    top: -30px;
    width: 500px;
    font-size: 125%;
}

/**NEW**/
#location-panel {
    color: #002c5b;
    position: relative;
    left: 15px;
    top: 10px;
    width: 500px;
    font-size: 143%;
    font-weight: bold;  
}

/**OLD
@media (min-width: 38em) {
#search-api-page-search-form-search-blueridge {
	text-align: right;
	top: -90px;
	position: relative;
}
}

/**NEW**/
@media (min-width: 38em) {
#search-api-page-search-form-search-blueridge {
	text-align: right;
	top: -83px;
	position: relative;
}
}

/**OLD
#social-icon-panel {
	visibility:visible;
	position: relative;
    text-align: right;
    top: -95px;
    height: 30px;
}

/**NEW**/
#social-icon-panel {
	visibility:visible;
	position: relative;
    text-align: right;
    top: -75px;
    height: 30px;
}


/**NEW (was only in global styles; adjust position the "hamburger") **/

button.navbar-toggle {
  cursor: pointer;
  line-height: 0;
  float: left;
  width: 40px;
  height: 33px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background-color: transparent;
  position: relative;
  top: 20px;
}



/*************************************************************
*******Header changes Sept 2017*******************************
*************************************************************/
#outer-super-header {
    height: auto;
}
/** old setting was a right float over search
#site-tag {
    bottom: 50px;
    float: right;
    right: 28px !important;
    position: relative;
}**/
#site-tag {
	position: relative;
	left: 15px;
	top: -5px;
}

/**OLD
#mini-panel-logo_and_main_nav_panel {
	background: url("images/hdr-bkgd.png") repeat-x scroll 0% 0% transparent;
	height: 155px;
	margin-bottom: -10px;
	background-size: auto 155px !important;
}
**/

/**OLD
#mini-panel-logo_and_main_nav_panel #logo {
    position: relative;
    margin: 0;
    padding: 0;
    top: -30px;
}
**/

#mini-panel-logo_and_main_nav_panel ul {
    margin: 0;
}

#mini-panel-logo_and_main_nav_panel ul.menu {
    float: right;
    margin-top: 5px;
}

#mini-panel-logo_and_main_nav_panel ul.menu li {
    font-family: Helvetica;
    font-size: 13px;
    list-style: none;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #466786;
}

#mini-panel-logo_and_main_nav_panel ul.menu li a {
    color: #fff;
}

#mini-panel-logo_and_main_nav_panel ul.menu li.first {
    border-left: none;
}

/**OLD
#location-panel {
    color: #fff;
    position: relative;
    left: 15px;
    top: -30px;
    width: 500px;
    font-size: 125%;
}
**/

#location-panel p {
    font-size: 1.25em;
}

/**OLD
@media (min-width: 38em) {
#search-api-page-search-form-search-blueridge {
	text-align: right;
	top: -90px;
	position: relative;
}
}
**/

#sticky-social {
   left: 0;
   position: fixed;
   top: 255px;
   z-index: 999;
   list-style: none;
   padding: 0;
   visibility:hidden;
}
/**OLD
#social-icon-panel {
	visibility:visible;
	position: relative;
    text-align: right;
    top: -95px;
    height: 30px;
}
**/

#social-icon-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#social-icon-panel li {
  line-height: 30px;
  width: 30px;
  vertical-align: middle;
  display: inline-block;
}
#social-icon-panel li.myBlueRidge {
  line-height: 30px;
  width: 90px;
  vertical-align: middle;
  display: inline-block;
}
/*#social-icon-panel li img {
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
}*/
#social-icon-panel a {
  color: #fff;
  display: block;
  font: 12px "Raleway", sans-serif;
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#social-icon-panel li.myBlueRidge a {
  color: #fff;
  display: block;
  font: 12px "Raleway", sans-serif;
  position: relative;
  text-align: center;
  width: 90px;
  height: 30px;
  line-height: 30px;
}
/*#social-icon-panel a span {
  position: relative;
  visibility: hidden;
  top: -10px;
  left: 0px;
}*/
#social-icon-panel a:hover span {
  bottom: 100%;
}

/**OLD
#social-icon-panel a[class*="blueridge"] {
	background: url(/sites/default/files/myBlueRidge_Full_reverse_25.png) no-repeat center;
    line-height: 30px;
    vertical-align: middle;
}
**/

#social-icon-panel a[class*="blueridge"]:hover {
	background: #ffffff url(/sites/default/files/myBlueRidge_Full_color_25.png) no-repeat center;
    line-height: 30px;
    vertical-align: middle;
}

#social-icon-panel a[class*="moodle"]{
	background: #f8962e url(/sites/default/files/moodle-logo_reverse_30.png) no-repeat center;
	line-height: 30px;
    vertical-align: middle;
}
#social-icon-panel a[class*="moodle"]:hover {
	background: url(/sites/default/files/moodle-logo_color_30.png) no-repeat center;
	line-height: 30px;
    vertical-align: middle;
}

#social-icon-panel a[class*="email"] {
	background: #31631c url(images/email_reverse_25.png) no-repeat center;
	line-height: 30px;
    vertical-align: middle;
}
#social-icon-panel a[class*="email"]:hover {
	background: #ffffff url(images/email_color_25.png) no-repeat center;
	line-height: 30px;
    vertical-align: middle;
}

#social-icon-panel a[class*="webadvisor"]{
	background: #385b75 url(images/WebAdvisor_reverse_30.png) no-repeat center;
	line-height: 30px;
    vertical-align: middle;
}
#social-icon-panel a[class*="webadvisor"]:hover{
	background: url(images/WebAdvisor_color_30.png) no-repeat center;
	line-height: 30px;
    vertical-align: middle;
}

/*End of changes*/