/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}



/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?715xma");
	src: url("../fonts/icomoon.eot?715xma#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?715xma") format("truetype"), url("../fonts/icomoon.woff?715xma") format("woff"), url("../fonts/icomoon.svg?715xma#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
	content: "\e902";
}

.icon-chevron-up:before {
	content: "\e903";
}

.icon-linkedin:before {
	content: "\e900";
}

.icon-mail:before {
	content: "\e901";
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.social,
#nav > ul,
#nav > ul ul,
.services-list,
.footer-nav ul,
.doc,
.main-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.main-holder .center-block:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 15px/1.33 Lato, Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #db1e26;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 10px;
}

a {
	color: #36c;
	text-decoration: none;
	font-weight: 700;
}

a:hover,
a:focus {
	text-decoration: underline;
}


form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
	border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

#overlayPP {
	max-width: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: table-cell;
}

.center-block {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	position: relative;
	z-index: 1;
	background-color: #404140;
	border-bottom: 12px solid #b00;
	padding: 14px 0 12px;
}

#header .center-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.logo {
	width: 229px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.logo img {
	display: block;
}

.social-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 29px;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 23px 0 0;
}

.social li {
	margin: 0 0 0 20px;
}

.social li:first-child {
	margin: 0;
}

.social a {
	display: block;
	text-decoration: none;
	width: 26px;
	height: 26px;
	background-color: #999;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.social a:before {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1;
	color: #fff;
	margin: -1px 0 0;
	font-weight: normal;
}

.social a:hover {
	background-color: #2561a0;
}

.social .mail a:before {
	content: "\e901";
	font-size: 12px;
}

.social .mail a:hover {
	background-color: #ba4d2e;
}

.goog-te-gadget-simple {
	width: 156px;
}

#nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#nav > ul > li {
	margin: 0 0 0 27px;
	position: relative;
}

#nav > ul > li.hover ul {
	display: block;
}

#nav > ul > li.hover > a {
	color: #ffc807;
}

#nav > ul > li:first-child {
	margin: 0;
}

#nav > ul > li.active > a {
	color: #ffc807;
}

#nav > ul > li > a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: block;
	position: relative;
}

#nav > ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 205px;
	padding: 12px 0 0;
	margin: 0 0 0 -18px;
	display: none;
}

#nav > ul ul li:first-child a:before {
	display: none;
}

#nav > ul ul a {
	background-color: #db1f26;
	padding: 11px 13px;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

#nav > ul ul a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #c92126;
	height: 1px;
}

#nav > ul ul a:hover {
	background-color: #fec80a;
	color: #000;
}

#nav .opener {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	display: none;
}

#nav .opener:before {
	content: "\e902";
	font-family: "icomoon";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

#nav .opener.actives:before {
	content: "\e903";
}

.nav-opener {
	display: none;
	float: right;
	width: 31px;
	height: 31px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .drop-wrapper {
	max-height: 4000px;
}

.nav-active .drop {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active .drop-wrapper {
	-webkit-transition: none !important;
	transition: none !important;
}

.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.gallery-wrap {
	min-height: 380px;
	position: relative;
	background-size: cover;
	background-color: #404140;
}

.gallery-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
}

.promo-gallery {
	color: #fff;
	font: 400 48px/1.17 Lato, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.promo-gallery .slide {
	position: relative;
	min-height: 380px;
	padding: 20px 0;
	display: none;
	background-size: cover;
}

.promo-gallery.slick-initialized .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.promo-gallery .center-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-gallery .text-holder {
	background-color: rgba(221, 0, 0, .7);
	padding: 20px 30px;
	max-width: 450px;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}

.promo-gallery .text-holder span {
	opacity: 0;
	display: block;
	-webkit-transition: opacity ease-in-out 0s, -webkit-transform ease-in-out 0s;
	transition: opacity ease-in-out 0s, transform ease-in-out 0s;
	-moz-transform-style: preserve-3d;
	-webkit-transform: translateX(70px);
	-ms-transform: translateX(70px);
	transform: translateX(70px);
}

.promo-gallery .text-holder span:nth-child(2) {
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
}

.promo-gallery .text-holder span:nth-child(3) {
	-webkit-transform: translateX(90px);
	-ms-transform: translateX(90px);
	transform: translateX(90px);
}

.promo-gallery .text-holder span:nth-child(4) {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}

.promo-gallery .first .text-holder {
	display: none;
}

.slick-active .text-holder {
	opacity: 1;
}

.slick-active .text-holder span {
	opacity: 1;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
	-webkit-transition: opacity .9s ease-in-out .2s, -webkit-transform ease-in-out .7s .3s;
	transition: opacity .9s ease-in-out .2s, transform ease-in-out .7s .3s;
}

.slick-active .text-holder span:nth-child(2) {
	-webkit-transition: opacity .9s ease-in-out .35s, -webkit-transform .7s ease-in-out .45s;
	transition: opacity .9s ease-in-out .35s, transform .7s ease-in-out .45s;
}

.slick-active .text-holder span:nth-child(3) {
	-webkit-transition: opacity .9s ease-in-out .45s, -webkit-transform .7s ease-in-out .5s;
	transition: opacity .9s ease-in-out .45s, transform .7s ease-in-out .5s;
}

.slick-active .text-holder span:nth-child(4) {
	-webkit-transition: opacity .9s ease-in-out .55s, -webkit-transform .7s ease-in-out .65s;
	transition: opacity .9s ease-in-out .55s, transform .7s ease-in-out .65s;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.services-section .title-block {
	padding: 12px 0;
	background-color: #fec80a;
	font: 700 15px/16px "Times New Roman", Georgia, serif;
	color: #000;
	text-align: right;
}

.services-section .title-block p {
	margin: 0;
}

.services-section .title-block img {
	display: inline-block;
	vertical-align: top;
}

.services-section .content-block {
	padding: 39px 0 57px;
}

.services-section h2 {
	font: 700 40px/1.1 Lato, Arial, Helvetica, sans-serif;
	color: #db1e26;
	margin: 0 0 9px;
}

.services-section .subtitle {
	display: block;
	font: 400 24px/1.17 Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
}

.services-section h3 {
	color: #db1e26;
	font: 700 18px/22px Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 1px;
}

.services-section .text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	font-size: 15px;
	line-height: 20px;
}
.services-section .text-block .box {
	width: 50%;
	padding: 0 20px;
}

.services-section .text-block p:last-child {
	margin: 0;
}

.services-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #db1e26;
	text-align: center;
	margin: 0 0 33px;
	font: 700 16px/1.12 Lato, Arial, Helvetica, sans-serif;
}

.services-list img {
	display: block;
	margin: 0 auto 9px;
}

.services-list li {
	padding: 0 11px;
}

.services-list a {
	color: #db1e26;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.services-list a:hover {
	opacity: .8;
}

.services-list p {
	margin: 0;
}

.services-list .text-holder {
	width: 130px;
	display: block;
}

.logistic-section {
	background-color: #f2f2f2;
	padding: 56px 0 85px;
}

.logistic-section img {
	float: right;
	width: 40%;
	margin: 3px 1px 0 90px;
	max-width: 336px;
}

.logistic-section .text-block {
	overflow: hidden;
}

.logistic-section .subtitle {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.logistic-section h2 {
	font: 700 40px/1.05 Lato, Arial, Helvetica, sans-serif;
	color: #db1e26;
	margin: 0 0 9px;
}

.logistic-section h3 {
	font: 400 24px/1.17 Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #000;
}

.logistic-section p {
	margin: 0 0 20px;
}

.logistic-section p:last-child {
	margin: 0;
}

.logistic-section .notification {
	font-weight: 700;
}

.call-block {
	padding: 56px 0 61px;
	font: 400 24px/1.17 Lato, Arial, Helvetica, sans-serif;
}

.call-block a {
	color: #000;
}

.call-block p {
	margin: 0;
}

.call-block span {
	display: inline-block;
	vertical-align: top;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

.footer-nav {
	padding: 27px 0 24px;
	background-color: #fec80a;
	font-size: 14px;
	line-height: 16px;
}

.footer-nav .content-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px;
}

.footer-nav .box-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 79.5%;
}

.footer-nav .box {
	max-width: 150px;
}

.footer-nav h4 {
	color: #db1e26;
	font: 700 14px/1.29 Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
}

.footer-nav li {
	margin: 0 0 5px;
}

.footer-nav a {
	color: #000;
	font-weight: normal;
}

.footer-nav .tel-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 14%;
	padding: 1px 0 0;
}

.footer-nav .tel-box a {
	font-weight: 700;
}

.footer-nav .tel-box p {
	margin: 0 0 5px;
}

.footer-nav p {
	margin: 0;
}

.doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 400 12px/1.33 Lato, Arial, Helvetica, sans-serif;
}

.doc li {
	margin: 0 8px;
}

.logo-footer {
	padding: 31px 0;
	background-color: #555;
	position: relative;
}

.logo-footer .logo {
	position: static;
	margin: 0 auto;
	width: 186px;
}

.logo-footer .sub-logo {
	position: absolute;
	left: 46px;
	margin: 1px 0 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer {
	padding: 13px 0;
	background-color: #444;
	color: #989898;
	font: 400 11px/14px Lato, Arial, Helvetica, sans-serif;
}

.footer .center-block {
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 27px 0 46px;
}

.footer .social {
	margin: 0;
}

.copyright {
	display: block;
}

.page-title {
	padding: 18px 0;
	background-color: #f5f6f6;
}

.page-title .center-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-title .title-text {
	font: 400 18px/22px Lato, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: #555;
}

.page-title img {
	display: inline-block;
	vertical-align: middle;
}

.main-holder {
	padding: 48px 0;
}

.main-holder li {
	padding: 0 0 0 19px;
	position: relative;
	margin: 0 0 10px;
}

.main-holder li:last-child {
	margin: 0;
}

.main-holder li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 2px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
}

.main-holder h3 {
	margin: 0 0 7px;
}

#content {
	float: left;
	width: 100%;
}

#content > .holder {
	margin: 0 380px 0 0;
}

#sidebar {
	width: 340px;
	float: right;
	margin: 0 0 0 -100%;
	padding: 10px 0 0;
}

#sidebar .btn {
	margin: 0 0 19px;
}

#sidebar .contact-block {
	font: 700 14px/1.29 Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 110px;
}

#sidebar .contact-block a {
	color: #000;
}

#sidebar .contact-block p {
	margin: 0 0 11px;
}

#sidebar .contact-block .download {
	font-size: 15px;
	color: #36c;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	padding: 11px 39px;
	font: 700 15px/1.2 Lato, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	border-radius: 4px;
	background-color: #ffc907;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.btn:hover {
	background-color: #ffad08;
	text-decoration: none;
}

.btn:focus {
	text-decoration: none;
}

.entry .text-block {
	margin: 0 0 40px;
}

.entry .text-block:last-child {
	margin: 0;
}

.entry h2 {
	margin: 0 0 4px;
}

.entry .preview-text {
	margin: 0 0 46px;
}

.entry .preview-text .subtitle {
	display: block;
	font: 400 24px/1.17 Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
}

.widget {
	margin: 0 0 28px;
}

.widget:last-child {
	margin: 0;
}

.learn-more-section {
	padding: 54px 0 57px;
	background-color: #f3f3f3;
	font: 400 24px/1.17 Lato, Arial, Helvetica, sans-serif;
}

.learn-more-section h2 {
	font-size: 28px;
	line-height: 1.14;
	margin: 0 0 10px;
}

.learn-more-section p:last-child {
	margin: 0;
}

.visual {
	position: relative;
	height: 450px;
}

.post-block {
	padding: 13px 0 0;
}

.post-block h2 {
	margin: 0 0 3px;
}

.post-block .preview-text {
	padding: 0 0 1px;
	margin: 0 0 34px 20px;
}

.post-block .center-block {
	max-width: 1180px;
}

.post-block h3 {
	font: 400 28px/1.14 Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.post {
	overflow: hidden;
	border: solid #787878;
	border-width: 0 0 1px;
	padding: 39px 0;
}

.post:first-child {
	border-width: 1px 0;
}

.post img {
	float: right;
	width: 29.8%;
	max-width: 340px;
	margin: 1px 5px 0 0;
}

.post .text-block {
	padding: 0 0 0 20px;
	width: 65%;
}

.post p {
	margin: 0 0 26px;
}

.post .btn {
	padding: 11px 14px;
}

.post h3 a {
	color: #db1e26;
}

.post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 700 12px/16px Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}

.post-info span {
	margin: 0 0 0 5px;
}

.post-info span:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.w1 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.goog-te-gadget-simple {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.goog-te-gadget-simple {
	padding-top: 2px !important;
}

a[href^="tel:"] {
	color: #000;
}

.package-block ul {
	font-weight: 700;
}

@media (max-width: 1199px) {
	.post-block .preview-text {
		margin: 0 0 34px;
	}

	.post .text-block {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	h2,
	.h2 {
		font-size: 34px;
	}

	h3,
	.h3 {
		font-size: 26px;
	}

	#nav > ul > li {
		margin: 0 0 0 20px;
	}

	.gallery-wrap {
		min-height: 340px;
	}

	.promo-gallery {
		font-size: 42px;
	}

	.promo-gallery .slide {
		min-height: 340px;
	}

	.promo-gallery .text-holder {
		padding: 20px;
	}

	.services-section .content-block {
		padding: 40px 0;
	}

	.services-section h2 {
		font-size: 34px;
	}

	.services-section .subtitle {
		font-size: 20px;
	}

	.services-section .text-block {
		margin: 0 -10px;
	}

	.services-section .text-block .box {
		padding: 0 10px;
	}

	.services-list li {
		width: 16%;
	}

	.services-list .text-holder {
		width: auto;
	}

	.logistic-section {
		padding: 40px 0;
	}

	.logistic-section img {
		margin: 0 0 0 20px;
	}

	.logistic-section h2 {
		font-size: 34px;
	}

	.logistic-section h3 {
		font-size: 20px;
	}

	.call-block {
		padding: 40px 0;
		font-size: 22px;
	}

	.footer-nav .box-block {
		width: 82%;
	}

	.footer-nav .box {
		max-width: 130px;
	}

	.footer-nav li {
		margin: 0 0 3px;
	}

	.footer-nav .tel-box {
		width: 16%;
	}

	.doc li {
		margin: 0 8px;
	}

	.logo-footer {
		padding: 20px 0;
	}

	.logo-footer .sub-logo {
		left: 20px;
	}

	.footer .center-block {
		padding: 0 20px;
	}

	.main-holder {
		padding: 40px 0;
	}

	#content > .holder {
		margin: 0 260px 0 0;
	}

	#sidebar {
		width: 240px;
	}

	#sidebar .contact-block {
		margin: 0 0 20px;
	}

	.entry .text-block {
		margin: 0 0 30px;
	}

	.entry .preview-text {
		margin: 0 0 30px;
	}

	.learn-more-section {
		padding: 40px 0;
		font-size: 22px;
	}

	.learn-more-section h2 {
		font-size: 26px;
	}

	.visual {
		height: 340px;
	}

	.post-block {
		padding: 0;
	}

	.post-block .preview-text {
		margin: 0 0 30px;
	}

	.post-block h3 {
		font-size: 26px;
	}

	.post {
		padding: 30px 0;
	}

	.post img {
		margin: 0 0 0 20px;
	}

	.post .text-block {
		width: 100%;
	}
}

@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	#header {
		padding: 0;
		border-width: 0 0 6px;
	}

	.logo {
		position: static;
		width: 160px;
	}

	.social-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 0;
		margin: 0;
	}

	#nav > ul {
		display: block;
	}

	#nav > ul > li {
		margin: 0;
		border-top: 1px solid #000;
	}

	#nav > ul > li.hover ul {
		display: none;
	}

	#nav > ul > li.hover > a {
		color: #fff;
	}

	#nav > ul > li > a {
		padding: 10px;
	}

	#nav > ul ul {
		position: static;
		margin: 0;
		width: 100%;
		padding: 0;
	}

	#nav > ul ul li:first-child a:before {
		display: block;
	}

	#nav > ul ul a {
		padding: 10px 10px 10px 20px;
	}

	#nav > ul ul a:before {
		background-color: #000;
	}

	#nav .opener {
		display: block;
	}

	.nav-opener {
		display: block;
	}

	.drop-wrapper {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.drop {
		border: 1px solid #000;
		background: #db1f26;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.gallery-wrap {
		min-height: 280px;
	}

	.promo-gallery {
		font-size: 32px;
	}

	.promo-gallery .slide {
		min-height: 280px;
	}

	.promo-gallery .text-holder {
		max-width: 400px;
	}

	.services-section .title-block {
		text-align: left;
	}

	.services-section .content-block {
		padding: 30px 0;
	}

	.services-list {
		margin: 0 -10px;
	}

	.services-list li {
		width: 33.3333%;
		padding: 0 10px 20px;
	}

	.logistic-section {
		padding: 30px 0;
	}

	.logistic-section img {
		float: none;
		display: block;
		margin: 0 auto 20px;
		width: 100%;
	}

	.logistic-section h2 {
		font-size: 28px;
	}

	.call-block {
		padding: 20px 0;
		font-size: 20px;
	}

	.call-block span {
		display: inline;
	}

	.footer-nav .content-holder {
		display: block;
	}

	.footer-nav .box-block {
		width: 100%;
		margin: 0 -10px;
	}

	.footer-nav .box {
		max-width: none;
		width: 50%;
		padding: 0 10px 20px;
	}

	.footer-nav .tel-box {
		width: 100%;
		display: block;
		text-align: center;
	}

	.logo-footer .logo {
		margin: 0 auto 20px;
	}

	.logo-footer .sub-logo {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: block;
		margin: 0 auto;
	}

	.footer {
		text-align: center;
	}

	.page-title {
		padding: 10px 0;
	}

	.page-title .center-block {
		display: block;
	}

	.main-holder {
		padding: 30px 0;
	}

	#content {
		float: none;
		margin: 0 0 30px;
	}

	#content > .holder {
		margin: 0;
	}

	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
		padding: 0;
	}

	.entry .preview-text .subtitle {
		font-size: 20px;
	}

	.learn-more-section {
		padding: 30px 0;
		font-size: 20px;
	}

	.learn-more-section h2 {
		font-size: 24px;
	}

	.visual {
		height: 300px;
	}

	.post-block .preview-text {
		margin: 0 0 20px;
	}

	.post-block h3 {
		font-size: 22px;
	}

	.post {
		padding: 20px 0;
	}

	.post img {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}

@media (max-width: 479px) {
	.services-section .text-block {
		display: block;
		margin: 0;
	}

	.services-section .text-block .box {
		padding: 0;
		width: 100%;
		margin: 0 0 20px;
	}

	.services-section .text-block .box:last-child {
		margin: 0;
	}

	.services-list li {
		width: 50%;
	}
	/* add by TS - test adj to red box size*/
	.promo-gallery .text-holder {
		max-width: 350px;
	}
	/* End add by TS - test adj to red box size*/

	.doc {
		display: block;
		text-align: center;
	}

	.doc li {
		margin: 0 0 10px;
	}

	.doc li:last-child {
		margin: 0;
	}

	.footer .center-block {
		display: block;
	}

	.footer .social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.copyright {
		margin: 0 0 20px;
	}
}
/* TS Adjustments */
.add-40 {padding-top: 40px;}
.add-20 {padding-top: 20px;}
.add-60 {padding-top: 60px;}
.add-10 {padding-top: 10px;}

.img-right {float: right; margin: 0 10px 10px 20px;}
.red-link a {color:#db1f26}

p {line-height: 1.5;}

/* -------------------  SEARCH div & CELLS   ------------------- */


div.hrmSearchContainer {
	clear:left;
	margin-top:0px;	margin-bottom: 10px;
}
div.hrmSearch {
        margin: 5px 5px 10px 0px;
        float:left;
        display:inline;
}

div.hrmSearchButton {
        margin: 7px 5px 10px 3px;
        float:left;
        display:inline;
        }

select, option {
          font-size: 11px;
	  font-family: Arial, Helvetica, sans-serif;
        }





.chzn-container, .chzn-results li {
    line-height: 100% !important;
    padding: 2px 2px 5px 0px !important;
    font-size: 11px !important;
    color: 			#777777;
    }

.chzn-select {
    width:170px;
    font-family: Arial, Helvetica, sans-serif;
}

.chzn-container span{
    text-align: center !important;
}

a.chzn-single {
		
	text-decoration: none !important;

}


.chzn-container-single .chzn-single {
	text-decoration: none !important;
	/* color: 			#555;  */
	color: 			#777777;
	}





div.openingsButton {
        clear: left;
        margin: 0px 5px 10px 0px;
        padding: 7px 0px 0px 0px;
        position: relative;
        display: block;
	/*width: 65%;*/
}


div.openingsButton span, div.openingsButton a {
	float:left;
}
div.openingsButton span {
	line-height: 27px;
}

div.openingsButtonForm {
    padding-top:40px;
    	}






input#reqKeywordSearch {
	color: 		#777;
	font-family: 	Arial, Helvetica, sans-serif;
	text-align:	center;
	height: 22px;
	width:200px;
	margin: 0px;
	padding: 0px 7px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border-width: 1px !important;
	border-color: #AAA !important;
	border-style: solid !important;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
		
	text-decoration: none !important;
	margin: 2px 2px 5px 0px !important;
}

div.hrmKeywordSearch input.defaultTextActive {
	color: #999999 !important;
	font-style: italic;
	font-size: 11px;
}







input#reqId {
	color: 		#777;
	font-family: 	Arial, Helvetica, sans-serif;
	text-align:	center;
	height: 22px;
	width:154px;
	margin: 0px;
	padding: 0px 7px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border-width: 1px !important;
	border-color: #AAA !important;
	border-style: solid !important;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
}


input#reqLookupButton {
	vertical-align: bottom;
}


div#reqIdLookupFieldContainer {
	height:26px;
	display: inline-block;
	margin: 7px 7px 0px 2px;
		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	*display:inline;
	*zoom:1;
}


.clearBoth {
    clear:both;
}

.clearLeft {
    clear:left;
}

.clearRight {
    clear:right;
}


hr.clearBoth {
    margin-top: 10px;
}

/* -------------------  POSITION LISTING   ------------------- */

div.reqResult {
    clear:both;
    padding-top:10px;    padding-bottom: 40px;
}

	.ReqRowClick { cursor: pointer; }

	/* This sets the font size for the header in the job listings or search pages */
	/* use th a:visited etc. to override the default color/underline on the links  */



table.reqResultTable {

/* IS THIS NECESSARY?
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: 			1px solid #DDDDDD;
*/




}


/* -------------------  VIEW PAGE   ------------------- */


/* The job metadata (office, dept., location) are in a table          */

	table.viewFields {
		margin-left: -3px;
		margin-right: 0px;
                margin-bottom: 20px;
	}

	td.viewFieldName {
		width: ;
 	   	font-size: ;
           	font-weight: ;
            	float: ;
            	width: ;
            	color: ;
	}

	td.viewFieldValue  {
 	    	font-size: ;
            	font-weight: ;
            	float: ;
            	width: ;
            	color: ;
                padding-left:20px;
}





	div.jobDesc {
		margin-top: 40px;
	}












/* -----------------------  INTERNAL SITE  ----------------------- */

div.internalSiteContainer {  /* TODO:  change to "HRMbasicSiteContainer", also internalSiteTable */
	padding: 10px;    text-align: left;
}

td.hrmBanner img {
	padding-bottom: 15px;
	border: none;
}












img {
	border: none;
}


/* If you want to set alternating backgrounds or hovers for the table rows */


	tr.white {
                background-color:#FFFFFF;
			}

	tr.grey {
                background-color:#DDDDDD;
			}

	tr.white:hover {
                background-color:#EEEEEE;
		        }

	tr.grey:hover {
                background-color:#EEEEEE;
		        }



	/* The next rules set the widths of the columns in the job listings */

	td.departments {
	    width: px;
	}
	td#posTitles {
	    width: px;
	}
	td.offices {
	    width: px;
	}
	td.cities {
	    width: px;
	}
	td.state {
	    width: px;
	}
	td.countries {
	    width: px;
	}

.btn-link {
	width:100%;
	border:none;
	outline:none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	padding: 11px 39px;
	font: 700 15px/1.2 Lato, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	border-radius: 4px;
	background-color: #ffc907;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.btn-link:hover {
	background-color: #ffad08;
	text-decoration: none;
}

.btn-link:focus {
	text-decoration: none;
}

/*
From the old formStyle.css
*/
form {
    border: 3px solid #ffffff;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/*
button {
    width:100%;
    
    -moz-box-shadow:inset 0 1px 0 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 0 #fff;
    box-shadow:inset 0 1px 0 0 #fff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #d1d1d1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
    background-color:#fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:black;
    font-family:Helvetica;
    font-size:16px;
    font-weight:700;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0 #fff
}
button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #d1d1d1 5%, #ffffff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff');
    background-color:#d1d1d1
}
*/

button:active {
    position:relative;
    top:1px
}
button:disabled {
   background-color: #ffad08;
	text-decoration: none;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	color: rgb(0,0,255);
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
