
.pac_divi_table_of_contents, .pac_dtoc_body_area, .pac_dtoc_title_area {
	border-style: solid;
}

.pac_divi_table_of_contents {
	border-radius: 3px;
	overflow: hidden;
}

.divi_table_of_contents ul {
	padding-bottom: 0 !important;
}

.divi_table_of_contents > ul {
	padding-left: 0 !important;
}

.divi_table_of_contents li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	border-style: solid;
	overflow: visible !important;
}

.divi_table_of_contents a {
	font-size: 15px;
	line-height: 18px;
}

.pac_dtoc_title {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

.pac_dtoc_title_area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.pac_dtoc_title_area.click_on:hover {
	cursor: pointer !important;
}

html {
	scroll-behavior: auto;
}

.divi_table_of_contents span:hover + a {
	color: #2ea3f2 !important;
}

.divi_table_of_contents span {
	cursor: pointer;
}

.divi_table_of_contents li div:hover {
	color: #2ea3f2 !important;
}

.divi_table_of_contents a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #2ea3f2;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
}

.divi_table_of_contents li.active_jsx a:after, .divi_table_of_contents li.active a:after, .divi_table_of_contents span:hover + a:after {
	width: 100%;
}

.pac_dtoc_search_keyword {
	position: relative;
	display: -ms-flexbox;
	display: flex;
}

.pac_dtoc_search_keyword .pac_dtoc_search_input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	border-radius: 3px;
	border-width: 2px;
	border-color: #666;
}

.pac_dtoc_clear_keyword_input {
	position: absolute;
	top: calc(50% - 12px);
	right: 15px;
	font-size: 25px;
	font-weight: 900;
	padding: 0 5px;
	cursor: pointer;
}

.pac_dtoc_mobile_open_close_icons {
	display: -ms-flexbox;
	display: flex;
	margin: 10px;
}

.pac_dtoc_body_area.inside .divi_table_of_contents ul {
	list-style-position: inside;
}

.pac_dtoc_body_area.inside .divi_table_of_contents ul li div {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 7px;
	width: calc(100% - 50px);
}

.pac_dtoc_body_area.inside .divi_table_of_contents ul li {
	width: 100%;
}

.divi_table_of_contents ul li div {
	position: relative;
}

.divi_table_of_contents ul li div span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.et_pb_sticky_placeholder {
	opacity: 0 !important;
}

.pac_dtoc_notice {
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	color: red !important;
	background: transparent;
}

html.slb_overlay object, html.slb_overlay embed, html.slb_overlay iframe {
	visibility: hidden;
}

html.slb_overlay #slb_viewer_wrap object, html.slb_overlay #slb_viewer_wrap embed, html.slb_overlay #slb_viewer_wrap iframe {
	visibility: visible;
}

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

@media (max-width:500px) {
	.iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	padding: 5px 10px;
	outline: 0;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0, 0, 0, .05);
}

.iti__country-name, .iti__dial-code, .iti__flag-box {
	vertical-align: middle;
}

.iti__country-name, .iti__flag-box {
	margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
	cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-size: 5652px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0 0;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0;
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0;
}

.iti__flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url("https://www.gofclogistics.com/nitropack_static/zHLpFfuxcqMfxAKlbZhMEcjTGRKqNvKf/assets/images/optimized/rev-401b229/www.gofclogistics.com/wp-content/plugins/pro-pack-for-wp-job-openings/assets/img/flags.png");
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-image: url("https://www.gofclogistics.com/nitropack_static/zHLpFfuxcqMfxAKlbZhMEcjTGRKqNvKf/assets/images/optimized/rev-401b229/www.gofclogistics.com/wp-content/plugins/pro-pack-for-wp-job-openings/assets/img/flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

.iti__flag.iti__np {
	background-color: transparent;
}

@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}
	
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}
	
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}
	
	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}
	
	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	10% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	20% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	10% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	20% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.awsm-form-drag-and-drop-file-control, .awsm-form-drag-and-drop-file-control * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.awsm-form-drag-and-drop-file-control {
	min-height: 130px;
	border: 2px dashed rgba(0, 0, 0, .3);
	background: #fff;
	padding: 12px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.awsm-form-drag-and-drop-file-control.awsm-form-drag-and-drop-invalid-control {
	border: 2px solid #db4c4c;
}

.awsm-form-drag-and-drop-file-control.dz-clickable {
	cursor: pointer;
}

.awsm-form-drag-and-drop-file-control.dz-clickable * {
	cursor: default;
}

.awsm-form-drag-and-drop-file-control.dz-clickable .dz-message, .awsm-form-drag-and-drop-file-control.dz-clickable .dz-message * {
	cursor: pointer;
}

.awsm-form-drag-and-drop-file-control .dz-message.awsm-jobs-hide {
	display: none;
}

.awsm-form-drag-and-drop-file-control.dz-drag-hover {
	border-style: solid;
}

.awsm-form-drag-and-drop-file-control.dz-drag-hover .dz-message {
	opacity: .5;
}

.awsm-form-drag-and-drop-file-control .dz-message {
	text-align: center;
	padding: 2em 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #707070;
	font-size: 14px;
	width: calc(100% + 24px);
}

.awsm-form-drag-and-drop-file-control .dz-message .awsm-form-drag-and-drop-file-title {
	font-size: 16px;
	color: #0b0b0b;
	display: block;
}

.awsm-form-drag-and-drop-file-control.dz-started {
	max-height: 300px;
	overflow: auto;
	padding-top: 0;
}

.awsm-form-drag-and-drop-file-control.dz-started .dz-message {
	padding: 1em 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, .5);
	box-shadow: 0 4px 5px -4px rgba(0, 0, 0, .5);
	margin: 0 -12px;
	z-index: 1000;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.awsm-form-drag-and-drop-file-control.dz-max-files-reached .dz-message {
	display: none;
}

.awsm-form-drag-and-drop-file-control .dz-message .dz-button {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.awsm-form-drag-and-drop-file-control .dz-preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
	padding: 16px 30px 16px 20px;
	cursor: default;
	border: 1px solid #bcbcbc;
	background: #ededed;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.awsm-form-drag-and-drop-file-control .dz-message .dz-message + .dz-preview {
	padding-top: 20px;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	max-width: calc(100% - 50px);
	width: 100%;
}

.awsm-form-drag-and-drop-file-control .dz-preview:hover .dz-details {
	opacity: 1;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove {
	position: absolute;
	right: 18px;
	top: 20px;
	text-indent: -9999999px;
	width: 10px;
	height: 10px;
	opacity: .5;
	z-index: 10;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::after, .awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::before {
	content: "";
	height: 12px;
	width: 1px;
	background-color: #000;
	position: absolute;
	display: block;
	top: 0;
	right: 4px;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove:hover {
	opacity: 1;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-details .dz-size {
	font-size: 14px;
	color: #737373;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-details .dz-size strong {
	font-weight: 400;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-complete .dz-details .dz-size {
	opacity: 1;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-details .dz-filename {
	font-size: 14px;
	color: #0b0b0b;
	font-weight: 700;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-image {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: block;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMjggMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU3LjEgKDgzMDg4KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5ub3VuX0ZpbGVfNDE0OTQzNjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBcnRib2FyZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3Ny4wMDAwMDAsIC00MTAuMDAwMDAwKSIgZmlsbD0iI0JEQkZDNiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU0MS4wMDAwMDAsIDEwMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMuMDAwMDAwLCAyNjIuMDAwMDAwKSIgaWQ9Im5vdW5fRmlsZV80MTQ5NDM2Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMuMDAwMDAwLCAyMy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMy4zMzMzMzMzLDAgTDkuMzMzMzMzMzMsMCBDOS4wMjQxNjY2NywwIDguNzI2NjY2NjcsMC4xMTgxMjUgOC41MTA4MzMzMywwLjMzMTg3NSBMMC4zNDQxNjY2NjcsOC4yMDY4NzUgQzAuMTIyNSw4LjQxNSAwLDguNzAxODc1IDAsOSBMMCwzMS41IEMwLDMzLjk4MDYyNSAyLjA5NDE2NjY3LDM2IDQuNjY2NjY2NjcsMzYgTDIzLjMzMzMzMzMsMzYgQzI1LjkwNTgzMzMsMzYgMjgsMzMuOTgwNjI1IDI4LDMxLjUgTDI4LDQuNSBDMjgsMi4wMTkzNzUgMjUuOTA1ODMzMywwIDIzLjMzMzMzMzMsMCBaIE04LDQgTDgsOCBMNCw4IEw4LDQgWiBNMjYsMzEuNzE0Mjg1NyBDMjYsMzIuOTc3MTQyOSAyNC45NzA3NSwzNCAyMy43LDM0IEw1LjMsMzQgQzQuMDI5MjUsMzQgMywzMi45NzcxNDI5IDMsMzEuNzE0Mjg1NyBMMywxMCBMOS45LDEwIEMxMC41MzI1LDEwIDExLjA1LDkuNDg1NzE0MjkgMTEuMDUsOC44NTcxNDI4NiBMMTEuMDUsMiBMMjMuNywyIEMyNC45NzA3NSwyIDI2LDMuMDIyODU3MTQgMjYsNC4yODU3MTQyOSBMMjYsMzEuNzE0Mjg1NyBaIE0yMiwyNiBDMjIsMjYuNTU1IDIxLjQ4NTcxNDMsMjcgMjAuODU3MTQyOSwyNyBMNy4xNDI4NTcxNCwyNyBDNi41MTQyODU3MSwyNyA2LDI2LjU1NSA2LDI2IEM2LDI1LjQ0NSA2LjUxNDI4NTcxLDI1IDcuMTQyODU3MTQsMjUgTDIwLjg1NzE0MjksMjUgQzIxLjQ4NTcxNDMsMjUgMjIsMjUuNDQ1IDIyLDI2IFogTTIyLDIwIEMyMiwyMC41NTUgMjEuNDg1NzE0MywyMSAyMC44NTcxNDI5LDIxIEw3LjE0Mjg1NzE0LDIxIEM2LjUxNDI4NTcxLDIxIDYsMjAuNTU1IDYsMjAgQzYsMTkuNDQ1IDYuNTE0Mjg1NzEsMTkgNy4xNDI4NTcxNCwxOSBMMjAuODU3MTQyOSwxOSBDMjEuNDg1NzE0MywxOSAyMiwxOS40NDUgMjIsMjAgWiBNMjIsMTUgQzIyLDE1LjU1IDIxLjQ4NTcxNDMsMTYgMjAuODU3MTQyOSwxNiBMNy4xNDI4NTcxNCwxNiBDNi41MTQyODU3MSwxNiA2LDE1LjU1IDYsMTUgQzYsMTQuNDUgNi41MTQyODU3MSwxNCA3LjE0Mjg1NzE0LDE0IEwyMC44NTcxNDI5LDE0IEMyMS40ODU3MTQzLDE0IDIyLDE0LjQ1IDIyLDE1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-image img {
	min-width: 50px;
	max-width: 50px;
	display: block;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
	animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
	animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-error-mark, .awsm-form-drag-and-drop-file-control .dz-preview .dz-success-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-error-mark svg, .awsm-form-drag-and-drop-file-control .dz-preview .dz-success-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-processing .dz-progress {
	display: block;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-progress {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-progress .dz-upload {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #fff;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-progress .dz-upload::before {
	content: attr(data-uploadtext);
	font-size: 14px;
	position: absolute;
	left: 70px;
	bottom: 22px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #737373;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-complete .dz-progress .dz-upload::before {
	opacity: 0;
}

.awsm-form-drag-and-drop-file-control .dz-preview.dz-error .dz-error-message {
	display: block;
}

.awsm-form-drag-and-drop-file-control .dz-preview .dz-error-message {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 12px;
	color: #900;
	position: relative;
	z-index: 2;
	margin-top: 5px;
}

.awsm-job-form-description p {
	margin-bottom: 25px;
}

.awsm-job-form-plugin-style .iti.awsm-job-form-control {
	padding: 0;
	border: none;
}

.awsm-job-form-repeater-group {
	margin-bottom: 20px;
}

.awsm-job-form-repeater-entry-item-group, .awsm-job-form-repeater-group .awsm-job-form-repeater-item {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 20px;
	padding: 1em;
}

.awsm-job-form-repeater-controls, .awsm-job-form-repeater-extra-controls {
	text-align: right;
}

.awsm-job-form-repeater-extra-controls {
	margin: 14px 0;
}

.awsm-job-form-repeater-controls button, .awsm-job-form-repeater-extra-controls button {
	padding: 5px 18px;
}

.awsm-job-form-repeater-controls button.awsm-job-form-repeater-cancel-control {
	margin-left: 7px;
}

.awsm-job-form-repeater-entry-item {
	display: table;
}

.awsm-job-form-repeater-entry-item-row {
	display: table-row;
}

.awsm-job-form-repeater-entry-item-column {
	display: table-cell;
	padding: 5px 10px;
}

.awsm-job-form-repeater-entry-item-row .awsm-job-form-repeater-entry-item-column:first-child {
	padding-left: 0;
}

.awsm-job-form-repeater-entry-item-controls {
	margin-top: 10px;
}

.awsm-job-form-repeater-entry-item-controls a {
	margin-right: 10px;
}

.awsm-job-form-repeater-entry-item-controls a.awsm-job-form-repeater-remove-control {
	color: #b32d2e;
}

.awsm-job-form-plugin-style .awsm-job-form-repeater-controls button, .awsm-job-form-plugin-style .awsm-job-form-repeater-extra-controls button {
	padding: 7px 25px;
}

.awsm-jobs-pro-listings-link-container {
	clear: both;
	margin: 18px 0;
}

a.awsm-jobs-pro-listings-link:before {
	content: "		←";
	padding-right: 10px;
}

/*
Theme Name: Divi Child
Theme URI: https://www.gofclogistics.com/
Description: Child theme for Divi - GOFCLogistics
Author: GOFCLogistics Dev Team
Author URI: https://www.gofclogistics.com/
Template: Divi
Version: 1.0
*/
*, *::before, *::after {
	box-sizing: border-box;
}

body {
	color: #000;
	background: #fff;
	line-height: 1.6;
	font-family: "Roboto", sans-serif;
}

a {
	color: #f26725;
	text-decoration: none;
	transition: color .3s ease;
}

a:hover {
	color: #204499;
}

/* === Scoped Link Styling (best practice) === */
.et_pb_text:not(footer) a {
	color: #f26725;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.et_pb_text:not(footer) a:hover {
	color: #204499;
}

/* === Footer & Header Link Styling === */
footer a, .et_pb_menu a {
	color: #fff;
	text-decoration: none;
}

footer a:hover, .et_pb_menu a:hover {
	color: #f26725;
	text-decoration: none;
}

/* === Buttons === */
button, input[type="submit"], .et_pb_button, .cta-button {
	background: #f26725;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
}

/* === Font Awesome (inline icons) === */
.fa-icon::before, .icon-tel a::before, .icon-email a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #969696;
	display: inline-block;
	vertical-align: middle;
	speak: none;
}

a.more-link::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 5px;
	display: inline-block;
	speak: none;
}

/* === Forms === */
.awsm-application-form label {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.awsm-application-form input, .awsm-application-form textarea {
	padding: 16px;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	width: 100%;
	border-radius: 4px;
	font-size: 16px;
}

.awsm-application-form textarea {
	resize: vertical;
	min-height: 150px;
}

.awsm-application-form input:focus, .awsm-application-form textarea:focus, .awsm-selectric:focus {
	border-color: #204499;
	outline: none;
}

/* === Custom Selects === */
.awsm-selectric {
	padding: 12px;
	border: 1px solid #666;
	background: #fff;
	color: #000;
}

.awsm-selectric-items li, .awsm-selectric-items li:hover, .awsm-selectric-items li.highlighted {
	background: #fff;
	color: #000;
}

.awsm-selectric .label {
	color: #000;
}

/* === Submit Button === */
input#awsm-application-submit-btn {
	background: #f26725;
	color: #fff;
	padding: 12px 30px;
	border-radius: 4px;
	border: none;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}

input#awsm-application-submit-btn:hover {
	background-color: #204499 !important;
}

/* === Accessibility === */
[aria-hidden="true"] {
	speak: none;
}

/* === Ordered Lists === */
ol li::marker {
	font-weight: 700;
}

/* === Definition Lists === */
dl {
	margin-bottom: 20px;
}

dt {
	margin-top: 16px;
}

dd {
	margin-left: 0;
	margin-bottom: 12px;
}

/* === List Spacing Utility (apply class: list_spacing on the module) === */
.et_pb_text.list_spacing ul > li, .et_pb_text.list_spacing ol > li, .list_spacing ul > li, .list_spacing ol > li {
	margin-top: 10px;
}

.et_pb_text.list_spacing ul > li:first-child, .et_pb_text.list_spacing ol > li:first-child, .list_spacing ul > li:first-child, .list_spacing ol > li:first-child {
	margin-top: 0;
}

/* === Services Cards Carousel spacing fix (Swiper-safe) ===
   Add CSS Class "services_cards_carousel" to the Supreme Card Carousel module.
   This forces consistent gutters even if spaceBetween fails on some pages (caching/JS timing).
*/
.services_cards_carousel .swiper-wrapper {
	margin-left: -12px;
	margin-right: -12px;
}

.services_cards_carousel .swiper-slide, .services_cards_carousel .dsm_card_carousel_item {
	padding: 12px;
	box-sizing: border-box;
}

/* Prevent visual clipping from slide padding */
.services_cards_carousel {
	overflow: visible;
}

/* === Footer Social Icons (Divi Follow module) === */
footer .et_pb_social_media_follow ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

footer .et_pb_social_media_follow li {
	display: flex !important;
	padding: 0 !important;
	margin: 0 !important;
}

footer .et_pb_social_icon a.icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border: 2px solid #969696 !important;
	border-radius: 4px !important;
	color: #969696 !important;
	font-size: 18px !important;
}

footer .et_pb_social_media_follow_network_2_tb_footer a.icon:before {
	font-family: "Font Awesome 6 Brands" !important;
	content: "";
	/* Unicode for X */
	font-weight: 400 !important;
}

footer .et_pb_social_media_follow_network_name {
	display: none !important;
}

footer .et_pb_social_media_follow_network_2_tb_footer .et_pb_social_media_follow_network_name::after {
	content: "X";
}

/* === Custom Social Icons injected into footer credits (includes/social_icons.php) === */
.et-social-icons {
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-items: center !important;
	gap: 16px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.et-social-icons li {
	display: flex !important;
}

/* === Responsive Fixes === */
@media (max-width: 768px) {
	.icon-tel a, .icon-email a {
		display: flex;
		align-items: center;
		font-size: 16px;
		padding: 8px 0;
	}
	
	a.more-link {
		display: inline-block;
		margin-top: 10px;
		font-size: 16px;
	}
	
	.hero-section {
		padding: 20px;
	}
	
	.cta-button {
		width: 100%;
	}
	
	footer .et_pb_social_media_follow ul {
		justify-content: flex-start !important;
	}
}

@media (max-width: 480px) {
	a.more-link, .icon-tel a, .icon-email a {
		font-size: 15px;
	}
	
	footer .et_pb_social_media_follow ul {
		justify-content: center !important;
	}
}

/* === FCL Blog Grid & Title/Transition Fixes (2025-07) === */
.entry-title, .et_pb_post .entry-title {
	word-break: normal !important;
	word-wrap: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
	max-width: 100% !important;
	text-align: left !important;
}

.et_pb_post {
	transition: none !important;
	min-width: 320px;
	width: 100%;
	box-sizing: border-box;
}

.et_pb_post .more-link {
	margin-top: 1em !important;
}

.et_pb_menu {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.et_pb_menu__logo img {
	max-height: 60px !important;
	height: auto !important;
	width: auto !important;
	display: inline-block !important;
	vertical-align: middle;
}

/* === Blog Grid Equal Height (CSS-only, replaces JS polyfill — eliminates CLS) === */
.et_pb_blog_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}

.et_pb_blog_grid .et_pb_post {
	display: flex;
	flex-direction: column;
	height: auto;
}

.et_pb_blog_grid .et_pb_post .et_pb_post_main_content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.et_pb_blog_grid .et_pb_post .more-link {
	margin-top: auto !important;
}

@media (max-width: 900px) {
	.et_pb_blog_grid .et_pb_post {
		flex-basis: 100%;
		min-width: 0;
	}
}

/* Disable hover effects ONLY inside blog/page content (prevents "jump") */
.single-post .entry-content .et_pb_post:hover, .page .entry-content .et_pb_post:hover {
	transform: none !important;
	box-shadow: none !important;
}

/* === END FCL Blog/Title Fixes === */

/* =========================================================
   GLOBAL HERO HEADLINE (SITE-WIDE)
   ========================================================= */
.hero-headline {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-headline h1 {
	margin: 0 0 6px 0;
}

.hero-headline h2 {
	margin: 0;
}

/* Responsive hero type */
@media (max-width: 980px) {
	.hero-headline h1 {
		font-size: 20px;
		line-height: 1.3;
	}
	
	.hero-headline h2 {
		font-size: 40px;
		line-height: 1.15;
	}
}

@media (max-width: 767px) {
	.hero-headline h1 {
		font-size: 16px;
		line-height: 1.3;
	}
	
	.hero-headline h2 {
		font-size: 32px;
		line-height: 1.12;
	}
}

/* Hub-style calmer heroes */
.hero-hub h2 {
	font-size: 36px;
	line-height: 1.2;
}

@media (max-width: 980px) {
	.hero-hub h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.hero-hub h2 {
		font-size: 26px;
	}
}

/* Home hero text stability */
.home-hero h1, .home-hero h2 {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	white-space: normal;
	max-width: 100%;
}

/* Extra stability for ultrawide + Edge */
.home-hero .et_pb_column {
	min-width: 0;
}

/* === Footer Contact Button === */
.footer-contact-button {
	display: inline-block;
	border: 2px solid #fff !important;
	background: transparent !important;
	padding: 12px 22px;
	transition: all .3s ease-in-out;
}

.footer-contact-button a {
	color: #fff !important;
	text-decoration: none !important;
}

.footer-contact-button:hover {
	background: #fff !important;
}

/* ==========================================================
   FCL STEP GUIDE
   Pages: /managing-product-rejection-causes-resolution-and-prevention/
   ========================================================== */
.fcl-step-guide-wrapper {
	margin-top: 10px;
}

.fcl-step-guide-wrapper h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 14px;
}

.fcl-step-guide {
	counter-reset: step;
	list-style: none !important;
	padding-left: 0;
	margin-left: 0;
}

.fcl-step-guide > li {
	counter-increment: step;
	position: relative;
	padding-left: 60px;
	margin-bottom: 24px;
}

.fcl-step-guide > li::before {
	content: counter(step);
	position: absolute;
	left: 0;
	top: .25em;
	width: 32px;
	height: 32px;
	background: #f26725;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}

.fcl-step-guide h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 6px 0;
}

.fcl-step-guide p, .fcl-step-guide ul li {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6em;
}

.fcl-step-guide ul {
	list-style: disc;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.fcl-step-guide ul li {
	counter-increment: none;
}

.fcl-step-guide > li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
}

.fcl-step-guide ul + p {
	margin-top: 0;
}

@media (max-width: 980px) {
	.fcl-step-guide-wrapper h2 {
		font-size: 22px;
	}
	
	.fcl-step-guide h3 {
		font-size: 19px;
	}
	
	.fcl-step-guide p, .fcl-step-guide ul li {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.fcl-step-guide-wrapper h2 {
		font-size: 20px;
	}
	
	.fcl-step-guide h3 {
		font-size: 18px;
	}
	
	.fcl-step-guide p, .fcl-step-guide ul li {
		font-size: 16px;
	}
}

/* ==========================================================
   FREIGHT CLAIM STEP GUIDE
   Pages: /a-complete-guide-to-freight-claims/
   ========================================================== */
.freight-claim-steps-wrapper {
	margin-top: 10px;
}

.freight-claim-steps-wrapper h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 14px;
}

.freight-claim-steps {
	counter-reset: claim-step;
	list-style: none !important;
	padding-left: 0;
	margin-left: 0;
}

.freight-claim-steps > li {
	counter-increment: claim-step;
	position: relative;
	padding-left: 60px;
	margin-bottom: 24px;
}

.freight-claim-steps > li::before {
	content: counter(claim-step);
	position: absolute;
	left: 0;
	top: .25em;
	width: 32px;
	height: 32px;
	background: #f26725;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}

.freight-claim-steps h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 6px 0;
}

.freight-claim-steps p, .freight-claim-steps ul li {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6em;
}

.freight-claim-steps ul {
	list-style: disc;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.freight-claim-steps ul li {
	counter-increment: none;
}

.freight-claim-steps > li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
}

.freight-claim-steps ul + p {
	margin-top: 0;
}

@media (max-width: 980px) {
	.freight-claim-steps-wrapper h2 {
		font-size: 22px;
	}
	
	.freight-claim-steps h3 {
		font-size: 19px;
	}
	
	.freight-claim-steps p, .freight-claim-steps ul li {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.freight-claim-steps-wrapper h2 {
		font-size: 20px;
	}
	
	.freight-claim-steps h3 {
		font-size: 18px;
	}
	
	.freight-claim-steps p, .freight-claim-steps ul li {
		font-size: 16px;
	}
}

/* ==========================================================
   FREIGHT CLAIM DENIAL CARDS
   Pages: /a-complete-guide-to-freight-claims/
   ========================================================== */
.fcl-claim-denials {
	margin-top: 12px;
	margin-bottom: 8px;
}

.fcl-denial {
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 18px 20px 18px 24px;
	margin-bottom: 14px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.fcl-denial::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	background: #f26725;
	border-radius: 4px;
}

.fcl-denial h3 {
	margin: 0 0 6px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #000;
}

.fcl-denial p {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6;
	color: #333;
}

.fcl-denial:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
	transform: translateY(-1px);
	transition: all .2s ease;
}

@media (max-width: 768px) {
	.fcl-denial {
		padding: 18px 18px 18px 24px;
	}
	
	.fcl-denial h3 {
		font-size: 18px;
	}
	
	.fcl-denial p {
		font-size: 16px;
	}
}

/* ==========================================================
   FCL TABLE (generic orange-header data table)
   Pages: /understanding-freight-accessorial-charges/
   ========================================================== */
.fcl-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.5;
}

.fcl-table thead th {
	background: #f26725;
	color: #fff;
	font-weight: 600;
	padding: 14px 16px;
	text-align: left;
	letter-spacing: .3px;
	white-space: nowrap;
}

.fcl-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
}

.fcl-table th, .fcl-table td {
	border-left: none;
	border-right: none;
}

.fcl-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.fcl-table tbody tr:hover td {
	background-color: #f5f5f5;
}

@media (max-width: 768px) {
	.fcl-table--stack thead {
		display: none;
	}
	
	.fcl-table--stack, .fcl-table--stack tbody, .fcl-table--stack tr, .fcl-table--stack td {
		display: block;
		width: 100%;
	}
	
	.fcl-table--stack tr {
		margin-bottom: 16px;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}
	
	.fcl-table--stack td {
		border: none;
		padding: 12px 14px;
	}
	
	.fcl-table--stack td:nth-child(1)::before {
		content: "Accessorial";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: #f26725;
	}
	
	.fcl-table--stack td:nth-child(2)::before {
		content: "When It Applies";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
	
	.fcl-table--stack td:nth-child(3)::before {
		content: "Primary Cost Driver";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
}

/* ==========================================================
   CSA INTERVENTION THRESHOLD TABLE
   Pages: /how-to-resolve-a-poor-csa-score/
   ========================================================== */
@media (max-width: 768px) {
	.csa-threshold-table.fcl-table--stack td:nth-child(1)::before {
		content: "BASIC";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: #f26725;
	}
	
	.csa-threshold-table.fcl-table--stack td:nth-child(2)::before {
		content: "Property Carriers";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
	
	.csa-threshold-table.fcl-table--stack td:nth-child(3)::before {
		content: "HM Carriers";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
	
	.csa-threshold-table.fcl-table--stack td:nth-child(4)::before {
		content: "Passenger Carriers";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
}

/* ==========================================================
   FREIGHT CLASS TABLE
   Pages: /how-freight-classification-affects-your-bottom-line/
   ========================================================== */
.freight-class-table {
	width: 100%;
	max-width: 900px;
	margin: 40px auto;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.6;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.freight-class-table thead th {
	background-color: #f26725;
	color: #fff;
	text-align: left;
	padding: 16px 20px;
	font-weight: 600;
	letter-spacing: .3px;
}

.freight-class-table thead th:nth-child(2) {
	white-space: nowrap;
}

.freight-class-table tbody td {
	padding: 16px 20px;
	border-bottom: 1px solid #ececec;
	vertical-align: top;
}

.freight-class-table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.freight-class-table tbody tr:hover {
	background-color: #f3f3f3;
	transition: background .2s ease;
}

.freight-class-table td:first-child {
	font-weight: 600;
	color: #1f2a44;
	width: 120px;
	white-space: nowrap;
}

.freight-class-table td:nth-child(2) {
	width: 220px;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
}

.freight-class-table td:last-child {
	color: #555;
}

@media (max-width: 767px) {
	.freight-class-table {
		max-width: 100%;
		margin: 20px 0;
		font-size: 14px;
		box-shadow: none;
	}
	
	.freight-class-table thead {
		display: none;
	}
	
	.freight-class-table, .freight-class-table tbody, .freight-class-table tr, .freight-class-table td {
		display: block;
		width: 100%;
	}
	
	.freight-class-table tbody tr {
		background: #fff;
		border: 1px solid #eee;
		border-radius: 10px;
		margin-bottom: 14px;
		overflow: hidden;
	}
	
	.freight-class-table tbody td {
		border-bottom: 1px solid #eee;
		padding: 12px 14px;
		white-space: normal;
	}
	
	.freight-class-table tbody td:last-child {
		border-bottom: 0;
	}
	
	.freight-class-table tbody td:nth-child(1)::before {
		content: "Freight Class";
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .4px;
		color: #f26725;
		margin-bottom: 4px;
	}
	
	.freight-class-table tbody td:nth-child(2)::before {
		content: "Weight per Cubic Foot";
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .4px;
		margin-bottom: 4px;
	}
	
	.freight-class-table tbody td:nth-child(3)::before {
		content: "Typical Freight";
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .4px;
		margin-bottom: 4px;
	}
}

/* ==========================================================
   FREIGHT COMPARISON TABLE (FTL vs LTL)
   Pages: /truckload-vs-ltl-shipping/
   ========================================================== */
.freight-comparison-table-wrapper {
	margin: 20px 0 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.freight-comparison-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.freight-comparison-table thead th {
	background: #f26725;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: left;
	padding: 14px 16px;
	border: 1px solid #e6e6e6;
	white-space: nowrap;
}

.freight-comparison-table td {
	padding: 16px;
	border: 1px solid #e6e6e6;
	vertical-align: top;
}

.freight-comparison-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.freight-comparison-table th:first-child, .freight-comparison-table td:first-child {
	font-weight: 600;
	color: #333;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.freight-comparison-table {
		font-size: 14px;
		min-width: 480px;
	}
	
	.freight-comparison-table thead th, .freight-comparison-table td {
		padding: 10px 12px;
	}
}

/* ==========================================================
   PRODUCE TEMPERATURE TABLE
   Pages: /3-tips-for-fresh-produce-transportation/
   ========================================================== */
.produce-temp-table-wrapper {
	margin: 20px 0 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 6px;
	overflow: hidden;
}

.produce-temp-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.produce-temp-table thead th {
	background: #f26725;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: left;
	padding: 14px 16px;
	letter-spacing: .3px;
	white-space: nowrap;
}

.produce-temp-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
}

.produce-temp-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.produce-temp-table tbody tr:hover td {
	background-color: #f5f5f5;
}

.produce-temp-table th, .produce-temp-table td {
	border-left: none;
	border-right: none;
}

.produce-temp-table td:nth-child(1) {
	font-weight: 600;
	color: #1f2a44;
	white-space: nowrap;
}

.produce-temp-table td:nth-child(2) {
	white-space: nowrap;
}

.produce-temp-table-note {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

@media (max-width: 768px) {
	.produce-temp-table--stack thead {
		display: none;
	}
	
	.produce-temp-table--stack, .produce-temp-table--stack tbody, .produce-temp-table--stack tr, .produce-temp-table--stack td {
		display: block;
		width: 100%;
	}
	
	.produce-temp-table--stack tr {
		margin-bottom: 16px;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}
	
	.produce-temp-table--stack td {
		border: none;
		padding: 12px 14px;
		white-space: normal;
	}
	
	.produce-temp-table--stack td:nth-child(1)::before {
		content: "Commodity";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: #f26725;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4px;
	}
	
	.produce-temp-table--stack td:nth-child(2)::before {
		content: "Example Range";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4px;
	}
	
	.produce-temp-table--stack td:nth-child(3)::before {
		content: "Why It Matters";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4px;
	}
}

/*
Theme Name: Divi Child
Theme URI: https://www.gofclogistics.com/
Description: Child theme for Divi - GOFCLogistics
Author: GOFCLogistics Dev Team
Author URI: https://www.gofclogistics.com/
Template: Divi
Version: 1.0
*/
*, *::before, *::after {
	box-sizing: border-box;
}

body {
	color: #000;
	background: #fff;
	line-height: 1.6;
	font-family: "Roboto", sans-serif;
}

a {
	color: #f26725;
	text-decoration: none;
	transition: color .3s ease;
}

a:hover {
	color: #204499;
}

/* === Scoped Link Styling (best practice) === */
.et_pb_text:not(footer) a {
	color: #f26725;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.et_pb_text:not(footer) a:hover {
	color: #204499;
}

/* === Footer & Header Link Styling === */
footer a, .et_pb_menu a {
	color: #fff;
	text-decoration: none;
}

footer a:hover, .et_pb_menu a:hover {
	color: #f26725;
	text-decoration: none;
}

/* === Buttons === */
button, input[type="submit"], .et_pb_button, .cta-button {
	background: #f26725;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
}

/* === Font Awesome (inline icons) === */
.fa-icon::before, .icon-tel a::before, .icon-email a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #969696;
	display: inline-block;
	vertical-align: middle;
	speak: none;
}

a.more-link::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 5px;
	display: inline-block;
	speak: none;
}

/* === Forms === */
.awsm-application-form label {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.awsm-application-form input, .awsm-application-form textarea {
	padding: 16px;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	width: 100%;
	border-radius: 4px;
	font-size: 16px;
}

.awsm-application-form textarea {
	resize: vertical;
	min-height: 150px;
}

.awsm-application-form input:focus, .awsm-application-form textarea:focus, .awsm-selectric:focus {
	border-color: #204499;
	outline: none;
}

/* === Custom Selects === */
.awsm-selectric {
	padding: 12px;
	border: 1px solid #666;
	background: #fff;
	color: #000;
}

.awsm-selectric-items li, .awsm-selectric-items li:hover, .awsm-selectric-items li.highlighted {
	background: #fff;
	color: #000;
}

.awsm-selectric .label {
	color: #000;
}

/* === Submit Button === */
input#awsm-application-submit-btn {
	background: #f26725;
	color: #fff;
	padding: 12px 30px;
	border-radius: 4px;
	border: none;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}

input#awsm-application-submit-btn:hover {
	background-color: #204499 !important;
}

/* === Accessibility === */
[aria-hidden="true"] {
	speak: none;
}

/* === Ordered Lists === */
ol li::marker {
	font-weight: 700;
}

/* === Definition Lists === */
dl {
	margin-bottom: 20px;
}

dt {
	margin-top: 16px;
}

dd {
	margin-left: 0;
	margin-bottom: 12px;
}

/* === List Spacing Utility (apply class: list_spacing on the module) === */
.et_pb_text.list_spacing ul > li, .et_pb_text.list_spacing ol > li, .list_spacing ul > li, .list_spacing ol > li {
	margin-top: 10px;
}

.et_pb_text.list_spacing ul > li:first-child, .et_pb_text.list_spacing ol > li:first-child, .list_spacing ul > li:first-child, .list_spacing ol > li:first-child {
	margin-top: 0;
}

/* === Services Cards Carousel spacing fix (Swiper-safe) ===
   Add CSS Class "services_cards_carousel" to the Supreme Card Carousel module.
   This forces consistent gutters even if spaceBetween fails on some pages (caching/JS timing).
*/
.services_cards_carousel .swiper-wrapper {
	margin-left: -12px;
	margin-right: -12px;
}

.services_cards_carousel .swiper-slide, .services_cards_carousel .dsm_card_carousel_item {
	padding: 12px;
	box-sizing: border-box;
}

/* Prevent visual clipping from slide padding */
.services_cards_carousel {
	overflow: visible;
}

/* === Footer Social Icons (Divi Follow module) === */
footer .et_pb_social_media_follow ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

footer .et_pb_social_media_follow li {
	display: flex !important;
	padding: 0 !important;
	margin: 0 !important;
}

footer .et_pb_social_icon a.icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border: 2px solid #969696 !important;
	border-radius: 4px !important;
	color: #969696 !important;
	font-size: 18px !important;
}

footer .et_pb_social_media_follow_network_2_tb_footer a.icon:before {
	font-family: "Font Awesome 6 Brands" !important;
	content: "";
	/* Unicode for X */
	font-weight: 400 !important;
}

footer .et_pb_social_media_follow_network_name {
	display: none !important;
}

footer .et_pb_social_media_follow_network_2_tb_footer .et_pb_social_media_follow_network_name::after {
	content: "X";
}

/* === Custom Social Icons injected into footer credits (includes/social_icons.php) === */
.et-social-icons {
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-items: center !important;
	gap: 16px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.et-social-icons li {
	display: flex !important;
}

/* === Responsive Fixes === */
@media (max-width: 768px) {
	.icon-tel a, .icon-email a {
		display: flex;
		align-items: center;
		font-size: 16px;
		padding: 8px 0;
	}
	
	a.more-link {
		display: inline-block;
		margin-top: 10px;
		font-size: 16px;
	}
	
	.hero-section {
		padding: 20px;
	}
	
	.cta-button {
		width: 100%;
	}
	
	footer .et_pb_social_media_follow ul {
		justify-content: flex-start !important;
	}
}

@media (max-width: 480px) {
	a.more-link, .icon-tel a, .icon-email a {
		font-size: 15px;
	}
	
	footer .et_pb_social_media_follow ul {
		justify-content: center !important;
	}
}

/* === FCL Blog Grid & Title/Transition Fixes (2025-07) === */
.entry-title, .et_pb_post .entry-title {
	word-break: normal !important;
	word-wrap: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
	max-width: 100% !important;
	text-align: left !important;
}

.et_pb_post {
	transition: none !important;
	min-width: 320px;
	width: 100%;
	box-sizing: border-box;
}

.et_pb_post .more-link {
	margin-top: 1em !important;
}

.et_pb_menu {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.et_pb_menu__logo img {
	max-height: 60px !important;
	height: auto !important;
	width: auto !important;
	display: inline-block !important;
	vertical-align: middle;
}

/* === Blog Grid Equal Height (CSS-only, replaces JS polyfill — eliminates CLS) === */
.et_pb_blog_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}

.et_pb_blog_grid .et_pb_post {
	display: flex;
	flex-direction: column;
	height: auto;
}

.et_pb_blog_grid .et_pb_post .et_pb_post_main_content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.et_pb_blog_grid .et_pb_post .more-link {
	margin-top: auto !important;
}

@media (max-width: 900px) {
	.et_pb_blog_grid .et_pb_post {
		flex-basis: 100%;
		min-width: 0;
	}
}

/* Disable hover effects ONLY inside blog/page content (prevents "jump") */
.single-post .entry-content .et_pb_post:hover, .page .entry-content .et_pb_post:hover {
	transform: none !important;
	box-shadow: none !important;
}

/* === END FCL Blog/Title Fixes === */

/* =========================================================
   GLOBAL HERO HEADLINE (SITE-WIDE)
   ========================================================= */
.hero-headline {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-headline h1 {
	margin: 0 0 6px 0;
}

.hero-headline h2 {
	margin: 0;
}

/* Responsive hero type */
@media (max-width: 980px) {
	.hero-headline h1 {
		font-size: 20px;
		line-height: 1.3;
	}
	
	.hero-headline h2 {
		font-size: 40px;
		line-height: 1.15;
	}
}

@media (max-width: 767px) {
	.hero-headline h1 {
		font-size: 16px;
		line-height: 1.3;
	}
	
	.hero-headline h2 {
		font-size: 32px;
		line-height: 1.12;
	}
}

/* Hub-style calmer heroes */
.hero-hub h2 {
	font-size: 36px;
	line-height: 1.2;
}

@media (max-width: 980px) {
	.hero-hub h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.hero-hub h2 {
		font-size: 26px;
	}
}

/* Home hero text stability */
.home-hero h1, .home-hero h2 {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	white-space: normal;
	max-width: 100%;
}

/* Extra stability for ultrawide + Edge */
.home-hero .et_pb_column {
	min-width: 0;
}

/* === Footer Contact Button === */
.footer-contact-button {
	display: inline-block;
	border: 2px solid #fff !important;
	background: transparent !important;
	padding: 12px 22px;
	transition: all .3s ease-in-out;
}

.footer-contact-button a {
	color: #fff !important;
	text-decoration: none !important;
}

.footer-contact-button:hover {
	background: #fff !important;
}

/* ==========================================================
   FCL STEP GUIDE
   Pages: /managing-product-rejection-causes-resolution-and-prevention/
   ========================================================== */
.fcl-step-guide-wrapper {
	margin-top: 10px;
}

.fcl-step-guide-wrapper h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 14px;
}

.fcl-step-guide {
	counter-reset: step;
	list-style: none !important;
	padding-left: 0;
	margin-left: 0;
}

.fcl-step-guide > li {
	counter-increment: step;
	position: relative;
	padding-left: 60px;
	margin-bottom: 24px;
}

.fcl-step-guide > li::before {
	content: counter(step);
	position: absolute;
	left: 0;
	top: .25em;
	width: 32px;
	height: 32px;
	background: #f26725;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}

.fcl-step-guide h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 6px 0;
}

.fcl-step-guide p, .fcl-step-guide ul li {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6em;
}

.fcl-step-guide ul {
	list-style: disc;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.fcl-step-guide ul li {
	counter-increment: none;
}

.fcl-step-guide > li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
}

.fcl-step-guide ul + p {
	margin-top: 0;
}

@media (max-width: 980px) {
	.fcl-step-guide-wrapper h2 {
		font-size: 22px;
	}
	
	.fcl-step-guide h3 {
		font-size: 19px;
	}
	
	.fcl-step-guide p, .fcl-step-guide ul li {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.fcl-step-guide-wrapper h2 {
		font-size: 20px;
	}
	
	.fcl-step-guide h3 {
		font-size: 18px;
	}
	
	.fcl-step-guide p, .fcl-step-guide ul li {
		font-size: 16px;
	}
}

/* ==========================================================
   FREIGHT CLAIM STEP GUIDE
   Pages: /a-complete-guide-to-freight-claims/
   ========================================================== */
.freight-claim-steps-wrapper {
	margin-top: 10px;
}

.freight-claim-steps-wrapper h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 14px;
}

.freight-claim-steps {
	counter-reset: claim-step;
	list-style: none !important;
	padding-left: 0;
	margin-left: 0;
}

.freight-claim-steps > li {
	counter-increment: claim-step;
	position: relative;
	padding-left: 60px;
	margin-bottom: 24px;
}

.freight-claim-steps > li::before {
	content: counter(claim-step);
	position: absolute;
	left: 0;
	top: .25em;
	width: 32px;
	height: 32px;
	background: #f26725;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}

.freight-claim-steps h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 6px 0;
}

.freight-claim-steps p, .freight-claim-steps ul li {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6em;
}

.freight-claim-steps ul {
	list-style: disc;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.freight-claim-steps ul li {
	counter-increment: none;
}

.freight-claim-steps > li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
}

.freight-claim-steps ul + p {
	margin-top: 0;
}

@media (max-width: 980px) {
	.freight-claim-steps-wrapper h2 {
		font-size: 22px;
	}
	
	.freight-claim-steps h3 {
		font-size: 19px;
	}
	
	.freight-claim-steps p, .freight-claim-steps ul li {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.freight-claim-steps-wrapper h2 {
		font-size: 20px;
	}
	
	.freight-claim-steps h3 {
		font-size: 18px;
	}
	
	.freight-claim-steps p, .freight-claim-steps ul li {
		font-size: 16px;
	}
}

/* ==========================================================
   FREIGHT CLAIM DENIAL CARDS
   Pages: /a-complete-guide-to-freight-claims/
   ========================================================== */
.fcl-claim-denials {
	margin-top: 12px;
	margin-bottom: 8px;
}

.fcl-denial {
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 18px 20px 18px 24px;
	margin-bottom: 14px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.fcl-denial::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	background: #f26725;
	border-radius: 4px;
}

.fcl-denial h3 {
	margin: 0 0 6px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #000;
}

.fcl-denial p {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6;
	color: #333;
}

.fcl-denial:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
	transform: translateY(-1px);
	transition: all .2s ease;
}

@media (max-width: 768px) {
	.fcl-denial {
		padding: 18px 18px 18px 24px;
	}
	
	.fcl-denial h3 {
		font-size: 18px;
	}
	
	.fcl-denial p {
		font-size: 16px;
	}
}

/* ==========================================================
   FCL TABLE (generic orange-header data table)
   Pages: /understanding-freight-accessorial-charges/
   ========================================================== */
.fcl-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.5;
}

.fcl-table thead th {
	background: #f26725;
	color: #fff;
	font-weight: 600;
	padding: 14px 16px;
	text-align: left;
	letter-spacing: .3px;
	white-space: nowrap;
}

.fcl-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
}

.fcl-table th, .fcl-table td {
	border-left: none;
	border-right: none;
}

.fcl-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.fcl-table tbody tr:hover td {
	background-color: #f5f5f5;
}

@media (max-width: 768px) {
	.fcl-table--stack thead {
		display: none;
	}
	
	.fcl-table--stack, .fcl-table--stack tbody, .fcl-table--stack tr, .fcl-table--stack td {
		display: block;
		width: 100%;
	}
	
	.fcl-table--stack tr {
		margin-bottom: 16px;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}
	
	.fcl-table--stack td {
		border: none;
		padding: 12px 14px;
	}
	
	.fcl-table--stack td:nth-child(1)::before {
		content: "Accessorial";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: #f26725;
	}
	
	.fcl-table--stack td:nth-child(2)::before {
		content: "When It Applies";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
	
	.fcl-table--stack td:nth-child(3)::before {
		content: "Primary Cost Driver";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
}

/* ==========================================================
   CSA INTERVENTION THRESHOLD TABLE
   Pages: /how-to-resolve-a-poor-csa-score/
   ========================================================== */
@media (max-width: 768px) {
	.csa-threshold-table.fcl-table--stack td:nth-child(1)::before {
		content: "BASIC";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: #f26725;
	}
	
	.csa-threshold-table.fcl-table--stack td:nth-child(2)::before {
		content: "Property Carriers";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
	
	.csa-threshold-table.fcl-table--stack td:nth-child(3)::before {
		content: "HM Carriers";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
	
	.csa-threshold-table.fcl-table--stack td:nth-child(4)::before {
		content: "Passenger Carriers";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
	}
}

/* ==========================================================
   FREIGHT CLASS TABLE
   Pages: /how-freight-classification-affects-your-bottom-line/
   ========================================================== */
.freight-class-table {
	width: 100%;
	max-width: 900px;
	margin: 40px auto;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.6;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.freight-class-table thead th {
	background-color: #f26725;
	color: #fff;
	text-align: left;
	padding: 16px 20px;
	font-weight: 600;
	letter-spacing: .3px;
}

.freight-class-table thead th:nth-child(2) {
	white-space: nowrap;
}

.freight-class-table tbody td {
	padding: 16px 20px;
	border-bottom: 1px solid #ececec;
	vertical-align: top;
}

.freight-class-table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.freight-class-table tbody tr:hover {
	background-color: #f3f3f3;
	transition: background .2s ease;
}

.freight-class-table td:first-child {
	font-weight: 600;
	color: #1f2a44;
	width: 120px;
	white-space: nowrap;
}

.freight-class-table td:nth-child(2) {
	width: 220px;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
}

.freight-class-table td:last-child {
	color: #555;
}

@media (max-width: 767px) {
	.freight-class-table {
		max-width: 100%;
		margin: 20px 0;
		font-size: 14px;
		box-shadow: none;
	}
	
	.freight-class-table thead {
		display: none;
	}
	
	.freight-class-table, .freight-class-table tbody, .freight-class-table tr, .freight-class-table td {
		display: block;
		width: 100%;
	}
	
	.freight-class-table tbody tr {
		background: #fff;
		border: 1px solid #eee;
		border-radius: 10px;
		margin-bottom: 14px;
		overflow: hidden;
	}
	
	.freight-class-table tbody td {
		border-bottom: 1px solid #eee;
		padding: 12px 14px;
		white-space: normal;
	}
	
	.freight-class-table tbody td:last-child {
		border-bottom: 0;
	}
	
	.freight-class-table tbody td:nth-child(1)::before {
		content: "Freight Class";
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .4px;
		color: #f26725;
		margin-bottom: 4px;
	}
	
	.freight-class-table tbody td:nth-child(2)::before {
		content: "Weight per Cubic Foot";
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .4px;
		margin-bottom: 4px;
	}
	
	.freight-class-table tbody td:nth-child(3)::before {
		content: "Typical Freight";
		display: block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .4px;
		margin-bottom: 4px;
	}
}

/* ==========================================================
   FREIGHT COMPARISON TABLE (FTL vs LTL)
   Pages: /truckload-vs-ltl-shipping/
   ========================================================== */
.freight-comparison-table-wrapper {
	margin: 20px 0 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.freight-comparison-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.freight-comparison-table thead th {
	background: #f26725;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: left;
	padding: 14px 16px;
	border: 1px solid #e6e6e6;
	white-space: nowrap;
}

.freight-comparison-table td {
	padding: 16px;
	border: 1px solid #e6e6e6;
	vertical-align: top;
}

.freight-comparison-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.freight-comparison-table th:first-child, .freight-comparison-table td:first-child {
	font-weight: 600;
	color: #333;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.freight-comparison-table {
		font-size: 14px;
		min-width: 480px;
	}
	
	.freight-comparison-table thead th, .freight-comparison-table td {
		padding: 10px 12px;
	}
}

/* ==========================================================
   PRODUCE TEMPERATURE TABLE
   Pages: /3-tips-for-fresh-produce-transportation/
   ========================================================== */
.produce-temp-table-wrapper {
	margin: 20px 0 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 6px;
	overflow: hidden;
}

.produce-temp-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.produce-temp-table thead th {
	background: #f26725;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: left;
	padding: 14px 16px;
	letter-spacing: .3px;
	white-space: nowrap;
}

.produce-temp-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
}

.produce-temp-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.produce-temp-table tbody tr:hover td {
	background-color: #f5f5f5;
}

.produce-temp-table th, .produce-temp-table td {
	border-left: none;
	border-right: none;
}

.produce-temp-table td:nth-child(1) {
	font-weight: 600;
	color: #1f2a44;
	white-space: nowrap;
}

.produce-temp-table td:nth-child(2) {
	white-space: nowrap;
}

.produce-temp-table-note {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

@media (max-width: 768px) {
	.produce-temp-table--stack thead {
		display: none;
	}
	
	.produce-temp-table--stack, .produce-temp-table--stack tbody, .produce-temp-table--stack tr, .produce-temp-table--stack td {
		display: block;
		width: 100%;
	}
	
	.produce-temp-table--stack tr {
		margin-bottom: 16px;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}
	
	.produce-temp-table--stack td {
		border: none;
		padding: 12px 14px;
		white-space: normal;
	}
	
	.produce-temp-table--stack td:nth-child(1)::before {
		content: "Commodity";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: #f26725;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4px;
	}
	
	.produce-temp-table--stack td:nth-child(2)::before {
		content: "Example Range";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4px;
	}
	
	.produce-temp-table--stack td:nth-child(3)::before {
		content: "Why It Matters";
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4px;
	}
}

/* === NON-CRITICAL CSS === */

/* Animations, transitions, and visual polish loaded after first paint */

/* Miscellaneous visual polish */
body {
	scroll-behavior: smooth;
}

/* Button hover transitions */
.et_pb_button:hover, .cta-button:hover {
	box-shadow: 0 4px 20px rgba(32, 68, 153, .14);
	filter: brightness(1.05);
}

/* Card hover effects (keep shadow, avoid layout "jump" from transforms) */
.et_pb_post:hover {
	box-shadow: 0 2px 20px rgba(32, 68, 153, .12);
	transform: none;
	transition: box-shadow .3s;
}

/* Image transition baseline (blog grid only) */
.et_pb_blog_grid .et_pb_post img {
	transition: transform .3s, box-shadow .3s;
}

/* Hover zoom ONLY on blog grid cards (not inside post/page body content) */
@media (hover: hover) and (pointer: fine) {
	.et_pb_blog_grid .et_pb_post:hover img {
		transform: scale(1.03);
	}
}

/* Social icon hovers */
footer .et_pb_social_icon a.icon:hover {
	color: #fff !important;
	background: #204499;
	border-color: #204499;
	transition: background .3s, color .3s, border-color .3s;
}

/* NOTE: Removed broad transition on .et_pb_section, .et_pb_row, .et_pb_column —
   was causing laggy builder previews and visual "settling" when switching device views. */

/* Animations for AWSM job filters */
.awsm-job-filters select, .awsm-job-filters input[type="text"] {
	transition: border-color .3s;
}

.awsm-job-filters select:focus, .awsm-job-filters input[type="text"]:focus {
	border-color: #204499;
}

/* Animation for buttons when submitting forms
   - only on hover-capable devices (prevents mobile tap oddities) */
@media (hover: hover) and (pointer: fine) {
	.gform_button:active, input[type="submit"]:active {
		filter: brightness(.95);
		transform: scale(.98);
	}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	.et_pb_blog_grid .et_pb_post img, .et_pb_button, .cta-button, .gform_button, input[type="submit"] {
		transition: none !important;
	}
	
	.gform_button:active, input[type="submit"]:active {
		transform: none !important;
		filter: none !important;
	}
}
