/*
Theme Name: Alpha Executive Search Theme
Theme URI: https://echogravity.com
Author: echogravity
Author URI: https://echogravity.com
Description: Alpha Executive Search Theme
Version: 4.0
License: NA
License URI: NA
*/
/*
**********************************************************************************************
* Variables
**********************************************************************************************
 */
/*
**********************************************************************************************
* Mixins
**********************************************************************************************
 */
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  border: none;
  outline: none;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.2em;
}
#wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 62px;
  line-height: 1.1em;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4f60f4;
}
h1 strong {
  color: #4f60f4;
}
h1.page-title {
  font-size: 52px;
}
h2 {
  font-size: 58px;
  line-height: 1.1em;
  color: #4f60f4;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: -2px;
}
h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #4f60f4;
  font-family: "futura-pt-bold", sans-serif;
  line-height: 1.2em;
  font-style: normal;
}
h4 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ec3f21;
  line-height: 1.1em;
}
h5 {
  font-size: 28px;
  font-weight: 700;
  color: #4f60f4;
  line-height: 1.1em;
}
h6 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1em;
}
p {
  color: #5b5b5b;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
blockquote {
  margin: 30px 0 30px 30px;
}
/*/////////////////////////////////////////////////////////////
COMMON
*/
body.freeze {
  overflow: hidden;
}
.content-x-small {
  max-width: 420px;
  width: 100%;
}
.content-small {
  max-width: 560px;
  width: 100%;
}
.content-medium {
  max-width: 650px;
  width: 100%;
}
.content-large {
  max-width: 960px;
  width: 100%;
}
.content-x-large {
  max-width: 1000px;
  width: 100%;
}
.content-max {
  max-width: 1400px;
  width: 100%;
}
.content-center {
  margin: 0 auto !important;
  float: none !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}
form.aligncenter table {
  display: inline-block;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap,
div.flex-wrap > .flex-container {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.show-mobile {
  display: none !important;
}
.fade-point {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.fade-point.fade-in {
  opacity: 1;
}
.margin-top-x {
  margin-top: 60px;
}
.margin-bottom-x {
  margin-bottom: 60px;
}
.margin-top-2x {
  margin-top: 90px;
}
.margin-bottom-2x {
  margin-bottom: 90px;
}
.margin-top-3x {
  margin-top: 130px;
}
.margin-bottom-3x {
  margin-bottom: 130px;
}
.padding-top-x {
  padding-top: 35px;
}
.padding-bottom-x {
  padding-bottom: 35px;
}
.padding-top-2x {
  padding-top: 90px;
}
.padding-bottom-2x {
  padding-bottom: 90px;
}
.padding-top-3x {
  padding-top: 130px;
}
.padding-bottom-3x {
  padding-bottom: 130px;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circle {
  border-radius: 50%;
}
.circle img {
  border-radius: 50%;
}
.bg-color-blue {
  background-color: #4f60f4;
}
.bg-color-blue h2,
.bg-color-blue p {
  color: #fcd9b9;
}
.bg-color-orange {
  background-color: #ec3f21;
}
.bg-color-peach {
  background-color: #fca88e;
}
.bg-color-peach .headline-block h2::before {
  border-top: 5px solid #f0a391;
}
.bg-color-peach .headline-block h2::after {
  border-top: 5px solid #f0a391;
}
.bg-color-peach h2,
.bg-color-peach p {
  color: #4f60f4;
}
.bg-color-tan {
  background-color: #fcd9b9;
}
.bg-color-tan .headline-block h2::before {
  border-top: 5px solid #f0a391;
}
.bg-color-tan .headline-block h2::after {
  border-top: 5px solid #f0a391;
}
.bg-color-tan h2,
.bg-color-tan p {
  color: #4f60f4;
}
.bg-color-grey {
  background-color: #cccccc;
}
.bg-color-dark-grey {
  background-color: #1f1f1f;
}
.color-blue h2,
.color-blue p {
  color: #4f60f4;
}
.color-blue .border-right {
  border-right: 4px solid #4f60f4;
}
.color-blue .border-left {
  border-left: 4px solid #4f60f4;
}
.color-white h2,
.color-white h3,
.color-white p {
  color: #fff;
}
.color-orange h2,
.color-orange h3,
.color-orange p {
  color: #ec3f21;
}
.color-orange .border-right {
  border-right: 4px solid #ec3f21;
}
.color-orange .border-left {
  border-left: 4px solid #ec3f21;
}
.color-peach h1,
.color-peach h2,
.color-peach h3,
.color-peach p {
  color: #fca88e;
}
.color-tan h1,
.color-tan h2,
.color-tan h3,
.color-tan p {
  color: #fcd9b9;
}
.wpb_text_column strong {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wpb_text_column em {
  font-style: italic;
}
.wpb_text_column ul {
  padding: 0 0 0 30px;
}
.wpb_text_column ul li {
  list-style: disc;
  margin-bottom: 10px;
  color: #494949;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.wpb_text_column ol {
  padding: 0 0 0 30px;
}
.wpb_text_column ol li {
  list-style: decimal;
  margin-bottom: 10px;
  color: #494949;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.wpb_text_column a {
  color: #ec3f21;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.button-wrapper {
  margin: 0 -5px;
}
.button-wrapper a.button {
  margin: 5px;
}
#wrapper .row {
  margin: 0 -30px;
}
#wrapper .row.col-3 h3 {
  font-size: 2vw;
}
#wrapper .row.col-5 h3 {
  font-size: 1.4vw;
}
#wrapper .row.vc_row {
  margin: 0 -30px;
}
#wrapper .row .column {
  padding: 0 30px !important;
}
.container-adjust .column.image > .vc_column-inner {
  min-height: 460px;
  background-repeat: no-repeat;
}
.container-adjust .column.text > .vc_column-inner {
  max-width: 600px;
}
.container-adjust .column.text:first-child {
  padding-right: 60px;
}
.container-adjust .column.text:first-child > .vc_column-inner {
  margin-left: auto;
}
.container-adjust .column.text:last-child {
  padding-left: 60px;
}
.container-adjust .column.text:last-child > .vc_column-inner {
  margin-right: auto;
}
.container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.diagonal-section .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: auto;
}
.diagonal-section .space {
  /*&::before {
			content: '';
			display: block;
			position: absolute;
			width: 150%;
			height: 100%;
			top: 0;
			background: rgba(177,32,18,0.8);
			z-index: 1;
		}*/
}
.diagonal-section .space > div {
  position: absolute;
  /*z-index: 0;*/
  top: 0;
  height: 100%;
  width: 200%;
}
.diagonal-section .space > div .vc_btn3-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fcd9b9;
  bottom: 60px;
  padding: 15px 90px;
}
.diagonal-section .space > div .vc_btn3-container a {
  text-transform: uppercase !important;
  color: #ec3f21 !important;
  background-color: #fcd9b9 !important;
  font-size: 40px !important;
  padding: 0;
}
.diagonal-section .space > div .vc_btn3-container a::before,
.diagonal-section .space > div .vc_btn3-container a::after {
  content: '';
  width: 44px;
  height: 38px;
  background-size: 44px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
}
.diagonal-section .space:first-child::before {
  left: 0;
}
.diagonal-section .space:first-child > div {
  left: 0;
}
.diagonal-section .space:first-child > div .vc_btn3-container a::before {
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/arrow-orange_left.png");
  margin-right: 25px;
}
.diagonal-section .space:first-child > div .vc_btn3-container a::after {
  display: none;
}
.diagonal-section .space:last-child::before {
  right: 0;
}
.diagonal-section .space:last-child > div {
  right: 0;
}
.diagonal-section .space:last-child > div .vc_btn3-container {
  text-align: right;
}
.diagonal-section .space:last-child > div .vc_btn3-container a::before {
  display: none;
}
.diagonal-section .space:last-child > div .vc_btn3-container a::after {
  margin-left: 25px;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/arrow-orange.png");
}
.diagonal-section .diagonal {
  /*height: 100vh;*/
  padding: 210px 0;
  position: relative;
  z-index: 2;
}
.diagonal-section .diagonal.large-headlines .about-us-headline h2 {
  position: relative;
  z-index: 1;
}
.diagonal-section .diagonal.large-headlines .about-us-headline h2::before {
  content: 'About Us';
  display: block;
  position: absolute;
  z-index: -1;
  top: -210px;
  left: -160px;
  color: #3b48d9;
  font-size: 15vw;
  line-height: 0.9em;
  white-space: pre;
}
.diagonal-section .diagonal.large-headlines .bg-text {
  position: absolute;
  z-index: 0;
  top: 12%;
}
.diagonal-section .diagonal.large-headlines .bg-text p strong {
  color: #3b48d9;
  font-size: 14vw;
  line-height: 0.9em;
  white-space: pre;
}
.diagonal-section .diagonal.large-headlines h2 {
  font-size: 70px;
}
.diagonal-section .diagonal > .vc_column-inner {
  /*max-width: 700px;*/
  width: 100%;
}
.diagonal-section .diagonal.left {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  /*.wpb_text_column {
				max-width: 700px;
				width: 100%;
				
			}*/
}
.diagonal-section .diagonal.left > .vc_column-inner {
  margin-left: auto;
  margin-right: 25% !important;
}
.diagonal-section .diagonal.left .bg-text {
  left: 5%;
}
.diagonal-section .diagonal.right {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  /*.wpb_text_column, .vc_btn3-container {
				max-width: 700px;
				width: 100%;
				margin-right: auto;
				padding-left: 25%;
			}*/
}
.diagonal-section .diagonal.right > .vc_column-inner {
  margin-right: auto;
  margin-left: 30% !important;
  padding-right: 90px;
}
.diagonal-section .diagonal.right .bg-text {
  left: 17%;
}
.diagonal-section .border-bottom {
  height: 70px;
  background-color: #4f60f4;
  box-shadow: 0px -12px 35px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
#president {
  background-position: center top !important;
}
.header-ribbon h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.header-ribbon h2::before {
  content: '';
  border-top: 2px solid #4f60f4;
  flex: 1;
  margin-right: 15px;
}
.header-ribbon h2::after {
  content: '';
  border-top: 2px solid #4f60f4;
  flex: 1;
  margin-left: 15px;
}
.underline h2 {
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.diagonal-block.banner-cta-image .body-copy {
  margin-bottom: 135px;
}
.diagonal-block.banner-cta-image .banner-cta .cta {
  height: 200px;
}
.diagonal-block.banner-cta-image .banner-cta .cta > div {
  height: 100%;
}
.diagonal-block .diagonal {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  padding-right: 6%;
}
.diagonal-block .body-copy.right {
  padding-right: 30px;
}
.diagonal-block .banner-cta.blue-bar .cta {
  height: 100px;
  bottom: 1px;
}
.diagonal-block .banner-cta .cta {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #4f60f4;
  text-align: right;
}
.diagonal-block .banner-cta .cta p a {
  font-size: 64px;
  display: block;
  text-transform: uppercase;
  color: #fca88e;
  padding: 10px 60px 15px 30px;
}
.diagonal-block .banner-cta .bottom-line {
  position: absolute;
  bottom: 19px;
  z-index: 2;
  right: 60px;
}
.headline-block h2 {
  text-transform: uppercase;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 1px;
  color: #ec3f21;
}
.headline-block h2::before {
  content: '';
  border-top: 5px solid #ec3f21;
  flex: 1;
  margin-right: 90px;
}
.headline-block h2::after {
  content: '';
  border-top: 5px solid #ec3f21;
  flex: 1;
  margin-left: 90px;
}
.headline-block h2::before,
.headline-block h2::after {
  content: '';
}
.headline-banner h2 {
  font-size: 66px;
}
.overlay-section {
  position: relative;
  z-index: 1;
}
.overlay-section .content {
  position: relative;
  z-index: 2;
}
.overlay-section .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(177, 32, 18, 0.8);
}
.overlay-cta p {
  font-size: 36px;
}
.overlay-cta h2,
.overlay-cta p {
  color: #fca88e;
}
.cta-block {
  background-color: #fca88e;
}
.cta-block .vc_row .wpb_column:nth-child(1) {
  width: 36.5%;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}
.cta-block .vc_row .wpb_column:nth-child(1) > div {
  height: 100%;
}
.cta-block .vc_row .wpb_column:nth-child(2) {
  width: 27%;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 25% 100%);
}
.cta-block .vc_row .wpb_column:nth-child(3) {
  width: 36.5%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}
.cta-block .vc_row .wpb_column:not(:nth-child(1)) {
  padding: 80px 30px;
}
.cta-block .vc_row .wpb_column:not(:nth-child(1)) .vc_btn3.vc_btn3-color-grey {
  text-transform: uppercase;
  font-size: 50px;
}
.cta-block .vc_row .wpb_column:not(:nth-child(1)) .vc_btn3.vc_btn3-color-grey::after {
  content: '';
  display: block;
  width: 85px;
  height: 77px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85px;
  margin: 5px auto;
}
.cta-block .vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey {
  background-color: transparent !important;
  color: #4f60f4;
}
.cta-block .vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey:hover {
  color: #4f60f4;
}
.cta-block .vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey::after {
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/arrow-blue.png");
}
.cta-block .vc_row .bg-color-orange .vc_btn3.vc_btn3-color-grey {
  background-color: transparent !important;
  color: #fca88e;
}
.cta-block .vc_row .bg-color-orange .vc_btn3.vc_btn3-color-grey:hover {
  color: #fca88e;
}
.cta-block .vc_row .bg-color-orange .vc_btn3.vc_btn3-color-grey::after {
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/arrow-peach.png");
}
.border-right {
  border-right-width: 4px;
}
.border-left {
  border-left: 4px solid #4f60f4;
}
.mobile-image {
  display: none;
}
.columns .column {
  padding-left: 20px;
  padding-right: 20px;
}
.columns .column h2 {
  font-size: 36px;
}
#about-us-mobile .image-row {
  min-height: 400px;
}
#about-us-mobile .image-row .headline {
  position: relative;
  z-index: 3;
}
#about-us-mobile .image-row .headline h2 {
  color: #fcd9b9;
  font-size: 22vw;
}
#about-us-mobile .text-row {
  position: relative;
}
#about-us-mobile .text-row::before {
  content: '';
  display: block;
  height: 60px;
  background-image: linear-gradient(to top, #4f60f4, rgba(79, 96, 244, 0));
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 2;
  width: 100%;
}
#about-us-mobile .text-row > .wpb_column {
  padding-top: 100px;
  background-color: #4f60f4;
}
#about-us-mobile .text-row h2 {
  color: #fcd9b9;
}
#about-us-mobile .text-row .vc_btn3.vc_btn3-color-grey {
  background-color: #fcd9b9;
  color: #ec3f21;
  text-transform: uppercase;
}
/*/////////////////////////////////////////////////////////////
HEADER
*/
/*header {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 60px;
}*/
.about-image > div {
  background-position: left center !important;
}
.menu-icon {
  display: none;
}
#mobile-header {
  display: none;
}
#mobile-header #mobile-logo {
  background-color: #000;
  padding: 0px 30px;
  margin-top: -10px;
}
#mobile-header #mobile-logo img {
  max-width: 270px;
  width: 100%;
}
body.home.down #header-wrap.animateIt {
  top: 0;
}
body.home #header-wrap.animateIt {
  position: fixed;
  top: -111px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  background: #000;
}
body.home #header-wrap.animateIt header {
  height: 110px;
}
body.home #header-wrap.animateIt header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo {
  height: 110px;
  max-width: 190px;
}
body.home #header-wrap.animateIt header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo img {
  height: 105px;
  width: 105px;
}
body.home #content-wrap {
  padding-top: 0;
}
body:not(.home).down #header-wrap.animateIt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
body:not(.home).down #header-wrap.animateIt header {
  height: 110px;
}
body:not(.home).down #header-wrap.animateIt header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo {
  height: 110px;
  max-width: 190px;
}
body:not(.home).down #header-wrap.animateIt header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo img {
  height: 105px;
  width: 105px;
}
body.single #header-wrap,
body.blog #header-wrap,
body.search #header-wrap,
body.archive #header-wrap {
  background-color: #000;
}
#home-menu {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#home-menu ul.menu {
  text-align: right;
  padding: 30px;
}
#home-menu ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#home-menu ul.menu li.button a {
  cursor: pointer;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px 30px;
  letter-spacing: -1px;
  background-color: #4f60f4;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  border: 0;
}
#header-wrap {
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  /*background-color: @color_blue;*/
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
#header-wrap header {
  height: 200px;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  /*padding: 5px 30px;*/
}
#header-wrap header > div {
  width: 100%;
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-ms-flex-align: center;
						-webkit-align-items: center;
						-webkit-box-align: center;
						align-items: center;*/
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo {
  background-color: #000;
  max-width: 420px;
  width: 100%;
  text-align: center;
  height: 200px;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo img {
  max-width: 170px;
  width: 100%;
  height: 170px;
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu {
  flex: 1;
  padding: 30px;
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu ul {
  text-align: right;
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu ul li {
  display: inline-block;
  margin: 0 10px;
  /*&.button {
										a {
											.transition-duration;
											cursor: pointer;
											font-family: @font_bold;
											font-weight: 700;
											font-style: normal;
											display: inline-block;
											padding: 12px 35px;
											background-color: @color_orange;
											color: #fff;
											font-size: 18px;
											text-transform: capitalize;
											background-image: none;
											border-radius: 15px;
											border: 0;
											&:hover {
												background-color: @color_peach;
												border: 0;
												background-image: none;
												color: #fff;
											}
										}
									}*/
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu ul li.button a {
  cursor: pointer;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px 30px;
  letter-spacing: -1px;
  background-color: #4f60f4;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  border: 0;
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu ul li a {
  color: #fcd9b9;
}
#header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu ul li ul li {
  display: block;
}
#header-wrap header li {
  list-style: none;
}
#header-wrap header li img {
  max-width: 100%;
  height: auto;
}
#header-wrap header #nav {
  flex: 1;
  text-align: right;
}
#header-wrap header #nav .header-widget {
  margin-bottom: 15px;
  padding-top: 5px;
}
#header-wrap header #nav nav#primary {
  flex: 1;
}
#header-wrap header #nav nav#primary > ul {
  position: relative;
  display: inline-table;
}
#header-wrap header #nav nav#primary > ul:after {
  content: "";
  clear: both;
  display: block;
}
#header-wrap header #nav nav#primary > ul > li {
  display: inline-block;
  margin-left: 20px;
}
#header-wrap header #nav nav#primary > ul > li:first-child {
  margin-left: 0;
}
#header-wrap header #nav nav#primary > ul ul {
  position: absolute;
  top: 100%;
  left: -20px;
}
#header-wrap header #nav nav#primary > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav > ul > li a {
  display: block;
}
nav > ul > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
nav > ul > li.menu-item-has-children.show > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
nav > ul > li.menu-item-has-children.show > ul {
  display: block;
}
nav > ul > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/svg/navigation-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
nav > ul ul {
  display: none;
  background-color: #fff;
  text-align: left;
}
nav > ul ul li {
  position: relative;
  display: block;
  margin-left: 0px;
}
nav > ul ul li a {
  display: block;
  padding: 10px 0;
}
nav > ul ul li.menu-item-has-children {
  padding-right: 0;
}
nav > ul ul ul {
  display: none;
}
ul.menu li a {
  font-size: 18px;
  color: #fca88e;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul.menu > li a {
  display: block;
}
ul.menu > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
ul.menu > li.menu-item-has-children.show > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.menu > li.menu-item-has-children.show > ul {
  display: block;
}
ul.menu > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/svg/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: inherit;
}
ul.menu ul {
  background-color: #000;
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  padding: 20px;
  min-width: 180px;
}
ul.menu ul li {
  position: relative;
  display: block;
  margin-left: 0px;
  text-align: left;
}
ul.menu ul li a {
  display: block;
  padding: 10px 0;
}
ul.menu ul li.menu-item-has-children {
  padding-right: 0;
}
ul.menu ul ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #000;
  overflow-y: auto;
}
#mobile.is-open {
  display: block;
}
#mobile #mobile-wrapper {
  padding: 110px 30px 30px 30px;
}
#mobile #mobile-wrapper .header-widget {
  display: none;
  list-style: none;
  padding-top: 20px;
}
#mobile #mobile-wrapper nav > ul {
  width: 100%;
  text-align: left;
}
#mobile #mobile-wrapper nav > ul > li {
  display: block;
  text-align: center;
  /*border-bottom: 1px solid #e1e1e1;*/
  /*&.menu-item-has-children {
						a {
							&::after {
								position: absolute;
								right: 0;
								top: 32px;
							}
						}
					}*/
}
#mobile #mobile-wrapper nav > ul > li.button a {
  cursor: pointer;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px 30px;
  letter-spacing: -1px;
  background-color: #4f60f4;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  border: 0;
}
#mobile #mobile-wrapper nav > ul > li > a {
  padding: 20px 0;
}
#mobile #mobile-wrapper nav > ul > li ul {
  position: static;
  margin-left: 0;
  padding-bottom: 30px;
}
#mobile #mobile-wrapper nav > ul > li ul li {
  text-align: center;
}
/*/////////////////////////////////////////////////////////////
MOBILE ICON
*/
.mobile-icon {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 50px;
  height: 40px;
  /*border:3px solid @color_blue;*/
}
.mobile-icon div.burger-stack {
  height: 5px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  border-radius: 5px;
}
.mobile-icon div.burger-stack:before {
  transform: translateY(-14px);
}
.mobile-icon div.burger-stack:after {
  transform: translateY(14px);
}
.mobile-icon div.burger-stack:before,
.mobile-icon div.burger-stack:after {
  border-radius: 5px;
  height: 5px;
  width: 100%;
  background-color: #fff;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-icon.is-open div.burger-stack {
  background: none;
}
.mobile-icon.is-open div.burger-stack:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-icon.is-open div.burger-stack:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*/////////////////////////////////////////////////////////////
WELCOME
*/
#hero {
  position: relative;
  z-index: 1;
}
#hero #hero-content {
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  height: 100vh;
}
#hero #hero-content > .vc_column-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#hero #hero-content > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}
#hero #hero-content #hero-logo {
  background-color: #000;
}
#hero #hero-content #hero-logo figure {
  margin-right: 45%;
}
#hero #hero-content #hero-logo figure img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
#hero #hero-content #hero-text {
  height: 100%;
  width: 100%;
  margin-left: auto;
  /*margin-right: 25%;*/
  padding-right: 350px;
  padding-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -115px;
}
#hero #hero-content #hero-text h1 {
  color: #fcd9b9;
}
#bg-video-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  /*height: 100%;*/
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}
#bg-video-row .wp-video,
#bg-video-row video.wp-video-shortcode,
#bg-video-row .mejs-container,
#bg-video-row .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
#bg-video-row .mejs-container {
  padding-top: 56.25%;
}
#bg-video-row .wp-video,
#bg-video-row video.wp-video-shortcode {
  max-width: 100% !important;
}
#bg-video-row video.wp-video-shortcode {
  position: relative;
}
#bg-video-row .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#bg-video-row .mejs-controls {
  display: none;
}
#bg-video-row .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
#bg-video-row .wp-video,
#bg-video-row .mejs-container,
#bg-video-row video {
  width: 100% !important;
  height: 100% !important;
}
#bg-video-row video {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#bg-video-overlay {
  /*height: 100vh;*/
}
#bg-video-overlay #hero-overlay {
  /*width: 58.6%;*/
}
#bg-video-overlay img {
  width: 87%;
  height: auto;
  margin-top: -1px;
}
.image-buttons {
  position: relative;
  z-index: 0;
}
.overlay-buttons {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.overlay-buttons .col {
  position: relative;
  height: 100%;
}
.overlay-buttons .col .overlay-link a {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-color: transparent !important;
}
.overlay-buttons .col .overlay-link a:hover {
  background-color: transparent !important;
}
/*

	> div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
        .wpb_text_column{
            position:static;
        }
	}
	#video-fallback {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		top:0;
		left:0;
	} 
}*/
#bg-video-fallback-gif {
  display: none;
}
.covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#featured-jobs #featured-jobs-headline-row #view-all-button {
  text-align: right;
}
#featured-jobs #featured-jobs-headline-row #view-all-button .vc_btn3.vc_btn3-color-grey {
  background-color: transparent;
  text-transform: uppercase;
  color: #fcd9b9;
}
#featured-jobs #featured-jobs-headline-row #view-all-button .vc_btn3.vc_btn3-color-grey::after {
  content: '';
  display: inline-block;
  vertical-align: sub;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/arrow-peach.png");
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
#featured-jobs #featured-jobs-headline-row .wpb_column:first-child .wpb_text_column {
  background-color: #fcd9b9;
  padding: 10px 25px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  margin-bottom: -4px;
}
#featured-jobs #featured-jobs-headline-row .wpb_column:first-child .wpb_text_column h2 {
  font-size: 65px;
  color: #ec3f21;
  text-transform: uppercase;
}
#featured-jobs #featured-jobs-headline-row .wpb_column:first-child .wpb_text_column h2::before {
  content: '';
  margin-right: 20px;
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: bottom;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/magnifying-glass.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
}
#featured-jobs #featured-jobs-slider {
  border-top: 4px solid #fcd9b9;
  border-bottom: 4px solid #fcd9b9;
  padding-top: 40px;
  padding-bottom: 20px;
}
#featured-jobs #featured-jobs-slider .slider {
  max-width: 500px;
  margin: 0 auto;
}
#featured-jobs #featured-jobs-slider .slider .slick-slide h3 {
  text-transform: capitalize;
  font-size: 30px;
}
#featured-jobs #featured-jobs-slider .slider .slick-slide h3,
#featured-jobs #featured-jobs-slider .slider .slick-slide p {
  color: #fff;
}
#featured-jobs #featured-jobs-slider .slider .slick-slide em {
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#featured-jobs #featured-jobs-slider .slider .slick-slide a.button {
  margin-top: 20px;
  background-color: #fcd9b9;
  text-transform: uppercase;
  color: #ec3f21;
}
#featured-jobs #featured-jobs-slider .slider .slick-slide a.button::after {
  content: '';
  display: inline-block;
  vertical-align: sub;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/arrow-orange.png");
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
#latest-news p {
  color: #ec3f21;
  font-size: 36px;
  text-align: center;
  line-height: 1.2em;
}
/*/////////////////////////////////////////////////////////////
PAGE
*/
/*#content-wrap {
	padding-top: 150px;
}*/
#sub-hero {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#sub-hero.large-height-100 {
  min-height: 75vh;
}
#sub-hero.careers {
  background-position: 80% center !important;
}
#sub-hero h1 {
  font-size: 56px;
}
#sub-hero p {
  font-size: 30px;
  line-height: 1.1em;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.team-member-wrapper {
  text-align: center;
  margin-bottom: 60px !important;
}
.team-member-wrapper .team-image {
  margin-bottom: 15px !important;
}
.team-member-wrapper .team-image img {
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
}
.team-member-wrapper .team-name {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1em;
  color: #4f60f4;
}
.team-member-wrapper .team-job-title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #4f60f4;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "futura-pt-bold", sans-serif;
}
/*/////////////////////////////////////////////////////////////
BLOG
*/
body.blog #sub-hero,
body.archive #sub-hero,
body.search #sub-hero,
body.category #sub-hero,
body.single #sub-hero {
  margin-top: 200px;
  min-height: 300px;
  /*background-size: 50%;*/
  background-repeat: no-repeat;
  text-align: center;
}
body.blog #sub-hero h1,
body.archive #sub-hero h1,
body.search #sub-hero h1,
body.category #sub-hero h1,
body.single #sub-hero h1,
body.blog #sub-hero h2,
body.archive #sub-hero h2,
body.search #sub-hero h2,
body.category #sub-hero h2,
body.single #sub-hero h2,
body.blog #sub-hero p,
body.archive #sub-hero p,
body.search #sub-hero p,
body.category #sub-hero p,
body.single #sub-hero p,
body.blog #sub-hero span,
body.archive #sub-hero span,
body.search #sub-hero span,
body.category #sub-hero span,
body.single #sub-hero span {
  color: #fff;
}
body.single:not(.single-echojobs, .postid-339) #single-post .content-max {
  max-width: 900px;
}
body.single #single-post {
  padding-top: 90px;
}
body.single #single-post .content-max #featured-image {
  min-height: 450px;
  width: 100%;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.single #single-post .content-max h2 {
  font-size: 48px;
}
body.single #single-post .content-max p {
  margin-bottom: 15px;
}
section#filters {
  padding: 60px 0 45px 0;
  justify-content: center;
}
section#filters select {
  max-width: 230px;
  margin: 0 10px 15px 10px;
}
section#filters form {
  position: relative;
  margin: 0 10px 15px 10px;
  max-width: 230px;
  width: 100%;
}
section#filters form input#search {
  width: 100%;
}
section#filters form input#search-submit {
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 8px;
  width: 20px;
  height: 25px;
}
article.post {
  margin-bottom: 90px;
  padding-bottom: 90px;
}
article.post:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
article.post .post-ft-image {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.post .post-text {
  padding-left: 60px;
}
article.post .post-text h2 {
  line-height: 0.8em;
}
article.post .post-text h2 a {
  line-height: 0.5em;
  color: #4f60f4;
  font-size: 36px;
}
span.meta {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 1.5em;
}
span.meta a {
  color: #4f60f4;
}
.custom-post {
  padding: 0 15px;
}
.custom-post:nth-child(2n) .post-wrapper {
  margin: 0 auto;
}
.custom-post:nth-child(3n) .post-wrapper {
  margin-left: auto;
}
.custom-post .post-wrapper {
  max-width: 320px;
  width: 100%;
}
.custom-post .post-wrapper .custom-post-copy h4 a {
  font-size: 24px;
  color: #4f60f4;
  margin-bottom: 15px;
}
.custom-post .post-wrapper .custom-post-copy .custom-post-meta {
  margin-bottom: 10px;
}
.custom-post .post-wrapper .custom-post-copy .custom-post-meta span {
  text-transform: uppercase;
  font-family: "futura-pt-bold", sans-serif;
  color: #ec3f21;
  font-size: 15px;
  font-weight: 700;
}
.custom-post .post-wrapper .custom-post-copy .custom-post-meta span a {
  color: #ec3f21;
}
.custom-post .post-wrapper .custom-post-thumb {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.custom-post .post-wrapper .custom-post-button {
  margin-top: 20px;
}
.custom-post .post-wrapper .custom-post-button a {
  color: #707070;
  background-color: transparent;
  padding: 0;
}
.custom-post .post-wrapper .custom-post-button a::before {
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/svg/arrow-green.svg");
}
/*/////////////////////////////////////////////////////////////
EG JOB SEARCH
*/
body .ngdialog.ngdialog-theme-default {
  padding: 90px 30px;
}
body .ngdialog.ngdialog-theme-default br {
  content: "";
  display: block;
  height: 10px;
}
body .ngdialog.ngdialog-theme-default .ngdialog-content {
  background-color: #3163d1;
  color: #fff;
  padding: 40px;
  border-radius: 25px;
  max-width: 450px;
  width: 100%;
}
body .ngdialog.ngdialog-theme-default .ngdialog-content div {
  font-size: 32px;
  font-weight: bold;
  font-family: "futura-pt-bold", sans-serif;
}
body .ngdialog.ngdialog-theme-default .ngdialog-content div label {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}
body .ngdialog.ngdialog-theme-default .ngdialog-close {
  padding: 20px;
}
body .ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
  color: #fff;
}
body .ngdialog.ngdialog-theme-default .ngdialog-close:before {
  color: #fff;
}
.echojobs_plugin h1 {
  font-size: 42px;
  line-height: 1em;
  color: #4f60f4;
  margin-bottom: 10px;
}
.echojobs_plugin h2.echojobs-listing-location span.echojobs-city {
  display: none;
}
.echojobs_plugin h3.echojobs-details-location {
  text-indent: -15px;
  overflow: hidden;
}
.echojobs_plugin br {
  content: "";
  display: block;
  height: 10px;
}
.echojobs_plugin form > div {
  margin-bottom: 15px;
}
.echojobs_plugin form a {
  cursor: pointer;
}
.echojobs_plugin label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #4f60f4;
}
.echojobs_plugin input:not([type="file"]):not([type="checkbox"]),
.echojobs_plugin select {
  cursor: pointer;
  border: 1px solid #cccccc;
  outline: 0;
  height: 40px;
  padding: 15px;
  box-sizing: border-box;
  font-family: "futura-pt", sans-serif;
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
}
.echojobs_plugin hr {
  height: 1px;
  background-color: #ededed;
  border: 0;
}
.echojobs_plugin button,
.echojobs_plugin select {
  cursor: pointer;
}
.echojobs_plugin #logged_out_menu,
.echojobs_plugin #logged_in_menu {
  padding-bottom: 30px;
}
.echojobs_plugin #logged_out_menu button,
.echojobs_plugin #logged_in_menu button {
  background-color: #4f60f4;
  color: #fff;
  margin-bottom: 15px;
}
.echojobs_plugin #logged_out_menu button:hover,
.echojobs_plugin #logged_in_menu button:hover {
  background-color: #fca88e;
  color: #4f60f4;
}
.echojobs_plugin .echojobs-left-menu-menu {
  background-color: #f2f2f2;
  padding: 30px;
  /*.echojobs-categories-search {
			.echojobs-title-wrapper {
				h2 {
					text-indent: -999999px;
					height: 21px;
					overflow: hidden;
					position: relative;
					&::before {
						content: 'Certification';
						display: block;
						text-indent: 0;
						margin-left: 15px;
					}
					.fa {
						position: absolute;
						top: 3px;
						text-indent: 0;
					}
				}
			}
		}*/
  /*.echojobs-search-wrapper {
			margin-bottom: 30px;
			.echojobs-title-wrapper, label, select {
				display: none;
			}
			.echojobs-radius-search {
				position: relative;
				&::before {
					content: '';
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 40px;
					background-color: #f2f2f2;
				}
			}
		}*/
}
.echojobs_plugin .echojobs-left-menu-menu > div:nth-child(2) {
  display: none;
}
.echojobs_plugin .echojobs-left-menu-menu div:nth-child(5) {
  display: none;
}
.echojobs_plugin .echojobs-left-menu-menu button {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ec3f21;
  font-size: 22px;
}
.echojobs_plugin .echojobs-left-menu-menu button br {
  height: 0;
}
.echojobs_plugin .echojobs-left-menu-menu button:hover {
  background-color: #4f60f4;
  color: #fff;
}
.echojobs_plugin .echojobs-left-menu-menu select,
.echojobs_plugin .echojobs-left-menu-menu input[type="text"] {
  max-width: 100%;
  width: 100%;
  padding: 5px 15px;
  font-size: 16px;
}
.echojobs_plugin .echojobs-left-menu-menu select option {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-menu input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-menu input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-menu input[type="text"]::placeholder {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
.echojobs_plugin .echojobs-left-menu-menu h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.echojobs_plugin .echojobs-left-menu-menu h2 .fa {
  font-size: 15px;
  vertical-align: initial;
}
.echojobs_plugin .echojobs-left-menu-menu label {
  display: block;
  font-family: "futura-pt", sans-serif;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 16px;
}
.echojobs_plugin .echojobs-left-menu-menu h2,
.echojobs_plugin .echojobs-left-menu-menu label {
  cursor: pointer;
}
.echojobs_plugin .echojobs-left-menu-menu .echojobs-search-wrapper > div:nth-child(2) {
  display: none;
}
.echojobs_plugin .echojobs-left-menu-menu .echojobs-search-wrapper > div:nth-child(2).ng-hide {
  display: block !important;
}
.echojobs_plugin .echojobs-left-menu-menu.echojobs-details-related-jobs .echojobs-details-related-jobs-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
}
.echojobs_plugin .echojobs-left-menu-main {
  padding: 30px 0 0 30px;
}
.echojobs_plugin .echojobs-left-menu-main hr {
  margin: 30px 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-pagination {
  padding-bottom: 30px;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-pagination .pagination a.active {
  font-weight: 600;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form {
  position: relative;
  max-width: 320px;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"] {
  width: 100%;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"]::placeholder {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form button {
  text-indent: -9999px;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/svg/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job:last-child {
  border-bottom: 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job h2.echojobs-listing-job-title {
  font-size: 42px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job h2.echojobs-listing-job-title a {
  font-size: 42px;
  line-height: 1.2em;
  color: #4f60f4;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job h2.echojobs-listing-location {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ec3f21;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job .echojobs-listing-date-posted {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job .echojobs-listing-details-table {
  border: 1px solid #ededed;
  width: 100%;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job .echojobs-listing-details-table tr td {
  padding: 10px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job .echojobs-listing-details-table tr td:first-child {
  border-right: 1px solid #ededed;
  font-weight: bold;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job button {
  margin-top: 30px;
}
.echojobs_plugin .echojobs_powered_by {
  padding-bottom: 30px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-details-table {
  margin: 20px 0;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-social-media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-social-media button {
  margin-right: 8px;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ec3f21 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-social-media button i {
  font-size: 22px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details #login_options {
  font-size: 22px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details #login_options button {
  margin-top: 20px;
  background-color: #ec3f21 !important;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-table {
  border: 1px solid #ededed;
  width: 100%;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-table tr td {
  padding: 10px;
  border-bottom: 1px solid #ededed;
  font-size: 13px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-table tr td:first-child {
  border-right: 1px solid #ededed;
  font-weight: bold;
  text-transform: uppercase;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main.echojobs-details-job-details .echojobs-details-apply-details input {
  max-width: 320px;
  width: 100%;
  margin-bottom: 15px;
}
/*/////////////////////////////////////////////////////////////
FOOTER
*/
#footer-wrapper figure img {
  max-width: 230px;
  width: 100%;
  height: 230px;
}
#footer-wrapper ul {
  text-align: center;
}
#footer-wrapper ul li {
  display: inline-block;
  margin: 0 10px 30px 10px;
}
#footer-wrapper ul li a {
  color: #fff;
}
#footer-wrapper a.button-socicon span.socicon {
  background-color: #ec3f21;
}
#footer-wrapper #site-credit {
  text-align: center;
}
#footer-wrapper #site-credit p,
#footer-wrapper #site-credit a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer-wrapper #site-credit p span#site-by::after,
#footer-wrapper #site-credit a span#site-by::after {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/images/echogravity-logo-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  vertical-align: middle;
  margin-left: 5px;
}
/*/////////////////////////////////////////////////////////////
SLIDER
*/
#latest-news .slider .slick-slide {
  padding: 0 40px;
}
#featured-jobs-slider .slider .slick-slide {
  padding: 0 65px;
}
.slider.single-column > div {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.slider.logos .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.slider.logos .slick-slide img {
  max-width: 200px;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(34%) sepia(96%) saturate(3486%) hue-rotate(227deg) brightness(100%) contrast(92%);
}
.slider .slick-arrow {
  background-color: transparent;
  text-indent: -99999px;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
  z-index: 1;
}
.slider .slick-arrow.slick-prev {
  left: -45px;
}
.slider .slick-arrow.slick-prev::after {
  transform: rotate(-180deg);
}
.slider .slick-arrow.slick-next {
  right: -45px;
}
.slider .slick-arrow:hover {
  /*background-color: @color_blue;*/
  background-color: transparent;
}
.slider .slick-arrow::after {
  content: '';
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/img/slider-arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
  width: 60px;
  height: 122px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.slider .slick-slide img {
  max-width: 100%;
  height: auto;
}
.slider ul.slick-dots {
  text-align: center;
  padding-left: 0px;
}
.slider ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.slider ul.slick-dots li button {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  box-sizing: border-box;
  font-size: 0;
  border: 0;
  outline: 0;
}
.slider ul.slick-dots li:hover button {
  background-color: #4f60f4;
}
.slider ul.slick-dots li.slick-active button {
  background-color: #4f60f4;
}
/*/////////////////////////////////////////////////////////////
BUTTONS
*/
.vc_row .bg-color-blue .vc_btn3.vc_btn3-color-grey,
.vc_row .bg-color-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
.vc_row .bg-color-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_row .bg-color-blue a.button,
.vc_row .bg-color-blue input[type="submit"],
.vc_row .bg-color-blue button {
  background-color: #ec3f21;
}
.vc_row .bg-color-blue .vc_btn3.vc_btn3-color-grey:hover,
.vc_row .bg-color-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_row .bg-color-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_row .bg-color-blue a.button:hover,
.vc_row .bg-color-blue input[type="submit"]:hover,
.vc_row .bg-color-blue button:hover {
  background-color: #fca88e;
}
.vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey,
.vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
.vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_row .bg-color-peach a.button,
.vc_row .bg-color-peach input[type="submit"],
.vc_row .bg-color-peach button {
  background-color: #4f60f4;
}
.vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey:hover,
.vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_row .bg-color-peach .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_row .bg-color-peach a.button:hover,
.vc_row .bg-color-peach input[type="submit"]:hover,
.vc_row .bg-color-peach button:hover {
  background-color: #4f60f4;
}
.vc_row .vc_btn3.vc_btn3-color-grey,
.vc_row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
.vc_row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_row a.button,
.vc_row input[type="submit"],
.vc_row button {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px 45px;
  letter-spacing: -1px;
  background-color: #4f60f4;
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  border: 0;
}
.vc_row .vc_btn3.vc_btn3-color-grey:hover,
.vc_row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_row a.button:hover,
.vc_row input[type="submit"]:hover,
.vc_row button:hover {
  background-color: #ec3f21;
  border: 0;
  background-image: none;
  color: #fff;
}
button {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  padding: 10px 40px;
  background-color: #4f60f4;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 0;
}
button:hover {
  background-color: #ec3f21;
  border: 0;
  background-image: none;
  color: #fff;
}
.pagination .pages span {
  padding: 10px;
}
.pagination .pages a.button {
  padding: 10px 17px;
  margin: 0 10px;
}
#post-navigation {
  padding-top: 60px;
}
#post-navigation .post-navigation-link {
  margin-bottom: 30px;
}
#post-navigation .post-navigation-link.next {
  text-align: right;
}
/*/////////////////////////////////////////////////////////////
SOCIAL ICONS
*/
a.button-socicon {
  display: inline-block;
  vertical-align: top;
}
a.button-socicon.x span.socicon::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/svg/x-icon_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
a.button-socicon span.socicon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #4f60f4;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
  color: #fff;
}
a.button-socicon span.socicon:hover {
  background-color: #ec3f21;
}
a.button-socicon:last-child span.socicon {
  margin-right: 0;
}
/*/////////////////////////////////////////////////////////////
FORMS
*/
label {
  display: block;
  margin-bottom: 15px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="textarea"],
textarea,
select {
  cursor: pointer;
  border: 1px solid #000;
  outline: 0;
  height: 40px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: "futura-pt", sans-serif;
  max-width: 100%;
  width: 100%;
}
#wrapper .form-cta {
  background-color: #4f60f4;
  padding: 40px 15px 20px;
}
#wrapper .form-cta label {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
}
#wrapper .form-cta input[type="text"],
#wrapper .form-cta input[type="email"],
#wrapper .form-cta select,
#wrapper .form-cta textarea {
  border: 0;
  margin-top: 5px;
}
#wrapper .form-cta input[type="submit"] {
  background-color: #ec3f21;
  width: 100%;
}
#wrapper .form-cta.row .column {
  padding: 0 15px !important;
}
form .wpcf7-spinner {
  display: block;
}
form .wpcf7-list-item {
  margin-left: 0;
}
form .wpcf7-list-item input[type="checkbox"] {
  vertical-align: inherit;
}
form .group-wrapper {
  width: 100%;
}
form .group-wrapper > div {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
textarea {
  height: 105px;
  resize: none;
}
select {
  cursor: pointer;
  background-image: url("https://alphaexecutivesearch.com/wp-content/themes/alphatheme/svg/arrow_down.svg");
  background-position: calc(97%);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 14px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "futura-pt", sans-serif;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "futura-pt", sans-serif;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "futura-pt", sans-serif;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "futura-pt", sans-serif;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="textarea"],
input[type="submit"],
textarea,
select,
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
}
.grecaptcha-badge {
  visibility: collapse !important;
}
/*/////////////////////////////////////////////////////////////
WPBAKERY OVERRIDES
*/
#wrapper .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
#wrapper .vc_row {
  margin-left: 0;
  margin-right: 0;
}
#wrapper .vc_row.content-max {
  margin-left: auto;
  margin-right: auto;
}
#wrapper .vc_col-sm-12.content-max {
  float: none;
}
#wrapper .vc_col-has-fill > .vc_column-inner,
#wrapper .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
#wrapper .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
#wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
#wrapper .wpb_button,
#wrapper .wpb_content_element,
#wrapper ul.wpb_thumbnails-fluid > li,
#wrapper .vc_btn3-container {
  margin-bottom: 0;
}
#wrapper .vc_toggle_default {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#wrapper .vc_toggle_default .vc_toggle_icon {
  border: 1px solid #ec3f21;
  background: #ec3f21;
}
#wrapper .vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #ec3f21;
}
#wrapper .vc_toggle_default .vc_toggle_icon::before,
#wrapper .vc_toggle_default .vc_toggle_icon::after {
  background: #ec3f21;
}
#wrapper .vc_toggle_default .vc_toggle_content a {
  color: #ec3f21;
}
/*/////////////////////////////////////////////////////////////
MEDIA QUERIES
*/
@media screen and (min-width: 1460px) {
  #wrapper .row.col-3 h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1460px) {
  .content-max {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-max.vc_column_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero #hero-content #hero-text {
    padding-left: 30px;
  }
  .diagonal-section .diagonal.right > .vc_column-inner {
    padding-right: 30px !important;
  }
  .diagonal-section .diagonal.left > .vc_column-inner {
    padding-left: 30px !important;
  }
  .diagonal-section .diagonal.right {
    /*.wpb_content_element, .vc_btn3-container {
					padding-right: 30px;
				}*/
  }
  .diagonal-section .diagonal.left {
    /*.wpb_content_element, .vc_btn3-container {
					padding-left: 30px;
				}*/
  }
}
@media screen and (min-width: 827px) {
  /* Mobile Menu Fix */
  body.freeze {
    overflow: auto;
  }
  #mobile.is-open {
    display: none;
  }
}
@media screen and (max-width: 826px) {
  .show-mobile {
    display: block !important;
  }
  .hide-mobile:not(.echojobs-left-menu-menu) {
    display: none;
  }
  .mobile-button {
    text-align: center;
    margin-top: 15px;
  }
  #home-menu {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  #header-wrap header > div #header-inner > .vc_column-inner > .wpb_wrapper .vc_wp_custommenu {
    display: none;
  }
  #mobile .menu-primary-menu-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #000;
  }
  #hero {
    background-color: #000;
  }
  #hero .space {
    /*height: 450px;*/
    height: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #hero #hero-content {
    height: auto;
    /*clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);*/
    clip-path: none;
    padding-bottom: 60px;
    width: 100%;
  }
  #hero #hero-content #hero-logo {
    /*margin-top: -50px;
				padding-top: 40px;*/
    margin-top: 0;
    padding-top: 35px;
  }
  #hero #hero-content #hero-logo figure {
    margin-right: 0;
    /*padding-top: 30px;*/
    padding-bottom: 45px;
  }
  #hero #hero-content #hero-logo figure img {
    max-width: 150px;
  }
  #hero #hero-content #hero-text {
    height: auto;
    text-align: center;
    margin-right: 0;
    margin-top: 45px;
    display: block;
    max-width: 100%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  /*	#home-menu ul.menu {
		text-align: center;
	}*/
  .content-max .slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .content-max .slider .slick-arrow.slick-next {
    right: -40px;
  }
  .columns .column {
    margin-bottom: 30px;
  }
  #wrapper .row h3 {
    font-size: 26px !important;
  }
  #featured-jobs #featured-jobs-headline-row .wpb_column:first-child .wpb_text_column {
    margin-right: 30px;
  }
  #featured-jobs #featured-jobs-headline-row .wpb_column:first-child .wpb_text_column h2 {
    font-size: 36px !important;
  }
  #featured-jobs #featured-jobs-headline-row .wpb_column:first-child .wpb_text_column h2::before {
    vertical-align: bottom;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  #featured-jobs #featured-jobs-headline-row #view-all-button {
    display: none;
  }
  #featured-jobs .slider .slick-slide {
    padding: 0 100px;
  }
  #featured-jobs .slider .slick-slide a.button {
    font-size: 24px;
  }
  #latest-news p {
    font-size: 22px;
  }
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
  .slider .slick-arrow.slick-next {
    right: 0;
  }
  .headline-block h2::before {
    margin-right: 45px;
  }
  .headline-block h2::after {
    margin-left: 45px;
  }
  .mobile-image {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  #header-wrap.animateIt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  #header-wrap.animateIt header {
    height: 110px;
  }
  #header-wrap.animateIt header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo {
    height: 110px;
    max-width: 190px;
  }
  #header-wrap.animateIt header > div #header-inner > .vc_column-inner > .wpb_wrapper .logo img {
    height: 105px;
    width: 105px;
  }
  #mobile-header {
    display: block;
  }
  .headline-banner {
    text-align: center;
  }
  body.page-id-67 #hero {
    display: none;
  }
  body.page-id-67 #hero .content-max h1 {
    font-size: 36px;
  }
  /*.show-mobile {
		display:block;
	}
	.hide-mobile:not(.echojobs-left-menu-menu) {
		display: none;
	}*/
  .cta-block .vc_row .wpb_column {
    width: 100% !important;
    display: block;
    padding: 60px 0 !important;
    clip-path: none !important;
  }
  .cta-block .vc_row .wpb_column:first-child {
    padding: 0 !important;
  }
  .cta-block .vc_row .wpb_column:first-child > div {
    min-height: 250px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="textarea"],
  textarea,
  select {
    max-width: 100%;
  }
  #wrapper form .row .column {
    margin-bottom: 0;
  }
  #wrapper .row {
    margin: 0 !important;
  }
  #wrapper .row .column {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  /*#home-video-row, #hero {
		height: 510px;
		min-height: 510px;
	}*/
  .slider.logos .slick-track {
    display: block;
  }
  body.page-id-67 #bg-video-row {
    display: none;
  }
  #bg-video-fallback-gif {
    display: block;
  }
  #bg-video-row {
    height: 550px;
    display: none;
  }
  .bg-text {
    left: 30px;
  }
  .diagonal-block .diagonal {
    clip-path: none;
    padding: 30px;
  }
  .diagonal-block .body-copy {
    padding: 30px 30px 60px;
    margin-bottom: 0;
  }
  .diagonal-block .banner-cta .cta {
    text-align: center;
    position: static;
  }
  .diagonal-block .banner-cta .cta p a {
    padding: 10px 30px 15px 30px;
  }
  .diagonal-block .banner-cta .bottom-line {
    display: none;
  }
  #president {
    background: #1f1f1f !important;
  }
  #president .row .column:last-child {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .diagonal-block.banner-cta-image .body-copy {
    margin-bottom: 0;
  }
  .border-right {
    border: 0 !important;
  }
  article.post {
    margin-bottom: 0;
  }
  article.post .post-ft-image {
    min-height: 350px;
  }
  article.post .post-text {
    padding: 30px 0 0;
  }
  .custom-post:nth-child(3n) .post-wrapper,
  .custom-post:nth-child(2n) .post-wrapper {
    margin: 0 auto;
  }
  .custom-post .post-wrapper {
    margin: 0 auto;
  }
  .echojobs_plugin .echojobs-left-menu-main {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .echojobs_plugin .echojobs-left-menu-menu {
    margin-top: 45px;
    width: 100%;
    float: none;
  }
  .diagonal-section .space {
    height: 350px;
  }
  .diagonal-section .space::before {
    width: 100%;
    height: 145%;
  }
  .diagonal-section .space > div {
    width: 100%;
    height: 145%;
  }
  .diagonal-section .space > div .vc_btn3-container {
    bottom: 180px;
  }
  .diagonal-section .diagonal {
    height: auto;
    padding: 150px 30px 90px 30px;
  }
  .diagonal-section .diagonal > .vc_column-inner {
    max-width: 100%;
  }
  .diagonal-section .diagonal.left {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  }
  .diagonal-section .diagonal.left > .vc_column-inner {
    margin-right: 0 !important;
  }
  .diagonal-section .diagonal.right {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  }
  .diagonal-section .diagonal.right > .vc_column-inner {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 44px !important;
  }
  #sub-hero p {
    font-size: 26px;
  }
  h2 {
    font-size: 28px !important;
    line-height: 1.5em !important;
  }
  h1 {
    font-size: 44px;
  }
  .contact-info p,
  .contact-info a {
    font-size: 20px;
  }
  #header-wrap header .vc_wp_custommenu {
    display: none;
  }
  #header-wrap header .header-widget {
    margin-left: auto;
    padding-right: 70px;
  }
  #mobile #mobile-wrapper .header-widget {
    display: block;
  }
  section#filters select,
  section#filters form {
    margin-left: 0;
    margin-right: 0;
  }
  .vc_row a.button {
    text-align: center;
  }
  .vc_row a.button::after {
    display: none !important;
  }
}
