/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #313131;
	font-family: 'sansa_pro-normal', sans-serif;
}
/* COLORS
-------------------------------------------------- */
/*
#1a1d57 - Main Blue

#68398e - Purple
#2860aa - Light Blue
#e8651b - Orange
#96c11f - Green
#c11db6 - Pink

#313131 - Paragraph black
*/

h1{
    font-family: 'franchise-bold-webfont', sans-serif;
}

h2, h3, h4, h5, h6 {
    font-family: 'sansa_pro-normal', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #2a295c;
	/*text-transform: uppercase;*/
}
p {
	line-height: 1.2;
	font-size: 0.9rem;
}
.btn-primary {
	background: #c8057f;
	border: none;
	padding: 14px 40px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.btn-primary:hover {
	background: #313131;
	cursor: pointer;
}
a.btn-primary {
	color: #fff !important;
	border: none;
	padding: 14px 40px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
a.btn-primary:hover {
	background: #313131;
	cursor: pointer;
}
.btn-secondary{
    cursor:pointer;
    border: none;
	text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color:#5c2483;
}
.voffset {
	margin-top: 2px;
}
.voffset1 {
	margin-top: 5px;
}
.voffset2 {
	margin-top: 10px;
}
.voffset3 {
	margin-top: 15px;
}
.voffset4 {
	margin-top: 30px;
}
.voffset5 {
	margin-top: 40px;
}
.voffset6 {
	margin-top: 60px;
}
.voffset7 {
	margin-top: 80px;
}
.voffset8 {
	margin-top: 100px;
}
.voffset9 {
	margin-top: 150px;
}
/* TOP-NAV
-------------------------------------------------- */

#top-nav {
	background: none;
	top: 0px;
	height: 40px;
}
.top-nav-ul {
	display: inline-block;
	list-style: none;
	background: none;
}
.top-nav-ul li {
	display: inline;
	list-style: none;
	background: none;
}
.top-nav-ul li .top-nav-link {
	position: relative;
	font-family: 'sansa_pro-normal', sans-serif;
	font-size: 0.80rem;
	color: #ffffff;
	padding: 0 !important;
	width: 100%;
	text-transform: uppercase;
	margin-left: 16px;
	line-height: 1rem;
}
.top-nav-ul li .top-nav-link span {
	padding: 2px 0 0 45px;
}

ul li .top-nav-link span::before {
    font-size: 30px;
    position: absolute;
    top: -7px;
    left: 0px;
}

/* NAV-BAR
-------------------------------------------------- */

.navbar {
	background: #FFF;
	-webkit-transition: height .5s, line-height .5s; /* Safari */
	transition: height .5s, line-height .5s;
}
.fixed-top {
	top: 40px;
	height: 180px;
	-webkit-transition: height .5s, line-height .5s; /* Safari */
	transition: height .5s, line-height .5s;
	box-shadow: none;
}
.fixed-top-scrolled {
	top: 0px !important;
	height: 120px !important;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}
.fixed-top-scrolled .navbar-brand img {
	-webkit-transition: height .5s, line-height .5s; /* Safari */
	transition: height .5s, line-height .5s;
	height: 60px !important;
}
.roar_logo {
	height: auto;
}
.nav-item {
	position: relative;
	display: block;
	margin: 0 0 0 2rem;
	padding: 0 !important;
	width: 96px;
	text-align: center;
	-webkit-transition: height .5s, line-height .5s; /* Safari */
	transition: height .5s, line-height .5s;
}
.navbar-nav .nav-link {
	position: relative;
	display: block;
	height: 65px;
	font-family: 'sansa_pro-normal', sans-serif;
	font-size: 0.78rem;
	color: #1a1d57;
	padding: 0 !important;
	width: 100%;
}
/*.nav-link-m_blue {border-bottom: 5px solid #1a1d57;}*/
.nav-link-purple {
	border-bottom: 5px solid #2a295c;
}
.nav-link-light-purple {
    border-bottom: 5px solid #5358b4;
}
.nav-link-blue {
	border-bottom: 5px solid #008da8;
}
.nav-link-orange {
	border-bottom: 5px solid #e8651b;
}
.nav-link-green {
	border-bottom: 5px solid #22b59d;
}
.nav-link-pink {
	border-bottom: 5px solid #d9328a;
}
.navbar-nav .nav-link:hover {
	font-weight: 600;
}
.nav-link-purple:hover span.nav-item-icon, .nav-link-purple:hover span.nav-item-title {
	color: #2a295c;
}
.nav-link-light-purple:hover span.nav-item-icon, .nav-link-light-purple:hover span.nav-item-title {
	color: #5358b4;
}
.nav-link-blue:hover span.nav-item-icon, .nav-link-blue:hover span.nav-item-title {
	color: #008da8;
}
.nav-link-orange:hover span.nav-item-icon, .nav-link-orange:hover span.nav-item-title {
	color: #e8651b;
}
.nav-link-green:hover span.nav-item-icon, .nav-link-green:hover span.nav-item-title {
	color: #22b59d;
}
.nav-link-pink:hover span.nav-item-icon, .nav-link-pink:hover span.nav-item-title {
	color: #d9328a;
}
span.nav-item-icon {
	display: block;
	color: #4e4d4f;
	font-size: 2.9rem;
	margin: 0 0 10px 0;
	max-height: 28px;
	line-height: 28px;
}
span.nav-item-title {
	clear: both;
	display: inline-block;
	margin: 0;
}

.dropdown:hover .dropdown-menu {
	display: block !important;
}
/* BOTTOM NAV
-------------------------------------------------- */
#bottomNav-toggle-bttn {
	display: block;
	width: 48px;
	height: 60px;
	margin: 32px auto 0 auto;
	-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;
	background: none;
	border: none;
	outline: none;
	padding: 10px;
}
#bottomNav-toggle-bttn span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	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;
}
#bottomNav-toggle-bttn span:nth-child(1) {
	top: 0px;
}
#bottomNav-toggle-bttn span:nth-child(2), #bottomNav-toggle-bttn span:nth-child(3) {
	top: 12px;
}
#bottomNav-toggle-bttn span:nth-child(4) {
	top: 24px;
}
#bottomNav-toggle-bttn.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#bottomNav-toggle-bttn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#bottomNav-toggle-bttn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#bottomNav-toggle-bttn.open span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#bottomNav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #1a1d57;
	color: #fff;
	z-index: 99999;
}
#bottomNav .sub-nav {
	position: relative;
	display: inline-block;
	margin: 20px 0 0 10px;
	padding: 0;
	width: 100%;
}
#bottomNav .sub-nav li {
	display: inline-block;
	list-style: none;
	background: none;
	width: 18%;/*height: 60px;
	margin: 0 10px 0 0;*/
}
#bottomNav .sub-nav li .sub-nav-link {
	position: relative;
	font-family: 'sansa_pro-normal', sans-serif;
	font-size: 2.2rem;
	color: #ffffff;
	padding: 0 !important;
	width: 100%;
	text-transform: uppercase;
	height: auto;
	display: inline-block;
}
#bottomNav .sub-nav li .sub-nav-link span {
	padding: 2px 0 0 6px;
}
#bottomNav-menu {
	position: fixed;
	bottom: 100px;
	width: 100%;
	max-height: -o-calc(100% - 100px); /* opera */
	max-height: -webkit-calc(100% - 100px); /* google, safari */
	max-height: -moz-calc(100% - 100px); /* firefox */
	height: -o-calc(100% - 100px); /* opera */
	height: -webkit-calc(100% - 100px); /* google, safari */
	height: -moz-calc(100% - 100px); /* firefox */
	background: #fff;
	z-index: 99999;
	display: none;
	padding: 20px;
}
#bottomNav-menu .main-nav {
	position: relative;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#bottomNav-menu .main-nav li {
	list-style: none;
	background: none;
	height: auto;
	width: 100%;
	margin: 0 auto 10px auto;
}
#bottomNav-menu .main-nav li .nav-link {
	position: relative;
	display: block;
	height: auto;
	font-family: 'sansa_pro-normal', sans-serif;
	font-size: 1.0rem;
	padding: 0 !important;
	width: 100%;
	color: #fff;
}
/*.nav-link-m_blue {border-bottom: 5px solid #1a1d57;}*/
#bottomNav-menu .nav-link-purple {
	background: #2a295c;
}
#bottomNav-menu .nav-link-blue {
	background: #008da8;
}
#bottomNav-menu .nav-link-light-purple {
	background: #5358b4;
}
#bottomNav-menu .nav-link-green {
	background: #22b59d;
}
#bottomNav-menu .nav-link-pink {
	background: #d9328a;
}
#bottomNav-menu .navbar-nav .nav-link:hover {
    color:#fff;
/*	font-weight: 600;*/
}
#bottomNav-menu .nav-link-purple:hover span.nav-item-icon, #bottomNav-menu .nav-link-purple:hover span.nav-item-title {
	color:#fff;
}
#bottomNav-menu .nav-link-blue:hover span.nav-item-icon, #bottomNav-menu .nav-link-blue:hover span.nav-item-title {
	color:#fff;
}
#bottomNav-menu .nav-link-light-purple:hover span.nav-item-icon, #bottomNav-menu .nav-link-light-purple:hover span.nav-item-title {
	color:#fff;
}
#bottomNav-menu .nav-link-green:hover span.nav-item-icon, #bottomNav-menu .nav-link-green:hover span.nav-item-title {
	color:#fff;
}
#bottomNav-menu .nav-link-pink:hover span.nav-item-icon, #bottomNav-menu .nav-link-pink:hover span.nav-item-title {
	color:#fff;
}

#bottomNav-menu span.nav-item-icon {
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	margin: 14px 20px 10px 20px;
	max-height: 28px;
	line-height: 28px;
}
#bottomNav-menu span.nav-item-title {
	clear: both;
	display: inline-block;
	margin: 0;
}
#bottomNav-menu .main-nav li ul {
	display: block;
	height: auto;
	width: 100%;
	padding: 10px 0 0px 88px;
	line-height: 1.2rem;
	border: 1px solid #dadada;
	border-top: none;
}
#bottomNav-menu .main-nav li ul li {
	list-style: disc;
	color: #1a1d57;
	height: auto;
	width: 100%;
}
#bottomNav-menu .main-nav li ul li a {
	position: relative;
	display: block;
	height: auto;
	font-size: 0.8rem;
	padding: 0 !important;
	width: 100%;
	text-decoration: underline;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 0;
	height: 466px;
}
.carousel-inner {
	max-height: 620px;
}
.carousel-inner .container {
	display: block;
	position: absolute;
	height: 100%;
    top:92px;
    left:50%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	bottom: 3rem;
	position: relative;
	top: 184px;
	margin-left:auto;
    margin-right:auto;
	width: 32%;
    left:-50%
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 466px;
	background-color: #777;
}
body.pink .carousel-item {
	background-color: #d9328a
}
body.blue .carousel-item {
	background-color: #008da8;
}
body.orange .carousel-item {
	background-color: #f05500
}
body.green .carousel-item {
    background-color: #22b59d;
}
body.light-purple .carousel-item {
    background-color: #5358b4;
}
body.purple .carousel-item {
    background-color: #2a295c;
}
.carousel-item > img {

	margin-right: auto;
    margin-left: auto;
    padding-top: 85px;
}

.carousel-item h1 {
	color: #fff;
	font-family: 'sansa_pro-normal', sans-serif;
	font-size: 2.2rem;
}
.carousel-spirit-icons {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.carousel-spirit-icons li {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 10px 0 10px 33px;
	max-width: 78px;
}
.carousel-spirit-icons li img {
	display: block;
	margin: 0 auto;
}
.carousel-spirit-icons li span {
	display: block;
	text-align: center;
}
.carousel-item .btn-primary {
	border: 1px solid #fff;
	padding: 14px 40px;
	font-size: 1.8rem;
	text-transform: uppercase;
    font-family: 'franchise-bold-webfont', sans-serif;
	margin: 10px 0 0 0;
	width: 100%;
}
.carousel-item a.btn-primary:hover {
	color: #1a1d57;
}
.carousel-item span.btn-primary:hover {
	cursor:initial;
    background-color: #008da8;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 30px;
	height: 30px;
}

.carousel-control-next, .carousel-control-prev {
    width:7%;
    top:47%
}

/* Static Banner
-------------------------------------------------- */

/* Carousel base class */
.banner {
	margin-bottom: 0;
	height: 466px;
}
.banner-inner {
	max-height: 620px;
}
.banner-inner .container {
	display: block;
	position: absolute;
	height: 100%;
    top:92px;
    left:50%;
}
/* Since positioning the image, we need to help out the caption */
.banner-caption {
	z-index: 10;
	bottom: 3rem;
	position: relative;
	top: 190px;
	margin-left:auto;
    margin-right:auto;
	width: 55%;
    left:-40%
}
/* Declare heights because of positioning of img element */
.banner-item {
	height: 466px;
	background-color: #777;
}
.banner-item > img {

	margin-right: auto;
    margin-left: auto;
    padding-top: 85px;
}

.banner-item h1 {
	color: #fff;
	font-size: 6.2rem;
    text-transform: uppercase;
    text-shadow: 2px 0 #000;
}

body.pink .banner-item {
	background-color: #d9328a
}
body.blue .banner-item {
	background-color: #008da8;
}
body.orange .banner-item {
	background-color: #f05500
}
body.green .banner-item {
    background-color: #22b59d;
}
body.light-purple .banner-item {
    background-color: #5358b4;
}
body.purple .banner-item {
    background-color: #2a295c;
}

/* MAIN
-------------------------------------------------- */

main {
	padding-bottom: 0px;
}
.block-header {
	font-size: 2.25rem;
	margin: 50px auto 0px auto;
	text-transform: uppercase;
}
h3.sub-header {
	/*margin: 20px auto 40px auto;*/
	text-align: center;
}
/* MAIN - Quick Links
-------------------------------------------------- */

.quick-links {
	text-align: center;
	/*height: 450px;*/
	display: block;
}
.quick-links-btn {
	padding: 40px;
	width: 100%;
}
.quick-links-btn:hover {
	background: rgba(26,29,87,0.10);
	border: 1px solid rgba(26,29,87,0.40);
	border-radius: 3px;
}
.quick-links span.btn-primary {
    margin-top: 30px;
    display: block;
    padding:8px;
}
.quick-links img {
    width: 50%;
}

.quick-links span.btn-primary.pink {
	background-color: #d9328a
}
.quick-links span.btn-primary.blue {
	background-color: #008da8;
}
.quick-links span.btn-primary.orange {
	background-color: #f05500
}
.quick-links span.btn-primary.green {
    background-color: #22b59d;
}
.quick-links span.btn-primary.light-purple {
    background-color: #5358b4;
}
.quick-links span.btn-primary.purple {
    background-color: #2a295c;
}
/* MAIN - Wall of Fame
-------------------------------------------------- */

.wall-of-fame {
	text-align: center;
	max-height: 500px;
	display: block;
	background: #20386f url(/assets/images/img_bkgd_wall_of_fame.jpg) center center no-repeat;
	padding: 0 0 40px 0;
}
.wall-of-fame h1.block-header {
	color: #fff;
}
.wall-of-fame .owl-carousel {
	margin-top: 60px;
	overflow: hidden;
}
.wall-of-fame .owl-carousel .owl-item a {
	background-color: rgba(150,194,33,1.0);
	border: 2px solid #fff;
	display: block;
}
.wall-of-fame .owl-carousel .owl-item a img:hover {
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
.wall-of-fame .owl-carousel .owl-item h5, .wall-of-fame .owl-carousel .owl-item h4 {
	color: #fff;
}
.wall-of-fame .owl-carousel .owl-item h4 {
	font-size: 1.0rem;
	text-transform: none;
	margin: 20px auto 10px auto;
	width: 90%;
}
.wall-of-fame .owl-carousel .owl-item h5 {
	font-size: 0.8rem;
	margin: 10px auto 10px auto;
	width: 90%;
    text-transform: uppercase;
}
.wall-of-fame .owl-carousel .owl-nav .owl-next, .wall-of-fame .owl-carousel .owl-nav .owl-prev {
	background: none !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.wall-of-fame .owl-carousel .owl-nav {
    height:0px;
}

.wall-of-fame .owl-theme .owl-dots .owl-dot span {
	background: #dadada !important;
	width: 18px !important;
	height: 18px !important;
	margin-top: 20px !important;
}
.wall-of-fame .owl-theme .owl-dots .owl-dot.active span, .wall-of-fame .owl-theme .owl-dots .owl-dot:hover span {
	background: #96c11f !important;
}
/* MAIN - Your recognitions
-------------------------------------------------- */
.your-recognitions {
	text-align: center;
	height: auto;
	display: block;
	padding-bottom: 80px;
}
.your-recognitions h1.block-header {
	margin: 50px auto 150px auto;
}
.your-recognitions h3 {
	text-transform: capitalize;
	margin: 10px 0 20px 0;
	font-size: 2.0625rem;
}
.yr-happy {
	border: 5px solid #f05500;
	padding: 30px;
	margin-bottom: 80px;
    min-height: 475px;
}
.yr-happy h3 {
	color: #f05500;
}
.yr-awesome {
	border: 5px solid #008da8;
	padding: 30px;
	margin-bottom: 80px;
    min-height: 475px;
}
.yr-awesome h3 {
	color: #008da8;
}
.yr-star {
	border: 5px solid #22b59d;
	padding: 30px;
	margin-bottom: 80px;
    min-height: 475px;
}
.yr-star h3 {
	color: #22b59d;
}
.yr-icon-happy, .yr-icon-awesome, .yr-icon-star {
	position: absolute;
	top: -100px;
	left: 50%;
	width: 81px;
	height: 81px;
	margin: 0 0 0 -40px;
}
.yr-icon-awesome {
	left: 50%;
	width: 75px;
	margin: 0 0 0 -40.5px;
}
.yr-icon-star {
	left: 50%;
	width: 84px;
	margin: 0 0 0 -42px;
}
/* Static Header
------------------------- */

.page-header {
	height: 470px;
	position: relative;
}
.page-header img {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	max-width: 90%;
	height: auto;
}
.page-header-bkgd-pink {
	background: linear-gradient(to right bottom, #c11db6 50%, #c274bc 50%);
}
.page-header-bkgd-green {
	background: linear-gradient(to right bottom, #86a668 50%, #a7cb48 50%);
}
.page-header-bkgd-blue {
	background: linear-gradient(to right bottom, #0e4194 50%, #162869 50%);
}
/* Static Header
------------------------- */

.page-introduction {
	text-align: center;
}
.page-introduction p:not(:empty) {
	margin: 20px 0 40px 0;
}

.page-introduction h2:not(:empty)
{
    margin-top:30px;
}
/* Footer
------------------------- */

.logo_sodexo {
	margin: 0 15px 0 auto;
}
footer {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 200px;
	position: relative;
	height: 366px;
}
.footer-logo {
	display: block;
	position: absolute;
	top: 0;
	width: 200px;
	height: 50px;
	right: 0;
}
.footer-slope {
	transform: rotate(6.5deg);
	margin-top: -200px;
	margin: 0 -50px;
	transform-origin: left center;
	height: 400px;
	position: absolute;
	display: block;
	width: 110%;
	top: -0px;
	background-color: #5358b4;
}

body.pink .footer-slope {
	background-color: #d9328a
}
body.blue .footer-slope {
	background-color: #008da8;
}
body.orange .footer-slope {
	background-color: #f05500
}
body.green .footer-slope {
    background-color: #22b59d;
}
body.light-purple .footer-slope {
    background-color: #5358b4;
}
body.purple .footer-slope {
    background-color: #2a295c;
}

.footer-slope-a::after {
	content: "";
	background: rgba(50,40,91,0.60);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.footer-slope-b {
	transform: rotate(4.2deg);
	margin-top: -30px;
	margin: 0 -50px;
	transform-origin: left center;
	height: 300px;
	position: absolute;
	display: block;
	width: 110%;
	top: 50px;
}
.footer-slope-b::after {
	content: "";
	background: rgba(50,40,91,0.80);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.se-content {
	margin: 0 auto;
}
/* Pagination
------------------------- */
.page-link, .page-link:hover {
	color: #1a1d57;
}
/* Back to top button
------------------------- */
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
    bottom: 0px;
    right: 0px;
	width: 50px;
	height: 50px;
	z-index: 100;
	display: none;
	text-decoration: none;
	background-color: #2a295c;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
}

.back-to-top:hover {
	text-decoration: none;
	color: #fff;
	background-color: #313131;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.hidden {
    display: none!important;
}

.login .btn-primary {
    margin: 0;
    padding: .5rem .75rem;
}

body.pink strong {
	color: #d9328a
}
body.blue strong {
	color: #008da8;
}
body.orange strong {
	color: #f05500
}
body.green strong {
    color: #22b59d;
}
body.light-purple strong {
    color: #5358b4;
}
body.purple strong {
    color: #2a295c;
}
strong {
    font-size:24px;
}


