﻿
/* Set padding to keep content from hitting the edges */

indiana-banner {
    background-color: #13426b !important;
    color: #13426b !important;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('../fonts/Myriad Pro Regular.ttf') format('truetype');
}

.ICR {
        font-family: 'Tw Cen MT';
        color:#13426b;
        font-size: 25px;

    }
    .ICR::before{
        color:#58595b;
        content: "INDIANA"
    }
    .ICR::after{
        color:#58595b;
        content: "READY"
    }

.ICRwhite {
        font-family: 'Tw Cen MT';
        color:#FFF;
        font-size: 16px;

    }
    .ICRwhite::before{
        content: "INDIANA"
    }
    .ICRwhite::after{
        content: "READY"
    }


.navbar-inverse {
    background-color:#434343;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: yellow;
  font:900;
}

.navbar .divider-vertical {
    height: 20px;
    /*margin: 0 9px;*/
    border-left: 1px solid rgba(239, 239, 239, .5);
    border-right: 1px solid rgba(239, 239, 239, .5);
    margin-top: 15px;
    margin-bottom: -5px;
}

.navbar-inverse .navbar-brand {
    color: rgba(254, 197, 36, .75);
}

.navbar-inverse .navbar-brand:hover {
    color: #FEC524;
}

.navbar-inverse .navbar-nav {
    width: 100%;
    text-align: center;
}

    .navbar-inverse .navbar-nav > li {
        float: none;
        display: inline-block;
    }

        @media screen and (min-width: 768px) {
            
            .navbar-nav {
            float:none;
            margin:0 auto;
            display: block;
            text-align: center;
             }

            .navbar-nav > li {
                display: inline-block;
                /*float:none;*/
            }

        }

         @media (max-width: 768px) {

        .navbar .divider-vertical {
            display: none;
        }

        }

        .btn {
            border-radius: 0px;
            font-weight: 400;
            color: black;
        }

        /*.fa-stack-1x {
            color: white;
        }*/

        .icon-facebook {
            color: #3b5998;
        }

        .icon-facebook2 {
            color: transparent;
            background: #3b5998;
            border-radius: .2em;
            height: 1em;
            position: relative;
            width: 1em;
        }

        .icon-twitter {
            color: #00aced;
        }

        .icon-twitter2 {
            color: transparent;
            background: #00aced;
            border-radius: .2em;
            height: 1em;
            position: relative;
            width: 1em;
        }

        .icon-youtube {
            color: #dd4b39;
        }

        .icon-instagram {
            color: transparent;
            background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
            border-radius: .2em;
            height: 1em;
            position: relative;
            width: 1em;
        }


.panel-primary {
    border-color: #13426b;
}

.panel-primary > .panel-heading {

  background-color: #13426b;

}

.btn-primary {

  background-color: #13426b;
  border-color: #2e6da4;
  color:white;
  border-radius:4px; 
}

.btn-primary-new {

  background-color: #13426b;
  border-color: #2e6da4;
  color:white;
  border-radius:4px; 
}

span.img-rounded {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    border: 1px solid #1F00FF;
    height:140px;
    width:140px;
    display:inline-block;
    margin:10px;
}

span.img-rounded > img {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    height:140px;
    width:140px;
}

/*.navbar {
    height:30px;
}*/

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*header {
    background:#323232;
}*/

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: white;
	margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: #fff;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

.hr-sect-blue {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: #13426b;
	margin: 8px 0px;
}
.hr-sect-blue::before,
.hr-sect-blue::after {
	content: "";
	flex-grow: 1;
	background: #13426b;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

.hr-sect-gold {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: #fec524;
	margin: 8px 0px;
}
.hr-sect-gold::before,
.hr-sect-gold::after {
	content: "";
	flex-grow: 1;
	background: #fec524;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

.number {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
    font-size: 1.15em;
    line-height: 1em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.numberbig {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.numberbigblue {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.numberbigwhite {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.numberbigbluewhite {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.numberbiggoldwhite {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.numberbigJAG {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
    line-height: 1.4em;
    margin: 5px 15px 5px 15px;
    text-align: center;
    width: 1.6em;
    background-color: #ce2127;
    color: #e7e7e8;
    text-shadow: .25px .25px 0 #ce2127, -.25px -.25px 0 #ce2127, .25px -.25px 0 #ce2127, -.25px .25px 0 #ce2127;
    box-shadow: 0px 2px 3px #888;
    padding-bottom: 4px;
}

.blue .number, .number, .blue .numberbig, .numberbig {
    background: #FFD700;
    color: #13426b;
}

.blue .numberbigblue, .numberbigblue {
    background: #13426b;
    color: #FFD700;
}

.blue .numberbigwhite, .numberbigwhite {
    background: #fff;
    color: #fec524;
}

.blue .numberbigbluewhite, .numberbigbluewhite {
    background: #13426b;
    color: #fff;
}

.blue .numberbiggoldwhite, .numberbiggoldwhite {
    background: #fec524;
    color: #fff;
}


/*login buttons*/

/***********************
  OUTLINE BUTTONS
************************/

.btn.outline {
    /*background: none;*/
    /*padding: 12px;*/
}
.btn-primary.outline {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    width:125px;
    height:125px;
    text-wrap:normal;
    font-size:xx-small;
    white-space:normal;
    vertical-align:bottom;


}
.btn-primary.outline:hover {
	color: white;
	border-color: #fec524;

}

.btn-primary.outline-sm {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    text-wrap: normal;
    font-size: xx-small;
    white-space: normal;
    vertical-align: bottom;
}

    .btn-primary.outline-sm:hover {
        color: white;
        border-color: #fec524;
    }

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    /*padding: 14px 24px;*/
    border: 0 none;
    font-weight: 400;
    letter-spacing: 1px;

}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.btn-blue {
    background-color:#13426b; /*New Blue - PW*/
}

/***********************
  END CUSTON BTN VALUES
************************/

.bgdBlack {
    background-color:#434343;
}

/*.bgdBlue {
    background-color:#013e7e;
}*/

.blueText {
    color:#13426b; /*New Blue - PW*/
}

.bgdGrey {
    background-color:#434343;
}


/* centered columns styles bootstrap */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*header .logo{float:left;}
header .header-right{ float:right; background:#2A4D87; padding:0 46px; border-left:1px solid #1d3865; position:relative;}
header .header-right img{ display:block}

header .header-right ul{ list-style:none;  padding-top:11px; padding-left:15px; float:left;}
header .header-right ul li{float:left; border-left:1px solid #4a6aa5; padding:6px 10px 10px;}
header .header-right ul li a{ color:#fff; font-size:11px;}
header .header-right ul li a:hover{ color:#f0b323;}
header .header-right span{ float:left;}
header .header-right {height:60px}
header nav{position:relative;float:left;}

.solution{ font-size:12px; color:#fff; float:left; background:url(../images/menu-icon.png) no-repeat left top; margin-top:14px; min-height:33px; padding-left:44px; cursor:pointer; position:relative; padding-right:10px;}
.solution a.nav-link{ color:#fff;}
.solution:hover a.nav-link{ color:#f6b220;}
header nav{position:relative;float:left;}
.solution a.nav-link:hover{ color:#f6b220;}
.solution:hover{color:#f6b220;}
header .hidden-logo{display:none !important;}
.solution-menu{ margin:0px; padding:0px; list-style:none; float:left; position:absolute; left:0; top:60px; z-index:99; width:200px;}
.solution-menu li{ display:block; width:100%; min-height:0px;}
.solution-menu li a{ display:block; padding:14px 8px; color:#fff; background:#236192; font-size:14px;  font-family: 'Open Sans', sans-serif; line-height:15px;}


.hidden-menu{float:right; height:40px; overflow:hidden; display:none; margin-top:4px;}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.containerdiv { 
    float: left; 
    position: relative; 
} 
.cornerimage { 
    position: absolute; 
    top: 100px; 
    right: 50px; 
} 
.topDiv100 {
    top:100px;
}
.login{background:#ebebeb;padding:20px 0 19px 0;position:relative;z-index:99999;}
.main {max-width:1140px; margin: 0 auto;}
.logo a{ display:inline-block; vertical-align:top; margin-top:10px; margin-right:26px;}

.login h1{ font-size:28px; font-weight:300; color:#236192; vertical-align:top; margin-right:35px; float:left;}
.login .login-btn{ background:#f0b323; margin-top:5px;}
.login .login-btn:hover{ background:#236192}
.login .col-8{ padding-top:11px; width:82%; float:left;}
.login .col-4{ margin-left:-4px; float:right; width:16%; padding-top:11px;}
.login .col-4 .text-box{ background:#fff; font-size:15px; width:180px; padding:20px 8px; float:left; color:#236192; font-weight:400; font-family: 'Open Sans', sans-serif; }
.login .col-4 .src-btn{ height:60px; float:left; width:60px; border:0; background:#236192 url(../images/src-icon1.png) no-repeat center center; cursor:pointer;}
.login .col-4 .src-btn:hover,.login .col-4 .src-btn:focus{ background-color:#f0b323}
.login .col-4 .sbHolder{ float:left; width:80px !important; background:#376f9b; font-size:15px;}
.login .col-4 .sbSelector{ border:0; width:100%; padding:18px 8px; background:#376f9b; font-size:15px;font-family: 'Open Sans', sans-serif; height:60px;}
.login .col-4 .sbToggle{ background:url(../images/dropdown-arrow.png) no-repeat left top; width:8px; height:5px; right:10px; top:29px; z-index:9}
.login .col-4 .sbOptions{ width:83px !important;}
.login .col-4 .sbOptions a{ padding:13px 7px; background:#376f9b; color:#fff; font-family: 'Open Sans', sans-serif; font-size:15px;}
.sbOptions li:first-child a{ padding-top:0;}
.login .col-4 .sbOptions a:hover{ background:#f0b323}


.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background-color:#ebebeb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 25px 0;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.banner .main{ background:url(../App_Themes/images/bigstock.jpg) no-repeat center top; background-size:cover; text-align:right; position:relative; padding-bottom:0px;}
.banner .ban-logo{ position:absolute; left:40px; top:150px}
.touch .banner ul li .text-hover { overflow:scroll}
.banner{position:relative;z-index:9999;background:#fff;}

/*.container .row ul{ display:inline-block; vertical-align:top; text-align:left; padding:0; margin:0 10px 0 0; list-style:none}
.container .row ul li{ display:block; width:320px; background:rgba(23, 72, 119,0.9); min-height:148px; margin-bottom:2px; padding:13px 13px 13px 20px; position:relative; cursor:pointer}
.container .row ul li .text-hover{ opacity:0;  padding:13px 13px 13px 20px; position:absolute; left:0;  top:0; background:#236192; width:100%; height:100%; transition:opacity 0.5s ease-in-out 0s; -moz-transition: opacity 0.5s ease-in-out 0s; -ms-transition: opacity 0.5s ease-in-out 0s; -o-transition: opacity 0.5s ease-in-out 0s; -webkit-transition: opacity 0.5s ease-in-out 0s; overflow:auto}
.container .row ul li .text-hover p{ font-size:14px; color:#fff; font-weight:100; line-height:18px; margin-bottom:12px; max-height:87px; overflow:hidden;}
.container .row ul li .text-hover a{ border:1px solid #fff; font-size:16px;padding:3px 5px}
.container .row ul li .text-hover a:hover{ background:#f0b323}
.container .row ul li:hover .text-hover{ opacity:1;}
.container .row ul li:last-child{ margin-bottom:0}
.container .row ul li h2{ font-size:28px; font-weight:300; color:#ffffff}*/

.banner-img {
    width:100%;
    height:450px;
}
.services-box {
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 1px solid #d3d3d3;
}

.shadow-image {
    position: absolute;
    left: 50%;
    margin-left: -544px;
    bottom: -51px;
}
.services-post {
    padding: 10px 0; 
    margin-bottom: 30px; 
}

.services-post > a {
    position: relative;
    display: inline-block;
    float: left;
    width: 66px;
    height: 66px;
    background: #F6CD27;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:after {
    position: absolute;
    content: '';
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #F6CD27;
    left: 0px;
    top: 0px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:hover {
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.services-post > a:hover:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #F6CD27;
    left: -7px;
    top: -7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a i {
    font-size: 26px;
    color: #646361;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 66px;
}

.services-post-content {
    margin-left: 86px;
    padding-top: 10px;
}

.services-post-content h4 {
    margin-bottom: 3px;
}

a.read-more {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #646361;
    color: #646361;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-transform: lowercase;
    text-decoration: none;
}

a.read-more i {
    color: #646361;
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.read-more:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.explore-more {
    border-bottom: 1px solid #dedede;
}
.title-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px;
}

.title-section p {
    color: #868686;
    font-size: 19px;
    line-height: 25px;
}
.col-box{ padding:0 30px;}
.col-box h4 {
    color: #242424;
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    text-transform: uppercase;
}
.jQ-head {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 20px;
}
.col-box .head-top-height{
	min-height: auto;
	padding:0;
	
}
.jQ-hide{display:none; text-align:justify; font-size:14px; min-height:300px;}
.height-section{min-height:90px;}
p {
    padding: 5px 0;
}
.pad100{padding:100px 0}
.pad50{padding:50px 0}
.pad30{padding:30px 0}
.pad-0{padding:0}
.padright-0{padding-right:0}
.padleft-0{padding-left:0}
.padtop10{padding-top:10px;}
.padtop20{padding-top:20px;}
.martop20{margin-top:20px;}
.martop40{margin-top:40px;}
.padtop50{padding-top:50px;}
.section-bg{background:#f4f5f5; margin:0}
.pad-btm100{padding-bottom:100px;}
.mar-bottom40{margin-bottom:40px;}
.mar-bottom20{margin-bottom:20px;}
.margin-center {
    margin: 0 auto;
}
.anchor-animate p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: black;
    color: #fff;
    opacity:0;
    transition:1s;
}

.anchor-animate:hover p {
    opacity:0.8;
}


#slides {
    height: 507px !important;
    position: relative;
}
.design-banner{background: url("../App_Themes/images/customer-experience-enginnering-banner.jpg") no-repeat scroll 0 0px / cover;  width:100%; min-height:400px;}
.inside-page-header {

    position: relative;
    text-align: center;
}
.content {
    line-height: 25px;
    padding: 25px 40px 24px;
    width: 100%;
}
.floatImage {
    padding: 0 !important;
}

.s-pull-right {
    float: right !important;
}
.img-size {
    min-width:100%;
    min-height:100%;
}
.div-height400 {
    max-height:400px;
}
.customersPanel {
    width: 100%;
}
.customers.one {
    background: rgba(0, 0, 0, 0) url("../App_Themes/images/laptop_dark.png") no-repeat scroll 0 0;
	background-size:cover;
}
.customers.two {
    background: rgba(0, 0, 0, 0) url("../App_Themes/images/laptop_dark_1.png") no-repeat scroll 0 0;
	background-size:cover;
}
.customers.three {
    background: rgba(0, 0, 0, 0) url("../App_Themes/images/race_dark.png") no-repeat scroll 0 0;
	background-size:cover;
}
.customers {
    color: #333;
    height: 300px;
  
}

.customers span.box {
    color: #fff;
    display: block;
    padding: 70px 51px;
    text-shadow: 0 1px 1px #000;
    width: 100%;
    z-index: 2;
}
.customers h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
}
.customers p {
    font-size:20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    min-height: 80px;
	color:#fff;
	font-weight:normal;
}
.cta {
	padding: 8px 28px;
	font-size: 14px;
	text-decoration: none !important;
	background: #ff9600;
	color: #fff;
	margin: 10px 0;
	text-shadow: 0 0 0 #fff
}
.cta.pink { border:2px solid #9e0039; background:none!important; color:#7d0340; }
.cta.pink:hover { color:#9e0039!important;  }

.cta.yellow { border:2px solid #fadf2d; background:none!important; color:#333; padding:15px 30px!important; }
.cta.yellow:hover { color:#fadf2d!important;  }

.cta.black { border:2px solid #000; background:#000; color:#fff;  }
.cta.black:hover { color:#fff!important;  }
.cta.orange { border:1px solid #2aaed2; background:#2aaed2; color:#fff;  padding:6px 26px; }
.cta.orange:hover { color:#ffffff!important;  }

.cta.white { border:1px solid #fff; background:#fff; color:#000;  padding:6px 30px; }
.cta.white:hover { color:#000!important;  }


.cta.white { border:2px solid #fff; background:none!important; color:#fff; text-shadow:0px 0px 0px #fff; }
.cta.white:hover { color:#fff!important;  }
.hot50-heading {  color: #434343;  font-size: 24px; font-weight:bold; text-decoration:underline; text-transform: uppercase;  text-align: center; margin: 0;  padding: 0 0 30px; }
.margin-top-20 {
	margin-top:20px;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

/* use dwdFormLabel with bootstrap input-groups when displaying content instead of collecting input */
.dwdFormLabel {
	min-height: 30px;
	height:auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* use dwdFormLabel with bootstrap input-groups when displaying content instead of collecting input */
.dwdFormLabel-lg {
	min-height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
     color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dwd-label {
	margin:0.3em 0 0 0;
	padding:0;
	font-size:1em;
	color:#0d4e98;
	font-weight:bold;
}

.dwd-label-group {
	margin-top:0.3em;
}

.dwd-form-label {
	position:relative;
	font-weight:bold;
	margin:1em 0 0 0;
	padding:0.5em;
	font-size:1em;
	color:#0d4e98;
	background-color:#f5f5f5;  
	border-color:lightslategrey;
	border-top-left-radius:0.7em;
	border-top-right-radius:0.7em;
	border-bottom-right-radius:0em;
	border-bottom-left-radius:0em;
	background-position: 15px center;
}

.dwd-form-label.insertRequiredField, .dwd-form-label.plain.insertRequiredField {
	padding:0.5em 15px 0.5em 35px;
}

.dwd-form-label.plain {
	background-color:transparent;
	border-color:transparent;
	padding:0;
}

.dwd-form-label.default {
	background-color:#b2b2b3;
	color:#f7f7f7;
}

.dwd-form-label.primary {
	background-color:#0d4e98;
	color:#f7f7f7;
}

.dwd-form-label.dark {
	color:#022b55;
}

.dwd-form-label.noBold {
	font-weight:normal;
}
.input-group-dwd {
	margin-bottom:1em;
	margin-top:1em;
	width:100%;
}

.input-group-dwd-sm {
	width:100%;
}

.input-group-dwd-lg {
	width:100%;
}

.input-group-addon-dwd {
	word-wrap: break-word;	
}

.input-group-addon-dwd-alt {
	word-wrap: break-word;
}

.input-group-sm>.input-group-addon-dwd {
	word-wrap: break-word;
}

.input-group-sm>.form-control.dwd-form-control, .input-group-sm>.input-group-addon-dwd, .input-group-sm>.input-group-btn-dwd>.btn {
	height:auto;
}

.input-group-sm>.form-control.dwd-form-control {
	height:auto;
}

.input-group-dwd.dwdSuccess {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.input-group-dwd.dwdSuccess .input-group-addon-dwd {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.input-group-dwd.dwdSuccess .dwdFormLabel {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.input-group-dwd.dwdSuccess .input-group-addon-dwd-alt {
	color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6;
}
.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.inputContainer {
	position:relative;
	margin:0 auto;
	width:100%;
}
	.inputContainer label {
		font-weight:normal;
	}

	.inputContainer input {
		vertical-align:middle;
	}
	

	.inputContainer .note {
		font-style:italic;
		font-size:1em;
	}

	.inputContainer .singleColumn {
		position:relative;
		display:block;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:95%;
		max-width:95%;
		word-wrap: break-word;
	}
	
	.inputContainer .fullColumn {
		position:relative;
		float:left;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		word-wrap: break-word;
	}
	
	.inputContainer .leftColumn {
		position:relative;
		float:left;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:45%;
		max-width:45%;
		word-wrap: break-word;
	}
	
	.inputContainer .shortLeftColumn {
		position:relative;
		float:left;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:25%;
		max-width:45%;
		word-wrap: break-word;
	}
	
	.inputContainer .rightColumn {
		position:relative;
		float:right;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:45%;
		max-width:45%;
		text-align:left;
		word-wrap: break-word;
	}
	
	.inputContainer .longRightColumn {
		position:relative;
		float:left;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:70%;
		max-width:45%;
		text-align:left;
		word-wrap: break-word;
	}
	
	.inputContainer .radioLeftColumn {
		position:relative;
		float:left;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:5%;
		max-width:5%;
		word-wrap: break-word;
	}
	
	.inputContainer .radioRightColumn {
		position:relative;
		float:left;
		vertical-align:middle;
		margin:1em 0.3em 0 0.3em;
		width:85%;
		max-width:85%;
		text-align:left;
		word-wrap: break-word;
	}

	@media(max-width:600px) {
		.inputContainer {
			position:relative;
			margin:0 auto;
			width:95%;
		}
		
		.inputContainer .fullColumn {
			position:relative;
			display:block;
			vertical-align:middle;
			margin:1em 0.3em 0 0.3em;
			word-wrap: break-word;
		}
		
		.inputContainer .singleColumn {
			position:relative;
			display:block;
			vertical-align:middle;
			margin:1em 0.3em 0 0.3em;
			width:95%;
			max-width:95%;
			word-wrap: break-word;
		}
		
		.inputContainer .shortLeftColumn {
			position:relative;
			display:block;
			vertical-align:middle;
			margin:1em 0.3em 0 0.3em;
			width:100%;
			max-width:100%;
			word-wrap: break-word;
		}
		
		.inputContainer .leftColumn {
			position:relative;
			float: none;
			display:block;
			vertical-align:middle;
			/*margin:1em 0.3em 0 0.3em;*/
			margin:0;
			width:100%;
			max-width:100%;
			word-wrap: break-word;
		}
		
		.inputContainer .rightColumn {
			position:relative;
			display:block;
			vertical-align:middle;
			margin:1em 0.3em 0 0.3em;
			width:100%;
			max-width:100%;
			text-align:left;
			word-wrap: break-word;
		}
		
		.inputContainer .longRightColumn {
			position:relative;
			display:block;
			vertical-align:middle;
			margin:1em 0.3em 0 0.3em;
			width:100%;
			max-width:100%;
			text-align:left;
			word-wrap: break-word;
		}
	}

	.inputContainer .ui-accordion-content .wrapper {
		position:relative;
		border-bottom:solid 1px #ccc;
		height:auto;
		min-height:0;
		padding:1em 0;
		word-wrap: break-word;
	}
	
	.inputContainer .wrapper {
		position:relative;
		border-bottom:solid 1px #ccc;
		padding:1em 0;
		vertical-align:middle;
		word-wrap: break-word;
	}
	
	.inputContainer .wrapper-alt {
		position:relative;
		padding:0;
		margin:0;
		vertical-align:middle;
		word-wrap: break-word;
		border:none;
	}
	
	.inputContainer .actions {
		position:relative;
		min-height:100%;
		padding:1em 0;
	}
    .rankDiv {
	width: 100%;
	height: 100%;
	line-height: 108px;
	background-color: #87d2d7;
	color: #6dada4;
	text-align: center;
	font-weight: bold;
	font-size: 500%;
	padding: 0 5px;
	float: left;
}

.nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.tab-content {
  color : black;
  background-color: #F1F1F1;
  /*padding : 5px 15px;*/
}

.tab-content-new {
    padding : 5px 15px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    color:black;
    background-color: #F1F1F1;
}
.c-paginator.location-top {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCC;
    clear: both;
    color: #222;
    margin-top: 15px;
    padding: 0;
    font-size: 13px;
    line-height: 1.7em;
    text-align: right;
    *overflow: auto;
}

.c-paginator.location-bottom {
    display: none;
}

.c-paginator.location-top .refine {
    float: left;
    margin: 2px;
    padding: 9px 12px 7px;
}

    .c-paginator.location-top .refine span {
        background-image: url(../App_Themes/images/refine.png);
        background-position: 0 center;
        background-repeat: no-repeat;
        color: #222;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin: 0 10px;
        padding-left: 25px;
        position: relative;
        white-space: nowrap;
    }

.c-paginator.location-top .btn-group {
    margin: 2px 5px 3px;
}

.c-paginator.location-top .btn-gray {
    border-color: #B7B7B7;
}

.c-paginator.location-top .btn.btn-gray.disabled {
    background: none;
}

.com-inventory-listing .c-paginator.location-top .view-mode-buttons {
    margin-right: 0;
    *float: right;
}

.com-inventory-listing .c-paginator.location-top .sort-group {
    margin-left: 0;
    *float: right;
}

.c-paginator.location-top .btn-group .view-mode {
    background: url(/public/components/InventoryListing/responsive2/images/view-mode.png) left top no-repeat;
    display: block;
    margin: 5px;
}

    .c-paginator.location-top .btn-group .view-mode.grid {
        width: 16px;
        height: 14px;
    }

    .c-paginator.location-top .btn-group .view-mode.list {
        background-position: -40px top;
        width: 15px;
        height: 14px;
    }


    .btn-gray {
    font-size: 15px;
    color: #222;
    text-shadow: none;
    background-color: #e6e6e6;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6 100%);
    border: 1px solid #a9002c;
    border-color: #6c6c6c #6c6c6c #6c6c6c;
    border-color: rgba(108,108,108,1) rgba(108,108,108,1) rgba(108,108,108,1);
    border-bottom-color: #6c6c6c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-position: 0 0;
    font-weight: bold;
    box-shadow: none;
}

    .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
        color: #222;
    }

    /*Patrick Styling Edits*/

   .well-full {
       margin-left: -15px;
       margin-right: -15px;
   }
    .well-blue {
          min-height: 20px;
          padding: 15px;
          /*margin-bottom: 20px;*/
          background-color: #13426b;
          border: 1px solid #e3e3e3;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
                  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        }

    .well-gold {
          min-height: 20px;
          padding: 15px;
          /*margin-bottom: 20px;*/
          background-color: #fec52e;
          border: 1px solid #e3e3e3;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
                  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        }

   /*.well-blue h1, h2, h3, h4 {
          color: #fec524;

   }*/

   .req::before {
    content: "*";
    color: red;
}

   a {
       cursor: pointer
   }

   body {
            padding: 0;
        }

   .page-header-new {
        padding-bottom: 9px;
         margin: 0px 0 20px; 
        border-bottom: 1px solid #eee;
   }

   
   .panel-info-a {
       color: #31708f;
   }

   .panel-info-a:hover {
       color: #31708f;
   }

   .panel-warning-a {
       color: #8a6d3b;
   }

   .panel-warning-a:hover {
       color: #8a6d3b;
   }

   .panel-warning-a:focus {
       color: #8a6d3b;
   }

   .panel-danger-a {
       color: #a94442;
   }

   .panel-danger-a:hover {
       color: #a94442;
   }

   .panel-danger-a:focus {
       color: #a94442;
   }

   .carousel > img {
       width: 100%
   }

   .footer-NLJ {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.23), 0 -3px 6px rgba(0, 0, 0, 0.47);
    background-color: #13426b;
    /*border-top: 12px solid #fec524;*/
    padding: 0;
}
   /*Patrick Edit to Footer*/
   .footer-NLJ a {
       color: #fff;
   }

   /*.footer-NLJ>h1,h2,h3,h4,h5,h6 {
    color: #fff; 
   }*/

  #state-seal {
       width: 7em;
       padding-bottom: 1em;
   }

.copyright-NLJ {
    background-color: #0D1321;
    padding: 12px 0px;
    color: #fefefe;
    font-size: 14px;
}

   .bgdNLJ {
    background: #13426b;
    border-radius: 4px; /*PW - Rounded Corners*/
   }

    .banner-NLJ {
        margin-bottom: .5rem;
        /*border-top: solid .5rem #fff;*/
        border-bottom: solid 0.5rem #fec52e;
    }

    .item-NLJ>.img-responsive {
        min-width: 100%;
    }

    .bottom-buttons {
      background: #FFF;
      padding: .25rem !important;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; 
        }
  @media screen and (max-width: 39.9375em) {
    .bottom-buttons {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } 
      }
  .bottom-buttons a {
        display: block;
        padding: 1rem 2rem .5rem;
        border: solid 1px #fff;
        width: 100%;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: bold;
        cursor: pointer;
        color: #FFF !important;
        margin: .25rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }

    @media screen and (max-width: 63.9375em) {
      .bottom-buttons a {
        font-size: 1rem;
        line-height: 1rem;
        padding: 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .bottom-buttons a {
        -webkit-box-flex: 45%;
        -ms-flex: 45%;
        flex: 45%; } }
    .bottom-buttons a img {
      max-height: 80px;
      max-width: 100px;
      padding: 1rem; }
    .bottom-buttons a span {
      display: block;
      width: 100%;
      text-align: center;
      padding-bottom: 1rem; }
      @media screen and (max-width: 63.9375em) {
        .bottom-buttons a span {
          min-height: 3rem; } }
      @media screen and (max-width: 39.9375em) {
        .bottom-buttons a span {
          min-height: 1rem;
          font-size: 0.9rem; } }
    .bottom-buttons a#jobseeker-button {
          background-color: #426b13; 
        }
      .bottom-buttons a#jobseeker-button:hover {
            background-color: #497d34; 
        }
    .bottom-buttons a#employer-button {
      background-color: #bb2026; }
      .bottom-buttons a#employer-button:hover {
        background-color: #8f191d; }
    .bottom-buttons a#student-button {
      background-color: #6bb2e2; }
      .bottom-buttons a#student-button:hover {
        background-color: #409cda; }
    .bottom-buttons a#workone-button {
      background-color: #f47921; }
      .bottom-buttons a#workone-button:hover {
        background-color: #d7600b; }
    .bottom-buttons a#LMI-button {
      background-color: #83294b; }
      .bottom-buttons a#LMI-button:hover {
        background-color: #922e54; }
    .bottom-buttons a#INDemand-button {
      background-color: #244274; }
      .bottom-buttons a#INDemand-button:hover {
        background-color: #294b83; }

.btn-NLJ-large {
    width: 10em;
}

    #banner {
      background-image: url(/recovery/files/banner.jpg);
      background-size: contain;
      background-position: top right;
      margin-bottom: .5rem;
      border-top: solid .5rem #fff;
      border-bottom: solid 0.5rem #fec52e; }
    @media screen and (max-width: 63.9375em) {
        #banner {
          background-size: cover; } }
    #banner #nl-logo {
        height: 5rem;
        padding: 1rem; }
      #banner #nl-arrow {
        height: 7rem; }

    .agency-header {
        background-color: #13426b;
        /*background-image: url(../App_Themes/Images/nextLevel_banner.jpg);
        background-size: contain;*/
    }

    .agency-header .agency-navigation .nav-item.small-icon .nav-item-text {
        font-size: 13px;
    }

#banner_NLJ {
    background-image: url('../App_Themes/Images/nextLevel_banner.jpg');
    /*height: 100px;*/
    margin-bottom: .5rem;
    /*border-top: solid .5rem #fff;*/
    border-bottom: solid 0.5rem #fec52e;
    background-size: contain;
    
}

#NLJobslogo {
    padding-top: 2.5rem;
    padding-left: 1rem; 
    height: 8rem;
}

#NLJobslogo_new {
    padding-top: 1rem;
}

#NLJArrow {
    height: 11rem;
    float: right;
    padding-right: 1rem
}

#NLJobslogosm {
    padding-top:.5em;
    padding-bottom: .5em;
    height: 5rem
}

#Apprenticeslide {
    background-image: url('../../App_Themes/Images/Apprenticeship_office.jpg');
    background-size: cover;
    min-height: 450px;
    min-width: 100%
}

#NextLevelslide {
    background-image: url('../../App_Themes/Images/ICR_nextLeveljobs.jpg');
    background-size: cover;
    min-height: 450px;
    min-width: 100%;
}
#Apprenticeslide_xs {
    background-image: url('../../App_Themes/Images/Apprenticeship_office.jpg');
    background-size: cover;
    min-height: 125px;
    min-width: 100%
}

#NextLevelslide_xs {
    background-image: url('../../App_Themes/Images/ICR_nextLeveljobs.jpg');
    background-size: cover;
    min-height: 125px;
    min-width: 100%;
}

.btn-primary {
    color: #fff!important;
}

#IndustryIcons i {
    border: solid;
    border-radius: 5px;
    align-content: center;
}

.btn-gold {

    background-color: #fec52e;
    border-color: #2e6da4;
    color:#13426b!important;
    text-shadow: .5px .5px 0 #ccc, -.25px -.25px 0 #ccc, .25px -.25px 0 #ccc, -.25px .25px 0 #ccc;
    border-radius:4px;
    font-weight: bold;
    text-shadow: 0;
}

.btn-gold:hover,
.btn-gold:focus {
  background-color: #feedbd;
  background-position: 0 -15px;
  color: #2e6da4;
}
.btn-gold:active,
.btn-gold.active {
  background-color: #fec524;
  border-color: #2e6da4;
}

#traininggrant {
    background: linear-gradient(to bottom right, #13426b, #b8c6d2); 
    color: #ddd; 
    border-top: solid 2px #fec524; 
    border-bottom: solid 2px #fec524;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: .5em
}

#ICRHeader {
    background: radial-gradient(#13426b, #0a2339); 
    color: #fff; 
    border-top: solid 1px #fec524; 
    border-bottom: solid 1px #fec524;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: .5em;
    margin-top: .5em;
}

#ICRLogo {
    max-height: 100px;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

.logo-ICR {
    height: 6rem;
}

.bgdBlue {
    background-color: #13426b;
    /*border-radius: 5px;*/
}

/*#divNLJ {
    min-height: 450px;
    min-width: 100%;
    background-image: url('../App_Themes/Images/ICR_nextLeveljobs.jpg');
    background-size:cover;
}*/

#divNLJ2 {
    background-size:cover;
}

.contentNLJ2 {
    padding: 1em 1em 1em 1em;
    /* New */
}

.contentNLJ2 > h3 {
    /*text-shadow: 0 0 20px #244274;*/
    /*color: #FFF;*/
    margin-top: 10px;
    margin-bottom: 10px;
    /* New */
}

.contentNLJ2 > a {
    color: #fff;
    text-shadow: 0 0 10px #244274;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.panel-heading >a {
    color: #333;
}

.panel-default-new > .panel-heading  {
    background-color:#fef3d4
}

.panel-footer {
    background-color: #fff;
}

a.fa {
    color: #444;
}
a.fa:hover {
    color: #111;
    text-decoration: none;
}
/*.panel-heading {
    cursor:default
}*/


/* NEW STUFF */
.huge {
    font-size: 40px
}

.panel-noborder {
    border: 0 solid transparent;
}

.backlink {
    margin-top: -1.35em;

}

#side-nav-panel {
    min-height: 85vh;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) 
}

#side-nav-panel-xs {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

#main-panel {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

#main-panel-xs {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.xs-new-heading {
    font-size: 1.25em
}

#main-panel-xs-header {
    background-image: url(https://localhost:44316/App_Themes/Images/nextLevel_banner.jpg);
    /* height: 100px; */
    margin-bottom: 2rem;
    border-top: solid .5rem #fff;
    border-bottom: solid 0.5rem #fec52e;
    background-size: cover;
}

/* .content-xs {
    padding-top: 18em 1em 1em 1em;
    New
} */

.content-xs > h3 {
    text-shadow: 0 0 20px #111;
    color: #fec524;
    /* New */
}

.panel-footer .accordion-toggle:after {
    /* symbol for "opening" panels */
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f139";    
    float: right;        
    font-size: 1.33333333em;
    line-height: 1.25em;
    vertical-align: -15%;
}
.panel-footer .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f13a";    
}

.line-group>.line-group-item-shaded:hover {
	background-color: #efefef;
}
.panel-green-new {
  border-color: #426b13;
}
.panel-green-new > .panel-heading {
  border-color: #426b13;
  color: white;
  background-color: #426b13;
}

.panel-green-new-heading > .panel-title > a {
  color: #fff;
}

.panel-green-new > .panel-heading {
  border-color: #426b13;
  color: #fff;
  background-color: #426b13;
}
.panel-green-new > a {
  color: #4B8035;
}
.panel-green-new-heading > a {
  color: #fff;
}
.panel-green-new-heading > a:hover {
  color: #efefef;
  text-decoration: underline;
}.panel-green-new-heading > .panel-title-new {
     color: #fff;
    font-size: 14px;
}
.panel-green-new > a:hover {
  color: #7EB368;
  text-decoration: underline
}
.panel-red-new {
  border-color: #bb2026;
}
.panel-red-new > .panel-heading {
  border-color: #bb2026;
  color: white;
  background-color: #bb2026;
}
.panel-red-new-heading > a {
  color: #fff;
}
.panel-red-new-heading > a:hover {
  color: #efefef;
  text-decoration: underline;
}
.panel-red-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-red-new > a {
  color: #bb2026;
  text-decoration: underline
}
.panel-red-new > a:hover {
  color: #95191E;
}
.panel-red-new-footer > a {
  color: #bb2026;
}
.panel-red-new-footer > a:hover {
  color: #95191E;
  text-decoration: underline
}
.panel-yellow-new {
  border-color: #FED970;
}
.panel-yellow-new > .panel-heading {
  border-color: #FED970;
  color: white;
  background-color: #FED970;
}
.panel-yellow-new-heading > a {
  color: #fff;
}
.panel-yellow-new-heading > a:hover {
  color: #e4c364;
  text-decoration: underline;
}
.panel-yellow-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-yellow-new > a {
  color: #FED970;
}
.panel-yellow-new > a:hover {
  color: #df8a13;
  text-decoration: underline
}

/*.panel {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}*/

.btn-primary {
  background-color: #13426b;
}

.panel-blue-new {
    border-color: #ccc !important;
}
.panel-blue-new > .panel-heading {
  border-color: #ccc;
  color: white;
  background-color: #13426b;
}
.panel-blue-new-heading > .panel-title > a {
  color: #fff;
}
.panel-blue-new-heading > a:hover {
  text-decoration: underline;
}

.panel-blue-new-heading > a {
  color: #FFFFFF;
}
.panel-blue-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-blue-new > a {
  color: #13426b;
}
.panel-blue-new > a:hover {
  color: #1b3156;
  text-decoration: underline
}
.panel-blue-new > .panel-footer {
    background-color: #13426b;
}
.panel-blue-new > .panel-footer > a {
    color: #fff;
}
.panel-blue-new > .panel-footer > a:hover {
    text-decoration: underline;
}
.panel-liteblue-new {
    border-color: #325f88;
}
.panel-liteblue-new > .panel-heading {
border-color: #325f88;
color: white;
background-color: #325f88;
}
.panel-liteblue-new-heading > a {
color: #fff;
}
.panel-liteblue-new-heading > a:hover {
color: #efefef;
text-decoration: underline;
}
.panel-liteblue-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-liteblue-new > a {
color: #6bb2e2;
}
.panel-liteblue-new > a:hover {
color: #558EB4;
text-decoration: underline
}

.panel-orange-new {
    border-color: #f47921;
}
.panel-orange-new > .panel-heading {
border-color: #f47921;
color: white;
background-color: #f47921;
}
.panel-orange-new-heading > a {
color: #fff;
}
.panel-orange-new-heading > a:hover {
color: #efefef;
text-decoration: underline;
}
.panel-orange-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-orange-new > a {
color: #f47921;
}
.panel-orange-new > a:hover {
color: #c3601a;
text-decoration: underline
}
.modal-header-orange {
    border-color: #f47921;
    color: white;
    background-color: #f47921;
}
.panel-orange-new-heading > a {
    color: #fff;
}
.panel-purple-new {
    border-color: #83294b;
}
.panel-purple-new > .panel-heading {
border-color: #83294b;
color: white;
background-color: #83294b;
}
.panel-purple-new-heading > a {
color: #fff;
}
.panel-purple-new-heading > a:hover {
color: #efefef;
text-decoration: underline;
}
.panel-purple-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-purple-new > a {
color: #83294b;
}
.panel-purple-new > a:hover {
color: #68203C;
text-decoration: underline
}
.panel-gold-new {
    border-color: #e4c364;
}
.panel-gold-new > .panel-heading {
border-color: #e4c364;
color: white;
background-color: #e4c364;
}
.panel-gold-new-heading > a {
color: #fff;
}
.panel-gold-new-heading > a:hover {
color: #efefef;
text-decoration: underline;
}
.panel-gold-new-heading > .panel-title-new {
    font-size: 14px;
}
.panel-gold-new > a {
color: #e4c364;
}
.panel-gold-new > a:hover {
color: #FED970;
text-decoration: underline
}
.panel-gold-new > a > .panel-footer {
    background-color: #fff;
}

.panel-default-new > .panel-heading  {
    background-color:#fef3d4
}

.panel-footer {
    background-color: #fff;
}

a.fa {
    color: #444;
}
a.fa:hover {
    color: #111;
    text-decoration: none;
}

/*.nav-pill-green>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: black;
    background-color: #F1F1F1;
}*/

.nav-pills>#nav-pill-green.active>a, .nav-pills>#nav-pill-green.active>a:hover, .nav-pills>#nav-pill-green.active>a:focus {
    color: white;
    background-color: #426b13;
}

.nav-pills>#nav-pill-green>a:hover, .nav-pills>#nav-pill-green>a:hover, .nav-pills>#nav-pill-green>a:focus {
    color: white;
    background-color: #426b13;
}

#nav-pill-green.active>a>.badge-green,#nav-pill-green:hover>a>.badge-green {
    background-color: white;
    color: #426b13;
}

#nav-pill-green>a>.badge-green {
    margin-bottom: 1em;
}

.nav-pills>li>a>.badge-new {
    float: right;
}

.nav>#nav-pill-green>a {
    padding: 15px 15px;
}

#Left_nav > .list-group-item {
    border: 0;
}

#list-group-item-green.active, #list-group-item-green.active:focus, #list-group-item-green.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #426b13;
    border-color: #426b13;
}

#list-group-item-green.active>.badge, #list-group-item-green>.active>a>.badge {
    color: #426b13;
    background-color: #fff;
}

#list-group-item-green:hover>.badge, #list-group-item-green:hover>a>.badge, #list-group-item-green:focus>.badge, #list-group-item-green:focus>a>.badge {
    color: #426b13;
    background-color: #fff;
}

#list-group-item-green:focus, #list-group-item-green:hover {
    z-index: 2;
    color: #fff;
    background-color: #426b13;
    border-color: #426b13;
}

#list-group-item-red.active, #list-group-item-red.active:focus, #list-group-item-red.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #bb2026;
    border-color: #bb2026;
}

#list-group-item-red.active>.badge, #list-group-item-red>.active>a>.badge {
    color: #bb2026;
    background-color: #fff;
}

#list-group-item-red:hover>.badge, #list-group-item-red:hover>a>.badge, #list-group-item-red:focus>.badge, #list-group-item-red:focus>a>.badge {
    color: #bb2026;
    background-color: #fff;
}

#list-group-item-red:focus, #list-group-item-red:hover {
    z-index: 2;
    color: #fff;
    background-color: #bb2026;
    border-color: #bb2026;

}#list-group-item-yellow.active, #list-group-item-yellow.active:focus, #list-group-item-yellow.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #FED970;
    border-color: #FED970;
}

#list-group-item-yellow.active>.badge, #list-group-item-yellow>.active>a>.badge {
    color: #FED970;
    background-color: #fff;
}

#list-group-item-yellow:hover>.badge, #list-group-item-yellow:hover>a>.badge, #list-group-item-yellow:focus>.badge, #list-group-item-yellow:focus>a>.badge {
    color: #FED970;
    background-color: #fff;
}

#list-group-item-yellow:focus, #list-group-item-yellow:hover {
    z-index: 2;
    color: #fff;
    background-color: #FED970;
    border-color: #FED970;
}

#list-group-item-blue.active, #list-group-item-blue.active:focus, #list-group-item-blue.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #13426b;
    border-color: #13426b;
}

#list-group-item-blue.active>.badge, #list-group-item-blue>.active>a>.badge {
    color: #13426b;
    background-color: #fff;
}

#list-group-item-blue:hover>.badge, #list-group-item-blue:hover>a>.badge, #list-group-item-blue:focus>.badge, #list-group-item-blue:focus>a>.badge {
    color: #13426b;
    background-color: #fff;
}

#list-group-item-blue:focus, #list-group-item-blue:hover {
    z-index: 2;
    color: #fff;
    background-color: #4f678f;
    border-color: #13426b;
}

#list-group-item-liteblue.active, #list-group-item-liteblue.active:focus, #list-group-item-liteblue.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #6bb2e2;
    border-color: #6bb2e2;
}

#list-group-item-liteblue.active>.badge, #list-group-item-liteblue>.active>a>.badge {
    color: #6bb2e2;
    background-color: #fff;
}

#list-group-item-liteblue:hover>.badge, #list-group-item-liteblue:hover>a>.badge, #list-group-item-liteblue:focus>.badge, #list-group-item-liteblue:focus>a>.badge {
    color: #6bb2e2;
    background-color: #fff;
}

#list-group-item-liteblue:focus, #list-group-item-liteblue:hover, #list-group-item-liteblue:hover>i, #list-group-item-liteblue:hover>a>i, #list-group-item-liteblue:focus>i, #list-group-item-liteblue:focus>a>i {
    z-index: 2;
    color: #fff;
    background-color: #6bb2e2;
    border-color: #6bb2e2;
}

#list-group-item-liteblue>fa:focus, #list-group-item-liteblue>fa:hover {
    float:right;
    color: #FFF;
}

#list-group-item-liteblue>i{
    float:right; 
    color: #6bb2e2
}

#list-group-item-liteblue>text-right>.fa, #list-group-item-liteblue>button.list-group-item {
    color: #6bb2e2;
}

#list-group-item-orange.active, #list-group-item-orange.active:focus, #list-group-item-orange.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #f47921;
    border-color: #f47921;
}

#list-group-item-orange.active>.badge, #list-group-item-orange>.active>a>.badge {
    color: #f47921;
    background-color: #fff;
}

#list-group-item-orange:hover>.badge, #list-group-item-orange:hover>a>.badge, #list-group-item-orange:focus>.badge, #list-group-item-orange:focus>a>.badge {
    color: #f47921;
    background-color: #fff;
}

#list-group-item-orange:focus, #list-group-item-orange:hover {
    z-index: 2;
    color: #fff;
    background-color: #f47921;
    border-color: #f47921;
}

#list-group-item-purple.active, #list-group-item-purple.active:focus, #list-group-item-purple.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #83294b;
    border-color: #83294b;
}

 #list-group-item-purple:hover>.badge, #list-group-item-purple:hover>a>.badge, #list-group-item-purple:focus>.badge, #list-group-item-purple:focus>a>.badge {
    color: #83294b;
    background-color: #fff;
}

#list-group-item-purple.active>.badge, #list-group-item-purple>.active>a>.badge {
    color: #83294b;
    background-color: #fff;
}

#list-group-item-purple:focus, #list-group-item-purple:hover {
    z-index: 2;
    color: #fff;
    background-color: #83294b;
    border-color: #83294b;
}

.panel-footer-new {
    color: #333;
}

/*.panel-footer-new > a:hover {
    color: #fff;
    background-color: #426b13;
}*/

.panel-footer-new-green > a:hover {
    background-color: #426b13;
}

.panel-footer-new-blue > a:hover {
    background-color: #13426b;
}

.panel-footer-new-red > a:hover {
    background-color: #bb2026;
}

.panel-footer-new-liteblue > a:hover {
    background-color: #6bb2e2;
}

.panel-footer-new-orange > a {
    color: #555555;
}

.panel-footer-new-orange:hover {
    background-color: #c7a187;
}

.panel-footer-new-orange:hover > a {
    color: #fff;
}

.panel-footer-new-orange>a:hover {
    color: #fff;
}

.panel-footer-new-purple > a {
    color: #555555;
}

.panel-footer-new-purple:hover {
    background-color: #996276;
}

.panel-footer-new-purple:hover > a {
    color: #fff;
}

.panel-footer-new-purple>a:hover {
    color: #fff;
}

.panel-footer-new-purple > a:hover {
    background-color: #83294b;
}

.badge-new {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    /*display: inline-block;
    min-width: 10px;
    padding: 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 100%;*/
}

.badge-new:hover {
  background-color: transparent;
  cursor: pointer;
}

.badge-green {
    background-color: #426b13;
}

.badge-green:hover {
    color: #426b13;
}

.badge-red {
    background-color: #bb2026;
}

.badge-red:hover {
    color: #bb2026;
}

.badge-yellow {
    background-color: #FED970;
}

.badge-yellow-hover {
    color: #FED970;
}

.badge-blue {
    background-color: #13426b;
}

.badge-blue:hover {
    color: #13426b;
}

.badge-liteblue {
    background-color: #6bb2e2;
}

.badge-liteblue:hover {
    color: #6bb2e2;
}

.badge-orange {
    background-color: #f47921;
}

.icon-orange {
    color: #f47921;
}


.icon-orange {
    color: #f47921;
}

.badge-purple {
    background-color: #83294b;
}

.icon-purple {
    color: #83294b;
}

.badge-purple:hover {
    color: #83294b;
}


.menu-container-item > .badge {
    float:right
}

.striped-list {
    margin-bottom: 0
}

.striped-list > li {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.striped-list > li:nth-of-type(even) {
    background-color: #eee;
}

.striped-list-group {
    margin-bottom: 0
}

.striped-list-group > a {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.striped-list-group > a:nth-of-type(even) {
    background-color: #eee;
}


#golden_barrier {
    height: 12px; background-color: #fec524;
    box-shadow:inset 0px 3px 6px rgba(0, 0, 0, 0.23), inset 0px 3px 6px rgba(0, 0, 0, 0.47);
}

#golden_barrierTop {
    height: 12px; background-color: #fec524;
    box-shadow:0px -3px 6px rgba(0, 0, 0, 0.23), 0px -3px 6px rgba(0, 0, 0, 0.47);
}

.agency-header-gold {
    border-bottom: 0.5rem solid #fec524;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.hr-gold {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fec524;
}

.hr-blue {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #13426b;
}

.BlueHeader {
    color: #13426b;
    font-weight: 900;
    font-size: 40px;
    /*text-shadow: 1px 1px 0 #13426b,-1px -1px 0 #13426b,1px -1px 0 #13426b,-1px 1px 0 #13426b;*/
}

.list-group-item-green {
    color: #333333;
    /* background-color: #f5f5f5; */
  }
  a.list-group-item-green,
  button.list-group-item-green {
    color: #555555;
  }
  a.list-group-item-green .list-group-item-heading,
  button.list-group-item-green .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-green:hover,
  button.list-group-item-green:hover,
  a.list-group-item-green:focus,
  button.list-group-item-green:focus {
    color: #fff;
    background-color: #426b13;
  }
  a.list-group-item-green.active,
  button.list-group-item-green.active,
  a.list-group-item-green.active:hover,
  button.list-group-item-green.active:hover,
  a.list-group-item-green.active:focus,
  button.list-group-item-green.active:focus {
    color: #f5f5f5;
    background-color: #426b13;
    border-color: #426b13;
  }

  .list-group-item-blue {
    color: #333333;
    /* background-color: #f5f5f5; */
  }
  a.list-group-item-blue,
  button.list-group-item-blue {
    color: #555555;
  }
  a.list-group-item-blue .list-group-item-heading,
  button.list-group-item-blue .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-blue:hover,
  button.list-group-item-blue:hover,
  a.list-group-item-blue:focus,
  button.list-group-item-blue:focus {
    color: #fff;
    background-color: #13426b;
  }
  a.list-group-item-blue.active,
  button.list-group-item-blue.active,
  a.list-group-item-blue.active:hover,
  button.list-group-item-blue.active:hover,
  a.list-group-item-blue.active:focus,
  button.list-group-item-blue.active:focus {
    color: #fff;
    background-color: #13426b;
    border-color: #13426b;
  }

  .list-group-item-yellow {
    color: #333333;
    /* background-color: #f5f5f5; */
  }
  a.list-group-item-yellow,
  button.list-group-item-yellow {
    color: #555555;
  }
  a.list-group-item-yellow .list-group-item-heading,
  button.list-group-item-yellow .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-yellow:hover,
  button.list-group-item-yellow:hover,
  a.list-group-item-yellow:focus,
  button.list-group-item-yellow:focus {
    color: #fff;
    background-color: #fec524;
  }
  a.list-group-item-yellow.active,
  button.list-group-item-yellow.active,
  a.list-group-item-yellow.active:hover,
  button.list-group-item-yellow.active:hover,
  a.list-group-item-yellow.active:focus,
  button.list-group-item-yellow.active:focus {
    color: #fff;
    background-color: #fec524;
    border-color: #fec524;
  }

  .list-group-item-red {
    color: #333333;
    /* background-color: #f5f5f5; */
  }
  a.list-group-item-red,
  button.list-group-item-red {
    color: #555555;
  }
  a.list-group-item-red .list-group-item-red,
  button.list-group-item-red .list-group-item-red {
    color: inherit;
  }
  a.list-group-item-red:hover,
  button.list-group-item-red:hover,
  a.list-group-item-red:focus,
  button.list-group-item-red:focus {
    color: #fff;
    background-color: #df979a;
  }
  a.list-group-item-red.active,
  button.list-group-item-red.active,
  a.list-group-item-red.active:hover,
  button.list-group-item-red.active:hover,
  a.list-group-item-red.active:focus,
  button.list-group-item-red.active:focus {
    color: #fff;
    background-color: #df979a;
    border-color: #df979a;
  }

  .list-group-item-orange {
    color: #333333;
    background-color: #f5f5f5;
  }
  a.list-group-item-orange,
  button.list-group-item-red {
    color: #555555;
  }
  a.list-group-item-orange .list-group-item-orange,
  button.list-group-item-orange .list-group-item-orange {
    color: inherit;
  }
  a.list-group-item-orange:hover,
  button.list-group-item-orange:hover,
  a.list-group-item-orange:focus,
  button.list-group-item-orange:focus {
    color: #fff;
    background-color: #f47921;
  }
  a.list-group-item-orange.active,
  button.list-group-item-orange.active,
  a.list-group-item-orange.active:hover,
  button.list-group-item-orange.active:hover,
  a.list-group-item-orange.active:focus,
  button.list-group-item-orange.active:focus {
    color: #fff;
    background-color: #f47921;
    border-color: #f47921;
  }

  .panel-orange {
    color: #333333;
    background-color: #f5f5f5;
  }
  a.panel-orange,
  button.panel-red {
    color: #333333;
  }
  a.panel-orange .panel-orange,
  button.panel-orange .panel-orange {
    color: inherit;
  }
  a.panel-orange:hover,
  button.panel-orange:hover,
  a.panel-orange:focus,
  button.panel-orange:focus {
    color: #fff;
    background-color: #f47921;
  }
  a.panel-orange.active,
  button.panel-orange.active,
  a.panel-orange.active:hover,
  button.panel-orange.active:hover,
  a.panel-orange.active:focus,
  button.panel-orange.active:focus {
    color: #fff;
    background-color: #f47921;
    border-color: #f47921;
  }

  .list-group-item-purple {
    color: #333333;
    background-color: #f5f5f5;
  }
  a.list-group-item-purple,
  button.list-group-item-purple {
    color: #333333;
  }
  a.list-group-item-purple .list-group-item-purple,
  button.list-group-item-purple .list-group-item-purple {
    color: inherit;
  }
  a.list-group-item-purple:hover,
  button.list-group-item-purple:hover,
  a.list-group-item-purple:focus,
  button.list-group-item-purple:focus {
    color: #fff;
    background-color: #83294b;
  }
  a.list-group-item-purple.active,
  button.list-group-item-purple.active,
  a.list-group-item-purple.active:hover,
  button.list-group-item-purple.active:hover,
  a.list-group-item-purple.active:focus,
  button.list-group-item-purple.active:focus {
    color: #fff;
    background-color: #83294b;
    border-color: #83294b;
  }

  .list-group-item-liteblue {
    color: #333333;
    background-color: #fff;
  }
  a.list-group-item-liteblue,
  button.list-group-item-liteblue {
    color: #333333;
  }
  a.list-group-item-liteblue .list-group-item-liteblue,
  button.list-group-item-liteblue .list-group-item-liteblue {
    color: inherit;
  }
  a.list-group-item-liteblue:hover,
  button.list-group-item-liteblue:hover,
  a.list-group-item-liteblue:focus,
  button.list-group-item-liteblue:focus {
    color: #fff;
    background-color: #C84C51;
  }
  a.list-group-item-liteblue.active,
  button.list-group-item-liteblue.active,
  a.list-group-item-red.liteblue:hover,
  button.list-group-item-liteblue.active:hover,
  a.list-group-item-liteblue.active:focus,
  button.list-group-item-liteblue.active:focus {
    color: #fff;
    background-color: #C84C51;
    border-color: #C84C51;
  }

  /*Hamburger menu*/
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 4px 0 4px 0;
    transition: 0.4s;
}

  .bar4 {
    content: "menu";
  }

  .bar4::after {
    content: "menu";
  }

  #puredrawerlist > .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color:transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#puredrawerlist > .list-group-item>a {
  color: #ffffff;
}
#puredrawerlist > .list-group-item:first-child {
    border-radius: 0
}
#puredrawerlist > .list-group-item:last-child {
    border-radius: 0
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-3px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -8px);
                            }

.openmenu::after {
    content: 'Menu';
}

.change .openmenu::after {
    content: 'Close ';
}

.btn-green {
    background-color: #426b13;
    border-color: #426b13;
    color: white;
    border-radius: 4px;
}

.btn-green:hover, .btn-green:active {
    background-color: #77a464
}

.bgdGreen {
    background-color: #426b13
}

.greenA {
    color: #426b13;
}

.greenA:hover {
    color: #77a464;
}

.fixed-panel-order {
  min-height: 10em;
  max-height: 10em;
  overflow-y: auto;
  padding: 0;
  border: 1px solid #888
}

.fixed-panel {
  height: 30rem;
  overflow-y: auto;
}

.fixed-panel > .panel-heading {
  height: 10rem;
  overflow-y: auto;
}

/*body {
    background-color: #ebebeb
}*/

#ICRText {
    font-family: Tw Cen MT;
    color: #58595b;
    /*font-size: 32px;*/
    text-shadow: -1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
     1px 1px 0 #FFF!important;
}

#ICRTextsm {
    font-family: Tw Cen MT;
    color: #58595b;
    font-size: 18px;
    text-shadow: -1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
     1px 1px 0 #FFF!important;
}

#ICRCareer {
    font-weight: bold;
    color: #13426b;
}

#ICEText {
    font-family: Tw Cen MT;
    color: #58595b;
}

#ICECareer {
    font-weight: bold;
    color: #034ea2;
}

#ICRTextHeader {
    font-family: Tw Cen MT;
    color: #58595b;
    font-size: 40px;
}

.img-padded-top {
    padding-top: 15px
}

.bgdBlue-shadow {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#ICRMobileLogo {
    height: 5rem;
}

.table-header-lite-blue {
    background-color: #325f88;
    color:#FFF;
}

.panel-header-lite-blue {
    background-color: #325f88;
    color:#FFF;
}

.modal-header-blue {
    background-color: #325f88;
    color:#FFF;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
} 

.form-control-new {
    display: block;
    width: 100%;
    height: 34px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.navbar-blue {
    background-color: #13426b;
    /*border-color: #fec524;*/
    /* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .navbar-blue .navbar-brand {
    color: #fff;
  }
  .navbar-blue .navbar-brand:hover,
  .navbar-blue .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-blue .navbar-text {
    color: #FFF;
  }
  .navbar-blue .navbar-nav > li > a {
    color: #FFF;
  }
  .navbar-blue .navbar-nav > li > a:hover,
  .navbar-blue .navbar-nav > li > a:focus {
    color: #ebebeb;
    background-color: #325f88;
  }
  .navbar-blue .navbar-nav > .active > a,
  .navbar-blue .navbar-nav > .active > a:hover,
  .navbar-blue .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-blue .navbar-nav > .disabled > a,
  .navbar-blue .navbar-nav > .disabled > a:hover,
  .navbar-blue .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-blue .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-blue .navbar-toggle:hover,
  .navbar-blue .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-blue .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-blue .navbar-collapse,
  .navbar-blue .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-blue .navbar-nav > .open > a, .navbar-blue .navbar-nav > .open > a:hover, .navbar-blue .navbar-nav > .open > a:focus {
    color: #ebebeb;
    background-color: #325f88;
}
  @media (max-width: 767px) {
    .navbar-blue .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-blue .navbar-link {
    color: #fff;
  }
  .navbar-blue .navbar-link:hover {
    color: #fff;
  }
  .navbar-blue .btn-link {
    color: #777;
  }
  .navbar-blue .btn-link:hover,
  .navbar-blue .btn-link:focus {
    color: #333;
  }
  .navbar-blue .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-blue .btn-link:hover,
  .navbar-blue .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-blue .btn-link:focus {
    color: #ccc;
  }

.navbar-JAG {
    background-color: #013e7e;
    /*border-color: #fec524;*/
    /* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0%;
    border-bottom: 0.5rem solid #cc2027;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

    .navbar-JAG .navbar-brand {
        color: #fff;
    }

        .navbar-JAG .navbar-brand:hover,
        .navbar-JAG .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-JAG .navbar-text {
        color: #FFF;
    }

    .navbar-JAG .navbar-nav > li > a {
        color: #FFF;
    }

        .navbar-JAG .navbar-nav > li > a:hover,
        .navbar-JAG .navbar-nav > li > a:focus {
            color: #ebebeb;
            background-color: #325f88;
        }

    .navbar-JAG .navbar-nav > .active > a,
    .navbar-JAG .navbar-nav > .active > a:hover,
    .navbar-JAG .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-JAG .navbar-nav > .disabled > a,
    .navbar-JAG .navbar-nav > .disabled > a:hover,
    .navbar-JAG .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-JAG .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-JAG .navbar-toggle:hover,
        .navbar-JAG .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-JAG .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-JAG .navbar-collapse,
    .navbar-JAG .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-JAG .navbar-nav > .open > a, .navbar-JAG .navbar-nav > .open > a:hover, .navbar-JAG .navbar-nav > .open > a:focus {
        color: #ebebeb;
        background-color: #325f88;
    }

@media (max-width: 767px) {
    .navbar-JAG .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-JAG .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-JAG .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-JAG .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-JAG .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-JAG .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-JAG .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-JAG .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-JAG .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-JAG .navbar-link {
    color: #fff;
}

    .navbar-JAG .navbar-link:hover {
        color: #fff;
    }

.navbar-JAG .btn-link {
    color: #777;
}

    .navbar-JAG .btn-link:hover,
    .navbar-JAG .btn-link:focus {
        color: #333;
    }

    .navbar-JAG .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-JAG .btn-link:hover,
    .navbar-JAG .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-JAG .btn-link:focus {
        color: #ccc;
    }

  /*vertical border*/
  .wrapperfooter {
    position: relative;
    /*width: 250px;*/
    height: 96px;
    /*border: 1px dashed #ccc;
            margin: 10px;*/
}

.blueglassbackground {
   background-color: rgb(6, 29, 60);
   opacity: .65;
}

.glassbackground {
    background-color: rgb(255, 255, 255);
    opacity: .65;
}

.goldglassbackground {
    background-color: rgb(254, 197, 36);
    opacity: .65;
}

.linefooter {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    z-index: 1;
}

.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.word {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font-weight: bold;
    font-size: 20px;
    background: #fff;
}
  .strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #ebebeb;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }

.alert-liteblue {
    color: #325f88;
    background-color: #dbe7f2;
    border-color: #325f88;
}


/* New Page Design 9202018 */
/*.headernew {
    display: block;
    font-size: 18px;
    height: 30em;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    perspective: 100px;
}

    .headernew:before {
        animation: fade-slide-down 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(28, 42, 69,.8)), url('../App_Themes/Images/office_1.jpg') no-repeat bottom;
        background-size: cover;
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }


.header-title, .header-subtitle {
    color: #fff;
}

.header-subtitle {
    text-transform: uppercase;
    margin-bottom: 5rem;
}

.header-button {
    transform: translateZ(.1px);
    position: relative;
    z-index: 10;
}

.animate-pop-in {
    animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
}

.header-text {
    animation-delay: .6s;
}

.header-circle3 {
    animation-delay: 1s;
}

.header-circle2 {
    animation-delay: .8s;
}

.header-circle1 {
    animation-delay: .6s;
}

.header-circle {
    animation-delay: .3s;
}

.header-title {
    animation-delay: .8s;
}

.header-subtitle {
    animation-delay: 1s;
}

.header-button {
    animation-delay: 1.1s;
}

.header-text {
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    font-size: 45px;
}

.header-circle4 {
    margin: 16em 0em 0em -35em;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 15vmin;
    width: 15vmin;
    background-position: calc(100% - -382px) calc(100% - 0px);
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

.header-circle {
    margin: 12em 0em 0em -30em;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 20vmin;
    width: 20vmin;
    background-position: calc(100% - -382px) calc(100% - 0px);
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

.header-circle1 {
    margin: 8em 0em 0em -20em;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 25vmin;
    width: 25vmin;
    background-position: calc(100% - -382px) calc(100% - 0px);
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

.header-circle2 {
    margin: 10em 0em 0em -15em;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 30vmin;
    width: 30vmin;
   
    background-position: calc(100% - -382px) calc(100% - 0px);
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

.header-circle3 {
    margin: 7em 0em 0em -6em;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 20em;
    width: 20em;
    background-size: 17em;
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) calc(100% - 100px);
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}*/

#WBLHeader {
    min-height: 53em;
}

#WBLHeader .headernew {
    display: block;
    background: linear-gradient(to bottom, rgba(72, 109, 153,.2), #FFF);
    font-size: 18px;
    height: 40em;
    /*overflow: hidden;*/
    position: relative;
    margin-top: -.4em;
}

    #WBLHeader .headernew:before {
        animation: fade-slide-down 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
        background: linear-gradient(to bottom, rgba(0,0,0,0), #FFF), url('../App_Themes/Images/office_1.jpg') no-repeat bottom;
        background-size: cover;
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    #WBLHeader-xs {
        min-height: 10em
    }

#WBLHeader-xs .headernew-xs {
    display: block;
    font-size: 18px;
    /*overflow: hidden;*/
    position: relative;
    margin-top: -2em;
    height: 15rem;
}

    #WBLHeader-xs .headernew-xs:before {
        animation: fade-slide-down 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
        background: linear-gradient(to bottom, rgba(0,0,0,0), #FFF), url('../App_Themes/Images/office_1.jpg') no-repeat bottom;
        background-size: contain;
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }


#WBLHeader .header-title, .header-subtitle {
    color: #fff;
}

#WBLHeader .header-subtitle {
    text-transform: uppercase;
    margin-bottom: 5rem;
}

#WBLHeader .header-button {
    transform: translateZ(.1px);
    position: relative;
    z-index: 10;
}

#WBLHeader .animate-pop-in {
    animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
}

#WBLHeader .header-text {
    animation-delay: .6s;
}

#WBLHeader .header-circle1 {
    animation-delay: 1s;
}

#WBLHeader .header-circle2 {
    animation-delay: 1.25s;
}

#WBLHeader .header-circle3 {
    animation-delay: 1.5s;
}

#WBLHeader .header-circle4 {
    animation-delay: 1.75s;
}

#WBLHeader .header-circle5 {
    animation-delay: 2s;
}

#WBLHeader .header-title {
    animation-delay: .8s;
}

#WBLHeader .header-subtitle {
    animation-delay: 1s;
}

#WBLHeader .header-button {
    animation-delay: 1.1s;
}

#WBLHeader .header-text {
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    font-size: 45px;
}

#WBLHeader .header-circle1 {
    margin: 32rem 0rem 0rem 0rem;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 27rem;
    width: 27rem;
    background-image: url('Images/WBL_stacked.png');
    background-size: 17em;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

#WBLHeader .header-circle2 {
    margin: 36rem 0rem 0rem 0rem;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 24rem;
    width: 24rem;
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

#WBLHeader .header-circle3 {
    margin: 40rem 0rem 0rem 0rem;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 21rem;
    width: 21rem;
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

#WBLHeader .header-circle4 {
    margin: 44rem 0rem 0rem 0rem;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 18rem;
    width: 18rem;
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

#WBLHeader .header-circle5 {
    margin: 48rem 0rem 0rem 0rem;
    background-color: #fff;
    border-radius: 50%;
    border: #fec524 10px solid;
    height: 15rem;
    width: 15rem;
    box-shadow: 0 0 0 10px hsl(219, 54%, 32%), 3px 3px 5px 10px rgba(0, 0, 0, 0.4);
}

        /* Animations */

        @keyframes fade-slide-down {
            0% {
                opacity: 0;
                transform: translateY(-4rem);
            }

            100% {
                opacity: 1;
                transform: none;
            }
        }

        @keyframes pop-in {
            0% {
                opacity: 0;
                transform: translateY(-4rem) scale(.8);
            }

            100% {
                opacity: 1;
                transform: none;
            }
        }

        @keyframes rotate-up {
            100% {
                transform: rotateZ(-4deg);
            }
        }

#EmployersNew.headersection {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/employer.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    min-height: 15em;
}
#EmployersNew.headersectionSM {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/employer.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 5em;
}

#RegisteredApprenticeship.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/learn-About-Education-and-Training.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 15em;
}

#RegisteredApprenticeship.headersectionSM {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/learn-About-Education-and-Training.jpg); 
    background-size: contain; 
    background-repeat: no-repeat; 
    min-height: 5em;
}

#JobSeekerHome.headersection {
  background: linear-gradient(to right, rgba(255,255,255,.25), rgba(255,255,255,.5), rgba(255,255,255,0.35), rgba(255,255,255,.5), rgba(255,255,255,0.75), rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,1), rgba(255,255,255,1)),url(../App_Themes/Images/jobseeker.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
  color: #13426b;
}


#JobSeekerHomeSM.headersectionSM {
  background: linear-gradient(rgba(19,66,107,0), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1)),url(../App_Themes/Images/jobseeker.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

/*#JobSeekerHome p, #JobSeekerHome h3{
    text-shadow: .5px .5px 0 #13426b, -.5px -.5px 0 #13426b, .5px -.5px 0 #13426b, -.5px .5px 0 #13426b!important;
}*/

#JobSeekerInterestsHome.headersection {
  background: linear-gradient(rgba(254, 197, 36,.5), rgba(254, 197, 36,.25), rgba(254, 197, 36,.5)),url(../App_Themes/Images/explore_career.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 15em;
}

#JobSeekerInterestsHomeSM.headersectionSM {
  background: linear-gradient(rgba(254, 197, 36,0), rgba(254, 197, 36,1), rgba(254, 197, 36,1), rgba(254, 197, 36,1), rgba(254, 197, 36,1), rgba(254, 197, 36,1), rgba(254, 197, 36,1), rgba(254, 197, 36,1)),url(../App_Themes/Images/explore_career.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#JobSeekerInterestsHome p, #JobSeekerInterestsHome h3{
    color: #13426b;
    /*font-size: 18px;*/
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff!important;
}

#AssessmentResults {
    background-color: #13426b;
    color: #fff;
    text-shadow: .25px .25px 0 transparent, -.25px -.25px 0 transparent, .25px -.25px 0 transparent, -.25px .25px 0 transparent;
    height: 45rem;
    overflow-y: hidden;

}

#CareerDesc {
    height: 24rem;
    overflow-y: hidden;
    font-size: 15px;
}

#AssessmentResults a, #AssessmentResults .fa {
    color: #fec524;
}

#AssessmentResults a:hover {
    color: #feedbd;
    text-decoration: none;
}

#AssessmentResults .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #fec524;
    border-radius: .1em;
}

#AssessmentResults_small {
    background-color: #13426b;
    color: #fec524;
    min-height: 8rem;
    border-radius: 4px;
}

#AssessmentResults_small a {
    color: #fec524
}

#ValuesResults{
    background-color: #13426b;
    color: #fec524;
    min-height: 40rem;
    text-shadow: .25px .25px 0 transparent, -.25px -.25px 0 transparent, .25px -.25px 0 transparent, -.25px .25px 0 transparent;

}

#ValuesResults a {
    color: #fec524;
}

#ValuesResults a:hover {
    color: #feedbd;
    text-decoration: none;
}

#ValuesResults .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #fec524;
    border-radius: .1em;
}

#AssessmentList ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#AssessmentList li {
    margin-right: 0;   /* space between links */
    width: auto;   /* adjust width as needed or use auto */
    border-right: 1px solid #13426b;
}

#AssessmentList li:first-child {
    border-left: 1px solid #000
}

#JobSeekerCareersHome.headersection {
    background: linear-gradient(rgba(19,66,107,1), rgba(19,66,107,0.5), rgba(19,66,107,1)),url(../App_Themes/Images/explore_careers.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    min-height: 15em;
    text-shadow: .5px .5px 0 #fff, -.5px -.5px 0 #FFF, .5px -.5px 0 #fff, -.5px .5px 0 #fff!important;
}

#JobSeekerCareersHomeSM.headersectionSM {
  background: linear-gradient(rgba(19,66,107,0), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1), rgba(19,66,107,1)),url(../App_Themes/Images/explore_careers.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#JobSeekerCareersHome p, #JobSeekerCareersHome h3{
    color: #ffffff;
    text-shadow: .5px .5px 0 #13426b, -.5px -.5px 0 #13426b, .5px -.5px 0 #13426b, -.5px .5px 0 #13426b!important;
}

#JobSeekerProfileHome.headersection {
    background: linear-gradient(to left, rgba(255,255,255,0),rgba(255,255,255,0.3), rgba(255,255,255,0.7),rgba(255,255,255,0.8),rgba(255,255,255,0.9), rgba(255,255,255,1)),url('../App_Themes/Images/home_page_new_0801.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 15em;
}

#JobSeekerProfileHome.middlesection {
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)),url('../App_Themes/Images/home_page_new_0801.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 15em;
    font-size: 17px;
    font-weight: 500;
}

/*#JobSeekerProfileHome h4 {
    font-size: 22px
}*/

#JobSeekerProfileHomeSM.headersectionSM {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url('../App_Themes/Images/home_page_new_0801.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 5em;
}

#JobSeekerTrainingHome.headersection {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5), rgba(255,255,255,.5), rgba(255,255,255,.5), rgba(255,255,255,.5)),url('../App_Themes/Images/learn-About-Education-and-Training.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 15em;
}

#JobSeekerTrainingHomeSM.headersectionSM {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1)),url('../App_Themes/Images/learn-About-Education-and-Training.jpg'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#JobSeekerVeteranHome.headersection {
    background: linear-gradient(rgba(19, 66, 107,1), rgba(19, 66, 107,0.3), rgba(19, 66, 107,1)),url('../App_Themes/Images/military.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 15em;
}

#JobSeekerVeteranHomeSM.headersectionSM {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1)),url('../App_Themes/Images/military.jpg'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#JobSeekerYAHome.headersection {
    background: linear-gradient(rgba(19,66,107,.5), rgba(19,66,107,0.5), rgba(19,66,107,.5)),url('../App_Themes/Images/yound_adult_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 15em;
}

#JobSeekerYAHomeSM.headersectionSM {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1)),url('../App_Themes/Images/yound_adult_1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 5em;
}

#JobSeekerDisabilitiesHome.headersection {
    background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.45), rgba(255,255,255,.6)),url('../App_Themes/Images/disability_job_seeker.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 15em;
}

#JobSeekerDisabilitiesSM.headersectionSM {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1)),url('../App_Themes/Images/disability_job_seeker.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 5em;
}

#JSListTitle {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
    vertical-align: middle;
}

.stackgold {
    color: #FEC524 !important;
}

.stacktextwhite {
    color: #fff !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

.stacktextblue {
    color: #13426b !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

.stacktextgold {
    color: #FEC524 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#HSE .blanksection a {
    color: #0d4e98;
}

    #HSE .blanksection a:hover,
    #HSE .blanksection a:focus {
        color: #23527c;
        /*text-decoration: underline;*/
    }

#WorkINdiana .blanksection a {
    color: #0d4e98;
}

    #WorkINdiana .blanksection a:hover,
    #WorkINdiana .blanksection a:focus {
        color: #23527c;
        /*text-decoration: underline;*/
    }


#DisabilitiesServices a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: rgb(19, 66, 107);
}

#JobSeekerHireHome.headersection {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0.5), rgba(255,255,255,.5)),url('../App_Themes/Images/legal_barriers.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 15em;
}

#JobSeekerHireHomeSM.headersectionSM {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1)),url('../App_Themes/Images/legal_barriers.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 5em;
}

/*#JobSeekerYAHome p, #JobSeekerYAHome h3{
    color: #fec524;
    text-shadow: .5px .5px 0 #333, -.5px -.5px 0 #333, .5px -.5px 0 #333, -.5px .5px 0 #333!important;
}*/

#ApprenticeshipEmp.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/drill_press.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}

#ApprenticeshipEmp.headersectionSM {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/drill_press.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#ApprenticeshipStu.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/computers_1.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}

#ApprenticeshipStu.headersectionSM {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/computers_1.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#ApprenticeshipEdu.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/office.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}

#ApprenticeshipEdu.headersectionSM {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/office.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#RegisteredApprenticeship.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/learn-About-Education-and-Training.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}

#RegisteredApprenticeship.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/learn-About-Education-and-Training.jpg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  min-height: 5em;
}

#WBLNew.headersection {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/backoffice_medical.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    min-height: 25em;

}
#CertifiedSEAL.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/ISU_2_scaled.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}
#AdultEducation.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/robotics.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}
#Internship.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/cna.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}

#CTEDCWS.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/learn-About-Education-and-Training.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 20em;
}


#WBLAPPMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/teachers_counselors.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLAPPEMPMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/education_training.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLAPPSTUMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/backoffice_medical.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLAPPEDUMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/student_parent.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLSEALMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/Images/drill_press.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLOJTMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/photo13_scaled.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLInternMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/photo13_scaled.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLCTEDCWSMiddle.headersection {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/photo13_scaled.jpg); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#WBLMiddle.headersection {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0)),url('../App_Themes/Images/OWBLA_Woman at Drill Press.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 35em;
}

#WBLPROGPEQS {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(../App_Themes/images/laptop_dark.png); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;
}

#JAGCarousel1 {
  background: url('../App_Themes/Images/Carousel6.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;

}

#JAGCarousel1sm {
    background: url('../App_Themes/Images/Carousel6.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 10em;
}

#JAGCarousel2 {
  background: url('../App_Themes/Images/Carousel 2.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;

}

#JAGCarousel2sm {
  background: url('../App_Themes/Images/Carousel 2.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 10em;

}

#JAGCarousel3 {
  background: url('../App_Themes/Images/Carousel7.png');
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;

}

#JAGCarousel3sm {
    background: url('../App_Themes/Images/Carousel7.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 10em;
}

#JAGCarousel4 {
  background: url('../App_Themes/Images/Carousel 5.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 25em;

}

#JAGCarousel4sm {
  background: url('../App_Themes/Images/Carousel 5.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  min-height: 10em;

}
#JAGCarousel5 {
    background: url('../App_Themes/Images/Carousel8.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 25em;
}

#JAGCarousel5sm {
    background: url('../App_Themes/Images/Carousel8.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 10em;
}

#JAGbuttons .btn-primary {
    background-color: #013e7e;
    transition: all 0.5s ease;
}

#JAGbuttons .btn-primary:hover {
    background-color: #0079b2;
}

#JAGbuttons .btn-primary.outline {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    width:135px;
    height:135px;
    text-wrap:normal;
    font-size:xx-small;
    white-space:normal;
    vertical-align:bottom;
}
#JAGbuttons .btn-primary.outline:hover {
	color: white;
	border-color: #cc2027;

}

#JAGbuttons .btn-primary.outlinesm {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    width:65px;
    height:65px;
    text-wrap:normal;
    font-size:16px;
    white-space:normal;
    vertical-align:bottom;
}
#JAGbuttons .btn-primary.outlinesm:hover {
	color: white;
	border-color: #cc2027;

}

#JAGbuttonsmall .btn-primary {
    background-color: #013e7e;
    transition: all 0.5s ease;
}

#JJAGbuttonsmall .btn-primary:hover {
    background-color: #0079b2;
}

#JAGbuttonsmall .btn-primary.outline {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    width: 135px;
    height: 135px;
    text-wrap: normal;
    font-size: 16px;
    white-space: normal;
    vertical-align: bottom;
}

    #JAGbuttonsmall .btn-primary.outline:hover {
        color: white;
        border-color: #cc2027;
    }

#JAGbuttonsmall .btn-primary.outlinesm {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    width: 65px;
    height: 65px;
    text-wrap: normal;
    font-size: 16px;
    white-space: normal;
    vertical-align: bottom;
}

    #JAGbuttonsmall .btn-primary.outlinesm:hover {
        color: white;
        border-color: #cc2027;
    }

#JAGbuttons .btn-primary.outline-sm {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    text-wrap: normal;
    font-size: 16px;
    font-weight: 900;
    white-space: normal;
    vertical-align: bottom;
}

    #JAGbuttons .btn-primary.outline-sm:hover {
        color: white;
        border-color: #cc2027;
    }


#JAGbuttons .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #013e7e;
    transition: all 0.5s ease;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    #JAGbuttons a {
        color: #fff;
    }

#JAGbuttons a:hover {
    text-decoration: none;
}

    #JAGbuttons .thumbnail > img,
    #JAGbuttons .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

#JAGbuttons a.thumbnail:hover,
#JAGbuttons a.thumbnail:focus,
#JAGbuttons a.thumbnail.active {
    border-color: #cc2027;
}

#JAGbuttons .thumbnail .caption {
    padding: 9px;
    color: #333333;
}

/*#JAGpageHeader p {
    color: #013e7e;
}*/

/*JAG Horizontal Timeline*/


#JAGTimelineCarousel {
    height: 400px;
    border: 3px solid #bdbec1;
    border-radius: 5px;
}

/*#JAGTimelineCarousel > .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0.0001) 0%, rgba(221, 221, 221, 0.5) 100%) !important;
        background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0.0001) 0%, rgba(221, 221, 221, 0.5) 100%) !important;
        background-image: linear-gradient(to right, rgba(221, 221, 221, 0.0001) 0%, rgba(221, 221, 221, 0.5) 100%) !important;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    #JAGTimelineCarousel > .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(221, 221, 221, 0.5) 0%, rgba(221, 221, 221, 0.0001) 100%) !important;
        background-image: -o-linear-gradient(left, rgba(221, 221, 221, 0.5) 0%, rgba(221, 221, 221, 0.0001) 100%) !important;
        background-image: linear-gradient(to right, rgba(221, 221, 221, 0.5) 0%, rgba(221, 221, 221, 0.0001) 100%) !important;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }*/

#JAGTimeline {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    margin-bottom: -2em;
}

    #JAGTimeline .timeline, .timeline-horizontal {
        list-style: none;
        padding: 20px;
        position: relative;
        margin-left: 1em;
    }

#JAGTimeline .timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 65px 0px 20px 0px;
  display: inline-block;
}
#JAGTimeline .timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}

    #JAGTimeline .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 280px;
        width: 20%;
        min-width: 375px;
        max-width: 375px;
        float: none !important;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0 auto;
        vertical-align: bottom;
        font-size: 13px;
    }

    #JAGTimeline .timeline-heading {
        font-size: 17px;
    }

    #JAGTimelineCarousel > .carousel-control {
        margin-top: 16em;
    }

#JAGTimeline .timeline .timeline-item .timeline-panel-horizontal {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 3px solid #bdbec1;
    background-color: rgba(204,32,39,.95);
    color: #fff;
    border-radius: 30px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 10px 10px 7px #999;
}

#JAGTimeline .timeline .timeline-item .timeline-panel-horizontal-grey {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 3px solid #bdbec1;
    background-color: #e7e7e8;
    color: #000;
    border-radius: 30px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 10px 10px 7px #999;
}

#JAGTimeline > .timeline::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #bdbec1 !important;
}

#JAGTimeline .timeline-horizontal .timeline-item .timeline-panel-horizontal {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}

#JAGTimeline .timeline-horizontal .timeline-item .timeline-panel-horizontal-grey {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}

#JAGTimeline .timeline > li > .timeline-panel-horizontal {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

#JAGTimeline .timeline > li > .timeline-panel-horizontal-grey {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

#JAGTimeline .timeline-horizontal .timeline-item .timeline-panel-horizontal:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid rgba(204,32,39,0.9) !important;
  border-bottom: 0 solid rgba(204,32,39,0.9) !important;
  border-left: 16px solid transparent !important;
}

#JAGTimeline .timeline-horizontal .timeline-item .timeline-panel-horizontal-grey:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #e7e7e8 !important;
  border-bottom: 0 solid #e7e7e8 !important;
  border-left: 16px solid transparent !important;
}

#JAGTimeline .timeline > li > .timeline-panel-horizontal:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

#JAGTimeline .timeline > li > .timeline-panel-horizontal-grey:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

#JAGTimeline .timeline > li > .timeline-panel-horizontal:after {
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

#JAGTimeline .timeline > li > .timeline-panel-horizontal-grey:after {
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

#JAGTimeline .timeline-horizontal .timeline-item:before,
#JAGTimeline .timeline-horizontal .timeline-item:after {
  display: none;
}
#JAGTimeline .timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}

#JAGTimeline .timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #eeeeee;
    background-color: #999;
}

/* The actual timeline (the vertical ruler) */
.verticaltimeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.verticaltimeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.verticaltimelinecontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.verticaltimelinecontainer::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -17px;
  background-color: #888;
  border: 4px solid #888;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.TLleft {
  left: 0;
}

/* Place the container to the right */
.TLright {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.TLleft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #888;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #888;
}

/* Add arrows to the right container (pointing left) */
.TLright::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.TLright::after {
  left: -16px;
}

/* The actual content */
.verticaltimelinecontent {
  padding: 20px;
    border: 3px solid #888;
    background-color: #e7e7e8;
    color: #000;
  position: relative;
  border-radius: 6px;
  font-size: 13px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 10px 10px 7px #999;
}


.verticaltimelinecontent_red {
  padding: 20px;
    border: 3px solid #888;
    background-color: rgba(204,32,39,.95);
    color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 10px 10px 7px #999;
  font-size: 13px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .verticaltimeline::after {
    left: 31px;
  }

/* Full-width containers */
  .verticaltimelinecontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .verticaltimelinecontainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #888 transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .TLleft::after, .TLright::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .TLright {
    left: 0%;
  }
}

#AboutJAGtable table {
    font-size: 13px;
}

.row.newpage-title {
    text-shadow: 1px 1px 0 #fec524, -1px -1px 0 #fec524, 1px -1px 0 #fec524, -1px 1px 0 #fec524; 
    font-size: 45px;
    font-weight: 900;
    min-height:10rem;
    /*font-style: italic;*/
}

.row.newpage-title-blue {
    text-shadow: 1px 1px 0 #fec524, -1px -1px 0 #fec524, 1px -1px 0 #fec524, -1px 1px 0 #fec524; 
    font-size: 45px;
    font-weight: 900;
    min-height:10rem;
    /*font-style: italic;*/
}

.row.newpage-title-gold {
    color: #fec524;
    text-shadow: 1px 1px 0 #13426b, -1px -1px 0 #13426b, 1px -1px 0 #13426b, -1px 1px 0 #13426b; 
    font-size: 45px;
    font-weight: 900;
    min-height:10rem;
    /*font-style: italic;*/
}

.row.newpage-title-white {
    color: #ffffff;
    text-shadow: 1px 1px 0 #FEC524, -1px -1px 0 #FEC524, 1px -1px 0 #FEC524, -1px 1px 0 #FEC524;
    font-size: 45px;
    font-weight: 900;
    min-height: 10rem;
    /*font-style: italic;*/
}

.row.newpage-title-whiteblue {
    color: #ffffff;
    text-shadow: 1px 1px 0 #13426b, -1px -1px 0 #13426b, 1px -1px 0 #13426b, -1px 1px 0 #13426b;
    font-size: 45px;
    font-weight: 900;
    min-height: 10rem;
    /*font-style: italic;*/
}

.row.newpage-title.newpage-title-section {
    min-height:10rem;
}

.newpage-title2.newpage-title-section {
    min-height:10rem;
}

.row.newpage-title-sm {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-size: 30px;
    font-weight: 900;
    padding-top: 3rem;
    padding-bottom: 1rem;  
}

.row.newpage-title-smgold {
    text-shadow: 1px 1px 0 #fec524, -1px -1px 0 #fec524, 1px -1px 0 #fec524, -1px 1px 0 #fec524;
    font-size: 30px;
    font-weight: 900;
    padding-top: 3rem;
    padding-bottom: 1rem; 
}

.row.newpage-title-smblue {
    text-shadow: 1px 1px 0 #13426b, -1px -1px 0 #13426b, 1px -1px 0 #13426b, -1px 1px 0 #13426b;
    color:#fec524;
    font-size: 30px;
    font-weight: 900;
    padding-top: 3rem;
    padding-bottom: 1rem; 
}

.row.newpage-title-smwhite {
    text-shadow: 1px 1px 0 #13426b, -1px -1px 0 #13426b, 1px -1px 0 #13426b, -1px 1px 0 #13426b;
    color:#fff;
    font-size: 30px;
    font-weight: 900;
    padding-top: 3rem;
    padding-bottom: 1rem; 
}

.row.newpage-title-sm.newpage-title-section {
    min-height: 3em;
} 

.newpage_small {
    text-shadow: .5px .5px 0 #fff, -.5px -.5px 0 #fff, .5px -.5px 0 #fff, -.5px .5px 0 #fff;
    font-size: 25px;
    font-weight: 900;
    font-style: italic;
}


.whitesection {
    background-color: #fff;
    min-height: 15em;
    padding-bottom: 1em;
    /*text-shadow: .25px .25px 0 #fff, -.25px -.25px 0 #fff, .25px -.25px 0 #fff, -.25px .25px 0 #fff;*/
    color: #13426b;
}

.whitesection a {
    color: #0d4e98;
}

.whitesection a:hover {
    color: rgba(19,66,107, 0.75);
    text-decoration: none;
}

.bluesection {
    background-color: #13426b; 
    min-height: 15em; 
    padding-bottom: 1em;
    color: #FFD700;
    text-shadow: .25px .25px 0 #555, -.25px -.25px 0 #555, .25px -.25px 0 #555, -.25px .25px 0 #555;
}

.bluesection a {
    color: #FFD700;
}

.bluesection a:hover {
    color: rgba(255,215,0,0.75);
    text-decoration: none;
}

.goldsection {
    background-color: #FEC524; 
    min-height: 15em;
    padding-bottom: 1em;
    text-shadow: .5px .5px 0 #CCC, -.25px -.25px 0 #CCC, .25px -.25px 0 #CCC, -.25px .25px 0 #CCC;
    color: #13426b;
}

.goldsection a {
    color: #13426b;
}

.goldsection a:hover {
    color: rgba(19,66,107, 0.75);
    text-decoration: none;
}

#goldsectionbtn-primary {
    color: #fec524;
}

.striped img {
    opacity: .5;
    transition: all 0.5s ease;
}

.striped:hover img {
    opacity: .9;
}

.JAGredsection {
    background-color: #d22;
    min-height: 15em;
    padding-bottom: 1em;
    color: #FFF;
    border-color: #FFF;
    /*text-shadow: .25px .25px 0 #555, -.25px -.25px 0 #555, .25px -.25px 0 #555, -.25px .25px 0 #555;*/
}

    .JAGredsection.striped {
        color: #bdbec1;
        background: rgba(204, 32, 39, .5);
        transition: all 0.5s ease;
    }

        .JAGredsection.striped:hover {
            background: rgba(204, 32, 39, .9);
            color: #FFF;
        }

.JAGredsection a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.JAGredsection a:before {
    background-color: #fff;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -1px;
    transition: width 0.3s ease-in-out;
    width: 100%;
}

.JAGredsection a:hover:before {
    width: 0;
}

.JAGgreysection {
    background-color: #ddd; 
    min-height: 15em; 
    padding-bottom: 1em;
    color: #048;
    /*text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;*/
}

    .JAGgreysection.striped {
        color: rgba(1, 62, 126, .5);
        background: rgba(189, 190, 193, .5);
        transition: background-color 0.5s ease;
    }

        .JAGgreysection.striped:hover {
            color: rgba(1, 62, 126, .9);
            background: rgba(189, 190, 193, .9);
        }

    .JAGgreysection a {
        color: #013e7e !important;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

    .JAGgreysection a:before {
        background-color: #013e7e !important;
        content: '';
        height: 2px;
        position: absolute;
        bottom: -1px;
        transition: width 0.3s ease-in-out;
        width: 100%;
    }

    .JAGgreysection a:hover:before {
        width: 0;
    }

    #JAGSocialMediaButtons a {
        color: #ddd !important;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        #JAGSocialMediaButtons a:before {
            background-color: #ddd !important;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        #JAGSocialMediaButtons a:hover:before {
            width: 0;
        }

.JAGgreysection h2, .JAGgreysection h3 {
    color: #cc2027 !important;
}

.JAGgreysection tr {
    background-color: #fff;
}

.JAGgreysection .table-bordered {
    border: 1px solid #013e7e;
}

.JAGgreysection .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #013e7e;
}

.JAGgreysection .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e7e7e8;
    color: #000;
}

.JAGgreysectionTimeline {
    background-color: #ddd;
    min-height: 15em;
    padding-bottom: 1em;
    color: #048;
    /*text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;*/
}

.JAGgreysectionTimeline h2, .JAGgreysectionTimeline h3 {
    color: #cc2027;
}

.JAGwhitesectionTimeline {
    background-color: #fff;
    min-height: 15em;
    padding-bottom: 1em;
    color: #048;
    /*text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;*/
}

    .JAGwhitesectionTimeline h2, .JAGwhitesectionTimeline h3 {
        color: #cc2027;
    }

.JAGwhitesection h2, .JAGwhitesection h3 {
    color: #cc2027;
}

.JAGwhitesection {
    background-color: #fff;
    min-height: 15em;
    padding-bottom: 1em;
    /*text-shadow: .25px .25px 0 #fff, -.25px -.25px 0 #fff, .25px -.25px 0 #fff, -.25px .25px 0 #fff;*/
    color: #013e7e;
}

.JAGwhitesection.striped {
    background: repeating-linear-gradient( 45deg, #fff, #fff 1px, #bdbec1 1px, #bdbec1 2px );
}

    .JAGwhitesection a {
        color: #cc2027;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .JAGwhitesection a:before {
            background-color: #cc2027;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

.JAGwhitesection a:hover:before {
    width: 0;
}

#JAGPartnership-section {
    background-color: #0079b2;
    border: 2px solid #bdbec1;
    border-radius: 5px;
    box-shadow: 9px 9px 9px #bdbec1;
}

#JAGPartnership-section h3, #JAGPartnership-section h2, #JAGPartnership-section p {
    color: #fff;
}

    #JAGPartnership-section a {
        color: #fff !important;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 600;
    }

        #JAGPartnership-section a:before {
            background-color: #fff !important;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        #JAGPartnership-section a:hover:before {
            width: 0;
        }

#JAGPartnership-carousel .carousel-control.left {
    border-radius: 5px 0 0 5px;
    background-image: linear-gradient(to right,rgba(221, 221, 221,.5) 0,rgba(221, 221, 221,.0001) 100%);
}

    #JAGPartnership-carousel .carousel-control.left:hover {
        border-radius: 5px 0 0 5px;
        background-image: linear-gradient(to right,rgba(221, 221, 221,.9) 0,rgba(221, 221, 221,.0001) 100%);
    }

#JAGPartnership-carousel .carousel-control.right {
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to right,rgba(221, 221, 221,.0001) 0,rgba(221, 221, 221,.5) 100%);
}

    #JAGPartnership-carousel .carousel-control.right:hover {
        border-radius: 0 5px 5px 0;
        background-image: linear-gradient(to right,rgba(221, 221, 221,.0001) 0,rgba(221, 221, 221,.9) 100%);
    }

#JAGPartnership-carousel a {
    color: #333;
    display: inline-block;
    position: absolute;
    text-decoration: none;
}

    #JAGPartnership-carousel a:before {
        background-color: #013e7e;
        content: '';
        height: 0px;
        position: absolute;
        bottom: -1px;
        transition: width 0.3s ease-in-out;
        width: 100%;
    }

#JAGPartnership-carousel a:hover:before {
    width: 0;
}

#JAGPartnership-carousel .carousel-indicators li {
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #013e7e;
    border-radius: 10px;
}

#JAGPartnership-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #013e7e;
}

    #JAGPartnership-carousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #eee;
        border-radius: 5px;
    }

    #JAGPartnership-carousel img {
        padding:0 15px 0 15px;
    }

#JAGPartnership-carousel .carousel-caption {
    color: #013e7e;
    text-shadow: 0 1px 2px rgba(255, 255, 255,.6);
    font-weight: 600;
    font-size: 18px;
    right: 15%;
    left: 15%;
    /*padding-bottom: 20px;*/
}

#JAGPartnerships-header .thumbnail .caption {
    padding: 9px;
    color: #013e7e;
}

.JAGwhitesection h2, .JAGwhitesection h3 {
    color: #cc2027;
}

.JAGlitebluesectionCarousel {
    background-color: #fff;
    min-height: 15em;
    padding-bottom: 1em;
    /*text-shadow: .25px .25px 0 #fff, -.25px -.25px 0 #fff, .25px -.25px 0 #fff, -.25px .25px 0 #fff;*/
    color: #0079b2;
}

    .JAGlitebluesectionCarousel a {
        color: #0079b2;
    }

    /*.JAGlitebluesectionCarousel h2, .JAGwhitesection h3 {
        color: #0079b2;
    }*/

    .JAGlitebluesectionCarousel .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #0079b2;
        border-radius: 10px;
    }

    .JAGlitebluesectionCarousel .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #0079b2;
    }

.JAGbluesection {
    background-color: #013e7e; 
    min-height: 15em; 
    padding-bottom: 1em;
    color: #FFF;
}

    .JAGbluesection.striped {
        color: rgba(189, 190, 193, .5);
        background: rgba(1, 62, 126, .5);
        transition: background-color 0.5s ease;
    }

        .JAGbluesection.striped:hover {
            color: #FFF;
            background: rgba(1, 62, 126, .9);
        }

.JAGbluesection a {
    color: #cc2027;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.JAGbluesection a:before {
    background-color: #cc2027;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -1px;
    transition: width 0.3s ease-in-out;
    width: 100%;
}

.JAGbluesection a:hover:before {
    width: 0;
}

    .JAGbluesection blockquote .small, blockquote footer, blockquote small {
        color: #cc2027;
        font-weight: 900;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: #fff;
        padding: 5px;
    }

.JAGbluesection h2, .JAGbluesection h3 {
    color: #ddd;
}

.JAGbluesection a:hover:before {
    width: 0;
}

.JAGbluesection h2, .JAGbluesection h3 {
    color: #ddd;
}

.JAGbluesection tr {
    background-color: #fff;
    color: #013e7e;
}

.JAGbluesection .table-bordered {
    border: 1px solid #ddd;
}

.JAGbluesection .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #000;
}

.JAGbluesection .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e7e7e8;
    color: #000;
}

#JAGSocialMediaButtons a:before {
    background-color: #ddd;
}

#JAGAds .thumbnail .caption {
    min-height: 25rem;
}

#JAGdl dt {
    color: #0079b2;
}

#JAGNumberListRed .fa-circle {
    color: #cc2027;
    text-shadow: 1px 1px 0 #013e7e, -1px -1px 0 #013e7e, 1px -1px 0 #013e7e, -1px 1px 0 #013e7e;
} 

#JAGNumberListRed .stacktextwhite {
    color: #fff !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

    #JAGNumberListRed .stacktextblue {
        color: #013e7e !important;
        font-weight: 800 !important;
        font-family: inherit !important;
    }

#JAGNumberListRed .stacktextred {
    color: #cc2027 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

.img-thumbnail-JAG {
    min-height: 15rem;
}

.caption-JAG {
    min-height: 35rem;
    overflow-y: auto;
}

.OWBLAgoldsection {
    background-color: #fbb22c;
    min-height: 15em;
    padding-bottom: 1em;
    color: #FFF;
    /*text-shadow: .25px .25px 0 #555, -.25px -.25px 0 #555, .25px -.25px 0 #555, -.25px .25px 0 #555;*/
}

    .OWBLAgoldsection a {
        color: #263888;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .OWBLAgoldsection a:before {
            background-color: #263888;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .OWBLAgoldsection a:hover:before {
            width: 0;
        }

.OWBLAbluesection {
    background-color: #263888;
    min-height: 15em;
    padding-bottom: 1em;
    color: #048;
    /*text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;*/
}

    .OWBLAbluesection a {
        color: #fbb22c;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .OWBLAbluesection a:before {
            background-color: #fbb22c;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .OWBLAbluesection a:hover:before {
            width: 0;
        }

.OWBLAwhitesection {
    background-color: #fff;
    min-height: 15em;
    padding-bottom: 1em;
    color: #13426b;
    /*text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;*/
}

    .OWBLAwhitesection a {
        color: #FEC524;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .OWBLAwhitesection a:before {
            background-color: #FEC524;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .OWBLAwhitesection a:hover:before {
            width: 0;
        }

.OWBLAgreysection {
    background-color: #A7A2A9;
    min-height: 15em;
    padding-bottom: 1em;
    color: #08090A;
    /*text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;*/
}

    .OWBLAgreysection a {
        color: #c38300;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .OWBLAgreysection a:before {
            background-color: #c38300;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .OWBLAgreysection a:hover:before {
            width: 0;
        }



.OWBLAblanksection {
    min-height: 2.5rem;
    background-color: #efefef 
}


#GWECbuttons img {
    width: 125px;
    align-content: center;
}

#GWECbuttons .btn-primary {
    background-color: #fff;
    transition: all 0.5s ease;
    color: #032575 !important;
    border-radius: 15px;
    width: 150px;
    height: 135px;
    text-wrap: normal;
    font-size: xx-small;
    font-weight: 900;
    white-space: normal;
    vertical-align: bottom;
    border: 2px solid #fff;
}

    #GWECbuttons .btn-primary:hover {
        background-color: rgba(247, 192, 92, .5) !important;
        color: #032575 !important;
        border: 2px solid #032575;
    }

    #GWECbuttons .btn-primary.outline {
        background-color: rgb(247, 192, 92) !important;
        color: #032575 !important;
        border: 2px solid #032575;
        border-radius: 15px;
        width: 150px;
        height: 135px;
        text-wrap: normal;
        font-size: xx-small;
        font-weight: 900;
        white-space: normal;
        vertical-align: bottom;
        border-color: #0c4da2;
    }

        #GWECbuttons .btn-primary.outline:hover {
            color: #032575 !important;
            border-color: #0c4da2;
        }

/*#GWECbuttons .btn-primary.outlinesm {
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    width: 65px;
    height: 65px;
    text-wrap: normal;
    font-size: xx-small;
    white-space: normal;
    vertical-align: bottom;
}

    #GWECbuttons .btn-primary.outlinesm:hover {
        color: white;
        border-color: #f7c05c;
    }

    #GWECbuttons .btn-primary.outline-sm {
        border: 2px solid white;
        color: #032575 !important;
        border-radius: 15px;
        text-wrap: normal;
        font-size: 10px;
        white-space: normal;
        vertical-align: bottom;
    }

    #GWECbuttons .btn-primary.outline-sm:hover {
        color: #032575 !important;
        border-color: #0c4da2;
    }*/

#GWECbuttonsm .btn-primary {
    background-color: #0c4da2;
    transition: all 0.5s ease;
    color: #e7e7e8 !important;
    border-radius: 15px;
    text-wrap: normal;
    font-size: 16px;
    font-weight: 900;
    white-space: normal;
    vertical-align: bottom;
    border: 2px solid #fff;
}

    #GWECbuttonsm .btn-primary:hover {
        background-color: rgba(12, 77, 162, .5) !important;
        color: #fff !important;
        border: 2px solid #f7c05c;
    }

    #GWECbuttonsm .btn-primary.outlinesm {
        border: 2px solid white;
        color: #e7e7e8;
        border-radius: 15px;
        text-wrap: normal;
        white-space: normal;
        vertical-align: bottom;
    }

        #GWECbuttonsm .btn-primary.outlinesm:hover {
            color: white;
            border-color: #f7c05c;
        }

    #GWECbuttonsm .btn-primary.outline-sm {
        border: 2px solid #e7e7e8;
        color: #e7e7e8 !important;
        border-radius: 15px;
        text-wrap: normal;
        white-space: normal;
        vertical-align: bottom;
    }

        #GWECbuttonsm .btn-primary.outline-sm:hover {
            background-color: #5582be;
            color: #e7e7e8 !important;
            border-color: #f7c05c;
        }


.GWECblanksection {
    min-height: 2.5rem;
    background-color: #ffffff;
}

.GWECbluesection {
    background-color: #0c4da2;
    min-height: 15em;
    padding-bottom: 1em;
    color: #e7e7e8;
}

    .GWECbluesection a {
        color: #f7c05c;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 600;
    }

        .GWECbluesection a:before {
            background-color: #f7c05c;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .GWECbluesection a:hover:before {
            width: 0;
        }

    .GWECbluesection h2, .GWECbluesection h3 {
        color: #f7c05c;
    }

.GWECwhitesection {
    background-color: #fff;
    min-height: 15em;
    padding-bottom: 1em;
    color: #032575;
}

    .GWECwhitesection a {
        color: #0c4da2;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 900;
    }

        .GWECwhitesection a:before {
            background-color: #0c4da2;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .GWECwhitesection a:hover:before {
            width: 0;
        }

    /*.GWECwhitesection h2, .JAGwhitesection h3 {
        color: #0c4da2;
    }*/

.GWECgreysection {
    background-color: #ddd;
    min-height: 15em;
    padding-bottom: 1em;
    color: #0c4da2;
}

    .GWECgreysection a {
        color: #032575;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .GWECgreysection a:before {
            background-color: #032575;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        .GWECgreysection a:hover:before {
            width: 0;
        }

    .GWECgreysection h2, .GWECgreysection h3 {
        color: #f19c30;
    }

.GWECgoldsection {
    background-color: #f7c05c;
    min-height: 15em;
    padding-bottom: 1em;
    color: #032575;
}

    .GWECgoldsection a {
        color: #0c4da2;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

    .GWECgoldsection a:before {
        background-color: #0c4da2;
        content: '';
        height: 2px;
        position: absolute;
        bottom: -1px;
        transition: width 0.3s ease-in-out;
        width: 100%;
    }

        .GWECgoldsection a:hover:before {
            width: 0;
        }

    /*.GWECgreysection h2, .JAGwhitesection h3 {
        color: #0c4da2;
    }*/

 {

}
#GWECLinksList {
    background-color: #0c4da2;
    padding-bottom: 1em;
    border: 3px solid #f7c05c;
    border-radius: 6px;
    color: #e7e7e8;
}

    #GWECLinksList a {
        color: #f7c05c;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 600;
    }

        #GWECLinksList a:before {
            background-color: #f7c05c;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        #GWECLinksList a:hover:before {
            width: 0;
        }

    #GWECLinksList h2, #GWECLinksList h3, #GWECLinksList h4 {
        color: #e7e7e8;
    }


#GWECBusiness {
    background-color: #f7c05c;
    padding-bottom: 1em;
    border: 3px solid #0c4da2;
    border-radius: 6px;
    color: #0c4da2;
}

    #GWECBusiness a {
        color: #0c4da2;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 600;
    }

        #GWECBusiness a:before {
            background-color: #0c4da2;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        #GWECBusiness a:hover:before {
            width: 0;
        }

    #GWECBusiness h2, #GWECBusiness h3, #GWECBusiness h4 {
        color: #0c4da2;
    }

    #GWECBusiness li {
        font-weight: 900;
        font-size: 20px;
        color: #e7e7e8;
        text-shadow: 1px 1px 0 #0c4da2, -1px -1px 0 #0c4da2, 1px -1px 0 #0c4da2, -1px 1px 0 #0c4da2;
    }

#GWECEmploy {
    background-color: #0c4da2;
    padding-bottom: 1em;
    border: 3px solid #f7c05c;
    border-radius: 6px;
    color: #e7e7e8;
}

    #GWECEmploy li {
        font-weight: 900;
        color: #e7e7e8;
        /*text-shadow: 1px 1px 0 #f7c05c, -1px -1px 0 #f7c05c, 1px -1px 0 #f7c05c, -1px 1px 0 #f7c05c;*/
    }

    #GWECEmploy a {
        color: #f7c05c;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 600;
    }

        #GWECEmploy a:before {
            background-color: #f7c05c;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        #GWECEmploy a:hover:before {
            width: 0;
        }

    #GWECEmploy h2, #GWECEmploy h3, #GWECEmploy h4 {
        color: #e7e7e8;
    }


#GWECAcademic {
    background-color: #f7c05c;
    padding-bottom: 1em;
    border: 3px solid #0c4da2;
    border-radius: 6px;
    color: #0c4da2;
    /*text-shadow: 1px 1px 0 #0c4da2, -1px -1px 0 #0c4da2, 1px -1px 0 #0c4da2, -1px 1px 0 #0c4da2;*/
}

    #GWECAcademic a {
        color: #0c4da2;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 600;
    }

        #GWECAcademic a:before {
            background-color: #0c4da2;
            content: '';
            height: 2px;
            position: absolute;
            bottom: -1px;
            transition: width 0.3s ease-in-out;
            width: 100%;
        }

        #GWECAcademic a:hover:before {
            width: 0;
        }

    #GWECAcademic h2, #GWECBusiness h3, #GWECBusiness h4 {
        color: #0c4da2;
    }

    #GWECAcademic li {
        font-weight: 900;
        /*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
    }

.numberbigGWECblue {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
    line-height: 1.4em;
    margin: 5px 15px 5px 15px;
    text-align: center;
    width: 1.6em;
    background-color: #0c4da2;
    color: #f7c05c;
    text-shadow: .25px .25px 0 #0c4da2, -.25px -.25px 0 #0c4da2, .25px -.25px 0 #0c4da2, -.25px .25px 0 #0c4da2;
    box-shadow: 0px 2px 3px #888;
    padding-bottom: 4px;
}

.numberbigGWECgold {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
    line-height: 1.4em;
    margin: 5px 15px 5px 15px;
    text-align: center;
    width: 1.6em;
    background-color: #f7c05c;
    color: #0c4da2;
    text-shadow: .25px .25px 0 #f7c05c, -.25px -.25px 0 #f7c05c, .25px -.25px 0 #f7c05c, -.25px .25px 0 #f7c05c;
    box-shadow: 0px 2px 3px #888;
    padding-bottom: 4px;
}

.numberbigGWECgrey {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
    line-height: 1.4em;
    margin: 5px 15px 5px 15px;
    text-align: center;
    width: 1.6em;
    background-color: #ddd;
    color: #0c4da2;
    text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;
    box-shadow: 0px 2px 3px #888;
    padding-bottom: 4px;
}

.numberbigGWECwhite {
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    display: inline-block;
    font-weight: 800;
    line-height: 1.4em;
    margin: 5px 15px 5px 15px;
    text-align: center;
    width: 1.6em;
    background-color: #fff;
    color: #0c4da2;
    text-shadow: .25px .25px 0 #ddd, -.25px -.25px 0 #ddd, .25px -.25px 0 #ddd, -.25px .25px 0 #ddd;
    box-shadow: 0px 2px 3px #888;
    padding-bottom: 4px;
}

.row.GWECtitle {
    text-shadow: 1px 1px 0 #f7c05c,-1px -1px 0 #f7c05c,1px -1px 0 #f7c05c,-1px 1px 0 #f7c05c;
    font-size: 45px;
    font-weight: 900;
}

.img-thumbnail-GWEC {
    min-height: 15rem;
}

.caption-GWEC {
    min-height: 10rem;
    overflow-y: auto;
}

#GWECNumberListBlue .fa-circle {
    color: #0c4da2;
    text-shadow: 1.5px 1.5px 0 #e7e7e8, -1.5px -1.5px 0 #e7e7e8, 1.5px -1.5px 0 #e7e7e8, -1.5px 1.5px 0 #e7e7e8;
}

#GWECNumberListBlue .stacktextwhite {
    color: #e7e7e8 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListBlue .stacktextblue {
    color: #0c4da2 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListBlue .stacktextgold {
    color: #f7c05c !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListGold .fa-circle {
    color: #f7c05c;
    text-shadow: 1.5px 1.5px 0 #e7e7e8, -1.5px -1.5px 0 #e7e7e8, 1.5px -1.5px 0 #e7e7e8, -1.5px 1.5px 0 #e7e7e8;
}

#GWECNumberListGold .stacktextwhite {
    color: #e7e7e8 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListGold .stacktextblue {
    color: #0c4da2 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListGold .stacktextgold {
    color: #f7c05c !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListGrey .fa-circle {
    color: #ddd;
    text-shadow: 1.5px 1.5px 0 #0c4da2, -1.5px -1.5px 0 #0c4da2, 1.5px -1.5px 0 #0c4da2, -1.5px 1.5px 0 #0c4da2;
}

#GWECNumberListGrey .stacktextwhite {
    color: #eeeeee !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListGrey .stacktextblue {
    color: #0c4da2 !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#GWECNumberListGrey .stacktextgold {
    color: #f7c05c !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}


.blanksection {
    min-height: 2.5rem;
}

.headersection {
    text-shadow: .5px .5px 0 #ccc, -.5px -.5px 0 #ccc, .5px -.5px 0 #ccc, -.5px .5px 0 #ccc;
}

.whitesection.headersection {
    background: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75));
}

/*#JSLogin .badge {
    background-color: transparent;
    color: #fff;
}*/

#JSList > .list-group-item {
    background-color: transparent;
    border: 0;
}

#JSList > .list-group-item-info {
    background-color: rgba(19,66,107,.1) !important;
    color: #13426b !important;
}

#JSList > .list-group-item-warning {
    background-color: rgba(254, 197, 36,.1) !important;
    color: #FEC524 !important;
}

#JSListClusters {
    background-color: #fff;
    border-radius: 25px;
}

#JSListClusters .list-group-item {
    background-color: #13426b;
    color: #fec524;
    min-height: 25em;
    text-shadow: .25px .25px 0 #13426b, -.25px -.25px 0 #13426b, .25px -.25px 0 #13426b, -.25px .25px 0 #13426b;
    transition: all .2s ease-in-out;
}

#JSListClusters .list-group-item:hover {
    transform: scale(1.1);
}

#JSListClusters .fa {
    color: #fec524;
}

#JSListClusters .fa-border {
    border-color: #fec524;
}

#JSListClusters p {
    color: #fff;
    font-size: 18px;
}

#MoreInfoList img {
    width: 75px;
}

#MoreInfoList .fa-border {
    border: solid .4rem #13426b;
}

#comparison.progress {
    height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

    #comparison.progress .active {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        background-image: none;
        text-transform: uppercase;
    }

    #comparison.progress .notactivetext {
        font-size: 12px;
        line-height: 35px;
        text-transform: lowercase;
        color: #222;
    }


#comparison .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 35px;
    color: #111;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); */
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    text-shadow: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0.9));
    text-transform: lowercase;
}

#comparison .progress-bar-disabled, .progress-striped .progress-bar {
}

#comparison-best.progress {
    height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

#comparison .progress-bar-primary {
    background-color: #84BDCE;
}

#comparison .progress-bar-info {
    background-color: #262737;
}

#comparison .progress-bar-success {
    background-color: #42925a;
}

#comparison .progress-bar-warning {
    background-color: #bf8222;
}

#comparison .progress-bar-danger {
    background-color: #f44336;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    }
    
    .single-chart {
    width: 100%;
    justify-content: space-around ;
    }
    
    .circular-chart {
    display: block;
    margin: auto;
    padding-top: .5rem;
    max-width: 30%;
    }
        
    .circle-bg {
    fill: none;
    stroke: transparent;
    stroke-width: 3.8;
    }
    
    .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    }

    @keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
    }
    
    .circular-chart .circle {
    stroke: #13426b;
    }
                                                        
    .percentage {
    fill: #13426b;
    font-size: 0.5em;
    text-anchor: middle;
    }


/*WBL Colors*/
.btn-RegApp {	
  color: #fff;	
  background-color: #92d050;	
  border-color: #83BB48;	
}	
.btn-RegApp:focus,	
.btn-RegApp.focus {	
  color: #fff;	
  background-color: #689539;	
  border-color: #3E5922;	
}	
.btn-RegApp:hover {	
  color: #fff;	
  background-color: #689539;	
  border-color: #486827;	
}	
.btn-RegApp:active,	
.btn-RegApp.active,	
.open > .dropdown-toggle.btn-RegApp {	
  color: #fff;	
  background-color: #689539;	
  border-color: #486827;	
}	
.btn-RegApp:active:hover,	
.btn-RegApp.active:hover,	
.open > .dropdown-toggle.btn-RegApp:hover,	
.btn-RegApp:active:focus,	
.btn-RegApp.active:focus,	
.open > .dropdown-toggle.btn-RegApp:focus,	
.btn-RegApp:active.focus,	
.btn-RegApp.active.focus,	
.open > .dropdown-toggle.btn-RegApp.focus {	
  color: #fff;	
  background-color: #486827;	
  border-color: #2B3E17;	
}	
.btn-RegApp.disabled:hover,	
.btn-RegApp[disabled]:hover,	
fieldset[disabled] .btn-RegApp:hover,	
.btn-RegApp.disabled:focus,	
.btn-RegApp[disabled]:focus,	
fieldset[disabled] .btn-RegApp:focus,	
.btn-RegApp.disabled.focus,	
.btn-RegApp[disabled].focus,	
fieldset[disabled] .btn-RegApp.focus {	
  background-color: #92d050;	
  border-color: #83BB48;	
}	
.btn-RegApp .badge {	
  color: #92d050;	
  background-color: #fff;	
}	
.btn-SEAL {	
  color: #fff;	
  background-color: #13a89e;	
  border-color: #11978E;	
}	
.btn-SEAL:focus,	
.btn-SEAL.focus {	
  color: #fff;	
  background-color: #0D756E;	
  border-color: #09514D;	
}	
.btn-SEAL:hover {	
  color: #fff;	
  background-color: #0D756E;	
  border-color: #0B6963;	
}	
.btn-SEAL:active,	
.btn-SEAL.active,	
.open > .dropdown-toggle.btn-SEAL {	
  color: #fff;	
  background-color: #0D756E;	
  border-color: #0B6963;	
}	
.btn-SEAL:active:hover,	
.btn-SEAL.active:hover,	
.open > .dropdown-toggle.btn-SEAL:hover,	
.btn-SEAL:active:focus,	
.btn-SEAL.active:focus,	
.open > .dropdown-toggle.btn-SEAL:focus,	
.btn-SEAL:active.focus,	
.btn-SEAL.active.focus,	
.open > .dropdown-toggle.btn-SEAL.focus {	
  color: #fff;	
  background-color: #0B6963;	
  border-color: #09514D;	
}	
.btn-SEAL:active,	
.btn-SEAL.active,	
.open > .dropdown-toggle.btn-SEAL {	
  background-image: none;	
}	
.btn-SEAL.disabled:hover,	
.btn-SEAL[disabled]:hover,	
fieldset[disabled] .btn-SEAL:hover,	
.btn-SEAL.disabled:focus,	
.btn-SEAL[disabled]:focus,	
fieldset[disabled] .btn-SEAL:focus,	
.btn-SEAL.disabled.focus,	
.btn-SEAL[disabled].focus,	
fieldset[disabled] .btn-SEAL.focus {	
  background-color: #13a89e;	
  border-color: #11978E;	
}	
.btn-SEAL .badge {	
  color: #13a89e;	
  background-color: #fff;	
}	
.btn-AEOJT {	
  color: #fff;	
  background-color: #fec745;	
  border-color: #CB9F37;	
}	
.btn-warning:focus,	
.btn-warning.focus {	
  color: #fff;	
  background-color: #B18B30;	
  border-color: #8D6F26;	
}	
.btn-warning:hover {	
  color: #fff;	
  background-color: #B18B30;	
  border-color: #9F7D2B;	
}	
.btn-warning:active,	
.btn-warning.active,	
.open > .dropdown-toggle.btn-warning {	
  color: #fff;	
  background-color: #B18B30;	
  border-color: #9F7D2B;	
}	
.btn-warning:active:hover,	
.btn-warning.active:hover,	
.open > .dropdown-toggle.btn-warning:hover,	
.btn-warning:active:focus,	
.btn-warning.active:focus,	
.open > .dropdown-toggle.btn-warning:focus,	
.btn-warning:active.focus,	
.btn-warning.active.focus,	
.open > .dropdown-toggle.btn-warning.focus {	
  color: #fff;	
  background-color: #9F7D2B;	
  border-color: #8D6F26;	
}	
.btn-warning:active,	
.btn-warning.active,	
.open > .dropdown-toggle.btn-warning {	
  background-image: none;	
}	
.btn-warning.disabled:hover,	
.btn-warning[disabled]:hover,	
fieldset[disabled] .btn-warning:hover,	
.btn-warning.disabled:focus,	
.btn-warning[disabled]:focus,	
fieldset[disabled] .btn-warning:focus,	
.btn-warning.disabled.focus,	
.btn-warning[disabled].focus,	
fieldset[disabled] .btn-warning.focus {	
  background-color: #fec745;	
  border-color: #CB9F37;	
}	
.btn-warning .badge {	
  color: #fec745;	
  background-color: #fff;	
}	
.btn-InCap {	
  color: #fff;	
  background-color: #ef4036;	
  border-color: #BF332B;	
}	
.btn-InCap:focus,	
.btn-InCap.focus {	
  color: #fff;	
  background-color: #A72C25;	
  border-color: #85231D;	
}	
.btn-InCap:hover {	
  color: #fff;	
  background-color: #A72C25;	
  border-color: #962721;	
}	
.btn-InCap:active,	
.btn-InCap.active,	
.open > .dropdown-toggle.btn-InCap {	
  color: #fff;	
  background-color: #A72C25;	
  border-color: #962721;	
}	
.btn-InCap:active:hover,	
.btn-InCap.active:hover,	
.open > .dropdown-toggle.btn-InCap:hover,	
.btn-InCap:active:focus,	
.btn-InCap.active:focus,	
.open > .dropdown-toggle.btn-InCap:focus,	
.btn-InCap:active.focus,	
.btn-InCap.active.focus,	
.open > .dropdown-toggle.btn-InCap.focus {	
  color: #fff;	
  background-color: #962721;	
  border-color: #85231D;	
}	
.btn-InCap:active,	
.btn-InCap.active,	
.open > .dropdown-toggle.btn-InCap {	
  background-image: none;	
}	
.btn-InCap.disabled:hover,	
.btn-InCap[disabled]:hover,	
fieldset[disabled] .btn-InCap:hover,	
.btn-InCap.disabled:focus,	
.btn-InCap[disabled]:focus,	
fieldset[disabled] .btn-InCap:focus,	
.btn-InCap.disabled.focus,	
.btn-InCap[disabled].focus,	
fieldset[disabled] .btn-InCap.focus {	
  background-color: #ef4036;	
  border-color: #BF332B;	
}	
.btn-InCap .badge {	
  color: #ef4036;	
  background-color: #fff;	
}	
.btn-CaTeEd {	
  color: #fff;	
  background-color: #0b9444;	
  border-color: #087636;	
}	
.btn-CaTeEd:focus,	
.btn-CaTeEd.focus {	
  color: #fff;	
  background-color: #09853D;	
  border-color: #065D2A;	
}	
.btn-CaTeEd:hover {	
  color: #fff;	
  background-color: #09853D;	
  border-color: #065D2A;	
}	
.btn-CaTeEd:active,	
.btn-CaTeEd.active,	
.open > .dropdown-toggle.btn-CaTeEd {	
  color: #fff;	
  background-color: #09853D;	
  border-color: #065D2A;	
}	
.btn-CaTeEd:active:hover,	
.btn-CaTeEd.active:hover,	
.open > .dropdown-toggle.btn-CaTeEd:hover,	
.btn-CaTeEd:active:focus,	
.btn-CaTeEd.active:focus,	
.open > .dropdown-toggle.btn-CaTeEd:focus,	
.btn-CaTeEd:active.focus,	
.btn-CaTeEd.active.focus,	
.open > .dropdown-toggle.btn-CaTeEd.focus {	
  color: #fff;	
  background-color: #065D2A;	
  border-color: #044A21;	
}	
.btn-CaTeEd.disabled:hover,	
.btn-CaTeEd[disabled]:hover,	
fieldset[disabled] .btn-CaTeEd:hover,	
.btn-CaTeEd.disabled:focus,	
.btn-CaTeEd[disabled]:focus,	
fieldset[disabled] .btn-CaTeEd:focus,	
.btn-CaTeEd.disabled.focus,	
.btn-CaTeEd[disabled].focus,	
fieldset[disabled] .btn-CaTeEd.focus {	
  background-color: #0b9444;	
  border-color: #087636;	
}	
.btn-CaTeEd .badge {	
  color: #0b9444;	
  background-color: #fff;	
}	
.btn-JoBSha {	
  color: #fff;	
  background-color: #662d91;	
  border-color: #512474;	
}	
.btn-JoBSha:focus,	
.btn-JoBSha.focus {	
  color: #fff;	
  background-color: #5B2882;	
  border-color: #482068;	
}	
.btn-JoBSha:hover {	
  color: #fff;	
  background-color: #5B2882;	
  border-color: #512475;	
}	
.btn-JoBSha:active,	
.btn-JoBSha.active,	
.open > .dropdown-toggle.btn-JoBSha {	
  color: #fff;	
  background-color: #5B2882;	
  border-color: #512475;	
}	
.btn-JoBSha:active:hover,	
.btn-JoBSha.active:hover,	
.open > .dropdown-toggle.btn-JoBSha:hover,	
.btn-JoBSha:active:focus,	
.btn-JoBSha.active:focus,	
.open > .dropdown-toggle.btn-JoBSha:focus,	
.btn-JoBSha:active.focus,	
.btn-JoBSha.active.focus,	
.open > .dropdown-toggle.btn-SEAL.focus {	
  color: #fff;	
  background-color: #512475;	
  border-color: #482068;	
}	
.btn-JoBSha:active,	
.btn-JoBSha.active,	
.open > .dropdown-toggle.btn-JoBSha {	
  background-image: none;	
}	
.btn-JoBSha.disabled:hover,	
.btn-JoBSha[disabled]:hover,	
fieldset[disabled] .btn-JoBSha:hover,	
.btn-JoBSha.disabled:focus,	
.btn-JoBSha[disabled]:focus,	
fieldset[disabled] .btn-JoBSha:focus,	
.btn-JoBSha.disabled.focus,	
.btn-JoBSha[disabled].focus,	
fieldset[disabled] .btn-JoBSha.focus {	
  background-color: #662d91;	
  border-color: #512474;	
}	
.btn-JoBSha .badge {	
  color: #662d91;	
  background-color: #fff;	
}

/*End Wbl Colors*/


/*Pie*/


#wrapper {
    width: 400px;
    height: 400px;
}

#meter {
    width: 100%;
    height: 100%;
    transform: rotateX(180deg);
}

#meter2 {
    width: 100%;
    height: 100%;
    transform: rotateX(180deg);
}

.circle {
    fill: none;
}

.outline, #mask {
    stroke: #F1F1F1;
    stroke-width: 65;
}

#meter_needle {
    height: 80%;
    left: 200px;
    margin: auto;
    position: absolute;
    /*right: 710px;*/
    top: 16%;

}

    #meter_needle.weakneedle {
        transform-origin: bottom center;
        transform: rotate(290deg);
    }

    #meter_needle.goodneedle {
        transform-origin: bottom center;
        transform: rotate(350deg);
    }

    #meter_needle.betterneedle {
        transform-origin: bottom center;
        transform: rotate(400deg);
    }

    #meter_needle.bestneedle {
        transform-origin: bottom center;
        transform: rotate(440deg);
    }



#meter_needle_new {
    height: 80%;
    left: 200px;
    margin: auto;
    position: absolute;
    /*right: 710px;*/
    top: 16%;
}

    #meter_needle_new.weakneedle {
        transform-origin: bottom center;
        transform: rotate(295deg);
    }

    #meter_needle_new.goodneedle {
        transform-origin: bottom center;
        transform: rotate(335deg);
    }

    #meter_needle_new.betterneedle {
        transform-origin: bottom center;
        transform: rotate(380deg);
    }

    #meter_needle_new.bestneedle {
        transform-origin: bottom center;
        transform: rotate(425deg);
    }

.chart-skills {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .chart-skills *,
    .chart-skills::before {
        box-sizing: border-box;
    }


/* CHART-SKILLS STYLES
                        –––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart-skills {
    position: relative;
    width: 350px;
    height: 175px;
    overflow: hidden;
    margin-top: -40rem;
}

    .chart-skills li {
        position: absolute;
        top: 100%;
        left: 0;
        width: inherit;
        height: inherit;
        transform-origin: 50% 0;
        transform-style: preserve-3d;
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: linear;
        color: #fff;
        font-weight: 900;
    }

        .chart-skills li:nth-child(1) {
            z-index: 4;
            animation-name: rotate-one;
        }

        .chart-skills li:nth-child(2) {
            z-index: 3;
            animation-name: rotate-two;
        }

        .chart-skills li:nth-child(3) {
            z-index: 2;
            animation-name: rotate-three;
        }

        .chart-skills li:nth-child(4) {
            z-index: 1;
            animation-name: rotate-four;
        }

    .chart-skills span {
        position: absolute;
        font-size: 18px;
        backface-visibility: hidden;
    }

    .chart-skills li:nth-child(1) span {
        top: 45px;
        left: 18px;
        transform: rotate(-107deg);
    }

    .chart-skills li:nth-child(2) span {
        top: 50px;
        left: 35px;
        transform: rotate(-114deg);
        animation-delay: .4s;
    }

    .chart-skills li:nth-child(3) span {
        top: 29px;
        left: 24px;
        transform: rotate(-107deg);
        animation-delay: .8s;
    }

    .chart-skills li:nth-child(4) span {
        top: 18px;
        left: 5px;
        transform: rotate(-111deg);
        animation-delay: 1.2s;
    }

#wrapper_sm {
    width: 250px;
    height: 170px;
}

#meter_sm {
    width: 100%;
    height: 100%;
    transform: rotateX(180deg);
}

#meter_needle_sm {
    height: 30%;
    left: 137px;
    margin: auto;
    position: absolute;
    top: 19%;
    /*right: 710px;*/
}

    #meter_needle_sm.weakneedle {
        transform-origin: bottom center;
        transform: rotate(275deg);
    }

    #meter_needle_sm.goodneedle {
        transform-origin: bottom center;
        transform: rotate(335deg);
    }

    #meter_needle_sm.betterneedle {
        transform-origin: bottom center;
        transform: rotate(385deg);
    }

    #meter_needle_sm.bestneedle {
        transform-origin: bottom center;
        transform: rotate(430deg);
    }

.chart-skills_sm {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .chart-skills_sm *,
    .chart-skills_sm::before {
        box-sizing: border-box;
    }


/* CHART-SKILLS_sm STYLES
                        –––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart-skills_sm {
    position: relative;
    width: 350px;
    height: 175px;
    overflow: hidden;
    margin-top: -40rem;
}

    .chart-skills_sm li {
        position: absolute;
        top: 100%;
        left: 0;
        width: inherit;
        height: inherit;
        transform-origin: 50% 0;
        transform-style: preserve-3d;
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: linear;
        color: #fff;
        font-weight: 900;
    }

        .chart-skills_sm li:nth-child(1) {
            z-index: 4;
            animation-name: rotate-one;
        }

        .chart-skills_sm li:nth-child(2) {
            z-index: 3;
            animation-name: rotate-two;
        }

        .chart-skills_sm li:nth-child(3) {
            z-index: 2;
            animation-name: rotate-three;
        }

        .chart-skills_sm li:nth-child(4) {
            z-index: 1;
            animation-name: rotate-four;
        }

    .chart-skills_sm span {
        position: absolute;
        font-size: 18px;
        backface-visibility: hidden;
    }

    .chart-skills_sm li:nth-child(1) span {
        top: 30px;
        left: 10px;
        transform: rotate(-105deg);
    }

    .chart-skills_sm li:nth-child(2) span {
        top: 50px;
        left: 35px;
        transform: rotate(-114deg);
        animation-delay: .4s;
    }

    .chart-skills_sm li:nth-child(3) span {
        top: 29px;
        left: 24px;
        transform: rotate(-107deg);
        animation-delay: .8s;
    }

    .chart-skills_sm li:nth-child(4) span {
        top: 18px;
        left: 13px;
        transform: rotate(-100deg);
        animation-delay: 1.2s;
    }

#wrapper_xs {
    width: 91px;
    height: 91px;
    margin-left: 3.75rem;
    margin-bottom: -4rem;
}

#meter_xs {
    width: 100%;
    height: 100%;
    transform: rotateX(180deg);
}

#meter_needle_xs {
    height: 40%;
    left: 57%;
    margin: auto;
    position: absolute;
    top: 24%;
    /*right: 710px;*/
}

    #meter_needle_xs.weakneedle {
        transform-origin: bottom center;
        transform: rotate(275deg);
    }

    #meter_needle_xs.goodneedle {
        transform-origin: bottom center;
        transform: rotate(335deg);
    }

    #meter_needle_xs.betterneedle {
        transform-origin: bottom center;
        transform: rotate(385deg);
    }

    #meter_needle_xs.bestneedle {
        transform-origin: bottom center;
        transform: rotate(430deg);
    }

.chart-skills_xs {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .chart-skills_xs *,
    .chart-skills_xs::before {
        box-sizing: border-box;
    }


/* CHART-SKILLS_sm STYLES
                        –––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart-skills_xs {
    position: relative;
    width: 350px;
    height: 175px;
    overflow: hidden;
    margin-top: -40rem;
}

    .chart-skills_xs li {
        position: absolute;
        top: 100%;
        left: 0;
        width: inherit;
        height: inherit;
        transform-origin: 50% 0;
        transform-style: preserve-3d;
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: linear;
        color: #fff;
        font-weight: 900;
    }

        .chart-skills_xs li:nth-child(1) {
            z-index: 4;
            animation-name: rotate-one;
        }

        .chart-skills_xs li:nth-child(2) {
            z-index: 3;
            animation-name: rotate-two;
        }

        .chart-skills_xs li:nth-child(3) {
            z-index: 2;
            animation-name: rotate-three;
        }

        .chart-skills_xs li:nth-child(4) {
            z-index: 1;
            animation-name: rotate-four;
        }

    .chart-skills_xs span {
        position: absolute;
        font-size: 18px;
        backface-visibility: hidden;
    }

    .chart-skills_xs li:nth-child(1) span {
        top: 30px;
        left: 10px;
        transform: rotate(-105deg);
    }

    .chart-skills_xs li:nth-child(2) span {
        top: 50px;
        left: 35px;
        transform: rotate(-114deg);
        animation-delay: .4s;
    }

    .chart-skills_xs li:nth-child(3) span {
        top: 29px;
        left: 24px;
        transform: rotate(-107deg);
        animation-delay: .8s;
    }

    .chart-skills_xs li:nth-child(4) span {
        top: 18px;
        left: 13px;
        transform: rotate(-100deg);
        animation-delay: 1.2s;
    }

/* RESET STYLES
                        –––––––––––––––––––––––––––––––––––––––––––––––––– */

#OccupationMatch {
    height: 10rem;
    overflow: hidden;
    font-size: 18px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    width: 10rem;*/
}

/* ANIMATIONS
                        –––––––––––––––––––––––––––––––––––––––––––––––––– */
@keyframes rotate-one {
    100% {
        transform: rotate(35deg);
        /**
                             * 12% => 21.6deg
                             */
    }
}

@keyframes rotate-two {
    0% {
        transform: rotate(35deg);
    }

    100% {
        transform: rotate(90deg);
        /**
                             * 32% => 57.6deg
                             * 57.6 + 21.6 => 79.2deg
                             */
    }
}

@keyframes rotate-three {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(135deg);
        /**
                             * 34% => 61.2deg
                             * 61.2 + 79.2 => 140.4deg
                             */
    }
}

@keyframes rotate-four {
    0% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(180deg);
        /**
                             * 22% => 39.6deg
                             * 140.4 + 39.6 => 180deg
                             */
    }
}

@keyframes fade-in {
    0%,
    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pie-wrapper {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden;
}

    .pie-wrapper .arc, .pie-wrapper:before {
        content: "";
        width: 200px;
        height: 100px;
        position: absolute;
        -ms-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        left: 0;
        box-sizing: border-box;
    }

    .pie-wrapper:before {
        border: 50px solid #e8e8e8;
        border-bottom: none;
        top: 0;
        z-index: 1;
        border-radius: 300px 300px 0 0;
    }

    .pie-wrapper .arc {
        border: 50px solid #47cf73;
        border-top: none;
        border-radius: 0 0 300px 300px;
        top: 100%;
        z-index: 2;
    }

        .pie-wrapper .arc::before {
            content: "";
            height: 1px;
            width: 5px;
            position: absolute;
            top: 0px;
        }

    .pie-wrapper .score {
        font-size: 28px;
        display: block;
        width: 200px;
        text-align: center;
        margin-top: 65px;
    }



.arc[data-value="weak"] {
    -moz-animation: fill 2s;
    -webkit-animation: fill 2s;
    animation: fill 2s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: All 5s ease;
    border-color: #f44336;
}

    .arc[data-value="weak"]:after {
        content: "";
        position: absolute;
        left: -40px;
        top: 5px;
    }

    .arc[data-value="weak"]::before {
        background-color: #f44336;
    }

.arc[data-value="weak"] {
    border-color: #f44336;
}

    .arc[data-value="weak"]::before {
        background-color: #f44336;
    }


.arc[data-value="good"] {
    -moz-animation: fill 2s;
    -webkit-animation: fill 2s;
    animation: fill 2s;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: All 5s ease;
    border-color: #bf8222;
}

    .arc[data-value="good"]:after {
        content: "";
        position: absolute;
        left: -40px;
        top: 5px;
    }

    .arc[data-value="good"]::before {
        background-color: #bf8222;
    }

.arc[data-value="good"] {
    border-color: #bf8222;
}

    .arc[data-value="good"]::before {
        background-color: #bf8222;
    }

.arc[data-value="better"] {
    -moz-animation: fill 2s;
    -webkit-animation: fill 2s;
    animation: fill 2s;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: All 5s ease;
    border-color: #294e71;
}

    .arc[data-value="better"]:after {
        content: "";
        position: absolute;
        left: -40px;
        top: 5px;
    }

    .arc[data-value="better"]::before {
        background-color: #294e71;
    }

.arc[data-value="better"] {
    border-color: #294e71;
}

    .arc[data-value="better"]::before {
        background-color: #294e71;
    }

.arc[data-value="best"] {
    -moz-animation: fill 2s;
    -webkit-animation: fill 2s;
    animation: fill 2s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: All 5s ease;
    border-color: #42925a;
}

    .arc[data-value="best"]:after {
        content: "";
        position: absolute;
        left: -40px;
        top: 5px;
    }

    .arc[data-value="best"]::before {
        background-color: #42925a;
    }


@-moz-keyframes fill {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #f44336;
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: #42925a;
    }
}

@-webkit-keyframes fill {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #f44336;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: #42925a;
    }
}

@keyframes fill {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #f44336;
    }

    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: #42925a;
    }
}

/*Pie Chart*/


/**************
## Animation ##
**************/
/************
## Toggler ##
************/
/***********
## Drawer ##
***********/
/***********
## Pusher ##
***********/
/*******************
## Pusher Overlay ##
*******************/
/**************
## Variables ##
**************/
/*************
## Required ##
*************/
html, body {
  height: 100%; }

/**************
## Container ##
**************/
.pure-container {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

/************
## Toggler ##
************/
.pure-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px; }
  /* .pure-toggle:focus ~ .pure-toggle-label {
    border-color: #1fc08e;
    color: #1fc08e; } */

.pure-toggle-label {
  display: none;
  cursor: pointer;
  display: block;
  /* position: fixed; */
  top: 15px;
  z-index: 99;
  color: #fff;
  /*width: 70px;
  height: 70px;*/
  transition: all 400ms ease-in-out;
  /* border: 2px solid #5d809d; */
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  /* .pure-toggle-label:hover {
    border-color: #fff;
    color: #1fc08e; }
    .pure-toggle-label:hover .pure-toggle-icon,
    .pure-toggle-label:hover .pure-toggle-icon:before,
    .pure-toggle-label:hover .pure-toggle-icon:after {
      background-color: #1fc08e; } */
  .pure-toggle-label:active {
    -webkit-tap-highlight-color: transparent; }
  .pure-toggle-label .pure-toggle-icon,
  .pure-toggle-label .pure-toggle-icon:before,
  .pure-toggle-label .pure-toggle-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 35px;
    cursor: pointer;
    background: #fff;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; }
  .pure-toggle-label .pure-toggle-icon {
    transform: translate3d(-50%, -4px, 0);
    -webkit-transform: translate3d(-50%, -4px, 0); }
  .pure-toggle-label .pure-toggle-icon:before {
    transform: translate3d(-50%, -14px, 0);
    -webkit-transform: translate3d(-50%, -14px, 0); }
  .pure-toggle-label .pure-toggle-icon:after {
    transform: translate3d(-50%, 10px, 0);
    -webkit-transform: translate3d(-50%, 10px, 0); }

.pure-toggle-label[data-toggle-label='left'] {
  left: 15px;
  right: auto; }

.pure-toggle-label[data-toggle-label='right'] {
  right: 28px;
  left: auto; }

.pure-toggle-label[data-toggle-label='top'] {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label:not([data-toggle-label='left']),
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label:not([data-toggle-label='right']),
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label:not([data-toggle-label='top']) {
  opacity: 0;
  z-index: -1; }

/* .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] {
  border-color: #1fc08e;
  color: #1fc08e; } */
  .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon,
  .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon,
  .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon {
    background-color: transparent; }
  .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:before,
  .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after,
  .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before,
  .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after,
  .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:before, .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:after {
    top: 0; }
  .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:before,
  .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before,
  .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:before {
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg); }
  .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after,
  .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after,
  .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:after {
    transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    top: 10px; }

/***********
## Drawer ##
***********/
.pure-drawer {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  background: linear-gradient(#777, #3c3c3c);
  /* background-color: #374c5d; */
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .pure-drawer {
      width: 325px; } }
  @media only screen and (min-width: 64.063em) {
    .pure-drawer {
      width: 325px; } }

.pure-drawer[data-position='right'] {
  left: auto;
  right: 0; }

.pure-drawer a {
    color: #fff;
}

.pure-drawer a:hover {
    color: #fff;
    text-decoration: underline;
}

.pure-drawer img {
    width: 2em;
}

.pure-drawer .badge {
    background-color: transparent;
}

.pure-drawer[data-position='top'] {
  height: 100%;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .pure-drawer[data-position='top'] {
      height: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .pure-drawer[data-position='top'] {
      height: 100px; } }

/*********************
## Pusher Container ##
*********************/
.pure-pusher-container {
  position: relative;
  height: 100%;
  overflow: hidden; }

/***********
## Pusher ##
***********/
.pure-pusher {
  position: relative;
  height: 100%;
  overflow-y: auto;
  left: 0;
  z-index: -1;
  background-color: transparent;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease-out; }

/*******************
## Pusher Overlay ##
*******************/
.pure-overlay {
  position: fixed;
  top: 56px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 500ms;
  transition-timing-function: ease-in-out; }

.pure-toggle[data-toggle='left']:checked ~ .pure-overlay[data-overlay='left'] {
  left: 100%; }
  @media only screen and (min-width: 40.063em) {
    .pure-toggle[data-toggle='left']:checked ~ .pure-overlay[data-overlay='left'] {
      left: 325px; } }
  @media only screen and (min-width: 64.063em) {
    .pure-toggle[data-toggle='left']:checked ~ .pure-overlay[data-overlay='left'] {
      left: 325px; } }

.pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'] {
  right: 100%; }
  @media only screen and (min-width: 40.063em) {
    .pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'] {
      right: 300px; } }
  @media only screen and (min-width: 64.063em) {
    .pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'] {
      right: 300px; } }

.pure-toggle[data-toggle='top']:checked ~ .pure-overlay[data-overlay='top'] {
  top: 100%; }
  @media only screen and (min-width: 40.063em) {
    .pure-toggle[data-toggle='top']:checked ~ .pure-overlay[data-overlay='top'] {
      top: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .pure-toggle[data-toggle='top']:checked ~ .pure-overlay[data-overlay='top'] {
      top: 100px; } }

.pure-toggle[data-toggle='left']:checked ~ .pure-overlay[data-overlay='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-overlay[data-overlay='top'] {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 3; }

/********************************
## Fallback for older browsers ##
********************************/
.no-csstransforms3d .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  left: 100%; }
  @media only screen and (min-width: 40.063em) {
    .no-csstransforms3d .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      left: 300px; } }
  @media only screen and (min-width: 64.063em) {
    .no-csstransforms3d .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      left: 300px; } }

.no-csstransforms3d .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  left: -100%; }
  @media only screen and (min-width: 40.063em) {
    .no-csstransforms3d .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      left: -300px; } }
  @media only screen and (min-width: 64.063em) {
    .no-csstransforms3d .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      left: -300px; } }

.no-csstransforms3d .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  top: 100%; }
  @media only screen and (min-width: 40.063em) {
    .no-csstransforms3d .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      top: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .no-csstransforms3d .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      top: 100px; } }

/*****************************
## Effect - Slide in on top ##
*****************************/
/* DRAWER */
[data-effect='pure-effect-slide'] .pure-drawer {
  z-index: 3;
  transition-duration: 500ms; }

[data-effect='pure-effect-slide'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-effect='pure-effect-slide'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-effect='pure-effect-slide'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-effect='pure-effect-slide'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-slide'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-slide'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* OVERLAY */
[data-effect='pure-effect-slide'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/********************
## Effect - Reveal ##
********************/
/* DRAWER */
[data-effect='pure-effect-reveal'] .pure-drawer {
  visibility: visible;
  transition-duration: 500ms; }

/* PUSHER */
[data-effect='pure-effect-reveal'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }

[data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }

[data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-reveal'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); } }

/* OVERLAY */
[data-effect='pure-effect-reveal'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/*************************
## Effect - Slide along ##
*************************/
/* DRAWER */
[data-effect='pure-effect-slideAlong'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-slideAlong'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

[data-effect='pure-effect-slideAlong'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

[data-effect='pure-effect-slideAlong'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

[data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER */
[data-effect='pure-effect-slideAlong'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }

[data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }

[data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-slideAlong'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); } }

/* OVERLAY */
[data-effect='pure-effect-slideAlong'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/*******************************
## Effect - Reverse slide out ##
*******************************/
/* DRAWER */
[data-effect='pure-effect-reverseSlide'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-reverseSlide'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

[data-effect='pure-effect-reverseSlide'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

[data-effect='pure-effect-reverseSlide'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

[data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER */
[data-effect='pure-effect-reverseSlide'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }

[data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }

[data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-reverseSlide'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); } }

/* OVERLAY */
[data-effect='pure-effect-reverseSlide'] .pure-overlay {
  transition-duration: 500ms; }

/*********************************
## Effect 5 - Scale Down Pusher ##
*********************************/
/* DRAWER */
[data-effect='pure-effect-scaleDown'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-scaleDown'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-effect='pure-effect-scaleDown'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-effect='pure-effect-scaleDown'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-effect='pure-effect-scaleDown'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-scaleDown'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-scaleDown'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER CONTAINER */
[data-effect='pure-effect-scaleDown'] .pure-pusher-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

/* PUSHER */
/* Needed for Firefox */
[data-effect='pure-effect-scaleDown'] .pure-pusher-container .pure-pusher {
  z-index: 1;
  transition-duration: 500ms; }

[data-effect='pure-effect-scaleDown'] .pure-toggle:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleDown'] .pure-toggle:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 0, -300px);
      transform: translate3d(0, 0, -300px); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleDown'] .pure-toggle:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 0, -300px);
      transform: translate3d(0, 0, -300px); } }

/* OVERLAY */
[data-effect='pure-effect-scaleDown'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/*************************
## Effect - Scale Up ##
*************************/
/* CONTAINER */
[data-effect='pure-effect-scaleUp'] {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

[data-effect='pure-effect-scaleUp'][data-position='left'] {
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

[data-effect='pure-effect-scaleUp'][data-position='right'] {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

[data-effect='pure-effect-scaleUp'][data-position='top'] {
  -webkit-perspective-origin: 50% 0;
  perspective-origin: 50% 0; }

/* DRAWER */
[data-effect='pure-effect-scaleUp'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(0, 0, -100%);
  transform: translate3d(0, 0, -100%); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='left'] {
      -webkit-transform: translate3d(0, 0, -300px);
      transform: translate3d(0, 0, -300px); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='left'] {
      -webkit-transform: translate3d(0, 0, -300px);
      transform: translate3d(0, 0, -300px); } }

[data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(100%, 0, -100%);
  transform: translate3d(100%, 0, -100%); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='right'] {
      -webkit-transform: translate3d(300px, 0, -300px);
      transform: translate3d(300px, 0, -300px); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='right'] {
      -webkit-transform: translate3d(300px, 0, -300px);
      transform: translate3d(300px, 0, -300px); } }

[data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, 0, -100%);
  transform: translate3d(0, 0, -100%); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='top'] {
      -webkit-transform: translate3d(0, 0, -100%);
      transform: translate3d(0, 0, -100%); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-drawer[data-position='top'] {
      -webkit-transform: translate3d(0, 0, -100px);
      transform: translate3d(0, 0, -100px); } }

[data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER */
[data-effect='pure-effect-scaleUp'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }

[data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }

[data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-scaleUp'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); } }

/* OVERLAY */
[data-effect='pure-effect-scaleUp'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/****************************************
## Effect - Scale and Rotate Pusher ##
****************************************/
/* DRAWER */
[data-effect='pure-effect-scaleRotate'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-scaleRotate'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-effect='pure-effect-scaleRotate'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-effect='pure-effect-scaleRotate'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-effect='pure-effect-scaleRotate'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-scaleRotate'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-scaleRotate'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER CONTAINER */
[data-effect='pure-effect-scaleRotate'] .pure-pusher-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

/* PUSHER */
[data-effect='pure-effect-scaleRotate'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-scaleRotate'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg); }

[data-effect='pure-effect-scaleRotate'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(20deg);
  transform: translate3d(100px, 0, -600px) rotateY(20deg); }

[data-effect='pure-effect-scaleRotate'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 0, -100px) rotateX(20deg);
  transform: translate3d(0, 0, -100px) rotateX(20deg); }

/* OVERLAY */
[data-effect='pure-effect-scaleRotate'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/**************************
## Effect - Fall in ##
**************************/
/* DRAWER */
[data-effect='pure-effect-fall'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-fall'] .pure-drawer[data-position='left'],
[data-effect='pure-effect-fall'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-effect='pure-effect-fall'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-effect='pure-effect-fall'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-fall'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-fall'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER */
[data-effect='pure-effect-fall'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-fall'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-fall'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-fall'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }

[data-effect='pure-effect-fall'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-fall'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-fall'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }

[data-effect='pure-effect-fall'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-fall'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-fall'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); } }

/* OVERLAY */
[data-effect='pure-effect-fall'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/*********************
## Effect - Push ##
*********************/
/* DRAWER */
[data-effect='pure-effect-push'] .pure-drawer {
  transition-duration: 500ms; }

[data-effect='pure-effect-push'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-effect='pure-effect-push'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-effect='pure-effect-push'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-effect='pure-effect-push'] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect='pure-effect-push'] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect='pure-effect-push'] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* PUSHER */
[data-effect='pure-effect-push'] .pure-pusher-container .pure-pusher {
  transition-duration: 500ms; }

[data-effect='pure-effect-push'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-push'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-push'] .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); } }

[data-effect='pure-effect-push'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-push'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-push'] .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); } }

[data-effect='pure-effect-push'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 40.063em) {
    [data-effect='pure-effect-push'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 64.063em) {
    [data-effect='pure-effect-push'] .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0); } }

/* OVERLAY */
[data-effect='pure-effect-push'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms; }

/********************
## Effect - Bounce ##
********************/
/* DRAWER */
[data-effect="pure-effect-bounce"] .pure-drawer {
  z-index: 3;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[data-effect="pure-effect-bounce"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect="pure-effect-bounce"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect="pure-effect-bounce"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible; }

/* OVERLAY */
[data-effect="pure-effect-bounce"] .pure-overlay {
  transition-duration: 1000ms;
  transition-delay: 500ms; }

/******************
## Effect - Fade ##
******************/
/* DRAWER */
[data-effect="pure-effect-fade"] .pure-drawer {
  z-index: 3;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[data-effect="pure-effect-fade"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect="pure-effect-fade"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect="pure-effect-fade"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible; }

/* OVERLAY */
[data-effect="pure-effect-fade"] .pure-overlay {
  transition-duration: 1000ms;
  transition-delay: 500ms; }

/*******************
## Effect - FlipX ##
*******************/
/* DRAWER */
[data-effect="pure-effect-flipX"] .pure-drawer {
  z-index: 3;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[data-effect="pure-effect-flipX"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect="pure-effect-flipX"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect="pure-effect-flipX"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible; }

/* OVERLAY */
[data-effect="pure-effect-flipX"] .pure-overlay {
  transition-duration: 1000ms;
  transition-delay: 500ms; }

/*******************
## Effect - FlipY ##
*******************/
/* DRAWER */
[data-effect="pure-effect-flipY"] .pure-drawer {
  z-index: 3;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[data-effect="pure-effect-flipY"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect="pure-effect-flipY"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect="pure-effect-flipY"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible; }

/* OVERLAY */
[data-effect="pure-effect-flipY"] .pure-overlay {
  transition-duration: 1000ms;
  transition-delay: 500ms; }

/******************
## Effect - Zoom ##
******************/
/* DRAWER */
[data-effect="pure-effect-zoom"] .pure-drawer {
  z-index: 3;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[data-effect="pure-effect-zoom"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'],
[data-effect="pure-effect-zoom"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'],
[data-effect="pure-effect-zoom"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  visibility: visible; }

/* OVERLAY */
[data-effect="pure-effect-zoom"] .pure-overlay {
  transition-duration: 1000ms;
  transition-delay: 500ms; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown, [data-effect="pure-effect-bounce"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft, [data-effect="pure-effect-bounce"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'] {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight, [data-effect="pure-effect-bounce"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'] {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft, [data-effect="pure-effect-bounce"] .pure-drawer[data-position='left'] {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight, [data-effect="pure-effect-bounce"] .pure-drawer[data-position='right'] {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp, [data-effect="pure-effect-bounce"] .pure-drawer[data-position='top'] {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown, [data-effect="pure-effect-fade"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft, [data-effect="pure-effect-fade"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'] {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight, [data-effect="pure-effect-fade"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'] {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft, [data-effect="pure-effect-fade"] .pure-drawer[data-position='left'] {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight, [data-effect="pure-effect-fade"] .pure-drawer[data-position='right'] {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp, [data-effect="pure-effect-fade"] .pure-drawer[data-position='top'] {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX, [data-effect="pure-effect-flipX"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'], [data-effect="pure-effect-flipX"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'], [data-effect="pure-effect-flipX"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY, [data-effect="pure-effect-flipY"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'], [data-effect="pure-effect-flipY"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'], [data-effect="pure-effect-flipY"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX, [data-effect="pure-effect-flipX"] .pure-drawer[data-position='left'], [data-effect="pure-effect-flipX"] .pure-drawer[data-position='right'], [data-effect="pure-effect-flipX"] .pure-drawer[data-position='top'] {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY, [data-effect="pure-effect-flipY"] .pure-drawer[data-position='left'], [data-effect="pure-effect-flipY"] .pure-drawer[data-position='right'], [data-effect="pure-effect-flipY"] .pure-drawer[data-position='top'] {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown, [data-effect="pure-effect-zoom"] .pure-toggle[data-toggle='top']:checked ~ .pure-drawer[data-position='top'] {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft, [data-effect="pure-effect-zoom"] .pure-toggle[data-toggle='left']:checked ~ .pure-drawer[data-position='left'] {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight, [data-effect="pure-effect-zoom"] .pure-toggle[data-toggle='right']:checked ~ .pure-drawer[data-position='right'] {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft, [data-effect="pure-effect-zoom"] .pure-drawer[data-position='left'] {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight, [data-effect="pure-effect-zoom"] .pure-drawer[data-position='right'] {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp, [data-effect="pure-effect-zoom"] .pure-drawer[data-position='top'] {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }


#Navigation {
    font-size: 14px;
}

/*Profile Exchange Pages*/

#StaffFile .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
}

#EmployerFile .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
}

#RefInfo {
    background-color: #fff;
}

    #RefInfo .control-label {
        text-align: left !important;
    }

#StaffFileTabs {
    color: #13426b;
    background-color: #F1F1F1;
}

.nav-tabs-file {
    border-color: #13426b !important;
}

.panel-primary-transparent-top {
    border-top: transparent;
    border-radius: 0px 0px 5px 5px;
}

.nav-tabs-file > li.active > a, .nav-tabs-file > li.active > a:focus, .nav-tabs-file > li.active > a:hover {
    color: #13426b;
    cursor: default;
    background-color: #fff;
    border: 1px solid #13426b;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    font-size: 20px;
}

.nav-tabs-file > li > a {
    background-color: #5A7B97;
    font-size: 20px;
    border-bottom: 1px solid #13426b;
    color: #FFF;
}

    .nav-tabs-file > li > a:focus, .nav-tabs-file > li > a:hover {
        background-color: #E3E8ED;
        font-size: 20px;
        border-bottom: 1px solid #13426b;
        color: #13426b;
    }

#JAGSurveyBTN {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

    #JAGSurveyBTN:hover {
        animation: none;
    }

    @keyframes shake {
        0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*DWD INDemand Style*/

html {
    font-size: 100%
}

.navbar-INDemand {
    background-color: #1a4f8c;
    /*border-color: #080808;*/
    padding: 1rem 0;
    border-radius: 0%;
}

    .navbar-INDemand > a {
        color: #fefefe!important;
        line-height: inherit;
    }

        .navbar-INDemand > a:hover {
            color: #fefefe!important;
            text-decoration: underline
        }

#INDemand-DWD-Brand {
    padding: 0px 15px !important;
}

#INDemand-DWD-Brand-logo {
    height: 2.5rem;
    width: auto;
    transition: all 0.2s;
}

#INDemand-Navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

#DWDHeader {
    margin-bottom: 1rem;
    margin-top: 0;
    z-index: 10000;
    transition: margin-top 0.2s;
    position: unset;
    transition: top 0.2s;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    color: #ffffff;
    font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
}

#PrimaryDWDNav{
    margin-bottom: 0!important;
}

#SubDWDNav {
    border-radius: 0px !important;
    background-color: #fefefe;
    /*display:flex;
    justify-content:center;*/
}

    #SubDWDNav .navbar-brand {
        color: #1a4f8c !important;
    }

    #SubDWDNav .navbar-brand:hover {
        color: #1a4f8c !important;
    }


.fa-l {
    font-size: 1rem !important;
}

.navbar-center {
    display: table !important;
}

.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /*remove the gap so it doesn't close*/
    }

.dropbtn {
    padding: 10px !important;
    font-size: 1rem;
    border-color: #1a4f8c transparent transparent;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    color: #1a4f8c!important;
}

    .dropbtn:active, dropbtn:active {
    }

.dropdown-content {
    border-radius: 0.5rem;
    border: none;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 15vw;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.33);
    z-index: 1;
    text-align: left !important;
}

    .dropdown-content a {
        color: #1a4f8c!important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 16px;
    }

        .dropdown-content a:hover {
            color: #1a4f8c !important;
            text-decoration: underline;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    border-color: #fefefe transparent transparent;
    background-color: #1a4f8c;
    color: #fff!important;
}

/*DWDFooter*/
.agency-prefooter {
    background-color: #2267b7;
    padding: 1.5rem 1rem;
}

#footer_agency {
    background-color: #123761;
    color: #fff !important;
    font-size: 14px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.33);
    font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
}


    #footer_agency #footer_agency-links {
        padding: 1.8rem 2rem
    }

        #footer_agency #footer_agency-links h2 {
            border-left: 10px solid #184A8C;
            color: #fff;
            font-size: 1.4rem;
            margin-bottom: 10px;
            padding-left: 6px
        }

        #footer_agency #footer_agency-links ul {
            line-height: 1.6rem
        }

            #footer_agency #footer_agency-links ul li a {
                display: inline-block;
                line-height: 1rem;
                color: #fff;
            }

        #footer_agency #footer_agency-links a {
            display: inline-block;
            line-height: 1rem;
            text-decoration: underline
        }

            #footer_agency #footer_agency-links a.button {
                background: transparent;
                padding: 0;
                margin: 1rem 0
            }

        #footer_agency #footer_agency-links ul.icons_social {
            list-style-type: none;
            padding: 1rem 0 0;
            display: flex;
            justify-content: flex-start
        }

            #footer_agency #footer_agency-links ul.icons_social .columns {
                flex: 0 auto;
                padding: 0 0.25rem
            }

#footer_agency-brand {
    background-color: #1a4f8c;
    align-items: flex-start;
    background-color: #184A8C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    font-size: 1.5rem;
    height: 20.5rem;
}

#footer_global {
    background-color: #000;
    padding: 12px 0px;
    color: #fefefe;
    font-size: 14px;
    font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
}

    #footer_global #footer_sliver {
        background-color: #000;
        font-size: 0.7rem;
        padding: 12px 0;
    }

    #footer_global {
        position:relative;
    }
        #footer_global #footer_sliver .columns:first-child {
            margin-bottom: 4px
        }

        #footer_global #footer_sliver a {
            color: #CC9933;
            text-decoration: underline;
        }

#footer_global #footer_links {
    font-size: 1rem;
    padding: 2rem;
    position: relative
}

    #footer_global #footer_links:before {
        content: " ";
        background-image: url("../images/footer_bg-flag.jpg");
        background-size: cover;
        background-position: left center;
        display: block;
        position: absolute;
        height: 100%;
        opacity: 0.1;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 0
    }

    #footer_global #footer_links h2 {
        border-left: 10px solid #2E5FA9;
        color: #B9D1E5;
        font-size: 0.9rem;
        padding-left: 6px
    }

    #footer_global #footer_links ul {
        line-height: 1.6rem
    }

        #footer_global #footer_links ul li {
            font-size: 0.8rem
        }

            #footer_global #footer_links ul li a {
                display: inline-block;
                line-height: 1rem;
                text-decoration: underline;
                color: #fff;
            }

    #footer_global #footer_links .columns {
        z-index: 1
    }

    #footer_links::before {
        content: " ";
        background-image: url('../App_Themes/Images/footer_bg-flag.png');
        background-size: cover;
        background-position: left center;
        display: block;
        position: absolute;
        height: 100%;
        opacity: 0.1;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 0;
    }

    .logo_in-seal {
        height: 25vh;
        margin-top: -20px;
    }

    .navbar-blue {
        background-color: #13426b;
        /*border-color: #fec524;*/
        /* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 11px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .navbar-blue .navbar-brand {
            color: #fff;
        }

            .navbar-blue .navbar-brand:hover,
            .navbar-blue .navbar-brand:focus {
                color: #5e5e5e;
                background-color: transparent;
            }

        .navbar-blue .navbar-text {
            color: #FFF;
        }

        .navbar-blue .navbar-nav > li > a {
            color: #FFF;
        }

            .navbar-blue .navbar-nav > li > a:hover,
            .navbar-blue .navbar-nav > li > a:focus {
                color: #ebebeb;
                background-color: #325f88;
            }

        .navbar-blue .navbar-nav > .active > a,
        .navbar-blue .navbar-nav > .active > a:hover,
        .navbar-blue .navbar-nav > .active > a:focus {
            color: #555;
            background-color: #e7e7e7;
        }

        .navbar-blue .navbar-nav > .disabled > a,
        .navbar-blue .navbar-nav > .disabled > a:hover,
        .navbar-blue .navbar-nav > .disabled > a:focus {
            color: #ccc;
            background-color: transparent;
        }

        .navbar-blue .navbar-toggle {
            border-color: #ddd;
        }

            .navbar-blue .navbar-toggle:hover,
            .navbar-blue .navbar-toggle:focus {
                background-color: #ddd;
            }

            .navbar-blue .navbar-toggle .icon-bar {
                background-color: #888;
            }

        .navbar-blue .navbar-collapse,
        .navbar-blue .navbar-form {
            border-color: #e7e7e7;
        }

        .navbar-blue .navbar-nav > .open > a, .navbar-blue .navbar-nav > .open > a:hover, .navbar-blue .navbar-nav > .open > a:focus {
            color: #ebebeb;
            background-color: #325f88;
        }

    @media (max-width: 767px) {
        .navbar-blue .navbar-nav .open .dropdown-menu > li > a {
            color: #777;
        }

            .navbar-blue .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-blue .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #333;
                background-color: transparent;
            }

        .navbar-blue .navbar-nav .open .dropdown-menu > .active > a,
        .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
        .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #555;
            background-color: #e7e7e7;
        }

        .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a,
        .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
        .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
            color: #ccc;
            background-color: transparent;
        }
    }

    .navbar-blue .navbar-link {
        color: #fff;
    }

        .navbar-blue .navbar-link:hover {
            color: #fff;
        }

    .navbar-blue .btn-link {
        color: #777;
    }

        .navbar-blue .btn-link:hover,
        .navbar-blue .btn-link:focus {
            color: #333;
        }

        .navbar-blue .btn-link[disabled]:hover,
        fieldset[disabled] .navbar-blue .btn-link:hover,
        .navbar-blue .btn-link[disabled]:focus,
        fieldset[disabled] .navbar-blue .btn-link:focus {
            color: #ccc;
        }

.zoom_INDemandJobs {
    transition: transform .2s; /* Animation */
    margin: 1em 0 1em 0;
}

    .zoom_INDemandJobs:hover {
        transform: scale(1.25);
        z-index: 1;
        position: relative;
    }

.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #1a4f8c;
}

#page-ribbon {
    /*width: 500px;*/
    padding: 15px;
    background-color: RGB(73,142,203);
    border-radius: 6px;
    color: #fff;
    /*background-image: url('../App_Themes/Images/Top-Jobs-Star-5.svg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#page-ribbon-content {
    position: relative;
    /*width: 50%;*/
    color: #0d4e98;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 6px 70px;
    margin: 30px 10px 10px -30px;
    /*color: #333;*/
    background-color: #fec846;
    border: 2px solid #0d4e98;
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888*/;
    box-shadow: 0px 2px 4px #666;
}

     #page-ribbon-content::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 100%;
        border-width: 5px 8px;
        border-style: solid;
        border-color: #666 #666 transparent transparent;
    }

#page-ribbon-content-right {
    position: relative;
    /*width: 50%;*/
    color: #0d4e98;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 70px 6px 20px;
    margin: 30px -30px 10px 10px;
    /*color: #333;*/
    background-color: #fec846;
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;*/
    box-shadow: 0px 2px 4px #666;
    min-height: 4em;
}

    #page-ribbon-content-right::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 0px;
        top: 100%;
        border-width: 5px 8px;
        border-style: solid;
        border-color: #666 transparent transparent #666;
    }

#page-ribbon-content-center {
    position: relative;
    /*width: 50%;*/
    color: #0d4e98;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 70px 6px 70px;
    margin: 30px -30px 10px -30px;
    /*color: #333;*/
    background-color: #fec846;
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;*/
    box-shadow: 0px 2px 4px #666;
    min-height: 4em;
}

    #page-ribbon-content-center::before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 100%;
        border-width: 5px 8px;
        border-style: solid;
        border-color: #666 #666 transparent transparent;
    }

#page-ribbon-content-center::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 100%;
    border-width: 5px 8px;
    border-style: solid;
    border-color: #666 transparent transparent #666;
}

#page-ribbon-content-left {
    position: relative;
    /*width: 50%;*/
    color: #0d4e98;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 6px 70px;
    margin: 30px 10px 10px -30px;
    /*color: #333;*/
    background-color: #fec846;
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888*/;
    box-shadow: 0px 2px 4px #666;
    min-height: 4em;
}

    #page-ribbon-content-left::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 100%;
        border-width: 5px 8px;
        border-style: solid;
        border-color: #666 #666 transparent transparent;
    }

#ribbon-content-left {
    position: relative;
    /*width: 50%;*/
    color: #0d4e98;
    font-size: 1.25em;
    font-weight: bold;
    padding: 6px 20px 6px 70px;
    margin: 30px 10px 10px -30px;
    /*color: #333;*/
    background-color: #fec846;
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888*/;
    /*box-shadow: 0px 2px 4px #666;
    min-height: 6em;*/
}

#First-ribbon {
    /*width: 500px;*/
    padding: 50px 10px;
    background-color: #fff;
    /*border: 2px solid #0d4e98;*/
    /*border-radius: 25px;*/
    background-image: url('../App_Themes/Images/TJ-Ribbon-white.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

#Second-ribbon {
    /*width: 500px;*/
    padding: 50px 10px;
    background-color: #fff;
    border: 2px solid #0d4e98;
    border-radius: 25px;
    background-image: url('../App_Themes/Images/TJ-Stars-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#Third-ribbon {
    /*width: 500px;*/
    padding: 50px 10px;
    background-color: #fff;
    border: 2px solid #0d4e98;
    border-radius: 25px;
    background-image: url('../App_Themes/Images/TJ-Transparency-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#star-ribbon {
    /*width: 500px;*/
    padding: 50px 10px;
    background-color: #fff;
    border: 2px solid #0d4e98;
    border-radius: 25px;
    background-image: url('../App_Themes/Images/Top-Jobs-Star-5.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#star-ribbon-content-right {
    position: relative;
    /*width: 50%;*/
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 70px 6px 70px;
    margin: 30px -30px 10px -30px;
    color: #fff;
    background-color: rgba(13,78,152,.75);
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;*/
    box-shadow: 0px 2px 4px #666;
    /*min-height: 8em;*/
}

   /* #star-ribbon-content-right::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #666 transparent transparent #666;
    }*/

#star-ribbon-content-right::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #666 #666 transparent transparent;
}

#star-ribbon-content-center {
    position: relative;
    /*width: 50%;*/
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 70px 6px 70px;
    margin: 30px -30px 10px -30px;
    color: #fff;
    background-color: rgba(13,78,152,.75);
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;*/
    box-shadow: 0px 2px 4px #666;
    /*min-height: 8em;*/
}

    #star-ribbon-content-center::before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #666 #666 transparent transparent;
    }

    #star-ribbon-content-center::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #666 transparent transparent #666;
    }

#star-ribbon-content-left {
    position: relative;
    /*width: 50%;*/
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 70px 6px 70px;
    margin: 30px -30px 10px -30px;
    color: #fff;
    background-color: rgba(13,78,152,.75);
    /*text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888*/;
    box-shadow: 0px 2px 4px #666;
    /*min-height: 8em;*/
}

    /*#star-ribbon-content-left::before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #666 #666 transparent transparent;
    }*/

    #star-ribbon-content-left::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #666 transparent transparent #666;
    }

#topjobspolicy {
    font-size:45px;
    font-weight:900;
}

.flex-container {
    display: flex;
    flex-direction: column;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

    .flex-container > div {
        margin: 10px;
    }

.flex-container-tableau {
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

.grid-container {
    display: grid;
    column-gap: 50px;
    grid-template-columns: auto auto auto auto auto;
    padding: 10px;
}

.tj-blue-icon{
    padding: 15px 0;
}