/* ------------ Style.css ------------ */
/*
Table of Contents
1. Generic ----------------------------------------
01. Fonts -------------------------------------
02. Base --------------------------------------
03. Helpers -----------------------------------
2. Page Sections ----------------------------------
01. Wrapper -----------------------------------
02. Header ------------------------------------
03. Main Content ------------------------------
04. Footer ------------------------------------
*/

/* ==========================================================================
I. Generic
========================================================================== */

/* ------------------------------------------------------------
Fonts
------------------------------------------------------------ */

/*
font-family: 'Lato', sans-serif;
*/

@font-face {
font-family: 'Trajan Pro 3';
src: url('../fonts/TrajanPro3Light.woff') format('woff2'),
    url('../fonts/TrajanPro3Light.woff2') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Trajan Pro 3';
src: url('../fonts/TrajanPro3-Regular.woff') format('woff2'),
    url('../fonts/TrajanPro3-Regular.woff2') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
 
@font-face {
font-family: 'Trajan Pro 3';
src: url('../fonts/TrajanPro3SemiBold.woff') format('woff2'),
    url('../fonts/TrajanPro3SemiBold.woff2') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}


/* ------------------------------------------------------------
Base
------------------------------------------------------------ */

html {
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

::-ms-clear {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select,
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}
.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"],
.elementor-widget-image .elementor-widget-container > a img[src$=".svg"]{
  width: auto;
}

body p,
.elementor-widget-container,
.elementor-image-box-description {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.elementor-text-editor p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.elementor a,
a {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: #a65d43;
  font-size: inherit;
  transition: all 0.3s;
  font-weight: 700;
}

.elementor p a {
  font-weight: inherit;
  font-weight: 700;
}

.elementor a:hover,
a:hover {
  text-decoration: none;
  color: #a65d43;
}


body a,
body p a {
  color: #a65d43;
  text-decoration: underline;
  font-weight: 700;
}

body a,
body p a:hover {
  color: #a65d43;
  text-decoration: none;
}
.swiper-container:not(.swiper) {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container.swiper-initialized:not(.swiper) .swiper-wrapper{
  overflow: visible;
}
/* / =----------------------------UL/OL---------------------------- / */

.site-main ul {
  font-size: inherit;
  list-style: none;
}

.site-main ol {
  list-style: decimal outside;
  font-size: inherit;
  padding-left: 18px;
}

body .site-main ul li,
body .site-main ul li ol li ul li {
  font-size: inherit;
  line-height: 1.43;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
}

.site-main ol li,
.site-main ul li ol li {
  font-size: inherit;
  line-height: 1.43;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

.site-main ol ol,
.site-main ul ul,
.site-main ol ul,
.site-main ul ol {
  margin-bottom: 0;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
  margin-left: 0;
  padding-left: 0;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
.site-main ul li ol li ul li:after {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 6px;
  font-weight: 900;
}

.site-main .yellow-check-list li:before {
  content: "\f00c" !important;
  color: #109bd6 !important;
  font-family: "FontAwesome" !important;
  top: 3px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.site-main ul ol li::before {
  display: none !important;
}



/* / =----------------------------UL/OL---------------------------- / */

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "IBM Plex Sans", Sans-serif;
  color: #003057;
  line-height: 1.5;
  font-weight: 400;
}

body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1,
body .elementor-widget-heading.h1 .elementor-heading-title,
h1.elementor-cta__title {
  font-size: 60px;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: normal;
  line-height: 1.166667; /* 70px */
}

body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2,
body .elementor-widget-heading.h2 .elementor-heading-title,
h2.elementor-cta__title {
  font-size: 46px;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: normal;
  line-height: 1; /* 46px */
}

body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3,
body .elementor-widget-heading.h3 .elementor-heading-title,
h3.elementor-cta__title  {
  font-size: 32px;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: 400;
  line-height: 1; /* 32px */
}
body{
	overflow-x: hidden;
}
body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
h4.elementor-cta__title {
  font-size: 30px;
  font-family: "IBM Plex Sans", Sans-serif;
  font-weight: 500;
  line-height: 1.333333; /* 40px */
}

body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5,
body .elementor-widget-heading.h5 .elementor-heading-title,
h5.elementor-cta__title {
  font-size: 22px;
  font-family: "IBM Plex Sans", Sans-serif;
  font-weight: 500;
  line-height: 1.18182; /* 26px */
}

body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6,
body .elementor-widget-heading.h6 .elementor-heading-title,
h6.elementor-cta__title {
  font-size: 20px;
  font-family: "IBM Plex Sans", Sans-serif;
  font-weight: 500;
  line-height: 1.3; /* 26px */
}

body .elementor-widget-heading.display-1 .elementor-heading-title,
body .display-1 .elementor-heading-title {
  font-size: 70px;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: normal;
  line-height: 1; /* 70px */
}

body .elementor-widget-heading.display-2 .elementor-heading-title,
body .display-2 .elementor-heading-title{
  font-size: 36px;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: normal;
  line-height: 1; /* 36px */
}

body .elementor-widget-heading.display-3 .elementor-heading-title,
body .display-3 .elementor-heading-title{
  font-size: 12px;
  font-family: "IBM Plex Sans", Sans-serif;
  font-weight: 700;
  line-height: 1.33333; /* 16px */
}

/* ------------------------------------------------------------
Helpers
------------------------------------------------------------ */

.invisible {
  visibility: hidden !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}


/* / ----------------------Button style---------------------- / */

body [type="button"]:not(.gm-control-active),
body [type="submit"]:not(.adminbar-button),
.elementor-button,
body [type="button"]:not(.gm-control-active):focus,
body [type="button"]:not(.gm-control-active),
body [type="submit"]:not(.adminbar-button):focus,
body button:not(.gm-control-active):focus,
body button:not(.gm-control-active),
.elementor-cta .elementor-cta__button.elementor-button{
  color: #ffffff;
  background-color: #a65d43;
  font-size: 14px;
  line-height: 1.71428;
  padding: 8px 20px 7px;
  font-weight: 400 !important;
  border: 1px solid #a65d43;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.3s;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", Sans-serif;
  text-transform: uppercase;
  max-width: 100%;
}

.elementor-button:after,
[type="button"]:after {
  content: "";
  width: 238px;
  display: block;
  max-width: 100%;
}


body [type="button"]:not(.gm-control-active):hover,
body [type="submit"]:not(.adminbar-button):hover,
.elementor-button:hover,
body [type="button"]:not(.gm-control-active):focus:hover,
body [type="button"]:not(.gm-control-active):hover,
body [type="submit"]:not(.adminbar-button):focus:hover,
body button:not(.gm-control-active):focus:hover,
body button:not(.gm-control-active):hover,
.elementor-cta .elementor-cta__button.elementor-button:hover{
  background-color: #fff;
  color: #a65d43;
  text-decoration: none;
}

/* .blue-button[type="button"],
.blue-button[type="submit"]:not(.adminbar-button),
.blue-button.elementor-button,
.blue-button[type="button"]:focus,
.blue-button[type="button"],
.blue-button[type="submit"]:not(.adminbar-button):focus,
.blue-buttonbutton:focus,
.blue-buttonbutton {
  background-color: #1c2388 !important;
  color: #ffffff;
  text-decoration: none;
}

.blue-button[type="button"]:hover,
.blue-button[type="submit"]:not(.adminbar-button):hover,
.blue-button.elementor-button:hover,
.blue-button[type="button"]:focus:hover,
.blue-button[type="button"]:hover,
.blue-button[type="submit"]:not(.adminbar-button):focus:hover,
.blue-buttonbutton:focus:hover,
.blue-buttonbutton:hover {
  background-color: #1e269c !important;
  color: #ffffff;
  text-decoration: none;
} */


/* / ----------------------Button style---------------------- / */


/* .elementor-container{
  max-width: 1241px;
  padding-left: 30px;
  padding-right: 30px;
} */

/* .elementor-section.elementor-section-boxed > .elementor-container {
  width: calc(100% - 30px);
} */

.elementor-section.elementor-section-boxed > .elementor-container
.elementor-container {
  width: 100%;
}
/* ------------------------------------------------------------
Select Dropdown Custom Style
------------------------------------------------------------ */
/* gravity form select dropdowns */
.ginput_container_select .select,
.gfield .clear-multi .ginput_container_date .select,
.gfield .gfield_time_ampm .select {
  width: 100%;
  display: block;
  height: 40px;
  cursor: pointer;
  position: relative;
  /* border: 1px solid #666; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ginput_container_select .select > .select{
    display: none;
}
body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
  border-color: #e75454;
}

.s-hidden {
  display: none;
}
form select{
  padding: 7px 35px 7px 20px !important;
  height: 40px;
  border-radius: 0 !important;
  background-color: #efefef;
  border: solid 1px #efefef;
  box-shadow: none;
  font-size: 16px !important;
  line-height: 24px;
  color: #0d1623 !important;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s;
}
.styledSelect {
  padding: 7px 35px 7px 20px;
  position: relative;
  height: 40px;
  z-index: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 0 !important;
  background-color: #efefef;
  border: solid 1px #efefef;
  box-shadow: none;
  font-size: 16px !important;
  line-height: 24px;
  color: #0d1623 !important;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s;
  white-space: nowrap;
}
.styledSelect:focus{
  border: 1px solid #a65d43;
}

body .gform_wrapper .gfield_required {
  color: #666;
}

body .gform_wrapper .gfield_time_ampm select {
  width: 80px !important;
  padding-bottom: 17px !important;
  padding-top: 17px !important;
}

/* .styledSelect.active {
box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
} */

.styledSelect:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  line-height: 1;
  width: 15px;
  height: 8px;
  background: url("../img/chevron-down.svg") no-repeat center;
}

.styledSelect.active:after {
  background: url("../img/chevron-down.svg") no-repeat center;
  transform: translateY(-50%) rotate(180deg);
}

body .options {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 9;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
  border: solid 1px #cacaca;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

body form .options li {
  margin: 0;
  padding: 7px 15px 7px;
  font-size: 14px;
  /* border-top: 1px solid #ededed; */
  line-height: 1.86;
  letter-spacing: -0.18px;
  color: #666666;
  text-transform: none;
  /* height: 40px; */
  cursor: pointer;
}

body form .options li:hover {
  background-color: #f6f6f6;
}

.options li::before {
  display: none !important;
}

.options li[rel=""] {
  display: none;
}

.options li.active {
  background-color: #F6F6F6;
  position: relative;
  cursor: default;
  pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
    color: #0C2340;
}
/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */


/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */

/* html structure */
/* <label class="checkbox-container">One
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label> */
/* end html structure */

/* Create a custom checkbox */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 11px;
  top: 6px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="radio-container">One
<input type="radio" checked="checked" name="radio">
<span class="checkmark"></span>
</label> */

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 7px;
  left: 7.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper *:focus {
  outline: none;
}

html body .gform_wrapper div.validation_error html body .gform_wrapper form {
  border: 2px solid #666;
  padding: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 20px !important;
  border: 0;
  background: none;
  vertical-align: top;
  letter-spacing: -0.14px;
  padding-left: 15px;
  padding-right: 15px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
  padding-right: 15px;
  margin-right: 0;
  width: 100%;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
  padding-top: 0px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
  margin-top: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"] {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0 !important;
  background-color: #efefef;
  border: solid 1px #efefef;
  box-shadow: none;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #0d1623 !important;
  width: 100% !important;
  height: 40px;
  padding: 7px 20px !important;
  transition: all 0.3s;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
  color: rgba(13, 22, 35, 0.6);
}

/* html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus {
    border: solid 1px #a65d43;
} */

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
  padding: 7px 20px;
  border-radius: 0;
  font-weight: normal;
  border: solid 1px #efefef;
  font-size: 14px;
  background-color: #efefef;
  line-height: 1.86;
  height: 195px;
  color: #666666;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #efefef inset !important;
  box-shadow: 0 0 0 30px #efefef inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #0d1623 !important;
}

/* html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 16px 15px;
    font-size: 18px;
    line-height: 1;
} */

html body .gform_wrapper form .validation_error{
  border: none;
  padding: 0 15px 19px;
  margin: 0;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #a65d43;
  text-transform: uppercase;
  display: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
  margin-bottom: 20px !important;
  padding-top: 0;
  padding-bottom: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
  padding-top: 10px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
  margin-top: 0 !important;
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 12px;
  color: #a65d43;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  padding-top: 10px;
  line-height: normal;
  letter-spacing: 0;
  padding-right: 7px;
  display: block;
  text-transform: uppercase;
}

html body .gform_wrapper .validation_message {
  font-size: 10px;
  color: #e11919;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 5px;
}

/* html body .gform_wrapper div.validation_error {
    border: 0;
    font-size: 20px;
    color: #f02525;
    display: none;
} */

html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea {
  border-color: #a65d43 !important;
}

.gfield_error .styledSelect {
  border-color: #a65d43;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
  font-size: 16px;
  color: #003057;
  line-height: normal;
  margin-bottom: 10px;
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  margin-top: 0 !important;
}
.state-direction-section .elementor-widget-call-to-action
.elementor-cta__button-wrapper a:after{
    width: 210px;
}
.state-direction-section .elementor-widget-call-to-action
.elementor-cta__button-wrapper a{
    position: relative;
    padding-left: 58px;
}
.state-direction-section .elementor-widget-call-to-action
.elementor-cta__button-wrapper a:before{
    content: "\f08e";
    width: 39px;
    height: 38px;
    top: 0px;
    left: 0px;
    background-color: #fff;
    position: absolute;
    border-right: 1px solid #a65d43;
    color: #a65d43;
    font-family: "Font Awesome 5 Pro";
    line-height: 39px;
    text-align: center;
    font-weight: 400;
}
html body .gform_wrapper .top_label .gfield_label .gfield_required{
  display: none;
}

.gform_confirmation_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.gform_confirmation_wrapper .gform_confirmation_message{
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 0;
}

.get-update-form .gfield .address_zip{
  width: 100% !important;
  padding-right: 0 !important;
  min-height: auto !important;
}

.get-update-form .gfield .address_zip input{
  margin-bottom: 0 !important;
}

.get-update-form .gfield .ginput_container_select .options{
  max-height: 200px !important;
}



/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label {
  font-weight: normal;
}

html body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
  margin-top: 0;
}

html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #000;
}

html body .gform_wrapper ul.gfield_radio li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
  display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

html body .gform_wrapper ul.gfield_radio li label {
  padding-left: 30px;
  font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label:before {
  background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label {
  font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:before {
  background-color: #2196f3;
}

html body .gform_wrapper ul.gfield_radio li label:after {
  content: "";
  position: absolute;
  display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
  display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
  top: 9.5px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

html body .gform_wrapper ul.gfield_checkbox li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
  display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
  padding-left: 30px;
  font-weight: normal;
  cursor: pointer;
  padding-bottom: 0;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

html body .gform_wrapper ul.gfield_checkbox li input~label:hover:before {
  background-color: #ccc;
}

html body .gform_wrapper ul.gfield_checkbox li input~label:hover {
  font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
  background-color: #a65d43;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:after {
  display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
  left: 11px;
  top: 9px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.elementor .gm-style img {
  max-width: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
  margin-bottom: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
  margin-bottom: 20px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container>span {
  margin-bottom: 0;
  padding-top: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
  margin-top: -20px;
  margin-bottom: 20px;
}


/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */

html body .gform_wrapper form .gform_footer {
  text-align: left;
  padding: 0px 0 0;
  margin: 0 0 0 15px;
  width: calc(100% - 30px);
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
  background-color: #a65d43;
  color: #fff;
  max-width: 280px;
  width: 100%;
  margin: 0;
  border: 1px solid #a65d43;
  font-size: 14px;
  line-height: 24px !important;
  padding-bottom: 7px;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #fff;
  color: #a65d43;
  border: 1px solid #a65d43;
}

/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */

/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */

/* Updated code for the new  logo of header */
.main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .logo-scroll{
  display: block;
  overflow: hidden;
  max-height: 76px;
  max-width: 140px;
}

.main-header-wrapper .main-header > .elementor-container .logo img{
  width: 130px;
}

.main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .logo{
  display: none;
}
/* Search code */
header .main-header .main-menu{
  margin-left: auto
}
header .mccain-open-search-icon{
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
  top: 0px
}
header .mccain-open-search-icon svg{
  font-size: 20px !important
}
header .mccain-open-search-icon:hover{
 opacity: 0.7
}
header .mccain-open-search-icon.mobile-icon{
  position: absolute;
  right: 50px;
  top: 27px
}
.mccain-seite-search-main-wrapper{
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden
}
.mccain-seite-search-main-wrapper > .elementor-container{
  height: 100%;
  display: flex;
  align-items: center;
}
.mccain-seite-search-main-wrapper .header-custom-search{
  max-width: 90vw;
  margin: 0 auto;
}
.mccain-seite-search-main-wrapper .header-custom-search form button{
  display: none
}
.mccain-seite-search-main-wrapper .header-custom-search form input{
  border: none;
  height: 50px;
  border-bottom: 3px solid #A65D43;
  background: transparent;
  font-size: 20px;
  color: white;
  font-weight: 600;
  font-family: "IBM Plex Sans", Sans-serif !important;
  padding: 0
}
.mccain-seite-search-main-wrapper .header-custom-search form input::placeholder{
  color: white;
  opacity: 0.7
}
.mccain-seite-search-main-wrapper .header-custom-search form input:focus{
  outline: none !important
}
.mccain-seite-search-main-wrapper .header-search-close-btn{
  position: fixed;
  top: 30px;
  right: 20px;
}
.mccain-seite-search-main-wrapper .header-search-close-btn .elementor-icon{
  width: 50px;
  height: 50px;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s all;
  padding: 5px;
  cursor: pointer
}
.mccain-seite-search-main-wrapper .header-search-close-btn .elementor-icon svg{
  width: 20px;
  height: 20px;
}
.mccain-seite-search-main-wrapper .header-search-close-btn .elementor-icon:hover{
  border: 2px solid #A65D43
}

body.open-search-form .mccain-seite-search-main-wrapper{
  opacity: 1;
  visibility: visible
}
body.open-search-form{
  overflow: hidden !important
}

.custom-seachedpg-seach .mccain-custom-search{
  display: flex;
}
.custom-seachedpg-seach .mccain-custom-search input{
  border: 1px solid #083057;
  border-right: 0 !important;
  font-weight: 400;
  font-family: "IBM Plex Sans", Sans-serif !important;
  font-size: 16px;
  height: 50px;
  background: white !important;
}
.custom-seachedpg-seach .mccain-custom-search input:focus{
  outline: none;
  border-color: #A35C46;

}
.custom-seachedpg-seach .mccain-custom-search button{
  min-width: 200px
}

.mccain-search-result .posts-main {
  margin: 0
}
.mccain-search-result .posts-main .post-wrapper{
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(8,49,87,0.31) !important;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}
.mccain-search-result .posts-main .post-wrapper .resource-content{
  background: transparent;
  padding: 0;
  margin: 0;
  min-height: auto
}
.mccain-search-result .posts-main .post-wrapper h5{
margin-bottom: 5px;
}
.mccain-search-result .posts-main .post-wrapper .lementor-post__excerpt{
  word-break: break-all;
}
.mccain-search-result .posts-main .post-wrapper:last-child{
  border: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Search code end*/

body:has(.mccain-search-result) .mccain_pagination_wraper{
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
.elementor-popup-modal .dialog-close-button{
  text-decoration: none !important;
  outline:  none !important;
  transition: 0.3s all;
}
.elementor-popup-modal .dialog-close-button:hover{
  opacity: 0.7
}


/* 
body header[data-elementor-type="header"] {
  position: sticky;
  top: 0;
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, .08));
  z-index: 1001;
} */


@media only screen and (max-width: 767px){
  /* .banner-gradient-black-left:before*/
  .main-header-wrapper .main-header:not(.hello-state):before{ 
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  height: 186px;
  background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
  
  }

  .main-header{
    background-image: none !important;
  }

  .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header:before{
      display: none;
  }

  /* Search code */
  body.open-search-form .mccain-seite-search-main-wrapper{
    opacity: 1;
    visibility: visible
  }
  .mccain-seite-search-main-wrapper > .elementor-container{
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 130px;
  }
  .mccain-seite-search-main-wrapper .header-search-close-btn .elementor-icon{
    width: 40px;
    height: 40px;
  }
  .mccain-seite-search-main-wrapper .header-search-close-btn .elementor-icon svg{
    width: 15px;
    height: 15px;
  }
  .custom-seachedpg-seach .mccain-custom-search button{
    min-width: auto
  }
  .mccain-search-result .posts-main .post-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  body:has(.mccain-search-result) .mccain_pagination_wraper{
      margin-top: 30px !important
  }
  header .mccain-open-search-icon svg{
    font-size: 25px !important;
    top: 2px;
  }
  /* Search code end*/
}



@media only screen and (max-width: 1024px){
  .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .logo-scroll,
  .main-header-wrapper .main-header.hello-state > .elementor-container .logo-scroll{
    display: block;
  }
  
  .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects  .logo{
    display: none;
  }
  
  .main-header-wrapper .elementor-widget-wrap .elementor-widget-shortcode{
      top: 27px;
  }
  
  .main-header.hello-state .logo{
      display: none;
  }
  
  .main-header > .elementor-container .logo-scroll{
    display: none;
    overflow: hidden;
    max-height: 49px !important;
    max-width:90px !important;
  }
}

/* ------------ Header.css ------------ */
[data-elementor-type="header"] a{
	text-decoration: none;
	color: #fff;
}

.top-nav-link li a,
.top-nav-link li a:hover{
  color: #fff;
  text-decoration: none;
}

.top-nav-link li a:hover{
	text-decoration: underline;
}
.top-nav-link li:last-child a{
  padding: 9px 40px 9px;
}

.top-nav-link li:nth-child(2) a{
  padding: 9px 34px 9px 31px;
  background: #a65d43;
}

.top-nav-link li:nth-child(2) a .elementor-icon-list-text{
	padding-left: 7px;
}

.top-nav-link li:nth-child(1) a{
  padding: 9px 44px 9px;
}

.top-nav-link li{
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.icon-reverse ul li a {
  display: flex;
	flex-direction: row-reverse;
	color: #fff !important;
}

.icon-reverse ul li a .elementor-icon-list-text{
	padding-left: 0 !important;
	padding-right: 6px !important;
}

.mobile-menu{
	display: none;
}

.icon-reverse ul li a:hover{
	text-decoration: underline;
}

.main-menu ul.elementor-nav-menu>li>ul{
	width: 260px !important;
	padding: 17px 0 12px;
	background-image: linear-gradient(to bottom, #A65D43, #AE6C54);
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.main-menu ul.elementor-nav-menu>li:focus-within>ul{
  display: block !important;
}

.main-menu ul.elementor-nav-menu>li>ul>li>a{
  border-left: 0 !important;
  white-space: normal;
  line-height: 16px !important;
}

.main-menu ul.elementor-nav-menu>li>ul:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #a65d43 transparent;
  content: '';
  top: -10px;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}

.main-menu ul.elementor-nav-menu>li>ul>li>a{
	position: relative;
}

.main-menu ul.elementor-nav-menu>li>ul>li>a::before{
	height: 0;
	border-top: solid 1px #fff;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	opacity: 0;
	width: 29px
}

.main-menu ul.elementor-nav-menu>li>ul>li{
  position: relative;
  z-index: 1;
}

.main-menu ul.elementor-nav-menu>li>ul>li>a:hover{
  text-decoration: underline;
  background: none !important;
}

.main-menu ul.elementor-nav-menu>li>ul>li.current-menu-item>a{
  background: none !important;
}

.main-menu ul.elementor-nav-menu>li>ul>li.current-menu-item>a::before{
	opacity: 1;
}

.main-menu ul.elementor-nav-menu>li>ul::before{
	height: 24px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: url(../img/menu-curve-shape.svg) no-repeat left top;
	content: '';
	margin-top: 0;
	z-index: 10;
	margin-top: -1px;
}

.logo img,
.logo{
	transition: all 0.2s ease-in;
}

.logo {
    /* transition: all 3s ease-in-out !important; */
  max-height: 122px;
  max-width: 180px;
}

.main-header-wrapper:not(.elementor-sticky__spacer) .main-header,  .main-header-wrapper:not(.elementor-sticky__spacer) .main-header > .elementor-container{
	transition: all 0.2s ease-in !important;
}

.main-header-wrapper.elementor-sticky--effects .main-header{
	background-image: linear-gradient(to bottom, #001a2e, #003057) !important;
}

 .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container {
	min-height: 120px;
}

 .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .logo{
	overflow: hidden;
	max-height: 76px;
	max-width: 140px;
}

 .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .logo img{
	width: 140px;
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{
  font-size: 11px;
}
a.skip-main:focus, a.skip-main:active {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
  clip: auto!important;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.mobile-menu{
  position: fixed;
  top: 160px;

  bottom: 0;
  /* height: 582px; */
  background: linear-gradient(#001a2e 0%, #003057 100%);
}
.header-msg-hidden .mobile-menu {
	top: 120px;
	/* top: 171px; */
}

.mobile-menu .menu{
  list-style: none;
  margin: 0;
  padding: 21px 20px;
}

.mobile-menu>div{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.mobile-menu .menu>li{
  list-style: none;
  padding: 0;
  font-family: "IBM Plex Sans";
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color: #fff;
	margin: 0 0 14px;
	position: relative;
}

.mobile-menu .menu>li .angle-down{
	position: absolute;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  top: -8px;
  right: 0;
  right: -5px;
  padding: 0;
  width: 22px;
  text-align: center;
  padding: 10px;
	box-sizing: content-box;
	cursor: pointer;
}

.main-menu .elementor-nav-menu>li:hover>a{
	text-decoration: underline !important;
}

.main-menu .elementor-nav-menu>li.current-menu-ancestor>a,
.main-menu .elementor-nav-menu>li.current-menu-item>a,
.main-menu .elementor-nav-menu>li.current-menu-parent>a{
	color: #f8f8f8 !important;
}

.mobile-menu .menu>li>a{
  text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin-right: 50px;
}

.mobile-menu .menu>li ul{
	list-style: none;
  margin: 0;
	padding: 11px 0 0;
	display: none;

}

.mobile-menu .menu>li ul>li{
  font-family: "IBM Plex Sans";
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	color: #fff;
  padding: 10px 20px;
}

.mobile-menu .menu>li.sub-menu-toggled .angle-down{
	transform: rotate(180deg);
}

.mobile-menu .menu>li ul>li.current-menu-item>a:after{
	width: 30px;
  left: -40px;
  border-top: solid 1px #fff;
  content: '';
  height: 0;
  top: 50%;
  position: absolute;
  margin-top: -1px;
}

.mobile-menu .menu>li ul>li>a{
  color: #fff;
	font-weight: 400;
	position: relative;
}

body:not(.elementor-editor-active) .main-header-wrapper:not(.header-changed){
	margin-bottom: -176px;
	position: relative;
	z-index: 9;
}

body:not(.elementor-editor-active) .elementor-location-header{
	margin-bottom: -176px;
}

body:not(.elementor-editor-active)  .main-header-wrapper.elementor-sticky--active{
	z-index: 111;
}

.header-msg .elementor-icon-list-item {
    max-width: calc(100% - 16px);
}
.header-msg .elementor-icon-list-item a {
    justify-content: flex-end;
    max-width: 100%;
}
.header-msg .elementor-icon-list-item a .elementor-icon-list-text {
    white-space: nowrap;
    max-width: calc(100% - 10px);
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ------------ Footer.css ------------ */
.footer .footer-top .footer-address-col .footer-address-links a,
.footer .footer-top .footer-nav-col .elementor-widget-icon-list a,
.footer .footer-bottom .footer-bottom-nav-col .elementor-widget-icon-list a{
  color: #fff !important;
  display: inline-block !important;
  width: auto;
}

.footer .footer-top .footer-address-col .footer-address-links a .elementor-icon-list-icon,
.footer .footer-top .footer-nav-col .elementor-widget-icon-list a .elementor-icon-list-icon,
.footer .footer-bottom .footer-bottom-nav-col .elementor-widget-icon-list a .elementor-icon-list-icon{
  display: none;
}

.footer .footer-top .footer-address-col .footer-address-links a span,
.footer .footer-top .footer-nav-col .elementor-widget-icon-list a span,
.footer .footer-bottom .footer-bottom-nav-col .elementor-widget-icon-list a span{
  display: block;
}

.footer .footer-top .footer-address-col .footer-address-links a:hover,
.footer .footer-top .footer-nav-col .elementor-widget-icon-list a:hover,
.footer .footer-bottom .footer-bottom-nav-col .elementor-widget-icon-list a:hover{
  text-decoration: underline !important;
}

.footer .footer-top .footer-address-col .elementor-widget-social-icons .elementor-icon{
  margin-right: 35px;
}

.footer .footer-top .footer-address-col .elementor-widget-social-icons .elementor-icon i{
  transition: all 0.3s;
}

.footer .footer-top .footer-nav-col .elementor-widget-icon-list a span{
  padding-left: 0;
}

.footer .footer-bottom .footer-bottom-nav-col .elementor-widget-icon-list li:after{
  margin: 0 !important;
/*   top: 30px; */
}

.elementor-grid-0 .elementor-grid {
	margin-right: calc(-1 * var(--grid-side-margin) / 2);
	margin-left: calc(-1 * var(--grid-side-margin) / 2);
}


/* ======================== Home - Upcoming Events ====================== */
.events-block-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.events-block-wrapper .events-block{
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 60px 30px;
  width: calc(33.33% - 40px);
  min-height: 222px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 20px;
}

.events-block-wrapper .events-block:hover{
  border: 1px solid rgba(0, 0, 0, 1);
}

.events-block-wrapper .events-block .event-block-content-wrapper h6{
  color: #a65d43;
  padding-left: 32px;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 6px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.events-block-wrapper .events-block .event-block-content-wrapper h6:after{
  content: "";
  position: absolute;
  width: 20px;
  border-bottom:1px solid #a65d43;
  left: 0;
  top: 50%;
  /* transform: translateY(-50%); */
}

.events-block-wrapper .events-block .event-block-content-wrapper h5{
  margin: 0;
  color: #003057;
}

.events-block-wrapper .events-block:hover h5{
  text-decoration: underline;
}


/* ======================== Home - The Latest ====================== */
.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1){
  width: calc(51.6% - 40px);
  position: relative;
  float: left;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-image-wrapper img{
  width: 620px;
  height: 484px;
  object-fit: cover;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-image-wrapper img,
.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-image-wrapper img{
  width: 290px;
  height: 222px;
  object-fit: cover;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2),
.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3){
  width: 48.6%;
  float: right;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3){
  clear: right;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2){
  margin-bottom: 40px;
}

.latest-blocks-wrapper .latest-content-wrapper-block{
  position: relative;
}

.latest-blocks-wrapper .latest-content-wrapper{
  background-color: #fff;
  padding: 36px 40px;
  min-height: 175px;
  position: absolute;
  bottom: 0;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-content-wrapper {
  padding-left: 0;
  max-width: 330px;
  position: absolute;
  left: 0;
  margin-right: 15px;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-content-wrapper,
.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-content-wrapper{
  width: calc(100% - 40.2%);
  right: 0;
}

.latest-blocks-wrapper .latest-content-wrapper h6{
  color: #a65d43;
  padding-left: 32px;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 6px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.latest-blocks-wrapper .latest-content-wrapper h6:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #a65d43;
  left: 0;
  top: 50%;
}

.latest-blocks-wrapper .latest-content-wrapper h5 a{
  color: #003057;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.latest-blocks-wrapper .latest-content-wrapper h5 a:hover{
  text-decoration: underline;
}

.latest-blocks-wrapper:after{
  content: "";
  display: table;
  clear: both;
}

.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-image-wrapper, 
.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-image-wrapper{
    height: 222px;
    width: 290px;
    max-width: 100%;
    background: #FBFAF9 url('../img/thumbnail-logo.svg') no-repeat center center;
}
.latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-image-wrapper{
    width: 620px;
    height: 484px;
    max-width: 100%;
    background: #FBFAF9 url('../img/thumbnail-logo.svg') no-repeat center center;
}

/* ======================== General - Hero section ====================== */

.min-hero-title .elementor-widget-container:after{
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  width: 10000px;
  height: 100%;
  background-color: inherit;
}

/* ======================== General - CTA Subheading Box ====================== */

.sub-title-box a{
  text-decoration: none;
}

.sub-title-box h6{
  padding-left: 32px;
  position: relative;
  margin: 0 0 6px;
  display: block;
  text-decoration: none !important;
}

.sub-title-box h6:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #a65d43;
  left: 0;
  top: 50%;
  /* transform: translateY(-50%); */
}

.sub-title-box:hover .elementor-cta__description{
  text-decoration: underline !important;
}

/* ======================== General - External CTA Subheading Box ====================== */

.general-cta-external-box a,
.general-cta-external-box .elementor-cta__content .elementor-cta__description{
  text-decoration: none;
}

.general-cta-external-box .elementor-cta__content h4{
  margin: 0 0 2px;
  display: block;
  color: #003057;
  line-height: 26px;
}

.general-cta-external-box a:hover .elementor-cta__content h4{
  text-decoration: underline;
}

.general-cta-external-box .elementor-cta__button-wrapper .elementor-cta__button{
  padding-left: 60px;
}

.general-cta-external-box .elementor-cta__button-wrapper .elementor-cta__button:after{
  width: 320px;
}

.general-cta-external-box .elementor-cta__button-wrapper .elementor-cta__button:before{
  content: "\f35d";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #a65d43;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #a65d43;
  top: 0;
  left: 0;
  line-height: 38px;
  text-align: center;
}

.general-cta-external-box .elementor-cta__button-wrapper{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translatex(-50%);
  max-width: calc(100% - 80px);
}

.general-cta-external-box .elementor-cta__description h5{
  margin-bottom: 2px;
}

/* ======================== General - Pricing cards ====================== */


.mc-pricing-card .elementor-widget-container{
  padding: 42px 40px 80px;
  position: relative
}

.mc-pricing-card .elementor-price-table__header{
  text-align: left;
  padding: 0 0 36px;
  border-bottom: 1px solid #d3d7dd;
  margin-bottom: 37px;
}

.mc-pricing-card .elementor-price-table__header h3{
  margin-bottom: 5px
}

.mc-pricing-card .elementor-price-table__price{
  text-align: left;
  padding: 0;
  margin-bottom: 26px;
}

.mc-pricing-card .elementor-price-table__features-list{
  margin-bottom: 28px;
}

.mc-pricing-card .elementor-price-table__features-list li{
  margin-bottom: 8px;
  padding-left: 29px;
}

.mc-pricing-card .elementor-price-table__features-list li:last-child{
  margin-bottom: 0;
}

.mc-pricing-card .elementor-price-table__features-list li .elementor-price-table__feature-inner{
  margin: 0;
}

.mc-pricing-card .elementor-price-table__features-list li:before{
  display: none !important;
}

.mc-pricing-card .elementor-price-table__features-list li i{
  border: 1px solid #a65d43;
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #a65d43;
  left: 0;
  top: 2px;
}

.mc-pricing-card  .elementor-price-table__footer{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translatex(-50%);
  max-width: calc(100% - 80px);
}

.mc-pricing-card  .elementor-price-table__footer a{
  padding-left: 60px;
}

.mc-pricing-card  .elementor-price-table__footer a:before{
  content: "\f35d";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #a65d43;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #a65d43;
  top: 0;
  left: 0;
  line-height: 38px;
  text-align: center;
}

.mc-pricing-card .elementor-price-table__heading{
  margin-bottom: 5px
}

/* ======================== General - Simple Text ====================== */

.general-text-paragraph p:not(:last-child){
  margin-bottom: 25px;
}

/* ======================== The McCain Story ====================== */

.story-tag  h6{
  display: inline-block;
  padding: 4px 10px;
  background-color: #a65d43;
}

#mccain-story-section > .elementor-container{
  z-index: 10 !important;
}

.copper > .elementor-background-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -11111;
  mix-blend-mode: color;
}

/* ======================== Blog Detail ====================== */

.blog-feature-image.brown-overlay-image .elementor-image{
  display: block;
}

.aside-social .elementor-social-icons-wrapper{
  margin-left: -2px
}

body .aside-social .elementor-grid{
  margin-left: -3px;
}

body .aside-social .elementor-grid .elementor-share-btn{
  margin-right: 26px;
  height: 23px;
}

body .aside-social .elementor-grid .elementor-share-btn .elementor-share-btn__icon{
  width: 22px;
  line-height: 10px;
  font-size: 11px;
}

body .aside-social .elementor-grid .elementor-share-btn .elementor-share-btn__icon i{
  transition: all 0.3s;
}

body .aside-social .elementor-grid .elementor-share-btn .elementor-share-btn__icon:hover i{
  color: #a65d43;
}

body .aside-social .elementor-grid .elementor-share-btn_facebook i:before{
  content: "\f39e";
}

body .aside-social .elementor-grid .elementor-share-btn_linkedin i:before{
  content: "\f0e1";
}

.elementor-widget-wrap .elementor-element.detail-main-content{
  width: calc(100% - 400px);
}

.elementor-widget-wrap .elementor-element.aside-content{
  width: 400px;
}

.before-line h6{
  padding-left: 32px;
  position: relative;
  text-transform: uppercase;
  display: block;
}

.before-line h6:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #a65d43;
  left: 0;
  top: 50%;
}

.aside-content .elementor-widget-heading h4 a,
.aside-content .elementor-widget-heading h5 a{
  text-decoration: none;
  font-weight: 500;
}

.aside-content .elementor-widget-heading h4 a:hover,
.aside-content .elementor-widget-heading h5 a:hover {
  text-decoration: underline;
}

.detail-text-content .elementor-widget-container .elementor-text-editor p:first-child,
.detail-text-content .elementor-widget-container .elementor-text-editor p:first-child img,
.detail-text-content .elementor-widget-container .elementor-text-editor p:first-child iframe,
.detail-text-content .elementor-widget-container .elementor-text-editor h2:first-child,
.detail-text-content .elementor-widget-container .elementor-text-editor h3:first-child,
.detail-text-content .elementor-widget-container .elementor-text-editor h4:first-child,
.detail-text-content .elementor-widget-container .elementor-text-editor h5:first-child,
.detail-text-content .elementor-widget-container .elementor-text-editor h6:first-child{
  margin-top: 0 !important;
}

.detail-text-content p{
  margin-bottom: 24px
}

.detail-text-content  a + a img{
margin-top: 0;
}

.detail-text-content p img{
  margin-top: 14px;
  margin-bottom: 18px;
}

.detail-text-content p:empty{
  display: none;
}

.detail-text-content p:last-child{
  margin-bottom: 0
}

.detail-text-content h3,
.detail-text-content h4{
  margin-bottom: 9px;
}

.detail-text-content h6{
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.detail-text-content hr{
  margin: 37px 0 42px;
}

.detail-text-content ul{
  margin-bottom: 24px;
}

.detail-text-content img{
  margin-bottom: 20px;
}

.single-content-section p,
.single-content-section ul,
.single-content-section ol {
  margin-bottom: 24px;
}

.single-content-section h2,
.single-content-section h3,
.single-content-section h4,
.single-content-section h5,
.single-content-section h6 {
  margin: 0 0 5px;
  padding-top: 0 !important;
  font-size: 20px;
}

.single-content-section h2{
margin-top: 30px;
}

.single-content-section h2{
font-size: 36px;
}

.single-content-section h2 + h3 {
  margin-top: 30px;
}

.single-content-section iframe {
  margin: 24px 0;
}

.single-content-section p iframe {
  margin:  30px 0 30px;
}

.single-content-section p + p iframe {
  margin:  0 0 30px;
}

.event-single-direction a{
  text-decoration: none;
}

.event-single-direction a:hover{
  text-decoration: underline;
}

/* ======================== Coming Soon ====================== */

.coming-soon-content-wrapper{
  min-height: calc(100vh - 896px);
}

/* ======================== Event Detail Slider ====================== */

.event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev{
  left: -53px;
  top: calc(50% + 10px);
}

.event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
  right: -53px;
  top: calc(50% + 10px);
}

.event-detail-gallery-slider .elementor-swiper-button i:before{
  font-family: fontawesome;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.5;
  transition: all 0.3s;
  font-weight: 300;
  font-size: 30px;
  color: #a65d43;
}

.index-reveal > .elementor-container{
  z-index: 100 !important;
}

.event-detail-gallery-slider .elementor-swiper-button:hover i:before{
  opacity: 1;
}

.event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-next i:before{
  content: "\f054";
}

.event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev i:before{
  content: "\f053";
}

.event-detail-gallery-slider .elementor-image-carousel-wrapper{
  padding-bottom: 56px;
}

.event-detail-gallery-slider .swiper-pagination-bullets{
  bottom: 0;
}

.event-detail-gallery-slider .swiper-slide figure img{
  width: 880px;
  height: 587px;
  object-fit: cover;
}

.event-detail-gallery-slider .swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #a65d43;
  opacity: 0.4;
  margin: 0 10px;
  width: 10px;
  height: 10px;
}

.event-detail-gallery-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #a65d43;
  opacity: 1;
}

/* ======================== The McCain Story ====================== */

/* ------ full black ------ */
.fill-black{
  position: relative;
}

.fill-black:after{
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}

.fill-black .elementor-background-overlay{
  z-index: 1;
}

.fill-black .elementor-container{
  z-index: 1;
}

/* ------ full gray ------ */
.fill-gray{
  position: relative;
}

.fill-gray:before{
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}

.fill-gray .elementor-container{
  z-index: 1;
}

.resource-slider{
	padding-bottom: 79px;
	margin: 0 -20px !important;
}

.resource-slider .swiper-slide{
  padding: 0 20px;
  width: 33.333%;
}

.swiper-slide .resource-img,
.resource-img{
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #FBFAF9 url(../img/thumbnail-logo.svg) no-repeat center center;
	overflow: hidden;
	position: relative;
	display: block;
}

.resource-img:hover:after{
	opacity: .2;
}

.team-bio .resource-img:after{
	padding-bottom: 100%;
}

.resource-img:after{
	content: '';
	padding-bottom: 67.7%;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in;
	background: #000000;
	opacity: 0;
}

.resource-img img{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-headshot img{
    width: 400px;
    max-height: 400px;
    object-fit: cover;
    max-width: 100%;
    object-position: top center;
}
.resource-img img{
    object-position: top center;
}
.resource-content{
  margin-right: 40px;
  background: #fff;
  padding: 17px 28px 0 0;
  margin-top: -40px;
  position: relative;
	z-index: 1;
	min-height: 123px;
}

.resource-content h5{
    /* font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #003057; */
    margin: 0px 0 0;
}

.resource-content h5 a{
  font-weight: inherit;
	color: inherit;
	text-decoration: none;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}

.resource-content h5 a:hover{
  text-decoration: underline;
	color: inherit;
}
body:not(.elementor-editor-active) .memories-carousel{
	visibility: hidden;
}

body:not(.elementor-editor-active) .memories-description .memories-carousel{
	visibility: visible;

}
.resource-content .staff-title {  
  color: inherit;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}

.resource-content .tags .tag{
  font-size: 12px;
  color: #a65d43;
  line-height: 1.2;
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
  padding-left: 30px;
	position: relative;
	margin-top: 4px;
	margin-bottom: 6px;
}

.resource-content .tags a.tag:hover{
	text-decoration: underline;
}

.resource-content .tags .tag:before{
  width: 20px;
  left: 0;
  height: 0px;
  border-top: solid 1px #a65d43;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
}
.resource-content .tags .tag a{
	text-decoration: none;
}
.resource-content .tags .tag a:hover{
	text-decoration: underline;
}
.resource-content .tags{
	line-height: 15px;
}

.resource-slider .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #a65d43;
	border: 0;
	opacity: .4;
	transition: all 0.3s;
}

.resource-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.arrow-left, .arrow-right{
  top: calc(50% - 24px);
  position: absolute;
  opacity: 0.5;
  font-size: 30px;
  font-weight: 300;
  color: #a65d43;
  opacity: .5;
  line-height: 26px;
  margin-top: -95px;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
  z-index: 10;
}

.resource-slider .swiper-pagination .swiper-pagination-bullet:only-child{
	display: none !important;
}

.arrow-left:hover, .arrow-right:hover{
  opacity: 1;
}

.arrow-left{
  left: -53px;
}

.arrow-left:focus,
.arrow-right:focus{
	outline: none;
}

.arrow-right{
  right: -53px;
}

.team-container{
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-block{
  padding: 0 20px 20px;
  width: 33.333%;
}

.resource-img{
  position: relative;
}

.team-bio .resource-content{
	padding-top: 22px;
}

.resource-content p{
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #a65d43;
	text-transform: uppercase;
	line-height: 16px;
}

.popup-open body, .popup-open{
	overflow: hidden;
	position: relative;
}

.resource-content p span{
  display: block;
}

.resource-content h5:first-child{
  margin: 0;
}

.team-bio{
  cursor: pointer;
}
.team-bio.no-bio{
  cursor: default;
}
.popup-adjust .team-bio-discription{
    margin-left: 0;
    margin-top: 0;
}
.popup-adjust .issue-readmore{
	font-size: 17px;
	font-weight: 500;
}

.team-bio h5:hover{
  text-decoration: underline;
}

.team-bio{
  cursor: pointer;
}

.team-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fafafa;
  overflow: auto;
	padding: 80px 0;
	display: none;
}

.team-popup-container{
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.team-popup-bio{
  padding-top: 22px;
}
.team-popup-bio h5 {
  margin: 0px 0 8px;
}

.team-popup-bio p{
  margin: 0;
}

.team-popup-bio p span{
  display: block;
}

.team-popup-bio p{
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: #a65d43;
  max-width: 332px;
}

.team-bio-discription{
  background: #fff;
  padding: 98px 110px 80px 80px;
  margin:-230px 0 0 360px;
  position: relative;
  z-index: 1;
}

.team-bio-discription p{
  margin: 0 0 24px;
}
.team-bio-discription p span{
	font-family: "IBM Plex Sans",Sans-serif !important;
}

.team-bio-discription p:last-child{
  margin-bottom: 0;
}

.team-close{
  width: 40px;
  height: 40px;
  border: solid 1px #a65d43;
  position: fixed;
  top: 40px;
  right: 40px;
	cursor: pointer;
	transition: background-color ease-in 0.3s;
	z-index: 10;
	background: #fff;
}

.team-close:after{
  transform: rotate(45deg);
}

.team-close:before{
  transform: rotate(-45deg);
}

.team-close:after,
.team-close:before{
	content: '';
  top: 50%;
  height: 3px;
  width: 28.3px;
  position: absolute;
  background: #a65d43;
  margin-top: -1.5px;
  left: 5px;
}

/* home page styling */
.bottom-devider .elementor-shape-bottom svg{
	/* width: calc(225% + 1.3px); */
	/* height: 225px; */
	-webkit-transform: translateX(-30%) rotate(0deg) translateY(0px);
	-ms-transform: translateX(-30%) rotate(0deg) translateY(0px);
	transform: translateX(-30%) rotate(0deg) translateY(0px);
	margin-bottom: -12px;
}

.top-devider .elementor-shape-top svg{
	/* width: calc(225% + 1.3px); */
	/* height: 180px; */
	-webkit-transform: translateX(-24%) rotate(0deg) translateY(0px);
	-ms-transform: translateX(-24%) rotate(0deg) translateY(0px);
	transform: translateX(-24%) rotate(0deg) translateY(0px);
	margin-top: -35px;
}

/*play button*/
.icon-btn-orange .elementor-button{
	position: relative;
}
.icon-btn-orange .elementor-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #fff;
  color: #a65d43;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #a65d43;
}

.icon-btn-orange .elementor-button:after{
	width: 198px;
}

/* End home page styling */
/* icon-btn style */
.icon-btn-white .elementor-button{
	position: relative;
}

.icon-btn-white .elementor-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #fff;
  color: #a65d43;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
	border-right: 1px solid #a65d43;
}

.icon-btn-white .elementor-button-icon .fa-telegram-plane{
	font-size:20px;
}

.icon-btn-white .elementor-button:after{
	width: 198px;
}

/*End icon-btn style */

/* home page quotes */
.quotes-wrapper .elementor-shortcode {
    font-family: 'Trajan Pro 3', sans-serif;
    color: #c78b75;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
/* End home page quotes */

/* home page cta section */
.graphic-cta {
  position: relative;
  padding-bottom: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #164165 0%, #043359 50%);
}

.graphic-cta .elementor-cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.graphic-cta .elementor-cta .elementor-cta__bg{
	opacity: 0.17;
}

.graphic-cta .elementor-cta:hover .elementor-cta__bg{
	opacity: 1;
}

.graphic-cta .elementor-cta__content {
    min-height: 100%;
}

.graphic-cta .elementor-cta__button-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
	transform: translatey(100%);
	border: 1px solid #A65D43;
}

.graphic-cta  .elementor-cta__button{
	display: block !important;
	width: 100%;;
}

.graphic-cta .elementor-cta__content {
    padding: 0;
}

.graphic-cta .elementor-cta__title {
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
	font-family: "IBM Plex Sans", Sans-serif;
}

.graphic-cta:hover .elementor-cta__image,
.graphic-cta:hover .elementor-cta__title {
	opacity: 0;
	padding-top: 5px;
}

.graphic-cta:hover .elementor-cta__button-wrapper {
  opacity: 1;
  transform: translatey(0);
}

.non-graphic-cta {
  position: relative;
  padding-bottom: 100%;
}

.non-graphic-cta .elementor-cta {
  width: 100%;
  height: 100%;
}

.non-graphic-cta .elementor-cta .elementor-cta__content {
  padding-left: 10px;
  padding-right: 10px;
}

.non-graphic-cta .elementor-cta .elementor-cta__content .elementor-cta__button {
  padding-left: 0;
	padding-right: 0;
	font-family: "IBM Plex Sans", Sans-serif;
	font-size:16px;
	line-height: 1.88;
}

.non-graphic-cta .elementor-cta .elementor-cta__content .elementor-cta__button:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  width: auto;
  display: inline-block;
  padding-left: 6px;
}

.non-graphic-cta .elementor-cta .elementor-cta__content .elementor-cta__button:hover {
  text-decoration: underline;
}

.non-graphic-cta .elementor-widget-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* End home page cta section */

/* style for programs page */
/* .graphic-cta-type2 .elementor-cta__title{
	font-family: "IBM Plex Sans", Sans-serif;
} */
.graphic-cta-type2 .elementor-cta{
	text-decoration: none;
}

/* .graphic-cta-type2 .elementor-cta .elementor-cta__bg{
	opacity: 0.17;
}
.graphic-cta-type2 .elementor-cta:hover .elementor-cta__bg{
	opacity: 0.17;
}
*/

.graphic-cta-type2 .elementor-cta .elementor-cta__bg-wrapper{
  opacity: 0.17;
}
.graphic-cta-type2 .elementor-cta .elementor-cta__bg.elementor-bg:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color:rgb(166 93 67 / 20%);
	mix-blend-mode: color;
}
.safari.iphone .graphic-cta-type2 .elementor-cta .elementor-cta__bg-overlay{
	/* mix-blend-mode: multiply;
	opacity: 0.5; */
	mix-blend-mode: color-dodge;
}
.graphic-cta-type2 .elementor-cta:hover .elementor-cta__bg-wrapper{
	opacity: 0.17;
}

.next-section-pointer .elementor-icon {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #a65d43;
  display: flex;
  align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.next-section-pointer .elementor-icon:hover {
  border-color: #fff !important;
  color: #fff !important;
}

.graphic-cta-type2 .elementor-button:after{
	width:198px;
	width: 228px;
}
/* End style for programs page */

/* our story page style */
.cta-out-box .elementor-cta__bg {
  background-size: auto;
  background-repeat: no-repeat;
}

.cta-out-box .elementor-cta__content {
  max-width: calc(100% - 40px);
  margin-bottom: 0;
  padding:22px 25px 10px 0;
	text-align: left;
	transition: all .3s linear
}

.cta-out-box .elementor-cta:hover .elementor-cta__content{
	padding:22px 25px 10px 0;
}
.cta-out-box .elementor-cta:hover .elementor-cta__content {
	padding:22px 25px 10px 0;
}

.cta-out-box .elementor-cta:hover .elementor-cta__content .elementor-cta__title,
.cta-out-box .elementor-cta:hover .elementor-cta__content .elementor-cta__description{
	transform: translateY(-10px);
}

.cta-out-box.with-full-image .elementor-cta__bg{
  background-size: cover;
  background-position: center top;
}

.cta-out-box.with-full-image .elementor-cta:hover .elementor-cta__content .elementor-cta__title,
.cta-out-box.with-full-image .elementor-cta:hover .elementor-cta__content .elementor-cta__description{
	transform: translateY(0);
}


/* End our story page style */
/* background overlAY */
.brown-overlay-image .elementor-image {
    display: inline-block;
    position: relative;
}
.brown-overlay-image .elementor-image:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a65d43;
	opacity: 0.2;
	mix-blend-mode: color;
}
/* End background overlAY */
/* line heading */
.line-heading .elementor-heading-title{
	font-family: 'Trajan Pro 3', sans-serif !important;
}
.line-heading .elementor-heading-title:before{
	content: '';
	display: inline-block;
	width: 20px;;
	height: 1px;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 10px;
	margin-top: -7px;
}
.line-heading .elementor-heading-title:after{
	content: '';
	display: inline-block;
	width: 20px;;
	height: 1px;
	margin-left: 10px;
	margin-top: -7px;
	background-color: #fff;
	vertical-align: middle;

}
.line-heading.blue .elementor-heading-title:before,
.line-heading.blue .elementor-heading-title:after{
	background-color: #003057;
}
/* line heading */
/* cta narrow width */
.cta-narrow .elementor-cta__image{
	display: flex;
	align-items: center;
	justify-content: center;

}
.cta-narrow .elementor-cta__content{
	max-width: 196px;
	margin-left: auto;
	margin-right: auto;
}
/* cta narrow width */
/* cta out box */
.cta-out-box .elementor-cta {
    text-decoration: none;
}
.cta-out-box .elementor-cta .elementor-cta__title {
    display: inline-block;
}
.cta-out-box a.elementor-cta .elementor-cta__title:hover {
    text-decoration: underline;
}
.cta-out-box .elementor-cta__bg-wrapper {
    min-height: 306px;
}
.cta-out-box .elementor-cta__content {
    margin-top: -40px;
    position: relative;
    overflow: visible;
}
.cta-out-box .elementor-cta__content:after {
    content: '';
    display: block;
    width: 40px;
    height: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    left: 100%;
    bottom: 0;
}

/* End cta out box */

/* cta with icon */
.cta-with-icon .elementor-cta__button.elementor-button{
	position: relative;
	padding-left: 60px;
	width: 280px;
	max-width: 100%;
}
.cta-with-icon .elementor-cta__button.elementor-button:before{
	content: "\f35d";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	color: #a65d43;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 1px solid #a65d43;
	top: -1px;
	left: -1px;
	line-height: 38px;
	text-align: center;
}
/* End cta with icon */
/* video */
body:not(.elementor-editor-active) .video-play{
	display: none;
}
.elementor-lightbox {
    background-color: #fafafa;
}
.elementor-lightbox .elementor-video-container {
    box-shadow: none;
}

.elementor-lightbox .dialog-close-button {
    width: 40px;
    height: 40px;
    border: 1px solid #a65d43;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    right: 40px;
    top: 40px;
	padding: 0;
	background: url('../img/cross-btn.svg') no-repeat center center;
	background-color: #fff;
}
.elementor-lightbox .dialog-close-button:focus {
	outline:none;
}
.elementor-lightbox .dialog-close-button:hover {
	background-color: transparent;
}
.elementor-lightbox .dialog-close-button .eicon-close:before {
    font-size: 0;
}
/* end video */

.gray-banner:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode:color;
    background-color: #003057;
    position: absolute;
    left: 0;
    top: 0;

}
.gray-banner .elementor-container {
	position: relative;
	z-index: 1;
}

.strong-txt-inside strong {
    font-weight: 500;
}
/* programs detail page style */
.custom-counter .elementor-counter-number-wrapper {
    font-family: 'Trajan Pro 3', sans-serif !important;
	font-weight: 500;
	margin-bottom: -37px;
	/* margin-bottom: 22px; */
	/* margin-bottom: -30px !important;
	margin-top: -52px !important;
	line-height: 1.1 !important; */
}
.custom-counter .elementor-counter-title{
	padding-left: 5px;
}
.custom-counter .elementor-counter-title sup{
	font-size: 8px;
	font-weight: 300;
}
.stats-info p:not(:last-child){
	margin-bottom: 24px;
}
.info-txt a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    font-weight: 400 !important;
}
.info-txt a:hover {
    text-decoration: underline;
    color: rgba(255,255,255,.6);
}


.site-main .txt-with-nav ul {
    margin-top: -3px;
}
.site-main .txt-with-nav ul li {
    padding-left: 12px !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
}
.site-main .txt-with-nav ul li:before {
	font-size: 4px !important;
	top: 1px !important;
}
.site-main .txt-with-nav ul li a {
    font-weight: 500;
}

/* End programs detail page style */
/* Events page */
.all-events .events-block {
    margin-bottom: 40px;
}
/* End Events page */
/* pagination code  */
.all-events{
    padding-bottom: 50px;
}
.all-events + .mccain_pagination_wraper{
    margin-bottom: 50px;
}
.mccain_pagination_wraper {
    text-align: center;
    font-size: 0;
    margin: 0;
}

.mccain_pagination_wraper .page-numbers:not(.prev-page):not(.next-page) {
    min-width: 48px;
    height: 48px;
    margin: 0 10px;
    padding: 13px 15px;
    border-radius: 2px;
    background-color: #FAFAFA;
    display: inline-block;
    color: #003057;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.mccain_pagination_wraper .page-dotts{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #003057;
    font-weight: 500;
}
.mccain_pagination_wraper .page-numbers.current,
.mccain_pagination_wraper .page-numbers:not(.prev-page):not(.next-page):hover {
    background: #A65D43 !important;
    color: #fff !important;
}
.mccain_pagination_wraper .page-numbers.current{
	cursor: default;
}
.mccain_pagination_wraper .page-numbers.next,
.mccain_pagination_wraper .page-numbers.prev {
    padding: 14px 10px 10px;
    display: inline-flex;
    height: 48px;
    text-decoration: none;
    vertical-align: top;
    align-items: center;
    justify-items: center;
    font-size: 22px;
    min-width: 0;
    color: #003057;
}
.mccain_pagination_wraper .page-numbers.next i, .mccain_pagination_wraper .page-numbers.prev  i {
    width: 18px;
}
.mccain_pagination_wraper .page-numbers{
	cursor: pointer;
}
.mccain_pagination_wraper .page-numbers.current{
    font-weight: 600 !important;
	cursor: default;
}
.mccain_pagination_wraper .page-numbers.next:hover,
.mccain_pagination_wraper .page-numbers.prev:hover {
    opacity: .7;
}

.mccain_pagination_wraper .page-numbers.disabled {
    display: none;
}
.mccain_pagination_wraper .page-numbers.dots{
  pointer-events: none
}
/*End pagination code  */

/* Facet Pagination Styling */

.facetwp-type-pager {
    text-align: center;
    font-size: 0;
    margin: 0;
}

.facetwp-type-pager .facetwp-page:not(.prev-page):not(.next-page) {
    min-width: 48px;
    height: 48px;
    margin: 0 10px;
    padding: 13px 15px;
    border-radius: 2px;
    background-color: #FAFAFA;
    display: inline-block;
    color: #003057;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.facetwp-type-pager .page-dotts{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #003057;
    font-weight: 500;
}
.facetwp-type-pager .facetwp-page.active,
.facetwp-type-pager .facetwp-page:not(.dots):hover {
    background: #A65D43 !important;
    color: #fff !important;
}
.facetwp-type-pager .facetwp-page.current{
	cursor: default;
}
.markon-hide-pagi-mb, .markon-hide-pagi-dk{
	display: none !important;
}
.mccain-search-result .mccain_pagination_wraper:not(:has(.page-numbers)){
  display: none
}
/* sticky nav */
.site-main .subnav .elementor-widget-text-editor ul  {
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
  height: 60px;
}

.site-main .subnav .elementor-widget-text-editor ul  li {
  padding-left: 0;
  display: inline-block;
  min-width: 220px;
  text-transform: uppercase;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 26px;
  border-bottom: 2px solid #a65d43;
  border-bottom-color: transparent;
}

.site-main .subnav .elementor-widget-text-editor ul  li a {
  display: block;
  text-decoration: none;
  padding: 8px 20px 4px;
	color: #003057;
	font-weight: 400;
}

.site-main .subnav .elementor-widget-text-editor ul  li:first-child {
    border-left: 0;
}
.site-main .subnav .elementor-widget-text-editor ul  li:hover {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.site-main .subnav .elementor-widget-text-editor ul  li.active {
    border-bottom-color: #a65d43;
}

.site-main .subnav .elementor-widget-text-editor ul  li.active a {
	color: #a65d43;
}

.site-main .subnav .elementor-widget-text-editor ul  li:before {
    display: none !important;
}

.subnav.elementor-sticky--active{
    background-color: #F9F9F9 !important;
}

.site-main .subnav .elementor-widget-text-editor{
	overflow: hidden;
	height: 40px;
}

/* End sticky nav */
/* blendings and overlays */
.brown-overlay{
	background-color: rgba(166,93,67,0.2) !important;
	background-blend-mode: color;
}
/* End blendings and overlays */
/* the latest page style */
.posts-main-wrapper {
    max-width: 1320px;
    margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.posts-main-wrapper .resource-slider {
    display: flex;
    flex-wrap: wrap;
}
.posts-main-wrapper .swiper-slide {
    margin-bottom: 40px;
}
.posts-main-wrapper .resource-slider +  .mccain_pagination_wraper{
	padding-bottom: 80px;
	margin-top: -50px;
}
.custom-counter.impact-counter .elementor-counter-number-wrapper{
  margin-bottom: 0px;
}
.custom-counter.impact-counter .elementor-counter-title{
  padding-left: 0;
  margin-top: -8px;
}
.impact-counter.percent sup{
  font-size: 77px;
}
.counter-para{
  max-width: 340px;
  margin: 0 auto;
}
.state-direction-section .elementor-widget-call-to-action .elementor-cta__image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.posts-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 23px;
}
.posts-main .post-wrapper {
    width: 33.33%;
    padding: 20px;
}
.posts-main + .mccain_pagination_wraper {
    padding-bottom: 50px;
}

/* End the latest page style */

/* dropdown style for the latest page */
#mccain-resources-filter .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mccain-resources-filter .filter-by {
    min-width: 70px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 2.17;
}
#mccain-resources-filter .filter-dropdown {
    position: relative;
    width: calc(50% - 90px);
    margin: 0 10px;
}
#mccain-resources-filter input[type="submit"] {
    width: max-content;
	margin-left: 10px;
	height: 38px;
}
#mccain-resources-filter input[type="submit"]:focus {
	outline: none;
}
.no-result-found{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 1008px);
	justify-content: center;
}
.vh-height {
  min-height: calc(100vh - 1035px);
  padding-top: 50px;
}
/* End dropdown style for the latest page */

/* general template counter */


.custom-counter2 .elementor-counter-number-wrapper {
  font-family: 'Trajan Pro 3', sans-serif !important;
  font-weight: 500;
  margin-bottom: -9px;
}
.custom-counter2 .elementor-counter-title{
	padding-left: 5px;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}
.custom-counter2 .elementor-counter-title sup{
	font-size: 8px;
	font-weight: 300;
}

/* End general template counter */
/* Archive category posts adjustment */
.archive-categories-wrapper #mccain-resources-filter .filter-dropdown {
    width: calc(50% - 45px);
}
.archive-categories-wrapper .filtr-wrapper {
    max-width: 780px;
}
.archive-categories-wrapper .only-topic{
	max-width: 554px;
}
.archive-categories-wrapper .only-topic #mccain-resources-filter  .filter-dropdown{
	width: calc(100% - 50px);
}
.archive-categories-wrapper #mccain-resources-filter .filter-by {
	min-width: max-content;
	white-space: nowrap;
}
.archive-categories-wrapper .posts-main {
	padding-top: 0;
	padding-bottom: 24px;
}
.archive-categories-wrapper .posts-main .post-wrapper {
    padding-bottom: 18px;
    padding-top: 40px;
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next i,
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev i {
	color: #A65D43;
}
/* .archive-categories-wrapper .mccain_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.archive-categories-wrapper .mccain_pagination .page-numbers:not(.prev-page):not(.next-page) {
    width: 10px;
    height: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    display: inline-block;
    min-width: inherit;
    font-size: 0;
    line-height: 0;
    padding: 0;
    vertical-align: middle;
    border-radius: 50%;
    opacity: 0.4;
    background-color: #a65d43;
}
.archive-categories-wrapper .mccain_pagination .page-numbers.current {
    opacity: 1 !important;
}
.archive-categories-wrapper .mccain_pagination .page-numbers.next,
.archive-categories-wrapper .mccain_pagination .page-numbers.prev {
    color: #a65d43;
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next i,
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev i {
    font-size: 0;
    width: 18px;
    height: 18px;
    border-left: 2px solid #a65d43;
    border-bottom: 2px solid #a65d43;
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next {
    margin-left: 20px;
    margin-top: -3px;
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next i {
    transform: rotate(-135deg);
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev {
    margin-right: 20px;
    margin-top: -3px;
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev i {
    transform: rotate(45deg);
} */

.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next i,
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev i {
    font-size: 0;
    width: 18px;
    height: 18px;
    border-left: 2px solid #a65d43;
    border-bottom: 2px solid #a65d43;
}
.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next i {
    transform: rotate(-135deg);
}

.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev i {
    transform: rotate(45deg);
}
.archive-categories-wrapper  .posts-main + .mccain_pagination_wraper{
	padding-bottom: 57px;
}
/* End Archive category posts adjustment */
.custom-video .elementor-custom-embed-play {
    top: auto;
    left: 40px;
    bottom: 40px;
    transform: none;
}

/* video on impact report page */
.custom-video .eicon-play {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    width: 60px;
    height: 60px;
    font-size: 27px;
    line-height: 60px;
}
.custom-video .eicon-play:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 1;
}
/* video on impact report page */
/* dual slider */
.inauguration-wrapper {
    display: flex;
}
.inauguration-wrapper .mccain-image {
	padding-bottom: 100%;
	background-size: cover;
	position: relative;
}
.inauguration-wrapper .mccain-image:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #a65d43;
	opacity: 0.2;
	mix-blend-mode: color;
}
.inauguration-wrapper .image-inauguration {
    width: calc(50% - 20px);
}
.inauguration-wrapper .content-slider-wrapper {
    width: calc(50% + 20px);
    position: relative;
    padding-bottom: 0;
}
.content-inauguration{
	margin:38px 80px 80px 0 !important;
}
.content-inauguration h5{
	margin-bottom: 8px;
}
.content-inauguration .sub-head{
	color: #a65d43;
	font-weight: bold;
}
.inauguration-wrapper .image-inauguration {
	transform: translate(-40px, -40px);
	/* margin-right: 20px;; */
}
.swiper-custom-pagination {
    display: flex;
    position: absolute;
    bottom: 40px;
    justify-content: space-between;
    width: calc(100% - 80px);
}
.custom-pagination-arrows {
    width: 64px;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
}
.custom-pagination-arrows > div {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #a65d43;
    outline: none !important;
    cursor: pointer;
}
.custom-pagination-arrows > div.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}
.swiper-custom-bullets {
    margin: 0;
	text-align: center;
}
.swiper-custom-bullets span {
    width: 10px;
    height: 10px;
    background-color: #a65d43;
    margin: 0 10px;
    outline: none;
}
.swiper-custom-bullets span:not(.swiper-pagination-bullet-active) {
    opacity: 0.4;
}
.content-slider-wrapper.total-slides-1 .swiper-custom-pagination{
    display: none;
}
p:empty{
	display: none;
}
/* dual slider */
.three-column-list ul {
    column-count: 3;
}
.three-column-list ul li {
    padding-right: 20px;
}

.wpml-nav .elementor-nav-menu {
    min-width: 100%;
}
.wpml-nav .elementor-nav-menu li {
    font-size: 12px;
    font-weight: 400;
    font-family: "IBM Plex Sans",Sans-serif;
}
.wpml-nav .elementor-nav-menu li a {
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
}
.wpml-nav .elementor-nav-menu > li > a {
    padding: 10px 20px !important;
}
.wpml-nav .sub-menu > li > a {
    margin-left: 0 !important;
    padding: 10px 18px !important;
    border: 0 !important;
    display: block;
    width: 100%;
}



/* subnav2 style */
.nav2-wrapper{
	/* overflow-x: hidden; */
}

.subnav2 {
    background-color: transparent;
	transition: all 0.3s linear;
	width:100% !important;
}
.subnav2 .nav-slider {
    margin-left: -2px;
	opacity: 0;
	visibility: hidden;
	top: -110%;
	width: 100%;
	position: absolute;
}
.subnav2 .nav-slider .swiper-slide {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    /* padding-left: 20px;
    display: flex;
    min-height: 58px;
    align-items: center;
    padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
	width: auto; */
	width: auto;
}
.subnav2 .nav-slider .swiper-slide:first-child {
	border-color: transparent;
}
.subnav2 .nav-slider .swiper-slide a{
	padding-left: 20px;
	padding-right: 20px;
    display: flex;
    min-height: 58px;
    align-items: center;
    padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
	width: auto;
	text-decoration: none;
}

.subnav2 .nav-slider .swiper-slide a:hover{
	text-decoration:none;
}
.subnav2 .nav-slider .swiper-slide:after{
	content: '';
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 2px;
}

.subnav2 .nav-slider .swiper-slide.active-slide:after{
	background-color: #a65d43;
}
.subnav2 .nav-slider .swiper-slide.active-slide a{
	color:#c78b75;
}
.subnav2 .nav-slider .swiper-slide a {
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	color:#003057;
}
.subnav2 .nav-slider .swiper-slide:focus a,
.subnav2 .nav-slider .swiper-slide a:focus {
	color:#003057 !important;
}
.subnav2 .nav-slider .swiper-slide:focus:after{
	background-color: transparent !important;
}
.subnav2 .nav-slider .swiper-slide a:hover {
	text-decoration: none;
}
.subnav2 .elementor-text-editor {
	/* overflow: hidden; */
	position: relative;
}
.subnav2:not(.elementor-sticky--active) .elementor-text-editor{
	overflow: hidden;
} 
.subnav2 .elementor-text-editor  ul,
.subnav2 .elementor-widget-text-editor  ul{
    font-size: 0;
    max-width: 757px;
    overflow: hidden;
    margin-left: -20px !important;
}
.subnav2 .elementor-text-editor  ul li,
.subnav2 .elementor-widget-text-editor  ul li {
    padding-left: 20px !important;
    display: inline-block;
    font-size: 12px !important;
    line-height: 1.5;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    width: 25%;
    text-transform: uppercase;
    min-height: 53px;
    vertical-align: top;
    margin-bottom: 10px !important;
}
.subnav2 .elementor-text-editor  ul li:before,
.subnav2 .elementor-widget-text-editor  ul li:before {
    display: none !important;
}
.subnav2 .elementor-text-editor  ul li a,
.subnav2 .elementor-widget-text-editor  ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.subnav2 .elementor-text-editor  ul li a:hover,
.subnav2 .elementor-widget-text-editor  ul li a:hover {
	color:#c78b75;
}
.subnav2.elementor-sticky--active {
	background-color: #F9F9F9;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.subnav2.elementor-sticky--active .elementor-text-editor ul,
.subnav2.elementor-sticky--active .elementor-widget-text-editor ul {
    display: none !important;
}
.subnav2.elementor-sticky--active .nav-slider {
	display: block;
	position: static;
	opacity: 1;
	visibility: visible;
}
/* .subnav2.elementor-sticky--active .nav-slider .swiper-wrapper{
	margin-left: -2px;
} */
.subnav2.elementor-sticky--active .nav-slider a{
	color: #003057;
}
.subnav2.elementor-sticky--active .nav-slider .swiper-slide.active-slide a{
	color:#a65d43;
}
.index-high.index-low{
    z-index: 11 !important;
}

.subnav2-arrow-left,
.subnav2-arrow-right {
    cursor: pointer;
    z-index: 11;
    position: absolute;
    font-size: 25px;
    color: #003057;
}

.subnav2-arrow-left:hover,
.subnav2-arrow-right:hover {
    color: #A65D43;
}
.subnav2:not(.elementor-sticky--active) .subnav2-arrow-left,
.subnav2:not(.elementor-sticky--active) .subnav2-arrow-right {
    display: none;
}
.subnav2.elementor-sticky--active .subnav2-arrow-left {
    top: 50%;
    left: -20px;
    margin-top: -12px;
}
.subnav2.elementor-sticky--active .subnav2-arrow-right {
    top: 50%;
    right: -20px;
    margin-top: -12px;
}

/* End subnav2 style */

/* previous reposts slider */
.reports-slider .swiper-container {
    padding-bottom: 70px;
}
.reports-slider .swiper-container {
    padding-bottom: 100px;
}
.reports-slider .elementor-swiper-button-prev {
    left: -50px;
    outline: none;
	opacity: 0.4;
	margin-top:-34px;
}
.reports-slider .swiper-container.swiper-slide {
	width:auto;
}
.reports-slider .elementor-swiper-button-prev i:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 26px;
    color: #fff;
}
.reports-slider .elementor-swiper-button-prev:hover {
    opacity: 1;
}
.reports-slider .elementor-swiper-button-next {
    right: -50px;
    outline: none;
	opacity: 0.4;
	margin-top:-34px;
}
.reports-slider .elementor-swiper-button-next i:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 26px;
    color: #fff;
}
.reports-slider .elementor-swiper-button-next:hover {
    opacity: 1;
}
.reports-slider .swiper-pagination-bullets {
    position: static;
    margin-top: 72px;
}
.reports-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.4;
    outline: none;
    margin: 0 10px !important;
}
.reports-slider .swiper-pagination-bullet:hover {
	opacity: 1;
}
.reports-slider .swiper-pagination-bullet-active {
    opacity: 1;
}
.reports-slider .swiper-slide a .elementor-carousel-image{
	transition: all .3s linear;
}
.reports-slider .swiper-slide a:hover .elementor-carousel-image{
    opacity: 0.8;
}

/* --------------------------- Miscellaneous style -------------------------- */
.swoop{
	/* clip-path: ellipse(160% 69% at 100% 31%); */
	/* clip-path: ellipse(160% calc(100% - 300px) at calc(100% - 200px) 275px); */
	clip-path: ellipse(160% calc(100% - 300px) at calc(100% - 21px) 300px);
	margin-bottom: -200px !important;
}
.job-cards-inside .elementor-container,
.job-cards-inside .elementor-row {
    justify-content: center;
}
.job-cards-inside .empty-column {
    display: none !important;
}
.mccain-rsvp-wrapper{
	margin: 50px 0 0 0;
}
.mccain-atc-wrapper {
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
/* .mccain-atc-wrapper .addeventatc_dropdown.addeventatc-selected{
	top: 42px !important;
} */
.mccain-atc-wrapper .addeventatc > span:not(#addeventatc1-drop) {
	display: none !important;
	font-size:0 !important;
}
.mccain-atc-wrapper .addeventatc {
	width: 100%;
	max-width: 280px;
    border-radius: 0;
    box-shadow: none !important;
    background-color: #a65d43;
    text-align: center;
    color: #fff !important;
    border: 1px solid #a65d43;
    /* transition: all 0.3s linear; */
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	display: flex;
	padding-top:13px !important;
	padding-bottom: 12px !important;
	justify-content: center;
	font-size: 14px !important;
}
.mccain-atc-wrapper .addeventatc:before {
    content: "\f133";
    display: inline-block;
    font-family: FontAwesome;
	padding-right: 5px;
	
}
.mccain-atc-wrapper .addeventatc .addeventatc_icon {
    display: none;
}
.mccain-atc-wrapper .addeventatc:hover {
    background-color: transparent;
	color: #a65d43 !important;
	font-size: 14px !important;
}

.tabs-timeline-wrapper{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-timeline-tabs{
  display: flex;
  align-items: flex-end;
}

body .site-main .tabs-timeline-tabs li{
  padding: 0;
  margin: 0;
  flex: 1;
  max-width: 251px;
}

.tsf-photos-filter.loading label,
.tsf-photos-filter.loading .styledSelect,
.media-images-wrapper.loading,
#tsf-press-rel-filter.loading label,
#tsf-press-rel-filter.loading .styledSelect,
.press-releases-wrapper.loading,
[data-filter="tsf-video"].loading label,
[data-filter="tsf-video"].loading .styledSelect,
.video-gallery-wrapper.loading{
  opacity: 0.7;
  /* max-width: 200px; */
}

.tabs-timeline-tabs li:before{
  content: none !important;
}

.tabs-timeline-tabs li a{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 0 15px;
  display: block;
  border-bottom: 2px solid rgba(166,93,67,0.2);
  color: #003057;
}

.tabs-timeline-tabs li:not(:last-child) a{
  border-right: 1px solid #DBDBDB;
}

.tabs-timeline-tabs li a.active{
  color: #A65D43;
  border-bottom-color: #A65D43;
}

.tabs-timeline-contents{
  margin-top: 44px;
}

.tabs-timeline-content{
    display: none;
}

.tabs-timeline .tabs-timeline-video{
  max-width: 100%;
  position: relative;
  margin-top: 45px;
}

.tabs-timeline-item{
  display: flex;
  position: relative;
}

.tabs-timeline-item:after{
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: #A65D43;
  border-radius: 50%;
  top: 5px;
  border: 2px solid #fff;
  outline: 1px solid #A65D43;
  left: 1px;
  top: 3px;
}

.tabs-timeline-item:before{
  content: "";
  width: 0;
  height: calc(100% - 20px);
  position: absolute;
  left: 9px;
  top: 37px;
  border-left: 1px dashed #A65D43;
}

.tabs-timeline-item:not(:last-child){
  padding-bottom: 32px;
  margin-bottom: 30px;
}

.tabs-timeline-item .divider{
  width: calc(100% - 30px);
  position: absolute;
  height: 2px;
  background: #EFEFEF;
  bottom: 0;
  right: 0
}

.tabs-timeline-item:last-child .divider{
  display: none;
}

.tabs-timeline-item .tabs-timeline-item-images{
  width: 400px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 36px;
}

.tabs-timeline-item .tabs-timeline-item-images img{
  height: 182px;
  width: 182px;
  object-fit: cover;
  object-position: top center;
}

.tabs-timeline-item .tabs-timeline-item-info{
  width: calc(100% - 400px);
  padding-right: 25px;
  padding-left: 30px;
}

.tabs-timeline-item .tabs-timeline-item-info .time{
  font-size: 22px;
  line-height: 26px;
  color: #A65D43;
  text-transform: uppercase;
  max-width: 218px;
  margin: 0;
}

.tabs-timeline-item .tabs-timeline-item-info .title{
  font-size: 34px;
  line-height: 44px;
  color: #003057;
  margin-top: 22px;
  font-weight: 500;
}

.tabs-timeline-items .tabs-timeline-item .title a{
  color: #003057;
  text-decoration: none;
  letter-spacing: -0.4px;
  font-weight: 500;
}

.tabs-timeline-items .tabs-timeline-item .title a:hover{
  text-decoration: underline;
}

.tabs-timeline-items .tabs-timeline-item .tsf_agenda_location{
  font-size: 22px;
  line-height: 26px;
  color: #A65D43;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.tabs-timeline-item:last-child::before{
  height: calc(100% - 37px);
}

.tabs-timeline-item .tabs-timeline-item-info .content-body{
  margin-top: 22px;
}

.tabs-timeline-item .tabs-timeline-item-info .cta-wrapper{
  margin-top: 22px;
}

.tabs-timeline-item .tabs-timeline-item-info .cta-wrapper a{
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background-color: #A65D43;
  transition: 0.3s all;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  border: 1px solid #A65D43;
}

.tabs-timeline-item .tabs-timeline-item-info .cta-wrapper a:hover{
    color: #A65D43;
    background-color: transparent;
}

.tabs-timeline-item .tabs-timeline-item-info .cta-wrapper a:after{
  content: "";
  display: block;
  max-width: 100%;
  width: 228px;
}

.tabs-timeline-video{
  margin-bottom: 80px;
}

.tabs-timeline-video iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* ----------------------- end of Miscellaneous style ----------------------- */
/* ------------------------ Arichive page new updates ----------------------- */
.op-ends-nav ul {
    column-count: 3;
    column-gap: 50px;
    padding-left: 0;
}
.op-ends-nav ul li {
    display: inline-block;
    list-style: none;
    line-height: 1.7125;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    color: #003057;
}
.nav-space-adj li{
	margin-bottom: 25px;
}
.op-ends-nav ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #003057;
    border-radius: 50%;
}
.op-ends-nav ul li a {
    font-weight: 700;
    color: #003057;
    /* display: inline-block; */
    vertical-align: middle;
    text-decoration-thickness: 2px;
}
.op-ends-nav ul li a:before {
    content: '“';
    text-decoration: none;
    display: inline-block;
}
.op-ends-nav ul li a:after {
    content: '”';
    text-decoration: none;
    display: inline-block;
}
.op-ends-nav ul li a:hover {
    color: #003057;
}



.quote-cards {
    /* max-width: 1210px;
    margin-left: auto;
    margin-right: auto; */
	padding: 30px 20px;
}
.quote-card {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 48, 87, 0.5);
    padding: 40px 100px;
}
.quote-card:not(:first-child) {
    margin-top: 20px;
}
.quote-card .quote-content {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 16px;
    color: #003057;
}
.quote-card .quote-content:before {
    content: '“';
    text-decoration: none;
    display: inline-block;
}
.quote-card .quote-content:after {
    content: '”';
    text-decoration: none;
    display: inline-block;
}
.quote-card .quote-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #A65E42;
}
.quote-card .quote-info:before {
    content: '';
    display: inline-block;
    width: 40px;
    margin-right: 16px;
    height: 2px;
    background-color: #A65E42;
    vertical-align: middle;
}
.quote-card .quote-links {
    margin-top: 24px;
}
.quote-card .quote-links p {
    font-size: 16px;
    line-height: 1.3;
    color: #003057;
    font-weight: 400;
}
.quote-card .quote-links p a {
    font-weight: 700;
    color: #003057;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.quote-card .quote-links p a i{
	font-weight: 900;
	padding-left: 7px;
	vertical-align: sub;
}
.quote-card .quote-links p:not(:last-child) {
    margin-bottom: 16px;
}
/* code for filters */
.faceit-filters-style .filtr-wrapper {
    max-width: 1000px;
}
.faceit-filters-style .filtr-wrapper .container {
    display: flex;
}
.faceit-filters-style .fs-wrap.single .fs-option.selected,
.faceit-filters-style .fs-wrap.single .fs-option:hover{
	background-color: #F6F6F6;
}
.faceit-filters-style .filtr-wrapper .filter-by {
    width: 84px;
    white-space: nowrap;
    padding-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2.17;
    margin: 0;
}
.faceit-filters-style .filtr-wrapper .filter-dropdown {
    width: calc(33.33% - 28px);
    padding: 0 10px;
}
.faceit-filters-style .filtr-wrapper .elementor-row {
    max-width: 800px;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet {
    margin-bottom: 0;
    width: 100%;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-wrap {
    width: 100%;
    position: relative;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-label-wrap {
    width: 100%;
    border: 0;
    background-color: #EFEFEF;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-label-wrap .fs-label {
    color: #0d1623;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    padding: 7px 35px 7px 20px;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-label-wrap .fs-arrow {
    border: 0;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-label-wrap .fs-arrow:after {
    transition: all 0.3s linear;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    line-height: 1;
    width: 15px;
    height: 8px;
    display: inline-block;
    background: url("https://mccain2021stg.wpengine.com/wp-content/themes/McCain/assets/img/chevron-down.svg") no-repeat center;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-open .fs-arrow {
    transform: none;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-open .fs-arrow:after {
    transform: translateY(-50%) rotate(180deg);
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-dropdown {
    margin-top: 0;
    width: 100%;
    position: absolute;
}
.faceit-filters-style .filtr-wrapper .facetwp-facet .fs-dropdown .fs-option {
    margin: 0;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.86;
    letter-spacing: -.18px;
    color: #666;
    text-transform: none;
    cursor: pointer;
}
.faceit-filters-style .filtr-wrapper .facetwp-input-wrap {
    width: 100%;
}
.faceit-filters-style .filtr-wrapper .facetwp-input-wrap .facetwp-search {
    padding: 7px 35px 7px 20px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    border: 0;
    background-color: #EFEFEF;
    min-width: inherit;
    border-radius: 0;
}
.faceit-filters-style .filtr-wrapper .fs-search input {
    font-size: 16px;
    line-height: 24px;
}
.faceit-filters-style .facetwp-page.next {
    font-size: 0 !important;
    background: none !important;
    width: 18px !important;
    padding: 0;
    min-width: 1px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.faceit-filters-style .facetwp-page.next:hover {
    background: none !important;
    opacity: 0.8;
}
.faceit-filters-style .facetwp-page.next:before {
    content: "\f054";
    font-size: 22px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #a65d43;
}
.faceit-filters-style .facetwp-page.prev {
    font-size: 0 !important;
    background: none !important;
    width: 18px !important;
    padding: 0;
    min-width: 1px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.faceit-filters-style .facetwp-page.prev:hover {
    background: none !important;
    opacity: 0.8;
}
.faceit-filters-style .facetwp-page.prev:before {
    content: "\f053";
    font-size: 22px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #a65d43;
}


/* end code for filters */
/* ---------------------- End Arichive page new updates --------------------- */
/* End previous reposts slider */
/* ---------------------------- code for cookies ---------------------------- */
#cookie-notice {
	background-color: rgba(0, 48, 88, .85) !important;
	position: fixed;
	z-index: 11111;
}

#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#cookie-notice #cn-notice-text+#cn-accept-cookie, #cn-notice-buttons {
	display: none !important;
}

#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice .cookies-message {
	text-align: left;
	font-family: "Montserrat", Sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
	font-size: 12px;
}

#cookie-notice .cookies-message  a{
    color: #fff;
    text-decoration: underline;
}

#cookie-notice .cookies-message  a:hover{
    text-decoration: none;
}

#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}

#cookie-notice .cookies-button-container .cookies-button {
	border: 0;
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 500;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	line-height: 30px;
    color: #a65d43;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #fff;
	color: #a65d43;
    opacity: 0.8;
}

.cn-close-icon:before, .cn-close-icon:after{
    background-color: #fff;
}

.cookie-notice-container  .cn-text-container{
    margin: 0
}

.sedona-forum-hero .elementor-widget-wrap {
	flex-direction: column;
	align-items: flex-start !important;
}

.dual-btns-wrapper .elementor-widget-wrap {
	width: calc(100% + 20px);
	margin: 0 -10px -16px;
	flex-wrap: wrap;
}

.dual-btns-wrapper .elementor-widget-wrap .elementor-widget-button {
	max-width: calc(100% + 20px);
	margin: 0 10px 16px;
}

.sedona-forum-logo .elementor-image {
	width: 220px;
	height: 101px;
	margin: 0 auto;
}

.sedona-forum-logo .elementor-image img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.washington-gallery .elementor-image > a{
	padding: 30px;
}

.washington-post .washington-post-cta .elementor-cta {
	text-decoration: none;
}

.washington-post .washington-post-cta .elementor-cta .elementor-cta__content {
	max-width: 860px;
	margin: 0 auto;
}

.washington-post .washington-post-cta .elementor-cta .elementor-cta__content-item:not(:last-child) {
	margin-bottom: 20px;
}

 /*------------ NABEEL AHMAD ------------*/

.schedule-tabs .st-nav{
    display: flex;
    list-style-type: none !important;
}

.schedule-tabs .st-nav li{
    max-width: 250px;
    width: 100%;
    border-bottom: 2px solid rgba(166,93,67,0.2);
    padding-left: 15px;
}

.schedule-tabs .st-nav li::before{
    content: none !important;
}

.schedule-tabs .st-nav li:not(:last-child){
    border-right: 1px solid #DBDBDB;
}

.schedule-tabs .st-nav a{
    text-decoration: none;
    color: #003057;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.active .schedule-tabs .st-nav a{
    color: #A65D43;
}

.active .schedule-tabs .st-nav li{
    border-bottom: #A65D43;
}

.schedule-tab-content{
    margin-top: 39px;
}

.schedule-tab-content .st-video{
    max-width: 100%;
    min-height: 660px;
    border: 1px solid;
}

.schedule-tab-content .st-posts-wrapper{
    margin-top: 80px;
}

.st-posts-wrapper .st-post{
    display: flex;
}

.st-posts-wrapper .st-post .st-post-content{
    width: calc(100% - 400px);
    padding: 0 30px;
}

.st-posts-wrapper .st-post .st-post-content .st-time span{
    display: block;
    color: #A65D43;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

.st-posts-wrapper .st-post .st-post-content .st-heading{
    margin-top: 22px;
    display: block;
    text-decoration: none;
    color: #003057;
    font-size: 34px;
}

.st-posts-wrapper .st-post .st-post-content .st-heading:hover{
    text-decoration: underline;
}

.st-posts-wrapper .st-post .st-post-content .st-heading h4{
    font-size: 36px;
    line-height: 1.222;
}

.st-posts-wrapper .st-post .st-post-content .st-description{
    margin-top: 22px;
}

.st-posts-wrapper .st-post .st-post-content .st-btn{
    margin-top: 22px;
    display: flex;
    column-gap: 20px;
}

.st-posts-wrapper .st-post .st-post-imgs{
    max-width: 400px;
}

.st-post .st-post-imgs .st-images{
    width: calc(100% + 36px);
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.st-post .st-post-imgs .st-img{
    width: calc(50% - 36px);
    margin: 0 18px 36px;
    max-height: 182px;
}

.st-post .st-post-imgs .st-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.graphic-cta-wrapper .elementor-column {
	width: 33.33%;
}

.graphic-cta-wrapper .elementor-container  .elementor-row{
	flex-wrap: wrap;
}

/* -------------------------- end code for cookies -------------------------- */
/* ------------ Max 1620 ------------ */
@media (max-width: 1620px){
	.main-menu .elementor-nav-menu>li:last-child>ul{
		left: auto !important;
		right: 0 !important;
		transform: translateX(0) !important;
	}
	.main-menu .elementor-nav-menu>li:last-child>ul:after{
		left: 210px !important;
	}
}

.dual-btns-wrapper .elementor-widget-wrap {
	width: calc(100% + 20px);
	margin: 0 -10px -16px;
	flex-wrap: wrap;
}

.dual-btns-wrapper .elementor-widget-wrap .elementor-widget-button {
	max-width: calc(100% - 20px);
	margin: 0 10px 16px;
}

.washington-post-image .elementor-image img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.sedona-overlay-cta .elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px !important;
	width: calc(100% + 40px);
}

.sedona-overlay-cta .elementor-widget-wrap .graphic-cta {
	width: calc(33.33% - 40px) !important;
	padding-bottom: 29.63%;
	margin: 0 20px 38px !important;
}

.past-participents-section .media-filter {
	position: relative;
	top: 7px;
}

.washington-post-image .elementor-image {
	max-width: 462px;
  width: 100%;
	height: 70px;
	margin: 0 auto;
}

.sedona-forum-partners .gallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	justify-content: center;
}
.sedona-forum-partners .gallery-item{
	padding: 0 20px;
}

.sedona-forum-partners .gallery-icon {
	border: 2px solid #E6E6E6;
	height: 171px;
	margin-bottom: 40px;
  align-items: center;
	justify-content: center;
	display: flex;
	padding: 12px 24px;
  width: 100%;
  height: 100%;
}

.sedona-forum-partners .gallery-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-popup-box,
.video-popup-box {
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  padding: 30px;
}

.image-popup-box {
  overflow: auto;
}

.image-popup-box.active,
.video-popup-box.active {
  visibility: visible;
  opacity: 1;
}

.image-popup-box .pop-up-close,
.video-popup-box .pop-up-close {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  right: -18px;
  top: -18px;
  padding: 0;
  background: url(../img/cross-btn.svg) no-repeat center center;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  background-size: 14px;
  border: 1px solid #ffffff;
} 

.image-popup-box .pop-up-close:hover,
.video-popup-box .pop-up-close:hover {
  border-radius: 50%;
}

.image-popup-box .pop-up-close:focus,
.video-popup-box .pop-up-close:focus {
  padding: 0;
}

.pervious-supporter-wrapper {
	padding: 26px 30px 30px 30px;
	background-color: #ffffff;
}

.custom-filter .custom-filter-header {
	display: flex;
	margin-bottom: 42px;
}

.custom-filter .custom-filter-header .custom-filter-title {
	width: calc(100% - 372px);
	padding-right: 30px;
	align-self: center;
}

.custom-filter .custom-filter-header .custom-filter-filter {
	width: 372px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-filter .custom-filter-header .custom-filter-filter h6 {
	line-height: 1.3;
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}

.supporters-section .supporters-content .supporter-content-ul ul {
	display: grid;
	gap: 14px;
  grid-column-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.supporters-section .supporters-content .supporter-content-ul ul li {
  margin-bottom: 0;
	font-size: 18px;
  padding-left: 27px;
  line-height: 1.44;
}

.supporters-section .supporters-content .supporter-content-ul ul li::before{
  font-size: 5px !important;
  left: 11px !important;
  top: 12px !important;
}

.filter-header .participents-title-col {
	width: calc(100% - 372px) !important;
}
 
.filter-header .participents-filter-col {
	width: 372px !important;
}

/* Drop Filter Styling  */
.drop-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.drop-filter .styledSelect {
  height: 35px;
  padding: 4px 35px 4px 20px;
}
 
.drop-filter .custom-filter-sort {
	position: relative;
	min-width: 250px;
}

.drop-filter .filter-label {
	line-height: 1.3;
	font-size: 16px;
	margin: 0;
	font-weight: 700;
  margin-right: 16px;
}

.past-participents-section .facetwp-facet-photos_archive {
	position: absolute;
	right: 0;
	top: 10px;
  margin-bottom: 0;
}

.filter-header .facetwp-facet {
	margin-bottom: 0;
	right: 0;
	z-index: 1;
	max-width: 372px;
  height: 40px;
}

.participents-filter-col .elementor-widget-container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
} 

.participents-filter-col .elementor-widget-container .filter-label {
	margin-right: 15px;
	font-size: 16px;
	font-weight: 700;
} 

.past-participents-section .facetwp-facet-photos_archive .fs-wrap .fs-label-wrap,
.filter-header .facetwp-facet .fs-wrap .fs-label-wrap {
	padding: 7px 35px 7px 20px;
    position: relative;
    height: 40px;
    z-index: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 0 !important;
    background-color: #efefef;
    border: solid 1px #efefef;
    box-shadow: none;
    font-size: 16px !important;
    line-height: 24px;
    color: #0d1623 !important;
    text-transform: none;
    letter-spacing: 0px;
    transition: all 0.3s;
} 

.past-participents-section .facetwp-facet-photos_archive .fs-label-wrap .fs-label,
.filter-header .facetwp-facet .fs-label-wrap .fs-label {
	padding: 0;
}

.past-participents-section .facetwp-facet-photos_archive .fs-arrow,
.filter-header .facetwp-facet .fs-arrow{
	display: none;
}

.past-participents-section .facetwp-facet-photos_archive .fs-wrap .fs-label-wrap::after,
.filter-header .facetwp-facet .fs-wrap .fs-label-wrap::after{
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    line-height: 1;
    width: 15px;
    height: 8px;
    background: url(../img/chevron-down.svg) no-repeat center;
}

.past-participents-section .facetwp-facet-photos_archive .fs-wrap.fs-open .fs-label-wrap::after,
.filter-header .facetwp-facet .fs-wrap.fs-open .fs-label-wrap::after{
	transform: translateY(-50%) rotate(-180deg);
}

.past-participents-section .facetwp-facet-photos_archive .fs-option,
.filter-header .facetwp-facet .fs-option {
	margin: 0;
    padding: 7px 15px 7px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: -0.18px;
    color: #666666;
    text-transform: none;
    cursor: pointer;
}

.custom-filter .custom-filter-header .custom-filter-sort .styledSelect {
  height: 35px;
  padding: 4px 35px 4px 20px;
}

.media-filter .styledSelect:after,
.drop-filter .styledSelect:after {
	right: 21px;
	width: 12px;
	height: 8px;
}

.custom-filter .custom-filter-header .custom-filter-title .title {
  margin-top: 0;
  line-height: 1.25em;
}

.custom-filter .custom-filter-header .custom-filter-sort {
	position: relative;
	width: 250px;
}

.custom-filter .custom-filter-body .custom-filter-year {
	margin-bottom: 50px;
	margin-top: 0;
	font-family: "IBM Plex Sans", Sans-serif;
	font-weight: 700;
}

.custom-filter .custom-filter-body .filter-ul {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pervious-supporter-wrapper.custom-filter .custom-filter-body .filter-ul {
	gap: 16px;
  grid-column-gap: 40px;
}

.custom-list-participents .elementor-widget-text-editor ul,
.custom-list-participents .elementor-text-editor ul  {
  /* gap: 30px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); */
  columns: 3;
  column-gap:40px;
}

.custom-list-participents .elementor-widget-text-editor ul li,
.custom-list-participents .elementor-text-editor ul li {
  margin:0 0 30px !important;
  display: inline-block;
  width: 100%;
}

.custom-filter .load-more-wrap .load-more-btn {
	background-color: transparent;
	color: #A25D44;
	transition: 0.3s all;
}

.custom-filter .load-more-wrap .load-more-btn:hover {
	background-color: #A25D44;
	color: #ffffff;
}

.custom-list-participents .elementor-widget-text-editor ul li,
.custom-list-participents .elementor-widget-text-editor ul li strong,
.custom-list-participents .elementor-text-editor ul li,
.custom-list-participents .elementor-text-editor ul li strong{
	font-size: 18px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
.custom-list-participents .elementor-widget-text-editor ul li strong + i,
.custom-list-participents .elementor-widget-text-editor ul li strong,
.custom-list-participents .elementor-text-editor ul li strong + i,
.custom-list-participents .elementor-text-editor ul li strong {
	display: block;
}

.custom-list-participents .elementor-widget-text-editor ul li::before,
.custom-list-participents .elementor-text-editor ul li::before {
	display: none !important;
}

.media-images-wrapper.custom-filter .custom-filter-body .filter-ul li::before,
.past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li::before {
	content: '' !important;
}

.custom-filter .custom-filter-body .filter-ul li .participents-residance{
  line-height: 1.55;
}

.custom-filter .custom-filter-body .filter-ul li {
  margin-bottom: 0;
}

.media-images-wrapper.custom-filter .custom-filter-body .filter-ul li {
	position: relative;
	padding: 0;
  padding-bottom: 75%;
}

.custom-filter .custom-filter-body .filter-ul li {
  font-size: 18px;
}

.media-images-wrapper.custom-filter .custom-filter-body .filter-ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  cursor: pointer;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 0;
}

.past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li {
  max-width: 250px;
  padding: 0;
}

.past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li .participents-title {
	display: block;
  font-size: 18px;
}

.past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li .participents-title {
  font-weight: 700;
  margin-bottom: 3px;
}

.past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li .custom-filter-title {
	font-weight: 700;
	margin-bottom: 3px;
}

.sedona-forum-video .elementor-custom-embed-play:hover .elementor-custom-embed-play {
	opacity: 1;
}

.press-releases-wrapper .custom-filter-body {
	display: flex;
	width: calc(100% + 40px);
	margin: 0 -20px -40px;
	flex-wrap: wrap;
}

.press-releases-wrapper .custom-filter-body .press-box {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - 40px);
	margin: 0 20px 40px;
	border: 1px solid rgba(0,0,0,0.20);
	padding: 30px 40px;
	min-height: 242px;
	justify-content: center;
  text-decoration: none;
}

.press-releases-wrapper .custom-filter-body .press-box:hover{
  border: 1px solid #000000;
}

.press-releases-wrapper .custom-filter-body .press-box h5 {
	color: #003057;
  font-weight: 700;
  /* text-decoration: underline; */
}

.press-releases-wrapper .custom-filter-body .press-box:hover h5 {
  text-decoration: underline;
}

.press-releases-wrapper .custom-filter-body .press-box .press-date {
	color: #A65D43;
	font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0;
}

.press-releases-wrapper .custom-filter-body .press-box h5,
.press-releases-wrapper .custom-filter-body .press-box .press-date h5 {
  margin-top: 0;
}

.title-hover .cta-out-box .elementor-cta__title {
	text-decoration: underline;
}

.title-hover .cta-out-box:hover .elementor-cta__title {
	text-decoration: none !important;
}

.media-filter .styledSelect,
.media-filter .options li,
.custom-filter-sort .styledSelect,
.custom-filter-sort .options li{
	font-weight: 500;
}

.press-releases-wrapper .custom-filter-body .press-box .press-date::before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    vertical-align: middle;
    background-color: #A65D43;
    margin-right: 10px;
	margin-top: -4px;
}

.video-gallery-wrapper .custom-filter-body .video-box video {
	border: 1px solid red;
	width: 100%;
	min-height: 300px;
/* 	height: 100%; */
}

.video-gallery-wrapper .custom-filter-body {
	display: flex;
	width: calc(100% + 40px);
	margin: 0 -20px -40px;
	flex-wrap: wrap;
}

.image-popup-box .pop-img-wrap .img-title{
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
.image-popup-box .pop-img-wrap .img-title:empty{
	display:none
}

.video-gallery-wrapper .custom-filter-body .video-box {
	flex-direction: column;
	width: calc(33.33% - 40px);
	margin: 0 20px 40px;
	justify-content: center;
}

.video-gallery-wrapper .custom-filter-body .video-content {
	margin-top: 16px;
	display: flex;
    flex-direction: column;
}

.video-gallery-wrapper .custom-filter-body .video-content .video-date {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #A65D43;
}

.video-gallery-wrapper .custom-filter-body .video-content .media-video-heading {
	color: #003057;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 1px;
}

.image-popup-box .pop-img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70%;
}

.video-popup-box .pop-video-wrap {
	width: 75%;
  position: relative;
  background-color: #001a2e;
  margin: auto;
}


.video-popup-box .pop-video-wrap iframe,
.video-popup-box .pop-video-wrap video {
	aspect-ratio: 16/9;
	width: 100%;
}
.video-popup-box .pop-video-wrap iframe[src=""],
.video-popup-box .pop-video-wrap video[src=""]{
    display: none;
}

.supporters-and-partners .sedona-forum-partners .gallery-icon{
  height: 171px;
}

.shortcode-full .elementor-shortcode{
  width: 100%;
}

.video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail-wrap {
	position: relative;
  min-height: 300px;
}

.video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  cursor: pointer;
  transition: 0.3s all;
  z-index: 1;
}

.video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail .play-icon {
  background-image: url(../img/bx_play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.30);
  transition: 0.3s all;
}

.video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail:hover .play-icon {
  background-color: rgba(0,0,0,0.60);
}

.video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail-wrap .img-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail-wrap iframe {
	aspect-ratio: 16/9;
  height: 100%;
}

.custom-filter .load-more-wrap {
	max-width: calc(100% + 20px);
	margin: 0 10px 10px;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.custom-filter .load-more-wrap .load-more-btn {
	max-width: calc(100% - 20px);
	margin: 0 -10px -10px;
}

.pervious-supporter-wrapper .custom-filter-body:not(:first-child) {
	margin-top: 50px;
}

.media-filter {
	display: flex;
	max-width: 372px;
	align-items: center;	
	justify-content: flex-end;
  margin-left: auto;
}

.media-filter label {
	margin-right: 16px;
	font-size: 16px;
	font-weight: 700;
}

.media-filter .select {
	width: calc(100% - 122px);
	position: relative;
}

.press-releases-section .styledSelect {
	background-color: #ffffff;
}

 /*------------ NABEEL AHMAD ------------*/

 .image-popup-box .pop-img-wrap .img-title {
  color: #003057;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  padding: 15px;
}

 .agenda-single .agenda-btn .elementor-button:after, [type="button"]:after{
  width: 148px;
}

.agenda-single .agenda-btn .elementor-button-link{
  font-weight: 500 !important;
  text-transform: capitalize;
  font-size: 16px !important;
}

.agenda-single .agenda-btn .elementor-button-link:hover{
  text-decoration: underline;
}

.agenda-single .agenda-btn svg{
  width: 16px;
}

.tabs-timeline-contents .tabs-timeline-video .timeline-video-overly{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tabs-timeline-contents .tabs-timeline-video .timeline-video-overly img{
  height: 100%;
}

.tabs-timeline-contents .tabs-timeline-video .timeline-video-overly .play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.sedona-cta-container{
  padding: 80px 30px 20px;
  max-width: 1340px;
  margin: 0 auto;
}

.sedona-cta-wrapper{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.sedona-cta-container .sedona-cta-wrapper .sedona-cta{
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 40px 50px;
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
}

.sedona-cta-container .sedona-cta-wrapper .sedona-cta .sc-date{
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #a65d43;
  font-weight: 700;
}

.sedona-cta-container .sedona-cta-wrapper .sedona-cta .sc-date::after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: #A65D43;
  position: absolute;
  left: 0px;
  top: 40%;
}

.sedona-cta-container .sedona-cta-wrapper .sedona-cta .sc-title{
  color: #003057;
  margin-top: 3px;
}

.sedona-cta-container .sedona-cta-wrapper .sedona-cta:hover{
  border: 1px solid black;
}

.sedona-cta-container .sedona-cta-wrapper a.sedona-cta:hover .sc-title{
  text-decoration: underline;
}

.forum-detail-wrapper .italic-head{
  display: block;
  margin-top: 24px;
}

.forum-detail-wrapper ul{
  margin-top: 6px;
  margin-bottom: 18px;
}

.forum-detail-wrapper ul li{
  line-height: 20px !important;
  margin-bottom: 4px !important;
  padding-left: 24px !important;
  letter-spacing: -0.2px;
}

.forum-detail-wrapper ul li::before{
  font-size: 5px !important;
  left: 10px !important;
  top: 2px !important;
}

.tabs-timeline-items .tabs-timeline-item{
  min-height: 182px;
}

.forum-detail-wrapper a{
  text-decoration: none;
  margin-top: 45px;
  display: inline-block;
}

.forum-detail-wrapper .elementor-button:hover{
  text-decoration: none;
}

.forum-detail-wrapper .elementor-button:focus{
  background-color: #A25D44;
  color: #ffffff;
}

/* .forum-detail-wrapper a:hover{
  text-decoration: underline;
} */

.tabs-timeline-item .tabs-timeline-item-info .content-body a{
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background-color: #A65D43;
  transition: 0.3s all;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  border: 1px solid #A65D43;
  margin-top: 13px;
}

.tabs-timeline-item .tabs-timeline-item-info .content-body a:hover{
  color: #A65D43;
  background-color: transparent;
}

.tabs-timeline-item .tabs-timeline-item-info .content-body a::after{
  content: "";
  display: block;
  max-width: 100%;
  width: 226px;
}

.tabs-timeline-item .tabs-timeline-item-images a{
  position: relative;
  height: max-content;
}

.tabs-timeline-item .tabs-timeline-item-images a:hover .leader{
  opacity: 1;
  visibility: visible;
}

.tabs-timeline-item .tabs-timeline-item-images a .leader{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 48, 87, 0.9);
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.video-active {
	opacity: 0 !important;
  visibility: hidden !important;
}

.agenda-video .eicon-play::before{
  content: "";
  background: url("/wp-content/uploads/2022/09/icon-play.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.facetwp-type-fselect .fs-search {
  display: none;
}

.agenda-video .elementor-custom-embed-image-overlay{
  position: relative;
}

.agenda-video .elementor-custom-embed-image-overlay::after{
  content: "";
  background-color: #003057;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.agenda-video .elementor-custom-embed-play{
  z-index: 1;
}

.forum-detail-wrapper .sedona-video{
  margin: 0 auto;
}

.forum-detail-wrapper .elementor-button{
  margin-top: 10px;
  margin-bottom: 10px;
}

.forum-detail-wrapper h5{
  margin-top: 25px;
}

.forum-detail-wrapper .forum-gallery .gallery-icon a{
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.forum-detail-wrapper .elementor-widget:not(:last-child){
  margin-bottom: 0;
}

.forum-detail-wrapper .forum-gallery .gallery-icon img{
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.main-header-wrapper .main-menu .elementor-nav-menu .sub-arrow {
	display: none;
}

.footer .footer-logo-col .elementor-image a,
.footer .footer-logo-col .elementor-widget-image a{
	width: 100px;
  height: 68px;
  display: flex;
  align-items: center;
}
.footer .footer-logo-col .elementor-image a img,
.footer .footer-logo-col .elementor-widget-image a img{
	max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 420px){
  .sedona-cta-container .sedona-cta-wrapper .sedona-cta .sc-title{
    font-size: 18px;
  }
  .tabs-timeline-item .tabs-timeline-item-info .content-body a{
    margin-top: 7px;
    width: 100%;
  }
}

/* -------------------------- end code for cookies -------------------------- */
/* ------------ Max 1620 ------------ */
@media (max-width: 1620px){
	.main-menu .elementor-nav-menu>li:last-child>ul{
		left: auto !important;
		right: 0 !important;
		transform: translateX(0) !important;
	}
	.main-menu .elementor-nav-menu>li:last-child>ul:after{
		left: 210px !important;
	}
}

@media(max-width:870px){
    .tabs-timeline-item::before,
    .tabs-timeline-item::after{
        content: none;
    }

    .tabs-timeline-item .tabs-timeline-item-info{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 20px;
    }

    .tabs-timeline-item{
        flex-direction: column-reverse;
    }

    .tabs-timeline-item .tabs-timeline-item-images{
        width: calc(100% + 30px);
        margin: -15px;
        justify-content: flex-start;
        gap: 0;
    }

    .tabs-timeline-item .tabs-timeline-item-images > a{
        position: relative;
        width: calc(25% - 30px);
        margin: 15px;
        padding-bottom: 22%;
        display: block;
    }

    .tabs-timeline-item .tabs-timeline-item-images > a > *{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tabs-timeline-item .divider{
        width: 100%;
    }

    .tabs-timeline-item .tabs-timeline-item-images img{
        width: 100%;
        height: 100%;
    }

    .tabs-timeline .tabs-timeline-video{
        margin-bottom: 30px;
    }

    .tabs-timeline-contents{
        margin-top: 29px;
    }
}


/* ------------ min-768 ------------ */
@media screen and (min-width:768px) {

 
  /* ------ Right Half ------ */
  .right-half-gradient{
    position: relative;
  }
  .right-half-gradient:after{
    content: "";
    background: linear-gradient(-90deg, #000000 0%, #00000000 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .right-half-gradient .elementor-container{
    z-index: 1;
  }

  /* ------ Right full ------ */
  .right-full-gradient{
    position: relative;
  }
  .right-full-gradient:after{
    content: "";
    background: linear-gradient(-90deg, #000000 0%, #00000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .right-full-gradient .elementor-container{
    z-index: 1;
  }

  /* ------ Left Half ------ */
  .left-half-gradient{
    position: relative;
  }
  .left-half-gradient:after{
    content: "";
    background: linear-gradient(90deg, #000000 0%, #00000000 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .left-half-gradient .elementor-container{
    z-index: 1;
  }

  /* ------ Left Full ------ */
  .left-full-gradient{
    position: relative;
  }
  .left-full-gradient:after{
    content: "";
    background: linear-gradient(90deg, #000000 0%, #00000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .left-full-gradient .elementor-container{
    z-index: 1;
  }

  /* ------ Bottom Half ------ */
  .bottom-half-gradient{
    position: relative;
  }
  .bottom-half-gradient:after{
    content: "";
    background: linear-gradient(0deg, #000000 0%, #00000000 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bottom-half-gradient .elementor-container{
    z-index: 1;
  }

  /* ------ Bottom Full ------ */
  .bottom-full-gradient{
    position: relative;
  }
  .bottom-full-gradient:after{
    content: "";
    background: linear-gradient(0deg, #000000 0%, #00000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bottom-full-gradient .elementor-container{
    z-index: 1;
  }

  body:not(.elementor-editor-active) .fill-gray .elementor-background-overlay,
  body:not(.elementor-editor-active).fill-black .elementor-background-overlay,
  body:not(.elementor-editor-active).bottom-full-gradient .elementor-background-overlay,
  body:not(.elementor-editor-active).bottom-half-gradient .elementor-background-overlay,
  body:not(.elementor-editor-active).left-full-gradient .elementor-background-overlay,
  body:not(.elementor-editor-active).left-half-gradient .elementor-background-overlay,
  body:not(.elementor-editor-active).right-full-gradient .elementor-background-overlay,
  body:not(.elementor-editor-active).right-half-gradient .elementor-background-overlay{
    z-index: 1;
  }
	/* .img-scale .elementor-cta__bg{
		background-size: 62%;

	} */
}



/* ------------ max-1460 ------------ */
@media (max-width: 1460px){
	.arrow-left{
		left: -35px;
	}
	.arrow-right{
		right: -35px;
	}
}



/* ------------ max-1410 ------------ */
@media screen and (max-width: 1410px){
  .event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev,
  .event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 11px 12px 10px;
    border-radius: 3px;
  }
  .event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev{
    left: 20px;
  }
  .event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
    right: 20px;
  }
  .arrow-right, .arrow-left  {
    display: none !important;
  }
  .subnav2.elementor-sticky--active .elementor-text-editor{
	  padding-left: 35px;
	  padding-right: 35px;
  }
  .subnav2.elementor-sticky--active .subnav2-arrow-left{
	  left: 15px;
  }
  .subnav2.elementor-sticky--active .subnav2-arrow-right{
	  right: 15px;
  }

}

@media only screen and (max-width: 1300px) {
    .dual-slider-section .elementor-row .elementor-column {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
    }

    .inauguration-wrapper {
        flex-direction: column;
        padding: 40px 20px 0;
    }
    .inauguration-wrapper .image-inauguration {
        width: 100%;
        transform: none;
    }
    .inauguration-wrapper .content-slider-wrapper {
        width: 100%;
    }
    .inauguration-wrapper .content-inauguration {
        margin: 15px 0 30px;
    }
    .swiper-custom-pagination {
        width: 100%;
        left: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .swiper-custom-pagination {
        position: static;
    }
}

@media only screen and (max-width: 1300px) {
    .wpml-nav .elementor-nav-menu > li > a {
        padding: 10px !important;
    }
    .wpml-nav .sub-menu {
        min-width: 170px !important;
    }
    .wpml-nav .elementor-nav-menu > li {
        font-size: 0;
    } 
}
@media only screen and (min-width:1025px) and (max-width:1300px){
    .counters-inside .elementor-counter-number-wrapper span{
		font-size: 70%;
		line-height: 1;
	}
	.counters-inside  .elementor-widget.elementor-widget-heading{
		margin-bottom: 40px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1300px){
	.dual-slider-section .elementor-row .text-column .elementor-column-wrap {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1220px) {
  .main-header-wrapper .main-menu .elementor-nav-menu .menu-item .elementor-item {
    font-size: 14px;
  }
}
/* ------------ max-1150 ------------ */
@media screen and (max-width: 1100px){
  .main-header-wrapper .main-menu .elementor-nav-menu .menu-item .elementor-item {
    font-size: 13px;
  }
}

@media only screen and (min-width:768px) and (max-width:1100px){
	.bound-content .elementor-column-wrap {
		justify-content: flex-end;
	}
	.bound-content .elementor-column-wrap .elementor-widget-wrap {
		max-width: 43%;
	}
}

/* ------------ min-1025 ------------ */
@media (min-width:1025px){
	.mobile-menu{
		display: none !important;
	}
	.subnav2 .nav-slider .swiper-slide:hover:after{
		background-color: rgba(0,0,0,.2);
	}
	.subnav2 .nav-slider .swiper-slide a:hover{
		color:#c78b75
	}
	.with-video-bg {
		background-image: none !important;
		background-color: #000 !important;
	}
}

/*------------ max-1024 ------------ */
@media screen and (max-width:1024px){
  .impact-counter.percent sup {
    font-size: 40px;
  }
  .hello-state .elementor-widget-wrap,
  .main-header-wrapper.elementor-sticky--effects .elementor-widget-wrap{
    padding: 0 !important;
  }
  .utility-column .elementor-widget-wrap {
        display: flex;
    }
    .utility-column .elementor-widget-wrap .elementor-nav-menu--dropdown {
        margin-top: 0;
    }
    .utility-column .elementor-widget-wrap .wpml-nav {
        width: 40px;
    }
    .utility-column .elementor-widget-wrap .top-nav-link {
        max-width: calc(100% - 40px);
	}
	.subnav2.elementor-sticky--active,
	.subnav.elementor-sticky--active{
		top:120px !important;
	}
	.header-msg-visible .subnav2.elementor-sticky--active,
	.header-msg-visible .subnav.elementor-sticky--active{
		top:160px !important;
	}
	.swoop{
		/* clip-path: ellipse(200% 75% at 100% 25%); */
		clip-path: ellipse(200% calc(100% - 300px) at calc(100% - 21px) 300px);
		margin-bottom: -85px !important;
	}
	.with-video-bg iframe{
		display:none !important;
	}
	.with-video-bg:after{
		background-color: rgb(0 0 0 / 20%);
	}
	.op-ends-nav ul{
		column-count: 2;
		column-gap: 30px;
	}
	
	.quote-card{
		padding: 40px 50px;
	}

  .tabs-timeline-contents .tabs-timeline-video .timeline-video-overly .play-icon{
    max-width: 70px;
  }

  .sedona-cta-container .sedona-cta-wrapper .sedona-cta{
    width: calc(50% - 40px);
  }

  .sedona-cta-container{
    padding: 60px 20px 30px;
  }
  .custom-filter .custom-filter-body .filter-ul {
    gap: 30px;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .team-section-four-column .elementor-row .elementor-col-25{
        width: 50%;
	}
}
/*------------ max-1023 ------------ */
@media screen and (max-width:1023px){
  body .elementor-widget-heading h1.elementor-heading-title,
  body h1,
  body .h1,
  body .elementor-widget-heading.h1 .elementor-heading-title,
  h1.elementor-cta__title {
    font-size: 45px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: normal;
    line-height: 1.166667; /* 70px */
  }

  body .elementor-widget-heading h2.elementor-heading-title,
  body h2,
  body .h2,
  body .elementor-widget-heading.h2 .elementor-heading-title,
  h2.elementor-cta__title {
    font-size: 38px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: normal;
    line-height: 1; /* 46px */
  }

  body .elementor-widget-heading h3.elementor-heading-title,
  body h3,
  body .h3,
  body .elementor-widget-heading.h3 .elementor-heading-title,
  h3.elementor-cta__title  {
    font-size: 26px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: 400;
    line-height: 1; /* 32px */
  }

  /* body .elementor-widget-heading h4.elementor-heading-title,
  body h4,
  body .h4,
  body .elementor-widget-heading.h4 .elementor-heading-title,
  h4.elementor-cta__title {
    font-size: 30px;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 500;
    line-height: 1.333333;
  } */

  /* body .elementor-widget-heading h5.elementor-heading-title,
  body h5,
  body .h5,
  body .elementor-widget-heading.h5 .elementor-heading-title,
  h5.elementor-cta__title {
    font-size: 22px;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 500;
    line-height: 1.18182;
  } */

  /* body .elementor-widget-heading h6.elementor-heading-title,
  body h6,
  body .h6,
  body .elementor-widget-heading.h6 .elementor-heading-title,
  h6.elementor-cta__title {
    font-size: 20px;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 500;
    line-height: 1.3;
  } */

  body .elementor-widget-heading.display-1 .elementor-heading-title,
  body .display-1 .elementor-heading-title {
    font-size: 45px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: normal;
    line-height: 1; /* 70px */
  }

  body .elementor-widget-heading.display-2 .elementor-heading-title,
  body .display-2 .elementor-heading-title{
    font-size: 26px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: normal;
    line-height: 1; /* 36px */
  }
  .single-content-section h2{
    font-size: 26px;
  }
  .single-content-section h2{
    font-size: 26px;
  }
  /* body .elementor-widget-heading.display-3 .elementor-heading-title,
  body .display-3 .elementor-heading-title{
    font-size: 12px;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 700;
    line-height: 1.33333;
  } */

  
  /* ======================== Home - Upcoming Events ====================== */
  .events-block-wrapper .events-block{
    padding: 30px 30px 30px;
    width: calc(33.33% - 40px);
  }

  /* ======================== Home - The Latest ====================== */
  /* .latest-blocks-wrapper .latest-content-wrapper{
    background-color: #fff;
    padding: 25px 20px;
  }
  .latest-blocks-wrapper .latest-left-content{
    width: 48%;
    padding-right: 20px;
  }
  .latest-blocks-wrapper .latest-right-content{
    width: 52%;
  }
  .latest-blocks-wrapper .latest-right-content .latest-right-content-wrapper .latest-content-wrapper{
    width: calc(100% - 30%);
  }
  .latest-blocks-wrapper .latest-left-content .latest-content-wrapper{
    max-width: 300px;
  } */
  .latest-blocks-wrapper .latest-content-wrapper{
    background-color: #fff;
    padding: 25px 20px;
    min-height: 150px;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1){
    width: calc(52% - 40px);
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2),
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3){
    width: 48%;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-content-wrapper{
    max-width: 300px;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-content-wrapper,
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-content-wrapper{
    width: calc(100% - 30%);
  }

  /* ======================== General - External CTA Subheading Box ====================== */
  .general-cta-external-box .elementor-cta__button-wrapper{
    bottom: 30px;
    max-width: calc(100% - 60px);
  }

  /* ======================== General - Pricing cards ====================== */
  .mc-pricing-card .elementor-widget-container {
    padding: 41px 30px 80px;
    position: relative;
  }
  .mc-pricing-card  .elementor-price-table__footer{
    max-width: calc(100% - 60px);
  }
  .mc-pricing-card .elementor-price-table__header h3{
    margin-bottom: 3px;
  }

  /* ======================== Blog Detail ====================== */
  .elementor-widget-wrap .elementor-element.detail-main-content{
    width: calc(100% - 320px);
  }
  .elementor-widget-wrap .elementor-element.aside-content{
    width: 320px;
  }
  .detail-text-content .elementor-widget-container .elementor-text-editor p iframe{
    height: 34.7vw;
  }

  /* ======================== Coming Soon ====================== */
  .coming-soon-content-wrapper{
    min-height: calc(100vh - 876px);
  }

  /* ======================== Event Detail Slider ====================== */
  .event-detail-gallery-slider .swiper-slide figure img{
    width: 680px;
    height: 430px;
  }
  
  .site-main .subnav .elementor-widget-text-editor ul li {
		font-size: 14px;
		line-height: 26px;
		min-width: auto;
	}

	.custom-counter .elementor-counter-number-wrapper{
		margin-bottom: -14px;
	}
	/* .custom-counter .elementor-counter-number-wrapper {
		margin-bottom: -20px !important;
		margin-top: -52px !important;
		line-height: 1 !important;
	} */
  .job-cards-inside .elementor-container .elementor-column,
	.job-cards-inside .elementor-row .elementor-column {
		width: 50%;
	}
  .job-cards-inside .elementor-container .elementor-column .elementor-widget-container,
	.job-cards-inside .elementor-row .elementor-column .elementor-widget-container {
		margin-bottom: 20px;
	}

}
@media only screen and (max-width:1024px){
	.mobile-menu{
		overflow: hidden;
	}
	.top-nav-link li{
		width: 33.3333%;
	}
	.top-nav-link li:nth-child(n) a{
		padding: 9px 10px;
		display: block;
		width: 100%;
		text-align: center !important;
	}
	.icon-reverse{
		background: #012039;
	}
	.menu-bar{
		width: 25px;
		height: 22px;
		position: relative;
		cursor: pointer;
		margin: 2px 4px 0 0;
		transition: all 0.2s ease-in;
	}
	.menu-bar .menu-line{
		width: 100%;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		top: 0;
	}
	.menu-bar .menu-line:nth-child(2){
		top: 10px;
	}
	.menu-bar .menu-line:nth-child(3){
		top: 20px;
	}

	.menu-bar.menu-close .menu-line:first-child{
		transform: rotate(45deg);
		top: 10px;
	}
	.menu-bar.menu-close .menu-line:nth-child(3){
		transform: rotate(-45deg);
		top: 10px;
	}

	.menu-bar.menu-close .menu-line:nth-child(2){
		opacity: 0;
	}
	.main-header-wrapper .main-header > .elementor-container .elementor-widget-theme-site-logo .elementor-image{
		max-width: 120px;
		max-height: 82px;
	}
	 .main-header-wrapper .main-header > .elementor-container .elementor-widget-theme-site-logo .elementor-image,
	 .main-header-wrapper .main-header > .elementor-container .elementor-widget-theme-site-logo .elementor-image img{
		transition: all 0.2s ease-in;
	}
	 .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .elementor-widget-theme-site-logo .elementor-image,
	.mobile-menu-open  .main-header-wrapper:not(.elementor-sticky__spacer) .main-header > .elementor-container .elementor-widget-theme-site-logo .elementor-image{
		max-height: 49px;
		overflow: hidden;
		max-width: 90px;
	}
	.mobile-menu-open .main-header-wrapper.elementor-sticky--effects .main-header{
		background: #001a2e !important;
		z-index: 9;
	}
	.mobile-menu-open .main-header-wrapper .main-header{
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		background: #001a2e !important;
		z-index: 9;
	}
	.mobile-menu-open  .main-header-wrapper:not(.elementor-sticky__spacer) .main-header
	 .main-header-wrapper:not(.elementor-sticky__spacer) .main-header{
		z-index: 9;
	}
	.mobile-menu-open .main-header-wrapper:not(.elementor-sticky__spacer) .main-header  .elementor-container{
		min-height: 80px;
	}
	.mobile-menu-open .main-header-wrapper:not(.elementor-sticky__spacer) .main-header .elementor-column-wrap,
	.main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container .elementor-column-wrap,
  .main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container  .elementor-column{
		padding: 16px 0px 0px 0px;
	}
	/* .mobile-menu-open .menu-bar,
	.main-header-wrapper.elementor-sticky--effects .menu-bar{
		margin-top: 13px;
	} */
	.icon-reverse ul li a .elementor-icon-list-icon{
		position: relative;
		top: 2px;
	}
	.main-header-wrapper:not(.elementor-sticky__spacer).elementor-sticky--effects .main-header > .elementor-container,
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state .elementor-container{
		min-height: 80px;
	}
	html body .main-header-wrapper .main-header .elementor-column-wrap{
		transition: all 0.2s ease-in !important;
	}
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state .elementor-column-wrap,
  html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state .elementor-column{
		padding: 16px 0 0 !important;
	}
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state{
		background: #001a2e !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state .elementor-container .elementor-widget-theme-site-logo .elementor-image{
		max-height: 49px;
		overflow: hidden;
		max-width: 90px;
	}
	.top-nav-link li:nth-child(1) a, .top-nav-link li:nth-child(1){
		border-left: 0 !important;
	}
	.icon-reverse ul li a .elementor-icon-list-text{
		padding-right: 4px !important;
	}
	/* html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state,
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state .elementor-column-wrap,
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state .elementor-container{
		transition: none !important;
	} */
	html body .main-header-wrapper:not(.elementor-sticky__spacer) .main-header.hello-state{
		transition: none !important;
	}
	body:not(.elementor-editor-active) .main-header-wrapper:not(.header-changed){
		margin-bottom: -136px;
		position: relative;
		z-index: 9;
	}
	body:not(.elementor-editor-active) .elementor-location-header{
		margin-bottom: -136px;
	}
	.top-nav-link li:nth-child(2) a .elementor-icon-list-text{
		padding-left: 2px;
	}
	.main-header .elementor-widget-theme-site-logo,
	.main-header .elementor-widget-theme-site-logo img{
		transition: all 0.2s ease-in;
	}
}


/* ------------ max-1023 ------------ */
@media screen and (max-width:1023px){
	.team-block{
		width: 50%;
	}
	.team-headshot{
		width: 340px;
		max-width: 100%;
	}
	.team-bio-discription{
		margin: -106px 0 0 320px;
		padding: 60px 40px 40px;
	}
	.team-bio-discription{
		margin: 30px 0 0;
	}
	.team-popup{
		padding: 40px 0 40px;
	}
  .bottom-devider .elementor-shape-bottom svg{
		margin-bottom: 0;
	}
	.top-devider .elementor-shape-top svg{
		margin-top: 0;
	}
	.graphic-cta-wrapper .elementor-column {
		width: 50%;
	}
	.graphic-cta-wrapper .elementor-row {
		justify-content: center;
	}
	.graphic-cta-type2 .elementor-cta__content {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.graphic-cta-wrapper-type2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.graphic-cta-wrapper-type2 .elementor-element-populated {
		padding: 10px !important;
	}
	.cta-narrow-wrapper .elementor-row{
		justify-content: center;
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
	.cta-narrow-wrapper .elementor-row .elementor-column{
		width:50%
	}
	.cta-narrow .elementor-cta__content{
		padding-bottom: 0 !important;
	}
	.cta-out-box .elementor-cta__bg-wrapper {
		min-height: 240px;
	}
	.posts-main-wrapper .swiper-slide{
		width: 50%;
	}
	.posts-main .post-wrapper {
		width: 50%;
	}
	.cta-out-box .elementor-cta__content{
		max-width: calc(100% - 20px);
		margin-top: -20px;
	}
  .press-releases-wrapper .custom-filter-body .press-box,
  .video-gallery-wrapper .custom-filter-body .video-box {
    width: calc(50% - 40px);
  }
  .sedona-forum-partners .gallery {
    margin: 0 -15px;
  }
  .sedona-forum-partners .gallery {
    margin: 0 -15px;
  }
  .sedona-forum-partners .gallery-item {
    padding: 0 15px;
}
}


/* ------------ min-768 ------------ */
@media screen and (min-width:768px){
	/* blck overlayer */
	.banner-gradient-black-left:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		mix-blend-mode: multiply;
		background-image: linear-gradient(-269deg, #000000 0%, #F2295B00 64%);
	}
	.banner-gradient-black-left .elementor-container{
		position: relative;
		z-index: 1;
	}
	.banner-gradient-black-left .elementor-shape{
		z-index: 1;
	}
	/* blue overlayer */
	.banner-gradient-blue-right:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		mix-blend-mode: multiply;
		background-image: linear-gradient(90deg, #15141400 0%, #003057 100%);
	}
	.banner-gradient-black-right:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		mix-blend-mode: multiply;
		/* background-image: linear-gradient(90deg, #15141400 0%, #003057 100%); */
		/* background-image: linear-gradient(90deg, #15141400 20%, #151414  600px); */
		background-image: linear-gradient(90deg, #00000000 20%, #000000  600px);
	}
	.banner-gradient-blue-right .elementor-container,
	.banner-gradient-black-right .elementor-container{
		position: relative;
		z-index: 1;
	}
	.banner-gradient-blue-right .elementor-shape,
	.banner-gradient-black-right .elementor-shape{
		z-index: 1;
	}
	.three-column-cta .elementor-row {
        justify-content: center;
    }
    .three-column-cta .elementor-row .elementor-column {
        max-width: 33.33%;
    }
    .three-column-cta .elementor-widget-call-to-action .elementor-cta__description {
        min-height: 72px;
	}

	.banner-gradient-black-left2:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        mix-blend-mode: multiply;
        background-image: linear-gradient(-269deg, #000000 46%, rgba(0, 0, 0, 0) 64%);
    }
    .banner-gradient-black-left2 .elementor-shape,
    .banner-gradient-black-left2 .elementor-container {
        z-index: 1;
    }


}
@media only screen and (max-width:1023px){
	.banner-gradient-black-left2:after {
        background-image: linear-gradient(-269deg, #000000 26%, #00000000 64%);
    }
}

@media screen and (max-width:920px){
  .sedona-forum-partners .gallery-item {
    width: 33.33%;
    max-width: 33.33% !important;
  }
}

@media only screen and (max-width:768px){
	.dual-slider-section .elementor-column {
		width: 100% !important;
	}
	.dual-slider-section .elementor-column + .elementor-column {
		margin-top: 23px;
	}
	.dual-slider-section .elementor-row .elementor-column {
		width: 100%;
	}
	body .dual-slider-section .elementor-widget-heading.display-2 .elementor-heading-title {
		font-size: 28px;
		line-height: 1.14;
	}
	/* .custom-pagination-arrows {
		display: none;
	}
	.swiper-custom-pagination {
		justify-content: center;
	} */
	.inauguration-wrapper .image-inauguration{
		width: 100%;
		transform: none;
		max-width: 400px;
		height: auto;
	}

}
.mccain-hide-page-dk {
	display: none !important;
}

@media (max-height:600px) and (max-width:820px){
  .image-popup-box, .video-popup-box {
    padding: 40px 20px;
    overflow: auto;
    align-items: flex-start;
  }

  .video-popup-box .pop-video-wrap {
    width: 70%;
  }
  .image-popup-box .pop-img-wrap {
    max-width: 100%;
  }

}
/* ------------ max-767 ------------ */
@media screen and (max-width:767px){
  .image-popup-box .pop-img-wrap {
    max-width: 100%;
  }

  .washington-gallery .elementor-image > a{
    padding: 20px;
  }
  
  /* .mobile-fade-layer:before {
    content: "";
    width: calc(100% + 40px);
    height: 46vw;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 25%, rgb(0,0,0,0.8) 45%, rgb(0,0,0) 65%, #000000 100%);
    bottom: calc(100% - 12vw);
    left: -20px;
    position: absolute;
}
.mobile-fade-layer .elementor-column-wrap .elementor-widget-wrap::after{

} */
.mobile-fade-layer:not(.impact-hero){
  overflow:hidden;
  /* background-size:cover !important;  */
}
.mobile-fade-layer:not(.impact-hero) > .elementor-container{
  align-items:self-end;
}
.mobile-fade-layer:not(.impact-hero) .elementor-widget-wrap{
  --hero-bottom-space:30px;
  padding: 0 0 var(--hero-bottom-space)!important;
  margin-top: 70%;
}
.mobile-fade-layer:not(.impact-hero) .elementor-column-wrap .elementor-widget-wrap:before {
  content: "";
  width: calc(100% + 40px);
  height: 200px;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 25%, rgb(0,0,0,0.8) 45%, rgb(0,0,0) 65%, #000000 100%);
  bottom: calc(100% - 120px);
  left: -20px;
  position: absolute;
  top: auto;
}


.mobile-fade-layer:not(.impact-hero) .elementor-column-wrap .elementor-widget-wrap:after {
  content: "";
  width: calc(100% + 40px);
  height: 1000%;
  background:#000000;
  top:110px;
  left: -20px;
  position: absolute;
  bottom:auto;
}
.mobile-fade-layer:not(.impact-hero) .elementor-column-wrap .elementor-widget-wrap > *{
  position: relative;
}
.mobile-fade-layer:not(.impact-hero) .elementor-shape,
.mobile-fade-layer:not(.impact-hero) .elementor-column-wrap .elementor-widget-wrap > *{
   z-index: 2;
}
/* 
.mobile-fade-layer:not(.impact-hero) .elementor-shape{
  z-index: 2;
} */
.mobile-fade-layer:not(.impact-hero) .elementor-widget-wrap .next-section-pointer{
  margin-bottom: calc(var(--hero-bottom-space) * -0.8);
}
.impact-hero > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
  padding:0!important;
  margin: 87% 0 0 0;
}

  .tabs-timeline-contents .tabs-timeline-video .timeline-video-overly .play-icon{
    max-width: 50px;
  }
  .sedona-overlay-cta .elementor-widget-wrap {
    margin: 0 -15px -30px !important;
    width: calc(100% + 30px);
  }
  .sedona-overlay-cta .elementor-widget-wrap .graphic-cta {
    width: calc(50% - 30px) !important;
    margin: 0 15px 30px !important;
    padding-bottom: 38.63%;
  }

  .supporters-and-partners .sedona-forum-partners .gallery-icon{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px;
    margin-bottom: 20px;
  }

  .sedona-forum-partners .gallery-icon picture {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .forum-detail-wrapper a{
    margin-top: 10px;
  }

  /* .forum-detail-wrapper h5{
    margin-top: 25px;
  } */

  .sedona-cta-container .sedona-cta-wrapper .sedona-cta{
    padding: 25px 30px 25px;
  }

  .sedona-cta-container{
    padding: 40px 15px 0px;
  }

  .agenda-video .eicon-play::before{
    width: 75px;
    height: 75px;
  }

  .custom-filter .custom-filter-body .custom-filter-year {
    margin-bottom: 30px;
  }

  .tabs-timeline-items .tabs-timeline-item .tsf_agenda_location{
    font-size: 16px;
    line-height: 22px;
  }

      .sedona-forum-hero .elementor-widget-wrap {
        flex-direction: row;
      } 
      .video-popup-box .pop-video-wrap {
        width: 100%;
      }
      .video-gallery-wrapper .custom-filter-body .video-box .video-thumbnail-wrap iframe {
        min-height: 258px;
      }
      .image-popup-box, .video-popup-box {
        padding: 30px 20px;
      }
      .sedona-forum-hero .elementor-widget-wrap {
        flex-direction: row;
      } 
      .sedona-forum-logo .elementor-image {
        width: 160px;
        height: 80px;
      }
      .sedona-forum-video .elementor-custom-embed-play i {
        font-size: 60px;
      }
      
      .participents-filter-col .elementor-widget-container {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        }
        
        .participents-filter-col .elementor-widget-container .filter-label {
        /* margin-bottom: 10px; */
        }
      .washington-post-image .elementor-image {
        height: auto;
      }
      .image-popup-box .pop-up-close,
      .video-popup-box .pop-up-close {
        width: 25px;
        height: 25px;
        background-size: 11px;
        right: -10px;
        top: -10px;
      }
      .custom-filter .custom-filter-header {
        margin-bottom: 40px;
      }
      .past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li .participents-residance,
        .past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li .participents-title {
        font-size: 14px;
      }
      .past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li .participents-title {
        margin-bottom: 1px;
      }
      .custom-filter .custom-filter-header,
      .custom-filter .custom-filter-header .custom-filter-filter {
        flex-direction: column;
      }
      .custom-filter .custom-filter-header .custom-filter-title {
        width: 100%;
      }
      .custom-filter .custom-filter-header .custom-filter-title .title {
        font-size: 32px;
      }
      .custom-filter .custom-filter-header .custom-filter-filter {
        align-items: flex-start;
      }
      .custom-filter .custom-filter-header .custom-filter-filter h6 {
        margin-bottom: 12px;
      }
      .custom-filter .custom-filter-header .custom-filter-filter,
      .custom-filter .custom-filter-header .custom-filter-sort {
        width: 100%;
      }
      .media-images-wrapper.custom-filter .custom-filter-body .filter-ul li {
        height: 200px;
      }
      .sedona-forum-partners .gallery {
        margin: 0 -15px;
      }
      .custom-list-participents .elementor-widget-text-editor ul,
      .custom-list-participents .elementor-text-editor ul {
        columns: 2;
      }
      .media-filter {
        justify-content: space-between;
      }

      .media-filter .select {
        width: auto;
        min-width: 175px;
      } 
      .past-participents-section .media-filter {
        top: 0;
      }
      .filter-header .participents-title-col {
        width: 100%  !important;
      }
      .filter-header .participents-filter-col {
        width: 100% !important;
        margin-top: 22px;
      }
      .supporters-section .supporters-content .supporter-content-ul ul {
        grid-template-columns: repeat(2, 1fr);
      }
      .custom-filter .load-more-wrap {
        margin-top: 25px;
      }
      .pervious-supporter-wrapper {
        padding: 26px 15px 30px 15px;
      }
      .pervious-supporter-wrapper .custom-filter-body:not(:first-child) {
        margin-top: 30px;
      }      
      .custom-filter .custom-filter-body .filter-ul {
        grid-template-columns: repeat(2, 1fr);
      }
      .past-participents-wrapper.custom-filter .custom-filter-body .filter-ul li {
        max-width: 100%;
      }
      .press-releases-wrapper .custom-filter-body .press-box,
      .video-gallery-wrapper .custom-filter-body .video-box {
        width: 100%;
      }
      .video-gallery-wrapper .custom-filter-body .video-box {
        margin-bottom: 30px;
      }
      .press-releases-wrapper .custom-filter-body .press-box {
        margin-bottom: 30px;
        min-height: 150px;
        padding: 20px 30px;
      }
      .video-gallery-wrapper .custom-filter-body .video-content .video-date,
      .video-gallery-wrapper .custom-filter-body .video-content .media-video-heading {
        font-size: 16px;
      }
      
	.faceit-filters-style .filtr-wrapper .container {
        flex-direction: column;
    }
    .faceit-filters-style .filtr-wrapper .filter-by {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .faceit-filters-style .filtr-wrapper .filter-dropdown {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
	.mccain-hide-page-mb {
		display: none !important;
	}
	.mccain-hide-page-mb {
		display: none !important;
	}
	.facetwp-type-pager .facetwp-page:not(.prev-page):not(.next-page){
		min-width: 30px;
		height: 30px;
		margin: 0 2px;
		line-height: 30px;
		padding: 0 5px;
		font-size: 14px;
	}
	.faceit-filters-style .facetwp-page.prev{
		/* margin-left: -20px !important;
		margin-right: -20px !important; */
	}
	.faceit-filters-style .facetwp-page.prev:before,
	.faceit-filters-style .facetwp-page.next:before{
		position: relative;
		top: 3px;;
	}

  body .elementor-widget-heading h1.elementor-heading-title,
  body h1,
  body .h1,
  body .elementor-widget-heading.h1 .elementor-heading-title,
  h1.elementor-cta__title {
    font-size: 32px;
    line-height: 1.0625;
  }

  body .elementor-widget-heading h2.elementor-heading-title,
  body h2,
  body .h2,
  body .elementor-widget-heading.h2 .elementor-heading-title,
  h2.elementor-cta__title {
    font-size: 28px;
    line-height: 1.15;
  }

  body .elementor-widget-heading h3.elementor-heading-title,
  body h3,
  body .h3,
  body .elementor-widget-heading.h3 .elementor-heading-title,
  h3.elementor-cta__title {
    font-size: 20px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: 400;
    line-height: 1.2; /* 24px */
  }

  body .elementor-widget-heading h6.elementor-heading-title,
  body h6,
  body .h6,
  body .elementor-widget-heading.h6 .elementor-heading-title,
  h6.elementor-cta__title {
    font-size: 11px;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 500;
    line-height: 1.27; /* 26px */
  }

  body .elementor-widget-heading.display-1 .elementor-heading-title,
  body .display-1 .elementor-heading-title {
    font-size: 32px;
    line-height: 1.0625; /* 34px */
  }

  body .elementor-widget-heading.display-2 .elementor-heading-title,
  body .display-2 .elementor-heading-title{
    font-size: 18px;
    font-family: 'Trajan Pro 3', sans-serif;
    font-weight: normal;
    line-height: 1.222222; /* 22px */
  }
  body [type="button"]:not(.gm-control-active),
  body [type="submit"]:not(.adminbar-button),
  .elementor-button,
  body [type="button"]:not(.gm-control-active):focus,
  body [type="button"]:not(.gm-control-active),
  body [type="submit"]:not(.adminbar-button):focus,
  body button:not(.gm-control-active):focus,
  body button:not(.gm-control-active) {
    padding: 7px 15px 8px;
  }
  .elementor-button:after,
  [type="button"]:after {
    content: "";
    width: 310px;
    display: block;
    max-width: 100%;
  }
  html body .gform_wrapper form .gform_footer input[type="submit"]{
    max-width: 400px;
  }
  html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
  html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
  html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
  html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"] {
    padding: 7px 18px !important;
  }
  .styledSelect {
    padding: 7px 34px 7px 18px;
  }
  .styledSelect:after {
    right: 10px;
  }
  .desktop-hide{
    display: block !important;
  }
  .footer .footer-top .footer-address-col .elementor-widget-social-icons .elementor-icon{
    margin-right: 17.5px;
    margin-left: 17.5px;
  }
  .team-headshot img{
    width: 334px;
    max-height: 334px;
  }
  /* ======================== Home - Upcoming Events ====================== */
  .events-block-wrapper{
    flex-direction: column;
    margin: 0;
  }
  .events-block-wrapper .events-block{
    padding: 39px 30px 40px;
    width: 100%;
    margin: 0 0 20px;
    min-height: auto;
  }
  .events-block-wrapper .events-block:last-child{
    margin-bottom: 0px;
  }
  .events-block-wrapper .events-block .event-block-content-wrapper h6{
    padding-left: 30px;
  }

  /* ======================== Home - The Latest ====================== */
  /* .latest-blocks-wrapper{
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
  }
  .latest-blocks-wrapper .latest-left-content,
  .latest-blocks-wrapper .latest-right-content{
  width: 100%;
    padding: 0;
  }
  .latest-blocks-wrapper .latest-left-content .latest-image-wrapper img,
    .latest-blocks-wrapper .latest-right-content .latest-right-content-wrapper img{
    width: 480px;
    height: 257px;
    max-width: 100%;
    object-fit: cover;
  }
  .latest-blocks-wrapper .latest-left-content .latest-content-wrapper,
  .latest-blocks-wrapper .latest-right-content .latest-right-content-wrapper .latest-content-wrapper{
    padding-left: 0;
    width: calc(100% - 21px);
    max-width: 100%;
    position: relative;
    left: 0;
    margin-right: 15px;
    margin-top: -20px;
    z-index: 1;
    padding: 20px 20px 30px 0;
    min-height: auto;
  }
  .latest-blocks-wrapper .latest-right-content .latest-right-content-wrapper {
  margin-bottom: 0;
  }*/
  .impact-hero.mobile-fade-layer .elementor-column-wrap .elementor-widget-wrap:before,
  .index-reveal .story-page-mobile-fade .story-content .elementor-column-wrap .elementor-widget-wrap:before{
    bottom: calc(100% - 22vw);
  }
  .state-direction-section .elementor-widget-call-to-action
  .elementor-cta__button-wrapper a:after{
    width: 180px;
  }
  .latest-blocks-wrapper{
    max-width: 480px;
    margin: 0 auto;
  }
  .custom-counter.impact-counter .elementor-counter-title {
    padding-left: 0;
    margin-top: -6px;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1),
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2),
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3){
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 0;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-image-wrapper img,
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-image-wrapper img,
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-image-wrapper img{
    width: 480px;
    height: 257px;
    max-width: 100%;
    object-fit: cover;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-content-wrapper,
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-content-wrapper,
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-content-wrapper{
    padding-left: 0;
    width: calc(100% - 21px);
    max-width: 100%;
    position: relative;
    left: 0;
    margin-right: 15px;
    margin-top: -19px;
    z-index: 1;
    padding: 20px 20px 29px 0;
    min-height: auto;
  }

  .general-cta-external-box .elementor-cta__button-wrapper{
    position: relative;
    left: 0;
    width: 320px;
    max-width: 100%;
    transform: none;
    bottom: 0;
  }

  .general-cta-external-box .elementor-cta__button-wrapper{
    position: relative;
    left: 0;
    width: 320px;
    max-width: 100%;
    transform: none;
    bottom: 0;
  }
  .latest-blocks-wrapper .latest-content-wrapper h6 {
    margin: 0 0 5px;
  }
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(1) .latest-image-wrapper,
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(2) .latest-image-wrapper, 
  .latest-blocks-wrapper .latest-content-wrapper-block:nth-child(3) .latest-image-wrapper{
        height: 257px;
        width: auto;
        max-width: 100%;
    }
    /* ======================== General - Pricing cards ====================== */

  .mc-pricing-card .elementor-widget-container {
    padding-bottom: 40px;
    position: relative;
  }
  .mc-pricing-card  .elementor-price-table__footer{
    position: relative;
    left: 0;
    width: 320px;
    max-width: 100%;
    transform: none;
    bottom: 0;
  }
  .mc-pricing-card .elementor-price-table__footer a{
    padding-left: 53px;
  }
  .mc-pricing-card .elementor-price-table__heading {
    margin-bottom: 3px;
  }

  /* ======================== Blog Detail ====================== */
  .elementor-widget-wrap .elementor-element.detail-main-content,
  .elementor-widget-wrap .elementor-element.aside-content{
    width: 100%;
  }
  .detail-text-content p img{
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .detail-text-content .elementor-widget-container .elementor-text-editor p iframe{
    height: 50vw;
  }

  /* ======================== Event Detail Slider ====================== */
  .event-detail-gallery-slider .swiper-slide figure img{
    width: 500px;
    height: 334px;
  }
  .event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev,
  .event-detail-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
    display: none;
  }
  .mobile-fade-layer .elementor-column-wrap .elementor-widget-wrap:before{
    content: "";
    width: calc(100% + 40px);
    height: 46vw;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 25%, rgb(0,0,0,0.8) 45%, rgb(0,0,0) 65%, #000000 100%);
    bottom: calc(100% - 12vw);
    left: -20px;
    position: absolute;
  }
/* 
  .sedona-forum-hero{
    overflow:hidden;
}
.sedona-forum-hero > .elementor-container{
    align-items:self-end !important;
}
.sedona-forum-hero .elementor-widget-wrap{
padding: 0 0 86px !important;
    margin-top:86%;
}
.sedona-forum-hero .elementor-column-wrap .elementor-widget-wrap:before {
    content: "";
    width: calc(100% + 40px);
    height: 200px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 25%, rgb(0,0,0,0.8) 45%, rgb(0,0,0) 65%, #000000 100%);
    bottom: calc(100% - 50px);
    left: -20px;
    position: absolute;
    top: auto;
}


.sedona-forum-hero .elementor-column-wrap .elementor-widget-wrap:after {
    content: "";
    width: calc(100% + 40px);
    height: 1000%;
    background:#000000;
    top:50px;
    left: -20px;
    position: absolute;
    bottom:auto;
}
.sedona-forum-hero .elementor-column-wrap .elementor-widget-wrap > *{
    position: relative;
   
}
.sedona-forum-hero .elementor-column-wrap .elementor-widget-wrap > *,
.sedona-forum-hero .elementor-shape{
     z-index: 1;
} */

  .mobile-fade-layer.home-occasion-section .elementor-column-wrap .elementor-widget-wrap:before {
    bottom: calc(100% - 29vw);
  }
  .with-video-bg {
	  background-color: #000 !important;
  }
  .with-video-bg .elementor-background-video-container{
	max-height: 77vw;
  }
  .story-page-mobile-fade .story-content .elementor-column-wrap .elementor-widget-wrap:before{
    content: "";
    width: calc(100% + 40px);
    height: 46vw;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.4) 25%, rgb(0,0,0,0.8) 45%, rgb(0,0,0) 65%,
        #000000 100%);
    bottom: calc(100% - 35vw);
    left: -20px;
    position: absolute;
  }
  .story-page-mobile-fade.story-hero-fade .story-content .elementor-column-wrap .elementor-widget-wrap:before {
    bottom: calc(100% - 20vw);
  }
	.nav2-wrapper .elementor-column-wrap .elementor-widget-wrap:before{
		width: calc(100% + 20px);
	}
  .resource-content{
		padding: 17px 20px 30px 0;
		margin: -20px 20px 0 0;
	}
	.resource-slider{
		padding-bottom: 32px;
	}
	.team-bio .resource-img:after{
	padding-bottom: 100%;
	}
	.resource-img:after{
		padding-bottom: 67.7%;
	}
	.arrow-left, .arrow-right{
		display: none !important;
	}
	.team-close{
		top: 20px;
		right: 20px;
	}
	.team-popup-bio {
		padding-bottom: 20px;
	}
	.team-bio-discription{
		padding: 27px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.team-bio .resource-content {
		padding-top: 21px;
		min-height: 106px;
	}
	.team-popup{
		padding-top: 80px;
		padding-bottom: 0;
	}
	.team-popup-bio h5{
		margin:0 0 6px;
	}
  .graphic-cta-wrapper .elementor-column {
		width: 50%;
	}
	.graphic-cta-wrapper .elementor-row {
		justify-content: center;
	}
	.icon-btn-orange .elementor-button:after,
	.icon-btn-white .elementor-button:after{
		width: 260px;
	}
	.graphic-cta .elementor-cta__image{
		margin: 10px !important;
	}
	.graphic-cta .elementor-cta__content img{
		max-width: 23%;
	}
	.banner-section .elementor-background-overlay {
		background-image: linear-gradient(0, #000000 35%, #000000 40%, #F2295B00 100%) !important
	}
	.brown-overlay-image .elementor-image {
		display: block;
	}
	.non-graphic-cta .elementor-cta__button{
		font-size:9px !important;
	}
	/* .line-heading .elementor-heading-title:after,
	.line-heading .elementor-heading-title:before{
		margin-top: -10px;
	} */
	.cta-out-box .elementor-cta__bg-wrapper{
		min-height: 256px;
	}
	.cta-out-box .elementor-cta__content{
		margin-top: -20px;
		max-width: calc(100% - 20px);
		padding-top: 16px;
	}
	.cta-out-box .elementor-cta:hover .elementor-cta__content{
		padding-top: 23px;
	}
	.cta-out-box .elementor-cta__content:after{
		height: calc(100% - 20px);
		width: 20px;
	}
	.graphic-cta-wrapper-type2 .elementor-element-populated{
		padding:0 !important;
	}
	.graphic-cta-type2 .elementor-cta__content {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	/* .graphic-cta-type2 .elementor-button{
		max-width: 255px !important;
	} */
	.elementor-lightbox .dialog-close-button {
		top: 20px;
		right: 20px;
	}
	/* .cta-with-icon .elementor-cta__button.elementor-button{
		max-width: 279px !important;
	} */
	.graphic-cta-type2 .elementor-button:after{
		width:198px;
	}
	.graphic-cta-type2.without-icon .elementor-button:after{
		width: 213px;
	}
	.custom-counter .elementor-counter-number-wrapper{
		margin-bottom: -14px;
	}
	.custom-counter .elementor-counter-title sup{
		display: none;
	}
	.custom-counter .elementor-counter-title{
		padding-left: 0;
	}
	.cta-narrow .elementor-cta__content {
		max-width: 174px;
	}

	.mccain_pagination_wraper .mccain_pagination{
		margin-left: -20px;
		margin-right: -20px;
	}
	.mccain_pagination_wraper .page-numbers:not(.prev-page):not(.next-page){
		min-width: 30px;
		height: 30px;
		margin: 0 2px;
		line-height: 30px;
		padding: 0 5px;
		font-size: 14px;
	}
	.mccain_pagination_wraper .page-numbers.next, .mccain_pagination_wraper .page-numbers.prev{
		font-size: 15px;
	}
	.mccain_pagination_wraper {
		text-align: center;
	}
	.mccain_pagination_wraper .page-numbers.next, .mccain_pagination_wraper .page-numbers.prev {
		height: 30px;
	}
	/* .site-main .subnav .elementor-text-editor ul  li {
		font-size: 14px;
		line-height: 26px;
		min-width: auto;
	} */
	.brown-overlay{
		background-color: #000 !important;
		background-blend-mode: normal;
	}
	.mobile-opacigy-60 .elementor-background-overlay{
		opacity: .6 !important;
	}
	.posts-main-wrapper .swiper-slide{
		margin-bottom: 0;
	}
	.posts-main-wrapper .resource-slider +  .mccain_pagination_wraper{
		padding-bottom: 50px;
		margin-top: 0;
	}
	.posts-main .post-wrapper {
		width: 50%;
	}
	.cta-out-box.with-full-image .elementor-cta__bg-wrapper{
		padding-top: 56%;
	}
	.cta-out-box.with-full-image .elementor-cta__content{
		padding-top: 23px;
		padding-right: 20px;
	}
  #mccain-resources-filter .container {
      flex-direction: column;
      align-items: flex-start;
  }
  #mccain-resources-filter .filter-by{
      display: block;
      width: 100%;
      margin-bottom: 4px;
  }
  #mccain-resources-filter .filter-dropdown,
  .archive-categories-wrapper #mccain-resources-filter .filter-dropdown{
      width: 100%;
      margin: 0 0 10px;
  }
  .archive-categories-wrapper .only-topic #mccain-resources-filter  .filter-dropdown{
	width: 100%;
}
  #mccain-resources-filter input[type="submit"]{
      margin-left: 0;
  }

	.mobile-font-adj h5.elementor-cta__title {
		font-size: 21px;
		line-height: 1.19;
	}
	.archive-categories-wrapper .posts-main .post-wrapper{
		padding-top: 0;
		padding-bottom: 0;
	}

	.archive-categories-wrapper .posts-main{
		padding-top: 30px;
	}
	.archive-categories-wrapper .posts-main .post-wrapper .resource-content h5{
		min-height: 78px;
	}
	.archive-categories-wrapper .posts-main + .mccain_pagination_wraper{
		padding-bottom: 40px;
	}
	.archive-categories-wrapper  .styledSelect:after{
		right:12px;
	}
	.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.next i,
	.archive-categories-wrapper .mccain_pagination_wraper .page-numbers.prev i {
		font-size: 0;
		width: 14px;
		height: 14px;
	}
	.archive-categories-wrapper .filtr-wrapper{
		max-width: 100%;
	}
	.custom-video .eicon-play{
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
	.custom-video .elementor-custom-embed-play{
		left: 24px;
		bottom: 24px;
	}
	.dual-slider-section {
        background-color: #fafafa;
    }
    .dual-slider-section .elementor-row .elementor-column {
        width: 100%;
    }

    .tabs-timeline-item .tabs-timeline-item-images > a{
        width: calc(33.33% - 30px);
        padding-bottom: 28%;
    }

    .tabs-timeline-item .tabs-timeline-item-info .time{
        font-size: 16px;
        line-height: 22px;
        max-width: 180px;
    }

    .tabs-timeline-item .tabs-timeline-item-info .title{
        margin-top: 16px;
        font-size: 24px;
        line-height: 34px;
    }

    .tabs-timeline-item .tabs-timeline-item-info .content-body{
        margin-top: 16px;
    }

    .tabs-timeline-item .tabs-timeline-item-info .cta-wrapper{
        margin-top: 16px;
    }

    .tabs-timeline-item .tabs-timeline-item-info{
        margin-top: 30px;
        padding-right: 0;
    }


    body .dual-slider-section .elementor-widget-heading.display-2 .elementor-heading-title {
		font-size: 28px;
		line-height: 1.14;
    }
    /* .custom-pagination-arrows {
        display: none;
    }
    .swiper-custom-pagination {
        justify-content: center;
	} */
	.three-column-list ul {
        column-count: 2;
	}
	.mobile-fade-layer .no-mobile-fade  .elementor-column-wrap .elementor-widget-wrap:before{
		display: none !important;
	}
	.subnav2 .nav-slider .swiper-slide a {
		font-size:14px;
		line-height: 1.43;
	}
	.subnav2 .nav-slider .swiper-slide {
		width: auto !important;
	}
	.subnav2 .nav-slider .swiper-slide a{
		padding-right: 20px;
	}
	.subnav2 .elementor-text-editor ul{
		display: none;
	}
	.subnav2 .nav-slider{
		opacity: 1;
		visibility: visible;
		position: static;
	}
	.subnav2 .nav-slider .swiper-slide a{
		color:#fff;
	}
	
	.subnav2.elementor-sticky--active .swiper-slide a{
		color: #003057;
	}
	.subnav2:not(.elementor-sticky--active) .nav-slider .swiper-slide{
		border-left-color: rgba(255, 255, 255, 0.2);
	}
	.reports-slider{
		max-width: 470px;
		margin-left: auto;
		margin-right: auto;
	}
	.grey-bottom-mobile .elementor-shape-bottom .elementor-shape-fill{
		fill: #FAFAFA !important;
	}
	.swoop{
		/* clip-path: ellipse(200% calc(100% - 150px) at calc(100% - 80px) 150px); */
		clip-path: inherit;
		/* margin-bottom: -120px ​!important; */
		margin-bottom: 0 !important;
	}
  .job-cards-inside .elementor-container,
	.job-cards-inside .elementor-row{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
  .job-cards-inside .elementor-container .elementor-column,
	.job-cards-inside .elementor-row .elementor-column {
		width: 100%;
	}
	.mccain-rsvp-wrapper{
		margin: 32px 0 0 0;
	}
	.mccain-atc-wrapper .addeventatc{
		max-width: 342px;
	}
	.subnav2 .elementor-text-editor{
		padding-left: 35px;
		padding-right: 35px;
	}
	.subnav2:not(.elementor-sticky--active) .subnav2-arrow-left, 
	.subnav2:not(.elementor-sticky--active) .subnav2-arrow-right{
		display: block;
		color: #fff;
	}
	.subnav2 .subnav2-arrow-left{
		top: 50%;
		margin-top:-12px;
		left: 15px;
	}
	.subnav2 .subnav2-arrow-right{
		top: 50%;
		margin-top:-12px;
		right: 15px;
	}
	.subnav2 .swiper-wrapper{
		margin-left: -2px;
	}
	.subnav2.elementor-sticky--active .swiper-wrapper{
		margin-left: 0;
	}
	section.with-video-bg{
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-color: #000 !important;
		background-position: center top !important;
	}
	.op-ends-nav ul{
		column-count: 1;
		column-gap: 0;
	}
	.op-ends-nav ul li{
		display: block;
	}
	.quote-cards {
		padding: 30px 20px;
	}
	.quote-card{
		padding: 20px;
	}
	/* ---------------------------- code for cookies ---------------------------- */
	#cookie-notice .cookie-notice-container {
		padding: 25px 40px;
	}
	
	#cookie-notice .cookies-message {
		width: 100%;
		max-width: 100%;
		display: block;
		padding-bottom: 25px;
		margin: 0 auto;
	}
	
	#cookie-notice .cookies-button-container {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	#cookie-notice #cn-notice-text {
		display: block;
	}

  .supporters-section .supporters-content .supporter-content-ul ul li{
    padding-left: 24px;
    font-size: 16px;
    line-height: 2;
  }

  .media-filter{
    max-width: 100%;
  }

	/* -------------------------- end code for cookies -------------------------- */
}

@media only screen and (min-width:599px){
	.mccain_slide_off{
		padding-bottom: 30px;
	}
    .mccain_slide_off .swiper-wrapper{
        justify-content: center;
    }
    .arrow-disable{
        display: none !important;
    }
}
/* ------------ max-600 ------------ */
@media (max-width: 600px){
	.team-block{
		width: 100%;
		padding-bottom: 19px;
	}
	.team-bio .resource-content{
		 margin-top: -59px;
		 padding-bottom: 19px;
	}
	.resource-content p{
		margin-top: 7px;
	}
	.resource-slider .swiper-slide{
		width: 100%;
	}
	.posts-main .post-wrapper {
		width: 100%;
	}
	.posts-main .post-wrapper{
		padding-bottom: 0;
	}
	.posts-main .post-wrapper .resource-content{
		min-height: auto;
	}
	.posts-main + .mccain_pagination_wraper{
		margin-top: -20px;
	}
	.archive-categories-wrapper .posts-main + .mccain_pagination_wraper{
		margin-top: 0;
	}
	.reports-slider{
		max-width: 335px;
	}
	.reports-slider .elementor-swiper-button-prev,
	.reports-slider .elementor-swiper-button-next{
		display: none;
	}
	.reports-slider .swiper-container{
		height: 315px !important;
		padding-bottom: 60px;
	}
	.reports-slider .swiper-pagination-bullets{
		margin-top: 32px;
	}
  .media-images-wrapper.custom-filter .custom-filter-body .filter-ul li {
    padding-bottom: 77%;
    min-height: 258px;
  }

  .sedona-cta-container .sedona-cta-wrapper .sedona-cta{
    width: calc(100% - 40px);
    margin: 0 20px 25px;
  }
  .custom-filter .custom-filter-body .filter-ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .pervious-supporter-wrapper.custom-filter .custom-filter-body .filter-ul,
  .past-participents-wrapper.custom-filter .custom-filter-body .filter-ul {
    gap: 15px;
  }
  .participents-section .participents-header .participents-filter-col,
  .drop-filter .custom-filter-sort {
    /* width: 100%; */
    min-width: 175px;
  }  
  .supporters-section .supporters-content .supporter-content-ul ul {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-list-participents .elementor-widget-text-editor ul,
  .custom-list-participents .elementor-text-editor ul {
    columns: 1;
  }
  .custom-list-participents .elementor-widget-text-editor ul li,
  .custom-list-participents .elementor-text-editor ul li {
    margin: 0 0 15px 0 !important;
  }
  .supporters-section .supporters-content .supporter-content-ul ul {
    gap: 0;
  }
  .custom-list-participents .elementor-widget-text-editor ul li, .custom-list-participents .elementor-widget-text-editor ul li strong,
  .custom-list-participents .elementor-text-editor ul li, .custom-list-participents .elementor-text-editor ul li strong {
    font-size: 14px;
  }
  .custom-list-participents .elementor-widget-text-editor ul li strong,
  .custom-list-participents .elementor-text-editor ul li strong {
    margin-bottom: 0;
  }
  .sedona-forum-partners .gallery-item {
    width: 50%;
    max-width: 50% !important;
  }
}


/* ------------ max-479 ------------ */
@media screen and (max-width:479px) {
  /* ======================== Event Detail Slider ====================== */
  .event-detail-gallery-slider .swiper-slide figure img{
    width: 334px;
    height: 223px;
  }
  .cta-narrow-wrapper .elementor-row .elementor-column{
		width:100%
	}
	.cta-narrow .elementor-cta__image{
		margin-bottom: 32px !important;
	}
	.cta-narrow-wrapper .elementor-row .elementor-column  .elementor-widget-wrap{
		justify-content: center !important;
	}
	.three-column-list ul {
        column-count: 1;
    }
    .three-column-list ul li {
        padding-right: 0;
    }

    .tabs-timeline-item .tabs-timeline-item-images > a{
        width: calc(50% - 30px);
        padding-bottom: 42%;
    }

    .tabs-timeline-item .tabs-timeline-item-info .cta-wrapper a::after{
        width: 293px;
    }

    .tabs-timeline-tabs li a{
        padding: 4px 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .sedona-overlay-cta .elementor-widget-wrap {
      margin: 0 -15px -30px !important;
      width: calc(100% + 30px);
    }
    .sedona-overlay-cta .elementor-widget-wrap .graphic-cta {
      width: calc(100% - 30px) !important;
      margin: 0 15px 30px !important;
      padding-bottom: 80%;
    }
    .participents-section .participents-header .participents-filter-col, .drop-filter .custom-filter-sort {
      min-width: 138px;
    }
    .media-filter .styledSelect:after, .drop-filter .styledSelect:after {
      right: 14px;
    }
    .drop-filter .styledSelect {
      padding: 3px 35px 4px 14px;
    }
    .supporters-and-partners .sedona-forum-partners .gallery-icon{
      height: 95px;
    }
    .media-filter .select {
      min-width: 158px;
    }
    /*search code*/
    .custom-seachedpg-seach .mccain-custom-search{
      flex-direction: column;
      gap: 15px;
    }
    .custom-seachedpg-seach .mccain-custom-search input,
    .custom-seachedpg-seach .mccain-custom-search button{
      width: 100%;
    }
    .custom-seachedpg-seach .mccain-custom-search input{
      border: 1px solid #083057 !important;
    }
    /*search code*/
}


/* ------------ max-374 ------------ */
@media screen and (max-width:374px){
	.elementor-106 .elementor-element.elementor-element-5f600e2 .elementor-icon-list-item, .elementor-106 .elementor-element.elementor-element-5f600e2 .elementor-icon-list-item a{
		font-size: 9.8px;
	}
  .graphic-cta-wrapper .elementor-column {
		width: 100%;
	}
	.graphic-cta-wrapper .elementor-row {
		justify-content: center;
	}
  .event-detail-gallery-slider .swiper-slide figure img{
    width: 334px;
    height: 223px;
  }
  .event-detail-gallery-slider .swiper-pagination-bullets .swiper-pagination-bullet{
    color: #a65d43;
    opacity: 0.4;
    margin: 0 4px;
    width: 8px !important;
    height: 8px !important;
  }

  .top-nav-link .elementor-icon-list-items li a {
        font-size: 11px !important;
    }

    .tabs-timeline-item .tabs-timeline-item-images > a{
      width: calc(100% - 30px);
      padding-bottom: 100%;
    }

}

/* The Forum Detail Wrapper */
.forum-detail-wrapper p{
    margin-bottom: 18px;
}

.forum-detail-wrapper ul, 
.forum-detail-wrapper ol{
    margin-bottom: 18px;
    margin-top: 18px;
}

.forum-detail-wrapper h2, 
.forum-detail-wrapper h3,
.forum-detail-wrapper h4,
.forum-detail-wrapper h5{
    margin-bottom: 15px;
    margin-top: 30px;
}

.forum-detail-wrapper .elementor-widget-container h2:first-child, 
.forum-detail-wrapper .elementor-widget-container h3:first-child,
.forum-detail-wrapper .elementor-widget-container h4:first-child,
.forum-detail-wrapper .elementor-widget-container h5:first-child{
    margin-top: 0px;
}

.forum-detail-wrapper p:empty{
    display: none;
}

.forum-detail-wrapper img{
    margin-top: 18px;
    margin-bottom: 18px;
}

.forum-detail-wrapper p a{
    margin: 0;
}

/* French header Styling */
html[lang="fr-FR"] header .main-menu .elementor-nav-menu>li>a{
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px !important;
}

html[lang="fr-FR"] header .main-menu .elementor-nav-menu>li:last-child>a{
    margin-right: 0;
}

@media only screen and (max-width: 1230px){
    html[lang="fr-FR"] header .main-menu .elementor-nav-menu>li>a{
        margin-right: 9px;
        margin-left: 9px;
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 1100px){
    html[lang="es-ES"] header .main-header,
    html[lang="fr-FR"] header .main-header{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.mccain-search-result .facetwp-facet-posts_terms,
.mccain-search-result .facetwp-facet-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	display: contents;
}

.mccain-search-result .facetwp-facet-posts_terms .facetwp-checkbox, 
.mccain-search-result .facetwp-facet-categories .facetwp-checkbox{
    color: #a65d43;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.71428;
    padding: 5px 12px 4px;
    font-weight: 500 !important;
    border: 1px solid #a65d43;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "IBM Plex Sans", Sans-serif;
    text-transform: uppercase;
    max-width: 100%;
    background-image: none !important; 
	margin: 0;
}
.mccain-search-result .facetwp-facet-categories .facetwp-checkbox:hover, 
.mccain-search-result .facetwp-facet-posts_terms .facetwp-checkbox:hover {
	background-color: #fff;
	border-color: #083057;
	color: #083057;
}
.mccain-search-result .facetwp-facet-categories .facetwp-counter, 
.mccain-search-result .facetwp-facet-posts_terms .facetwp-counter{
	display: none;
}
.mccain-search-result .facetwp-facet-categories .facetwp-facet-reset,
.mccain-search-result .facetwp-facet-posts_terms .facetwp-facet-reset {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	margin-left: 12px;
	margin-right: 12px;
}
.mccain-search-result .facetwp-facet-categories .facetwp-facet-reset,
.mccain-search-result .facetwp-facet-posts_terms .facetwp-facet-reset {
	margin: 0;
}
.mccain-search-result .facetwp-facet-categories .facetwp-reset,
.mccain-search-result .facetwp-facet-posts_terms .facetwp-reset {
	padding: 0;
	background-color: transparent;
	color: #a65d43;
	border: 0;
	font-weight: 700 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px;
}
.mccain-search-result .facetwp-facet-categories .facetwp-reset:hover,
.mccain-search-result .facetwp-facet-posts_terms .facetwp-reset:hover {
	text-decoration: none;
}
.mccain-search-result .facetwp-facet-categories .facetwp-checkbox.checked, 
.mccain-search-result .facetwp-facet-posts_terms .facetwp-checkbox.checked {		
	background-color: #a65d43;
	border-color: #a65d43;
	color: #fff;
}
.mccain-search-result .facetwp-facet-categories .facetwp-checkbox.checked,
.mccain-search-result .facetwp-facet-posts_terms .facetwp-checkbox.checked {
	background-color: #a65d43;
	border-color: #a65d43;
	color: #fff
}
.mccain-search-result .facetwp-facet-categories .facetwp-checkbox.checked:hover,
.mccain-search-result .facetwp-facet-posts_terms .facetwp-checkbox.checked:hover {
	color: #fff;
}
.mccain-search-result .facetwp-facet-categories .facetwp-display-value:has(+ .facetwp-counter),
.mccain-search-result .facetwp-facet-posts_terms .facetwp-display-value:has(+ .facetwp-counter) {
	padding-right: 0;
}
 
.facetwp-pager .facetwp-page.prev,
.facetwp-pager .facetwp-page.next {
	padding: 14px 10px 10px !important;
    display: inline-flex;
    height: 48px;
    text-decoration: none;
    vertical-align: top;
    align-items: center;
    justify-items: center;
    font-size: 22px;
    min-width: 0;
	color: transparent !important;
	background-color: transparent !important;
	width: auto !important;
	min-width: auto !important;
	position: relative;
}
 
.facetwp-pager .facetwp-page.prev:hover,
.facetwp-pager .facetwp-page.next:hover {
	opacity: 0.7;
	background-color: transparent !important;
}
 
.facetwp-pager .facetwp-page.prev::after,
.facetwp-pager .facetwp-page.next::after {
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11.5px' height='20px' viewBox='0 0 11.5 20' style='enable-background:new 0 0 11.5 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23003057;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='1.4,0 0,1.4 8.7,10.1 0,18.6 1.4,20 11.5,10.1 '/%3E%3C/g%3E%3C/svg%3E%0A");
    border-radius: 8px;
    transition: 0.3s all;
}
 
.facetwp-pager .facetwp-page.prev::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11.5px' height='20px' viewBox='0 0 11.5 20' style='enable-background:new 0 0 11.5 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23003057;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='10.1,20 11.5,18.6 2.8,9.9 11.5,1.4 10.1,0 0,9.9 '/%3E%3C/g%3E%3C/svg%3E%0A");
}

.mccain-search-result .facetwp-facet-reset,
.mccain-search-result:has(.search-noresults) .facetwp-facet-categories{
    display: none;
}
 
.mccain-search-result:has(.facetwp-checkbox.checked) .facetwp-facet-reset{
    display: block;
	order: 1;
}

.mccain-filters-wrapper .elementor-shortcode{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}
.mccain-filters-wrapper .facetwp-facet{
    display: contents;
}
.mccain-filters-wrapper .facetwp-facet-reset{
    order: 1;
    max-width: max-content;
    padding: 0 !important;
}
body.search .faceit-filters-style .facetwp-page.next:before{
    display: none
}
body.search:not(:has(.facetwp-checkbox.checked)) .facetwp-reset{
    display: none
}
@media only screen and (max-width: 767px) {
	.facetwp-pager .facetwp-page.prev::after, .facetwp-pager .facetwp-page.next::after {
		background-size: 8px
	}
}