/*
Theme Name: Divi - weCreate Child Theme
Description: A child theme to house custom coding which modifies the
			 Divi parent theme by Elegant Themes. Includes default line
			 numbers where the code was taken from in the parent theme.
Author: weCreate Website Design & Marketing
Author URI: https://www.wecreate.com/
Template: Divi
Version: 1.0
*/

/*
Use "Find/Search" feature to skip ahead to the section you need to ammend or edit
-------------------------------------------------------------------------------------
Contents
————————
- General
- Scrollbars
- Navigation
- Global Buttons
- Forms
- Testimonials
- Homepage Elements
- Internal Pages
- Post Archives
- Single Post Page
- Search/Career Archives
- Single Career Post Page
- Miscellaneous
- Footer Area
- Media Queries

-------------------------------------------------------------------------------------

Colors & Fonts
——————
*/

:root {
    --accent-primary: #2ea3f2;
    --accent-secondary: #143e82;
    --accent-navyblue: #14213d;
    --accent-red: #b82522;
    --accent-grey: #7f7f7f;
    --accent-lightgrey: #d6d6d6;
    --accent-offwhite: #f2f2f2;

    --font-serif: "Times New Roman", serif;
    --font-sansserif: Assistant, sans-serif;
    --font-awesome: "Font Awesome 7 Pro";

    --transition: all .2s ease 0s;
}

/************************************************************************************
 *
 *			General
 *
 ***********************************************************************************/

body {
	font-size: 1em !important;
	line-height: 1.5em;
}

body > svg {
    display: none;
    left: -99999px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
}

p:empty {
	display: none;
}

p > a:not(.btn) {
    color: var(--accent-primary);
    font-weight: bold;
}

a, a::before, a::after, 
.transition, .transition *,
button, input, textarea, select {
	transition: var(--transition);
}  

h1, h2, h3 {
    font-weight: 900;
    line-height: 1.125em;
    padding-bottom: 25px;
}

h1 {
    font-size: 3.75em;
}

h2 {
    font-size: 2.875em;
}

h3 {
    font-size: 2.25em;
}

h4 {
    font-size: 1.125em;
    font-weight: bold;
}

:is(h1, h2, h3, h4):last-child {
    padding-bottom: 0;
}

:is(h1, h2, h3, h4) strong {
    font-weight: inherit;
}

strong {
    color: var(--accent-primary);
}

:is(p, ul, ol) + :is(h2, h3, h4),
p:last-of-type + :is(ul, ol) {
    padding-top: 25px;
}

:is(table, p:last-of-type, .btn-container) + :is(p, h2, h3, h4) {
    padding-top: 40px;
}

.red {
    color: var(--accent-red);
}

.subheader {
    color: var(--accent-secondary);
    font-weight: bold;
    line-height: 1.125em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

:is(.et_pb_text, .et_pb_toggle, #single-post-content) :is(ul, ol) {
    list-style-position: outside;
    list-style-type: disc;
    padding: 0 0 1em 1em;
}

:is(.et_pb_text, .et_pb_toggle, #single-post-content) ol {
    list-style-type: decimal;
}

:is(.et_pb_text, .et_pb_toggle, #single-post-content) :is(ul, ol):last-child {
    padding-bottom: 0;
}

:is(.et_pb_text.et_pb_text_align_center, .et_pb_text.mobile-centered) :is(ul, ol) {
    list-style-position: inside;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li {
    line-height: 1.5em;
    margin-bottom: 15px;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li:last-of-type {
    margin-bottom: 0;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li::marker {
    color: var(--accent-primary);
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li ul {
    list-style-type: circle;
    padding-bottom: 0;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li ol {
    list-style-type: lower-alpha;
    padding-bottom: 0;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li :is(ul, ol) li {
    font-size: inherit;
}

::selection {
	background: #2b87da; /* WebKit/Blink Browsers */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

::-moz-selection {
	background: #2b87da; /* Gecko Browsers */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.layouts-content img {
	margin-bottom: 0;
}

#et-main-area.layouts-content {
	margin-top: 0;
}

.divider-line {
	background-color: #333333;
	height: 2px;
	margin: 15px auto 25px;
	width: 75px;
}

.hidden-label,
#category-selection {
	position: relative;
}

.hidden-label label,
#category-selection > label {
	clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.circle {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.circle::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle *,
#et-boc .et-l .circle.et_pb_image .et_pb_image_wrap,
.et-db #et-boc .et-l .circle.et_pb_image .et_pb_image_wrap img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}


.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark :is(li, h1, h2, h3, h4, h5),
.et_pb_bg_layout_dark :is(li, h1, h2, h3, h4, h5) a {
    color: #ffffff;
}

.et_pb_bg_layout_dark .divider-line {
    background-color: #ffffff;
}

.mobile-centered,
.et_pb_module.et_pb_text_align_left.mobile-centered,
.et_pb_module.et_pb_text_align_right.mobile-centered,
.et_pb_text_align_center {
	text-align: center;
}

#lightbox {
    z-index: 100000;
}

#lightboxOverlay {
    z-index: 99999;
}

.equal-hgt-img {
    position: relative;
}

.equal-hgt-img::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.equal-hgt-img img,
.equal-hgt-img.et_pb_image .et_pb_image_wrap {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.clear {
	clear: both;
}

/************************************************************************************
 *
 *			Scrollbars
 *
 ***********************************************************************************/

/* ---- Webkit Scrollbar ---- */

::-webkit-scrollbar {
    width: auto;
}

::-webkit-scrollbar-track {
    background-color: var(--accent-offwhite);
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
	border: 2px solid var(--accent-offwhite);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d5d4d4;
}

::-webkit-scrollbar-corner {
    background-color: #222222;
}

::-webkit-scrollbar-button:single-button {
    background-color: var(--accent-offwhite);
    background-repeat: no-repeat;
    background-size: 10px;
    display: block;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='50,00 0,50 100,50'/></svg>");
    background-position: center 7px;
    background-size: 7px auto;
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 100,0 50,50'/></svg>");
    background-position: center 6px;
    background-size: 7px auto;
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,50 50,100 50,0'/></svg>");
    background-position: 7px center;
    background-size: 7px auto;
}

/* Right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 0,100 50,50'/></svg>");
    background-position: 6px center;
    background-size: 7px auto;
}

/* ---- Firefox Scrollbar ---- */

* {
    scrollbar-width: auto;
    scrollbar-color: #c1c1c1 var(--accent-offwhite);
}

/************************************************************************************
 *
 *			Navigation
 *
 ***********************************************************************************/

#et-main-area {
	--main-header-height: 91px; 
    padding-top: var(--main-header-height);	
}

#wpadminbar {
    position: fixed;
}

.et_builder_inner_content {
    position: static;
}

#page-container {
    overflow: clip;
}

#page-container header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

body.logged-in #page-container header {
    top: 46px !important;
}

#main-header,
#et-boc #main-header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-header[style] {
    top: 0 !important;
}

#page-container header {
    max-width: none;
    width: 100%;
}

#main-header .et_pb_row,
#main-header .et_pb_column,
#et-boc #main-header .et_pb_row,
#et-boc #main-header .et_pb_column,
#primary-navigation,
#et-boc #primary-navigation {
    margin: 0;
    max-width: none;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
}

/* --- Topbar --- */

#topbar,
#et-boc #topbar {
    background-color: var(--accent-primary);
    margin: 0;
    padding: 0 24px;
    position: static;
    width: 100%;
}

#topbar a {
    color: inherit;
}

#topbar a:is(:hover, :focus) {
    color: var(--accent-secondary);
}

#topbar div {
    float: none;
    width: auto;
}

#topbar-content {
    align-items: center;
    display: flex;
    font-size: .85em;
    font-weight: bold;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 8px 0 10px;
    text-transform: uppercase;
}

#topbar-content .et_pb_widget {
    margin: 0;
}

#topbar-content .widget_nav_menu .menu {
    padding: 0;
}

#secondary-nav {
    align-items: center;
    display: none;
    position: relative;
}

#secondary-nav ul.menu {
    line-height: inherit;
}

#secondary-nav ul.menu li {
    display: inline-block;
    line-height: inherit;
    margin: 0 15px 0 0;
}

#secondary-nav ul.menu li:last-of-type {
    margin-right: 0;
}

#top-menu li.user-mgmt,
body.logged-in #top-menu li.user-login {
    display: none;
}

body.logged-in #top-menu li.user-mgmt {
    display: block;
}

/* --- Primary Navigation --- */

#main-header-elements {
    display: flex;
    justify-content: space-between;
    padding: 18px 24px;
    position: relative;
}

#main-header-elements > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main-logo {
    margin-right: 25px;
	max-width: 350px;
    width: 70%;
}

#main-logo a {
    display: block;
    line-height: 0;
}

#main-logo img {
    height: 55px;
    object-fit: contain;
    transition: var(--transition);
    width: auto;
}

#menu-toggle {
    color: var(--accent-secondary);
    display: flex;
    flex-direction: column;
    font-size: 1.75em;
    justify-content: center;
    line-height: 1.125em;
}

#main-header-elements #top-menu {
    background: var(--accent-primary) linear-gradient(var(--accent-primary), var(--accent-secondary));
    bottom: 0;
    border-left: 10px solid var(--accent-navyblue);
    display: none;
    left: 0;
    padding: 24px 24px 24px 14px;
    position: absolute;
    transform: translateY(100%);
    transition: none;
    width: 100%;
}

#top-menu .widget_nav_menu,
#et-boc #top-menu .widget_nav_menu {
    margin: 0;
    width: 100%;
}

#top-menu .widget_nav_menu:first-of-type,
#et-boc #top-menu .widget_nav_menu:first-of-type {
    margin-bottom: 50px;
}

#top-menu .widget_nav_menu .menu {
    padding: 0;
}

#top-menu li,
#et-boc #top-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: block;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 0;
    padding: 10px 0 8px;
	text-transform: uppercase;
}

#top-menu li:first-of-type,
#et-boc #top-menu li:first-of-type {
    padding-top: 0;
}

#top-menu li:last-of-type,
#et-boc #top-menu li:last-of-type,
#top-menu #menu-account-links li:last-of-type {
    border: 0;
    padding-bottom: 0;
}

#top-menu li a, 
#et-boc #top-menu li a, 
#main-header-elements #top-menu li.current-menu-item > a {
    color: #ffffff;
    display: block;
    position: relative;
}

#top-menu .menu-item-has-children > a:first-child::after,
#main-header.et-fixed-header #top-menu .menu-item-has-children > a:first-child::after {
    content: "\2212";
    position: absolute;
    right: 0;
	top: 50%;
    transform: translateY(-50%);
}

#top-menu li.menu-item-has-children .sub-menu {
    padding: 0;
}

#top-menu li.menu-item-has-children .sub-menu li,
#et-boc #top-menu li.menu-item-has-children .sub-menu li {
    font-size: .85em;
    padding: 10px 25px 8px;
}

#top-menu li.menu-item-has-children .sub-menu li:first-of-type,
#et-boc #top-menu li.menu-item-has-children .sub-menu li:first-of-type {
    padding-top: 10px;
}

#top-menu li.menu-item-has-children .sub-menu li:last-of-type,
#et-boc #top-menu li.menu-item-has-children .sub-menu li:last-of-type {
    padding-bottom: 0;
}

#top-menu li.menu-item-has-children .sub-menu li a {
    padding: 0;
}

#top-menu #nav_menu-6 {
    margin-top: 75px;
}

#top-menu #menu-account-links li {
    border: 0;
    font-size: .75em;
    font-weight: normal;
    letter-spacing: .78px;
    padding: 0 0 10px;
}

#top-menu .close-btn {
    color: #ffffff;
    font-size: 1.25em;
    line-height: .75em;
    position: absolute;
    right: 24px;
    top: 24px;
}

.nav li:focus-within > ul {
    opacity: 1;
    visibility: visible;
}

/************************************************************************************
 *
 *			Global Buttons
 *
 ***********************************************************************************/

.btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
	margin-top: 35px;
}

.btn-container:only-child,
:is(h1, h2, h3, h4) + .btn-container {
    margin-top: 0;
}

.mobile-centered .btn-container,
.et_pb_text_align_center .btn-container {
	justify-content: center;
}

.et_pb_text_align_right .btn-container {
	justify-content: flex-end;
}

.btn, input[type="submit"],
button, .gform_wrapper .gform_footer input.gform_button,
#post-pagination a, .form-submit .et_pb_button {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.125em;
	padding: 15px 35px;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
	width: 100%;
}

.dark.btn:not(:hover, :focus), input[type="submit"], button,
.gform_wrapper .gform_footer input.gform_button,
#post-pagination a, .form-submit .et_pb_button {
	background-color: #000000;
	color: #ffffff;
}

.btn:is(:hover, :focus),
input[type="submit"]:is(:hover, :focus),
button:is(:hover, :focus), 
.gform_wrapper .gform_footer input.gform_button:is(:hover, :focus), 
#post-pagination a:is(:hover, :focus),
.form-submit .et_pb_button:is(:hover, :focus) {
	background-color: #f4f4f4;
	color: #000000;
}

.light.btn:not(:hover, :focus) {
	background-color: #f4f4f4;
	color: #000000;
}

/************************************************************************************
 *
 *          Forms
 *
 ***********************************************************************************/

/* --- Inputs --- */

::placeholder { /* Non-Standard Placeholder Fix for Firefox, Chrome, and Safari */
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
}

::-ms-input-placeholder { /* Internet Explorer 10+ and Edge */
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body.et_divi_theme .gform_wrapper .ginput_container_multiselect .chosen-container-multi, 
body.et_divi_theme .gform_wrapper textarea,
body.et_divi_theme .gform_wrapper select,
#blog-search input[type="search"] {
    background-color: var(--accent-offwhite);
    border: 2px solid transparent;
    border-radius: 0;
    color: #000000;
    font-size: 1em;
    font-weight: 300;
    height: auto;
    line-height: 1.5em;
    margin: 15px 0 0;
    padding: 15px 18px;
    -webkit-appearance: none;
}

body.et_divi_theme .gform_wrapper .ginput_container_select,
body.et_divi_theme .gform_wrapper .ginput_address_state {
    position: relative;
}

body.et_divi_theme .gform_wrapper .ginput_container_select::after,
body.et_divi_theme .gform_wrapper .ginput_address_state::after {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    content: "";
    height: 0;
    mix-blend-mode: difference;
    position: absolute;
    right: 20px;
    top: calc(50% + 6px);
    transform: translateY(-50%);
    width: 0;
}

body.et_divi_theme .gform_wrapper select {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 45px 15px 14px;
}

body.et_divi_theme .gform_wrapper select option {
    background-color: var(--accent-offwhite);
    color: #000000;
}

body.et_divi_theme .gform_wrapper textarea {
    line-height: 1.125em;
    padding: 16px 18px;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
body.et_divi_theme .gform_wrapper textarea:focus,
body.et_divi_theme .gform_wrapper select:focus {
    background-color: #4b4c4d;
    border-color: var(--accent-primary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    color: #ffffff;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::placeholder,
body.et_divi_theme .gform_wrapper textarea:focus::placeholder,
body.et_divi_theme .gform_wrapper select:focus::placeholder {
    color: #ffffff;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::-ms-input-placeholder,
body.et_divi_theme .gform_wrapper textarea:focus::-ms-input-placeholder,
body.et_divi_theme .gform_wrapper select:focus::-ms-input-placeholder {
    color: #ffffff;
}

/* --- Multiselect Field --- */


/* --- Spacing Fixes --- */

.gform_wrapper {
    text-align: left;
}

.gform_wrapper .gform_heading {
    display: none;
}

body.et_divi_theme .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px;
}

body.et_divi_theme .gform_wrapper h4 {
    padding: 10px 0 0;
}

body.et_divi_theme .gform_wrapper .resume-upload {
    margin-bottom: 8px;
}

body.et_divi_theme .gform_wrapper .gform_footer {
    text-align: left;
}

body.et_divi_theme .gform_wrapper .ginput_complex span:last-of-type {
    margin-bottom: 0;
}

/* --- CRED Form Adjustments --- */

.form-group .wpt-form-error {
    color: #ff0000;
    text-align: left;
}

.form-group.field-pair > div:first-of-type {
    margin-bottom: 15px;
}

/* --- Labels and Sub-Labels --- */
body.et_divi_theme .gform_wrapper div.gfield label.gfield_label, 
body.et_divi_theme .gform_wrapper fieldset.gfield .ginput_complex > span label.gform-field-label {
    color: var(--accent-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

/************************************************************************************
 *
 *          Forms - with Inset Labels
 *
 ***********************************************************************************/

body.et_divi_theme .inset-label-form .gform_wrapper div.gfield label.gfield_label, 
body.et_divi_theme .inset-label-form .gform_wrapper fieldset.gfield .ginput_complex > span label.gform-field-label {
    padding: 0 0 5px 0;
}

body.et_divi_theme .inset-label-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body.et_divi_theme .inset-label-form .gform_wrapper .ginput_container_multiselect .chosen-container-multi, 
body.et_divi_theme .inset-label-form .gform_wrapper textarea,
body.et_divi_theme .inset-label-form .gform_wrapper select {
    background-color: unset;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}


body.et_divi_theme .inset-label-form .gform_wrapper div.gfield,
body.et_divi_theme .inset-label-form .gform_wrapper fieldset.gfield .ginput_complex > span {
    background-color: var(--accent-offwhite);
    border: 2px solid transparent;
    border-radius: 0;
    margin: 15px 0 0;
    padding: 15px 18px;
}

body.et_divi_theme .inset-label-form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    margin-right: 2%;
    padding-right: 18px;
}

body.et_divi_theme .inset-label-form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;

}

/************************************************************************************
 *
 *			Testimonials
 *
 ***********************************************************************************/

#testimonials h2 {
    padding-bottom: 30px;
}

.flexslider .slides, 
.flexslider .flex-direction-nav {
    list-style-type: none;
    list-style-position: unset;
    padding-left: 0;
}

#testimonial-wrapper {
    position: relative;
    transition: all .75s ease 0s;
}

#testimonial-pagination {
    display: none;
    justify-content: space-between;
    left: 50%;
    max-width: 1280px;
    padding: 25px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#testimonial-pagination > a {
    border-radius: 0;
    border-style: solid;
    cursor: pointer;
    height: 0;
    position: relative;
    transition: var(--transition);
    width: 0;
}

.testimonial-page-left {
    border-color: transparent var(--accent-secondary) transparent transparent;
    border-width: 7px 12.1px 7px 0;
}

.testimonial-page-left:hover, 
.testimonial-page-left:focus {
	border-color: transparent #c3c3c3 transparent transparent;
}

.testimonial-page-right {
    border-color: transparent transparent transparent var(--accent-secondary);
    border-width: 7px 0 7px 12.1px;
}

.testimonial-page-right:hover, 
.testimonial-page-right:focus {
	border-color: transparent transparent transparent #c3c3c3;
}

.testimonial-loop-item {
    left: 0;
    position: absolute;
	text-align: center;
    top: 0;
    width: 100%;
}

.testimonial-loop-item p {
	font-style: italic;
}

.testimonial-loop-item p:not(.has-background):last-of-type {
    padding-bottom: 25px;
}

.testimonial-loop-item p:last-of-type + h3 {
    font-size: 1.7em;
    padding: 0 0 5px;
}

.testimonial-loop-item .subheader {
    padding-bottom: 0;
}

#testimonial-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#testimonial-controls > a {
    border: 1px solid var(--accent-secondary);
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

#testimonial-controls > a:hover, 
#testimonial-controls > a:focus {
	background-color: #c3c3c3;
}

#testimonial-controls > a:last-of-type {
    margin-right: 0;
}

#testimonial-controls > a.active {
    background-color: var(--accent-secondary);
}

/************************************************************************************
 *
 *          Quick Links Menu
 *
 ***********************************************************************************/

.quick-links-menu.et_pb_widget_area .widget_nav_menu,
.quick-links-menu.et_pb_widget_area .menu-quick-links-container,
.quick-links-menu.et_pb_widget_area ul.menu {
    width: 100%;
}

.quick-links-menu.et_pb_widget_area.et_pb_widget_area_left {
    border: 0;
    padding: 0;
}

.quick-links-menu.et_pb_widget_area ul.menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.quick-links-menu.et_pb_widget_area ul.menu li.menu-item {
    border-bottom: 1px solid var(--accent-lightgrey);
    margin: 0 0 24px 0;
    padding: 0;
    position: relative;
}

.quick-links-menu.et_pb_widget_area ul.menu li.menu-item a {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 0 24px 24px 0;
    transition: 250ms;
    width: 100%;
}

.quick-links-menu.et_pb_widget_area ul.menu li.menu-item a:hover {
    color: var(--accent-primary);
    opacity: 1;
}

.quick-links-menu.et_pb_widget_area ul.menu li.menu-item a:after {
    content: "\f061";
    color: var(--accent-lightgrey);
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.25rem;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
}

.quick-links-menu.et_pb_widget_area ul.menu li.menu-item a:hover:after {
    color: var(--accent-primary);
    transform: translateX(50%);
}

/************************************************************************************
 *
 *			Homepage Elements
 *
 ***********************************************************************************/

/************************************************************************************
 *
 *			Internal Pages
 *
 ***********************************************************************************/

#page-header, 
#call-to-action {
	background-color: var(--accent-primary);
	background-position: center;
	background-size: cover;
}

.post-container {
    padding: 50px;
}

.post-container > div,
.post-container > figure {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/* --------------- Contact --------------- */

#contact .fwidget {
    margin: 0;
    max-width: none;
    width: 100%;
}

#contact .fwidget .title {
    display: none;
}

#contact .fwidget.et_pb_widget ul li {
    font-size: 1.5em;
    margin-bottom: 5px;
}

#contact .fwidget.et_pb_widget ul li:last-of-type {
    margin-bottom: 0;
}

#contact .gform_wrapper {
    padding-bottom: 34px;
}

#contact .wpv-addon-maps-render::after {
    content: "";
    display: block;
    padding-bottom: 40%;
}

#contact .gm-style .gm-style-iw-d {
    color: #000000;
}

/************************************************************************************
 *
 *			Post Archives
 *
 ***********************************************************************************/

/* --- Divi Resets --- */

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container,
#main-content .container #left-area {
    max-width: none;
    padding: 0;
    width: 100%;
}

#main-content .container::before,
#main-content .container #left-area::after {
    content: none;
}

#main-content #sidebar,
#left-area > :is(h1.page-title, .pagination, .woocommerce-breadcrumb, .woocommerce-notices-wrapper, .woocommerce-result-count, .woocommerce-ordering) {
    display: none;
}

/* --- Header --- */

#page-header.blog-archive-header {
    background: none;
    padding-bottom: 0;
}

#page-header.blog-archive-header h1 strong {
    color: var(--accent-primary);
    display: block;
}

/* --- Filters --- */

#blog-search {
    margin-bottom: 25px;
}

#blog-search input[type="search"] {
    margin-top: 0;
    padding-right: 60px;
    width: 100%;
}

#blog-search input[type="search"]:focus {
    background-color: #f6f7f6;
    border-color: var(--accent-secondary);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
}

#blog-search input[type="search"]:focus + button[type="submit"] {
    color: var(--accent-secondary);
}

#blog-search button[type="submit"] {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    font-size: 1.75em;
    line-height: 1.125em;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

#blog-search button[type="submit"]:is(:hover, :focus, :active) {
    color: #1e1819;
}

#category-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#category-selection > div {
    margin: 0 0 25px;
    padding: 0;
    position: relative;
    width: 100%;
}

#category-selection > div label {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 0;
    padding: 20px;
}

#category-selection > div label.active {
    background-color: var(--accent-primary);
    color: #ffffff;
}

#category-selection > div input[type="radio"] {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

#category-selection > div input[type="radio"]:checked + label {
    background-color: var(--accent-primary);
    border-color: transparent;
    color: #ffffff;
}

/* --- Post Loop Item --- */

.post-loop-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-loop-item {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.post-loop-item:is(:hover, :focus, :active) {
    box-shadow: 0 8px 12px rgba(0, 0, 0, .25);
}

.post-meta-info {
    background-color: #ffffff;
    flex-grow: 1;
    padding: 25px;
}

.post-meta-info h4 {
    color: var(--accent-primary);
    padding-bottom: 15px;
}

.post-meta-info p {
    color: #1e1819;
    font-size: .875em;
    line-height: 1.75em;
}

.post-meta-info .subheader {
    color: #1e1819;
    font-size: .75em;
    padding-bottom: 10px;
}

.subheader.post-services span::after {
    content: ", ";
}

.subheader.post-services span:last-of-type::after {
    content: none;
}

.post-feat-img {
    background: var(--accent-primary) linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
    position: relative;
}

.post-feat-img::before {
    background: url('/wp-content/themes/Divi-weCreate-Child/images/logo.svg') no-repeat center;
    background-size: 75% 50%;
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, .25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-feat-img::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.post-feat-img img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-feat-img img[src=""] {
    display: none;
}

.post-loop-item .btn {
    display: block;
    width: 100%;
}

.post-loop-item:is(:hover, :focus, :active) .btn {
    background-color: var(--accent-primary);
    color: #ffffff;
}

#post-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

#post-pagination a {
    margin: 0;
    width: 100%;
}

#post-pagination .wpv-filter-next-link {
    background-color: var(--accent-secondary);
    margin: 0 0 15px;
}

#post-pagination .wpv-filter-next-link:is(:hover, :focus, :active) {
    background-color: #f6f7f6;
}

/************************************************************************************
 *
 *			Single Post Page
 *
 ***********************************************************************************/

#main-content .et_post_meta_wrapper {
    display: none;
}

#main-content .et_pb_post .entry-content {
    padding: 0;
}

#main-content #left-area article {
    margin: 0;
    padding: 0;
}

#page-header.blog-post-header {
    background: none;
}

#left-area .post-meta {
    color: var(--accent-secondary);
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#post-featured-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

#post-featured-wrapper .post-feat-img::before {
    background: url('/wp-content/themes/Divi-weCreate-Child/images/logo.svg') no-repeat center;
    background-size: 75% 75%;
}

#single-post-content p {
    padding-bottom: 15px
}

#single-post-content table {
    display: block;
	height: auto !important;
    margin: 0;
    overflow-x: scroll;
	width: 100% !important;
}

#single-post-content table tbody {
    display: table;
    width: 100%;
}

#single-post-content table tr,
#single-post-content :where(th, td) {
    border: 1px solid #000000;
    padding: 10px;
}

#single-post-content table p:last-of-type {
    padding-bottom: 0;
}

#single-post-content table tr:nth-of-type(odd) td {
    background-color: var(--accent-offwhite);
}

#single-post-content table tr:first-of-type :is(th, td) {
    background: var(--accent-primary) linear-gradient(var(--accent-primary), var(--accent-secondary));
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#single-post-content .call-to-action + :is(h2, h3) {
    padding-top: 25px;
}

#single-post-content a:not(.btn) {
    color: var(--accent-primary);
    font-weight: bold;
}

#single-post-content a:not(.btn):is(:hover, :focus, :active) {
    color: var(--accent-secondary);
}

#single-post-content p + :is(ul, ol) {
    padding-top: 10px;
}

#single-post-content ol {
    list-style-type: decimal;
    padding: 0 0 25px 2em;
}

#single-post-content ol::marker {
    font-weight: bold;
}

#single-post-content .fluid-width-video-wrapper {
    margin-bottom: 15px;
}

#single-post-content .gform_wrapper,
#single-post-content .gform_wrapper :is(.gform_heading, .gform_body ul, .ginput_complex) {
    margin: 0;
    padding: 0;
}

#field_3_3 {
    margin-top: 0;
}

#single-post-content .gform_wrapper .ginput_complex :is(input[type="text"], select) {
    margin: 16px 0 0;
}

/************************************************************************************
 *
 *			Search/Career Archives
 *
 ***********************************************************************************/

#search-field {
    position: relative;
    z-index: 5;
}

#search-field input[type="search"] {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    color: #000000;
    font-size: .875em;
    height: auto;
    letter-spacing: 1px;
    line-height: 1.125em;
    margin-bottom: 10px;
    padding: 15px 25px;
    width: 100%;
}

#search-field input[type="search"]::placeholder {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

#search-field button[type="submit"] {
    padding: 15px 25px;
    width: 100%;
}

#search-field button[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #000000;
}

#search-archives {
    padding-top: 0;
}

.search-loop-item {
    margin-bottom: 50px;
}

.search-loop-item:last-of-type {
    margin-bottom: 0;
}

.search-loop-item .post-feat-img {
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
}

.search-loop-item .post-feat-img::before {
    background-size: 75% 70%;
}

.search-loop-item .profile-meta {
    padding-bottom: 15px;
}

.post-info {
    flex-grow: 1;
    position: relative;
}

.post-info h2 {
    padding-bottom: 21px;
}

.post-info h5,
.post-info .heading-5 {
    color: #000000;
    padding: 0;
}

.post-info .btn-container {
    margin-top: 30px;
}

/* --- Career Archives --- */

body.post-type-archive-career .post-info h3 {
    padding-bottom: 7px;
}

body.post-type-archive-career .post-info .post-meta {
    margin: 0;
}

.career-info strong {
    color: #000000;
}

/************************************************************************************
 *
 *			Single Career Post Page
 *
 ***********************************************************************************/

#single-post-content .post-meta {
    font-size: 1em;
    padding-bottom: 25px;
}

h3#application-header {
    padding-bottom: 0;
}

body.single-career .heateor_sss_sharing_container {
    padding-bottom: 75px;
}

.career-info span {
    display: block;
}

/************************************************************************************
 *
 *			Miscellaneous Elements
 *
 ***********************************************************************************/

/************************************************************************************
 *
 *			Footer Area
 *
 ***********************************************************************************/

#footer-area {
    background-color: #333333;
}

#footer-widget-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-widget-areas .fwidget,
#et-boc #footer-widget-areas .fwidget {
    margin-bottom: 0;
	text-transform: uppercase;
    width: 100%;
}

#footer-widget-areas .fwidget h4 {
	border-bottom: 2px solid;
	letter-spacing: 2px;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

#footer-widget-areas .fwidget li {
	line-height: 1.125em;
}

#footer-widget-areas .fwidget.widget_media_image .image {
    display: block;
    margin: 0 auto;
    width: 50%;
}

/* --- Footer Bar --- */

#footer-branding > div {
    text-align: center;
}

.wc-footer-branding {
	display: block;
    line-height: 0;
    margin: 0 auto 10px;
    max-width: 200px;
    width: 50%;
}

.wc-footer-content {
    color: #ffffff;
    font-size: .85em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.wc-footer-content > span {
    display: block;
}

#main-footer .wc-footer-content a,
#et-boc #main-footer .wc-footer-content a {
    color: var(--accent-primary);
}

#main-footer .wc-footer-content a:is(:hover, :focus) {
    opacity: .75;
}

/* --- Social Icons --- */

#main-footer ul.wecreate-social-icons {
    margin-top: 9px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.wecreate-social-icons.et_pb_social_media_follow li a.icon:hover,
#et-boc .et-l .wecreate-social-icons.et_pb_social_media_follow li a.icon:hover {
    background-color: #ffffff !important;
}

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

@media screen and (min-width: 450px) {
	
	/* ------------------------------ Button Styles ------------------------------ */
	
	.btn, input[type="submit"], button,
	.gform_wrapper .gform_footer input.gform_button,
	#post-pagination a, .form-submit .et_pb_button {
		display: inline-block;
		width: auto;
	}
	
	.left.btn {
		margin: 0 10px 0 0;
	}
	
	body.error404 .no-items-found {
		padding: 50px;
	}

    #post-pagination a {
        width: 49%;
    }

    #post-pagination .wpv-filter-next-link {
        margin-bottom: 0;
        order: 1;
    }

    #post-pagination .wpv-filter-next-link:only-child {
        margin-left: auto;
    }
	
}

@media screen and (min-width: 529px) {
    
    #secondary-nav {
        display: flex;
        justify-content: flex-end;
    }
    
    #top-menu #nav_menu-6 {
        display: none;
    }
    
}

@media screen and (min-width: 589px) {

    #search-field input[type="search"] {
        margin-bottom: 0;
        padding: 15px 190px 15px 20px;
    }

    #search-field button[type="submit"] {
        padding: 15px 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
	
}

@media screen and (min-width: 641px) {

    /* --- Post/Career Archives --- */

    #blog-search {
        margin-bottom: 2.5%;
    }

    #category-selection > div {
        margin-bottom: 2.5%;
        width: 48.5%;
    }

    .post-loop-item {
        margin-bottom: 3%;
        width: 48.5%;
    }
	
	.career-info span {
		display: inline;
		padding-right: 25px;
	}
    
    /* --- Footer Area --- */
    
    .fwidget {
        width: 48%;
    }
    
    .fwidget:nth-last-of-type(2) {
        margin-bottom: 0;
    }
	
}

@media screen and (min-width: 768px) {
	
	/* ---- Post Archives ---- */
	
    .post-container {
		padding: 75px 85px;
	}
	
	.post-loop-wrapper.justified-centered {
        justify-content: center;
    }

    .post-loop-wrapper.justified-centered .post-loop-item {
        margin-right: 3%;
    }

    .post-loop-wrapper.justified-centered .post-loop-item:nth-of-type(2n),
    .post-loop-wrapper.justified-centered .post-loop-item:last-of-type {
        margin-right: 0;
    }

    /* ---- Search/Career Archives ---- */

    .search-loop-item {
        margin-bottom: 75px;
    }
	
}

@media screen and (min-width: 783px) {

    body.logged-in #page-container header {
        top: 32px !important;
    }

}

@media screen and (min-width: 981px) {
	
	/* ----------------------------- General ------------------------------ */
	
	.et_pb_text ul,
    #single-post-content ul {
        list-style-position: outside;
        padding-left: 1em;
    }
	
	.mobile-centered,
    .et_pb_module.et_pb_text_align_left.mobile-centered {
        text-align: left;
    }

    .mobile-centered.right-aligned,
    .et_pb_module.et_pb_text_align_right.mobile-centered {
        text-align: right;
    }
	
	.mobile-centered .btn-container {
		justify-content: flex-start;
	}
	
	.mobile-centered.right-aligned .btn-container {
		justify-content: flex-end;
	}
	
	.et_pb_text.mobile-centered :is(ul, ol) {
        list-style-position: outside;
    }
	
	.mobile-centered .divider-line {
		margin: 15px auto 25px 0;
		width: 100px;
	}
	
	.mobile-centered.right-aligned .divider-line {
		margin: 15px 0 25px auto;
	}
	
	.equal-hgt-col {
		display: flex;
		overflow: hidden;
	}
	
	.equal-hgt-img {
        height: 100%;
    }
	
	.vert-center {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
    
    .desktop-hide {
        display: none;
    }
    
    /* ----------------------- Navigation --------------------------- */
	
	#et-main-area {
		--main-header-height: 140px; 
	}

    #main-header.et-fixed-header {
        box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    }

    #menu-toggle,
    #top-menu .close-btn {
        display: none;
    }
    
    #main-header-elements {
        padding: 0 24px;
    }
	
	#main-logo a {
        padding: 15px 0;
    }

    #main-header.et-fixed-header #main-logo img {
        height: 40px;
    }
    
    #main-header-elements #top-menu {
        background: transparent;
        border: 0;
        display: flex;
        padding: 0;
        position: static;
        transform: none;
        width: auto;
    }

    #top-menu .widget_nav_menu:first-of-type,
    #et-boc #top-menu .widget_nav_menu:first-of-type {
        margin-bottom: 0;
    }
	
	#top-menu div,
    #top-menu ul#menu-primary-menu {
        height: 100%;
    }
    
    #top-menu ul#menu-primary-menu {
        align-items: center;
        display: flex;
    }
    
    #top-menu li,
    #et-boc #top-menu li {
        border: 0;
        display: inline-block;
		font-size: .85em;
        letter-spacing: .78px;
        margin: 0 0 0 25px;
        padding: 0;
    }
    
    #top-menu li:not(.request-quote) > a:hover {
        opacity: .5;
    }
    
    #top-menu li:first-of-type,
    #et-boc #top-menu li:first-of-type {
        margin-left: 0;
    }
    
    #top-menu li.menu-item-has-children {
        position: relative;
    }

    #top-menu li.menu-item-has-children::before {
        bottom: 0;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        transform: translateY(100%);
        width: 100%;
    }
    
    #top-menu li a, 
    #et-boc #top-menu li a, 
    #main-header-elements #top-menu li.current-menu-item > a {
        color: #333333;
    }
    
    #top-menu li.current_page_item > a {
        color: var(--accent-primary) !important;
    }
    
    #top-menu li.request-quote:last-of-type {
		height: 100%;
        margin-left: 32px;
    }
    
    #top-menu li.request-quote a {
        background-color: var(--accent-primary);
        color: #ffffff !important;
		display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 28px 24px;
    }
    
    #top-menu li.request-quote a:hover {
        background-color: var(--accent-secondary);
    }

    #top-menu .menu-item-has-children > a:first-child {
        padding-right: 20px;
    }
    
    #top-menu .menu-item-has-children > a:first-child::after,
    #main-header.et-fixed-header #top-menu .menu-item-has-children > a:first-child::after {
        content: "3";
        font-family: ETmodules;
    }
    
    #top-menu li.menu-item-has-children .sub-menu {
        background-color: #ffffff;
        border-top: 5px solid var(--accent-secondary);
        bottom: -20px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
        display: block;
        left: 0;
        opacity: 0;
        padding: 15px 0;
		pointer-events: none;
        position: absolute;
        text-align: left;
        transform: translateY(100%);
        transition: var(--transition);
        visibility: hidden;
        width: 200px;
    }

    #top-menu li.menu-item-has-children .sub-menu::before {
        border-color: transparent transparent var(--accent-secondary) transparent;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        content: "";
        height: 0;
        left: 20px;
        position: absolute;
        top: -4px;
        transform: translateY(-100%);
        transition: var(--transition);
        width: 0;
    }

    #top-menu li.menu-item-has-children .sub-menu li,
    #top-menu li.menu-item-has-children .sub-menu li:first-of-type,
    #top-menu li.menu-item-has-children .sub-menu li:last-of-type,
    #et-boc #top-menu li.menu-item-has-children .sub-menu li,
    #et-boc #top-menu li.menu-item-has-children .sub-menu li:first-of-type,
    #et-boc #top-menu li.menu-item-has-children .sub-menu li:last-of-type {
        display: block;
        font-size: 1em;
        margin: 0;
        padding: 0;
    }
    
    #top-menu li.menu-item-has-children .sub-menu li a {
        display: block;
        padding: 6px 20px;
    }

    #top-menu li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
		pointer-events: auto;
        visibility: visible;
    }
    
	/* --------------------------- Forms ---------------------------- */
	
	
	
	/* ----------------------- Testimonials ------------------------- */
	
    .testimonial-loop-item {
        left: 50%;
        max-width: 1080px;
        transform: translateX(-50%);
        width: 80%;
    }
    
    #testimonial-pagination {
        display: flex;
        opacity: 0;
    }
    
    #testimonials:hover #testimonial-pagination, 
	#testimonial-pagination:focus-within {
        opacity: 1;
    }
    
    .testimonial-page-left {
        left: -10px;
    }
    
    .testimonial-page-right {
        right: -10px;
    }
    
    #testimonials:hover .testimonial-page-left {
        left: 0;
    }
    
    #testimonials:hover .testimonial-page-right {
        right: 0;
    }
	
    /* ----------------------- Homepage Elements ----------------------- */
	
	
    
	/* ----------------------- Internal Pages ----------------------- */
	
    .post-container {
        padding: 75px 110px;
    }
	
	#error-404 {
		padding: 75px 0;
	}

    #contact .gform_wrapper {
        padding-bottom: 59px;
    }
	
	/* -------------------------- Post Archives ----------------------------- */

    #page-header.blog-archive-header h1 {
        width: 50%;
    }

    #blog-search {
        margin-bottom: 2%;
    }

    #category-selection {
        justify-content: flex-start;
        margin: 0 -1.1%;
    }

    #category-selection > div {
        margin: 0 1% 2%;
        width: 23%;
    }

    .post-loop-wrapper {
        justify-content: flex-start;
    }

    .post-loop-item,
	.post-loop-wrapper.justified-centered .post-loop-item,
	.post-loop-wrapper.justified-centered .post-loop-item:nth-of-type(2n) {
        margin: 0 2% 2% 0;
        width: 32%;
    }

    .post-loop-item:last-of-type,
    .post-loop-item:nth-of-type(3n),
	.post-loop-wrapper.justified-centered .post-loop-item:nth-of-type(3n) {
        margin-right: 0;
    }
    
    /* ------------------------ Single Post Page --------------------------- */
	
	
    
    /* ---------------------- Search/Career Archives --------------------- */

    .search-loop-item {
        display: flex;
    }

    .search-loop-item .post-info {
        margin-right: 75px;
        width: 50%;
    }

    .search-loop-item .post-feat-img {
        margin: 0;
        order: 1;
        width: 30%;
    }

    #career-filters > div.form-group {
        margin: 0 50px 0 0;
        width: 30%;
    }
    
    /* ---------------------- Career Single Post Page --------------------- */
    

	
	/* --------------------------- Footer Area ---------------------------- */

    #main-footer > div {
        align-items: center;
    }

    #main-footer .et_pb_equal_columns .et_pb_column:first-of-type {
        flex-grow: 1;
        margin-right: 50px;
        width: auto;
    }

    #main-footer .et_pb_equal_columns .et_pb_column:last-of-type {
        width: auto;
    }

    #footer-branding > div {
        align-items: center;
        display: flex;
        text-align: left;
    }

    .wc-footer-branding {
        margin: 0 25px 0 0;
    }

    #main-footer ul.wecreate-social-icons {
        float: right;
        margin: 0;
        text-align: right;
        width: auto;
    }

    #main-footer ul.wecreate-social-icons.et_pb_social_media_follow li {
        margin-bottom: 0;
    }
	
}

@media screen and (min-width: 1200px) {
	
	.career-info span {
		display: inline;
		padding-right: 25px;
	}
	
}

@media screen and (min-width: 1281px) {

}