.elementor-kit-6{--e-global-color-primary:#0098FF;--e-global-color-secondary:#000000D9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:20px;}.elementor-kit-6 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* IMPORTS */
@import url(assets/css/reset.css);

/* FONTS */
@font-face {
    font-family: Avenir;
    src: url(https://myfieldatlas.com/wp-content/uploads/2023/06/AvenirNext-Regular-08.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Avenir;
    src: url(https://myfieldatlas.com/wp-content/uploads/2023/06/AvenirNext-DemiBold-03.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Avenir;
    src: url(https://myfieldatlas.com/wp-content/uploads/2023/06/AvenirNext-Bold-01.ttf);
    font-weight: 700;
}

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {from {opacity: 0;transform: translate3d(0,-30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInDown {animation-name: fadeDown }@keyframes fadeLeft {from {opacity: 0;transform: translate3d(-30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInLeft {animation-name: fadeLeft }@keyframes fadeRight {from {opacity: 0;transform: translate3d(30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInRight {animation-name: fadeRight }@keyframes fadeUp {from {opacity: 0;transform: translate3d(0,30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInUp {animation-name: fadeUp }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


/* BASIC SETUP */

* {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
    button:hover {
        background-color:inherit;
    }
}

body {
	font-size:14px;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}
body.body-lock:not(.elementor-editor-active) {
	height: 100vh;
	overflow: hidden;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 12px;
	padding:0;
}
.single-resources h1, .single-resources h2,
.single-resources h3, .single-resources h4,
.single-resources h5, .single-resources h6 {
    font-weight: 700 !important;
}
h1, h1 a {
}

.elementor-widget-text-editor h2 {
	margin: 20px 0 10px 0;
}



h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* Text elements */
p {
}
p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
    margin-top: 10px;
    margin-bottom: 10px;
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}
.custom-bullet ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 10px;
}
.custom-bullet ul li {
	position: relative;
}
.custom-bullet ul ul {
	margin-left: 45px;
}
.custom-bullet ul li::before {
	content: '';
	background-image: url('https://myfieldatlas.wpengine.com/wp-content/uploads/2023/06/bullet.svg');
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	left: -40px;
	margin-right: 10px;
	font-weight: bolder;
	height: 32px;
	min-width: 32px;
	font-size: larger;
	top: 4px;
}
.custom-bullet.red-x ul li::before {
	  content: "X";
    color: red;
		background-image: none;
		top: 2px;
	
}
.custom-bullet.good-list ul li:before {
    content: "✓";
    color: green;
		background-image: none;
		top: 2px;
	  font-family:avenir next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}
.custom-bullet ul li ul li::before {
	content: '' !important;
	background-image: url('https://myfieldatlas.wpengine.com/wp-content/uploads/2023/06/bullet.svg') !important;
}

.text-callout, blockquote {
    text-align: left;
    padding: 20px;
    border: 0;
    border-left: 3px solid #0499ff;
    width: 80%;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
input:not([type=checkbox]):not([type=radio]), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }


/* TAGS */
.no-margin {
    margin-bottom: 0 !important;
}

.highlight span,
.highlight del,
span.highlight {
    background-color: #e8f9d2;
    text-decoration: none;
    padding: 2px;
}
.bounce {
    animation: bounce 2s ease infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}







/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* MAIN NAVIGATION */
.desktop-menu li a {
	font-family: "Avenir", Sans-serif;
	font-weight: 400;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.desktop-menu li a::before {
    position: relative;
    display: block;
    content: attr(title);
    font-weight: 700 !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    pointer-events: none;
}
.desktop-menu li a:hover {
	font-weight: 700 !important;
}
.desktop-menu li a::after {
    position: absolute;
    right: 0;   
}
.desktop-wrapper .menu-cta,
.jet-mobile-menu__container-inner .menu-cta {
	margin-bottom: 20px !important;
}
.desktop-wrapper .menu-cta .elementor-widget-container,
.jet-mobile-menu__container-inner .menu-cta .elementor-widget-container {
    margin-bottom: 0 !important;
}
.popup-wrapper .dialog-message::before,
.jet-mobile-menu__container-inner::before {
	position: absolute;
    left: 0;
	content: '';
	width: 10vw;
	height: 20vw;
	background-image: url("assets/images/FA-Navigation-Blob.svg");
	background-position: bottom right;
	background-size: 400%;
	z-index: 1;
	background-repeat: no-repeat;
}
.popup-wrapper:not(.iam) .dialog-message::after,
.popup-wrapper.iam .jet-custom-nav__mega-sub::after,
.jet-mobile-menu__container-inner::after {
	position: absolute;
    bottom: 0;
    right: 0;
	content: '';
	width: 10vw;
	height: 20vw;
	background-image: url("assets/images/FA-Navigation-Blob.svg");
	background-position: top left;
	background-size: 400%;
	z-index: 1;
	background-repeat: no-repeat;
}
.jet-mobile-menu__container-inner::before {
	width: 40vw;
	height: 30vw;
    left: 0;
    top: 0;
}
.jet-mobile-menu__container-inner::after {
    width: 50vw;
    height: 50vw;
    bottom: 0;
    right: 0;
    position: fixed;
    content: none;
}
.jet-mobile-menu__body {
    z-index: 99;
}
.popup-wrapper .dialog-message > div,
.popup-wrapper:not(.iam) .dialog-message > div,
.popup-wrapper.iam .jet-custom-nav__mega-sub > div,
.jet-mobile-menu__container > div {
    position: relative;
    z-index: 9;
}
.desktop-wrapper,
.popup-wrapper .jet-custom-nav__mega-sub > div {
	max-height: 100vh !important;
	overflow-y: auto !important;
    padding-bottom: 200px !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.desktop-wrapper::-webkit-scrollbar {
    display: none;
}
.jet-mobile-menu__controls {
	z-index: 9;
	padding: 0px 0px 140px 0px !important;
}
.popup-wrapper .dialog-message.dialog-lightbox-message {
	width: 400px;
	overflow: visible;
}
.popup-wrapper .jet-custom-nav__mega-sub, .popup-wrapper .jet-custom-nav__sub {
	top: -200px;
}

.mobile-link.mobile-sub-level-link span {
	font-size: 18px !important;
	line-height: 25px;
	font-weight: 400 !important;
}

.breadcrumb-label {
	position: absolute;
	top: 120px;
	font-size: 28px;
	font-family: "Avenir", Sans serif;
	line-height: 38px;
	font-weight: 700;
    -webkit-animation: .5s ease 0s normal forwards 1 fadein;
    animation: .5s ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}    
.desktop-wrapper .menu-cta .elementor-icon-box-wrapper,
.mobile-wrapper .menu-cta .elementor-icon-box-wrapper {
	text-align: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup-wrapper .menu-cta .elementor-icon-box-wrapper h3,
.mobile-wrapper .menu-cta .elementor-icon-box-wrapper h3,
.desktop-wrapper .menu-cta .elementor-icon-box-wrapper h3 {
	font-weight: 600 !important;
}
.desktop-wrapper .menu-cta .elementor-icon-box-icon,
.mobile-wrapper .menu-cta .elementor-icon-box-icon {
	margin-right: var(--icon-box-icon-margin,15px);
	margin-left: 0;
	margin-bottom: unset;
}
.desktop-wrapper .menu-cta .elementor-icon-box-icon svg,
.mobile-wrapper .menu-cta .elementor-icon-box-icon svg {
	margin-top: -15px;
}
.popup-wrapper .jet-dropdown-arrow {
	display: none !important;
}
.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
	position: absolute;
	left: -10px;
	z-index: 997;
	top: -40px !important;
}
@media all and (max-width:767px) {
    .mobile-menu {
        position: absolute !important;
        margin: 0 !important;
        width: 35px !important;
    }
    .mobile-menu .jet-mobile-menu__back {
        position: absolute;
        left: 0;
        padding: 24px;
        margin-top: 30px;
    }
    .mobile-menu .jet-mobile-menu__back i {
        font-size: 30px;
    }
    .jet-mobile-menu__before-template {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 150px;
        z-index: 99;
    }
    .jet-menu-body-blocker {
        overflow: hidden;
        max-height: 80vh;
        -ms-scroll-chaining: none;
            overscroll-behavior: none;
    }
    .jet-mobile-menu__container-inner,
    .jet-mobile-menu-cover,
    .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container {
        height: 100vh !important;
        height: 100dvh;
        min-height: -webkit-fill-available;
        transform: translate3d(0,0,0);
    }
}


/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
}
aside ul {
}
aside ul li {
}

/* WIDGETS */


/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

/* Breadcrumbs */

#breadcrumbs span span {
    margin: 0 10px; 
}
#breadcrumbs .breadcrumb_last {
    color: rgba(0,0,0,0.85);
    font-family: "Avenir", Sans serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
}
#breadcrumbs .breadcrumb_last::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    border: 2px solid #0098FF;
}


/*=========================
	HOME
=========================*/

/* Lottie */
#lottie-animation {
	width: 100%;
}
#lottie-animation .jet-lottie {
	width: 1920px;
	margin: auto;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


#home-slider .jet-slider__item {
	background-color: transparent;
}
#home-slider .jet-slider__content {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
    padding-bottom: 50px;
}
#home-slider .jet-slider__content-item {
    min-width: 0;
    max-width: 50%;
    width: 100%;
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px 3px rgba(219,219,219,0.5);
}
#home-slider .jet-slider__content-item,
#home-slider .jet-slider__content-item * {
    cursor: pointer;
}
#home-slider .jet-slider .sp-buttons .sp-button {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 6px;
}
#home-slider .jet-slider__title {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 106px;
	margin: 0;
	height: 25px;
	text-indent: -999px;
}
#home-slider #ai-engineer .jet-slider__title {
	background-image: url(https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/AI-Engineer.svg);
}
#home-slider #toxicologist .jet-slider__title {
	background-image: url(https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/Toxicologist.svg);
	background-size: 120px;
}
#home-slider #sustainability-specialist .jet-slider__title {
	background-image: url(https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/Sustainability-Specialist.svg);
	height: 50px;
	background-size: 120px;
}


/* THIS MASK WORKS PERFECTLY 
#journey {
    mask: url("assets/images/FA-Home-Paper-BG-Mask-Shape.svg") no-repeat center;
    -webkit-mask: url("assets/images/FA-Home-Paper-BG-Mask-Shape.svg") no-repeat center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}
*/
#journey::before {
	mask: url("assets/images/FA-Home-Paper-Mask-Shape.svg") no-repeat center;
	-webkit-mask: url("assets/images/FA-Home-Paper-Mask-Shape.svg") no-repeat center;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	display: block;
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	top: 0;
	background-image: url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/FA-Home-Paper-BG-Image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#journey .cta span {
    color: #0098FF;
    font-family: "Avenir", Sans serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    display: block;
    margin-top: 20px;
}
#journey .cta img {
	max-width: 350px;
	max-height: 350px;
	object-fit: contain;
}


#learn-wrapper .learn-flex-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
}
#learn-wrapper .learn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    padding: 35px;
}
#learn-wrapper .learn-box.active {
    -webkit-box-flex: 1.6;
        -ms-flex-positive: 1.6;
            flex-grow: 1.6;
    padding: 0 220px 60px 35px;
}
#learn-wrapper .learn-box > .e-con-inner {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
    padding: 0;
    gap: 0;
}
#learn-wrapper .learn-box.active > .e-con-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#learn-wrapper .learn-box > .e-con-inner h3 {
    margin-bottom: 0;
}
#learn-wrapper .learn-box.active > .e-con-inner h3 {
    margin-bottom: 20px;
}
#learn-wrapper .learn-box .e-con-inner .excerpt {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.1s ease-out 0, opacity 0.1s ease-out 0;
    -o-transition: max-height 0.1s ease-out 0, opacity 0.1s ease-out 0;
    transition: max-height 0.1s ease-out 0, opacity 0.1s ease-out 0;
}
#learn-wrapper .learn-box.active .e-con-inner .excerpt {
    max-height: 200px;
    opacity: 1;
    overflow: visible;
    -webkit-transition: max-height 0.5s ease-in, opacity 0.5s ease-in .4s;
    -o-transition: max-height 0.5s ease-in, opacity 0.5s ease-in .4s;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in .4s;
}
#learn-wrapper .learn-box:nth-child(2).active .e-con-inner .excerpt {
    max-height: 50px;
}
#learn-wrapper .learn-box .e-con-inner .custom-arrow-button {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out 0;
    -o-transition: max-height 0.3s ease-out, opacity 0.3s ease-out 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out 0;
}
#learn-wrapper .learn-box.active .e-con-inner .custom-arrow-button {
    max-height: 200px;
    opacity: 1;
    overflow: visible;
    -webkit-transition: max-height 0.3s ease-in, opacity 0.3s ease-in 0.3s;
    -o-transition: max-height 0.3s ease-in, opacity 0.3s ease-in 0.3s;
    transition: max-height 0.3s ease-in, opacity 0.3s ease-in 0.3s;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.learn-box .custom-arrow-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.learn-box .custom-arrow-button a,
.learn-box .custom-arrow-button a:active,
.learn-box.single .custom-arrow-button h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 60px !important;
    margin: 0;
	width: 100%;
    text-align: left;
    color: #0098ff;
	background-color: rgba(0,152,255,0) !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home .learn-box .custom-arrow-button a,
.home .learn-box .custom-arrow-button a:active {
	padding: 20px 35px !important;
}
.learn-box.single .custom-arrow-button h2 {
    padding: 10px 60px !important;
}
.custom-arrow-button a span.elementor-button-text::after,
.single .custom-arrow-button h2::after {
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: sub;
    margin: 0 15px;
	background-color: rgba(0,152,255,1) !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    mask: url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/Asset-12-4.svg") no-repeat center;
    -webkit-mask: url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/Asset-12-4.svg") no-repeat center;
}
.learn-box .custom-arrow-button.lesson h2::after {
    mask: url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/AG-Eye-Icon.svg") no-repeat center;
    -webkit-mask: url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/AG-Eye-Icon.svg") no-repeat center;
}
.learn-box.active .custom-arrow-button a,
.learn-box:hover .custom-arrow-button a,
.learn-box.single:hover .custom-arrow-button a,
.learn-box.single:hover .custom-arrow-button h2 {
	background-color: rgba(0,152,255,1) !important;
    color: #FFF;
}
.learn-box.active .custom-arrow-button a span.elementor-button-text::after,
.learn-box.single:hover .custom-arrow-button.lesson h2::after,
.learn-box.single:hover .custom-arrow-button h2::after  {
	background-color: rgba(255,255,255,1) !important;
}
.learn-box.single.right .custom-arrow-button h2 { padding: 10px 60px 10px 425px !important; }

.learn-box.single {
    overflow: hidden;
}
.journey-cta .elementor-cta__button {
    position: relative;
}
.journey-cta .elementor-cta__button::after {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	content: '';
	border-bottom: solid 2px rgba(0,152,255,0);
	display: inline-block;
        -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.journey-cta:hover .elementor-cta__button::after {
	border-bottom: solid 2px rgba(0,152,255,1);
}

.connect svg {
	filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.4));
}

#career-match {
    mask: url("assets/images/FA-Sky-BG-Shape.svg") no-repeat center;
    -webkit-mask: url("assets/images/FA-Sky-BG-Shape.svg") no-repeat center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}


.employer-spotlight::before {
	mask: url("assets/images/FA-Job-Section-Mask.svg") no-repeat center;
	-webkit-mask: url("assets/images/FA-Job-Section-Mask.svg") no-repeat center;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	display: block !important;
	height: 100% !important;
	width: 100% !important;
	content: '' !important;
	position: absolute;
	top: 0;
	background-image: url("assets/images/FA-Job-Section-Texture-opt.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .3 !important;
}
.employer-spotlight .quick-fact .jet-listing-dynamic-repeater__item:not(:first-child) {
	display: none;
    position: relative;
}
.employer-spotlight .quick-fact .jet-listing-dynamic-repeater__item::before {
    content: '';
    background-image:url("assets/images/lightbulb.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
}


@media all and (max-width:1279px) {
    #lottie-animation { display: none; }
}
@media all and (max-width:767px) {
    .home, .elementor-page-92 { overflow-x:hidden; }
    #home-slider .jet-slider__content {
        padding-bottom: 20px;
    }
    #home-slider .sp-image-container {
    }    
    #home-slider .jet-slider__content-item {
        width: 97%;
        margin: 0 auto;
    }    
    #career-match {
        mask: url("assets/images/FA-Home-Take-the-Quiz-BG-Mask-Shape-Mobile.svg") no-repeat center;
        -webkit-mask: url("assets/images/FA-Home-Take-the-Quiz-BG-Mask-Shape-Mobile.svg") no-repeat center;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
    #learn-wrapper-mobile .slick-list {
        padding: 20px !important;
    }
    #learn-wrapper-mobile .slick-slide {
        margin: 0 10px;
    }
    #learn-wrapper-mobile .slick-slide > div {
        min-height: 475px;
    }
    #learn-wrapper-mobile::before,
    #learn-wrapper-mobile::after {
        position: absolute;
        width: 50px;
        height: 100%;
        top: 0;
        left: -8vw;
        content: '';
        z-index: 9;
        background-color: #FFF;
    }
    #learn-wrapper-mobile::after {
        right: -8vw;
        left: auto;
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    #learn-wrapper-mobile .custom-arrow-button {
        bottom: 0;
        padding: 20px 0;
        margin-top: auto;
    }
    .learn-box.single {
        padding-bottom: 60px;
    }
    .learn-box.single .custom-arrow-button h2,
    .learn-box.single.right .custom-arrow-button h2 { padding: 10px 20px !important; text-align: center; }
    #journey::before {
        mask: url("assets/images/FA-Explore-BG-Mask-Shape-Mobile.svg") no-repeat center;
        -webkit-mask: url("assets/images/FA-Explore-BG-Mask-Shape-Mobile.svg") no-repeat center;
        mask-position: center 60px;
        mask-size: 110%;
    }
}

/*=========================
	ABOUT PAGE
=========================*/
#about-wrap {
    mask: url("assets/images/FA-About-Hero-Section-Mask-Shape.svg") no-repeat center;
    -webkit-mask: url("assets/images/FA-About-Hero-Section-Mask-Shape.svg") no-repeat center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}


.about-why-field-atlas::after {
    content:"";
    position: absolute;
    top: 5em;
    right: -9.7em;
    background:url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/FA-About-Why-Field-Atlas-BG-Blob.svg") no-repeat center right;
    background-size: 100%;
    width:825px;
    height: 426px;
    z-index: -1;
}

@media all and (min-width:1860px){
    .about-why-field-atlas::after {
        top: 4em !important;
        right: 4.3em !important;
    }
}


/*=========================
	RESOURCES
=========================*/

.resources-hero-section::after {
    content:"";
    position: absolute;
    background:url("assets/images/ER-hero-bg.svg") no-repeat 0 0;
    background-size: 100%;
    width: 712px;
    height: 777px;
    top: -4.5em;
    right: -1em;
    z-index: -1;
}

@media all and (min-width:1860px){
    .resources-hero-section::after {
        width: 890px !important;
        height: 720px !important;
        top: -12.5em !important;
        right: 0em !important;
    }
}


.resource-carousel section.blue,
.resource-wrapper section.blue {
    border-color: #d3e9f2 !important;
}
.resource-carousel section.blue .image-wrapper,
.resource-wrapper section.blue .image-wrapper {
    background-color: #d3e9f2 !important;
}
.resource-carousel section.orange,
.resource-wrapper section.orange {
    border-color: #ffdba0 !important;
}
.resource-carousel section.orange .image-wrapper,
.resource-wrapper section.orange .image-wrapper {
    background-color: #ffdba0 !important;
}
.resource-carousel section.salmon,
.resource-wrapper section.salmon {
    border-color: #f2b1a7 !important;
}
.resource-carousel section.salmon .image-wrapper,
.resource-wrapper section.salmon .image-wrapper {
    background-color: #f2b1a7 !important;
}

.resource-carousel {
	width: calc(((100% - 375px) / 2) + 750px);
	margin-left: auto;
}
.resource-carousel h2 {
	font-size: 19px !important;
	line-height: 24px !important;
}
.resource-arrows .jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
	top: -35px;
	left: 960px;
}
.resource-arrows .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
	top: -35px;
	left: 1000px;
}
.resource-arrows .slick-arrow {
	background-color: #d3e9f2;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	color: rgba(0,0,0,.5);
}
.resource-arrows .jet-listing-grid__slider-icon.slick-arrow svg {
	height: 14px;
	width: auto;
}
@media all and (max-width: 767px) {
    .career-resource-post-header h1 {
        font-size: 36px !important;
        line-height: 48px !important;
    }
    .resource-arrows .jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
        top: -35px;
        left: auto;
        right: 20px
    }
    .resource-arrows .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
        top: -70px;
        left: auto;
        right: 20px
    }
    #post-content .elementor-section.elementor-top-section.elementor-element.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle {
        padding-top: 4em;
    }
}




/*=========================
	AMBASSADORS
=========================*/

.ambassador > div > div {
	margin-bottom: 0 !important;
}
.ambassador h2 {
	line-height: 14px;
	color: #363538 !important;
}
.ambassador .about-wrapper {
    position: relative;
    width: 100%;
}
.ambassador .about {
	cursor: pointer;
    margin-bottom: 0 !important;
}
body:not(.elementor-editor-active) .ambassador .about-text {
	display: none;
	position: absolute;
	max-width: 65%;
	padding: 10px;
	background-color: #e0e0e0;
	z-index: 19;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
    bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
}
.tooltip__arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 100%;
	left: 50%;
	transform: translateX(-50%);
    overflow: hidden;
}
.ambassador .tooltip__arrow::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e0e0e0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: 0;
    left: 10%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
body:not(.elementor-editor-active) .ambassador .about-text.active {
	display: block;
}
/* Ambassadors CTA */

.ambassador .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
.ambassador-dropdown .elementor-toggle .elementor-tab-title {
	display: inline-block;
	padding: 20px;
}
.ambassador-dropdown .elementor-toggle-icon-opened,
.ambassador-dropdown .elementor-toggle-icon-closed {
	font-size: 20px;
	line-height: 32px;
}
.ambassador .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
.ambassador .elementor-button-wrapper,
.ambassador .elementor-heading-title {
	text-align: center;
}

.ambassador-video::after,
.ambassador-image::after { 
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-image: url("assets/images/image-overlay.svg");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 150%;
    z-index: 9;
}
.ambassador-video {
	height: 300px;
	overflow: hidden;
	padding-bottom: 100px;
}
.ambassador-video > div {
    margin-top: -100px;
}
.ambassador-posts {
    
}
.ambassador-grid {
    
}
.ambassador-grid .jet-listing-grid__slider-icon.slick-arrow {
	border: solid 1px #0098FF;
	border-radius: 100%;
}





/*=========================
	BLOG
=========================*/


.blog-filters .jet-checkboxes-list__button:hover,
.blog-filters .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button {
    box-shadow: 0px 0px 4px 0px #0098FF;
}






/*=========================
	STORIES
=========================*/

.story-grid .jet-engine-listing-overlay-wrap,
.story-grid .jet-engine-listing-overlay-wrap > div,
.story-grid .jet-engine-listing-overlay-wrap > div > section,
.story-grid .jet-engine-listing-overlay-wrap > div > section .elementor-container,
.story-grid .jet-engine-listing-overlay-wrap > div > section .elementor-column,
.story-grid .jet-engine-listing-overlay-wrap > div > section .elementor-widget-wrap {
    height: 100%;
}
.story-grid .jet-engine-listing-overlay-wrap > div > section .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.story-wrapper .content-wrapper,
.story-wrapper .content-wrapper .story-title,
.story-wrapper .content-wrapper .story-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}
.story-wrapper {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.story-wrapper:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
            box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
}
.story-wrapper .story-content .elementor-widget-wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}




/*=========================
	CAREERS
=========================*/

@media all and (min-width: 767px) {
    .top-section {
        background-color: transparent !important;
    }
    .blob::before {
        position: absolute;
        content: '';
        width: 1200px;
        height: 400px;
        background-image: url("assets/images/blob.svg");
        background-repeat: no-repeat;
        top: -100px;
        right: 25%;
        background-size: 1300px;
        background-position: bottom right;
    }
    .blob.green::before {
        background-image: url("assets/images/blob-green.svg");
        height: 435px;
        right: 20%;
   }
}

.share-this .elementor-share-btn__title::after {
	width: 14px;
	height: 20px;
	content: '';
	display: inline-block;
	margin-left: 6px;
	background-image: url("assets/images/FA-Careers-Share-Icon_v1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: sub;
}
.share-this .elementor-share-btn__text {
    padding: 0 !important;
}
.share-this .elementor-share-btn.elementor-share-btn_email {
	border-radius: 50px;
	padding: 8px 18px;
}


.focus-toggle .elementor-tab-content {
    background-color: white
}
#play::after,
#play-mobile::after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
    content: '\f04b';
    margin-left: 10px;
    display: inline-block;
} 
#play.pause::after,
#play-mobile.pause::after {
    content: "\f04c";    
} 
#additional-degree .elementor-tab-title,
#career-toggle .elementor-tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    flex-direction: row-reverse;
    font-size: 24px;
}
#additional-degree .elementor-toggle .jet-listing-dynamic-repeater__item:nth-child(1n) .elementor-tab-title,
#career-toggle .focus-toggle .elementor-toggle-item:nth-child(1n) .elementor-tab-title {
    background-color: #E8F9D2;
}
#additional-degree .elementor-toggle .jet-listing-dynamic-repeater__item:nth-child(2n) .elementor-tab-title,
#career-toggle .focus-toggle .elementor-toggle-item:nth-child(2n) .elementor-tab-title {
    background-color: #FFEDD0;
}
#additional-degree .elementor-toggle .jet-listing-dynamic-repeater__item:nth-child(3n) .elementor-tab-title,
#career-toggle .focus-toggle .elementor-toggle-item:nth-child(3n) .elementor-tab-title {
    background-color: #E8F3F8;
}
#additional-degree .elementor-toggle .jet-listing-dynamic-repeater__item:nth-child(4n) .elementor-tab-title,
#career-toggle .focus-toggle .elementor-toggle-item:nth-child(4n) .elementor-tab-title {
    background-color: #F8E4E1;
}

.skills-wrapper .jet-check-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.skills-wrapper .jet-check-list__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
	padding: 0 0 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    margin-bottom: 30px;
    position: relative;
}
@media all and (max-width: 767px) {
    .skills-wrapper .jet-check-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
.skills-wrapper .jet-check-list__item::before {
	position: absolute;
	content: '';
	left: 0;
	height: 100%;
	width: 45px;
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("assets/images/FA-Careers-Checkmark-Icon_v1.svg");
}
.day-in-the-life .jet-listing-dynamic-repeater__items {
	-webkit-box-pack:justify !important;
	    -ms-flex-pack:justify !important;
	        justify-content:space-between !important;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.custom-bullets .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap;
}
.custom-bullets .jet-listing-dynamic-repeater__item {
	padding: 0 0 0 45px;
    position: relative;
}
.custom-bullets .jet-listing-dynamic-repeater__item::before {
	position: absolute;
	content: '';
	left: 0;
	height: 100%;
	width: 45px;
	background-size: 20px;
	background-position: left 6px;
	background-repeat: no-repeat;
	background-image: url("assets/images/FA-Careers-Bullet-Icon_v1.svg");
}
.day-in-the-life .jet-listing-dynamic-repeater__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
    margin-bottom: 35px;
}
.quick-facts .jet-listing-dynamic-repeater__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
    margin-bottom: 25px;
}


#still-interested {
	background-size: 100% 850px !important;
}
#still-interested .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap,
#still-interested .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
	width: 100% !important;
}

/* Employer Carousel */
#employers-wrapper .employers {
}
#employers-wrapper .employers img {
    object-fit: contain;
}

/* Carousels */
.post-carousel .jet-listing-dynamic-field,
.post-carousel .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap,
.post-carousel .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap .jet-listing-dynamic-field__content {
	width: 100% !important;
}
.jet-listing .slick-track, .jet-listing-dynamic-field__content .slick-track {
    margin: auto;
}

#careers-wrapper .careers,
#degrees-wrapper .degrees {
    margin-right: 20px;
    position: relative;
    width: 100%;
    min-width: 320px;
}
@media all and (max-width: 767px) {
    #careers-wrapper .careers,
    #degrees-wrapper .degrees {
        margin-right: 0;
        min-width: auto;
    }
    .day-in-the-life .jet-listing-dynamic-repeater__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    #still-interested {
        background-size: 100% 900px !important;
    }
}
.careers .image,
.degrees .image {
	height: 195px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#degrees-grid .degree .title,
#careers-grid .career .title {
    position: absolute;
    left: 10px;
    top: 15px;
    max-width: 235px;
}
#careers-wrapper .careers .title,
#degrees-wrapper .degrees .title {
    position: absolute;
    left: 25px;
    top: 20px;
    width: 90%;
}
#degrees-grid .degree h5,
#careers-grid .career h5,
#careers-wrapper .careers h5,
#degrees-wrapper .degrees h5 {
    color: rgba(0,0,0,0.85);
    font-family: "Avenir", Sans serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 5px;
    display: inline;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}
#degrees-grid .jet-listing-grid__item:nth-child(1n) h5,
#careers-grid .jet-listing-grid__item:nth-child(1n) h5,
#careers-wrapper .careers:nth-child(1n) h5,
#degrees-wrapper .degrees:nth-child(1n) h5 {
    background-color: #FFDBA0;
	-webkit-box-shadow: 0px 4px 0 #FFDBA0, 0px -4px 0 #FFDBA0;
	        box-shadow: 0px 4px 0 #FFDBA0, 0px -4px 0 #FFDBA0;
}
#degrees-grid .jet-listing-grid__item:nth-child(2n) h5,
#careers-grid .jet-listing-grid__item:nth-child(2n) h5,
#careers-wrapper .careers:nth-child(2n) h5,
#degrees-wrapper .degrees:nth-child(2n) h5 {
    background-color: #D1F4A6;
	-webkit-box-shadow: 0px 4px 0 #D1F4A6, 0px -4px 0 #D1F4A6;
	        box-shadow: 0px 4px 0 #D1F4A6, 0px -4px 0 #D1F4A6;
}
#degrees-grid .jet-listing-grid__item:nth-child(3n) h5,
#careers-grid .jet-listing-grid__item:nth-child(3n) h5,
#careers-wrapper .careers:nth-child(3n) h5,
#degrees-wrapper .degrees:nth-child(3n) h5 {
    background-color: #D3E9F2;
	-webkit-box-shadow: 0px 4px 0 #D3E9F2, 0px -4px 0 #D3E9F2;
	        box-shadow: 0px 4px 0 #D3E9F2, 0px -4px 0 #D3E9F2;
}
#degrees-grid .jet-listing-grid__item:nth-child(4n) h5,
#careers-grid .jet-listing-grid__item:nth-child(4n) h5,
#careers-wrapper .careers:nth-child(4n) h5,
#degrees-wrapper .degrees:nth-child(4n) h5 {
    background-color: #F2B1A7;
	-webkit-box-shadow: 0px 4px 0 #F2B1A7, 0px -4px 0 #F2B1A7;
	        box-shadow: 0px 4px 0 #F2B1A7, 0px -4px 0 #F2B1A7;
}
[class*="js-arrow-wrapper"]  .elementor-spacer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
[class*="js-arrow-wrapper-"] .slick-custom-arrow.slick-arrow {
	border: none;
	width: 44px;
	height: 44px;
	margin: 0 12px;
	background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
[class*="js-arrow-wrapper-"] .slick-custom-arrow.slick-arrow.slick-prev {
    background-image: url("assets/images/FA-Careers-Carousel-Arrow-Backward_v1.svg");
}
[class*="js-arrow-wrapper-"] .slick-custom-arrow.slick-arrow.slick-next {
    background-image: url("assets/images/FA-Careers-Carousel-Arrow-Forward_v1.svg");
}
[class*="js-arrow-wrapper-"] .slick-custom-arrow.slick-arrow.slick-prev:hover {
    background-image: url("assets/images/FA-Mobile-Carousel-Arrow-Backward-Hover.svg");
}
[class*="js-arrow-wrapper-"] .slick-custom-arrow.slick-arrow.slick-next:hover {
    background-image: url("assets/images/FA-Mobile-Carousel-Arrow-Forward-Hover.svg");
}


/* Filter range 
.careers-filter {
	height: 200px;
    margin-left: 20px;
}
.careers-filter .jet-range__slider {
	transform-origin: top left;
	rotate: 90deg;
	margin: 0;
}
*/
.rc-slider-handle:active {
	border-color: #57c5f7;
	box-shadow: 0 0 5px #57c5f7;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}


/*=========================
	DEGREES
=========================*/


.course-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.course-wrapper .course {
    flex: 0 0 25%;
    padding-left: 50px;
    color: rgba(0,0,0,0.85);
    font-family: "Avenir", Sans serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    position: relative;
    height: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}
@media all and (max-width: 767px) {
    .course-wrapper .course {
        flex: 0 0 48%;
    }
    .svg-title img {
        margin: auto;
    }
}

.course-wrapper .course::before {
	position: absolute;
    content: '';
	left: 0;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.course-wrapper .course.biochemistry::before,
.course-wrapper .course.chemistry::before,
.course-wrapper .course.analytical-chemistry::before,
.course-wrapper .course.inorganic-chemistry::before,
.course-wrapper .course.organic-chemistry::before {
    background-image: url("assets/images/AG-Chemistry-Icon.svg");
}
.course-wrapper .course.biology::before,
.course-wrapper .course.biomechanics::before,
.course-wrapper .course.bioengineering::before,
.course-wrapper .course.bioinformatics::before,
.course-wrapper .course.comparative-anatomy::before,
.course-wrapper .course.cellular-biology::before,
.course-wrapper .course.evolution-and-diversity::before,
.course-wrapper .course.eukaryotic-cell-biology::before,
.course-wrapper .course.cell-structure-and-function::before,
.course-wrapper .course.genetics::before,
.course-wrapper .course.microbiology::before {
    background-image: url("assets/images/AG-Biology-Icon.svg");
}
.course-wrapper .course.algorithms::before,
.course-wrapper .course.biostatistics::before,
.course-wrapper .course.calculus::before,
.course-wrapper .course.statistical-theory-analysis::before,
.course-wrapper .course.statistics::before,
.course-wrapper .course.statistics-for-decision-making::before,
.course-wrapper .course.multivariate-calculus::before,
.course-wrapper .course.statistics::before {
    background-image: url("assets/images/AG-Math-Icon.svg");
}
.course-wrapper .course.biophysics::before,
.course-wrapper .course.thermodynamics::before,
.course-wrapper .course.physics::before,
.course-wrapper .course.botany::before {
    background-image: url("assets/images/AG-Physics-Icon.svg");
}
.course-wrapper .course.physiology::before {
    background-image: url("assets/images/AG-Physiology-Icon.svg");
}
.course-wrapper .course.brand-management::before,
.course-wrapper .course.business-decision-making::before,
.course-wrapper .course.business-law::before,
.course-wrapper .course.consumer-behavior::before,
.course-wrapper .course.marketing-research::before,
.course-wrapper .course.public-management::before,
.course-wrapper .course.public-management::before,
.course-wrapper .course.public-management::before,
.course-wrapper .course.writing-and-communication::before {
    background-image: url("assets/images/AG-Teaching-Icon.svg");
}
.course-wrapper .course.animal-anatomy-and-physiology::before,
.course-wrapper .course.animal-agriculture::before,
.course-wrapper .course.animal-health-management::before,
.course-wrapper .course.animal-nutrition::before,
.course-wrapper .course.animal-welfare::before,
.course-wrapper .course.zoology::before {
    background-image: url("assets/images/AG-Animals-Icon.svg");
}
.course-wrapper .course.insect-ecology::before,
.course-wrapper .course.general-entomology::before {
    background-image: url("assets/images/AG-Wildlife-Icon.svg");
}
.course-wrapper .course.graphic-design::before,
.course-wrapper .course.motion-graphics::before,
.course-wrapper .course.typography::before,
.course-wrapper .course.modern-art::before {
    background-image: url("assets/images/AG-Animals-Icon.svg");
}
.course-wrapper .course.computer-science::before,
.course-wrapper .course.new-media-distribution::before,
.course-wrapper .course.web-design::before,
.course-wrapper .course.digital-systems::before,
.course-wrapper .course.unmanned-systems-operations::before,
.course-wrapper .course.engineering-technology::before {
    background-image: url("assets/images/AG-Computer-Icon.svg");
}
.course-wrapper .course.advanced-manufacturing-cad::before {
    background-image: url("assets/images/AG-Mechanics-Icon.svg");
}
.course-wrapper .course.industrial-electronics-control::before {
    background-image: url("assets/images/AG-Electrical-Icon.svg");
}
.course-wrapper .course.fluid-mechanics::before {
    background-image: url("assets/images/AG-Tractor-Icon.svg");
}
.course-wrapper .course.environmental-law-and-policy::before,
.course-wrapper .course.environmental-ecology::before,
.course-wrapper .course.environmental-engineering::before,
.course-wrapper .course.environmental-microbiology::before,
.course-wrapper .course.environmental-economics::before,
.course-wrapper .course.principles-of-sustainability::before,
.course-wrapper .course.ecology::before {
    background-image: url("assets/images/AG-Earth-Icon.svg");
}
.course-wrapper .course.data-analysis::before,
.course-wrapper .course.predictive-analytics::before,
.course-wrapper .course.data-modeling::before {
    background-image: url("assets/images/AG-Statistics-Icon.svg");
}
.course-wrapper .course.agricultural-engineering-design::before,
.course-wrapper .course.fundamentals-of-engineering::before {
    background-image: url("assets/images/AG-Engineering-Icon.svg");
}
.course-wrapper .course.computer-science::before,
.course-wrapper .course.software-engineering::before,
.course-wrapper .course.cybersecurity::before,
.course-wrapper .course.web-applications::before {
    background-image: url("assets/images/AG-Computer-Icon.svg");
}



/* ALI WROTE THESE */

.course-wrapper .course.mechanical-systems::before,
.course-wrapper .course.fluid-systems::before,
.course-wrapper .course.mechanics-application::before {
    background-image: url("assets/images/AG-Tractor-Icon.svg");
}
.course-wrapper .course.forensic-accounting::before,
.course-wrapper .course.classroom-assessment::before,
.course-wrapper .course.educational-policies-and-laws::before,
.course-wrapper .course.inclusive-classroom::before,
.course-wrapper .course.learning-and-motivation::before,
.course-wrapper .course.supervised-teaching::before,
.course-wrapper .course.digital-business-technologies::before,
.course-wrapper .course.industrial-supervision::before {
    background-image: url("assets/images/AG-Teaching-Icon.svg");
}
.course-wrapper .course.data-science::before,
.course-wrapper .course.data-mining::before,
.course-wrapper .course.data-structures::before,
.course-wrapper .course.database-systems::before,
.course-wrapper .course.informatics-fundamentals::before,
.course-wrapper .course.database-programming::before {
    background-image: url("assets/images/AG-Statistics-Icon.svg");
}
.course-wrapper .course.health-science::before,
.course-wrapper .course.public-health::before,
.course-wrapper .course.health-behavior::before {
    background-image: url("assets/images/AG-Physiology-Icon.svg");
}
.course-wrapper .course.modern-physics::before,
.course-wrapper .course.quantum-mechanics::before {
    background-image: url("assets/images/AG-Physics-Icon.svg");
}
.course-wrapper .course.structural-mechanics::before,
.course-wrapper .course.robotics::before {
    background-image: url("assets/images/AG-Mechanics-Icon.svg");
}
.course-wrapper .course.quantitative-analysis::before,
.course-wrapper .course.geomatic::before,
.course-wrapper .course.algebra::before,
.course-wrapper .course.geometry::before,
.course-wrapper .course.probability::before,
.course-wrapper .course.differential-equations::before,
.course-wrapper .course.numerical-methods::before {
    background-image: url("assets/images/AG-Math-Icon.svg");
}
.course-wrapper .course.geomorphology::before,
.course-wrapper .course.geoprocessing::before,
.course-wrapper .course.gis-applications::before {
    background-image: url("assets/images/AG-Engineering-Technology-Icon.svg");
}
.course-wrapper .course.engineering-surveying::before {
    background-image: url("assets/images/AG-Engineering-Icon.svg");
}
.course-wrapper .course.dc-and-pulse-electronics::before,
.course-wrapper .course.electronic-circuit-analysis::before,
.course-wrapper .course.electronic-fundamentals::before,
.course-wrapper .course.electricity::before {
    background-image: url("assets/images/AG-Electrical-Icon.svg");
}
.course-wrapper .course.earth-processes::before,
.course-wrapper .course.geography::before,
.course-wrapper .course.global-sustainability-issues::before,
.course-wrapper .course.natural-resources::before,
.course-wrapper .course.soil-and-water-conservation::before,
.course-wrapper .course.earth-and-space-science::before,
.course-wrapper .course.hydrology::before,
.course-wrapper .course.soil-science::before {
    background-image: url("assets/images/AG-Earth-Icon.svg");
}
.course-wrapper .course.programming::before,
.course-wrapper .course.advanced-security-coding::before,
.course-wrapper .course.computer-and-network-security::before,
.course-wrapper .course.machine-learning::before,
.course-wrapper .course.software-development::before,
.course-wrapper .course.digital-applications::before,
.course-wrapper .course.wireless-communications::before,
.course-wrapper .course.digital-media::before,
.course-wrapper .course.information-systems-security::before,
.course-wrapper .course.system-analysis-and-design::before,
.course-wrapper .course.principles-of-machine-learning::before {
    background-image: url("assets/images/AG-Computer-Icon.svg");
}
.course-wrapper .course.climatology::before,
.course-wrapper .course.meteorology::before {
    background-image: url("assets/images/AG-Climatology-Icon.svg");
}
.course-wrapper .course.quantum-chemistry::before,
.course-wrapper .course.geochemistry::before {
    background-image: url("assets/images/AG-Chemistry-Icon.svg");
}
.course-wrapper .course.artificial-intelligence::before,
.course-wrapper .course.cognitive-science::before,
.course-wrapper .course.neurobiology::before {
    background-image: url("assets/images/AG-Brain-Icon.svg");
}
.course-wrapper .course.plant-biology::before,
.course-wrapper .course.plant-anatomy::before,
.course-wrapper .course.plant-ecology::before {
    background-image: url("assets/images/AG-Botany-Icon.svg");
}
.course-wrapper .course.analytical-methods-in-biotechnology::before,
.course-wrapper .course.biotechnology-and-society::before,
.course-wrapper .course.biotechnology::before {
    background-image: url("assets/images/AG-Biology-Icon.svg");
}
.course-wrapper .course.multimedia-project-development::before {
    background-image: url("assets/images/AG-Art-Icon.svg");
}
.course-wrapper .course.nutrition::before {
    background-image: url("assets/images/AG-Animals-Icon.svg");
}
.course-wrapper .course.food-analysis::before,
.course-wrapper .food-and-regulation::before,
.course-wrapper .course.food-processing::before,
.course-wrapper .course.sensory-science::before,
.course-wrapper .course.food-chemistry::before,
.course-wrapper .course.micronutrients::before,
.course-wrapper .course.nutritional-science::before {
    background-image: url("assets/images/AG-Utensils-Icon.svg");
}
.course-wrapper .course.immunobiology::before {
    background-image: url("assets/images/AG-Lab-Icon.svg");
}





#additional-degree .elementor-toggle-item {
	display: block !important;
}
#additional-degree .elementor-tab-title,
#additional-degree .elementor-toggle-title {
	font-family: "Avenir", Sans-serif;
	font-size: 24px;
	font-weight: 500;
    color: var( --e-global-color-text );
    border: none;
}
#additional-degree .elementor-tab-content {
	border-width: 0px;
	padding: 35px 20px 35px 20px;
    background-color: #FFF;
}
#additional-degree .elementor-tab-content section {
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#additional-degree .elementor-tab-content.elementor-active section {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}
#additional-degree .elementor-widget-toggle .elementor-toggle-icon {
	color: var( --e-global-color-accent );
}
.institutions .elementor-container {
	border-top: solid 1px #DADADA;
}
.institutions .jet-listing-grid__item:nth-child(1) .elementor-container,
.institutions .jet-listing-grid__item:nth-child(2) .elementor-container {
	border-top: none;
}
.institutions .jet-listing-grid__item:nth-of-type(odd){
	border-right: solid 1px #DADADA;
}

@media all and (max-width: 767px) {
    #additional-degree .elementor-tab-title,
    #additional-degree .elementor-toggle-title {
      font-family: "Avenir", Sans serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 25px;
    }
    .institutions .jet-listing-grid__item {
        padding: 0;
    }
    .institutions .jet-listing-grid__item:nth-of-type(odd){
        border-right: none;
    }
    .institutions .jet-listing-grid__item:nth-child(2) .elementor-container {
        border-top: solid 1px #DADADA;
    }
}





/*=========================
	EMPLOYERS SINGLE
=========================*/
.top-section.employer {
    background-image: url("assets/images/FA-Employers-Hero-BG.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
}
.collage-column::before {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("assets/images/FA-Employers-Quick-Facts-BG.svg");
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 1000px;
    height: 100%;
}
@media all and (max-width: 767px) {
    .collage-column::before {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
        height: 250px;
        background-size: contain;
    }
    .location .state img {
        max-width: 100%;
        width: 100px;
    }
}
.testimonial {
    color: rgba(0,0,0,0.85);
    font-family: "Avenir", Sans serif;
    font-size: 20px !important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    max-width: 900px;
    margin: auto;
    position: relative;
    padding-top: 30px;
}
.testimonial::before,
.testimonial::after {
    content: '';
	position: absolute;
    width: 85px;
    height: 85px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial::before {
	background-image: url("assets/images/FA-Employers-Quote-Mark.svg");
	top: 0;
	left: 0;
}
.testimonial::after {
    background-image: url("assets/images/FA-Employers-Quote-Mark-2.svg");
    right: 0;
    bottom: -25%;
}
@media all and (max-width: 767px) {
    .testimonial {
        font-size: 16px !important;
        line-height: 25px;
    }
}
#testimonial-wrapper img {
	max-width: 370px;
	margin: 20px auto;
}
#testimonial-wrapper .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
#testimonial-wrapper .author {
	font-size: 20px;
	margin-top: 25px;
	color: #0098ff;
	font-weight: 700;
	text-transform: uppercase;
}
#testimonial-wrapper .major {
	font-style: italic;
}
#video-wrapper iframe {
	width: 835px !important;
	height: 435px !important;
	margin: auto !important;
}
@media all and (max-width: 1750px) {
    .quiz-section {
        background-size: 55vw;
    }
}
@media all and (max-width: 767px) {
    #video-wrapper iframe {
        width: 328px !important;
        height: 171px !important;
    }
    .testimonial::before,
    .testimonial::after {
        width: 50px;
        height: 50px;
    }
    .testimonial::after {
        bottom: 0;
    }
}
.single-employer-logo img {
	max-height: 100px;
	object-fit: contain;
}



/*=========================
	EMPLOYERS GRID
=========================*/

#employers-grid .employer-logo {
    margin: 0;
}
#employers-grid .employer-content {
	position: absolute !important;
	width: 100%;
	height: 100%;
	padding: 10px;
    opacity: 0;
    left: 0;
    top: 0;
    background-color: #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#employers-grid .employer:hover .employer-content {
    opacity: 1;
}
#employers-grid .employer-content p {
    font-size: 17px;
	line-height: 24px;
	color: var( --e-global-color-5394757 );
	font-family: "Avenir", Sans-serif;
    text-align: center;
}
#employers-grid .employer-logo img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}






/*=========================
	QUIZ
=========================*/

.quiz .jet-checkboxes-list-wrapper {
	display: -ms-grid;
	display: grid;
	margin: 15px;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit,minmax(25%,auto));
}
.quiz .jet-checkboxes-list__decorator {
	display: none;
}

.quiz .jet-checkboxes-list__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.quiz .jet-checkboxes-list__button {
	padding: 25px !important;
	opacity: .5;
	height: 138px;
    width: 100%;
	border: 1px solid rgba(54,53,56,.25);
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0,.05);
	        box-shadow: 0 2px 14px 0 rgba(0,0,0,.05);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	cursor: pointer;
	font-family: "avenir next",sans-serif;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 32px;
    font-weight: 700;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.quiz .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button {
	border: 2px solid #ffc14c;
	background-color: #ffe0a6;
	opacity: 1;
}
.quiz-next button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    cursor: pointer;
}

.quiz-next button::after {
    content: url("assets/images/next-arrow.svg");
	display: inline-block;
	scale: .5;
	-webkit-filter: brightness(0) invert(100%) grayscale(100%);
	filter: brightness(0) invert(100%) grayscale(100%);
}

#careers .jet-listing-not-found {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: rgba(0,0,0,.85);
}
@media all and (max-width: 767px) {
    .quiz .jet-checkboxes-list-wrapper {
        grid-template-columns: repeat(auto-fit,minmax(40%,auto));
    }
    .quiz .jet-checkboxes-list__button {
        font-size: 18px;
        line-height: 22px;
    } 
    .quiz .apply-filters__button {
        padding: 8px 60px 8px 70px !important;
    }
}





/*=========================
	CONTACT
=========================*/

.contact-hero-section::after {
	content: "";
	position: absolute;
	background: url("assets/images/FA-Contact-Blob.svg") no-repeat 0 0;
	background-size: cover;
	width: 60vw;
	height: 100%;
	top: 0;
	right: -10%;
	z-index: -1;
	background-position: center 100%;
}
@media all and (max-width:767px){
    .contact-hero-section::after {
        background: none;
    }
}






/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}


/* SOCIAL ICONS */

/* BUTTONS */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */

.footer-menu-links a {
    font-weight: 400;
}
.footer-menu-links a:hover {
    font-weight: 700 !important;
}
.footer .social-nav span:first-child a,
.footer .social-nav span:last-child a {
    font-size: 18px;
    vertical-align: text-bottom;
    padding-bottom: 2px;
}
#footer-form form {
	padding: 0;
	margin: 0;
}
#footer-form label {
	display: none !important;
}
#footer-form select,
#footer-form input {
	border: none !important;
	border-bottom: solid 1px #888888 !important;
	border-radius: 0 !important;
	min-height: 40px !important;
    background-color: transparent !important;
    padding: 10px !important;
    margin-bottom: 30px !important;
}
#footer-form select {
     background: url(https://myfieldatlas.wpengine.com/wp-content/uploads/2023/11/Caret-Down.svg) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#footer-form button._submit {
	font-family: "Avenir", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 27px !important;
	fill: var( --e-global-color-accent ) !important;
	color: var( --e-global-color-accent ) !important;
	background-color: #0098FF00 !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: var( --e-global-color-accent ) !important;
	border-radius: 50px 50px 50px 50px !important;
	padding: 12px 38px 12px 38px !important;
    margin-top: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#footer-form button._submit:hover, #footer-form button._submit:focus {
	color: var( --e-global-color-280dcb5 ) !important;
	background-color: var( --e-global-color-accent ) !important;
	border-color: var( --e-global-color-accent ) !important;
}
#footer-form ._form-branding {
	display: none;
}
#footer-form select {
    color: #787878;
}

@media all and (max-width: 767px) {
    .footer .focus-toggle .elementor-toggle-item:not(:last-child) {
        border-bottom: solid 1px #000;
    }
}



/* COLOPHON */

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060) {
}

@media all and (max-width: 768px) {
    
/* Home */
    
    #home-slider .jet-slider__content-item {
        max-width:100%;
    }    
    #home-slider .sp-image-container img {
        top: -70px !important;
    }
    #journey .cta img {
      max-width: 250px !important;
      max-height: 250px !important;
    }
    
/* About */ 
    
    #about-wrap {
        mask-size: 320% 105%;
      -webkit-mask-size: 320% 105%;
    }
    
    .mobile-about-students .e-con-inner::before {
        content:"";
        position:absolute;
        background:url("assets/images/FA-About-BG-Blob.svg") 0 0 no-repeat;
        left: -21em;
        top: 14em;
        width: 916px;
        height: 700px;
        clip-path: inset(0px 350px 0px 0px);
    }
    
    .mobile-about-employers .e-con-inner::before {
        content:"";
        position:absolute;
        background:url("assets/images/FA-About-BG-Blob.svg") 0 0 no-repeat;
        right: 0;
        top: 13em;
        width: 100%;
        height: 700px;
        clip-path: inset(0px 0px 0px 320px);
    }
    
    
/* Educator Resources */    
    
    .resources-hero-section::after {
       background: url("https://myfieldatlas.wpengine.com/wp-content/uploads/2023/09/FA-About-Stat-Blob-2.svg") no-repeat 0 0;
       width: 278px;
       height: 229px;
       top: 3em;
       left: 3em;
       background-size: 90%; 
    }
    
    .about-why-field-atlas::after {
        background-size: 34% !important;
        top: -1.6em;
        right: 2.5em;
    }
    
    .resource-agrishark{
        overflow:hidden !important;
    }
    
    .resource-agrishark .e-con-inner{
        margin:5px 0 !important;
    }

    .resource-career .e-con-inner::before {
        content: '';
        position: absolute;
        height: 1000px;
        width: 100%;
        background: url("assets/images/FA-Educator-BG-Blob-2.svg");
        background-position: 20% 20%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .resource-agrishark .e-con-inner::before {
        content:"";
        position:absolute;
        background:url("assets/images/FA-Educator-BG-Blob-1.svg") 0 0 no-repeat;
        left: 0.5em;
        top: 4em;
        width: 916px;
        height: 700px;
        background-size: 50%;
    }
    
    .focus-toggle a {
        color: rgba(0,0,0,.8) !important;
    }
    .focus-toggle .elementor-toggle-item:last-child > div {
        border: none !important;
    }
    
    
}

/* Site updates 071724 */
.ambassador-posts::before {
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background-image: url("assets/images/FA-Ambassador-Blog-Callout-BG.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 30%;
}
@media all and (min-width: 767px) {
    .agbioscience::before {
        position: absolute !important;
        left: -10% !important;
        top: 50% !important;
        transform: translateY(-50%);
        content: '' !important;
        background-image: url("assets/images/agbioscience.svg");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100% !important;
        width: 30% !important;
    }
    .ag-alliance::after {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
        content: '' !important;
        background-image: url("assets/images/ag-alliance.svg");
        background-position: 200px center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100% !important;
        width: 30% !important;
    }
    .blog-section::before {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
        content: '' !important;
        background-image: url("assets/images/FA-Ambassador-Blog-Callout-BG.svg");
        background-position: 200px center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 60% !important;
        width: 30% !important;
        overflow: hidden;
    }
    .ambassador-wrapper:not(.alumni) .jet-listing-grid__items .jet-listing-grid__item:nth-child(3n-1) {
        margin-top: 60px;
    }
    .employer-listing .jet-listing-grid__item:not(:first-child):not(:nth-child(3)):not(:nth-child(4)) > div {
        border-top: solid 1px rgba(0, 0, 0, 0.20);
    }
}
.carousel .jet-listing-grid__slider-icon.slick-arrow {
	background-image: url("assets/images/FA-Carousel-Left.svg") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 80% !important;
    border: none !important;
}
.carousel .jet-listing-grid__slider-icon.slick-arrow:hover {
	background-image: url("assets/images/FA-Mobile-Carousel-Arrow-Backward-Hover.svg") !important;
}
.carousel .jet-listing-grid__slider-icon.slick-arrow svg {
    display: none;
}
.carousel:not(.left) .jet-listing-grid__slider-icon.prev-arrow {
	left: calc(50% - 50px) !important;
}
.carousel:not(.left) .jet-listing-grid__slider-icon.next-arrow {
	right: calc(50% - 50px) !important;
	left: auto !important;
}
.ambassador-video video {
	margin-top: -75px !important;
}
.ambassador-wrapper .controls .elementor-icon {
	width: 50px;
	height: 50px;
}
.ambassador-wrapper .controls svg {
    display: none;
}
.ambassador-wrapper .controls .elementor-icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	transform: translateX(-50%);
}
.ambassador-wrapper .controls .play .elementor-icon::after {
    background-image: url('/wp-content/uploads/2024/07/FA-Ambassadors-Play-Icon.svg');
}
.ambassador-wrapper .controls .pause .elementor-icon::after {
    background-image: url('/wp-content/uploads/2024/07/FA-Ambassadors-Pause-Active.svg');
    background-size: 15px;
}
.ambassador-wrapper .controls .mute .elementor-icon::after {
    background-image: url('/wp-content/uploads/2024/07/FA-Ambassadors-Mute-Inactive.svg');
}
.ambassador-wrapper .controls .mute-active .elementor-icon {
    background-color: var( --e-global-color-accent ) !important;
}
.ambassador-wrapper .controls .mute-active .elementor-icon::after {
    background-image: url('/wp-content/uploads/2024/07/FA-Ambassadors-Mute-Active.svg');
}

.career-resources .blog-post .content-wrapper {
    min-height: 100px;    
}
.custom-arrow-button .jet-listing-dynamic-link__label::after {
	content: '';
	background-color: #0098FF;
	-webkit-mask: url("assets/images/FA-Arrow.svg") no-repeat center center;
	        mask: url("assets/images/FA-Arrow.svg") no-repeat center center;
	left: 10px;
	position: relative;
	width: 20px;
	height: 14px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
}
.custom-arrow-button.hover .jet-listing-dynamic-link__link,
.custom-arrow-button:hover .jet-listing-dynamic-link__link {
    color: #31ABFF !important;
}
.custom-arrow-button.hover .jet-listing-dynamic-link__label::after,
.custom-arrow-button:hover .jet-listing-dynamic-link__label::after {
	left: 20px;
    background-color: #31ABFF !important;
}
.employer-post h2 a,
.blog-post h4 a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.employer-post h2:hover a,
.blog-post h4:hover a {
    color: #0098FF !important;
}
.testimonial-image::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110%;
	background-image: url("assets/images/FA-Ambassadors-Testimonial-Icons.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.social-sharing i.fab.fa-facebook {
    content: url(/wp-content/uploads/2024/07/Facebook.svg);
}
.social-sharing i.fab.fa-linkedin {
    content: url(/wp-content/uploads/2024/07/LinkedIn.svg);
}
.social-sharing i.fab.fa-twitter {
    content: url(/wp-content/uploads/2024/07/X.svg);
}

@media all and (max-width: 767px) {
    #stories .excerpt {
        display: none;
    }
    #stories .e-con.e-child {
        min-height: auto;
    }    
    .alumni.ambassador-wrapper.carousel .slick-list {
        padding: 0 60px;
    }
    .alumni.ambassador-wrapper.carousel .slick-list .jet-listing-grid__item {
        margin-left: -60px;
        padding-right: 80px;
    }
    .carousel .jet-listing-grid__slider-icon.prev-arrow {
        left: calc(50% - 50px) !important;
    }
    .carousel .jet-listing-grid__slider-icon.next-arrow {
        right: calc(50% - 50px) !important;
        left: auto !important;
    }
    .ambassador-posts::before {
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        content: '';
        background-image: url("assets/images/FA-Ambassador-Blog-Callout-BG.svg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: 120%;
        height: 100%;
        width: 100%;
    }
    .blog-filters.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .blog-filters.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list-wrapper {
        display: flex;
    }
    .blog-filters.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__label {
        white-space: nowrap;
    }
    .dialog-close-button.dialog-lightbox-close-button {
        text-decoration: none;
    }
}/* End custom CSS */