/******************************************************************
Site Name: ACap
Author(s): Lucian Tucker

Stylesheet: Main Stylesheet
******************************************************************/
/* ==========================================================================
	Normalize v8.0.0 | MIT License
	========================================================================== */
@import "ggpopover.min.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.gform_validation_container, .hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-template-page-category #main-content ul.post-list li:after, .page-template-page-press ul.press:after, .page-template-page-press #main-content section:after, #main-content:after, .content:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
	Typography
	========================================================================== */
body {
  color: rgba(0, 0, 0, 0.87);
  font: 16px/26px Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0 1px transparent;
}

/*	Headers
/*--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  clear: both;
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.13em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 600;
}

h5 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
}

h6 {
  font-size: 1em;
  line-height: 1.8em;
}

/* Custom Headers */
.page h2, .page h3, .page h4, .page h5, .page h6, .archive h2, .archive h3, .archive h4, .archive h5, .archive h6, .single h2, .single h3, .single h4, .single h5, .single h6, .search-results h2, .search-results h3, .search-results h4, .search-results h5, .search-results h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3, .gform_wrapper h4, .gform_wrapper h5, .gform_wrapper h6 {
  font-weight: 600;
}

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
  margin: 0;
}

h1.search-title {
  margin-bottom: 40px;
}
h1.search-title span {
  display: block;
  font-size: 0.35em;
  line-height: 1em;
  font-weight: 500;
}

h1.page-title {
  margin-bottom: 20px;
}

h2.subtitle {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
}

/*	Text Elements
/*--------------------------------------*/
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

hr {
  color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  border: none;
  margin: 30px 0;
}

p {
  margin: 1.5em 0;
}

.caption-text {
  font-size: 0.88em;
  color: rgba(0, 0, 0, 0.7);
}

h1 + p, h1 + ul, h1 + ol, h1 + dl, h2 + p, h2 + ul, h2 + ol, h2 + dl, h3 + p, h3 + ul, h3 + ol, h3 + dl, h4 + p, h4 + ul, h4 + ol, h4 + dl, h5 + p, h5 + ul, h5 + ol, h5 + dl, h6 + p, h6 + ul, h6 + ol, h6 + dl {
  margin-top: 5px;
}

ul, ol {
  padding: 0;
}

li {
  margin: 0 0 0 13px;
  padding-left: 0;
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

cite {
  font-style: italic;
}

blockquote {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 1px 40px 1px 22px;
  margin: 30px 0;
  border-left: 10px solid #347bad;
}
blockquote p {
  margin: 1em 0;
}

figcaption {
  font-style: italic;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 25px 0;
  font-weight: normal;
}

/*	Links
/*--------------------------------------*/
a:link {
  text-decoration: underline;
  color: #6699cc;
  font-weight: 600;
  -webkit-transition: color 0.24s ease-in-out;
  transition: color 0.24s ease-in-out;
}

a:hover, a:focus, a:active, a:visited {
  color: #37526d;
}

/*	Accessibility
/*--------------------------------------*/
.skip {
  float: left;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

/*	Button Styles
/*--------------------------------------*/
header .btn, header button, header input[type=submit], header a.btn, article .btn, article button, article input[type=submit], article a.btn, .content .btn, .content button, .content input[type=submit] {
  background: #d97600;
  color: white;
  padding: 3px 10px;
  font-weight: 700;
  min-width: 90px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  border-radius: 15px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
header .btn:hover, header button:hover, header input[type=submit]:hover, article .btn:hover, article button:hover, article input[type=submit]:hover, .content .btn:hover, .content button:hover, .content input[type=submit]:hover, header .btn:focus, header button:focus, header input[type=submit]:focus, article .btn:focus, article button:focus, article input[type=submit]:focus, .content .btn:focus, .content button:focus, .content input[type=submit]:focus {
  background: #c26900;
  color: white;
}
header .btn:active, header button:active, header input[type=submit]:active, article .btn:active, article button:active, article input[type=submit]:active, .content .btn:active, .content button:active, .content input[type=submit]:active {
  top: 1px;
}

header input[type=submit], article input[type=submit], .content input[type=submit] {
  padding: 6px 10px;
}

.btn.outline {
  color: white;
  min-width: 90px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin-top: 35px;
  padding: 7px 25px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
.btn.outline:hover, .btn.outline:focus {
  background: #c26900;
  color: white;
}

.tribe-bar-submit .tribe-events-button, .tribe-events-read-more, .tribe-events-read-more:link, .tribe-events-list-widget a.btn {
  background-color: #d97600 !important;
  text-decoration: none !important;
  line-height: 1em !important;
  color: white !important;
  padding: 8px 20px !important;
  font-weight: bold !important;
  letter-spacing: 0.05em !important;
  min-width: 90px !important;
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  cursor: pointer !important;
  position: relative !important;
  border-radius: 15px !important;
  background-clip: padding-box !important;
  transition: background-color 0.24s ease-in-out !important;
  -webkit-transition: background-color 0.24s ease-in-out !important;
}
.tribe-bar-submit .tribe-events-button:hover, .tribe-bar-submit .tribe-events-button:focus, .tribe-events-read-more:hover, .tribe-events-read-more:focus, .tribe-events-read-more:link:hover, .tribe-events-read-more:link:focus, .tribe-events-list-widget a.btn:hover, .tribe-events-list-widget a.btn:focus {
  background-color: #c26900 !important;
  color: white !important;
}
.tribe-bar-submit .tribe-events-button:active, .tribe-events-read-more:active, .tribe-events-read-more:link:active, .tribe-events-list-widget a.btn:active {
  top: 1px;
}

/*	Form Styles
/*--------------------------------------*/
fieldset {
  border: none;
  padding: 0;
}

label {
  font-weight: bold;
}

input + label, select + label {
  font-weight: normal;
}

form ul li ul li label {
  padding-left: 10px;
}

label span {
  color: #790000;
  margin-left: 5px;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  padding: 0 10px;
  width: 280px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  height: 35px;
  line-height: 2.5em;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: white;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: red;
  border-color: red;
  background-color: white;
  outline-color: red;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: green;
  border-color: green;
  background-color: white;
  outline-color: green;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: gray;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: blue;
}

input[type=password] {
  letter-spacing: 0.3em;
}

input[type=submit] {
  padding: 6px 10px;
  border: none;
}

select[multiple] {
  height: 120px;
}

.search-form {
  position: relative;
}
.search-form .search-btn {
  position: absolute;
  padding: 5px;
  right: 8px;
  top: -6px;
  min-width: auto;
  background: none;
  font-size: 1.6em;
  color: #8e8e8e;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.24s ease-in-out;
  transition: color 0.24s ease-in-out;
}
.search-form .search-btn:hover, .search-form .search-btn:focus {
  background: none;
  color: #8e8e8e;
}
.search-form .search-btn:active {
  top: -5px;
}

input[type=search] {
  color: rgba(0, 0, 0, 0.87);
  width: 212px;
  height: 35px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-radius: 10em;
  font-size: 0.85em;
  background: none;
  padding: 0 40px 0 10px;
  font-weight: 600;
  margin-bottom: 20px;
  float: right;
  opacity: 0.5;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
input[type=search]:focus {
  opacity: 1;
}
input[type=search]:focus {
  outline: none;
}

.home input[type=search] {
  color: rgba(255, 255, 255, 0.98);
  border: 2px solid rgba(255, 255, 255, 0.98);
}
.home input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.98);
}
.home input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.98);
}

.home .search-form .search-btn {
  color: rgba(255, 255, 255, 0.98);
}

textarea {
  width: 500px;
  max-width: 640px;
  min-height: 120px;
  line-height: 1.5em;
  padding: 10px;
}

select {
  width: 302px;
}

select[multiple=multiple] {
  height: 100px;
  padding: 10px;
}

form li {
  list-style: none;
  margin: 10px 0;
}

form ul li ul li {
  list-style: none;
  margin: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 0.93em;
  letter-spacing: 0;
}
.gform_wrapper label.gfield_label {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper input + label, .gform_wrapper select + label {
  display: inline-block;
  margin-bottom: 10px;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible;
}

.validation_error {
  font-weight: bold;
  padding: 10px;
  border: 2px solid #790000;
  border-radius: 5px;
  text-align: center;
}

.validation_message {
  font-style: italic;
}

.form_saved_message_emailform input[type=text] {
  margin-top: 0;
  vertical-align: top;
  height: 42px;
}
.form_saved_message_emailform input[type=submit] {
  margin-top: 0;
}

/* ==========================================================================
	Main Styles - Desktop

	Table of Contents

	1.  Main Containers
	2.  Header
	3.  Navigation
	4.  Footer
	5.  Homepage
	6.  Pages
	7.  Person Page
	7.  Team
	9.  Articles/Posts
	10. Other

	========================================================================== */
/*	1. Main Containers
/*--------------------------------------*/
body {
  background-color: white;
}

#container {
  width: 100%;
  overflow: auto;
  zoom: 1;
}

.content {
  max-width: 1090px;
  margin: 0 auto;
}

/*	2. Header
/*--------------------------------------*/
.top-banner {
  background-color: #204161;
  color: rgba(255, 255, 255, 0.98);
  float: left;
  width: 100%;
  font-size: 0.88em;
}
.top-banner ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-banner li {
  list-style: none;
  display: inline-block;
  padding: 10px 0;
}
.top-banner .fas {
  margin-right: 5px;
}
.top-banner a {
  color: rgba(255, 255, 255, 0.98);
}
.top-banner .btn {
  float: right;
  padding: 10px !important;
  width: 180px;
  border-radius: 0 !important;
}
.top-banner .social-nav {
  float: left;
}
.top-banner .social-nav .social-links {
  margin: 0;
  padding: 0;
}
.top-banner .social-nav .icon {
  margin: 0 0 0 10px;
  font-size: 1.7em;
  list-style: none;
  display: inline-block;
}
.top-banner .contact-info {
  float: right;
  clear: right;
  margin: 0;
  padding: 0;
}
.top-banner .contact-info li {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.top-banner .contact-info .phone {
  margin: 10px 20px 0 0;
}

header.top {
  padding: 30px 0;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 50px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2);
  background: white;
  z-index: 10000;
}
header.top .logo {
  width: 240px;
  height: auto;
  display: inline-block;
  margin: 0;
}
header.top .sticky {
  display: none;
}
header.top nav {
  clear: both;
  float: right;
  padding: 5px 0 0 0;
}
header.top nav ul {
  width: 800px;
}

.inner-top {
  opacity: 0;
  position: fixed;
  top: 190px;
  height: 0px;
}
.inner-top ul {
  height: 1px;
  overflow: hidden;
}
.inner-top.home {
  top: 810px;
}

.inner-top.is_stuck {
  background: #6699cc;
  padding: 10px 0;
  display: block;
  width: 100%;
  opacity: 1;
  height: 56px;
  overflow: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
.inner-top.is_stuck ul {
  height: auto;
  overflow: visible;
}
.inner-top.is_stuck .logo.sticky {
  display: inline-block;
  width: 50px;
}
.inner-top.is_stuck .logo.static {
  display: none;
}
.inner-top.is_stuck nav.desktop {
  padding: 15px 0 0 0;
}
.inner-top.is_stuck nav.desktop a, .inner-top.is_stuck nav.desktop a:link {
  color: rgba(255, 255, 255, 0.98);
}
.inner-top.is_stuck nav.desktop ul li.menu-item-has-children ul.sub-menu a {
  color: rgba(0, 0, 0, 0.87) !important;
}

/*	5. Homepage
/*--------------------------------------*/
.home header.main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 716px;
  float: left;
  clear: both;
  box-shadow: none;
  margin-bottom: 0;
}
.home .fees-row {
  background-color: #f7f7f7;
}
.home .fees-row .content {
  width: 900px;
}
.home .fees-row h2 {
  padding-left: 0;
}
.home .fees-row table, .home .fees-row .caption-text {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}
.home .fees-row .plans {
  margin: 0;
  text-align: center;
}
.home .fees-row .plans li.plan {
  list-style: none;
  margin: 0 10px 20px 10px;
  padding: 0;
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.home .fees-row .plans a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.home .fees-row .plans .fas {
  font-size: 3em;
  line-height: 120px;
  text-align: center;
  width: 120px;
  height: 120px;
  background-color: #204161;
  color: white;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 4px solid white;
  -webkit-transition: border 0.24s ease-in-out;
  transition: border 0.24s ease-in-out;
}
.home .fees-row .plans .fas:hover {
  border: 4px solid #d97600;
}
.home .fees-row .plans h3 {
  margin-top: 0;
  color: #d97600;
}
.home .contact-row {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.98);
  width: 100%;
  min-height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 140px;
}
.home .contact-row h2 {
  text-align: center;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
  margin-bottom: 0;
}
.home .contact-row p {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.home .contact-row h2 + p {
  font-size: 1.1em;
}
.home .contact-row .btn {
  font-size: 1.3em;
  border: 3px solid rgba(255, 255, 255, 0.98);
  width: 175px;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 1em;
}
.home .contact-row .btn + p {
  margin-top: 1em;
}
.home .resources-row {
  text-align: center;
}
.home .resources-row ul {
  margin: 50px 0 0 0;
  padding: 0;
}
.home .resources-row a {
  display: block;
  float: left;
  text-decoration: none;
}
.home .resources-row a:nth-child(2) {
  margin: 0 30px;
}
.home .resources-row li {
  color: white;
  width: 343px;
  height: 230px;
  margin: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  float: left;
}
.home .resources-row h3 {
  font-size: 1.5em;
  padding: 100px 10px 0 10px;
}
.home .publications-row {
  background: #e4e4e4;
  padding: 30px 0;
}
.home .publications-row ul {
  margin: 0;
  text-align: center;
}
.home .publications-row li {
  list-style: none;
  margin: 10px 20px;
  display: inline-block;
  vertical-align: middle;
}
.home .publications-row img {
  filter: grayscale(100%);
}

/*	6. Pages
/*--------------------------------------*/
.page-template-default #main-content .content,
.page-template-page-steps #main-content .content,
.single #main-content .content,
.search-results #main-content .content {
  max-width: 720px;
}

.post-details {
  margin: 1.5em 0;
}

.author {
  font-style: italic;
}

.page-template-page-press #main-content {
  text-align: center;
}
.page-template-page-press #main-content .post-content {
  text-align: left;
}
.page-template-page-press ul.press {
  float: left;
  margin: 0;
}
.page-template-page-press ul.press li.company {
  list-style: none;
  margin: 0 0 0 3%;
  width: 22%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.page-template-page-press ul.press li.company:nth-child(4n+1) {
  margin-left: 0;
}
.page-template-page-press ul.press .image-container {
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-size: 120px;
}
.page-template-page-press ul.articles {
  margin-top: 10px;
}
.page-template-page-press ul.articles li {
  list-style: none;
  margin: 0 0 10px 0;
}

.page-template-page-category #main-content header.top {
  padding-bottom: 0;
}
.page-template-page-category #main-content ul.post-list {
  margin: 0;
  padding: 0;
}
.page-template-page-category #main-content ul.post-list li {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}
.page-template-page-category #main-content ul.post-list li .post-info {
  float: left;
  width: 720px;
  margin-left: 20px;
}
.page-template-page-category #main-content ul.post-list li h2 {
  margin: 0;
}
.page-template-page-category #main-content ul.post-list li .article-thumb {
  width: 323px;
  height: 230px;
  background-size: cover;
  background-position: center;
  text-align: center;
  line-height: 260px;
  float: left;
  clear: left;
}
.page-template-page-category #main-content ul.post-list li .far {
  color: white;
  font-size: 3.5em;
  text-align: center;
}

.single .webinar-frame {
  width: 100%;
  height: 1420px;
  overflow: hidden;
}

.single .btn.register {
  display: none;
}

.login {
  text-align: center;
}

.login-container {
  width: 30%;
  padding: 4% 1%;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
}
.login-container:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.06);
}
.login-container .logo-container {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .btn {
  margin-top: 1.5em;
}
.login-container img {
  width: 200px;
}

.page-template-page-steps ul.steps {
  margin: 40px 0 0 0;
}
.page-template-page-steps ul.steps li.step {
  margin: 0 0 0 70px;
  padding: 40px 0 0 90px;
  list-style: none;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  position: relative;
}
.page-template-page-steps ul.steps li.step:last-of-type {
  padding-bottom: 0;
  border-color: white;
}
.page-template-page-steps ul.steps li.step.no-line {
  border-left: none;
}
.page-template-page-steps ul.steps li.step ul {
  margin: 1em 0;
}
.page-template-page-steps ul.steps .fas {
  font-size: 3em;
  line-height: 120px;
  text-align: center;
  width: 120px;
  height: 120px;
  background-color: #204161;
  color: white;
  border-radius: 50%;
  position: absolute;
  left: -62px;
}
.page-template-page-steps ul.steps p {
  margin-bottom: 0;
}
.page-template-page-steps ul.steps h2 {
  margin-top: 0;
}

.search-results article {
  padding-bottom: 10px;
}
.search-results article + article {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.gform_wrapper .concerns li {
  display: inline-block;
  width: 50%;
}

/*	9. Articles/Posts
/*--------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publish-date {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

/*	10. Other
/*--------------------------------------*/
.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination li {
  display: inline-block;
}
.pagination .prev, .pagination .next {
  text-decoration: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.content-subtitle {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6em;
  display: block;
}

.notice, .gform_confirmation_wrapper {
  width: 100%;
  margin: 2em 0;
  background: rgba(0, 0, 0, 0.03);
  border-top: 10px solid #347bad;
  padding: 10px 0;
}

.notice p, .notice h3 {
  padding: 0 25px;
}

.gform_confirmation_wrapper {
  padding: 10px 0 40px 0;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  padding-left: 25px;
  padding-right: 25px;
}

.hide {
  display: inline-block;
}

.show {
  display: none;
}

/* Tables */
table {
  border-collapse: collapse;
  max-width: 100%;
}

td, th {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

th {
  color: #c26900;
}

table.pricing {
  width: 100%;
}

/* FAQ/Accordion */
h5.topic {
  cursor: pointer;
  font-size: 1.2em;
  padding: 10px 0 10px 15px;
  margin: 0;
}
h5.topic button {
  background: none;
  color: #6699cc !important;
  padding: 0;
  margin-bottom: auto;
  letter-spacing: 0;
  line-height: 1.3em;
  text-align: left;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
h5.topic button:hover, h5.topic button:focus {
  background: none;
  color: #37526d !important;
}
h5.topic button:active {
  top: 0;
}
h5.topic button .fas {
  position: absolute;
  top: 2px;
  left: -15px;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
h5.topic button[aria-expanded=true] .fas {
  transform: rotate(90deg);
}

div.response + h5.faq {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 10px;
  padding-top: 20px;
}

div.response {
  padding-left: 15px;
}
div.response p {
  margin: 0 0 1.5em 0;
}
div.response.animated-expandmore__to_expand {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 0.8s ease, opacity 1s ease;
  max-height: 100em;
  visibility: visible;
  transition-delay: 0s;
}
div.response[data-hidden=true].animated-expandmore__to_expand {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s, 0s, 0s;
}

/* Images/Galleries/Fancybox */
article img {
  max-width: 100%;
  height: auto;
}

img.alignleft, figure.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

img.alignright, figure.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

img.aligncenter, figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
}
.gallery .gallery-item + .gallery-item {
  margin-left: 10px;
}
.gallery .gallery-caption {
  max-width: 150px;
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
}
.gallery .gallery-icon {
  min-height: 160px;
}

.fancybox-container .fancybox-toolbar {
  top: 60px;
}

@media only screen and (max-width: 1090px) {
  /*
  	Mobile Screen Sizes

  	Table of Contents

  	1. Main Containers
  	2. Header
  	3. Navigation
  	4. Footer
  	5. Homepage
  	6. Pages
  	7. Person Page
  	8. Forms
  	9. Typography
  	10. Other

  	========================================================================== */
  /*	1. Main Containers
  /*-------------------------------------- */
  body {
    font-size: 100%;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }

  .content {
    margin: 0 auto;
    float: none;
    width: 95%;
  }

  /*	2. Header
  /*-------------------------------------- */
  .top-banner {
    display: none !important;
  }

  header.top {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  header.top .hero-content {
    margin-top: 70px;
  }
  header.top .hero-content h2 {
    font-size: 2.5em;
    width: 100%;
  }
  header.top .hero-content p, header.top .hero-content .btn {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  header.top .hero-content p {
    width: 100%;
    font-weight: 400;
  }
  header.top .hero-content p br {
    display: none;
  }
  header.top .hero-content .btn {
    padding: 10px 20px;
    min-width: 0;
  }
  header.top .logo {
    width: 200px;
  }

  /*	3. Navigation
  /*-------------------------------------- */
  header.top nav {
    display: none;
  }

  #wprmenu_bar .menu_title a {
    color: rgba(255, 255, 255, 0.98) !important;
    text-decoration: none;
    top: 0;
  }

  #mg-wprm-wrap ul li ul.sub-menu li {
    list-style: none;
  }
  #mg-wprm-wrap li.social {
    border: none;
    display: inline-block;
    padding-left: 14px;
  }
  #mg-wprm-wrap li.social + .social {
    padding-left: 0;
  }
  #mg-wprm-wrap li.social .fab {
    font-size: 1.1em;
    margin-right: 5px;
  }
  #mg-wprm-wrap li.social a {
    padding: 13px 3px;
  }

  /*	5. Homepage
  /*-------------------------------------- */
  .home header.top {
    height: auto;
    margin-bottom: 0;
    padding: 30px 0;
  }
  .home .fees-row .content {
    width: 95%;
  }
  .home .fees-row table, .home .fees-row .caption-text {
    width: 100%;
  }
  .home .contact-row {
    padding-top: 30px;
  }
  .home .contact-row .btn {
    font-size: 1.2em;
    margin-top: 0;
  }
  .home .contact-row .btn + p {
    margin-bottom: 0;
  }
  .home .resources-row {
    text-align: center;
  }
  .home .resources-row ul {
    margin: 50px 0 0 0;
    padding: 0;
  }
  .home .resources-row a {
    display: inline-block;
    float: none;
    width: 30%;
    vertical-align: top;
  }
  .home .resources-row a:nth-child(2) {
    margin: 0;
  }
  .home .resources-row li {
    width: 100%;
    height: 230px;
    margin-bottom: 3px;
  }

  /*	6. Pages
  /*-------------------------------------- */

  /*	8. Forms
  /*-------------------------------------- */

  /*	9. Typography
  /*-------------------------------------- */

  /*	10. Other
  /*-------------------------------------- */
}
@media only screen and (max-width: 1090px) and (min-width: 320px) and (max-width: 600px) {
  .home .resources-row a {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  .page-template-default article figure, .single article figure {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1090px) {
  h5.topic {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1090px) {
  .page-template-page-press ul.press li.company {
    margin: 0 2%;
    width: 45%;
    float: none;
  }
  .page-template-page-press ul.press li.company:nth-child(4n+1) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 320px) and (max-width: 450px) {
  .page-template-page-press ul.press li.company {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 0;
  }
  .page-template-page-press ul.press li.company:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-template-page-press ul.press .image-container {
    border-bottom: none;
    background-position: center center;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 320px) and (max-width: 800px) {
  .login-container {
    width: 100%;
    padding: 4% 0;
  }
  .login-container:nth-of-type(even) {
    background: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .login-container .logo-container {
    height: auto;
    display: block;
  }
  .login-container img {
    width: 150px;
  }
}
@media only screen and (max-width: 1090px) {
  .page-template-page-category #main-content ul.post-list li .post-info {
    width: 60%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 320px) and (max-width: 700px) {
  .single .webinar-frame {
    display: none;
  }

  .single .webinar-btn {
    text-align: center;
  }

  .single .btn.register {
    font-size: 1.2em;
    display: inline-block;
    min-width: 200px;
    padding: 15px 10px;
    border-radius: 3em;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 320px) and (max-width: 900px) {
  .page-template-page-category #main-content ul.post-list li {
    margin: 0 0 20px;
  }
  .page-template-page-category #main-content ul.post-list li .article-thumb {
    display: none;
  }
  .page-template-page-category #main-content ul.post-list li .post-info {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 320px) and (max-width: 750px) {
  .page-template-page-steps ul.steps li.step {
    margin: 0 0 0 50px;
    padding: 0 0 40px 60px;
  }
  .page-template-page-steps ul.steps .fas {
    line-height: 90px;
    width: 90px;
    height: 90px;
    left: -47px;
  }
}
@media only screen and (max-width: 1090px) {
  .page-template-page-people-listing .hero-container {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1090px) {
  .hero {
    height: 400px;
    margin-bottom: 50px;
    margin-top: -20px;
    padding-bottom: 20px;
  }
  .hero .hero-content {
    margin-top: 70px;
  }
  .hero .hero-content h2 {
    font-size: 2em;
    width: 100%;
  }
  .hero .hero-content p, .hero .hero-content .btn {
    font-size: 1em;
  }
  .hero .hero-content p {
    width: 100%;
  }
  .hero .hero-content .btn {
    padding: 5px 30px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 1090px) {
  .hero.basic {
    height: 300px;
    text-align: center;
    margin-top: -20px;
  }
  .hero.basic .hero-content {
    margin-top: 130px;
  }
  .hero.basic .hero-content h2 {
    font-size: 2.5em;
    width: 100%;
  }
  .hero.basic .hero-content p, .hero.basic .hero-content .btn {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .hero.basic .hero-content p {
    width: 100%;
  }
  .hero.basic .hero-content p br {
    display: none;
  }
  .hero.basic .hero-content .btn {
    padding: 5px 20px;
    min-width: 0;
  }
}
@media only screen and (max-width: 1090px) {
  article form {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1090px) {
  input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    padding: 0 10px;
    width: 93%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1090px) {
  textarea {
    width: 94%;
  }
}
@media only screen and (max-width: 1090px) {
  select {
    width: 100%;
    max-width: 525px;
  }
}
@media only screen and (max-width: 1090px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1090px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
  }
}
@media only screen and (max-width: 1090px) {
  p {
    clear: both;
  }
}
@media only screen and (max-width: 1090px) {
  blockquote {
    padding: 1px 22px 1px 22px;
    font-size: 1.2em;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 1090px) {
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 1090px) {
  .alignleft, .alignright, .aligncenter, .alignnone, .wp-post-image {
    float: none;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
  }
  .wp-caption .wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
  }
}
@media only screen and (max-width: 1090px) {
  .gallery .gallery-item {
    margin: 10px;
    width: 100px;
  }
  .gallery .gallery-icon {
    min-height: 120px;
  }
  .gallery br {
    display: none;
  }
}
@media only screen and (max-width: 1090px) {
  .fixclear:after {
    overflow: auto;
  }
}
@media only screen and (max-width: 1090px) {
  .hide {
    display: none;
  }
}
@media only screen and (max-width: 1090px) {
  .show {
    display: inline-block;
  }
}
@media only screen and (max-width: 1090px) {
  .footer-nav li.show {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: Roboto;
  src: url("../font/roboto-regular.ttf");
}
@font-face {
  font-family: Poppins;
  src: url("../font/poppins.ttf");
}
@font-face {
  font-family: Daydream;
  src: url("../font/daydream.ttf");
}
@font-face {
  font-family: "Ms Madi";
  src: url("../font/MsMadi-Regular.ttf");
}
/*  < adaBtn >  */
.adaBtn {
  display: block !important;
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 9999;
}

.adaBtn > img {
  width: 100%;
}

.adaBtn:hover > img {
  margin-top: -41px;
}

@media screen and (min-width: 1120px) {
  .adaBtn {
    width: 60px;
    height: 60px;
  }

  .adaBtn:hover > img {
    margin-top: -61px;
  }
}
/*  </ adaBtn >  */
body {
  line-height: 1.33;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #1F1F1F;
}
body.locked {
  overflow: hidden;
}
body * {
  box-sizing: border-box !important;
}

img {
  max-width: 100%;
}

.ac-container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 100px;
}

.heading-1 {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 72px;
  color: #1F1F1F;
}
.heading-1.wrap-words {
  line-height: 1.5;
  margin: 0 0 14px 0;
  white-space: pre-wrap;
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
  border-bottom: none;
  padding: 0;
  display: block;
}

.heading-3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #151411;
}

body .ac-btn {
  background: #F16240;
  border: 1px solid #F16240;
  border-radius: 56px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding: 15px 40px;
  height: 48px;
  min-width: 192px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
body .ac-btn.ac-btn-light {
  background: #fff;
  border: 1px solid #012169;
  color: #012169;
}
body .ac-btn.secondary {
  background: #012169;
  border: 1px solid #012169;
}
body .ac-btn.loading:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  border-bottom-color: #012169;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
body .ac-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}

.top-bar {
  background-color: #012169 !important;
  height: 53px;
  color: #fff;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.client-login-wrap {
  display: flex;
  justify-content: flex-end;
}
.client-login-wrap .client-login-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.client-login-wrap .client-login-modal {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 29px 34px;
  position: absolute;
  top: 100%;
  right: 20px;
  z-index: 9;
  display: none;
}
.client-login-wrap .client-login-link {
  border: 1px solid #012169;
  color: #012169;
  border-radius: 5px;
  padding: 8px 10px;
  min-width: 210px;
  line-height: 1.8;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-weight: 400;
}
.client-login-wrap .client-login-link-wrap {
  display: grid;
  grid-gap: 20px;
}
.client-login-wrap .client-login-link-wrap .client-login-link-row {
  grid-gap: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ac-header {
  background-color: #012169;
  height: 92px;
}
.ac-header.is-sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.ac-header .ac-header-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  position: relative;
}
.ac-header .ac-header-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac-header .ac-header-wrap ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac-header .ac-header-wrap .ac-logo img {
  max-width: 182px;
  display: block;
}
.ac-header .ac-header-wrap .ac-main-menu {
  display: flex;
  justify-content: center;
  grid-gap: 36px;
  position: relative;
}
.ac-header .ac-header-wrap .ac-main-menu .menu-item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  line-height: 1.8;
  font-size: 20px;
}
.ac-header .ac-header-wrap .ac-main-menu .menu-item a:hover {
  opacity: 0.8;
}
.ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children > .mobile-chevron-wrap a:after {
  content: "";
  background-image: url("../images/chevron_down.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children.opened > .mobile-chevron-wrap a:after {
  transform: rotate(180deg);
}
.ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 36px);
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 28px 45px;
  grid-gap: 76px;
  z-index: 20;
}
.ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children > .sub-menu.opened {
  display: flex;
}
.ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children > .sub-menu:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
}
.ac-header .ac-header-wrap .ac-main-menu .sub-menu .menu-title > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  color: #012169;
  border-bottom: 5px solid #F16240;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
  white-space: nowrap;
  margin-bottom: 22px;
  min-width: 210px;
}
.ac-header .ac-header-wrap .ac-main-menu .sub-menu .menu-title > a:hover {
  opacity: 1;
}
.ac-header .ac-header-wrap .ac-main-menu .sub-menu .sub-menu {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.ac-header .ac-header-wrap .ac-main-menu .sub-menu .sub-menu .current-menu-item a {
  color: #F16240;
}
.ac-header .ac-header-wrap .ac-main-menu .sub-menu .sub-menu a {
  font-size: 18px;
  color: #1F1F1F;
  font-weight: 400;
  text-align: left;
}
.ac-header .ac-header-wrap .right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 40px;
}
.ac-header .ac-header-wrap .right-nav.search-opened {
  grid-gap: 11px;
}
.ac-header .ac-header-wrap .right-nav .contact-btn {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #012169;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.ac-header .ac-header-wrap .client-login-wrap {
  display: none;
}

.ac-search-form-wrap {
  display: flex;
  position: relative;
  max-width: 100%;
}
.ac-search-form-wrap .ac-search-form {
  display: none;
  position: relative;
  z-index: 8;
  width: 334px;
  height: 43px !important;
}
.ac-search-form-wrap .ac-search-form .ac-search-field {
  padding: 10px 18px;
  margin: 0;
  border: none;
  width: 100%;
  height: 43px;
  opacity: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 21.5px;
  outline: none;
}
.ac-search-form-wrap .ac-search-form .ac-search-field::placeholder {
  color: #AFADB5;
}
.ac-search-form-wrap .ac-search-form .ac-close-search {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  cursor: pointer;
}
.ac-search-form-wrap .ac-search-form .ac-close-search img {
  display: block;
}
.ac-search-form-wrap .ac-search-btn {
  background: none;
  outline: none;
  padding: 4px;
  border: none;
  min-width: initial;
  display: inline-block;
}
.ac-search-form-wrap .ac-search-btn img {
  display: block;
}

.ac-home-video-section {
  height: calc(100vh - 92px - 53px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ac-home-video-section .ac-home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ac-home-video-section .ac-home-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.ac-home-video-section .ac-home-video-texts-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  grid-gap: 25px;
  padding: 0 16px;
  position: relative;
  z-index: 5;
}
.ac-home-video-section .ac-home-video-texts-wrap .typewrite {
  display: inline;
}
.ac-home-video-section .ac-home-video-texts-wrap .typewrite > .wrap {
  color: #fff;
  font-family: "Ms Madi";
  font-size: 96px;
  display: inline;
}
.ac-home-video-section .ac-home-video-texts-wrap .ac-home-video-text {
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  max-width: 900px;
}
.ac-home-video-section .ac-home-video-texts-wrap .ac-home-video-subtext {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  max-width: 800px;
}
.ac-home-video-section .ac-home-video-texts-wrap .ac-home-video-btn {
  background: #fff;
  border-radius: 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #012169;
  padding: 12px 33px;
  display: inline-block;
  text-decoration: none;
}

.ac-home-about-section {
  padding: 100px 0 0 0;
}
.ac-home-about-section .ac-home-about-wrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
}
.ac-home-about-section .ac-home-about-wrap .ac-home-about-title-block {
  max-width: 271px;
}
.ac-home-about-section .ac-home-about-wrap .ac-home-about-title-block .heading-1 {
  line-height: 1.5;
  margin: 0 0 14px 0;
  border-bottom: none;
  padding: 0;
  display: block;
}
.ac-home-about-section .ac-home-about-wrap .ac-home-about-image-block {
  max-width: 545px;
  min-width: 30%;
}
.ac-home-about-section .ac-home-about-wrap .ac-home-about-image-block figure {
  margin: 0;
}
.ac-home-about-section .ac-home-about-wrap .ac-home-about-text-block {
  max-width: 37%;
  line-height: 1.8;
  color: #5F5F5F;
  align-self: center;
}

.ac-home-team-section {
  padding-top: 120px;
}
.ac-home-team-section .ac-home-team-wrap {
  display: flex;
  grid-gap: 104px;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap {
  width: 100%;
  overflow: hidden;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap .slick-slide {
  margin: 0 20px;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider > div:last-child .team-member {
  margin: 0;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider .team-member {
  margin-bottom: 26px;
  max-width: 150px;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider .team-member:hover img {
  border-color: #012169;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider a {
  text-decoration: none;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider img {
  border-radius: 50%;
  border: 4px solid #F16240;
  transition: all 0.3s ease;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl {
  text-align: center;
  margin: 16px 0 0 0;
  min-height: 130px;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl .name {
  font-size: 20px;
  color: #1F1F1F;
  line-height: 1.8;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl .certifications,
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl .position {
  line-height: 1.8;
  color: #AFADB5;
  margin: 0;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap .slick-dots {
  display: flex !important;
  justify-content: center;
  grid-gap: 5px;
  width: 100%;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap .slick-dots li {
  margin: 0;
  list-style: none;
  width: 13px;
  height: 13px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap .slick-dots li.slick-active {
  background: #F16240;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap .slick-dots button {
  display: none;
}
.ac-home-team-section .ac-home-team-wrap .ac-home-team-content {
  width: 50%;
  max-width: 342px;
  min-width: 342px;
}

.ac-home-services-section {
  padding: 100px 0;
}
.ac-home-services-section .ac-home-services-wrap {
  display: grid;
  grid-template-columns: 267px auto;
  grid-gap: 75px;
}
.ac-home-services-section .ac-home-services-wrap .heading-1 {
  margin-top: 40px;
}
.ac-home-services-section .ac-home-services-wrap .service-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 68px 29px;
  margin: 0;
}
.ac-home-services-section .ac-home-services-wrap .service-list li {
  list-style: none;
  margin: 0;
  background: #fff;
  box-shadow: 0 4px 100px rgba(175, 173, 181, 0.1);
  padding: 24px;
  display: grid;
  grid-gap: 20px;
}
.ac-home-services-section .ac-home-services-wrap .service-list li .service-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac-home-services-section .ac-home-services-wrap .service-list li .service-icon img {
  max-width: 30px;
  max-height: 30px;
}
.ac-home-services-section .ac-home-services-wrap .service-list li .description {
  font-size: 18px;
  line-height: 1.8;
  color: #AFADB5;
}
.ac-home-services-section .ac-home-services-wrap .service-list li .description p {
  margin: 0;
}

.ac-home-process-section .ac-home-process-wrap {
  display: grid;
  grid-template-columns: 412px auto;
  grid-gap: 46px;
}
.ac-home-process-section .ac-home-process-wrap .process-steps {
  display: grid;
  grid-gap: 40px 20px;
  grid-template-columns: 1fr 1fr;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  max-width: 346px;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item .step-item-arrow {
  position: absolute;
  width: 100%;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item .step-item-arrow svg {
  max-width: 100%;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(1) .step-item-arrow {
  top: 0;
  left: 100%;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(2) {
  justify-self: flex-end;
  margin-top: 25%;
  margin-right: 25%;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(2) .step-item-arrow {
  bottom: -50%;
  right: 81%;
  transform: rotate(125deg);
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(3) .step-item-arrow {
  bottom: -15%;
  left: -15%;
  transform: rotateY(178deg) rotateZ(96deg);
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(4) {
  order: 5;
  justify-self: flex-end;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(4) .step-item-arrow {
  top: 15%;
  left: 90%;
  transform: rotateY(178deg) rotateZ(209deg);
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(5) {
  justify-self: flex-end;
  margin-top: 25%;
  margin-right: 25%;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(5) .step-item-arrow {
  display: none;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step {
  width: 78px;
  height: 78px;
  background: #F16240;
  border-radius: 25px 25px 25px 0;
  color: #fff;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16;
  text-align: center;
  color: #1F1F1F;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #AFADB5;
}
.ac-home-process-section .ac-home-process-wrap .process-steps .step-text p {
  margin: 0;
}

.ac-home-resources-section {
  padding: 100px 0;
}
.ac-home-resources-section .ac-home-resources-wrap {
  display: grid;
  grid-template-columns: 330px auto;
  grid-gap: 50px;
}
.ac-home-resources-section .resource-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.ac-home-resources-section .resource-item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ac-home-resources-section .resource-item:hover .resource-item-label {
  background: #012169;
}
.ac-home-resources-section .resource-item:hover .resource-item-btn {
  display: inline-block;
}
.ac-home-resources-section .resource-item:hover .resource-item-content {
  background: linear-gradient(0deg, rgba(52, 49, 49, 0.7), rgba(52, 49, 49, 0.7));
}
.ac-home-resources-section .resource-item .resource-item-label {
  position: absolute;
  right: 0;
  top: 0;
  background: #F16240;
  color: #fff;
  border-radius: 0 8px;
  padding: 14px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  width: 103px;
  transition: all 0.3s ease;
}
.ac-home-resources-section .resource-item .resource-item-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 48px 24px 24px;
}
.ac-home-resources-section .resource-item .resource-item-btn {
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  transition: all 0.3s ease;
  display: none;
}
.ac-home-resources-section .resource-item .heading-3 {
  color: #fff;
}

footer.footer {
  padding-top: 50px;
  background: #012169;
  color: #fff;
}
footer.footer .footer-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
}
footer.footer .footer-logo-block {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer.footer .footer-logo-block img {
  max-width: 100px;
  margin-bottom: 58px;
}
footer.footer .footer-logo-block .services-nav {
  display: flex;
  grid-gap: 26px;
  margin-top: 40px;
}
footer.footer .footer-logo-text {
  color: #AFADB5;
  line-height: 1.8;
}
footer.footer .footer-copyright {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #AFADB5;
  margin-top: 20px;
}
footer.footer .mailchimp p {
  color: #AFADB5;
  line-height: 1.8;
  font-size: 18px;
}
footer.footer .social-links {
  display: flex;
  grid-gap: 23px;
}
footer.footer .social-links a {
  font-size: 27px;
  display: inline-block;
  line-height: 1;
}
footer.footer ul {
  padding: 0;
  margin: 0;
}
footer.footer li {
  list-style: none;
  margin: 0;
}
footer.footer h3 {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
footer.footer a {
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
footer.footer a:hover {
  text-decoration: underline;
}

.ac-featured-post {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 43px 0 60px;
}
.ac-featured-post .ac-featured-post-image {
  border-radius: 5px;
  overflow: hidden;
}
.ac-featured-post .ac-featured-post-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/5;
  object-fit: cover;
}
.ac-featured-post .ac-featured-post-content-wrap {
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content {
  background: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-left: -100px;
  padding: 30px;
}
.ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin: 10px 0;
}
.ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content .title a {
  color: #1F1F1F;
  text-decoration: none;
}
.ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1F1F1F;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content .description p {
  margin: 0;
}

.post-meta-wrap {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
.post-meta-wrap .post-meta-text {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #777777;
}

.ac-post-cat-badge-list {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
}
.ac-post-cat-badge-list a {
  background: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  color: #666666;
  text-decoration: none;
  font-weight: 400;
  border: 0.5px solid #B8B8B8;
  border-radius: 46px;
}

.ac-posts-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 80px;
  margin-bottom: 50px;
}
.ac-posts-list article {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.ac-posts-list article .post-info {
  padding: 0 18px 27px;
}
.ac-posts-list .ac-post-thumbnail {
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}
.ac-posts-list .ac-post-thumbnail img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.ac-posts-list .title {
  margin: 18px 0 10px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 66px;
}
.ac-posts-list .title a {
  font-weight: 600;
  line-height: 1.5;
  color: #222222;
  text-decoration: none;
}
.ac-posts-list .excerpt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.ac-posts-list .excerpt p {
  margin: 0;
}

.ac-blog-page .ac-container {
  max-width: 1310px;
}
.ac-blog-page .ac-search-form-wrap {
  display: none;
  justify-content: center;
  margin-top: 40px;
}
.ac-blog-page .ac-search-form-wrap .ac-search-form {
  display: block;
  width: 100%;
  max-width: initial;
}
.ac-blog-page .ac-search-form-wrap .ac-search-form .ac-search-field {
  width: 100%;
  max-width: initial;
  color: #1F1F1F;
  border-radius: 21.5px;
  border: 1px solid #1F1F1F;
}
.ac-blog-page .ac-search-form-wrap .ac-search-form .ac-search-field::placeholder {
  color: #AFADB5;
}
.ac-blog-page .ac-search-form-wrap .ac-search-form .ac-close-search {
  display: none;
}
.ac-blog-page .ac-search-form-wrap .ac-search-btn {
  display: none;
}

.ac-blog-categories-list {
  display: none;
  justify-content: center;
  padding: 0;
  margin: 58px 0 0 0;
  grid-gap: 10px;
}
.ac-blog-categories-list li.cat-item-all.current-cat {
  padding: 0;
}
.ac-blog-categories-list li.cat-item-all.current-cat a {
  background: #F0F0F0;
  border-radius: 62px;
  min-width: 194px;
  display: inline-block;
  padding: 10px 8px;
  text-align: center;
}
.ac-blog-categories-list li {
  list-style: none;
  margin: 0;
  color: #012169;
  padding: 10px 8px;
}
.ac-blog-categories-list li a {
  font-weight: 500;
  font-size: 18px;
  color: #012169;
  text-decoration: none;
}
.ac-blog-categories-list li.current-cat {
  background: #F0F0F0;
  border-radius: 62px;
  padding: 10px 16px;
}

.ac-load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0 40px;
}

.ac-single-post {
  padding: 80px 0 100px;
}
.ac-single-post .ac-container {
  max-width: 1274px;
}
.ac-single-post .ac-post-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  color: #1F1F1F;
  margin: 0 0 40px 0;
  word-break: break-word;
}
.ac-single-post .ac-post-date {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1F1F1F;
  opacity: 0.5;
  margin-bottom: 20px;
  text-align: center;
}
.ac-single-post .ac-post-content {
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
}
.ac-single-post .ac-post-content .wp-post-image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 12/3;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}
.ac-single-post .ac-post-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #1F1F1F;
  margin: 0 0 40px 0;
  font-weight: 400;
}
.ac-single-post .ac-post-content blockquote {
  margin: 0 0 40px 0;
  border-left: 3px solid #1F1F1F;
  padding: 0 0 0 24px;
}
.ac-single-post .ac-post-content blockquote p {
  margin: 0;
  font-weight: 500;
}
.ac-single-post .ac-post-content strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #1F1F1F;
}
.ac-single-post .ac-share-section {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.ac-single-post .ac-share-section .ac-share-buttons-wrap {
  display: flex;
  grid-gap: 14px;
  align-items: center;
}
.ac-single-post .ac-share-section .ac-share-buttons-wrap .social-share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 14px;
}
.ac-single-post .ac-share-section .ac-share-buttons-wrap .social-share-icons a {
  border: 1px solid #1F1F1F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.ac-single-post .ac-share-section .copy-btn {
  border: 1px solid #1F1F1F;
  border-radius: 56px;
  display: flex;
  padding: 12px 23px;
  cursor: pointer;
  grid-gap: 12px;
  align-items: center;
}
.ac-single-post .ac-share-section .next-article {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: underline;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
.ac-single-post .related-posts {
  padding: 65px 0 0 0;
}
.ac-single-post .related-posts .related-posts-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #1F1F1F;
  margin: 0 0 65px 0;
}
.ac-single-post .related-posts .ac-posts-list {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  grid-gap: 23px;
}
.ac-single-post .related-posts .ac-post-thumbnail {
  width: 100%;
}
.ac-single-post .related-posts .wp-post-image {
  width: 100%;
}

.ac-faq-page {
  padding: 80px 0;
}
.ac-faq-page .ac-container {
  max-width: 1700px;
}
.ac-faq-page .ac-faq-content-wrap {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  margin: 0 auto;
  max-width: 1130px;
}
.ac-faq-page .ac-faq-content-wrap h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1F1F1F;
}
.ac-faq-page .ac-faq-content-wrap .faq-content {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}
.ac-faq-page .ac-faq-content-wrap .faq-content p {
  margin: 0;
}
.ac-faq-page .faqs-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 35px;
  margin-top: 80px;
}
.ac-faq-page .faqs-tabs .faq-tab-item {
  background: rgba(226, 226, 226, 0.31);
  border-radius: 10px;
  border: 1px solid rgba(226, 226, 226, 0.31);
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-gap: 20px;
  cursor: pointer;
}
.ac-faq-page .faqs-tabs .faq-tab-item.active {
  border: 1px solid #012169;
}
.ac-faq-page .faqs-tabs .faq-tab-item img {
  display: block;
}
.ac-faq-page .faqs-tabs .faq-tab-item .faq-tab-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #012169;
}
.ac-faq-page .faqs-panels {
  max-width: 1130px;
  margin: 90px auto 0;
}
.ac-faq-page .faqs-panels .faq-panel-item {
  display: none;
}
.ac-faq-page .faqs-panels .faq-item {
  margin-bottom: 35px;
  border-bottom: 1px solid #ACABAB;
  padding: 10px;
}
.ac-faq-page .faqs-panels .faq-item.opened {
  padding-bottom: 24px;
}
.ac-faq-page .faqs-panels .faq-item.opened .faq-text {
  display: block;
}
.ac-faq-page .faqs-panels .faq-item.opened .minus {
  display: inline-block;
}
.ac-faq-page .faqs-panels .faq-item.opened .plus {
  display: none;
}
.ac-faq-page .faqs-panels .minus {
  display: none;
}
.ac-faq-page .faqs-panels .faq-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #1F1F1F;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  grid-gap: 8px;
}
.ac-faq-page .faqs-panels .faq-title svg {
  min-width: 32px;
  min-height: 32px;
}
.ac-faq-page .faqs-panels .faq-text {
  display: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.ac-faq-page .faqs-panels .faq-text p {
  margin: 0;
}
.ac-faq-page .faq-contact-section {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ac-faq-page .faq-contact-section h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #1F1F1F;
  margin: 0 0 10px 0;
}
.ac-faq-page .faq-contact-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 35px 0;
}
.ac-faq-page .mobile-faq {
  display: none;
}

.ac-default-page {
  padding: 80px 0;
}
.ac-default-page .ac-default-page-header {
  display: flex;
  align-items: center;
  grid-gap: 40px;
  margin: 0 auto 80px;
  max-width: 1130px;
}
.ac-default-page .ac-default-page-header .ac-default-short-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  color: #1F1F1F;
}
.ac-default-page .ac-default-page-header .ac-default-short-description p:first-child {
  margin-top: 0;
}
.ac-default-page .ac-default-page-header .ac-default-short-description p:last-child {
  margin-bottom: 0;
}
.ac-default-page .ac-default-page-header h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1F1F1F;
  min-width: 330px;
}
.ac-default-page .ac-container {
  max-width: 1487px;
}

.wysiwyg-content p {
  font-size: 18px;
  line-height: 1.5;
  color: #1F1F1F;
  margin: 0 0 40px 0;
  font-weight: 400;
}
.wysiwyg-content blockquote {
  margin: 0 0 40px 0;
  border-left: 3px solid #1F1F1F;
  padding: 0 0 0 24px;
}
.wysiwyg-content blockquote p {
  margin: 0;
  font-weight: 500;
}
.wysiwyg-content strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #1F1F1F;
}
.wysiwyg-content ul, .wysiwyg-content ol {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.services-section .service-section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #012169;
  margin-bottom: 30px;
}
.services-section .services-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 80px;
}
.services-section .services-wrap .service-item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 7/5;
}
.services-section .services-wrap .service-item.empty .service-item-content {
  display: none;
}
.services-section .services-wrap .service-item:hover .service-item-content {
  background: linear-gradient(0deg, rgba(52, 49, 49, 0.7), rgba(52, 49, 49, 0.7));
}
.services-section .services-wrap .service-item:hover .learn-more-btn {
  display: block;
}
.services-section .services-wrap .service-item:hover small {
  display: -webkit-box;
}
.services-section .services-wrap .service-item .service-item-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 26px 10px;
  height: 100%;
}
.services-section .services-wrap .service-item span {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  min-height: 64px;
}
.services-section .services-wrap .service-item small {
  display: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.services-section .services-wrap .service-item .learn-more-btn {
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  transition: all 0.3s ease;
  display: none;
}

.ac-team-page .ac-default-page-header {
  max-width: 600px;
  display: block;
  text-align: center;
}
.ac-team-page .ac-default-page-header h1 {
  min-width: fit-content;
  display: block;
  width: 100%;
}
.ac-team-page .ac-team-members-wrap {
/*   display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px 180px; */
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  justify-content: center;
}
.ac-team-page .ac-team-members-wrap .team-member {
  margin-bottom: 26px;
  max-width: 200px;
}
.ac-team-page .ac-team-members-wrap .team-member:hover img {
  border-color: #012169;
}
.ac-team-page .ac-team-members-wrap .team-member a {
  text-decoration: none;
}
.ac-team-page .ac-team-members-wrap .team-member img {
  border-radius: 50%;
  border: 4px solid #F16240;
  transition: all 0.3s ease;
}
.ac-team-page .ac-team-members-wrap .team-member dl {
  text-align: center;
  margin: 16px 0 0 0;
}
.ac-team-page .ac-team-members-wrap .team-member dl .name {
  font-size: 20px;
  color: #1F1F1F;
  line-height: 1.8;
}
.ac-team-page .ac-team-members-wrap .team-member dl .certifications,
.ac-team-page .ac-team-members-wrap .team-member dl .position {
  line-height: 1.8;
  color: #AFADB5;
  margin: 0;
}

.ac-team-single {
  padding: 80px 0;
}
.ac-team-single .ac-container {
  max-width: 1030px;
}
.ac-team-single .member-header {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 7fr 3fr;
  margin-bottom: 60px;
  align-items: center;
}
.ac-team-single .member-header h1 {
  font-size: 72px;
  line-height: 1.5;
  margin: 0 0 12px 0;
  font-weight: 900;
}
.ac-team-single .member-header .position {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-bottom: 26px;
}
.ac-team-single .member-header .member-photo img {
  border-radius: 50%;
  border: 4px solid #F16240;
  width: 100%;
}
.ac-team-single .badges {
  display: flex;
  grid-gap: 14px;
  margin-bottom: 40px;
}
.ac-team-single .badges img {
  max-width: 98px;
}
.ac-team-single .experience h2,
.ac-team-single .recognitions h2,
.ac-team-single .outreach h2 {
  color: #F16240;
  font-weight: 600;
  font-size: 20px;
  line-height: 2.4;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.ac-team-single .experience ul,
.ac-team-single .recognitions ul,
.ac-team-single .outreach ul {
  margin: 0 0 40px 0;
}
.ac-team-single .experience ul li,
.ac-team-single .recognitions ul li,
.ac-team-single .outreach ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #1F1F1F;
  margin: 0 0 30px 0;
  list-style: none;
}
.ac-team-single .outreach img {
  max-width: 86px;
}

.ac-process-page .ac-container {
  max-width: 1224px;
}
.ac-process-page .ac-default-page-header {
  max-width: 850px;
}
.ac-process-page .ac-steps .ac-step-item {
  display: grid;
  grid-template-columns: 4fr 78px 4fr;
  grid-gap: 0 40px;
}
.ac-process-page .ac-steps .ac-step-item:last-child .step-index:after {
  display: none;
}
.ac-process-page .ac-steps .ac-step-item .step-index {
  position: relative;
}
.ac-process-page .ac-steps .ac-step-item .step-index:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #012169;
  z-index: 0;
}
.ac-process-page .ac-steps .ac-step-item .step-index div {
  width: 78px;
  height: 78px;
  background: #F16240;
  border-radius: 25px 25px 25px 0;
  color: #fff;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.ac-process-page .ac-steps .ac-step-item.right .empty-space {
  order: 1;
}
.ac-process-page .ac-steps .ac-step-item.right .step-index {
  order: 2;
}
.ac-process-page .ac-steps .ac-step-item.right .step-index div {
  border-radius: 25px 25px 0 25px;
}
.ac-process-page .ac-steps .ac-step-item.right .step-content {
  order: 3;
}
.ac-process-page .ac-steps .step-content {
  background: rgba(226, 226, 226, 0.31);
  border-radius: 10px;
  padding: 50px 20px 20px;
}
.ac-process-page .ac-steps .step-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16;
  color: #1F1F1F;
  margin: 0 0 28px 0;
}
.ac-process-page .ac-steps .step-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  color: #AFADB5;
  margin: 0;
}

.ac-youtube-page .ac-default-page-header {
  max-width: 1000px;
}
.ac-youtube-page .buttons-wrap {
  display: flex;
  grid-gap: 20px;
}
.ac-youtube-page .ac-videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px 25px;
}
.ac-youtube-page .ac-videos .ac-video-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.ac-youtube-page .ac-videos .ac-video-item:first-child {
  grid-area: 1/1/3/4;
}
.ac-youtube-page .ac-videos .ac-video-item iframe {
  display: none;
}
.ac-youtube-page .ac-videos .ac-video-image {
  height: 100%;
}
.ac-youtube-page .ac-videos .ac-video-image img {
  display: block;
  width: 100%;
}
.ac-youtube-page .ac-videos .ac-video-content {
  border: 1px solid #EDEDED;
  padding: 10px;
  height: 100%;
}
.ac-youtube-page .ac-videos .ac-video-content h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #1F1F1F;
  margin: 0 0 4px 0;
}
.ac-youtube-page .ac-videos .ac-video-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.ac-backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  pointer-events: none;
  display: none;
}
.ac-backdrop.visible {
  display: block;
  pointer-events: all;
}

.ac-modal {
  position: fixed;
  z-index: 100;
  width: 80%;
  top: 10%;
  left: 10%;
  display: none;
}
.ac-modal .close-modal {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.ac-modal.visible {
  display: block;
  animation: fade-slide-in 0.3s ease-out forwards;
}
.ac-modal iframe {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
  display: none;
}

.ac-podcast-page .ac-container {
  max-width: 1000px;
}

.ac-mobile-logo-wrap {
  display: none;
}

.close-mobile-menu {
  display: none;
}

.mobile-chevron {
  display: none;
}

.page-template-page-press .page-title {
  margin-top: 40px;
}

.page-template-page-category .hero {
  width: 100%;
  height: 650px;
  float: left;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.page-template-page-category .hero .hero-content {
  margin-top: 250px;
  color: #fff;
}
.page-template-page-category .hero .hero-content .pre-title {
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.page-template-page-category .hero .hero-content h2 {
  font-size: 3.1em;
  font-weight: 900;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 810px;
  margin: 5px 0 20px 0;
}
.page-template-page-category .hero .hero-content p, .page-template-page-category .hero .hero-content .btn {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}
.page-template-page-category .hero .hero-content .pre-description {
  font-weight: 500;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  margin-top: 1.5em;
  display: block;
}
.page-template-page-category .hero .hero-content p {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 810px;
  font-weight: 500;
}
.page-template-page-category .hero .hero-content p.tight {
  margin-top: 0;
}
.page-template-page-category .hero .hero-content .btn {
  border: 3px solid #fff;
  padding: 10px 30px;
  min-width: 215px;
  border-radius: 40px;
}
.page-template-page-category .hero a.hero-link {
  text-decoration: none;
  display: block;
}

.pojo-a11y-toolbar-item {
  list-style: none;
}

.hs-cta-wrapper-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
}

#hs-cta-wrapper-sticky .cta_button[id^="cta_button"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 15px !important;
}

@keyframes fade-slide-in {
  from {
    transform: translateY(-5rem);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 1800px) {
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item .step-item-arrow {
    width: 80%;
  }
}
@media (max-width: 1700px) {
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(2) {
    margin-right: 0;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }

  .heading-1 {
    font-size: 58px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .section-description {
    font-size: 18px;
  }

  .ac-home-services-section .ac-home-services-wrap .service-list li .description {
    font-size: 18px;
  }

  .ac-home-process-section .ac-home-process-wrap .process-steps {
    grid-gap: 20px;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item .step-item-arrow {
    width: 70%;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(2) .step-item-arrow {
    bottom: -60%;
    right: 60%;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step {
    width: 60px;
    height: 60px;
    font-size: 34px;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-title {
    font-size: 20px;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-text {
    font-size: 16px;
  }

  .ac-home-team-section .ac-home-team-wrap {
    grid-gap: 40px;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-content {
    max-width: 300px;
    min-width: 300px;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider {
    grid-gap: 30px;
  }
  .ac-home-resources-section .ac-home-resources-wrap {
    grid-gap: 30px;
  }
  .ac-home-resources-section .resource-item .resource-item-btn {
    margin-top: 20px;
  }
  .ac-home-resources-section .resource-item .resource-item-label {
    font-size: 16px;
  }

  .ac-faq-page {
    padding: 60px 0;
  }
  .ac-faq-page .ac-faq-content-wrap h1 {
    font-size: 36px;
  }
  .ac-faq-page .ac-faq-content-wrap .faq-content {
    font-size: 18px;
  }
  .ac-faq-page .faqs-tabs {
    margin-top: 60px;
  }
  .ac-faq-page .faqs-tabs .faq-tab-item .faq-tab-image {
    max-width: 70px;
  }
  .ac-faq-page .faqs-tabs .faq-tab-item .faq-tab-title {
    font-size: 20px;
  }
  .ac-faq-page .faqs-panels {
    margin: 60px auto 0;
    max-width: 1000px;
  }
  .ac-faq-page .faqs-panels .faq-item {
    margin-bottom: 24px;
    padding: 8px;
  }
  .ac-faq-page .faqs-panels .faq-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .ac-faq-page .faqs-panels .faq-title svg {
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .ac-faq-page .faqs-panels .faq-text {
    font-size: 18px;
  }
  .ac-faq-page .faq-contact-section {
    margin-top: 70px;
  }
  .ac-faq-page .faq-contact-section h2 {
    font-size: 26px;
  }
  .ac-faq-page .faq-contact-section p {
    font-size: 16px;
    margin: 0 0 24px 0;
  }

  .ac-default-page {
    padding: 60px 0;
  }
  .ac-default-page .ac-default-page-header {
    margin: 0 auto 60px;
  }
  .ac-default-page .ac-default-page-header .ac-default-short-description {
    font-size: 18px;
  }
  .ac-default-page .ac-default-page-header h1 {
    font-size: 36px;
    min-width: initial;
  }

  .services-section .service-section-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .services-section .services-wrap {
    grid-gap: 30px;
    margin-bottom: 60px;
  }
  .services-section .services-wrap .service-item div {
    padding: 20px 10px;
  }
  .services-section .services-wrap .service-item span {
    font-size: 22px;
    min-height: 54px;
  }

  .ac-process-page article .ac-default-page-header h1 {
    font-size: 48px;
  }
  .ac-process-page .ac-steps .ac-step-item {
    grid-template-columns: 4fr 64px 4fr;
  }
  .ac-process-page .ac-steps .ac-step-item .step-index div {
    width: 64px;
    height: 64px;
    font-size: 36px;
  }
  .ac-process-page .ac-steps .step-content {
    padding: 36px 20px 20px;
  }
  .ac-process-page .ac-steps .step-content h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .ac-process-page .ac-steps .step-content p {
    font-weight: 500;
    font-size: 18px;
  }

  .ac-youtube-page article .ac-default-page-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 1500px) {
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item {
    max-width: 310px;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(1) .step-item-arrow {
    left: 80%;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(5) {
    margin-right: -20px;
  }
}
@media (max-width: 1380px) {
  .ac-home-process-section .ac-home-process-wrap {
    display: block;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .ac-container {
    padding: 0 32px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .section-description {
    text-transform: initial;
  }
}
@media (max-width: 1023px) {
  .ac-container {
    padding: 0 16px;
  }

  .heading-1 {
    font-size: 26px;
  }
  .heading-1.wrap-words {
    width: initial;
    white-space: normal;
  }

  .top-bar {
    display: none;
  }

  .ac-header {
    height: 75px;
  }
  .ac-header .ac-mobile-logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .ac-header .ac-mobile-logo-wrap .ac-logo {
    display: inline-block;
  }
  .ac-header .ac-mobile-logo-wrap .ac-logo img {
    max-height: 35px;
    display: block;
  }
  .ac-header .ac-header-wrap {
    position: fixed;
    top: 75px;
    left: 100%;
    height: calc(100% - 75px);
    width: 100%;
    z-index: 10000;
    background: #012169;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 20px;
    overflow: auto;
    transition: all 0.3s ease;
  }
  .ac-header .ac-header-wrap.visible {
    left: 0;
  }
  .ac-header .ac-header-wrap nav {
    width: 100%;
  }
  .ac-header .ac-header-wrap .ac-logo-wrap {
    display: none;
  }
  .ac-header .ac-header-wrap .ac-main-menu {
    display: flex;
    justify-content: start;
    flex-direction: column;
    grid-gap: 20px;
  }
  .ac-header .ac-header-wrap .ac-main-menu .menu-item a {
    grid-gap: 18px;
  }
  .ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children > .mobile-chevron-wrap a:after {
    display: none;
  }
  .ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children .mobile-chevron-wrap {
    display: flex;
    grid-gap: 18px;
  }
  .ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children .mobile-chevron-wrap .mobile-chevron {
    transition: all 0.3s ease;
    display: inline-block;
  }
  .ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children.opened .mobile-chevron {
    transform: rotate(180deg);
  }
  .ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children.opened .sub-menu {
    display: block;
  }
  .ac-header .ac-header-wrap .ac-main-menu > .menu-item-has-children > .sub-menu {
    padding: 16px;
    position: static;
    max-height: 340px;
    overflow: auto;
  }
  .ac-header .ac-header-wrap .ac-main-menu .sub-menu {
    margin-top: 10px;
  }
  .ac-header .ac-header-wrap .ac-main-menu .sub-menu .sub-menu {
    padding-left: 16px;
    margin-bottom: 20px;
  }
  .ac-header .ac-header-wrap .ac-main-menu .sub-menu .sub-menu a {
    font-size: 17px;
  }
  .ac-header .ac-header-wrap .ac-main-menu .sub-menu .menu-title > a {
    font-weight: 500;
    color: #1F1F1F;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .ac-header .ac-header-wrap .right-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .ac-header .ac-header-wrap .right-nav .contact-btn {
    width: 100%;
  }
  .ac-header .ac-header-wrap .client-login-wrap {
    display: block;
    width: 100%;
    position: relative;
  }
  .ac-header .ac-header-wrap .client-login-wrap .client-login-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
  }
  .ac-header .ac-header-wrap .client-login-wrap .client-login-link-row {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 80px calc(100% - 100px);
  }
  .ac-header .ac-header-wrap .client-login-wrap .client-login-link {
    min-width: initial;
    width: 100%;
    line-height: 1.2;
    padding: 12px 10px;
  }
  .ac-header .ac-header-wrap .client-login-wrap .client-login-modal {
    bottom: 0;
    left: 0;
    top: initial;
    right: 0;
    padding: 12px 16px 30px;
  }
  .ac-header .ac-header-wrap .client-login-wrap .client-login-modal .close-mobile-login-modal {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .wprm-wrapper {
    display: none !important;
  }

  .ac-home-video-section {
    height: calc(100vh - 92px - 53px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .ac-home-video-section .ac-home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ac-home-video-section .ac-home-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }
  .ac-home-video-section .ac-home-video-texts-wrap {
    padding: 0 40px;
  }
  .ac-home-video-section .ac-home-video-texts-wrap .typewrite {
    display: inline;
  }
  .ac-home-video-section .ac-home-video-texts-wrap .typewrite > .wrap {
    font-size: 44px;
  }
  .ac-home-video-section .ac-home-video-texts-wrap .ac-home-video-text {
    font-size: 27px;
  }
  .ac-home-video-section .ac-home-video-texts-wrap .ac-home-video-subtext {
    font-size: 16px;
  }
  .ac-home-video-section .ac-home-video-texts-wrap .ac-home-video-btn {
    font-size: 16px;
  }

  .ac-home-about-section {
    padding: 16px 0;
  }
  .ac-home-about-section .ac-home-about-wrap {
    flex-direction: column;
    grid-gap: 10px;
  }
  .ac-home-about-section .ac-home-about-wrap .ac-home-about-title-block {
    max-width: initial;
  }
  .ac-home-about-section .ac-home-about-wrap .ac-home-about-image-block {
    max-width: initial;
    min-width: initial;
    text-align: right;
  }
  .ac-home-about-section .ac-home-about-wrap .ac-home-about-image-block img {
    max-width: 76%;
  }
  .ac-home-about-section .ac-home-about-wrap .ac-home-about-text-block {
    max-width: initial;
  }

  .ac-home-team-section {
    padding-top: 16px;
  }
  .ac-home-team-section .ac-home-team-wrap {
    grid-gap: 16px;
    flex-direction: column;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider {
    margin: 0;
    grid-gap: 16px;
    justify-content: space-around;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl {
    min-height: 78px;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl .name {
    font-size: 16px;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl .certifications,
.ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider dl .position {
    font-size: 16px;
  }
  .ac-home-team-section .ac-home-team-wrap .ac-home-team-content {
    width: 100%;
    max-width: initial;
  }

  .ac-home-services-section {
    padding: 40px 0;
  }
  .ac-home-services-section .ac-home-services-wrap {
    display: block;
  }
  .ac-home-services-section .ac-home-services-wrap .heading-1 {
    margin-top: 0;
  }
  .ac-home-services-section .ac-home-services-wrap .service-list ul {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .ac-home-services-section .ac-home-services-wrap .service-list li {
    padding: 10px;
    grid-gap: 15px;
  }

  .ac-home-process-section .ac-home-process-wrap {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .ac-home-resources-section {
    padding: 40px 0;
  }
  .ac-home-resources-section .ac-home-resources-wrap {
    display: block;
  }
  .ac-home-resources-section .resource-item {
    aspect-ratio: 1/1;
  }

  .ac-posts-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }

  .ac-default-page {
    padding: 20px 0 60px;
  }
  .ac-default-page .ac-default-page-header {
    flex-direction: column;
    grid-gap: 20px;
    margin: 0 auto 20px;
  }
  .ac-default-page .ac-default-page-header .ac-default-short-description {
    font-size: 18px;
  }
  .ac-default-page .ac-default-page-header h1 {
    font-size: 22px;
    min-width: initial;
  }
  .ac-default-page .wysiwyg-content p {
    font-size: 18px;
    margin: 0 0 30px 0;
  }

  .ac-youtube-page article .ac-default-page-header h1 {
    font-size: 22px;
  }
  .ac-youtube-page .buttons-wrap {
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto;
  }
  .ac-youtube-page .buttons-wrap .ac-btn {
    padding: 15px;
  }
  .ac-youtube-page .ac-videos {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 40px;
  }
  .ac-youtube-page .ac-videos .ac-video-item:first-child {
    grid-area: initial;
  }

  .ac-team-page .ac-team-members-wrap {
    grid-gap: 80px;
  }
  .ac-team-page .ac-team-members-wrap .team-member dl .name {
    font-size: 20px;
  }

  .ac-faq-page {
    padding: 20px 0 60px;
  }
  .ac-faq-page .ac-faq-content-wrap {
    grid-gap: 20px;
    flex-direction: column;
  }
  .ac-faq-page .ac-faq-content-wrap h1 {
    font-size: 22px;
  }
  .ac-faq-page .ac-faq-content-wrap .faq-content {
    font-size: 18px;
  }
  .ac-faq-page .faqs-tabs {
    grid-gap: 20px;
    margin-top: 30px;
  }
  .ac-faq-page .faqs-tabs .faq-tab-item {
    padding: 20px 15px;
  }
  .ac-faq-page .faqs-tabs .faq-tab-item .faq-tab-title {
    font-size: 20px;
  }
  .ac-faq-page .faqs-panels {
    margin: 30px auto 0;
  }
  .ac-faq-page .faqs-panels .faq-item {
    margin-bottom: 20px;
  }
  .ac-faq-page .faqs-panels .faq-item.opened {
    padding-bottom: 24px;
  }
  .ac-faq-page .faqs-panels .faq-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .ac-faq-page .faqs-panels .faq-text {
    font-size: 18px;
  }
  .ac-faq-page .faq-contact-section {
    margin-top: 50px;
  }
  .ac-faq-page .faq-contact-section h2 {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
  .ac-faq-page .faq-contact-section p {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  footer.footer {
    padding-top: 30px;
  }
  footer.footer .footer-wrap {
    grid-template-columns: 1fr 1fr;
  }
  footer.footer .mailchimp p {
    margin: 16px 0;
  }

  .page-template-page-category .hero {
    height: 400px;
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  .page-template-page-category .hero .hero-content {
    margin-top: 70px;
  }
  .page-template-page-category .hero .hero-content h2 {
    font-size: 2em;
    width: 100%;
  }
  .page-template-page-category .hero .hero-content p, .page-template-page-category .hero .hero-content .btn {
    font-size: 1em;
  }
  .page-template-page-category .hero .hero-content p {
    width: 100%;
  }
  .page-template-page-category .hero .hero-content .btn {
    padding: 5px 30px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
     footer.footer .footer-copyright {
       padding-bottom: 40px !important; 
    }
  .ac-home-resources-section .resource-list {
    grid-template-columns: 1fr;
    max-width: 250px;
    margin: 0 auto;
  }

  .ac-home-team-section .ac-home-team-wrap .ac-home-team-slider-wrap #team-slider .team-member {
    margin-bottom: 20px;
  }

  .ac-home-process-section .ac-home-process-wrap .process-steps {
    grid-gap: 14px;
    grid-template-columns: 1fr;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item {
    display: grid;
    grid-template-columns: 42px auto;
    grid-gap: 5px 12px;
    max-width: initial;
    margin: 0 !important;
    height: 90px;
    overflow: hidden;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:nth-child(4) {
    order: initial;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item.active {
    height: 100%;
    transition: height 0.3s ease-out;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item.active .step {
    background: #F16240;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item.active .step-text:after {
    display: none;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 50px;
    left: 20px;
    border-left: 1px dashed #ABABAB;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: 3px;
    left: 16px;
    border-left: 2px solid #ABABAB;
    border-bottom: 2px solid #ABABAB;
    transform: rotate(-45deg);
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-item .step-item-arrow {
    display: none;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: -20px;
    background: #012169;
    position: relative;
    z-index: 2;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-title {
    font-size: 22px;
    grid-area: 1/2/1/2;
    text-align: left;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-text {
    font-size: 20px;
    grid-area: 2/2/2/2;
    text-align: left;
    position: relative;
    max-height: 100%;
    overflow: hidden;
  }
  .ac-home-process-section .ac-home-process-wrap .process-steps .step-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.3) 100%);
  }

  .ac-blog-categories-list {
    justify-content: flex-start;
    margin: 30px 0 0 0;
    grid-gap: 12px;
    flex-wrap: wrap;
  }
  .ac-blog-categories-list li.cat-item-all.current-cat a {
    min-width: 116px;
    padding: 8px;
  }
  .ac-blog-categories-list li {
    padding: 6px 8px;
  }
  .ac-blog-categories-list li a {
    font-size: 16px;
  }
  .ac-blog-categories-list li.current-cat {
    padding: 6px 16px;
  }

  .ac-blog-page .ac-search-form-wrap {
    display: block;
  }

  .ac-featured-post {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
  .ac-featured-post .ac-featured-post-content-wrap {
    padding: 0;
  }
  .ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content {
    margin-left: 0;
    padding: 18px 18px 27px;
    width: 100%;
  }
  .ac-featured-post .ac-featured-post-content-wrap .ac-featured-post-content .title {
    font-size: 20px;
  }

  .ac-posts-list {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .ac-posts-list .title {
    font-size: 20px;
    min-height: 56px;
  }

  .ac-single-post {
    padding: 20px 0 60px;
  }
  .ac-single-post .ac-post-title {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 20px 0;
  }
  .ac-single-post .ac-share-section {
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
  }
  .ac-single-post .related-posts {
    padding: 65px 0 0 0;
  }
  .ac-single-post .related-posts .related-posts-title {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .ac-single-post .related-posts .ac-posts-list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .ac-youtube-page .ac-videos {
    grid-template-columns: 1fr;
  }

  .services-section .service-section-title {
    font-size: 22px;
  }
  .services-section .services-wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 30px;
  }
  .services-section .services-wrap .service-item.empty {
    display: none;
  }
  .services-section .services-wrap .service-item span {
    font-size: 22px;
    min-height: 54px;
  }

  .ac-team-page .ac-team-members-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }

  .ac-team-single {
    padding: 20px 0 60px;
  }
  .ac-team-single .member-header {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .ac-team-single .member-header h1 {
    font-size: 22px;
  }
  .ac-team-single .member-header .position {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .ac-team-single .member-header .member-photo {
    text-align: center;
  }
  .ac-team-single .member-header .member-photo img {
    max-width: 184px;
  }
  .ac-team-single .badges {
    flex-wrap: wrap;
  }
  .ac-team-single .badges img {
    max-width: 80px;
  }
  .ac-team-single .experience h2,
.ac-team-single .recognitions h2,
.ac-team-single .outreach h2 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ac-team-single .experience ul,
.ac-team-single .recognitions ul,
.ac-team-single .outreach ul {
    margin: 0 0 40px 0;
  }
  .ac-team-single .experience ul li,
.ac-team-single .recognitions ul li,
.ac-team-single .outreach ul li {
    font-size: 18px;
    margin: 0 0 16px 0;
    word-break: break-word;
  }
  .ac-team-single .outreach li {
    text-align: center;
  }

  .ac-process-page .ac-container {
    padding: 0 36px;
  }
  .ac-process-page article .ac-default-page-header {
    align-items: flex-start;
  }
  .ac-process-page article .ac-default-page-header h1 {
    font-size: 22px;
  }
  .ac-process-page .ac-steps {
    display: grid;
    grid-gap: 28px;
    margin-top: 30px;
  }
  .ac-process-page .ac-steps .ac-step-item {
    display: block;
    position: relative;
  }
  .ac-process-page .ac-steps .ac-step-item .empty-space {
    display: none;
  }
  .ac-process-page .ac-steps .ac-step-item .step-index {
    position: absolute;
    top: -8px;
    right: -8px;
  }
  .ac-process-page .ac-steps .ac-step-item .step-index:after {
    display: none;
  }
  .ac-process-page .ac-steps .ac-step-item .step-index div {
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0;
    font-size: 20px;
  }
  .ac-process-page .ac-steps .ac-step-item.right .step-index div {
    border-radius: 50% 50% 50% 0;
  }
  .ac-process-page .ac-steps .step-content {
    padding: 32px 24px;
  }
  .ac-process-page .ac-steps .step-content h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .ac-process-page .ac-steps .step-content p {
    font-size: 18px;
  }

  .ac-faq-page .faqs-tabs {
    display: none;
    grid-template-columns: 1fr;
  }
  .ac-faq-page .faqs-panels {
    display: none;
  }
  .ac-faq-page .mobile-faq {
    display: block;
  }
  .ac-faq-page .mobile-faq .faqs-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ac-faq-page .mobile-faq .faqs-tabs .faq-tab-item {
    padding: 40px 15px;
  }
  .ac-faq-page .mobile-faq .faqs-panels {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .ac-faq-page .mobile-faq .faqs-panels .faq-text {
    overflow-x: auto;
  }
  .ac-faq-page .mobile-faq .faqs-panels .faq-text td {
    padding: 8px;
  }

  footer.footer {
    padding-top: 20px;
  }
  footer.footer .footer-wrap {
    grid-template-columns: 1fr;
    max-width: 288px;
    margin: 0 auto;
  }
  footer.footer .footer-logo-block {
    width: 100%;
  }
  footer.footer .footer-copyright {
    font-weight: 400;
    padding: 0 0 16px 0;
  }
}
@media print {
  /* ==========================================================================
  	Print Stylesheet
  	========================================================================== */
  /* Good Defaults */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1.5cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }

  /* Custom Styles */
  footer .copyright, footer .copyright p {
    margin: 0;
  }

  footer {
    margin-top: 0;
  }

  header a:after {
    content: none;
  }

  #main-content {
    width: 100%;
  }

  .give-back,
header form,
footer img,
#hero,
#slider,
.side,
#tribe-events-bar {
    display: none;
  }

  dl.faq dd {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */
