@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/Gotham-Bold.eot');
	src: url('../fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham/GothamBook.eot');
	src: url('../fonts/Gotham/GothamBook.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/GothamBook.woff') format('woff'), url('../fonts/Gotham/GothamBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/Gotham-Medium.eot');
	src: url('../fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham/Gotham-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
html {
    font-size: 16px;
}
body {
	color: #0A1E2C;
	font-size: 1em;
	font-family: 'GothamBook', Helvetica, Arial, sans-serif;
	background: #fff;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.overflow-hidden {
    overflow: hidden;
}
strong {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
*:focus {
    outline: none !important;
    box-shadow: 0 0 0 1px #fff;
}
a {
	color: #0A1E2C;
	text-decoration: none;
	transition-property: background-color, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
	outline: 0;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
p a {
    text-decoration: underline;
}
section p a {
	color: #337ab7;
}
section p a:focus {
    box-shadow: 0 0 0 1px #23527c;
}
ul {
	margin-bottom: 0;
}
.ces-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
h1, .h1,
h2, .h2 {
	text-align: center;
}
h1, .h1 {
	margin-bottom: 40px;
}
h2, .h2 {
	font-weight: 700;
	font-size: 1.625em;
	margin-bottom: 30px;
}
h3, .h3 {
	color: #62A3D7;
	font-size: 1.375em;
}
/* Common class */
.clear {
	clear: both;
}
.alpha {
	padding-left: 0 !important;
}
.omega {
	padding-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.modal-open .modal {
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow-y: scroll;
}
.img-responsive-full {
	width: 100%;
}
.text-blue {
	color: #62A3D7;
}
.high-contrast .text-blue {
    color: #5299d3;
}
.text-green {
	color: #4CAF50;
}
.text-white {
	color: #ffffff;
}
.text-default {
	color: #0A1E2C;
}
.text-uppercase {
    text-transform: uppercase;
}
.overlay-dark {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.high-contrast .overlay-dark {
    background: rgba(0, 0, 0, 0.5625);
}
.button-link {
	font-style: italic;
	letter-spacing: 0.5px;
}
.button {
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	padding: 10px 25px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid transparent;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
p .button {
    text-decoration: none;
}
.button.button-primary {
	background: #0A1E2C;
	color: #ffffff;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.1);
}
.button.button-inverse {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.button.button-default {
	background: #62A3D7;
	color: #ffffff;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.1);
}
.high-contrast .button.button-default {
    background-color: #337ab7;
}
.button:focus,
.button:hover {
	opacity: 0.9;
}
.button.button-default:focus {
    box-shadow: 0 0 0 1px #fff,
                0 0 0 2px #0A1E2C,
                0 19px 38px rgba(0,0,0,0.10),
                0 15px 12px rgba(0,0,0,0.1);
}
.inline-btn {
	font-size: 0.875em;
}

.full {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
hr.small {
	width: 65px;
	border-top: 1px solid #0A1E2C;
}
.mb-40 {
	margin-bottom: 40px;	
}
section {
	text-align: center;
	padding: 80px 0;
}
section.skip-section {
    background-color: #0A1E2C;
    color: #fff;
    padding: unset;
    position: absolute;
        top: 0;
        left: 0;
    text-align: unset;
    width: 100%;
    z-index: 10;
}
section.skip-section a {
    color: inherit;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
/* Modal Custom */
#modal-custom .iziModal-content section, #modal .iziModal-content section {
    padding: 30px;
    text-align: left;
}
#modal-custom .iziModal-content section input:not([type="checkbox"]),
#modal-custom .iziModal-content section textarea {
    width: 100%;
    border: 1px solid #ddd;
    /* margin-bottom: 15px; */
    padding: 15px;
    font-size: 0.875em;
    outline: 0;
}
#modal-custom .iziModal-content section input:focus,
#modal-custom .iziModal-content section textarea:focus {
    border-color:#28CA97;
}
#modal-custom .iziModal-content section label[for="check"]{
    margin-bottom: 26px;
    font-size: 0.875em;
    color: #999;
    display: block;
}
#modal-custom .iziModal-content section input[type="submit"] {
    background: #28CA97;
    color: white;
    margin: 15px 0 30px 0;
    border: 0;
    cursor: pointer;
    width: 50%;
    float: left;
}
.high-contrast #modal-custom .iziModal-content section input[type="submit"] {
    background: #198060;
}
#modal-custom .iziModal-content section input[type="submit"]:focus {
    box-shadow: 0 0 0 1px #fff,
                0 0 0 2px #28CA97;
}
#modal-custom .iziModal-content .icon-close, #modal .iziModal-content .icon-close {
    background: #0A1E2C;
    margin-bottom: 10px;
    position: absolute;
    right: -14px;
    top: -14px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #fff;
    cursor: pointer;
}
#modal-custom .iziModal-content .icon-close:hover,
#modal-custom .iziModal-content .icon-close:focus,
#modal .iziModal-content .icon-close:hover,
#modal .iziModal-content .icon-close:focus{
  	background: #fff;
  	color: #0A1E2C;
}
#modal-custom label {
	padding-top: 15px;
}
.orcall {
	float: right;
	margin-top: 27px;
	font-weight: bold;
}
/* Header */
header {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	width: 100%;
	z-index: 9;
	position: absolute;
	top: 0;
	padding-bottom: 80px;
	background: linear-gradient(rgba(20, 33, 46, 0.8), rgba(0,0,0,0));
}
/* Header Navigation */
.white-navbar li a {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #ffffff;
}
.white-navbar li a:focus,
.white-navbar li a:hover {
	color: #4CAF50;
	background: none;
}
.white-navbar li.active a {
	color: #4CAF50;
	background: none;
}
.white-navbar li.active a:focus {
	color: #4CAF50;
	background: none;
}
.dark-navbar li a {
	padding-left: 15px;
	padding-right: 15px;
	color: #0A1E2C;
}
.dark-navbar li a:focus,
.dark-navbar li a:hover {
	color: #4CAF50;
}
.dark-navbar li.active a {
	color: #4CAF50;
}
.dark-navbar li.active a:focus {
	color: #4CAF50;
}
.navbar-default {
	z-index: 997;
	background: none;
	margin-bottom: 0;
	border-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}
.navbar-default .container {
	position: relative;
}
.navbar-default .navbar-nav,
.navbar-default .top-nav {
	text-transform: uppercase;
}
.navbar-default .navbar-nav li a,
.navbar-default .top-nav li a {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 0.875em;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover,
.navbar-default .top-nav li a:focus,
.navbar-default .top-nav li a:hover {
	color: #4CAF50;
	background: none;
}
.navbar-default .navbar-nav li a:focus,
.navbar-default .top-nav li a:focus {
    box-shadow: 0 0 0 1px #4CAF50;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .top-nav li.active a {
	color: #4CAF50;
	background: none;
}
.navbar-default .navbar-nav li.active a:focus,
.navbar-default .top-nav li.active a:focus {
	color: #4CAF50;
	background: none;
}
.navbar-default .navbar-nav.navbar-right,
.navbar-default .top-nav.navbar-right {
	margin-right: -20px;
}
.navbar-default .navbar-nav.navbar-right li > a,
.navbar-default .top-nav.navbar-right li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-default .navbar-header {
	width: 100%;
}
.navbar-default .navbar-header .top-nav {
    display: flex;
        justify-content: flex-end;
	margin-top: 20px;
	text-transform: none;
}
.navbar-default .navbar-header .top-nav .list-inline {
	float: right;
	margin-left: 0;
	margin-left: 35px;
}
.navbar-default .navbar-header .top-nav .list-inline li {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-header .top-nav .list-inline li + li {
	margin-left: 35px;
}
.navbar-default .navbar-collapse {
	margin-top: 45px;
}
.navbar-default .navbar-collapse .navbar-right {
	margin-right: -35px;
}
.navbar-default .navbar-brand {
	display: block;
	margin-left: 0 !important;
	height: auto;
	position: absolute;
	top: 12px;
	padding: 0;
    transition: opacity 0.5s ease;
}
.navbar-brand > a {
    display: block;
}
.navbar-default .navbar-brand img.default {
	width: 70%;
}
.navbar-default .navbar-brand .inverse {
	display: none !important;
}
.navbar-default .navbar-brand .default {
	display: inline-block;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	opacity: 0.7;
}
.navbar-default .goto-top {
	display: none;
	cursor: pointer;
}
.navbar-default.headhesive--clone {
    display: none;
	height: 86px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0;
}
.navbar-default.headhesive--clone a.navbar-brand:focus,
.navbar-default.headhesive--clone .navbar-brand a:focus {
    box-shadow: 0 0 0 1px #0A1E2C;
}
.navbar-default.headhesive--clone .top-nav {
	display: none;
}
.navbar-default.headhesive--clone .navbar-nav {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-default.headhesive--clone .navbar-nav li a {
	padding-left: 15px;
	padding-right: 15px;
	color: #0A1E2C;
	line-height: 10px;
}
.navbar-default.headhesive--clone .navbar-nav li a:focus,
.navbar-default.headhesive--clone .navbar-nav li a:hover {
	color: #4CAF50;
}
.navbar-default.headhesive--clone .request-trigger:focus {
    box-shadow: 0 0 0 1px #fff,
                0 0 0 2px #0A1E2C;
}
.navbar-default.headhesive--clone .navbar-nav li.active a {
	color: #4CAF50;
}
.navbar-default.headhesive--clone .navbar-nav li.active a:focus {
	color: #4CAF50;
}
.navbar-default.headhesive--clone .navbar-nav li:last-child > a {
	background: #0A1E2C;
	color: #ffffff;
	margin-left: 15px;
}
.navbar-default.headhesive--clone .navbar-nav.navbar-right {
	/* margin-right: -10px; */
	margin-top: 5px;
}
.navbar-default.headhesive--clone .navbar-collapse {
	margin-top: 17px;
}
.navbar-default.headhesive--clone .navbar-brand {
	width: 245px;
	top: 10px;
}
.navbar-default.headhesive--clone .navbar-brand .inverse.hidden-sm {
	display: inline-block !important;
}
.navbar-default.headhesive--clone .navbar-brand .default {
	display: none;
}
.navbar-default.headhesive--clone .goto-top {
	float: right;
	position: relative;
	right: -15px;
	top: 15px;
	margin-left: 20px;
	display: inline-block;
	width: 20px;
}
.fa-search { padding-right: 5px; }
.social-nav li {
	padding-left: 0;
	padding-right: 0;
}
.social-nav li + li {
	margin-left: 10px !important;
}
.social-nav li a {
	/* border: 1px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; */
	display: inline-block;
	/* width: 22px;
	height: 22px; */
	text-align: center;
	/* line-height: 23px; */
	padding: 0 5px;
}
.social-nav li a i.fa {
	font-size: 1.125em;
}
.social-nav li a:focus,
.social-nav li a:hover {
	border-color: #4CAF50;
}
.second-navbar {
	background: #0A1E2C;
	text-align: center;
	z-index: 9;
}
.second-navbar ul {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	padding: 0;
	float: none;
	list-style: none;
}
.second-navbar ul.staff {
	padding-top: 5px;
}
.second-navbar ul li {
	list-style: none;
}
.second-navbar ul li a {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-size: 0.8125em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	padding: 28px 20px 20px 20px;
	display: inline-block;
}
.second-navbar ul.staff li a {
	background: #fff;
	color: #0A1E2C;
	margin: 5px;
	padding: 13px 15px 10px 15px;
}
.second-navbar ul li a:focus,
.second-navbar ul li a:hover {
	color: #4CAF50;
}
.second-navbar ul li.active a {
	color: #62A3D7;
}
.optionrow {
	margin-bottom: 30px;
	padding: 5px;
}
.optionrow input[type="checkbox"]{
	vertical-align: top;
}
.optionrow h3 {
	display: inline-block;
}
.optionrow .highlight {
	background: #eee;
}
.tag-cat {
	text-transform: capitalize;
}
span.tag {
	padding: 5px 8px;
	background: #000;
	color: #fff;
	font-size: 12px;
}
#mobile {
	display: none;
}
#mobile-menu {
	width: 100%;
	background: #62A3D7;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	color: #ffffff;
	box-shadow: 0 0 0 0 transparent;
	padding: 20px 15px;
}
.high-contrast #mobile-menu {
    background: #337ab7;
}
#mobile-menu a {
	color: #ffffff;
	font-size: 0.875em;
	font-weight: 500;
}
#mobile-menu .logo-holder img {
	width: 50%;
}
#mobile-menu.left {
	left: -100%;
}
#mobile-menu .mobile-close {
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 30px;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	width: 35px;
	height: 35px;
	display: inline-block;
}
#mobile-menu .logo-holder {
	margin-bottom: 25px;
}
#mobile-menu .main-menu div {
	margin-bottom: 10px;
}
#mobile-menu .main-menu div a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	padding: 10px 0;
}
#mobile-menu hr {
	opacity: 0.3;
}
#mobile-menu .sub-menu div {
	margin-bottom: 12px;
}
#mobile-menu form {
	margin: 0;
}
#mobile-menu form input {
	background: #ffffff;
	padding: 4px 12px 0px;
	margin-bottom: 0;
	color: #0A1E2C;
	line-height: 1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#mobile-menu form .input-group-addon {
	background: #0A1E2C;
	color: #ffffff;
	box-shadow: 0 0 0 0 transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #0A1E2C;
}
#mobile-menu .social-menu > div {
	display: inline-block;
	margin-right: 20px;
	line-height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffffff;
	text-align: center;
	height: 35px;
	width: 35px;
}
/* Full Overlays */
.request {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: #0B1F2C;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.4s;
  overflow: auto;
  padding: 5% 25%;
}
 
.request.is-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.request .overlay-inner {
	position: relative;
}

.request .overlay-inner .close-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
}

.request h3, .request em {
	color: #fff;
}

.request input {
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	font-size: 1.125em;
	outline: none;
}

.request input[type="submit"]{
	background: #fff;
	color: #0B1F2C;
	margin-top: 40px;
	transition: all 0.5s;
	border: none;
}

.request input[type="submit"]:focus,
.request input[type="submit"]:hover {
	background: #62A3D7;
	color: #fff;
}

.request label,
.request .ces-label {
	padding-top: 40px;
	display: inline-block;
	color: #fff;
	font-size: 1.125em;
    font-weight: 700;
}

.error_message {
	position: absolute;
	display: none;
}

.error_message p {
	background: #c70000;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	padding: 5px 8px;
}

/* Radio */

@-webkit-keyframes pulse {
    0% { width: .7em; height: .7em; margin: .4em;  }
    50% { width: 1.1em; height: 1.1em; margin: .2em; }
    100% { width: .9em; height: .9em; margin: .3em; }
}

@-moz-keyframes pulse {
    0% { width: .7em; height: .7em; margin: .4em;  }
    50% { width: 1.1em; height: 1.1em; margin: .2em; }
    100% { width: .9em; height: .9em; margin: .3em; }
}

@-o-keyframes pulse {
    0% { width: .7em; height: .7em; margin: .4em;  }
    50% { width: 1.1em; height: 1.1em; margin: .2em; }
    100% { width: .9em; height: .9em; margin: .3em; }
}

@keyframes pulse {
    0% { width: .7em; height: .7em; margin: .4em;  }
    50% { width: 1.1em; height: 1.1em; margin: .2em; }
    100% { width: .9em; height: .9em; margin: .3em; }
}

.radio {
    color: #798188;
    cursor: pointer;
    margin-left: .5em;
    display: inline-block;
}

.radio,
.radio span:before {
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -ms-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}

.radio span {
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    border-radius: 3em;
    background: #62A3D7;
    vertical-align: top;
    display: inline-block;
}

.radio span:before {
    content: '';
    width: .7em;
    height: .7em;
    margin: .4em;
    border-radius: 3em;
    display: inline-block;
    background-color: rgba(0,0,0,0);
}

input[type="radio"]:focus + .radio span:before,
.radio:hover span:before {
    background-color: rgba(255,255,255, .9);
}

/*------------------------------------*/

input[type="radio"]:checked + .radio {
    /* color: #798188; */
}

input[type="radio"]:checked + .radio span:before {
    background-color: #fff;
    width: .93em;
    height: .93em;
    margin: .3em;
    -webkit-animation: pulse .25s;
    -moz-animation:    pulse .25s;
    -o-animation:      pulse .25s;
    animation:         pulse .25s;
}

.inline {
	margin-top: 20px;
}

.inline input[type="text"], .inline input[type="password"] {
	display: block;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	outline: 0;
	border: none;
	border-bottom: 2px solid #62A3D7;
	background: #f6f9fc;
}

.inline textarea {
	display: block;
	border: none;
	border-bottom: 2px solid #62A3D7;
	width: 100%;
	min-height: 150px;
	outline: 0;
	padding: 10px;
	margin-bottom: 20px;
	background: #f6f9fc;
}

.inline input[type="text"]:focus,
.inline input[type="email"]:focus,
.inline input[type="password"]:focus,
.inline textarea:focus {
    box-shadow: 0 0 0 1px #fff,
                0 0 0 2px #62A3D7;
}

/* Hero */
#hero {
	position: relative;
	height: 70vh;
	text-align: center;
}
#hero.home {
	background: url('../img/background/hero-home.jpg') no-repeat center top;
	background-size: cover;
}
#hero.home .container .content {
	max-width: 60%;
}
/*
#hero.home:before {
	content: '';
	background: url('../img/sprite/hero-overlay.png') no-repeat right center;
	height: 613px;
	width: 290px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -150px;
	opacity: 0.3;
}
*/
#hero.about {
	background: url('../img/background/hero-about.jpg') no-repeat center top;
	background-size: cover;
}
#hero.programs {
	background: url('../img/background/hero-programs.jpg') no-repeat center top;
	background-size: cover;
}
#hero.training {
	background: url('../img/background/hero-training.jpg') no-repeat center top;
	background-size: cover;
}
#hero.labour {
	background: url('../img/background/hero-labour.jpg') no-repeat center top;
	background-size: cover;
}
#hero.employer {
	background: url('../img/background/hero-employer.jpg') no-repeat center top;
	background-size: cover;
}
#hero.contact {
	background: url('../img/background/hero-contact.jpg') no-repeat center top;
	background-size: cover;
}
#hero.newcomer {
	background: url('../img/background/hero-newcomer.jpg') no-repeat center top;
	background-size: cover;
}
#hero.umbrella-stories {
	background: url('../img/background/hero-umbrella-stories.jpg') no-repeat center top;
	background-size: cover;
}
#hero .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#hero .container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
#hero .container .content {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding-top: 60px;
}
#hero .container .search-box {
	font-size: 1.625em;
	color: #ffffff;
	padding: 55px;
	background: rgba(0, 0, 0, 0.6);
	text-align: left;
	border: 1px solid #fff;
}
#hero .container .search-box .button {
    font-size: 0.5em;
}
#hero .container .search-box span {
	padding: 0 10px;
	display: inline-block;
}
#hero .container .search-box a {
	color: #ffffff;
}
/*
#hero .container .search-box a:hover {
	color: #4CAF50;
}
*/
#hero .container .search-box a.nl-field-toggle:focus,
#hero .container .search-box a.nl-field-toggle:hover {
	color: #ffffff;
	background: rgba(98,163,215,0.8);
}
#hero .container .search-box .offset-left {
	margin-left: 46px;
	margin-top: 17px;
}
#hero .container p {
	font-size: 1.25em;
}
#hero .container h1 {
	font-size: 3em;
	font-weight: 900;
}
#hero .button-container {
    margin-top: 50px;
}

/* Hero - umbrella stories */
#hero.umbrella-stories .overlay-dark {
    background: rgba(0, 0, 0, 0.625);
}
@media (max-width: 1023.98px) {
    #hero.umbrella-stories {
        min-height: 768px;
    }
}
#hero.umbrella-stories .container .content {
    max-width: 87.5%;
}
#hero.umbrella-stories .container p {
    margin-bottom: 20px;
}
#hero.umbrella-stories .button {
    font-size: 28px;
    font-weight: 700;
}

/* Tiny Nav */
.tinynav { display: none }

@media screen and (max-width: 600px) {
    .tinynav { display: block }
    .second-navbar { display: none }
}

/* Main Content */
.big-title {
	font-size: 4.25em;
}
.big-title span {
	color: #62A3D7;
}
.high-contrast .big-title span {
    color: #5299d3;
}
.grey-bg {
	/* background: rgba(111, 143, 166, 0.1); */
	background: #f6f9fc;
}
.default-bg {
	color: #fff;
	background: #0A1E2C;
}
/**** HOME ****/
#intro {
	text-align: center;
}
#intro p {
	font-size: 1.625em;
	line-height: 34px;
	margin-top: 10px;
}
#intro .list-inline a {
	padding-top: 20px;
	padding-bottom: 5px;
	margin-right: 30px;
	display: inline-block;
	border-bottom: 1px solid #337ab7;
	color: #337ab7;
}
#intro .list-inline a:focus,
#intro .list-inline a:hover {
	color: #4CAF50;
}
#intro .list-inline a:focus {
    box-shadow: 0 0 0 1px #4CAF50;
}
.high-contrast #intro .list-inline a:focus,
.high-contrast #intro .list-inline a:hover {
    color: #39843c;
}
.high-contrast #intro .list-inline a:focus {
    box-shadow: 0 0 0 1px #39843c;
}
#workshop {
	/* background: rgba(111, 143, 166, 0.1); */
	background: #f6f9fc;
}
#workshop .box {
	border: 1px solid #62A3D7;
	padding: 45px 30px;
	display: inline-block;
	background: #ffffff;
	margin-bottom: 30px;
}
#workshop .box .title {
	color: #62A3D7;
	font-size: 19px;
	margin-bottom: 8px;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	display: block;
}
#workshop .box .content {
	display: inline-block;
	margin-bottom: 18px;
}
#workshop .box .foot {
	font-size: 11px;
	display: inline-block;
}
#workshop .box .foot .list-inline {
	margin-bottom: 0;
}
#workshop .box:hover {
	border: 1px solid #4CAF50;
}
#workshop .box:hover .title {
	color: #4CAF50;
}
#workshop .box:hover .content {
	color: #0A1E2C;
}
#services {
	/* background: rgba(111, 143, 166, 0.1); */
	background: #f6f9fc;
}
#services .container > .row .box {
	width: 100%;
	height: 290px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	display: inline-block;
}
#services .container > .row .box .button-holder {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
}
#services .container > .row .box .button-holder .button {
	position: relative;
	z-index: 2;
}
#services .container > .row .box .img-holder {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
#services .container > .row .box .img-holder.service-1 {
	background-image: url('../img/media/services/job-listing.jpg');
}
#services .container > .row .box .img-holder.service-2 {
	background-image: url('../img/media/services/be-boss.jpg');
}
#services .container > .row .box .img-holder.service-3 {
	background-image: url('../img/media/services/labour-market.jpg');
}
#services .container > .row .box .img-holder.service-4 {
	background-image: url('../img/media/services/ontario-job.jpg');
}
#services .container > .row .box .img-holder.service-5 {
	background-image: url('../img/media/services/area-job.jpg');
}
#services .container > .row .box .img-holder.service-6 {
	background-image: url('../img/media/services/youth-job.jpg');
}
#services .container > .row .box:focus .button,
#services .container > .row .box:hover .button {
	border-color: transparent;
	position: relative;
	z-index: 2;
}
#services .container > .row .box:focus::before,
#services .container > .row .box:hover::before {
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 2;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 2px solid #ffffff;
}
#services .container > .row .box:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url('../img/sprite/grey-overlay.png') no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}
.high-contrast #services .container > .row .box::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.875), rgba(0, 0, 0, 0.625));
}
#locations .col-md-4 .img-holder {
	margin-top: -70px;
}
#locations .col-md-8 {
	padding-top: 45px;
}
#locations a {
    display: block;
}
#locations a:focus {
    box-shadow: 0 0 0 1px #23527c;
}
#locations a.modal-trigger:focus {
    box-shadow: 0 0 0 1px #fff,
                0 0 0 2px #62A3D7;
}
#locations .col-md-8 .match-height {
	font-size: 0.875em;
	margin-bottom: 40px;
}
#locations .col-md-8 .match-height .title {
	text-transform: uppercase;
	color: #62A3D7;
	font-weight: 500;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.high-contrast #locations .col-md-8 .match-height .title {
	color: #337ab7;
}
#locations a:focus .title,
#locations a:hover .title {
	color: #4CAF50 !important;
}
.high-contrast #locations a:focus .title,
.high-contrast #locations a:hover .title {
    color: #39843c !important;
}
#locations a.emaillocation {
	margin-top: 10px;
	border: 2px solid #62A3D7;
	padding: 5px 8px;
	display: block;
}
#locations .locationrow {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
/**** ABOUT ****/
#mission {
	padding-top: 120px;
	padding-bottom: 0;
}
#mission p {
	font-size: 1em;
	line-height: 26px;
	margin-bottom: 30px;
}
#customer {
	padding-bottom: 0;
}
#customer h2 {
	margin-bottom: 20px;
}
#customer .accordion {
	width: 100%;
	height: 500px;
	overflow: visible;
	color: #ffffff;
	margin-top: 30px;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}
#customer .accordion ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}
#customer .accordion ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 16.666%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: width ease 0.3s;
	-moz-transition: width ease 0.3s;
	-ms-transition: width ease 0.3s;
	-o-transition: width ease 0.3s;
	transition: width ease 0.3s;
}
#customer .accordion ul li .content {
	text-align: left;
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	border: 1px solid #ffffff;
	display: none;
}
#customer .accordion ul li .content .inside {
	position: absolute;
	bottom: 20px;
	margin-left: 10%;
	width: 70%;
}
#customer .accordion ul li .content .inside h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
}
#customer .accordion ul li .content .inside p {
	margin-bottom: 15px;
	font-size: 16px;
	white-space: nowrap;
}
#customer .accordion ul li .content .inside hr {
	border-color: #ffffff;
	display: inline-block;
}
#customer .accordion ul li .button {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
	margin-bottom: 100px;
}
#customer .accordion ul li:nth-child(1) {
	background-image: url("../img/background/customer-1.jpg");
}
#customer .accordion ul li:nth-child(2) {
	background-image: url("../img/background/customer-2.jpg");
}
#customer .accordion ul li:nth-child(3) {
	background-image: url("../img/background/customer-3.jpg");
}
#customer .accordion ul li:before {
	content: '';
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
}
#customer .accordion ul li:focus:before,
#customer .accordion ul li:hover:before {
	background: url('../img/background/darker.png') no-repeat center bottom;
	background-size: cover;
}
#customer .accordion ul li:focus .content,
#customer .accordion ul li:hover .content {
	display: block;
}
#customer .accordion ul li:focus .button,
#customer .accordion ul li:hover .button {
	display: none;
}
#customer .accordion ul li {
	width: 25%;
}
#customer .accordion ul li:focus,
#customer .accordion ul li:hover {
	width: 50%;
}
#customer .accordion ul li:focus .content .inside p,
#customer .accordion ul li:hover .content .inside p {
	white-space: normal;
}
#quality {
	/* background: rgba(111, 143, 166, 0.1); */
	background: #f6f9fc;
}
#quality .container > .row > .col-sm-6 {
	margin-bottom: 80px;
}
#quality h3 {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: 500;
	color: #62A3D7;
}
#principles .slider-container {
	padding-right: 50px;
	position: relative;
}
#principles .slider-container #principles-carousel {
	margin-top: 40px;
}
#principles .slider-container #principles-carousel .item {
	width: 100% !important;
	min-height: 460px;
	color: #ffffff;
	text-align: left;
}
#principles .slider-container #principles-carousel .item .row {
	background: #62A3D7;
}
#principles .slider-container #principles-carousel .item .row .col-sm-5 .img-holder img {
	max-width: 101%;
}
#principles .slider-container #principles-carousel .item .row .col-sm-7:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
#principles .slider-container #principles-carousel .item .row .col-sm-7 .content {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin-left: 70px;
	position: relative;
}
#principles .slider-container #principles-carousel .item .row .col-sm-7 .content h3 {
	font-size: 25px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#principles .slider-container #principles-carousel .item .row .col-sm-7 .content p {
	font-size: 17px;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}
#principles .slider-container #principles-carousel .item .row .col-sm-7 .content hr.small {
	border-color: #ffffff;
	margin-left: 0;
}
#principles .slider-container #principles-carousel .item .row .col-sm-7 .content .big {
	position: absolute;
	z-index: 0;
	font-size: 60px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.1);
	top: -50px;
	left: -50px;
}
#principles .slider-container .center a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	text-indent: -999px;
	width: 11px;
	height: 18px;
	overflow: hidden;
	background: url('../img/sprite/arrow-top.png') no-repeat;
}
#principles .slider-container .center a:last-child {
	right: 20px;
	background: url('../img/sprite/arrow-bottom.png') no-repeat;
}
#principles .slider-container .cycle-pager {
	position: absolute;
	right: 0px;
	bottom: 40px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
#principles .slider-container .cycle-pager span {
	text-indent: 9999px;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #6F8FA6;
	opacity: 0.3;
}
#principles .slider-container .cycle-pager span.cycle-pager-active {
	opacity: 1;
}
#responsibility {
	color: #fff;
	background: #0A1E2C;
}
#responsibility #responsibility-carousel {
	margin-top: 60px;
}
#responsibility #responsibility-carousel .owl-stage-outer {
	position: relative;
	margin-left: 80px;
	margin-right: -15px;
}
#responsibility #responsibility-carousel .owl-stage-outer .owl-item > div {
	padding: 20px 30px;
	background: rgba(111, 143, 166, 0.2);
	border: 1px solid transparent;
	min-height: 216px;
}
#responsibility #responsibility-carousel .owl-stage-outer .owl-item > div .img-holder {
	opacity: 0.7;
	text-align: center;
	margin: 40px 15px;
}
#responsibility #responsibility-carousel .owl-stage-outer .owl-item > div .img-holder img {
	width: 44px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
}
#responsibility #responsibility-carousel .owl-stage-outer .owl-item:hover > div {
	border: 1px solid #62A3D7;
}
#responsibility #responsibility-carousel .owl-stage-outer .owl-item:hover > div .img-holder {
	opacity: 1;
}
#responsibility #responsibility-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 60px;
	text-align: right;
}
#responsibility #responsibility-carousel .owl-nav .owl-prev,
#responsibility #responsibility-carousel .owl-nav .owl-next {
    border: 0;
	text-indent: 100px;
	overflow: hidden;
	width: 60px;
	background: url('../img/sprite/arrow-left.png') no-repeat center right;
	display: inline-block;
}
#responsibility #responsibility-carousel .owl-nav .owl-next {
	background: url('../img/sprite/arrow-right.png') no-repeat center right;
}
#responsibility #responsibility-carousel .owl-dots {
    padding-left: 80px;
    text-align: left;
}
#responsibility #responsibility-carousel .owl-dot {
    border: 0;
    float: left;
	margin-left: 0;
	margin-top: 40px;
    padding: 0;
}
#responsibility #responsibility-carousel .owl-dot span {
	display: inline-block;
	width: 30px;
	height: 1px;
	/* background: rgba(111, 143, 166, 0.3); */
	background: #f6f9fc;
	float: left;
}
#responsibility #responsibility-carousel .owl-dot.active span {
	background: #62A3D7;
}
#team .nav-tabs {
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	display: inline-block;
}
#team .nav-tabs li a {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	margin-left: 30px;
	margin-right: 30px;
	border: none;
}
#team .nav-tabs li a:focus,
#team .nav-tabs li a:hover {
	color: #62A3D7;
	background: none;
	border: none;
	border-bottom: 1px solid #62A3D7;
}
#team .nav-tabs li.active a {
	color: #62A3D7;
	background: none;
	border: none;
	border-bottom: 1px solid #62A3D7;
}
#team .nav-tabs li.active a:focus,
#team .nav-tabs li.active a:hover {
	color: #62A3D7;
	background: none;
	border: none;
	border-bottom: 1px solid #62A3D7;
}
.high-contrast #team .nav-tabs li.active a,
.high-contrast #team .nav-tabs li.active a:focus,
.high-contrast #team .nav-tabs li.active a:hover {
	color: #337ab7;
	border-bottom: 1px solid #337ab7;
}
#team .tab-content .row .row {
	background: #62A3D7;
	color: #ffffff;
}
.high-contrast #team .tab-content .row .row {
    background: #337ab7;
}
#team .tab-content .row .row .col-sm-6 {
	position: relative;
}
#team .tab-content .row .row .col-sm-6 .img-holder img {
	min-width: 100%;
	max-width: 100%;
}
#team .tab-content .row .row .col-sm-6 .content {
	text-align: left;
	color: #ffffff;
	position: absolute;
	bottom: 40px;
	left: 30px;
	right: 50px;
}
#team .tab-content .row .row .col-sm-6 .content .name {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
#team .tab-content .row .row .col-sm-6 .content .position {
	position: 16px;
	margin-bottom: 20px;
}
#team .tab-content .row .row .col-sm-6 .content .about {
	font-size: 14px;
	line-height: 22px;
}
#team .tab-content .row .row .col-sm-6 .content hr {
	border-color: #fff;
	text-align: left;
	display: inline-block;
}
#team .tab-content .row .row + .row {
	margin-top: 30px;
}
#team .tab-content .row em {
	display: block;
}
#jobs {
	/* background: rgba(111, 143, 166, 0.1); */
	background: #f6f9fc;
}
#jobs .box, #team .box {
	border: 1px solid #62A3D7;
	padding: 45px 30px;
	display: inline-block;
	background: #ffffff;
	margin-bottom: 30px;
	text-align: left;
}
#jobs .box .title,
#team .box .title {
	color: #62A3D7;
	font-size: 19px;
	margin-bottom: 8px;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	display: block;
}
.high-contrast #jobs .box .title,
.high-contrast #team .box .title {
    color: #337ab7;
}
#jobs .box .content, #team .box .content {
	display: inline-block;
	margin-bottom: 18px;
}
#jobs .box .foot {
	font-size: 11px;
	display: inline-block;
}
#jobs .box .foot .list-inline {
	margin-bottom: 0;
}
#jobs .box:focus-within,
#jobs .box:hover,
#team .box:focus-within,
#team .box:hover {
	border: 1px solid #4CAF50;
}
#jobs .box:focus-within .title,
#jobs .box:hover .title,
#team .box:focus-within title,
#team .box:hover title {
	color: #4CAF50;
}
.high-contrast #jobs .box:focus-within .title,
.high-contrast #jobs .box:hover .title,
.high-contrast #team .box:focus-within title,
.high-contrast #team .box:hover title {
    color: #39843c;
}
#jobs .box:focus-within .content,
#jobs .box:hover .content,
#team .box:focus-within content,
#team .box:hover content {
	color: #0A1E2C;
}
/**** GENERAL ****/
#partners {
	padding-bottom: 40px;
	padding-top: 20px;
}
#partners .list-inline > li {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 20%;
}
#partners .list-inline > li a {
    display: block;
    overflow: hidden;
}
#partners .list-inline > li a:focus {
    box-shadow: 0 0 0 1px #0A1E2C;
}
#partners .list-inline > li img {
	max-width: 100%;
}
#partners .list-inline > li a:focus img {
    transform: scale(1.0625);
}
#partners.partners-umbrella-stories {
    padding-bottom: 60px;
}
#partners.partners-umbrella-stories .list-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 1023.98px) {
    #partners.partners-umbrella-stories .list-inline > li {
        max-width: 33.3333%;
    }
}
@media (max-width: 767.98px) {
    #partners.partners-umbrella-stories .list-inline > li {
        max-width: 50%;
    }
}
#contact {
	color: #ffffff;
	background: url('../img/background/contact.jpg') no-repeat center top;
	background-size: cover;
}
.high-contrast #contact {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
                url('../img/background/contact.jpg');
}
#contact h2 {
	margin-bottom: 20px;
}
#contact p {
	margin-bottom: 30px;
}

/* Accordion */

.acc-container {
    border: 0;
  width:100%;
  margin:30px auto 0 auto;
  overflow:hidden;
}

.panel-group .acc-container {
    border-radius: 0;
}

.panel-group .acc-container + .acc-container {
    margin-top: 0;
}

.acc-btn,
.acc-header { 
  width:100%;
  margin:0 auto;
  padding:20px 25px;
  background:#101f2d;
  border-bottom:1px solid #f8f8f8;
  border-radius: 0;
  text-align: left;
}

.panel-default .acc-header {
    background:#101f2d;
    border-bottom:1px solid #f8f8f8;
}

.acc-btn h3,
.acc-header h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
}

.acc-btn p,
.acc-header p {
	padding-top: 10px;
	font-size: 0.875em;
	color:#fff;
}

.acc-header .button {
    margin-top: 1.5rem;
}

.acc-content {
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#f8f8f8;
  text-align: left;
  font-size: 0.875em;
}

.acc-content-inner {
  padding: 20px 30px 10px 30px;
}

.open {
  height: auto;
}

/* Programs */

#employers .row, #jobseekers .row, #newcomers .row {
	padding-bottom: 60px;
}
.icon-img {
	display: block;
	max-width: 50px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#selectrole {
	margin-top: -180px;
}
#selectrole .container > .row .box {
	width: 100%;
	height: 290px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	display: inline-block;
}
#selectrole .container > .row .box .button-holder {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
}
#selectrole .container > .row .box .button-holder .button {
	position: relative;
	z-index: 2;
}
#selectrole .container > .row .box .img-holder {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
#selectrole .container > .row .box .img-holder.role-1 {
	background-image: url('../img/media/services/role-employer.jpg');
}
#selectrole .container > .row .box .img-holder.role-2 {
	background-image: url('../img/media/services/role-jobseeker.jpg');
}
#selectrole .container > .row .box .img-holder.role-3 {
	background-image: url('../img/media/services/role-newcomer.jpg');
}
#selectrole .container > .row .box:focus .button,
#selectrole .container > .row .box:hover .button {
	border-color: transparent;
	position: relative;
	z-index: 2;
}
#selectrole .container > .row .box:focus::before,
#selectrole .container > .row .box:hover::before {
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 2;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 2px solid #ffffff;
}
#selectrole .container > .row .box:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url('../img/sprite/grey-overlay.png') no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}
.high-contrast #selectrole .container > .row .box::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.875), rgba(0, 0, 0, 0.625));
}

/* Umbrella Stories */
.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-content + .page-content {
    padding-top: 30px;
}
.page-content h2 {
    text-align: left;
    text-transform: uppercase;
}
.page-content h3 {
    color: inherit;
    margin-top: 40px;
    margin-bottom: 20px;
}
.page-content .intro-text {
    font-size: 27px;
    font-style: italic;
    margin-bottom: 20px;
}
.table-umbrella-stories {
    margin-top: 60px;
    width: 100%;
}
.table-umbrella-stories tr {
    border-bottom: 1px solid #62A3D7;
}
.table-umbrella-stories th,
.table-umbrella-stories td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-umbrella-stories th:first-child,
.table-umbrella-stories td:first-child {
    padding-right: 20px;
}
.table-umbrella-stories th {
    font-weight: 700;
    text-transform: uppercase;
}
.youtube-video-container {
    margin-top: 30px;
    max-width: 768px;
    position: relative;
}
.youtube-video-container::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.youtube-video-container iframe {
    height: 100%;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
}

/* Footer */
footer {
	background: #0A1E2C;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .img-holder {
	width: 204px;
	margin-left: -25px;
}
footer h4 {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	font-weight: 500;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
footer ul li {
	margin-bottom: 5px;
}
footer ul li a {
	color: #ffffff;
	font-size: 0.875em;
	opacity: 0.6;
}
footer ul li a:focus,
footer ul li a:hover {
	color: #62A3D7;
	opacity: 1;
}
footer ul.social-nav > li > a {
	line-height: 20px;
}
footer ul.social-nav > li > a:focus,
footer ul.social-nav > li > a:hover {
	color: #62A3D7;
}
footer .copyright {
	opacity: 0.4;
	font-size: 0.75em;
	margin-top: 35px;
}
.high-contrast footer .copyright {
    opacity: 0.46875;
}
/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Jquery appear */
.hiding {
	opacity: 0;
}
.visible {
	opacity: 1;
}
/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}
#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* Accessibility */

.accessibility-menu-container {
    font-size: 0.875em;
    position: relative;
}

.accessibility-menu-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    padding: 0;
    transition: color 0.5s ease;
}

.accessibility-menu-toggle.active,
.accessibility-menu-toggle:focus,
.accessibility-menu-toggle:hover {
    color: #4CAF50;
}

#mobile-menu .accessibility-menu-toggle.active,
#mobile-menu .accessibility-menu-toggle:focus,
#mobile-menu .accessibility-menu-toggle:hover {
    color: #fff;
}

.accessibility-menu {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    display: none;
    font-family: 'GothamBook', Helvetica, Arial, sans-serif;
    font-size: inherit;
    padding: 20px 24px;
    position: absolute;
        top: 40px;
        right: 0;
    text-align: left;
    white-space: nowrap;
    z-index: 1;
}

#mobile-menu .accessibility-menu {
    color: #0A1E2C;
    right: auto;
    left: 0;
}

.accessibility-menu-toggle.active + .accessibility-menu {
    display: block;
}

.accessibility-type {
    text-align: center;
}

.accessibility-menu button {
    appearance: none;
    background-color: #f1f1f1;
    border: 0;
    display: block;
    margin-top: 8px;
    padding: 8px 12px 8px 36px;
    position: relative;
    text-align: left;
    width: 100%;
}

.accessibility-menu button:focus,
.accessibility-menu button:hover {
    background-color: #313131;
    color: #fff;
}

.accessibility-menu button:disabled {
    background-color: #f1f1f1;
    color: inherit;
    cursor: default;
    opacity: 0.5;
}

.accessibility-menu button span {
    font-weight: 700;
    position: absolute;
        top: 50%;
        left: 0;
    text-align: center;
    transform:  translateY(-50%);
    width: 36px;
}

.accessibility-menu button:first-of-type span {
    font-size: 0.875em;
}

.accessibility-menu button:last-of-type span {
    font-size: 1.25em;
}

.accessibility-menu button.reset {
    background-color: transparent;
    border-bottom: 2px solid #f1f1f1;
    display: none;
    padding: 2px 0;
    width: auto;
}

.accessibility-menu button.reset:focus,
.accessibility-menu button.reset:hover {
    border-bottom-color: #0A1E2C;
    color: inherit;
}

.accessibility-color {
    display: flex;
        align-items: center;
    margin-top: 20px;
}

.switch-field {
    cursor: pointer;
    height: 1em;
    margin: 0;
    margin-top: 0.0625em !important;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
    width: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2376766B'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out,
                background-color .15s ease-in-out;
}

.switch-field:focus,
.switch-field:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23313131'/%3e%3c/svg%3e");
    border-color: #76766B;
}

.switch-field:checked {
    background-color: #313131;
    border-color: #313131;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.switch-field + label {
    cursor: pointer;
    font-weight: 400;
    margin-left: 8px;
    margin-bottom: 0;
}

/* Mobile device */
@media (max-width: 767px) {
	.alpha {
		padding-left: 15px !important;
	}
	.omega {
		padding-right: 15px !important;
	}
	.navbar-default .navbar-header .top-nav {
		display: none;
	}
	.navbar-default .navbar-brand {
		left: 15px;
	}
	.navbar-default .mobile-menu {
		color: #ffffff;
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 25px;
		background: transparent;
		padding: 4px 10px 4px 10px;
		font-size: 25px;
		border-radius: 3px;
	}
	.navbar-default .mobile-menu .default {
		display: inline-block;
	}
	.navbar-default .mobile-menu .inverse {
		display: none;
	}
	.navbar-default.headhesive--clone .mobile-menu {
		color: #0A1E2C;
		right: 15px;
		top: 23px;
		padding: 1px 10px 1px 11px;
	}
	.navbar-default.headhesive--clone .mobile-menu .default {
		display: none;
	}
	.navbar-default.headhesive--clone .mobile-menu .inverse {
		display: inline-block;
	}
	.big-title {
		font-size: 36px;
	}
	#hero.home .container .content {
		max-width: 95% !important;
	}
	#hero.home .container .content .search-box {
		font-size: 20px;
		padding: 20px;
	}
	#hero.home .container .content .search-box .offset-left {
		margin-left: 0;
		margin-top: 0;
	}
	#hero.home .container .content .search-box .nl-form {
		font-size: 0.9em;
	}
	#hero.home .container .content .search-box .nl-form .nl-field {
		display: block;
		margin: 10px 0 5px;
	}
	#hero.home .container .content .search-box .nl-form .nl-field .nl-field-toggle {
		margin-left: 0;
		margin-right: 0;
	}
	#hero.home .container .content .search-box .nl-form .nl-submit-wrap {
		margin-left: 0;
	}
	#hero.home .container .content .search-box .nl-form .nl-submit-wrap a {
		display: block;
		margin-top: 10px;
	}
	#hero.home:before {
		height: 370px;
		width: 100px;
	}
	#locations .col-md-4 .img-holder {
		margin-top: -80px;
		margin-bottom: -316px;
		opacity: 0.2;
	}
	#hero .container .content {
		max-width: 80%;
	}
	.second-navbar,
	.sticky-wrapper {
		display: none;
	}
	#mission {
		padding-top: 100px;
	}
	#quality {
		padding-bottom: 70px;
	}
	#quality .col-xs-10 {
		margin-bottom: 30px;
	}
	#principles .match-height {
		height: 325px !important;
		float: none !important;
		overflow: hidden;
	}
	#principles .match-height .img-holder img {
		width: 100%;
	}
	#principles .content {
		position: relative;
		width: 100%;
		margin-left: 50px;
		padding: 40px 20px 30px 0;
	}
	#principles .content p {
		font-size: 13px !important;
	}
	#principles .slider-container #principles-carousel {
		height: auto !important;
	}
	#team .tab-content .row .row .col-sm-6 {
		float: none !important;
	}
	#team .tab-content .row .row .col-sm-6.match-height {
		height: auto !important;
	}
	#team .tab-content .row .row .col-sm-6:first-child {
		padding: 0 !important;
	}
	#team .tab-content .row .row .col-sm-6 .content {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 15px 20px 30px 20px;
	}
	#team .tab-content .row .row .col-sm-6 .content .about {
		margin-bottom: 0px;
	}
	#partners .list-inline > li {
		margin-bottom: 15px;
	}
	.accordion {
		height: auto;
	}
	.accordion ul li,
	.accordion ul li:hover,
	.accordion ul:hover li,
	.accordion ul:hover li:hover {
		position: relative;
		display: block;
		table-layout: fixed;
		width: 100%;
		-webkit-transition: none;
		transition: none;
	}
	#customer .accordion {
		height: auto !important;
	}
	#customer .accordion ul {
		height: auto;
	}
	#customer .accordion ul li {
		width: 100%;
		height: 400px;
		display: block;
	}
	#customer .accordion ul li .button {
		display: none;
	}
	#customer .accordion ul li:before {
		background: url('../img/background/darker.png') no-repeat center bottom;
		background-size: cover;
	}
	#customer .accordion ul li .content {
		display: block;
	}
	#customer .accordion ul li .content .inside {
		bottom: 10%;
	}
	#customer .accordion ul li .content .inside p {
		white-space: normal;
	}
	#customer .accordion ul:hover {
		width: 100%;
	}
	#customer .accordion ul:hover li {
		width: 100%;
	}
	#customer .accordion ul:hover li:hover {
		width: 100%;
	}
	footer .col-md-2 {
		width: 100%;
		margin-bottom: 30px;
	}
	footer .col-md-2 .img-holder {
		margin-left: 0;
	}
	footer .list-inline {
		margin-left: 0;
	}
}
/* Custom mobile */
/* Tablet device */
@media (max-width: 991px) {
	.navbar-default .navbar-nav.navbar-right li > a {
		font-size: 9px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-default .top-nav.navbar-right li > a {
		font-size: 11px;
		padding-top: 14px;
	}
	.navbar-default.headhesive--clone .navbar-nav li:last-child > a {
		margin-left: 5px;
	}
	.navbar-default.headhesive--clone .navbar-brand {
		width: 145px;
	}
	.navbar-default.headhesive--clone .navbar-brand .inverse.hidden-sm {
		display: none !important;
	}
	.navbar-default.headhesive--clone .navbar-brand .inverse.visible-sm {
		display: inline-block !important;
	}
	.navbar-default.headhesive--clone .goto-top {
		margin-left: 10px;
	}
	.big-title {
		font-size: 50px;
	}
	#locations .col-md-4.pull-right {
		display: none;
	}
	#hero.home .container .content {
		max-width: 81.25% !important;
	}
	#hero.home .container .content .search-box {
		font-size: 20px;
		padding: 30px;
	}
	#hero.home .container .content .search-box .offset-left {
		margin-left: 35px;
	}
	#hero.about .container .content {
		max-width: 70%;
	}
	.second-navbar ul li a {
		font-size: 9px;
		padding: 20px 10px 13px;
	}
	#principles .slider-container #principles-carousel {
		height: 360px !important;
	}
	#principles .slider-container #principles-carousel .img-holder {
		max-width: 100%;
		overflow: hidden;
	}
	#principles .slider-container #principles-carousel .img-holder img {
		height: 360px !important;
		max-width: none !important;
	}
	#principles .slider-container #principles-carousel .item .row .col-sm-7 .content p {
		font-size: 14px;
	}
	#team .tab-content .row .row .col-sm-6 .content {
		left: 15px;
		right: 30px;
		bottom: 10px;
	}
	#team .tab-content .row .row .col-sm-6 .content hr.small {
		margin-bottom: 10px;
	}
	#team .tab-content .row .row .col-sm-6 .content .about {
		font-size: 13px;
		line-height: 18px;
	}
	#partners .list-inline > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	footer ul li {
		margin-bottom: 0;
	}
	footer ul li a {
		font-size: 11px;
	}
}

@media (max-width: 1000px) {
	.second-navbar .navbar-nav>li {
	    float: left;
	    width: 25%;
	}
}

/* Desktop small screen */
@media (max-width: 1200px) {
	.second-navbar ul li {
		text-align: left;
	}
	.second-navbar ul li a {
		font-size: 13px;
		padding: 15px;
	}
    #hero.home .container .content {
        max-width: 68.75%;
    }
}
/* Desktop large screen */
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1360px) {
	.container {
		width: 1330px;
	}
}

/* VERTICAL TIMELINE */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #62A3D7;
  padding: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.high-contrast .cd-timeline-img.cd-picture {
    background: #5299d3;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
  }
  .cd-timeline-content p {
    font-size: 16px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}