header {
  background: #DF2673 !important;
  color: white;
  margin-bottom: 20px;
  z-index: 10;
  padding-bottom: 0;
}

.nav-scrolled #page-content {
  margin-top: 200px;
}

/* Recite-me start */
.nav-scrolled #recite-wrapper header {
  top: 0px;
}

.nav-scrolled img#enableRecite {
  display: none;
}

.reciteme-button {
	/* Button Styling and Placement */
	background: #237788;
	width: 150px;
    height: 55px;
    bottom: 14px;
    right: 14px;
    position: fixed;
    border: solid 2px #fff;
    border-radius: 10px;
    z-index: 100;
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
}

.reciteme-button span {
	/* text in button */
	display: block;
	color: white;
	font-size: 11px;
	line-height: 1.4em !important;
	padding-right: 50px;
}
    	
.reciteme-button:hover {
	/* Hover Color */
	background: #df2673;
}

.reciteme-button img {
	/* Button Image Size */
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 80%;
	transform: translate(-50%, -50%);
}

/*
div#recite-me {
  position: relative;
  margin-right: 9px;
}

@media (max-width: 800px) {
  #recite-me {
    display: none;
  }
}

a#enableRecite {
  color: #ffffff;
  font-size: 12px !important;
  left: 10px;
  position: relative;
}

img#enableRecite {
  width: 150px;
  margin-top: -5px;
}
*/

/* Recite-me end */


/*@media (max-width: 800px) {*/
/*    header #basketIcon img {*/
/*        width: 35px !important;*/
/*    }*/
/*}*/

#basketIcon .badge.quantity {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  color: #DF2673;
  justify-content: center;
  align-items: center;
  border: 2px solid #DF2673 !important;
  display: flex;
  bottom: 12px;
  position: relative;
  right: 3px;
}

#search img:hover {
  transform: scale(1.1);
  transition: 0.05s;
}

#search img {
  margin-top: 10px;
}

@media (max-width: 800px) {
  #search img {
    height: 31px;
    margin-top: 47px !important;
    margin-left: 5px;
  }
}

/*#user-tools-button:after {*/
/*    margin-left: 0.5em;*/
/*    display: initial;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 0.5em solid transparent;*/
/*    border-right: 0.5em solid transparent;*/
/*    border-top: 0.5em solid #ffffff;*/
/*    content: '';*/
/*    position: absolute;*/
/*    margin-top: 10px ;*/
/*}*/

#user-tools-button:after {
  content: none;
}

/*@-moz-document url-prefix() {*/
/*    .loggedin #user-tools-button::after {*/
/*        display: initial;*/
/*        position: relative;*/
/*    }*/
/*    #user-tools-button {*/
/*        padding-right: 0 !important;*/
/*    }*/
/*}*/

#advertTop1 img {
  width: 100% !important;
  margin: auto;
}

header #search input.button {
  top: 35px !important;
  width: 10px !important;
  cursor: pointer;
}



.sidepanel.controlpanel p {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: white;
  color: #DF2673;
  margin: 6px;
  margin-left: 15px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;

}

.sidepanel.controlpanel p:hover {
  transform: scale(1.1);
  transition: 0.05s;
}

@media (max-width: 800px) {
  .sidepanel.controlpanel p {
    margin-top: 26px;
  }
}

/*.sidepanel.controlpanel {*/
/*    display: inline;*/
/*top: 5px;*/
/*position: relative;*/
/*}*/

.sidepanel.controlpanel p {
  /*margin: 0;*/
  /*display: inline-block !important;*/
  /*overflow: hidden;*/
  /*max-width: 13ch;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  text-decoration: none;
}


div#advertTop1 {
  width: 50%;
  position: relative;
  float: right;
  padding-left: 40px;
}

div#header-column {
  width: 330px;
  float: right;
}

/*static header*/
.nav-scrolled header {
  position: fixed;
  width: 100%;
  top: -50px;
  background: #c1185e !important;
  height: 150px;
}

.nav-scrolled div#header-content-right {
  display: none;
}

.nav-scrolled div#advertTop1 {
  display: none;
}

.nav-scrolled img#ctl00_ctl19_imgLogo {
  position: absolute;
  width: 100px;
  top: 45px;
}

.nav-scrolled #menu-content ul.msl_navbar {
  padding-left: 120px !important;
  padding-top: 20px !important;
}

.nav-scrolled #nav-icon3 {
  top: 30px;
}

.nav-scrolled section.welcomeBanner {
  margin-top: 560px;
}

@media (min-width: 600px) {
  #nav-icon3 {
    margin-bottom: 36px;
  }
}

.nav-scrolled #menu-content {
  margin-top: 25px;
}

/*LOGO */
header .logo {
  float: inherit;
  margin-bottom: 1em;
  width: 10%;
  display: inline-block;
  position: relative;
  z-index: 1000;
}

header .logo img {
  /* filter: brightness(0) invert(1); */
  min-width: 80px;
  max-width: 150px;
  width: 100%;
}


@media (max-width: 800px) {
  header {
    height: 150px;
    margin-bottom: 0
  }

  header #header-content {
    padding: 1rem;
  }

  header .logo img {
    height: auto;
  }

  header h1 {
    display: none;
  }

  header #header-content {
    margin-left: 0em;
  }

  header menu div.top-level {
    top: 150px;
    height: calc(100% - 150px);
  }
}

@media (max-width: 600px) {
  header #ctl00_ctl18_imgLogo {
    width: 100px;
  }

  header {
    height: 120px;
  }

  header menu div.top-level {
    top: 120px;
    height: calc(100% - 120px);
  }
}

@media (max-width: 500px) {
  header #header-content {
    padding: .5rem 1rem;
  }

  header #ctl00_ctl18_imgLogo {
    width: 70px;
  }

  header {
    height: 95px;
  }

  header menu div.top-level {
    top: 95px;
    height: calc(100% - 95px);
  }
}

/* SEARCH */
#user-tools-button {
  background: transparent;
}

header #header-content-right {
  float: inherit;
  position: absolute;
  right: 15px;
  max-width: 100%;
  width: 100%;
}

header #search input.textbox,
header #search input.button {
  width: 200px;
  height: 30px;
  font-size: 11px;
}



header #search input.button {
  background: url(/stylesheet/WarwickSU2019/magnifying-glass.png) no-repeat center;
  color: #fff;
  border: none;
  padding: 6px 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-indent: -5000px;
  margin: 0;
  z-index: 1;
  background-size: 15px 15px;
}

header #search input::placeholder {
  color: white;
}

header #search input.textbox {
  border-color: #fff;
  background: #DF2673;
  padding: 10px 40px 10px 10px;
  color: white;
}


@media (max-width: 800px) {
  header #login-icon {
    margin: 6px;
    margin-left: 12px;
    width: 30%;
    margin-top: 30px;
    cursor: pointer;
  }
}

@media (max-width: 800px) {
  #user-tools.loggedin {
      margin-right:50px;
  }
}

@media (min-width: 801px) {
  header #login-icon {
    width: 35%;
    margin: 6px;
    margin-left: 12px;
    margin-top: 21px;
    cursor: pointer;
  }

  header #login-icon:hover {
    transform: scale(1.1);
    transition: 0.05s;
  }
}

#profile_notify {
  background: #DF2673 !important;
  z-index: 10000;
  position: relative;
}

#searchIcon {
  display: none;
}

header #search input.button:before {
  display: block;
  background: url(/stylesheet/WarwickSU2019/magnifying-glass.png);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  margin: 0;
  float: right;
  cursor: pointer;
  content: "";
}

/* Changes made to accomodate accessibiltiy toolbar*/
#advertTop1 img,
#advertTop2 img,
#advertHome1 img,
#advertHome2 img {
  width: 50%;
  position: relative;
  float: right;
}

@media (max-width:800px) {
  #advertTop2 img {
    width: 100% !important;
  }
}

/*Continued..*/
@media (max-width: 800px) {
  header #header-content-right {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -15px;
  }

  #user-tools {
    display: block;
  }

  /*header #search {*/
  /*    display: none;*/
  /*    float: none;*/
  /*    position: absolute;*/
  /*    top: 84px;*/
  /*    right: -70px;*/
  /*    background: #c1185e;*/
  /*    width: 100vw;*/
  /*    padding: 0 20px 20px 20px;*/
  /*    z-index: 10;*/
  /*    padding-top: 10px;*/
  /*}*/

  header #search .mslwidget {
    float: right;
    width: 100%;
    max-width: 250px;
  }

  header #search input.textbox {
    width: 80%;
    float: right;
  }

  header #search input.button {
    right: 18px;
  }

  header #search input.button {
    margin-top: -25px;
  }


  #searchIcon {
    display: block;
    background: url(/stylesheet/WarwickSU2019/magnifying-glass.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 7px;
    float: right;
    cursor: pointer;
  }

}

/*@media (max-width: 600px) {*/
/*header #search {top: 71px;position: absolute;}*/
/*}*/

/*@media (max-width: 499px) {*/
/*header #search {top: 61px;position: absolute;}*/
/*}*/


/* MENU */

.subnavTitle.navClick {
  z-index: 20;
}

.menuOpen .subnavTitle.navClick {
  z-index: -1;
}

#menu-content .maxWidth {
  position: inherit;
  height: 44px;
}

@media (min-width: 801px) {

  #menu-content .maxWidth {
    height: auto;
  }

  header menu {
    width: 100%;
  }

  header menu div.top-level {
    border-top: 0px #ddd solid;
    border-bottom: 0px #ddd solid;
  }

  header menu #main-menu>ul.msl_navbar>li {
    display: inline-block;
  }

  header menu #main-menu>li>a:active {
    content: "";
    border-bottom: 3px solid #fbb812;
    display: block;
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }


  #menu-content {
    background: #c1185e;
  }


  #main-menu>ul>li {
    width: fit-content;
    padding: 16px 16px;
    margin: 0;
  }

  /*.loggedin #main-menu > ul.msl_navbar > li:first-child {display: none;}*/

  header menu #main-menu>li {
    position: inherit;
  }

  header menu #main-menu>ul>li:hover {
    background-color: #a0124d;
  }


  header .secl {
    position: absolute;
    left: 0;
    display: none;
    width: 100vw;
    background: #a0124d;
    top: auto;
    margin: 14px auto;
  }

  header menu .level_1 {
    position: static;
    width: 100vw;
    ;
    padding: 30px 0;
    max-width: 1100px;
    margin: auto;
    list-style: none;
  }

  #main-menu>ul>li .secl,
  header menu .level_1 {
    display: none;
    z-index: 1;
  }

  #main-menu>ul>li .secl .level_1 {
    display: block;
  }

  #main-menu>ul>li:hover .secl {
    display: block;
  }

  header menu .level_1 a {
    font-size: 12px;
    padding: 10px 20px;
  }

  header menu .level_1>li {
    margin: 15px 0;
    width: 49%;
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
    max-width: 360px;
  }

  header menu .level_1 a:hover {
    background: transparent;
    color: #ffffff !important;
    text-decoration: underline !important;
  }

  header menu .level_1 li .level_2 {
    display: none;
    list-style: none;
  }

  header menu #main-menu .level_2 li {
    width: 100%;
  }

  header menu #main-menu .level_2 li a {
    text-transform: capitalize;
  }




}

/* New icon */

#nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2) {
  top: 12px;
}

#nav-icon3 span:nth-child(3) {
  top: 24px;
}



@media (max-width: 800px) {
  label[for="nav-open"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    border-right: 0em #EEEEEE solid;
    font-size: 2.4375em;
  }

}

@media (min-width: 1015px) {
  header menu li.top-level>a {
    font-size: 14px;
  }
}


/* FOOTER */
footer {
  background: #5c5c61;
}

footer #footer-details {
  display: flex;
  clear: both;
  padding: 20px 0 10px;
  border-top: 0px solid #ffffff;
  margin: 0;
}

footer #footer-details img {
  margin-right: 12px;
}

footer #footer-details ul {
  margin-top: auto;
}

#footer-links-social ul li {
  width: fit-content;
  display: inline-block;
  margin-left: 4px;
}

footer #footer-links-stuff a,
footer #footer-links-tech a,
footer #footer-links-social a {
  color: #ECE6ED;
  text-decoration: none;
}

footer #footer-links-stuff a:hover,
footer #footer-links-tech a:hover,
footer #footer-links-social a:hover {
  color: #ffffff;
}

footer #footer-links-social li a:before {
  display: none;
}

footer #footer-links-social li a img {
  width: 22px;
  height: auto;
}

footer #footer-links-social li a:hover img {
  filter: invert(66%) sepia(19%) saturate(3500%) hue-rotate(277deg) brightness(92%) contrast(172%);
}


@media (max-width: 599px) {
  footer #footer-links>div {
    width: 49%;
    float: none;
    padding: 0 .5em;
    display: inline-block;
    vertical-align: top;
  }

  footer #footer-links #footer-links-social li {
    display: inline-block;
    margin: 0 5px;
  }

}

@media (max-width: 499px) {
  footer #footer-links>div {
    width: 100%;
    float: none;
    padding: 0 .5em;
  }

}



/* Logged in */
#user-tools-dropdown {
  background: #a0124d;
  font-size: 12px;
  padding: 10px;
  min-width: 180px;
  top: 7em;
  left: auto;
  right: 10px;
}

#user-tools-dropdown li,
#user-tools-dropdown #msl_admin li,
#user-tools-dropdown #controlpanel li {
  border-bottom: 0px solid #555;
}

#user-tools-dropdown #controlpanel li.msl_add {
  display: none;
}

#user-tools-dropdown h3,
#user-tools-dropdown h3,
#msl_admin h4 {
  border-bottom: 0px solid #555;
  text-transform: uppercase;
}

/*#user-tools-button {*/
/*    padding-right: 25px;*/

/*}*/

/*#user-tools-button.open {*/
/*    background: #2d2d2d;*/
/*    padding: 0 15px;}*/

#user-tools-dropdown a:hover {
  background-color: transparent;
  color: #ffffff;
}

#user-tools-dropdown #msl_admin ul#ulAdmin {
  background: #830f40;
  font-size: 12px;
  padding: 10px;
}


@media (min-width: 800px) {
  #user-tools-dropdown {
    /*left: 0;*/
    /*right: auto;*/
    right: -5px;
    left: auto;
  }
}


/* MENU GENERAL */
#main-menu>ul {
  list-style: none;
  padding: 0 18px;
}

header menu .level_1 {
  padding: 30px;
}

header menu #main-menu ul li>a {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: normal;
  color: white;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;

}

a.msl-itemhassubnav {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: normal;
  color: white;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}

.secl a {
  font-size: 14px !important;
  text-align: left;
  font-weight: normal;
  line-height: normal;
  color: white;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}


header menu #main-menu ul li>a.current {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

header menu #main-menu .secl ul li>a.current {
  border: 0;
  color: #ffffff;
  margin-bottom: 13px;
}


#user-tools {
  margin-right: 0;
}

#main-menu li ul>li.hasChild.active>a {
  color: #ffffff;
}


header menu #main-menu ul li:hover>a {
  color: #ffffff;
}

header menu #main-menu ul li:hover>a.current {
  color: #ffffff;
}

#main-menu li ul>li.hasChild>a:before {
  background-size: 17px 17px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  top: 5px;
  margin-right: 8px;
  background-image: url('/stylesheet/WarwickSU2019/plus3.png');
  left: 0px;
  top: 8px;
  position: absolute;
}

#main-menu li ul>li.hasChild.active>a:before {
  background-image: url('/stylesheet/WarwickSU2019/minus3.png');
  left: 0px;
  top: 8px;
  position: absolute;
}

@media (min-width: 1101px) {
  #main-menu>ul {
    padding: 0;
  }

  header menu .level_1 {
    padding: 30px 0;
  }
}

/* MENU MOBILE */
@media (max-width: 800px) {
  #main-menu>ul {
    padding: 0;
    margin: 0;
  }

  #main-menu {
    position: relative;
    right: 110%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: -6px;
    padding: 0;
    overflow: hidden;
  }

  #main-menu.menuOpened {
    right: 0;
    z-index: 10000;
  }

  header menu .level_1 {
    padding: 10px 29px;
    margin: 0;
  }

  header menu li.spacer {
    border-top: 0px solid #eee;
    margin-top: 0;
  }

  header menu li.top-level ul.second-level.menu-open {
    display: none;
  }

  label[for="nav-close"] {
    background: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 9999;
    right: 12px;
    top: 50px;
    left: auto;
    cursor: pointer;
  }

  li.active a {
    color: #ffffff;
  }

  header menu li.top-level.active>a,
  header menu li.top-level:hover>a {
    color: white
  }

  header menu li.second-level.active>a {
    background: none;
    color: #ffffff;
  }

  header .secl {
    /*display: none;*/
    width: 100vw;
    background: #a0124d;
    top: auto;
    margin: 0 auto;
  }

  header menu div.top-level {
    /*width: 100%;*/
    background: #c1185e;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .5s;
  }

  header menu div.top-level a {
    color: white;
    font-size: 14px;
  }

  header menu div.top-level li:not(:last-child) {
    border-bottom: 1px solid #8a0f42;
    padding: 0px;
  }


  header menu div.top-level li a {
    color: white;
    font-size: 13px;
    position: relative;
    font-weight: 700;
    padding: 7px 10px 16px 10px;
    display: block;
  }

  #main-menu>ul.msl_navbar>li>a {
    height: 47px;
    line-height: 31px;
  }

  #main-menu ul.msl_navbar>li.hasChild>a:before {
    background-image: url('/stylesheet/WarwickSU2019/plus.png');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: relative;
    top: 7px;
    margin-right: 8px;
  }

  #main-menu ul.msl_navbar>li.hasChild.active>a:before {
    background-image: url('/stylesheet/WarwickSU2019/minus.png');
    filter: invert(66%) sepia(19%) saturate(3500%) hue-rotate(121deg) brightness(42%) contrast(118%);
  }


  #main-menu ul.msl_navbar>li.hasChild.active>a:hover {
    background: transparent;
    color: #ffffff;
  }

  header li.top-level.active .secl {
    padding: 20px 15px;
  }


  /*header menu .level_1 {display: block;}*/
  header menu .level_1,
  header menu .level_1 li .level_2 {
    display: none;
    list-style: none;
  }

  header menu .level_1 li .level_2 {
    padding: 0;
    margin: 5px 0 15px;
  }

  header li.second-level.active .secl {
    padding: 10px 0px 20px 0;
  }

  header li.top-level.active .secl li.second-level:not(.active) .secl {
    padding: 0px;
  }

  header menu div.top-level li.second-level a {
    padding: 10px 30px;
  }

  header menu a.second-level:hover {
    background: transparent;
    color: #ffffff;
  }

  /*#nav-open:checked ~ #main-menu {
    left: 0px;
    width: 100%;}  */

  header menu ul.third-level {
    display: none;
    list-style: none;
    position: relative;
    left: 30px;
    top: 0;
    padding: 0;
  }


  #main-menu ul.level_2 li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 3px 10px 10px 10px;
  }

  header menu div.top-level li.second-level li.third-level a {
    padding: 0;
    text-decoration: none;
  }


  #main-menu li ul>li.hasChild>a:before {
    background-image: url('/stylesheet/WarwickSU2019/plus3.png');
    left: -11px;
    top: 3px;
    position: absolute;
  }

  #main-menu li ul>li.hasChild.active>a:before {
    background-image: url('/stylesheet/WarwickSU2019/minus3.png');
    left: -11px;
    top: 3px;
    position: absolute;
  }


}

@media (max-width: 500px) {
  label[for="nav-close"] {
    top: 20px;
  }
}




/* Basket - Header */
header #basketIcon {
  display: none;
  float: right;
}

header #basketIcon a {
  color: white;
  text-decoration: none;
  margin: 1px 0 0 0;
  display: block;
  font-size: 13px;
}


/*@media (min-width: 800px), (max-width: 880px) {*/
/*header #basketIcon img { width: 40px; margin-top:8px; margin-right: 7px;}*/
/*}*/

@media (max-width:800px) {
  header #basketIcon img {
    width: 35px !important;
    margin-right: 3px !important;
    margin-top: 27px !important;
  }
}

header #basketIcon img:hover {
  transform: scale(1.1);
  transition: 0.05s;
}


/*header #basketIcon img { width: 14px; }*/

header #basket.sidepanel {
  z-index: 99;
  width: 280px;
  display: none;
  position: absolute;
  top: 80px;
  text-align: left;
  line-height: 16px;
}

header #basketIcon .admin-label {
  display: none;
}

/*@media (min-width: 500px) {*/
header #basketIcon {
  display: inline-block;
}

/*}*/

@media (min-width: 650px) {
  header #basketIcon .admin-label {
    display: inline-block;
  }
}

@media (min-width: 800px) {
  header #basketIcon a {
    margin: 4px 7px 0 0;
  }

  /*header #basketIcon img { width: 40px; margin-top:5px; margin-right: 3px;}*/

  /*@media (max-width: 800px) {*/
  /*    header #basketIcon img {width: 35px; margin-right: 3px; margin-top: 27px;} */
  /*}*/

}

header #basketIcon img {
  width: 40px;
  margin-top: 15px;
  margin-right: 3px;
}

@media (min-width: 967px) {
  header #basketIcon a {
    margin: 4px 7px 0 0;
  }
}

/*header #basketIcon img {*/
/*    width: 35px;*/
/*}*/

@media (max-width: 769px) {
  #advertTop1 img {
    display: none;
  }
}

@media (max-width: 769px) {
  div#advertTop1 {
    align-items: center;
    justify-content: center;
    position: unset !important;
    float: unset !important;
    padding-left: unset !important;
  }
}


#profile_notify_wrap {
  background: #DF2673;
}

/*}*/