/* 
Theme Name: Assertio Redesign 2018

Z levels
1 -
5 - full-slideshow
10 - header

font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;

*/

/*--------------------------------------------------------------
CSS Reset
--------------------------------------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
	width: auto;
	height: auto;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #00455B;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.000em;
	line-height: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	display: block;	
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1em;
}

h1 {
	font-size: 1.625em;
	line-height: 1.1875em;
	color: #C31C4A;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-bottom: 25px;
}

h2 {
	font-size: 1.250em;
	text-transform: uppercase;
}

h1.custom-header {
	font-size: 0.750em;
	color: #434343;
	padding-bottom: 5px;
	display: none;
}

h2.custom-header {
	font-size: 1.813em;
	line-height: 1.1875em;
	color: #C31C4A;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-bottom: 26px;
}

h3,
h4,
h5,
h6 {
	font-size: 1.125em;
}

h3 {
	color: #2396C7;	
}

h5 {
	text-transform: uppercase;
}

h6 {
	font-style: italic;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.5em;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: 400;
	font-size: 1.125em;	
	line-height: 1.5em;
}

a {
	color: #c31c49;
	text-decoration: none;
	cursor: pointer;
}


a:hover {
	color: #d4601c;
}

sup, 
sub {
	font-size: 0.625em;
	vertical-align: baseline;
	position: relative;
	top: -0.8em;
}

sub { 
	top: 0.8em; 
}

/*--------------------------------------------------------------
Generic Page Elements
--------------------------------------------------------------*/

#page {
	position: relative;
	display: block;
	overflow: hidden;
}

a.skip-to-content-link {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

header {
	z-index: 10;
}

.menu-toggle {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	z-index: 9;
    text-indent: -9999px;
    right: 10px;
    bottom: 10px;
    background-image: url('img/menu-toggle.svg');
    background-size: 40px 120px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.menu-toggle:hover {
	background-position: 0 -40px;
}

.menu-toggle.active {
	background-position: 0 -80px;
}

.search-toggle {
	display: none;
	position: absolute;
	cursor: pointer;
	width:40px;
	height:40px;
	z-index: 9;
    text-indent: -9999px;
    right: 60px;
    bottom: 10px;
    background-image: url('img/search-toggle.svg');
    background-size: 40px 120px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.search-toggle:hover {
	background-position: 0 -40px;
}

.search-toggle.active {
	background-position: 0 -80px;
}

.page-container {
	position: relative;
	display: block;
	max-width: 1350px;
	width: 100%;
	padding: 5px 15px;
	margin: auto;
}

.front-page-container {
	position: relative;
	display: block;
	max-width: 1350px;
	width: 100%;
	padding: 5px 15px;
	margin: auto;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clear::after {
	content: "";
  	display: table;
  	clear: both;
}

header {
    padding: 20px 0 25px;
}

header .page-container {
	padding-top: 0;
	padding-bottom: 0;
}

header .site-logo a,
header .site-logo img {
	display: inline-block;
}

header .site-logo img {
	width: 305px;
}	

/* Mobile Menu Toggle Position */
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
	position: relative;
	top: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f140';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: 1px !important;
    width: 10px !important;
    right: auto;
    line-height: inherit;
    font-size: 1.8em;
}

header #searchform {
	position: absolute;
	display: block;
    top: -25px;
    right: 0px;
}

header #searchform label.screen-reader-text {
	display: none;
}

header nav {
	position: relative;
	margin-top: 30px;
	float: right;
}

header #menu-primary-menu {
	position: relative;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

header #menu-primary-menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

header #menu-primary-menu li a {
	position: relative;
	display: block;
	padding: 10px 35px;
	padding-bottom: 40px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	color: #00455B;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 500;
}

.home header #menu-primary-menu li a {
	padding-bottom: 10px;
}

.home header #menu-primary-menu li > ul > li > a {
	padding: 4px 12px;
}

header #menu-primary-menu li:last-child a {
	padding-right: 0;
}

header #menu-primary-menu li ul {
	position: absolute;
	display: block;
	list-style: none;
	padding: 0;
	margin:0;
    left: 50%;
    transform: translateX(-50%);
	max-height: 0;
	overflow: hidden;
	background-color: #00718B;
	background: linear-gradient(to bottom, rgba(0, 69, 91, 0) 0%, rgba(0, 69, 91, .75) 25px);
	width: 190px;
	min-width: max-content;
}

header #menu-primary-menu li:hover ul {
	max-height: 500px;
	z-index: 10;
}

header #menu-primary-menu li:first-child ul {
	min-width: 125px;
}

ul.mega-sub-menu {
    margin-top: 30px !important;
}

header #menu-primary-menu li ul li {
	display: block;
}

header #menu-primary-menu li ul li a {
	padding: 4px 12px;
	color: #fff;
	text-transform: capitalize;
	font-size: 0.813em;
}

header #menu-primary-menu li ul li a::first-letter {
	text-transform: capitalize;
}

header #menu-primary-menu li ul li:first-child a {
	padding-top: 25px;

}

header #menu-primary-menu li ul li:last-child a {
	padding: 4px 12px 12px;
}

header #menu-primary-menu li a:hover {
	color: #C31C4A;
}

header #menu-primary-menu li ul li a:hover {
	color: #F66C0E;
}

header #searchform #s {
	padding: 3px 35px 3px 7px;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.625em;
	border: 0;
    height: 20px;
    min-width: 160px;
    border: 2px solid #B4C7D2;
}

header #searchform #searchsubmit {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	background-image: url('img/search.svg');
	background-size: 20px 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 5;
	cursor: pointer;
}

header #searchform #searchsubmit:hover {
	background-position: 0 -20px;
}

footer {
	padding: 30px 0px 40px;
	background-color: #EAEFF2;
}

footer #menu-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 730px;
}

footer #menu-footer-menu a {
	text-decoration: none;
	color: #646569;
}

footer #menu-footer-menu li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 10px;
}

footer #menu-footer-menu > li:last-child {
	padding-right: 0;
	width: 15%;
}

footer #menu-footer-menu li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
    display: block;
    padding-bottom: 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #00455B;
    font-weight: 400;
}

footer #menu-footer-menu li > a:hover {
	color: #F66C0E;
}

footer #menu-footer-menu li.special {
	display: block;
}

footer #menu-footer-menu li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer #menu-footer-menu li > ul > li {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

footer #menu-footer-menu li > ul > li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
    display: block;
    padding-bottom: 0;
    text-transform: capitalize;
}

footer #menu-footer-menu li > ul > li a::first-letter {
	text-transform: capitalize;
}

footer #menu-footer-menu-secondary {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	float: right;
}

footer #menu-footer-menu-secondary a {
	text-decoration: none;
	color: #00455B;
}

footer #menu-footer-menu-secondary li > a:hover {
	color: #F66C0E;
}

footer #menu-footer-menu-secondary li {
    vertical-align: top;
	display: inline-block;
	width: 100%;
	font-size: 1em;
}

footer #menu-footer-menu-secondary li:last-child {
	margin: 0;
}

footer #menu-footer-menu-secondary li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8125em;
	line-height: 1.2em;
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

footer #menu-footer-menu-secondary li.big a {
    font-size: 0.9em;
}

footer #menu-footer-menu, 
footer #menu-footer-menu-secondary,
footer .primary,
footer .secondary {
	position: relative;
	vertical-align: top;
	float: left;
}

footer .primary {
 	width: 70%;
 	border-right: 2px solid #fff;
}

footer .secondary {
	width: 30%;
}

footer .social {
	position: relative;
	float: left;
	width: 115px;
	vertical-align: top;
	padding: 0 0 0 20px;
}

footer .social a {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	color: #00455B;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

footer .social a:first-of-type {
	padding-top: 4px; 
}	

footer .social a > img {
	width: 15px;
	margin: 0 5px 0 0;
}

footer .social a:hover > span {
	color: #F66C0E;
}

footer .contact {
	position: relative;
    float: left;
    width: 180px;
    padding: 0 0 0 10px;
}

footer h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #00455B;
    font-weight:400;
    padding-bottom: 15px;
}

footer .contact h5 {
	padding-bottom: 20px;
}

footer .contact span {
	position: relative;
	display: block;
    color: #00455B;
    font-size: 0.875em;
	line-height: 1.5em;;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

footer span.copyright {
	position: relative;
	display: block;
	width: 100%;
	padding: 35px 0 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	color: #00455B;
}

footer span.lilheading {
	display: block;
	margin: 0 0 10px;
	font-size: 0.9em;
	text-transform: uppercase;
}

footer .contact span.lilheading {
    margin-top: -2px;
}


/* GDPR Privacy Bar */

#cookie-law-info-bar {
	background-color: #274254 !important;
}

#cookie-law-info-bar span {
	overflow-wrap: break-word;
}

#cookie-law-info-bar a {
	color: #ffc8a9 !important;
}

#cookie-law-info-bar a#cookie_action_close_header {
	font-weight: bold;
	color: #fff !important;
	background-color: #c31c49 !important;
}

.error404 .text-holder #searchform {
	margin-top: 45px;
}

.error404 .text-holder #searchform label {
	display: none;
}

.error404 .text-holder #searchform input#s {
	width: 75%;
	padding: 6px;
	text-align: left;
}

.error404 .text-holder #searchform input#searchsubmit {
	width: 125px;
	border: 0;
	background-color: #F66C0E;
	color: #fff;
	padding: 12px;
	margin: 20px auto auto;
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	outline: none;
}

.error404 .text-holder #searchform input#searchsubmit:hover {
	background-color: #d4601c;
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	margin-bottom: 20px;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
}

.page-content a {
	color: #c31c49;
	font-weight: 500;
	font-style: italic;
}

.page-content a:hover {
	color: #d4601c;
}

.has-arrow,
.morelink{
	font-size: inherit;
	font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 18px;
}

.page-content a.has-arrow::after,
a.has-arrow::after, 
.morelink::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(img/arrow.svg);
    background-size: 15px 45px;
    background-repeat: no-repeat;
    background-position: 0 -15px;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
}

.page-content a.has-arrow:hover::after,
a.has-arrow:hover::after,
.morelink:hover::after {
	background-position: 0 -30px;
}

.home-callout a.has-arrow {
	padding-right: 30px;
}

.home-callout a.has-arrow::after {
	width: 25px;
    height: 25px;
    background-size: 25px 75px;
    background-position: 0 -25px;
}

.home-callout a.has-arrow:hover::after {
	background-position: 0 -50px;
}

table {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 15px;
	border-spacing: 0;
}

table caption {
	display: none;
}

table p {
	font-size: 0.938em;
}

table.pipeline {
	width: 100%;
}

table.pipeline td.fitted,
table.pipeline th.fitted {
	width: 85px;
}

table.pipeline td.first,
table.pipeline th.first {
	width: 115px;
}

table.pipeline .show-desktop {
	display: block;
}

table.pipeline .show-mobile {
	display: none;
}

table.pipeline tfoot td {
	border: 0;
}

table.pipeline tfoot td span {
	font-size: 0.625em;
}

table.partnerships {
	border-top: 1px solid #999799;
	margin-bottom: 0;
}

table.partner-candidates {
	margin-bottom: 0;
}

table .block-fill,
table .no-fill {
	position: relative;
	display: block;
	color: #3F738D;
	background-color: #3F738D;
    transform: skew(-15deg);
	line-height: 1em;
}

table .no-fill {
	color: #EAEFF2;
	background-color: #EAEFF2;
}

table th {
	background-color: #EAEFF2;
    line-height: 1.1em;
    padding: 6px;
    text-align: left;
    font-size: 0.750em;
}

table td {
	line-height: 1.4em;
	font-weight: 400;
	padding: 15px 5px;
	border-bottom: 1px solid #999799;
}

table.more-padding td {
	padding: 20px;
}

table.no-border td {
	border: 0;
}

span.small-type,
p span.small-type {
	font-size: 0.688em;
}

.page-content .text-holder table a, 
.tablefont {
    font-size: 14px;
}

.page-content .text-holder table sup {
    font-size: 7px;
}

table td a::after {
	display: none !important;
}

.gform_wrapper {
	max-height: 0;
	overflow: hidden;
	margin: 0 !important;
	transition: all .25s ease;
}

.gform_wrapper ul li:before {
	display: none !important;
}

.gform_wrapper.expanded {
	max-height: 2000px;
}

.gform_wrapper ul li:after, 
.gform_wrapper ul li:before, 
.gform_wrapper ul.gform_fields {
	overflow: hidden;
}

.form-toggle::after {
	transition: transform .25s ease;
}

.form-toggle.active::after {
    transform:translateY(-50%) rotate(90deg) !important;
}

/*--------------------------------------------------------------
Home Page Elements
--------------------------------------------------------------*/

.home header {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
}

.home header #menu-primary-menu li a,
.page-template-page-careers-landing header #menu-primary-menu li a {
	color: #00455B;
	padding-bottom: 10px;
}

.home header #menu-primary-menu li a:hover {
	color: #C31C4A;
}

.home header #menu-primary-menu li ul { 
	background: linear-gradient(to bottom, rgba(0, 113, 139, 0) 0%, rgba(0, 113, 139, 1) 15px);
}

#mobile-slideshow {
	display: none;
}

.main {
    position: relative;
    display: block;
  	width: 100%;
    overflow: hidden;
    margin-top: -5%;
}

.full-hero {
	z-index: -1;
	position: relative;
	display: block;
}

.full-hero::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	bottom: 0;
	background-image: url('img/header-graphic.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.fullscreen-svg {
    position: relative;
    top: 0;
    display: block;
    left: -500px;
    width: 100%;
    z-index: 3;
    opacity: 0;
 }

.colored-image {
    position: absolute;
    display: block;
    top: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
}

.blue-image {
	width: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
}

.colored-image img, 
.blue-image img {
    width: 100%;
}

.image-text {
    position: absolute;
    display: block;
    z-index: 3;
	height: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1030px;
    margin: 6px auto auto;
    padding-right: 330px;
    box-sizing: border-box;
    right: 0;
    left: -100px;
    color: transparent;
	background-color: #000;
    text-shadow: 0 0 15px rgba(255, 255, 255, 1), 0 0 0 rgba(0, 0, 0, .65);
    transition: text-shadow .55s ease, transform .25s ease .10s;      
    transform: skewX(-60deg);  
    opacity: 0;     
    text-align: right;
}

.image-text::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 910px;
    height: 115px;
    right: 280px;
	top: 50%;
	opacity: 0;
	transform: translate(-100px, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/header-text-graphic.png');
	transition: all .25s .25s ease;
}

.image-text.on {
    text-shadow: 0 0 0 rgba(255, 255, 255, 1), 4px 4px 3px rgba(0, 0, 0, .35);
    transform: skewX(0deg);  
}

.image-text.on::before {
	opacity: 1;
	transform:translate(0px, -50%);
}

.image-text strong {
	background-color: transparent;
	height: 0;
}

.image-text img {
	margin-top: -20px;
}

span.bolder,
span.thinner {
	background-color: #000;
    height: 0;
	padding-left: 80px;
	position: relative;
	width: auto;
}

span.bolder {
    float: left;
    font-weight: bold;  
}

span.thinner {
    float: right;
}

span.restore {
	padding-left: 80px;
	margin-left: 100px;
}

.home-callout {
	padding: 60px 20px;	
	text-align: center;	
}

.home-callout p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #464646;
	font-size: 1.375em;
	font-weight: 100;
	line-height: 2.375em;
}

.home-callout a {
	text-decoration: none;
	color: #F66C0E;
	font-size: 1.375em;
}

.home-callout a:hover {
	color: #d4601c;
}

.buckets {
	width: 100%;
	position: relative;
	padding: 0 0 45px;
}

.single-bucket {
	width: 33%;
	float: left;
	position: relative;
	vertical-align: top;
	text-align: center;
	padding: 10px 40px;
	color: #fff;
}

.single-bucket a {
	cursor: pointer;
	text-decoration: none;
}

.single-bucket-image {
	position: relative;
	width: 100%;
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 10px 65px;
	border: 8px solid #B4C7D2;
}

.single-bucket-image::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('img/arrow-white.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 0;
    right: 0;
    margin: auto;
    bottom: 22px;
    transition: transform .25s ease;
}

.single-bucket-image:hover::after {
	transform: scale(1.3, 1.3);
}

.single-bucket-image::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;	
}

.single-bucket a:hover .single-bucket-image::before {
	opacity: 0.1;
}

.single-bucket h4 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-size: 1.6875em;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.single-bucket a h4,
.single-bucket a p {
	color: #fff;
}

.single-bucket p {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0 12px;
	font-size: 1.375em;
	line-height: 1.1em;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	font-weight: 500;
}

.home-news {
	padding: 20px 0;
	margin-bottom: 40px;
}

.home-news h1 {
    height: 0;
    width: 0;
	margin: 0;
	padding: 0;
    font-size: 0;
    line-height: 0;
	color: #fff;
}

.news-holder {
	text-align: center;
}

.news-holder h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.875em;
	text-transform: uppercase;
	font-weight: 400;
	color: #C31C4A;
	margin: 30px 0 15px;
}

.news-holder h2 span {
	font-weight: 700;
}

.news-holder a {
	color: #00455B;
}

.news-holder .more-news {
	position: relative;
	cursor: pointer;
	font-weight: 400;
	font-size: 1em;
	color: #C31C4A;
	text-decoration: none;
}

.news-holder .more-news-current-events {
	position: relative;
	cursor: pointer;
	font-weight: 400;
	font-size: 1.25em;
	color: #F66C0E;
	text-decoration: none;
}

.news-holder .more-news::after {
	content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('img/arrow.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 3px;
    margin-left: 5px;
    transition: transform .25s ease;
}

.news-holder .more-news:hover,
.news-holder .more-news-current-events:hover {
	color:#d4601c;
}

.news-holder .more-news:hover::before {
	transform: scale(1.3, 1.3);
}

.single-news {
	width: 33%;
	font-family: 'Montserrat', sans-serif;
	float: left;
	position: relative;
	text-align: center;
	padding: 10px 30px;
	color: #00455B;
}

.single-news h4 {
	margin: 0;
	font-weight: 700;
}

.single-news p {
	margin: 0;
	font-weight: 300;
}

.single-news .press-release-link {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
    width: 25px;
    height: 25px;
    margin: auto auto auto 5px;
    background-image: url('img/arrow.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: transform .25s ease;
}

.single-news .press-release-link:hover {
	transform: scale(1.1, 1.1);
}

/*--------------------------------------------------------------
Page Elements
--------------------------------------------------------------*/

.full-head {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 5;
	overflow: hidden;
	background-color: #000;
}

.full-head.default .image-holder .full-bg {
	background-image: url('img/investors-header.jpg');
}

.full-head.default .image-holder .mobile-bg {
	background-image: url('img/investors-header-mobile.jpg');
}

.full-head .image-holder .full-bg {
	height: 410px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/investors-header.jpg');
}

.full-head .image-holder .full-bg::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	bottom: 0;
	background-image: url('img/header-graphic.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.full-head .image-holder .mobile-bg {
	display: none;
	height: 350px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/investors-header-mobile.jpg');
}

.full-head .hero-text {
	position: absolute;	
	display: block;
	top: 50%;
	transform: translateY(-50%);
	z-index: 8;
	padding-right: 300px;
	padding-left: 15px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1075px;
	width: 100%;	
	text-align: right;  
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;	
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	color: #fff;		
}

.full-head .hero-text::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
    max-width: 810px;
    height: 115px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/header-text-graphic.png');
}


.full-head .hero-text span {	
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8125em;	
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	color: #fff;		
	line-height: 1.1em;     
	right: 0;
    opacity: 1;
    transition: margin .45s ease, opacity .45s ease;
}

.full-head .hero-text span.bolded:first-child {	
	font-weight: bold;
	transition: right .45s ease .45s, opacity .35s ease;
}

.full-head .hero-text span:last-child {	
	transition: right .45s ease .45s, opacity .35s ease .15s;
}

.loaded .full-head .hero-text span:first-child,
.loaded .full-head .hero-text span {
	right: 0;
	opacity: 1;
}

.page-content {
	padding-top: 0;
	min-height: 400px;
    padding-bottom: 55px;
}

.sidenav,
.content-holder,
.secondary-subsection {
	float: left;
	position: relative;
}

.sidenav {
	width: 15%;
}

.content-holder {
	width: 85%;
	padding: 80px 0 0 40px;
}

.secondary-subsection {
	width: 85%;
	float: right;
	padding: 35px 0 0 40px;
}

.full .content-holder {
	width: 100%;
}

.error404 .full .content-holder {
	padding-left: 0;
	text-align: center;
}

.search-results.full .content-holder {
	padding-top: 25px;
	padding-left: 0;
}

.error404 .full .content-holder {
	padding-left: 0;
	max-width: 600px;
    margin: auto;
    display: block;
    float: none;
    text-align: center;
}

.sidenav-holder {
	padding: 80px 0 25px 10px;
	background-color: #EAEFF2;	
	max-width: 195px;
	width: 100%;
}

.sidenav-holder h3 {
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #00455B;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

.sidenav-holder ul {
	position: relative;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidenav-holder ul li a {
	font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    line-height: 1.5em;
    display: block;
    padding-bottom: 0;
    text-transform: lowercase;
    text-decoration: none;
    color: #00455B;
}

.sidenav-holder ul li a::first-letter {
	text-transform: capitalize;
}

.sidenav-holder ul li a::after {
	display: none;
}

.sidenav-holder ul li > a:hover,
.sidenav-holder ul li.current_page_item > a {
	font-weight: 700;
}

.sidenav-holder ul li > ul.children {
	padding-left: 15px;
}

.sidenav-holder .lilheading {
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    color: #00455B;
    text-transform: uppercase;
	padding: 0 0 4px 0;
}

.text-holder {
	position: relative;
	display: block;
}

.bigblue,
.text-holder h3.bigblue {
    font-size: 1.5em;
    text-transform: none;
	color:#0a4965; 
	line-height: 1.75em;
}

.text-holder li,
.text-holder p,
.text-holder ul {
	padding-bottom: 14px;
	line-height: 1.625em;
}

.text-holder h3 {
	padding-top: 10px;
	color: #c31c49;
}

.text-holder li {  
  list-style-type: none;
}

.text-holder li:before {
    content: '\2022';
    font-size: 1.375em;
    position: absolute;
    left: 0;
}

.text-holder.has-sidebar, 
.sidebar-holder	{
	position: relative;
	float: left;
}

.text-holder.has-sidebar {
	width: 70%;
	padding-right: 20px;
}

.sidebar-holder {
	width: 30%;
    padding-left: 10px;
}

.no-sidebar-image {
	width: 100%;
	position: relative;
	display: block;
	background-color: #3F738D;
}

.sidebar-image span {
	position: absolute;
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight: 700;
	text-transform: uppercase;
	top: 50%;
	transform:translateY(-50%);
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 10px;
	line-height: 1.1em;
	background-color: #000;
	height: 0;
}

.sidebar-image .image {
	position: relative;
	display: block;
	width: 100%;
	min-height: 155px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.no-sidebar-image span {
	padding: 20px 10px 10px;
	position: relative;
    top: 0;
    transform: none;
    word-break: break-word;
	height: auto;
	background-color: #3F738D;
}

.no-sidebar-image span.smaller-text {
	font-size: 0.813em;
	line-height: 1.6em;
}

.page-sidebar {
	margin-bottom: 25px;
	padding: 3px;
    background-color: #B4C7D2;
	max-width: 280px;
	width: 100%;
	float: right;
}

.page-sidebar .sidebar-image a::after,
.page-sidebar .sidebar-image.hide {
	display: none;
}

.sidebar-holder .sidebar-text {
	background: #fff;
	padding: 15px 10px;
}

.page-sidebar.full-bg .sidebar-text {
	background: transparent;
	padding: 25px 20px;
}

.page-sidebar.full-bg {
	padding-top: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-color: transparent;
	border: 3px solid #B4C7D2;
}

.sidebar-holder .sidebar-text h6 {
	font-size: 0.688em;
	font-weight: 100;
	line-height: 1em;
}

.sidebar-holder .sidebar-text.special a {
	font-weight: 500;
}

.sidebar-holder .sidebar-text p {
    font-size: 0.9375em;
    padding: 0;
    padding-bottom: 10px;
    line-height: 1.25em;
}

.sidebar-holder .sidebar-text h3 {
	color: #00455B;
	font-size: 0.938em;
	padding-bottom: 0;
}

.sidebar-holder .sidebar-text ul {
	font-size: 0.938em;
	padding-bottom: 7px;
	list-style: none;
	position: relative;
}

.sidebar-holder .sidebar-text ul li {
	margin-bottom: 5px;
}

.sidebar-holder .sidebar-text ul li::before {
    content: '\2022';
    font-size: 1.25em;
    position: absolute;
    left: 0;
    margin-top: 0;
}

.sidebar-holder .sidebar-text ul.special-blue strong,
.sidebar-holder .sidebar-text ul.special-blue li::before {
	color: #00ADBB;
}

.sidebar-holder .sidebar-text p:last-child,
.sidebar-holder .sidebar-text h6:last-child {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Management & BoD Page Elements
--------------------------------------------------------------*/

.left-column-management,
.right-column-management,
.left-column-bod,
.right-column-bod {
	width: 50%;
	position: relative;
	float: left;
}


.left-column-management,
.left-column-bod {
	padding-right: 15px;
}

.right-column-management,
.right-column-bod {
	padding-left: 15px;
}


.management-person,
.bod-person {
	margin-bottom: 20px;
}

.person {
	position: relative;
	display: block;
	border-bottom: 1px solid #2D6682;
}

.person-description {
	max-height: 0;
	overflow: hidden;
	display: block;
	position: relative;
	padding-top: 5px;
	transition: max-height .25s ease;
}

.person-description p {
	font-size: 0.938em;
	line-height: 1.375em;
}

.person-description.active {
	max-height: 900px;
}

.management-person a.has-arrow,
.bod-person a.has-arrow {
	font-size: 0.750em;
}

.management-person a.has-arrow.active,
.bod-person a.has-arrow.active {
	color: #00ADBB;
}

.management-person a.has-arrow::after,
.bod-person a.has-arrow::after {
	transform: rotate(0deg);
	transition: transform .25s ease;
}

.management-person a.has-arrow.active::after,
.bod-person a.has-arrow.active::after {
	transform: rotate(90deg);
}

.person-image {
	width: 45%;
	position: relative;
	float: left;
}

.person-text {
	width: 55%;
	position: absolute;
	padding-left: 10px;
	padding-right: 55px;
	top: 50%;
	right: 0;
	transform:translateY(-50%);
}

.no-image .person-text {
	width: 100%;
	padding: 0;
	top: 0;
	transform: none;
	position: relative;
    display: block;
    float: none;
}

.bod-person .person {
	padding-bottom: 10px;
    margin-bottom: 5px;
}

.bod-person .person-text {
	width: 100%;
	position: relative;
	float: none;
	top: 0;
	transform: none;
	padding-left: 0;
	padding-right: 0;
}

.person-text span {
	display: block;
	font-size: 0.875em;
	margin-bottom: 4px;
}

.person-text span:first-child {
	font-size: 1.125em;
	font-weight: 500; 
}

.page-content .toggle-more.has-arrow::after {
	top: 1px;
	transform: none;
}

/*--------------------------------------------------------------
Careers Section Elements
--------------------------------------------------------------*/

.page-template-page-careers-landing header {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
}

.page-template-page-careers-landing.fp-viewing-0 header #menu-primary-menu li a {
	color: #fff;
}

.page-template-page-careers-landing.fp-viewing-0 header #menu-primary-menu li ul li:first-child a {
	padding-top: 7px;
}

.page-template-page-careers-landing header #menu-primary-menu li ul li:first-child a {
	padding-top: 25px;
}

.page-template-page-careers-landing header #menu-primary-menu > li > a {
	padding-bottom: 10px;
}

.page-template-page-careers-landing header #menu-primary-menu li > ul > li > a,
.page-template-page-careers-landing header #menu-primary-menu li ul li:last-child a {
    padding: 4px 12px;
}

.page-template-page-careers-landing header #menu-primary-menu li ul li:last-child a {
    padding-bottom: 12px;
}

.page-template-page-careers-landing.fp-viewing-0 header #menu-primary-menu li ul li a:hover,
.page-template-page-careers-landing.fp-viewing-0 header #menu-primary-menu li a:hover {
	color: #F66C0E;
}

.page-template-page-careers-landing.fp-viewing-0 header #menu-primary-menu li ul { 
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 113, 139, 1) 15px);
}

.triple-hero .left-panel,
.triple-hero .middle-panel,
.triple-hero .right-panel {
	position: relative;
	height: 100vh;
	width: 33.3333%;
	float: left;
}


.triple-hero .full-blue,
.triple-hero .full-image-masked,
.triple-hero .border,
.triple-hero .border .left,
.triple-hero .border .top,
.triple-hero .border .right,
.triple-hero .border .bottom {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.triple-hero .border {
	position: absolute;
	display: block;
}

.triple-hero .full-blue {
	z-index: 1;
}

.triple-hero .full-image-masked {
	z-index: 2;
}

.triple-hero .border {
	z-index: 3;
}

.triple-hero .left-panel .full-blue {
	background-image: url('img/career-panels-left-new2.jpg');
}

.triple-hero .middle-panel .full-blue {
	background-image: url('img/career-panels-middle-new2.jpg');
}

.triple-hero .right-panel .full-blue {
	background-image: url('img/career-panels-right-new2.jpg');
}

.triple-hero .full-blue {
	margin-top: -80px;
}

.triple-hero .panel-text {
	position: absolute;
	z-index: 4;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    bottom: 240px;
    width: 100%;
	height: 0;
    line-height: 1em;
	background-color: #000;
}

.green-clickthru {
	position: absolute;
	display: block;
	z-index: 4;
	bottom: 0;
	width: 100%;
	background-color: #a6234a;
}

#fullpage .green-clickthru .clickthru-inner {
	width: 92.5%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 35px 0;
	text-align: center;
}

.green-clickthru span.join {
	display: block;
	margin: 0 0 25px;
	font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
	text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.green-clickthru span.request {
	position: relative;
	display: inline-block;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase
}

.green-clickthru span.request a {
	color: #fff;
}

.green-clickthru span.request a::after {
	content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('img/arrow-white.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 50%;
    right: -30px;
    transform: translateY(-50%) scale(1, 1);
    transition: scale .25s ease;
}

.green-clickthru span.all-jobs a:hover::before,
.green-clickthru span.request a:hover::before{
	transform: translateY(-50%) scale(1.3, 1.3);
}

#fullpage {
	display: block;
    width: 100%;
    box-sizing: border-box;
}

#fullpage .section {
	position: relative;
	display: inline;
}

#fullpage .section-inner {
	position: relative;
	display:block;
}

#fullpage .mobile-careers img {
	width:100%;
}

#fullpage .mobile-careers {
	display: none;
}

#fullpage .welcome-message,
#fullpage .info-buckets,
#fullpage .person-hero-inner,
#fullpage .image-hero-inner {
	position: relative;
	max-width: 1030px;
	margin: auto;
	display: block;
	padding: 75px 15px;
}

#fullpage .info-buckets {
	width: 92.5%;
	padding-bottom: 20px;
}

#fullpage .welcome-message {
	width: 92.5%;
	text-align: center;
	padding: 75px 0 0;
}

#fullpage h2,
#fullpage h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125em;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #a6244a;
}

#fullpage h3  {
    font-size: 2.125em;
}

#fullpage .info-buckets h3 {
	border-bottom: 1px solid #B4C7D2;
}

#fullpage h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #434343;
    padding: 0;
}

#fullpage .welcome p,
#fullpage .welcome ul {
	font-weight: 300;
	font-size: 1.375em;
    line-height: 1.75em;
}

#fullpage .in-a-nutshell {
	clear: both;
}

#fullpage .in-a-nutshell .info-buckets {
	width: 92.5%;
	padding-top: 70px;
	padding-bottom: 70px;
}

#fullpage .in-a-nutshell .info-buckets > img.company-fun-facts {
	display: block;
	width: 75%;
	max-width: 750px;
	margin: 0 auto 35px;
}

#fullpage .company-details {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#fullpage .company-details > span {
	flex: 0 1 27.5%;
}

#fullpage .company-details > span img {
	display: block;
	width: 80%;
	max-width: 100px;
	max-height: 75px;
	margin: 0 auto;
}

#fullpage .company-details p {
	margin: 20px 0 0;
	padding: 0;
	font-weight: 400;
	text-align: center;
	color: #3F738D;
}

#fullpage .yum,
#fullpage .personal {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 25px;
}

#fullpage .yum {
	margin-bottom: 75px;
}

#fullpage .yum span,
#fullpage .personal span  {
	position: relative;
	float: left;
	padding: 0;
	width: 50%;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#fullpage .pie-graph span {
	position: relative;
	float: left;
	padding: 0;
	width: 100%;
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/pie-graph.svg');
}

#fullpage .divide-two-column {
	width: 100%;
	position: relative;
	display: block;
}

#fullpage .divide-two-column .left-column,
#fullpage .divide-two-column .right-column {
	width: 50%;
	position: relative;
	float: left;
}

#fullpage .divide-two-column .left-column {
	padding-right: 25px;
	padding-top: 35px;
	border-right: 1px solid #DADADA;
}

#fullpage .divide-two-column .right-column {
	padding-top: 35px;
	padding-left: 25px;
}

#fullpage .divide-three-column {
	position: relative;
	display: block;
	margin-bottom: 45px;
	padding: 15px 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

#fullpage .divide-three-column .middle-column {
	border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}

#fullpage .divide-three-column .left-column,
#fullpage .divide-three-column .middle-column,
#fullpage .divide-three-column .right-column  {
	width: 33%;
	position: relative;
	float: left;
	padding: 25px 0;
}

#fullpage .divide-three-column .left-column {
	padding-right: 12px;
}

#fullpage .divide-three-column .middle-column {
	padding-left: 12px;
	padding-right: 12px;
}

#fullpage .divide-three-column .right-column {
	padding-left: 12px;
}

#fullpage .person-hero,
#fullpage .image-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 525px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#fullpage .person-hero-inner,
#fullpage .image-hero-inner {
	height: 100%;
}

#fullpage .delphina.person-hero {
	background-image: url('img/delphina.jpg');
}

#fullpage .brian.person-hero {
	background-image: url('img/brian.jpg');
}

#fullpage .nadeesha.person-hero {
	background-image: url('img/nadeesha.jpg');
}

#fullpage .ash.person-hero {
	background-image: url('img/ash.jpg');
}

#fullpage .brian.person-hero {
	background-image: url('img/brian.jpg');
}

#fullpage .person-fpo.person-hero {
	background-image: url('img/fpo-quote-male.jpg');
}

#fullpage .image-hero {
	background-image: url('img/image-bg.jpg');
}

#fullpage .image-hero-inner .hero-text {
	position: absolute;
	left: 0;
	right:0;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;	
}

#fullpage .image-hero-inner .hero-text p {
	font-size: 2.5em;
	line-height: 1.1em;
	font-weight: 600;
}

#fullpage .image-hero-inner .hero-text p span {
	font-size: 1.75em;
}

#fullpage .quote-right .hero-text,
#fullpage .quote-left .hero-text {
	position: absolute;
	display: block;
	width: 480px;
    height: 390px;
}

#fullpage .quote-right .hero-text {
	padding: 60px 30px;
    padding-left: 110px;
    right: 0;
}

#fullpage .quote-left .hero-text {
    padding: 0 40px;
    padding-right: 110px;
    left: 0;
}

#fullpage .person-hero .hero-text::before,
#fullpage .person-hero .hero-text::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
}

#fullpage .person-hero .hero-text::after {
	z-index: 1;
	mix-blend-mode: multiply;
}

#fullpage .person-hero .hero-text::before {
	z-index: 2;
}

#fullpage .quote-right .hero-text::after {
	background-image: url('img/box-bg.png');
}

#fullpage .quote-right .hero-text::before { 
	background-image: url('img/box-border.png');		
}

#fullpage .quote-left .hero-text::after {
	background-image: url('img/box-bg-left.png');
}

#fullpage .quote-left .hero-text::before { 
	background-image: url('img/box-border-left.png');		
}

#fullpage .person-hero .hero-text p {
	color: #fff;
	font-size: 1.625em;
    line-height: 1.4em;
    position: relative;
    font-weight: 400;
    z-index: 3;
    padding-bottom: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
Corporate Responsibility Page
--------------------------------------------------------------*/

.quote-image {
	position: relative;
}

.quote-image::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%,rgba(102, 201, 228, 0) 55%,rgba(35, 150, 199, 0.98) 99%, rgba(35, 150, 199,1) 100%);
}

.quote-text {
	background-color: #2396C7;
	color: #fff;
	padding: 20px 20px 35px 20px;
	font-size: 0.938em;
}

.quote-text p {
	font-size: 0.938em;
}

.quote-person {
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 0.938em;
}

.quote-person span {
	font-size: 1.063em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
 
/*--------------------------------------------------------------
Product Pipelines Page
--------------------------------------------------------------*/

table.depomed-candidates td img {
	max-height: 50px;
}

table.depomed-candidates td:first-child,
table.depomed-candidates th:first-child {
	width: 40%;
}

table.depomed-candidates td:nth-child(2),
table.depomed-candidates th:nth-child(2),
table.depomed-candidates td:nth-child(3),
table.depomed-candidates th:nth-child(3),
table.depomed-candidates td:last-child,
table.depomed-candidates th:last-child {
	width: 20%;
}

table.partner-candidates td,
table.partner-candidates th {
	width: 33%;
}

table.partnerships td:first-child {
	width: 25%;
}

table.partnerships td img {
	max-width: 150px;
}

.sub-section-full {
	background-color: #f6f6f6;
	padding: 30px 0 35px;
	position: relative;
	margin-bottom: 55px;
}

.sub-section-full::before,
.sub-section-full::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #f6f6f6;
	width: 100vw;
	height: 100%;
	top: 0;
	z-index: -1;
}

.sub-section-full::before {
	left: -100%;
}

.sub-section-full::after {
	right: -100%;
}

.sub-section-full h3 {
    color: #c31c48;
}

.sub-section-bucket {
	width: 33%;
	float: left;
	position: relative;
}

.sub-section-bucket .bucket-circle {
	position: relative;
	display: block;
	width: 200px;
	height: 450px;
	margin: 20px auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sub-section-bucket:first-child {
	padding: 0 15px 0 0;
}

.sub-section-bucket:nth-child(2) {
	padding: 0 15px 0 15px;
}

.sub-section-bucket:last-child {
	padding: 0 0 0 15px;
}

/*--------------------------------------------------------------
Contact Page Elements
--------------------------------------------------------------*/

.map-containing {
	padding: 30px;
	background-color: #B4C6D2;
	margin-bottom: 40px;
}

.acf-map {
	width: 100%;
	height: 375px;
	border: 1px solid #ccc;
	margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


/*--------------------------------------------------------------
Careers Page Elements
--------------------------------------------------------------*/

#TPMainHeaderCell {
	background: red !important;
}

.page-id-839 .content-holder ul, .page-id-839 .text-holder li:before { 
	margin-left: 15px;
}

/* Core Values */

.core-values-inner,
.bap-inner {
	position: relative;
	padding-top: 70px;
	background-color: #eaeef1;
}

.core-values-inner::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	bottom: 0;
	background: #fff url('img/header-graphic.svg') no-repeat 50% 50% / cover;
}

.core-values-inner > h2,
.bap-inner > h2 {
	width: 92.5%;
	margin: 0 auto !important;
	padding: 0 !important;
	color: #d70046 !important;
}

.core-values-inner .core-values-container,
.bap-inner .bap-content-container {
	display: flex;
	flex-flow: row wrap;
	width: 92.5%;
	max-width: 1375px;
	margin: 0 auto;
	padding: 90px 0 80px;
}

.core-values-inner .core-values-container {
	align-items: center;
	justify-content: center;
}

.core-values-container .core-value,
.core-value .core-value-content {
	border-radius: 50%;
}

.core-values-container .core-value {
	padding: 24px;
	background-color: transparent;
	border: 2px solid #fff;
}

.core-values-container .core-value:nth-of-type(2) {
	margin: 0 -24px;
}

.core-values-container .core-value:nth-of-type(4) {
	margin: 0 -12px 0 0;
}

.core-values-container .core-value:nth-of-type(5) {
	margin: 0 0 0 -12px;
}

.core-values-container .core-value:nth-of-type(4),
.core-values-container .core-value:nth-of-type(5) {
	margin-top: -80px;
}

.core-value .core-value-content {
	width: 375px;
	height: 375px;
	background-color: #fff;
	border: 10px solid #a6234a;
}

.core-value-content#core-value-blue {
	border-color: #005166;
}

.core-value-content#core-value-gold {
	border-color: #ff9800;
}

.core-value-content#core-value-magenta {
	border-color: #d70046;
}

.core-value-content#core-value-orange {
	border-color: #ff6000;
}

.core-value-content#core-value-teal {
	border-color: #247490;
}

.core-value-content p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 74.5%;
	margin: 0 auto;
	padding: 0;
	font: 700 1.5em/1.25em "Montserrat", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #005166;
}

/* Benefits and Perks */

.bap-inner {
	background-color: #fff;
}


.bap-inner .bap-content-container {
	justify-content: space-between;
	align-items: flex-start;
	border-top: 2px dashed #ff6000;
}

.bap-inner .bap-content-container:first-of-type {
	border-top: 0;
}	

.bap-content-container > h3,
.bap h4 {
	text-align: left !important;
}


.bap-content-container > h3 {
	flex: 0 1 100%;
	margin: 0 !important;
	padding: 0 !important;
	font: 700 1.85em/1.85em "Montserrat", Arial, sans-serif !important;
	text-transform: none !important;
	color: #00465d !important;
}

.bap-content-container .bap-content {
	flex: 0 1 45.5%;
}

.bap-content .bap {
	margin: 40px 0 0;
}

.bap h4 {
	margin: 0 !important;
	padding: 0 !important;
	font: 600 1.45em/1.45em "Montserrat", Arial, sans-serif !important;
	text-transform: uppercase;
	color: #d70046 !important;
}

.bap ul {
	padding: 0 0 0 40px;
}

.bap ul li {
	margin: 15px 0 0;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #00465d;
}


/*--------------------------------------------------------------
Search Results
--------------------------------------------------------------*/

.search-results {
	padding-top: 30px;
}

body.search-results {
	padding-top: 0;
}

.search-result {
	width: 100%;
	margin-bottom: 12px;
    padding: 12px 20px;
    border:1px solid #D9D9D9
}

.search-result .text-holder p {
	padding: 0;
}

.search-result:nth-child(odd) {
	background-color: #f7f7f7;
}

.pagination-links {
	position: relative;
	display: block;
	margin-top: 25px;
}

.pagination-links .page-numbers,
.pagination-links span {
	padding: 5px 8px;
	background-color: #F66C0E;
	margin-right: 5px;
	line-height: 1em;
	position: relative;
	display: inline-block;	
}

.pagination-links .page-numbers.dots {
	background-color: #e1e1e1;
	color: #6B4F43;
}

.pagination-links .page-numbers {
	color: #fff;
}

.pagination-links .current,
.pagination-links a:hover {
	color: #fff;
	background-color: #00ADBB;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 1300px) and (min-height: 695px) {

	#top_border, #bottom_border {
		min-width: 1300px;
		left: calc(50% - 40.42em);
    	height: 100%;
    	width: 100%;
	}

}

@media screen and (max-width: 985px) and (min-width: 768px) {

	#top_border, #bottom_border {
		min-width: 1300px;
		left: calc(50% - 40.42em);
    	height: 100%;
    	width: 100%;
	}

}

@media screen and (max-width: 1335px) {

	header #menu-primary-menu li:last-child ul {
		right: 0;
	}

	.full-head .hero-text {
		padding-right: 315px;
	}

	.image-text {
		font-size: 1.750m;
		margin-top: 2px;
		padding-right: 360px;
	}

	.image-text::before { 
		right: 310px;
	}

	.home-callout p,
	.home-callout a {
		font-size: 1.313em;
		line-height: 2.0625em;
	}

	.single-bucket h4 {
		font-size: 1.25em;
	}

	.single-bucket-image {
		height: 210px;
		padding: 30px 10px 65px;
	}

	.single-bucket p {
		font-size: 0.938em;
	}

	.single-bucket-image::after {
		bottom: 12px;
	}

	footer #menu-footer-menu-secondary {
		margin-top: 45px;
	    display: block;
	    float: none; 
	}

	footer #menu-footer-menu {
		display: block;
		float: none;
	}


	/* Careers */

	.core-values-inner .core-values-container,
	.bap-inner .bap-content-container {
		width: 90%;
		padding: 70px 0 80px;
	}

	.core-values-container .core-value {
		padding: 20px;
	}

	.core-values-container .core-value:nth-of-type(2) {
		margin: 0 -20px;
	}

	.core-values-container .core-value:nth-of-type(4) {
		margin: 0 -10px 0 0;
	}

	.core-values-container .core-value:nth-of-type(5) {
		margin: 0 0 0 -10px;
	}

	.core-values-container .core-value:nth-of-type(4), 
	.core-values-container .core-value:nth-of-type(5) {
		margin-top: -63px;
	}

	.core-value .core-value-content {
		width: 275px;
		height: 275px;
	}

	.core-value-content p {
		width: 87.5%;
		font-size: 1.15em;
		line-height: 1.2em;
	}

	.bap-content-container > h3 {
		font-size: 1.65em !important;
		line-height: 1.65em !important;
	}

	.bap-content .bap {
		margin: 30px 0 0;
	}

	.bap h4,
	.bap ul li {
		font-size: 1.2em !important;
		line-height: 1.4em !important;
	}


}

@media screen and (max-width: 1200px) {
	
	.image-text {
    	font-size: 3.3em;
	}

	div#mega-toggle-block-1 {
    	margin-top: -60px;
	}
	
	div#mega-menu-wrap-primary {
    	width: 100%;
    	min-width: 300px;
	}

	.menu-toggle, 
	.search-toggle {
		display: none;
	}
	
	header #searchform {
		display: none;
	}

	span.mega-toggle-label {
    	visibility: hidden;
	}
}


@media screen and (max-width: 1060px) {

	footer #menu-footer-menu-secondary {
		margin-top: 30px;
	}

	header #menu-primary-menu li a {
		padding: 10px 20px;
		padding-bottom: 22px;
		font-size: 0.75em;
	}

	header #menu-primary-menu li ul {
		margin-left: 0px;
	}

	.sidenav {
		width: 25%;
	}

	.sidenav-holder {		
		max-width: 100%;
	}

	.content-holder,
	.secondary-subsection {
		width: 75%;
		padding-left: 30px;
	}

	.text-holder.has-sidebar,
	.text-holder {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.sidebar-holder {
		width: 100%;
		padding: 0;
	}

	.page-sidebar {
		max-width: 100%;
	    width: 100%;
	    float: left;
	}

	footer .secondary {
		width: 100%;
	}

	footer .primary {
		width: 100%;
		border: 0;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 2px solid #fff;
	}

	footer .social {
		width: 100%;
		padding-left: 0;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 2px solid #fff;
	}

	footer .contact {
		padding-left: 0;
	}

	footer span.copyright {
		width: 100%;
		text-align: center;
		padding: 0;
		padding-top: 40px;
	}

	footer #menu-footer-menu-secondary {
		margin-top: 0;
	    float: left; 
	}

	footer #menu-footer-menu {
	    float: left; 
	}

	h2.custom-header {
		font-size: 1.625em;
		line-height: 1.875em;
	}

	h3 {
		font-size: 1.063em;
	}

	.text-holder li, .text-holder p, .text-holder ul {
		font-size: 1em;
		line-height: 1.4375em;
	}

	.full-head .image-holder .full-bg {
		height: 300px;
	}

	.full-head .hero-text span:first-child {
		display: block;
	}

	.full-head .hero-text {
		padding: 0;
	    text-align: left;
	    max-width: 550px;
	    margin-left: 5%;
	    font-size: 2.25em;
	    line-height: 1em;
	}

	.full-head .hero-text::before {
		display: none;
	}

	.single-bucket,
	.single-news {
		display: block;
		float: none;
		width: 100%;
		max-width: 400px;
		margin: auto;
	}

	.left-column-management, 
	.right-column-management, 
	.left-column-bod, 
	.right-column-bod {
		width: 100%;
		padding: 0;
	}

	.sub-section-bucket {
		width: 100%;
	}

	.triple-hero .full-blue {
		margin: 0;
	}

	.green-clickthru {
		position: relative !important;
	}

	#fullpage .green-clickthru .clickthru-inner {
		padding: 25px 0 20px;
	}

	.green-clickthru span.join {
		text-align: center !important;
	}

	.green-clickthru a.opportunities,
	.green-clickthru span.join {
		position: relative !important;
		display: block !important;
		margin: auto !important;
		top: 0 !important;
		transform: none !important;
		margin-bottom: 15px !important;
	}

	.green-clickthru a.opportunities {
		padding: 15px 20px !important;
		margin-bottom: 20px !important;
		left: 0 !important;
	}

	.green-clickthru span.all-jobs, .green-clickthru span.request {
		position: relative !important;
		margin: auto !important;
		top: 0 !important;
		transform: none !important;
		margin-top: 0 !important;
		margin-bottom: 10px !important;
		text-align: center !important;
	}
	
	.green-clickthru span.all-jobs a::before, .green-clickthru span.request a::before {
		display: none;
	}

	#fullpage .person-hero,
	#fullpage .image-hero {
		height: 345px;
	}

	#fullpage .quote-left .hero-text {
		width: 280px;
    	height: 230px;
    	padding-right: 62px;
    	left: 5%;
	}

	#fullpage .quote-right .hero-text {
		width: 280px;
    	height: 230px;
    	padding-left: 80px;
    	right: 5%;
	}

	#fullpage .person-hero .hero-text p {
		font-size: 0.875em;
	}

	#fullpage .divide-three-column .left-column, 
	#fullpage .divide-three-column .middle-column, 
	#fullpage .divide-three-column .right-column {
		width: 100%;
		float: none;
		display: block;
	    padding: 30px 0;
	    border: 0;
	    max-width: 400px;
	    margin: auto;
	}

	.triple-hero .left-panel, 
	.triple-hero .middle-panel,
	.triple-hero .right-panel {
		max-height: 550px;
	}

	.triple-hero .panel-text {
		font-size: 1.188em;
		bottom: 75px;
	}

	#fullpage .divide-three-column .left-column {
		border-top: 1px solid #DADADA;
	}

	#fullpage .divide-three-column .left-column,
	#fullpage .divide-three-column .middle-column,
	#fullpage .divide-three-column .right-column,
	#fullpage .where-were-from,
	#fullpage .office-items,
	#fullpage .yum,
	#fullpage .personal {
		border-bottom: 1px solid #DADADA;
	}

	#fullpage .yum {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	#fullpage .personal {
		margin-bottom: 10px;
	}

	#fullpage .divide-three-column {
		border: 0;
		margin-bottom: 15px;
	}

	#fullpage .women, #fullpage .men {
		width: 50%;
		float: left;
		margin: 0;
	}

	#fullpage .women::before, #fullpage .men::before {
		top: -10px;
	}

	/* Careers */

	#fullpage .in-a-nutshell .info-buckets {
		padding-top: 50px;
		padding-bottom: 75px;
	}	

	.core-values-inner .core-values-container,
	.bap-inner .bap-content-container {
		width: 90%;
		padding: 50px 0 80px;
	}

	.bap-inner .bap-content-container:first-of-type {
		padding: 50px 0;
	}

	.core-values-container .core-value {
		padding: 15px;
	}

	.core-values-container .core-value:nth-of-type(2) {
		margin: 0 -15px;
	}

	.core-values-container .core-value:nth-of-type(4) {
		margin: 0 -7.5px 0 0;
	}

	.core-values-container .core-value:nth-of-type(4) {
		margin: 0 0 0 -7.5px;
	}

	.core-values-container .core-value:nth-of-type(4), 
	.core-values-container .core-value:nth-of-type(5) {
		margin-top: -46px;
	}

	.core-value .core-value-content {
		width: 215px;
		height: 215px;
		border-width: 7px;
	}

	.core-value-content p {
		font-size: 1em;
		line-height: 1.2em;
	}

	.bap-content-container > h3 {
		font-size: 1.55em !important;
		line-height: 1.25em !important;
	}

	.bap h4,
	.bap ul li {
		font-size: 1.1em !important;
		line-height: 1.4em !important;
	}

}


@media screen and (max-width: 950px) {
	
	.image-text {
		font-size: 2.6em;
	}

}


@media screen and (max-width: 904px) {

	.image-text {
		padding-right: 300px;
	}

	.image-text::before { 
		right: 270px;
	}
	
	footer #menu-footer-menu-secondary {
		margin-top: 45px;
	    display: block;
	    float: none; 
	}

	footer #menu-footer-menu {
		display: block;
		float: none;
	}

	/* Careers */

	#fullpage .in-a-nutshell .info-buckets {
		padding-top: 40px;
		padding-bottom: 25px;
	}

	#fullpage .company-details > span {
		flex: 0 1 30.5%;
	}

	.core-values-inner, 
	.bap-inner {
		padding-top: 50px;
	}

	.core-values-inner .core-values-container,
	.bap-inner .bap-content-container {
		padding: 40px 0 70px;
	}

	.bap-inner .bap-content-container:first-of-type {
		padding: 40px 0;
	}

	.core-values-inner .core-values-container {
		max-width: 250px;
	}	

	.core-values-container .core-value,
	.core-values-container .core-value:nth-of-type(2),
	.core-values-container .core-value:nth-of-type(4), 
	.core-values-container .core-value:nth-of-type(5) {
		margin: -16px 0 0;
	}

	.core-values-container .core-value:first-of-type {
		margin: 0;
	}

	.core-value .core-value-content {
		width: 215px;
		height: 215px;
	}

	.bap-content-container .bap-content {
		flex: 0 1 100%;
	}

}

@media screen and (max-width: 850px) {
	
	.image-text {
    	font-size: 1.96em;
	}

	/* Careers */

	#fullpage .in-a-nutshell .info-buckets {
		padding-top: 50px;
		padding-bottom: 25px;
	}	

	#fullpage .company-details {
		flex-flow: column wrap;
	}	

	#fullpage .company-details > span {
		flex: 0 1 100%;
		max-width: 330px;
		margin: 25px auto;
	}

	#fullpage .company-details > span:first-of-type {
		margin: 0 auto 25px;
	}	

}

@media screen and (max-width: 768px) {

	header {
		padding: 0;
	}

	#site-header.fixed {
	    position: fixed;
	    top: 0;
	    z-index: 10;
	    background: #fff;
	    width: 100%;
	}

	#site-header::after {
		content: "";
		position: absolute;
		display: block;
		bottom: -10px;
		height: 10px;
	    width: 100%;
	    background-image: url('img/header-graphic.svg');
        background-size: cover;
	    background-position: right -130px center;
	    background-repeat: no-repeat;
	    transform: translateX(-100%);
	}

	#site-header.fixed::after {
		transform: translateX(0);
	}

	.logged-in #site-header.fixed {
		top: 46px;
	}

	.home header {
		position: relative;
	}

	/* Mobile Menu Toggle Position */
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
		top: -7px;
	}

	header #menu-primary-menu li a,
	header #menu-primary-menu li a:hover {
		color:#fff;
	}

	header .site-logo img {
		width: 205px;
	}

	header nav {
		position: absolute;
		display: block;
		margin-top: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		left: 0;
		right: 0;
		top: 60px;
		background: rgba(42, 100, 128, .9);
		z-index: 10;
		transition: all .25s ease;
		overflow: visible;
	}

	header nav.active {
		max-height: 800px;
	}

	header #menu-primary-menu {
		position: relative;
		float: none;
		text-align: center;
		padding: 20px 30px;
		padding-top: 10px;
	}

	header #menu-primary-menu li {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}

	header #menu-primary-menu > li::after {
		content: "";
		position: absolute;
		display: block;
		top: 35px;
		height: 1px;
		width: 100%;
		background:rgba(255, 255, 255, 0.35);
		transition: all .25s ease;
		transform: scaleX(0)
	}

	header #menu-primary-menu > li.active::after {
		transform: scaleX(1)
	}

	header #menu-primary-menu li:last-child {
		border: 0;
	}

	header #menu-primary-menu > li > a,
	header #menu-primary-menu > li:last-child > a,
	header #menu-primary-menu > li:first-child > a {
		padding: 10px !important;
		text-align: left;
		font-size: 1em;
	}

	header #menu-primary-menu li.menu-item-has-children > a::after {
		content: "";
	    position: absolute;
	    display: block;
	    width: 20px;
	    height: 20px;
	    background-image: url('img/arrow-white.svg');
	    background-size: 20px 60px;
	    background-repeat: no-repeat;
	    background-position: 0 -20px;
	    right: 10px;
	    top: 50%;
    	transform: translateY(-50%);
    	transition: transform .15s ease;
	}

	header #menu-primary-menu li.menu-item-has-children.active > a::after {
    	transform: translateY(-50%) rotate(90deg);
    	background-image: url('img/arrow.svg');
	}

	header #menu-primary-menu li ul li a {
		font-size: 1em;
	}

	header #menu-primary-menu > li > ul > li > a,
	header #menu-primary-menu > li:last-child > ul > li > a,
	header #menu-primary-menu > li:first-child > ul > li > a {
		color: #fff;
		padding: 6px 20px !important;
		font-size: 0.875em;
		text-align: left;
	}

	header #menu-primary-menu li.current_page_item a {
		font-weight: bold;
	}

	header #menu-primary-menu li ul li a::after {
		display: none;
	}

	header #menu-primary-menu li ul {
		position: relative;
		display: block;
		width: 100%;
		max-height: 0;
		transition: all .25s ease;
		background: transparent;
	}

	header #menu-primary-menu li ul li {
		border: 0;
	}

	header #menu-primary-menu li:hover ul {
		max-height: 0;
	}

	header #menu-primary-menu li.active ul {
		max-height: 800px;
	}

	#site-header nav {
		overflow: visible;
	} 

	div#mega-toggle-block-1 {
    	margin-top: -90px !important;
	}

	.page-template-page-careers-landing header {
		position: relative;
	}

	.page-template-page-careers-landing header #menu-primary-menu li a {
		color: #646569;
	}

	.page-template-page-careers-landing header #menu-primary-menu li .sub-menu a {
		color: #fff;
	}

	footer {
		padding: 15px 0 20px;
	}

	footer .primary nav:first-child {
		display: none;
	}

	footer .primary {
		width: 100%;
		border: 0;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 2px solid rgba(63, 115, 141, .30);
	}

	footer #menu-footer-menu-secondary {
		float: left;
		margin-top: 15px;
	}

	footer #menu-footer-menu-secondary li {
		display: inline-block;
	}

	.sidenav {
		display: none;
	}

	.sidenav-holder {
		max-width: 100%;
		padding: 20px;
	}

	.content-holder {
		width: 100%;
		padding: 0;
		padding-top: 20px;
	}

	.text-holder.has-sidebar {
		width: 100%;
		padding: 0;
	    margin-bottom: 30px;
	}

	.text-holder {
		width: 100%;
		padding: 0;
	    margin-bottom: 30px;
	}

	.sidebar-holder {
		width: 100%;
		padding: 0;
	}

	.page-sidebar {
		max-width:100%;
	}

	.full-head .image-holder .full-bg {
		display: none;
	}

	.full-head .image-holder .mobile-bg {
		display: block;
	}

	.loaded .full-head .hero-text span {
		padding: 0;
	    text-align: left;
	    max-width: 330px;
	    margin-top: 0;
	    opacity: 1;
	    margin-left: 5%;
	    font-size: 1.938em;
	    transition: none;
	}

	#mobile-slideshow {
		display: block;
	}

	#desktop-slideshow {
		display: none;
	}

	#mobile-slideshow .main {
		width: 100%;
		height: 300px;
		margin: 0;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.secondary-subsection {
		width: 100%;
		float: none;
		padding: 0;
    	padding-top: 20px;
	}

	.sub-section-bucket:first-child,
	.sub-section-bucket:nth-child(2),
	.sub-section-bucket:last-child {
		padding: 0;
	}

	#careers-menu {
		display: none;
	}

	#fullpage h3 {
		font-size: 1.6875em;
	}

	#fullpage h4 {
		font-size: 1em;
	}

	#fullpage .welcome p {
		font-size: 0.938em;
	}

	#fullpage .office-items span {
		height: 130px;
	}

	#fullpage .divide-two-column .left-column, #fullpage .divide-two-column .right-column {
		width: 100%;
		float: none;
		display: block;
		padding-left: 0;
		padding-right:0;
		border: 0;
	}

	#fullpage .bap-additional {
		padding-left: 25px;
		padding-right: 25px;
	}

	#fullpage .core-values .left span, #fullpage .core-values .middle span, #fullpage .core-values .right span {
		font-size: 1em;
	}

	#fullpage .image-hero-inner .hero-text p {
		font-size: 1.375em;
	}

	#fullpage .image-hero-inner .hero-text p span {
		font-size: 1.125em;
	}

	.image-text {
		font-size: 2.25em;
	}


}

@media screen and (max-width: 650px) {

	.logged-in #site-header.fixed {
		top: 0;
	}

	.full-head .image-holder .mobile-bg {
		height: 275px;
	}

	.loaded .full-head .hero-text span,
	.loaded .full-head .hero-text{
	    max-width: 220px;
	    font-size: 1.625em;
	}

	#mobile-slideshow .main {
		height: 250px; 
	}

	#fullpage .office-items span {
		width: 33%;
	}

	#fullpage .office-items span.tapes {
		width: 100%;
	}

	#fullpage .pie-graph span {
		height: 310px;
	}

	#fullpage .quote-left .person-hero {
		background-position: right -220px bottom 0;
	}

	#fullpage .quote-left .person-hero.delphina {
		background-position: right -180px bottom 0;
	}

	#fullpage .quote-left .person-hero.nadeesha {
		background-position: right -260px bottom 0;
	}

	#fullpage .quote-right .person-hero {
		background-position: left -220px bottom 0;
	}

	#fullpage .bap-inner ul {
		padding: 0 25px;
	}

	.green-clickthru a.opportunities {
	    max-width: 330px;
	    text-align: center;
	}

	#fullpage .mobile-careers {
		display: block;
	}

	#fullpage .desktop-careers {
		display: none;
	}

	#fullpage .welcome-message {
		padding: 40px 0 0;
	}

	#fullpage .info-buckets > h2 {
		margin-bottom: 0 !important;
	}

	#fullpage .in-a-nutshell .info-buckets > img.company-fun-facts {
		display: none;
	}

	#fullpage .company-details > span:first-of-type {
		margin: 20px auto;
	}

	#fullpage .company-details p {
		font-size: 1em;
		line-height: 1.4em;
	}

	.map-containing {
		margin-bottom: 0;
	}

	table.pipeline .show-desktop {
		display: none;
	}

	table.pipeline .show-mobile {
		display: block;
	    min-width: 20px;
	}

	table.pipeline tfoot.show-mobile {
	    display: table-footer-group;
	}

}

@media screen and (max-width:480px) {
	
	h2.custom-header {
		font-size: 1.25em;
    	line-height: 1.5em;
	}	

	.full-head .image-holder .mobile-bg {
		height: 200px;
	}

	.loaded .full-head .hero-text span,
	.loaded .full-head .hero-text{
	    max-width: 160px;
	    font-size: 1.125em;
	}

	#mobile-slideshow .main {
		height: 150px; 
	}

	.home-callout p, .home-callout a {
	    font-size: 1.0625em;
	    line-height: 1.625em;
	}

	.single-bucket-image {
		height: 180px;
	}

	.single-bucket {
		padding: 10px;
	}

	.home-callout {
    	padding: 40px 20px;
	}

	#fullpage .divide-three-column .left-column {
		border-top: 1px solid #DADADA;
	}

	#fullpage .divide-three-column .left-column,
	#fullpage .divide-three-column .middle-column,
	#fullpage .divide-three-column .right-column,
	#fullpage .where-were-from,
	#fullpage .office-items,
	#fullpage .yum,
	#fullpage .personal {
		border-bottom: 1px solid #DADADA;
	}

	#fullpage .yum {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	#fullpage .personal {
		margin-bottom: 10px;
	}

	#fullpage h3 {
		padding-bottom: 5px;
	}

	#fullpage .welcome-message {
		width: 84.5%;
	}

	.person-description.active {
		max-height: 1000px;
	}

	table td,
	table td a {
		font-size: 0.688em !important;
	}

}