﻿
:root {
  --globalPink: #792D85 !important;
}

/* banners */
.sys_standard-banner-no-fade-image .background-image .banner-content .sys_primary-btn {
  border: 2px solid var(--globalRed) !important;
  background-color: var(--globalRed) !important;
}

.sys_standard-banner-no-fade-image .background-image .banner-content .sys_primary-btn:hover,
.sys_standard-banner-no-fade-image .background-image .banner-content .sys_primary-btn:focus {
  background-color: transparent !important;
}

/* background box */
div.generalFullWidth-content div.solid-blue-background-box {
  background-image: url(/CurrentStudents/Images/Wellbeing/Wellbeing-graphic9.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid var(--globalPurple);
}

 /*make it full height inside columns. In row only, and only if 
 box is the only item in the column. */
@media screen and (min-width: 768px) {
  .sys_one .solid-blue-background-box:only-child, 
  .sys_two .solid-blue-background-box:only-child, 
  .sys_three .solid-blue-background-box:only-child, 
  .sys_four .solid-blue-background-box:only-child,
  .sys_five .solid-blue-background-box:only-child,
  .sys_one_3070 .solid-blue-background-box:only-child,
  .sys_two_3070 .solid-blue-background-box:only-child,
  .sys_one_7030 .solid-blue-background-box:only-child,
  .sys_two_7030 .solid-blue-background-box:only-child,
  .sys_one_1585 .solid-blue-background-box:only-child,
  .sys_two_1585 .solid-blue-background-box:only-child,
  .sys_one_2575 .solid-blue-background-box:only-child,
  .sys_two_2575 .solid-blue-background-box:only-child
    {
    height: 97.5%;
  }
}

.solid-blue-background-box h1, 
.solid-blue-background-box h2, 
.solid-blue-background-box h3, 
.solid-blue-background-box h4, 
.solid-blue-background-box h5, 
.solid-blue-background-box h6 {
  color: var(--globalTurquoise) !important;
}

/* show and hide */
.generalFullWidth-content .showhideIsClosed {
  background-image: url(/SiteElements/Images/Base/Internal/showhideplus-turquoise.png); 
}

.generalFullWidth-content .showhideIsOpen {
  background-image: url(/SiteElements/Images/Base/Internal/showhideminus-turquoise.png);
}

/* faqs */

.sys_FaqQuestion, .sys_FaqQuestionShowHide {
  background-image: url(/SiteElements/Images/Base/Internal/bg-faq-question-CorpAqua.png);
}

.sys_FaqQuestion, .sys_FaqAnswerShowHide {
  background-image: url(/SiteElements/Images/Base/Internal/bg-faq-answer-CorpAqua.png);
}

.bgArrowRightLarge-Turquoise {
  background-color:  var(--globalTurquoise) !important;
  border-color: var(--globalTurquoise) !important;
}

.bgArrowRightLarge-Turquoise:hover {
  background-color:  var(--globalBlue) !important;
  border-color: var(--globalBlue) !important;
}