/*
Theme Name: Milburn Theme
Theme URI:
Author: Shay Hammond

Version: 1.0

*/

/* Login Screen */

.login h1 a {
	background-image: url(/wp-content/themes/milburn/images/logo.svg);
	background-size: contain;
	width: 100%;
}

.login #login_error, .login .message, .login .success {
	background: transparent;
	color: #ffffff;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
}

.login form {
	background: transparent;
	box-shadow: unset;
	border: 1px solid #b0d003;
}

.login label {
	color: #b0d003;
	font-weight: 700;
}

.login form .input, .login input[type=password], .login input[type=text] {
	background: #ffffff;
	border-radius: 0;
	font-size: 1em;
	border: unset;
}

.login .button-primary {
	padding: 0.3em 1em;
	font-weight: 700;
	color: #ffffff;
	border-radius: 0;
	font-size: 0.9em;
	transition: 0.5s background;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	text-transform: uppercase;
	border-color: #b0d003;
	background: transparent;
	cursor: pointer;
}

.login .button-primary:hover, .login .button-primary:focus {
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	color: #ffffff;
	border-color: #b0d003;
}

.login #backtoblog a, .login #nav a, .login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #ffffff;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Global */

/* @import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,900&display=swap'); */

* {
    box-sizing: border-box;
}

html {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #ffffff;
	background: #272828;
	position: relative;
}

#green-line {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 5%;
	top: 0;
	background: #b0d003;
	z-index: 997;
}

.container, .single-employee #header {
	width: 80%;
	max-width: 1600px;
}

.container-fluid {
	width: calc(100% - 60px);
	margin-top: 3em;
	margin-bottom: 3em;
}

.container-fluid .container {
	padding-left: 0;
	padding-right: 0;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

.mt-negative {
	margin-top: -4em !important;
}

h1 {
	font-weight: 900;
	color: #ffffff;
	font-size: 3.2em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	line-height: 1;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h1.first {
	margin-bottom: 0;
}

h1.first + h1 {
	margin-bottom: 0;
}

h2, h5.h2 {
	font-size: 3.1em;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2.small {
	font-size: 2.3em;
	font-weight: 700;
}

h2 + p {
	margin-top: 2em;
}

h5 + h2 {
	margin-top: 0.5em;
}

h3 {
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 0.5em;
	letter-spacing: 2px;
}

.single h3 {
	margin-top: 2em;
}

h4 {
	font-weight: 700;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 1em;
	letter-spacing: 3px;
}

h5 {
	font-weight: 700;
	font-size: 1.4em;
	margin: 0;
	color: #b0d003;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.h5 {
	font-weight: 700;
	font-size: 1.4em;
	margin: 0;
	color: #b0d003;
}

.text-center h5 {
	justify-content: center;
}

h5 span {
	opacity: 0;
	margin-left: -100%;
	transition: 0.5s opacity ease-in-out 0.5s, 1s margin-left ease-in-out;
	position: relative;
}

h5.in span {
	opacity: 1;
	margin-left: 0;
}

.h5-line, .h1-first-line {
	height: 2px;
	background: #b0d003;
	position: absolute;
}

.h5-line.hidden {
	display: none;
}

.h5-line-vertical-spacing {
	height: 15px;
	position:absolute;
}

.h1-line-vertical-spacing {
	height: 25px;
	position:absolute;
}

.h2-line-vertical-spacing {
	height: 28px;
	position: absolute;
}

.horizontal-spacing {
	width: 15px;
}

h6, .h6 {
	font-weight: 700;
	font-size: 1em;
	color: #b0d003;
	margin-bottom: 0.5em;
	transition: 0.5s all;
}

h7 {
	font-weight: 700;
	font-size: 3em;
	margin-bottom: 0.5em;
}

h8 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1.1;
}

.single-article h2 {
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.1;
	margin-bottom: 1em;
	display: block;
	letter-spacing: 0.05em;
	text-transform: unset;
}

.single-article h3 {
	margin-top: 1em;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.single-article .bg-dark-gray h3 {
	color: #b0d003;
}

.line {
	height: 2px;
	display: block;
	margin: 2em auto 0 auto;
	width: 100px;
	background: #b0d003;
}

.line.bg {
	position: absolute;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.line.left {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.line.white {
	background: #ffffff;
}

.line.small {
	width: 50px;
}

a {
	color: #ffffff;
	transition: 0.5s all;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.bg-white a {
	color: #b0d003;
}

h3.color-green a {
	color: #b0d003;
	text-decoration: underline;
}

.color-green {
	color: #b0d003;
}

.color-white {
	color: #ffffff;
}

.play-icon {
	width: 0;
  	height: 0;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
  	border-left: 8px solid #ffffff;
  	display: inline-block;
  	position: relative;
  	top: 2px;
  	margin-left: 5px;
}

.btn-ghost, a[type=button], .btn-secondary {
	padding: 0.3em 1em;
	font-weight: 700;
	border-radius: 0;
	font-size: 0.9em;
	transition: 0.5s all;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	text-transform: uppercase;
	cursor: pointer;
}

a[type=button] {
	margin-left: 0;
	-webkit-appearance: none;
}

.btn-ghost {
	border-color: #ffffff;
	background: transparent;
	color: #b0d003;
}

.btn-ghost:hover {
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	color: #b0d003;
}

.btn-ghost.border-green {
	color: #ffffff;
}

.btn-ghost.border-green:hover {
	color: #ffffff;
}

.btn-ghost + .btn-ghost {
	margin-left: 1em;
}

.bg-white .btn-ghost {
	color: #272828;
}

.bg-white .btn-ghost:not(.border-green) {
	border-color: #272828;
}

.bg-white .btn-ghost:hover {
	color: #272828;
	background: rgba(0,0,0,0.1);
}

.btn-ghost .arrow {
	height: 10px;
	width: 15px;
	background-image: url(/wp-content/themes/milburn/images/icon-back-arrow.svg);
	background-size: cover;
	margin-right: 0.5em;
	display: inline-block;
}

.btn-secondary {
	background: #b0d003;
	color: #272828;
	border-color: transparent;
}

.btn-secondary:hover {
	text-decoration: none;
	background: transparent;
	border-color: #b0d003;
}

.border-green {
	border-color: #b0d003;
}

.btn-text {
	color: #a7d003;
	font-weight: 700;
	transition: 0.5s all;
	font-size: 1.6em;
	display: block;
	line-height: 1.2;
}

.btn-text:hover {
	color: #809e04;
	text-decoration: none;
}

.btn-text img {
	margin-left: 0.5em;
	transition: 0.5s all;
	position: relative;
	right: 0;
}

.btn-text:hover img {
	right: -5px;
}

.with-border-right {
	border-right: 1px solid #ffffff;
	padding-right: 30px;
}

ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
   	padding: 0;
   	margin-top: 1em;
}

li:not(.gform_body li):not(footer li):not(li.mb-5) {
	color: #b0d003;
    width: 45%;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bg-green li:not(.gform_body li):not(footer li):not(li.mb-5) {
	color: #ffffff;
}

.single-article ol li, .single-article .col-lg-6 ul li, .single-article .col-12 ul li {
	width: 100% !important;
}

.single-article .bg-lighter-gray ul li, .single-article .bg-green ul li {
	color: #333333 !important;
}

li:before, .single-article .bg-green ul li:before {
    content: "+";
    margin-right: 4px;
    color: #ffffff;
}

.single-article .bg-lighter-gray ul li:before {
	color: #333333;
}

.single-article ol {
	margin: 0;
	padding: 0;
}

.single-article ol li {
	list-style-type: none;
	display: flex;
	width: 100%;
	text-transform: unset;
	color: inherit;
}

.single-article ol li:before {
	content: '';
}

.single-article ol li .number {
	font-size: 2.5em;
	font-weight: 700;
	margin-right: 0.5em;
	position: relative;
	top: -0.3em;
}

.single-article .bg-dark-gray ol li .number {
	color: #b0d003;
}

.single-article .blockquote {
	margin: 0 auto !important;
}

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-white {
	background: #ffffff;
	color: #272828;
}

.bg-white h2, .bg-white h6, .bg-white p {
	color: #272828;
}

.bg-green {
	background: #a7d303;
}

#clients .container {
	max-width: 100%;
	width: 100%;
}

.bg-green .line {
	background: #ffffff;
}

.bg-green h2, .bg-green h4, .bg-green p {
	color: #272828;
}

.bg-medium-gray {
	background: #333333;
	color: #ffffff;
}

.bg-light-gray {
	background: #565656;
}

.bg-lighter-gray {
	background: #E4E4E4;
}

.bg-lighter-gray h2, .bg-lighter-gray {
	color: #333333;
}

.bg-lighter-gray + .bg-lighter-gray.two-column, .bg-dark-gray + .bg-dark-gray.two-column {
	margin-top: -4em !important;
}

.bg-dark-gray.mt-negative + .bg-dark-gray {
	margin-top: -2em !important;
}

.bg-lighter-gray + .bg-lighter-gray .row, .bg-dark-gray + .bg-dark-gray .row {
	padding-top: 0;
}

.bg-image {
	background-size: cover;
	background-position: center;
}

.bg-image.full-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.parallax {
	background-attachment: fixed;
}

.full-height {
	height: 100%;
}

.blockquote {
	position: relative;
	font-size: 1em;
	overflow: hidden;
}

.blockquote.offset:before {
	left: 23%;
}

.blockquote .quote span {
	position: relative;
	z-index: 2;
}

.blockquote .quote:before {
	content: "";
	background-image: url(/wp-content/themes/milburn/images/icon-quotation-mark-dark.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	position: absolute;
	top: -1em;
	left: -0.5em;
	line-height: 0;
	pointer-events: none;
	z-index: 1;
}

.blockquote .position {
	color: #b0d003;
	font-style: italic;
}

/* JazzHR */

.resumator-job-description ul li {
	width: 100% !important;
	margin-left: 0 !important;
	text-transform: unset !important;
}

.resumator-job-description li:before {
	display: none !important;
}

.resumator-buttons ul li {
	width: auto !important;
}

#header {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

#header .row:first-of-type {
	padding-top: calc(125px + 6em);
}

.bg-video .banner {
	background-color: rgba(0,0,0, 0.4);
	position: absolute;
	bottom: 1em;
	text-align: center;
	padding: 1em;
	right: 0;
}

.video {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
	flex-direction: column;
	position: relative;
}

.slide .video {
	margin: 0;
}

.video .over-content {
	position: absolute;
	z-index: 3;
	text-align: center;
}

.video .icon {
	width: 100px;
}

.video img:not(.icon) {
	width: 100%;
	transition: 0.5s all;
}

.video:hover img:not(.icon) {
	opacity: 0.7;
}

.overlay {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
}

.overlay.black {
	background: rgba(0,0,0,0.4);
}

.overlay.white {
	background: rgba(255,255,255,0.2);
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.5s opacity ease-in-out 0.5s, 0.5s top ease-in-out 0.5s;
	position: relative;
}

.fade-in.in {
	opacity: 1;
	top: 0;
}

/* Header */

header.container-fluid {
	transition: 0.5s all;
	position: fixed;
	z-index: 999;
	top: 0;
	font-size: 1em;
	left: 0;
	right: 0;
	background: #272828;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}

.logged-in header {
	top: 32px;
}

header .row {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	height: 100%;
}

header .container {
	height: 100%;
}

header .position-absolute {
	right: 0;
}

.menu-primary-navigation-container {
	margin-left: 0;
	transition: 0.5s all;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	margin: 1em;
  	width: 30px;
  	margin-right: 0;
 }

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 5px 0;
  	transition: all .2s ease-in-out;
}

.nav-icon.close:before {
  	transform: translateY(7px) rotate(135deg);
}

.nav-icon.close:after {
  	transform: translateY(-12px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu-primary-navigation li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	width: 12%;
	text-align: center;
	text-transform: none;
	margin: 0;
}

#menu-primary-navigation li:before {
	content: '';
	margin: 0;
}

#menu-primary-navigation li.logo {
	width: 28%;
}

#menu-primary-navigation li.logo img {
	width: 70%;
}

#menu-primary-navigation li.btn-ghost {
	padding-left: unset;
	padding-right: unset;
	text-transform: unset;
	font-size: 1em;
}

#menu-primary-navigation a {
	color: #ffffff;
	font-weight: 700;
	font-size: 1em;
	padding-bottom: 0.5em;
	transition: 0.5s all;
}

#menu-primary-navigation > .current-menu-item:not(.btn-ghost):not(.menu-item-type-custom):not(.logo) > a, #menu-primary-navigation > li:not(.logo):not(.btn-ghost):hover > a, #menu-primary-navigation > .current-menu-parent > a {
	border-bottom: 3px solid #adcd42;
	text-decoration: unset;
}

#menu-primary-navigation .btn-ghost a:hover {
	text-decoration: none;
}

#menu-primary-navigation .current-menu-item.logo > a, #menu-primary-navigation li.btn-ghost a:hover, #menu-primary-navigation .sub-menu li.menu-item-has-children:hover > a {
	border: unset;
	text-decoration: none;
}

#menu-primary-navigation > .menu-item-has-children > a:after {
	content: '';
    background-size: cover;
    background-image: url(/wp-content/themes/milburn/images/icon-arrow-green.svg);
    height: 16px;
    width: 8px;
    margin-left: 1em;
    display: inline-block;
    transform: rotate(90deg);
    top: 2px;
    position: relative;
}

#menu-primary-navigation .menu-item-has-children > a {
	cursor: default;
}

#menu-primary-navigation li:first-child {
	text-align: left;
}

#menu-primary-navigation .sub-menu {
	position: absolute;
	padding-left: 0;
	background: #333333;
	padding: 1em 2em;
	padding-top: 0.5em;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s all;
	top: 1.1em;
	border-top: 0.5em solid #272828;
	width: 400px;
	left: -120px;
}

#menu-item-19 .sub-menu {
	width: auto;
	left: 0;
}

#menu-item-20 .sub-menu {
	width: 200px;
	left: -15px;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

#menu-primary-navigation .sub-menu li {
	display: block;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

#menu-primary-navigation .sub-menu li.menu-item-has-children > a {
	color: #b0d003;
	font-weight: 700;
	cursor: default;
	text-transform: uppercase;
	font-size: 0.9em;
}

#menu-primary-navigation .sub-menu li:last-of-type {
	margin-bottom: 0;
}

#menu-primary-navigation .sub-menu a {
	padding: 0;
	font-weight: 400;
}

#menu-primary-navigation .sub-menu .sub-menu {
	position: relative;
	padding: 0;
	width: 100%;
	border: 0;
	margin-top: 0;
	top: 0;
	left: auto;
}

#menu-primary-navigation .sub-menu li.one-column {
    width: 60%;
	text-align: left;
}

#menu-primary-navigation .sub-menu li.two-column {
    width: 40%;
	text-align: left;
}

#menu-primary-navigation .sub-menu .sub-menu li {
	text-align: left;
}

#menu-primary-navigation .sub-menu li.one-column .sub-menu li {
	width: 100%;
	padding-left: 0;
}

#menu-primary-navigation .sub-menu li.two-column .sub-menu li {
	width: 100%;
	padding-right: 0;
}

#mobile-logo {
	width: 28%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

#mobile-logo img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

/* Pages */

/* Cards */

.card {
	background: #ffffff;
	border: none;
	border-radius: 0;
	transition: 0.5s all;
	overflow: hidden;
	color: #666666;
}

.card.row {
	background: #333333;
	flex-direction: row;
}

a.card:hover {
	text-decoration: none;
	color: #666666;
}

a.card.with-line:hover {
	color: #ffffff;
}

.card a {
	text-decoration: underline;
}

.card-img-top {
	border-radius: 0;
}

.card-img-left {
	left: -15px;
	position: relative;
	width: 100%;
}

.card.with-line .card-content {
	padding: 0 2em;
	overflow: hidden;
}

.card-body {
	padding: 2em;
	padding-bottom: 1.5em;
}

.card.with-line .card-content .card-body {
	padding: 1em 2em;
	position: relative;
	z-index: 2;
}

.card.with-line .card-content .card-body:before, .card.row:before {
	content: "";
	display: block;
	background: #b0d003;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	transition: 0.5s all;
	top: 0;
}

.card.row:before {
	background: #999999;
	width: 0;
}

.card.with-line:hover .card-content .card-body:before, .card.row:hover:before {
	width: calc(100% + 2em);
}

.card-title {
	margin-bottom: 0.5em;
	color: #272828;
	transition: 0.5s all;
	position: relative;
	z-index: 2;
}

.color-white .card-title {
	color: #ffffff;
}

.card.row .card-title {
	text-transform: uppercase;
}

a.card.with-line:hover .card-title {
	color: #ffffff;
}

.card-subtitle {
	color: #9e9e9e;
	font-size: 0.8em;
	font-weight: 700;
	transition: 0.5s all;
	z-index: 2;
	position: relative;
	margin-bottom: 0;
}

.card.row:hover .card-subtitle {
	color: #ffffff;
}

a.card.with-line:hover .card-subtitle {
	color: #ffffff;
}

.card-text {
	line-height: 1.3;
}

.card-button {
	background: #a7d303;
	width: 30%;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #272828;
	padding: 1em;
	font-weight: 700;
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.card-button:before {
	content: "";
	background: #999999;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.5s all;
	z-index: 1;
}

.card:hover .card-button:before {
	left: 0;
}

.card-button span {
	margin-bottom: 0.5em;
	z-index: 2;
	position: relative;
}

.card-button img {
	position: relative;
	z-index: 2;
	margin-left: -35px;
}

.end-flag {
  	color: #272828;
  	width: auto;
  	position: absolute;
  	right: 0;
  	top: 0;
  	font-weight:700;
}

.end-flag div {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-transform: uppercase;
}

.card.row:hover .btn-ghost {
	border: 2px solid #ffffff;
}

.card.row:hover h6 {
	color: #ffffff;
}

.card.stacked {
	background: transparent;
	border: 0;
	transition: 0.5s all;
}

.card.stacked:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
}

.card.stacked .bg-light-gray  {
	color: #ffffff;
}

.card.stacked .card-img {
	overflow: hidden;
	border-radius: 0;
}

.card.stacked .card-img img {
	transform: scale(1);
	transition: 0.5s all;
}

.card.stacked:hover .card-img img {
	transform: scale(1.1);
}

.card.stacked .card-body .icon {
	width: 60px;
	height: 60px;
}

.card.stacked:hover .card-body .btn-ghost {
	background: rgba(255,255,255,0.1);
}

.card.accordion {
	cursor: pointer;
	background: #565656;
	color: #ffffff;
}

.card.accordion:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
}

.card.accordion .card-body {
	padding: 1em;
}

.card.accordion .card-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
	width: 100%;
	padding: 1em;
	margin-bottom: 0;
}

.card.accordion .card-title h4 {
	color: #ffffff;
	width: 90%;
}

.accordion .plus {
	color: #b0d003;
	margin-left: 1em;
	height: 30px;
	width: 30px;
	background-image: url(/wp-content/themes/milburn/images/icon-plus-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s all;
	opacity: 1;
}

.accordion.open a.plus {
	background-image: url(/wp-content/themes/milburn/images/icon-back-arrow-green.svg);
	transform: rotate(180deg);
}

.card.accordion .card-body {
	display: none;
	border-top: 1px solid #a7d303;
}

.award {
	background-image: url(/wp-content/themes/milburn/images/award.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 3em;
	padding-bottom: 3em;
}

a.award {
	text-decoration: underline;
}

.award .line {
	margin-top: 1em;
	margin-bottom: 1em;
}

.award h6 {
	font-size: 1.3em;
}

.award h4 {
	font-size: 1.6em;
}

/* Special Layouts */

.page-id-1668 .gform_required_legend {
	display: none;
}

.box {
	padding: 2em;
}

.image-text-container-left, .image-text-container-right {
	height: 750px;
	position: relative;
	padding-right: 0;
	padding-left: 0;
}

.image-text-container-left.short, .image-text-container-right.short {
	height: 550px;
}

.sidebar-text-container-right {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.image-text-container-left .container, .image-text-container-right .container {
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-text-container-right .container {
	margin-right: unset;
	width: 94%;
}

.sidebar-text-container-right .text {
	padding-top: 6em;
	padding-bottom: 6em;
}

.sidebar-text-container-right .text a {
	color: #b0d003;
}

.sidebar-text-container-right .text a:hover {
	color: #b0d003;
	text-decoration: underline;
}

.sidebar-text-container-right .sidebar {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 6em;
}

.image-text-container-left .row, .image-text-container-right .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

.sidebar-text-container-right .row {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.image-text-container-left .image, .image-text-container-right .image {
	background-size: cover;
	background-position: center;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.image-text-container-left .btn-secondary, .image-text-container-left .btn-primary, .image-text-container-right .btn-secondary, .image-text-container-right .btn-primary {
	display: flex;
	justify-content: space-between;
	width: 200px;
}

.text + .image-text-container-left {
	margin-top: 0;
}

.cards + .cta .row {
	padding-top: 3em;
}

.sidebar-text-container-left .sidebar {

}

.box {
	z-index: 998;
}

.single-post .social img {
	height: 50px;
	width: 50px;
}

/* Slick */

.bg-slider {
	height: 90vh;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	margin-top: 0;
	margin-bottom: 0;
}

.bg-video {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	width: 100% !important;
	max-height: 90vh;
}

.bg-video .container {
	position: absolute;
	z-index: 3;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.bg-video .row {
 	height: 100%
 }

.bg-video video {
	position: relative;
	z-index: 1;
	left: -15px;
	width: calc(100% + 30px);
}

.bg-video .overlay {
	z-index: 2;
}

.bg-slider .container {
	position: relative;
    z-index: 3;
    height: 100%;
}

.bg-slider .row {
	height: 100%;
}

.bg-slider .slider {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.bg-slider .slider .slide {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.bg-slider .slide img {
	width: 100%;
}

.carousel {
	width: 100%;
}

.carousel.logos .slide img {
	margin: 0 auto;
	width: 50%;
}

.carousel.logos .slick-track {
	display: flex;
	align-items: center;
}

button[aria-label="1 of 1"] {
	display: none !important;
}

.testimonials .slick-list {
	overflow: visible
}

.testimonials .slide-track {
	display: flex;
	align-items: flex-start;
}

.testimonials .slide {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.testimonials-images {
	margin-left: -15px;
}

.testimonials-images, .testimonials-images .slick-track, .testimonials-images .slick-list {
	height: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.testimonials-dots {
	position: absolute;
	top: 0;
	height: 100%;
	right: -4em;
}

.slick-dots {
	right: 1em;
    bottom: unset;
    height: 100%;
    width: auto;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 100%
}

.testimonials-dots .slick-dots {
	right: 0;
}

.pagers .slick-dots {
	flex-direction: row;
	position: relative;
	justify-content: center;
	width: auto;
	right: auto;
	top: auto;
}

.carousel.images + .pagers {
	width: 100%;
}

.slick-dots li {
	color: unset;
    width: unset;
    text-transform: uppercase;
    margin-top: unset;
    margin-bottom: unset;
    height: unset;
    width: auto !important;
    margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
}

.pagers .slick-dots li {
	margin-left: 0.25em;
	margin-right: 0.25em;
	border-radius: 4px;
	border: 2px solid #ffffff;
	padding: 3px;
}

.slick-dots li button {
	background: transparent;
	opacity: 1;
	height: 20px;
	width: 20px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	font-size: 0;
}

.pagers .slick-dots li button {
	border-radius: 2px;
	height: 15px;
	width: 15px;
	background: transparent;
	border: 0;
}

.testimonials-dots  .slick-dots li button {
	border: 2px solid #b0d003;
	height: 15px;
	width: 15px;
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    content: unset;
}

.slick-dots li:before {
	content: unset;
}

.slick-dots li.slick-active button {
	background: #ffffff;
	opacity: 1;
}

.testimonials-dots .slick-dots li.slick-active button {
	background: #b0d003;
}

.pagers .slick-dots li.slick-active {
	border: 2px solid #b0d003;
}

.pagers .slick-dots li.slick-active button {
	background: #b0d003;
}

.pagers {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin-top: 2em;
}

.slick-next:before, .slick-prev:before {
	content: '';
	background-image: url(/wp-content/themes/milburn/images/icon-arrow-green.svg);
	background-size: contain;
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
}

.bg-green .slick-next:before, .bg-green .slick-prev:before {
	background-image: url(/wp-content/themes/milburn/images/icon-arrow-gray.svg);
}

.pagers .slick-next:before, .pagers .slick-prev:before {
	background-image: url(/wp-content/themes/milburn/images/icon-arrow-white.svg);
}

.slick-prev {
	left: -50px;
	top: 40%;
	-webkit-transform: translate(0, -40%) rotate(180deg);
    -ms-transform: translate(0, -40%) rotate(180deg);
    transform: translate(0, -40%) rotate(180deg);
    height: 70px;
    width: 35px;
}

.slick-next {
	right: -50px;
	top: 40%;
	-webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
   	height: 70px;
    width: 35px;
}

.pagers .slick-prev, .pagers .slick-next {
	height: 25px;
	width: 15px;
	top: auto;
	transform: unset;
}

.pagers .slick-prev {
	left: 0;
	transform: rotate(180deg);
	margin-top: 1px;
}

.pagers .slick-next {
	right: 0;
}

.carousel.with-arrows .slide {
	margin-left: 15px;
	margin-right: 15px;
}

.employee {
	position: relative;
}

.employee:not(.slide) {
	margin-bottom: 3em;
}

.employee a:after {
	content: "+";
	position: absolute;
 	top: 0%;
	right: 0%;
	background: #ffffff;
	font-weight: 700;
	color: #272828;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
	padding: 0.5em;
	padding-top: 0.4em;
	transition: 0.5s all;
}

.employee:not(.slide) a:after {
	right: 15px;
}

.employee a:hover:after {
	background: #a7d303;
	color: #ffffff;
}

.employee a:hover {
	color: inherit;
	text-decoration: unset;
}

/* Video */

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

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

/* Forms */

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
	color: #ffffff !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: transparent !important;
	color: #ffffff !important;
	font-style: italic !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Images */

img {
	max-width: 100%;
	height: auto;
}

.rounded {
	border-radius: 20px !important;
}

.single .text img {
	margin-top: 2em;
	margin-bottom: 2em;
	display: block;
}

.single .text .btn-text img {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

.gallery {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.gallery-item {
	padding-left: 15px;
	padding-right: 15px;
}

.gallery-item img {
	border: unset !important;
	width: 100% !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

/* Filter */

.filter {
	width: 100%;
	position: relative;
	font-size: 0.9em;
	cursor: pointer;
}

.filter .active {
	border-bottom: 1px solid #a7d303;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	background-image: url(/wp-content/themes/milburn/images/dropdown-arrow.svg);
	background-size: 6%;
	background-position: right 30%;
	background-repeat: no-repeat;
	padding-right: 2.5em;
}

.filter .dropdown {
	position: absolute;
	background: #333333;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	width: 100%;
	display: none;
	z-index: 998;
}

.filter .dropdown .option {
	padding: 0.5em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.filter .dropdown .option:hover {
	background: #666666;
	color: #b0d003;
}

.hidden-item {
	display: none;
}

.grid-item {
	margin-bottom: 30px;
}

/* Table */

table {
	width: 100%;
	font-size: 0.9em;
	line-height: 1;
}

td {
	border: 2px solid #ffffff;
	padding: 0.7em;
}

.border-green td {
	border: 2px solid #abcb42;
}

table label {
	color: #abcb42;
	text-transform: uppercase;
}

table img {
	width: 30px;
	margin-right: 0.5em;
}

/* Accordion */

.faq {
	margin-bottom: 2em;
}

.faq ul {
	list-style-type: disc;
	margin-left: 1.5em;
}

.faq ul li {
    width: 100% !important;
    color: #272828 !important;
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
    text-transform: unset !important;
}

.faq ul li:before {
	display: none;
}

.faq a {
	color: #272828;
	text-decoration: underline;
}

.question {
	cursor: pointer;
	margin-bottom: 0.5em;
}

.question .text {
	margin-right: 1em;
	color: #272828;
}

.question .icon {
	color: #ffffff;
	text-align: center;
}

.answer {
	display: none;
	color: #272828;
	margin-bottom: 1em;
}

/* Form */

.grecaptcha-badge {
	display: none !important;
}

.gform_wrapper {
	position: relative;
	margin: 0;
}

label, .gform_wrapper .gfield_error .gfield_label {
	color: #ffffff;
	margin-bottom: 0;
}

.gform_wrapper .validation_message {
	color: #ffffff;
	font-weight: 300;
	font-size: 0.8em;
	font-style: italic;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

 .gform_wrapper .instruction {
 	display: none;
 }

.gform_wrapper div.validation_error {
	color: #ffffff;
	font-style: italic;
	border-top: 0 !important;
	border-bottom: 0 !important;
	position: absolute;
	top: -50px;
	font-size: 0.8em;
	margin: 0;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #f26e24;
}

.gform_wrapper .gfield_required {
	color: #f26e24;
}

.gfield_label {
	color: #b0d003;
}


/* Footer */


footer {
	color: #F2F2F2;
}

footer img {
	width: 100%;
}

footer hr {
	border-color: #9B9B9B;
	margin-top: 3em; 
	margin-bottom: 3em;
}

footer a {
	color: #F2F2F2;
	text-decoration: none;
	font-size: 1.2em;
}

footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

footer li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: auto;
    font-size: 1em;
    font-weight: 400;
}

footer li:before {
	display: none;
}

footer li a {
	padding-left: 1.25em;
	padding-right: 1.25em;
}

footer li:last-child a {
	padding-right: 0;
}

footer .d-flex .btn-text img {
	left: 0;
	margin-right: 0.5em;
}

footer .d-flex img {
	height: 25px;
	width: 25px;
}

footer .small {
	font-size: 1em;
	color: rgba(255,255,255,0.5);
}

footer #bw-footer img {
	width: 150px;
	max-width: 150px;
}

@media only screen and (min-width: 2000px) {
	#header img {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 16px;
	}

	#menu-primary-navigation .sub-menu {
		left: -120px;
	}

	#menu-item-19 .sub-menu {
		left: 0;
	}

	#menu-item-20 .sub-menu {
		left: -30px;
	}

	#menu-primary-navigation .sub-menu .sub-menu {
		left: auto;
	}
}

@media only screen and (max-width: 1500px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1400px) {
	html {
		font-size: 14px;
	}

	h2 {
		font-size: 2.8em;
	}

	.h5-line-vertical-spacing {
		height: 11px;
	}

	.horizontal-spacing {
		width: 15px;
	}

	#header .row:first-of-type {
		padding-top: calc(100px + 3em);
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	#menu-primary-navigation .sub-menu {
		left: -140px;
	}

	#menu-item-19 .sub-menu {
		left: 0;
	}

	#menu-item-20 .sub-menu {
		left: -15px;
		width: 150px;
	}

	.page-template-home .icon, .page-template-services .icon {
		width: 30%;
	}

	.page-template-careers .icon {
		width: 30px;
	}

	.image-text-container-left, .image-text-container-right {
		height: 600px;
	}

	.image-text-container-left.short, .image-text-container-right.short {
		height: 450px;
	}

	.blockquote .quote:before {
		height: 80px;
		width: 80px;
	}

	footer .d-flex img {
		height: 20px;
		width: 20px;
	}

	footer #bw-footer img {
		width: 100px;
	}

	.pagers .slick-dots li button {
		height: 10px;
		width: 10px;
	}

	.pagers .slick-dots li {
		border: 1px solid #ffffff;
	}

	.pagers .slick-dots li.slick-active {
		border: 1px solid #b0d003;
	}
}

@media only screen and (max-width: 1300px) {
	html {
		font-size: 13px;
	}

	h2 {
		font-size: 2.5em;
	}

	.h1-line-vertical-spacing {
		height: 22px;
	}

	.h2-line-vertical-spacing {
		height: 25px;
	}

	#menu-primary-navigation > .menu-item-has-children > a:after {
    	height: 12px;
    	width: 6px;
    }

	#menu-primary-navigation .sub-menu {
		left: -90px;
		width: 300px;
	}

	#menu-item-19 .sub-menu {
		left: 0;
		width: auto;
	}

	#menu-item-20 .sub-menu {
		left: -15px;
		width: 150px;
	}

	#menu-primary-navigation .sub-menu .sub-menu {
		left: auto;
	}

	.slick-prev {
		left: -25px;
	}

	.slick-next {
		right: -25px;
	}

	.slick-prev, .slick-next {
	   	height: 50px;
	    width: 25px;
	}

	.play-icon {
	  	border-top: 5px solid transparent;
	  	border-bottom: 5px solid transparent;
	  	border-left: 5px solid #ffffff;
	  	top: 1px;
	}

	.video .icon {
		width: 75px;
	}

	.bg-lighter-gray + .bg-lighter-gray.two-column, .bg-dark-gray + .bg-dark-gray.two-column {
		margin-top: -2em !important;
	}

	.mt-negative {
		margin-top: -2em !important;
	}

	.bg-dark-gray.mt-negative + .bg-dark-gray {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 11px;
	}

	.h1-line-vertical-spacing {
		height: 17px;
	}

	.h2-line-vertical-spacing {
		height: 20px;
	}

	.h5-line-vertical-spacing {
		height: 8px;
	}

	#menu-primary-navigation .sub-menu {
		left: -105px;
	}

	#menu-item-19 .sub-menu {
		left: -6px;
	}

	#menu-item-20 .sub-menu {
	    left: -30px;
	}

	#menu-primary-navigation .sub-menu .sub-menu {
		left: auto;
	}

	.image-text-container-left, .image-text-container-right {
		height: 500px;
	}

	.image-text-container-left.short, .image-text-container-right.short {
		height: 350px;
	}

	.accordion .plus {
		height: 20px;
		width: 20px;
	}

	.card.accordion .card-title {
		height: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.parallax {
		background-attachment: unset;
	}
}

@media only screen and (max-width: 992px) {
	#green-line {
		left: 3%;
	}

	.single-employee .h1-first-line {
		display: none;
	}

	.horizontal-spacing {
		width: 10px;
	}

	h1 {
		font-size: 3em;
	}

	.single-article h2 {
		margin-bottom: 0.5em;
	}
	
	h7 {
		font-size: 2.2em;
	}

	#menu-primary-navigation .sub-menu {
		width: 250px;
		left: -80px;
	}

	#menu-item-19 .sub-menu {
		width: auto;
		left: -12px;
	}

	#menu-item-20 .sub-menu {
	    left: -22px;
	    width: 120px;
	}	

	#menu-primary-navigation a {
		font-size: 0.9em;
	}

	.container, .single-employee #header {
		width: 90%;
	}

	.container-fluid {
		width: calc(100% - 30px);
	}

	.bg-slider {
		height: 50vh;
		width: 100%;
	}

	.gform_wrapper div.validation_error {
		position: relative;
		top: 0;
	}

	.page-template-home .icon, .page-template-services .icon {
		width: 60px;
		margin-right: 2em;
	}

	.box .plus {
		height: 20px;
		width: 20px;
	}

	.blockquote:not(.image-text-container-left):not(.image-text-container-right) {
		text-align: center;
	}

	.blockquote .quote:before {
		left: 0;
		height: 50px;
		width: 50px;
	}

	.filter {
		font-size: 1.1em;
	}

	.carousel.with-arrows {
	    margin-left: 30px;
	    width: calc(100% - 30px);
	}

	.with-border-right {
		border: unset;
		padding-right: 15px;
	}

	.card-img-left {
	    width: calc(100% + 30px);
	    max-width: unset;
	}

	.sidebar-text-container-right .text {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.sidebar-text-container-right .sidebar {
		margin-top: 0;
		text-align: center;
	}

	.sidebar-text-container-right .sidebar img {
		height: 30px;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	.card.stacked .card-body .icon {
		height: 40px;
		width: 40px;
	}

	.play-icon {
	  	top: 2px;
	}

	.testimonials-dots {
		right: -2em;
	}

	.testimonials .slide {
		justify-content: center;
	}

	.blockquote.testimonials-slider.offset:before {
		left: 29%;
	}
}

@media only screen and (max-width: 782px) {
	html {
		margin-top: 0 !important;
	}

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

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.bg-slider-home ul.slick-dots {
		display: none !important;
	}

	h1 {
		font-size: 3em;
	}

	h1.first + h1 {
		margin-top: 0;
	}

	h2, h5.h2 {
		font-size: 2.5em;
	}

	h5.h2 {
		display: inline-block;
		width: auto;
	}

	h4 {
		font-size: 1.1em;
	}

	.container-fluid {
		width: 100%;
		padding-right: 0;
	}

	.container, .single-employee #header {
		padding-right: 0;
	}

	.row {
		margin-right: 0;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 0;
	}

	.card.row {
	    margin-left: 3px;
	    width: calc(100% + 28px);
	}

	.card.row .card-body {
		padding-left: 1em;
	}

	.col-1.end-flag {
	    padding-left: 0.5em;
	    padding-right: 0.5em;
	}

	.sidebar-text-container-right .sidebar {
		margin-left: -11px;
		width: calc(100% + 11px);
	}

	.container .box {
	    padding-left: 0px;
	    margin-left: -7px;
	}

	.page-id-1668 .container .box {
		padding: 2em;
		margin-left: 0;
	}

	.page-template-blog-news .container .box, .page-template-about .container .box {
		margin-left: -10px;
	}

	.container .box > div {
		width: calc(100% + 27px);
	}

	.page-id-1668 .container .box > div {
		width: 100%;
	}

	header + .bg-video {
		margin-top: 87px;
		padding-left: 15px;
		padding-right: 15px;
		height: 80vh;
	}

	header + .bg-video video {
		width: auto;
		height: 100%;
		left: -50%;
	}

	.bg-video .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#header {
		margin-bottom: 0;
	}

	.banner-container {
		top: -2em;
    	position: relative;
    	z-index: 3;
    	margin-top: -8em;
	}

	.banner-container h3 {
		font-size: 1.2em;
	}

	.banner {
		padding: 1em;
	}

	.line.bg {
		height: 90%;
		width: 2px;
		left: 15px;
	}

	.image-text-container-left .container, .image-text-container-right .container {
		padding-right: 0;
	}

	#mobile-logo img {
		width: 150px;
		height: 40px;
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
	}

	.menu-primary-navigation-container {
	    height: 100vh;
	    position: fixed;
	    width: 60%;
	    top: 0;
	    left: -100%;
	    background: #333333;
	    padding-top: 90px;
	    padding-left: calc(23px + 3%);
	    padding-right: 23px;
	    z-index: 1;
	    transition: 0.5s all;
	    margin-left: 0;
	    z-index: 1;
	    box-shadow: 0 0 5px rgba(0,0,0,1);
	    overflow-y: auto;
	}

	#menu-primary-navigation li.logo {
		display: none;
	}

	#mobile-logo {
		position: relative;
		z-index: 2;
	}

	.logged-in .menu-primary-navigation-container {
		top: 46px;
	}

	.menu-primary-navigation-container.visible {
		left: 0;
	}

	#menu-primary-navigation li {
		display: block;
		align-items:center;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		text-align: left;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	#menu-primary-navigation > .menu-item-has-children > a:after {
    	display: none;
    }

	#menu-primary-navigation > li.menu-item-has-children:after {
	    content: '';
	    display: block;
	    background-image: url(/wp-content/themes/milburn/images/icon-arrow-green.svg);
	    height: 20px;
	    width: 10px;
	    transform: rotate(90deg);
	    background-size: cover;
	    position: absolute;
	    right: 0;
	    top: 17px;
	}

	#menu-primary-navigation li.btn-ghost {
		text-align: center;
	}

	#menu-primary-navigation a {
	    color: #ffffff;
	    font-weight: 700;
	    font-size: 2em;
	    padding-top: 0.3em;
	    padding-bottom: 0;
	    padding-left: 0;
	    padding-right: 0;
	    transition: 0.5s all;
	    display: inline-block;
	    line-height: 1.3em;
	}

	#menu-primary-navigation li.btn-ghost a {
		padding-top: unset;
	}

	#menu-primary-navigation > li:not(.logo):not(.btn-ghost):hover > a {
		border-bottom: 0;
	}

	#menu-primary-navigation .sub-menu {
		position: relative;
		opacity: 1;
		padding: 0;
		background: unset;
		border: unset;
		top: unset;
		width: 100%;
		left: unset;
		max-height: 0;
		overflow: hidden;
		transition: 0.5s max-height;
		margin: 0;
	}

	#menu-primary-navigation .sub-menu.open {
		max-height: 500px;
	}

	#menu-primary-navigation .sub-menu li {
		text-align: left !important;
	}

	#menu-primary-navigation .sub-menu li.two-column {
		margin-top: 0;
	}

	#menu-primary-navigation .sub-menu li:last-child {
		padding-bottom: 1em;
	}

	#menu-primary-navigation .sub-menu a {
		font-size: 1.2em;
	}

	#menu-primary-navigation .sub-menu li:first-child {
		margin-top: 1em;
	}

	#menu-primary-navigation li.btn-ghost {
		width: 100%;
		margin-top: 2em;
	}

	#menu-primary-navigation .sub-menu .sub-menu, #menu-primary-navigation .sub-menu li.two-column, #menu-primary-navigation .sub-menu li.one-column {
		margin-top: 0.5em;
	}

	#menu-primary-navigation .sub-menu .sub-menu li:first-child {
		margin-top: 0;
	}

	.bg-slider {
		height: 400px;
		width: 100%;
	}

	.bg-slider .row {
		padding-top: 10em;
	}

	.card {
		height: auto;
	}

	.card-body {
		padding: 2em;
	}

	.card.accordion .card-title {
		height: auto;
	}

	.image-text-container-left, .image-text-container-right, .image-text-container-left.short, .image-text-container-right.short {
		height: auto;
	}

	.image-text-container-left .text, .image-text-container-right .text {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.image-text-container-left.short .text, .image-text-container-right.short .text {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.image-text-container-left .image, .image-text-container-right .image {
		height: 200px;
	}

	.image-text-container-left .testimonials-images .image, .image-text-container-right .testimonials-images .image {
		height: 300px;
	}

	.image-text-container-left .container, .image-text-container-right .container {
		position: relative;
	}

	.image-text-container-left .btn-secondary, .image-text-container-left .btn-primary, .image-text-container-right .btn-secondary, .image-text-container-right .btn-primary {
		width: auto;
		display: inline-block;
	}

	.page-template-home .icon, .page-template-services .icon {
		width: 70px;
	}

	.blockquote.offset:before {
	    left: 1em;
	    top: 200px;
	}

	.carousel.with-arrows {
	    width: calc(100% - 50px);
	}

	.question {
		justify-content: space-between;
	}

	.question .text {
		width: 80%;
	}

	.employee:not(.slide) a:after {
		right: 0;
	}

	.testimonials-images {
		width: calc(100% + 15px);
	}

	.testimonials-quotes {
		padding-bottom: 6em;
	}

	.testimonials-quotes .slick-next, .testimonials-quotes .slick-prev {
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		bottom: -3em;
		top: unset;
		transform: unset;
	}

	.testimonials-quotes .slick-prev {
		transform: rotate(180deg);
	}

	.testimonials-quotes .slick-next {
		left: 50px;
	}

	.testimonials-quotes .slick-prev {
		right: 50px;
	}

	.blockquote.testimonials-slider.offset:before {
		top: 320px;
		left: 20px;
	}

	.testimonials-dots {
		right: -0.5em;
	}

	footer hr {
		margin-bottom: 3em;
	}

	footer .btn-ghost, footer .btn-secondary {
		font-size: 1em;
	}
	
	footer ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	footer li {
		margin-top: 0.25em;
		margin-bottom: 0.25em;
		font-size: 0.7em;
	}

	footer li:last-child a {
		padding-right: 1.25em;
	}

	footer .small { 
		margin-bottom: 0.5em;
	}
}

/* ALEX STYLES */
/* new form layout on contact page */
.page-template-contact .gform_wrapper .gform_fields li .ginput_container select {
	height: 50px;
	padding-left: 10px;
	margin-top: 12px;
	color: #7D7D7D;
	font-weight: 600;
	font-size: 14px !important;
}

.page-template-contact .gform_wrapper .gform_fields li .ginput_container textarea {
	margin-top: 12px;
	padding: 12px 15px !important;
	font-size: 14px !important;
}


.page-template-contact .gform_wrapper .gform_fields li .ginput_container input {
	padding: 12px 15px !important;
	font-size: 14px !important;
}

.page-template-contact .gform_wrapper .gform_fields li .ginput_container input::placeholder,
.page-template-contact .gform_wrapper .gform_fields li .ginput_container textarea::placeholder {
	font-weight: 600;
	color: #7D7D7D;
}

@media screen and (min-width: 767px) {
	.page-template-contact .gform_wrapper .gform_fields {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.page-template-contact .gform_wrapper .gform_fields li:nth-child(-n+4) {
		width: 49%;
	}

	.page-template-contact .gform_wrapper .gform_fields li#field_1_3 {
		width: 100%;
	}
}

@media screen and (min-width: 1000px) {
	.page-template-contact .offset-xl-1.box {
		margin-top: 37px;
	}
}

.home .bg-slider .slick-slide {
	height: 90vh;
	background-size: cover;
	background-position: center;
}

 /* ADDITIONAL ALEX STYLES FOR COVID PAGE TEMPLATE */
 .page-template-covid #green-line .h5-line{display:none !important}.page-template-covid #header{background-position:center;background-size:cover;height:68vh}.page-template-covid #header .row h1{font-weight:700;max-width:600px}.page-template-covid #header .row h1 span.first{font-size:22px;text-transform:none;margin-bottom:20px;margin-top:15px}.page-template-covid .floating-badge{margin-left:10%;height:1px;display:flex;flex-direction:column;justify-content:center}.page-template-covid .floating-badge img{width:150px}@media screen and (min-width: 800px){.page-template-covid .floating-badge img{width:250px}}.page-template-covid .managing-partner{background-color:#333;padding-top:100px}.page-template-covid .managing-partner .row .text-group{margin-bottom:20px}@media screen and (min-width: 1200px){.page-template-covid .managing-partner .row .text-group{flex:1 0 50%}}.page-template-covid .managing-partner .row .img-group .img{height:300px;width:300px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.page-template-covid .managing-partner .row .img-group .img .label{margin-bottom:30px;display:flex;flex-direction:row;width:75%}.page-template-covid .managing-partner .row .img-group .img .label .label-piece{background-color:#a7d003}.page-template-covid .managing-partner .row .img-group .img .label .long{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.page-template-covid .managing-partner .row .img-group .img .label .long p{color:#fff;margin-left:18px;margin-bottom:0;font-size:22px;font-weight:700}.page-template-covid .managing-partner .row .img-group .img .label .medium{width:14px;margin-left:9px}.page-template-covid .managing-partner .row .img-group .img .label .short{width:5px;margin-left:8px}@media screen and (min-width: 1200px){.page-template-covid .managing-partner .row .img-group .img{width:350px;height:350px}}@media screen and (min-width: 1200px){.page-template-covid .managing-partner .row{flex-direction:row;width:95%;margin:0 auto;align-items:center;padding:0}}.page-template-covid .steps-wrapper{padding-top:40px}.page-template-covid .steps-wrapper .row .box .flex-column{align-items:center}.page-template-covid .steps-wrapper .row .box .flex-column .icon{height:95px;margin-bottom:25px}@media screen and (min-width: 900px){.page-template-covid .steps-wrapper .row .box .flex-column .icon{height:110px}}.page-template-covid .steps-wrapper .row .box .flex-column .steps-text{display:flex;flex-direction:column;align-items:center}.page-template-covid .steps-wrapper .row .box .flex-column .steps-text p{font-size:13px;font-weight:800;text-align:center}@media screen and (min-width: 900px){.page-template-covid .steps-wrapper .row .box .flex-column .steps-text p{font-size:15px}}@media screen and (min-width: 900px){.page-template-covid .steps-wrapper .row .box .flex-column .steps-text{width:90%;margin:0 auto}}