/* ============================
COLORS
============================ */
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/* ============================
END COLORS
============================ */
.content_wrapper {
  max-width: 1275px;
  margin: 0 auto 0 auto; }

.cc_banner-wrapper {
  z-index: 9001;
  position: relative; }

.cc_container .cc_btn {
  text-align: center;
  font-size: 1em;
  transition: font-size 200ms;
  line-height: 1em; }

.cc_container .cc_message {
  font-size: 1em;
  line-height: 1.3;
  transition: font-size 200ms;
  width: 90%;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url("//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/logo.png");
  opacity: 0.9;
  transition: opacity 200ms; }

.cc_container .cc_logo:active,
.cc_container .cc_logo:hover {
  opacity: 1; }

@media all and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 1.2em; } }

@media all and (min-width: 768px) {
  .cc_container .cc_message {
    font-size: 1.125em; } }

@media all and (min-width: 992px) {
  .cc_container .cc_btn {
    margin-top: -15px; } }

@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none; } }

.cc_banner-wrapper {
  height: 88px; }

.cc_container {
  padding: 15px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0; }

.cc_container .cc_btn {
  display: block;
  margin-left: 10px;
  text-align: center;
  float: right; }

.cc_container .cc_message {
  display: block; }

@media all and (min-width: 500px) {
  .cc_container .cc_message {
    margin-top: 0.5em; } }

@media all and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px; } }

.cc_container {
  background: #3998B5;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, Helmet, Freesans, sans-serif;
  font-weight: 400;
  box-sizing: border-box; }

.cc_container::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none; }

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff;
  transition: color 200ms ease-in-out; }

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
  color: #000; }

.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #fff;
  transition: 200ms color; }

.cc_container a:active,
.cc_container a:hover {
  color: #000; }

@-webkit-keyframes slideDown {
  0% {
    margin-top: -66px; }
  100% {
    margin-top: 0; } }

@keyframes slideDown {
  0% {
    margin-top: -66px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes growDown {
  0% {
    height: 0; }
  100% {
    height: 66px; } }

@keyframes growDown {
  0% {
    height: 0; }
  100% {
    height: 66px; } }

.cc_container {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

.cc_banner-wrapper {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: growDown;
  animation-name: growDown; }

.enrollment-notice a.learn-more:active, .enrollment-notice a.learn-more:link, .enrollment-notice a.learn-more:visited {
  color: #F0EFEF; }
  .enrollment-notice a.learn-more:active::after, .enrollment-notice a.learn-more:link::after, .enrollment-notice a.learn-more:visited::after {
    background-color: #3998B5;
    content: 'V';
    display: inline-block;
    height: 25px;
    margin-left: 10px;
    position: relative;
    width: 25px; }

.enrollment-notice a.learn-more:hover {
  text-decoration: none; }
  .enrollment-notice a.learn-more:hover::after {
    transform: rotate(180deg); }

.cc_banner-wrapper.alert-banner .cc_container {
  background-color: #FFC915;
  color: #1D335C; }
  .cc_banner-wrapper.alert-banner .cc_container .cc_message a {
    color: #1D335C;
    text-decoration: underline; }
    .cc_banner-wrapper.alert-banner .cc_container .cc_message a:hover {
      color: #1D335C; }
  .cc_banner-wrapper.alert-banner .cc_container .cc_btn, .cc_banner-wrapper.alert-banner .cc_container .cc_btn:visited {
    color: #1D335C; }
