/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
// 0 - Bootstrap variables and mixins
 1.0 - Reset
 2.0 - Typography
 3.0 - Elements
 4.0 - Utilities
 5.0 - Main
	5.1 - Structure
 6.0 - Navigation
	6.1 - Top Menu
	6.2 - Main Menu
	6.3 - Sub header Menu
	6.4 - Footer Menu
 7.0 - Header
 8.0 - Content
	8.1 - Structure
	8.2 - Featured area
	8.3 - Post & Pages
	8.4 - Error page
	8.5 - Navigation
	8.6 - Comments
	8.7 - Elements
	8.8 - Breadcrumbs
 9.0 - Media
	9.1 - Galleries
10.0 - Page/Post Layouts
11.0 - Sidebar
12.0 - Widgets
13.0 - Footer
	13.1 - Footer Widgets
	13.2 - Social icons
	13.3 - Copyright & Powered
14.0 - Extras (alignment)
15.0 - Accessibility
16.0 - Plugin specific styles
	16.1 - WooCommerce
	16.2 - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 1.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  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;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
}
a:hover{
  color: #2a6496;
}


figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
 2.0 - Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Typography
*/
/* HEADINGS ===================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/* BODY TEXT ===================*/
p {
  margin: 0 0 10px;
}

/* EMPHASIS ===================*/
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* LISTS ===================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* DESCRIPTION LISTS ===================*/
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* MISC ===================*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/*--------------------------------------------------------------
 3.0 - Elements
--------------------------------------------------------------*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

select,
textarea,
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="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #999999;
}
select[disabled], select[readonly], fieldset[disabled] select,
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea,
input[type="text"][disabled],
input[type="text"][readonly], fieldset[disabled]
input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea {
  height: 200px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle,
input[type="reset"]:active,
input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle,
input[type="button"]:active,
input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
  background-image: none;
}
input[type="submit"].disabled, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"].disabled.active, input[type="submit"][disabled], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:active, input[type="submit"][disabled].active, fieldset[disabled] input[type="submit"], fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] input[type="submit"]:active, fieldset[disabled] input[type="submit"].active,
input[type="reset"].disabled,
input[type="reset"].disabled:hover,
input[type="reset"].disabled:focus,
input[type="reset"].disabled:active,
input[type="reset"].disabled.active,
input[type="reset"][disabled],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:active,
input[type="reset"][disabled].active, fieldset[disabled]
input[type="reset"], fieldset[disabled]
input[type="reset"]:hover, fieldset[disabled]
input[type="reset"]:focus, fieldset[disabled]
input[type="reset"]:active, fieldset[disabled]
input[type="reset"].active,
input[type="button"].disabled,
input[type="button"].disabled:hover,
input[type="button"].disabled:focus,
input[type="button"].disabled:active,
input[type="button"].disabled.active,
input[type="button"][disabled],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:active,
input[type="button"][disabled].active, fieldset[disabled]
input[type="button"], fieldset[disabled]
input[type="button"]:hover, fieldset[disabled]
input[type="button"]:focus, fieldset[disabled]
input[type="button"]:active, fieldset[disabled]
input[type="button"].active {
  background-color: #428bca;
  border-color: #357ebd;
}
input[type="submit"] .badge,
input[type="reset"] .badge,
input[type="button"] .badge {
  color: #428bca;
  background-color: #fff;
}
input[type="submit"]:focus, input[type="submit"]:active:focus, input[type="submit"].active:focus,
input[type="reset"]:focus,
input[type="reset"]:active:focus,
input[type="reset"].active:focus,
input[type="button"]:focus,
input[type="button"]:active:focus,
input[type="button"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  color: #e6e6e6;
  text-decoration: none;
}
input[type="submit"]:active, input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"], .post-password-form
input[type="reset"], .post-password-form
input[type="button"] {
  vertical-align: bottom;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
 5.0 Main
--------------------------------------------------------------*/
body {
  word-wrap: break-word;
  background: #fff;
}

li {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
 5.1 Structure
--------------------------------------------------------------*/
.container, .content-area, #featured-area, .home-widgets {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*
  @media (min-width: $screen-sm-min) {
  	width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
  	width: $container-md;
  }
  */
}
.container:before, .content-area:before, #featured-area:before, .home-widgets:before, #footer #footer-wrapper:before, .container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
  content: " ";
  display: table;
}
.container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
  clear: both;
}

.container-full-width,
.home-widgets {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
 6.0 Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 6.1 Top Menu
--------------------------------------------------------------*/
#top-menu-container {
  padding: 5px 0;
  background-color: #333333;
}
#top-menu-container .top-menu {
  float: right;
  margin: 0;
  padding: 0;
}
#top-menu-container .top-menu li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
#top-menu-container .top-menu li:after {
  content: '|';
  color: #999999;
  font-weight: 100;
  margin-left: 10px;
}
#top-menu-container .top-menu li:last-child:after {
  margin-left: 0;
  content: '';
}
#top-menu-container .top-menu li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 0.8em;
}
#top-menu-container .top-menu li a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/
#main-menu {
  position: relative;
}


#mobile-current-item {
  position: absolute;
  top: 10px;
  padding-left: 10px;
  color: #eeeeee;
}
@media (min-width: 992px) {
  #mobile-current-item {
    display: none;
  }
}

#main-menu-container {
  background-color: #333333;
}

#main-navigation:before, #main-navigation:after {
  content: " ";
  display: table;
}
#main-navigation:after {
  clear: both;
}
#main-navigation.menu-open ul {
  display: block;
}
#main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#main-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
	position: relative;
}
#main-navigation ul li a {
  color: #eeeeee;
  text-decoration: none;
  line-height: 3em;
}
#main-navigation ul li a:hover {
  color: #999999;
}

@media (min-width: 1199px) {
  #main-navigation ul {
    display: block;
  }
  #main-navigation .main-nav ul {
    padding: 0;
  }
  #main-navigation .main-nav ul:before, #main-navigation .main-nav ul:after {
    content: " ";
    display: table;
  }
  #main-navigation .main-nav ul:after {
    clear: both;
  }
  #main-navigation .main-nav ul li:hover > ul {
    
	  opacity: 1;
  }
  #main-navigation .main-nav ul li li:hover > ul {
    left: 100%;
    top: 0;
  }
  #main-navigation .main-nav ul li a {
    margin: 0;
    color: #eeeeee;
  }
  #main-navigation .main-nav ul li a:hover {
    text-decoration: none;
    color: #999999;
  }
  #main-navigation .main-nav ul li ul {
    opacity: 0;
  }
  #main-navigation .main-nav ul li ul li {
    float: none;
  }
  #main-navigation .main-nav .menu li li a::before {
    content: '';
    position: relative;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
 6.3 Subheader Menu
--------------------------------------------------------------*/
#sub-menu-container {
  background-color: #999999;
}

#sub-navigation:before, #sub-navigation:after {
  content: " ";
  display: table;
}
#sub-navigation:after {
  clear: both;
}
#sub-navigation.menu-open ul {
  display: block;
}
#sub-navigation ul {
  display: none;
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#sub-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sub-navigation ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 3em;
}
#sub-navigation ul li a:hover {
  color: #fff;
}
#sub-navigation > ul {
  padding-top: 35px;
}
@media (min-width: 992px) {
  #sub-navigation ul {
    display: block;
  }
  #sub-navigation ul {
    padding: 0;
  }
  #sub-navigation ul:before, #sub-navigation ul:after {
    content: " ";
    display: table;
  }
  #sub-navigation ul:after {
    clear: both;
  }
  #sub-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
  }
  #sub-navigation ul li:hover ul {
    display: block;
  }
  #sub-navigation ul li li:hover > ul {
    left: 100%;
    top: 0;
  }
  #sub-navigation ul li a {
    margin: 13px;
    color: #fff;
  }
  #sub-navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
  }
  #sub-navigation ul li > ul {
    position: absolute;
    z-index: 999;
    width: auto;
    min-width: 200px;
    padding: 0;
    background-color: #999999;
  }
  #sub-navigation ul li ul {
    display: none;
  }
  #sub-navigation ul li ul li {
    float: none;
  }
  #sub-navigation ul li ul li a {
    line-height: 2.5em;
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------
 6.4 Footer Menu
--------------------------------------------------------------*/
#footer-menu-container .footer-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #footer-menu-container .footer-menu {
    float: left;
  }
}
#footer-menu-container .footer-menu li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
#footer-menu-container .footer-menu li:after {
  content: '|';
  color: #999999;
  font-weight: 100;
  margin-left: 10px;
}
#footer-menu-container .footer-menu li:last-child:after {
  margin-left: 0;
  content: '';
}
#footer-menu-container .footer-menu li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 0.8em;
}
#footer-menu-container .footer-menu li a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
 7.0 - Header
--------------------------------------------------------------*/
#header {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* .header-row {
  margin-left: -15px;
  margin-right: -15px;
} */
.header-row:before, .header-row:after {
  content: " ";
  display: table;
}
.header-row:after {
  clear: both;
}

#site-branding {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #site-branding {
    float: left;
    width: 66.66667%;
  }
}
#site-branding .site-name a {
  color: #333333;
}
#site-branding .site-description {
  font-size: 20px;
	margin-bottom: 0.3em;
}
#site-branding .site-name {
	font-size: 36px;
    margin-top: 0.4em;
    margin-bottom: 0.3em;
}

#secondary-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 992px) {
  #secondary-header {
    float: left;
    width: 33.33333%;
  }
}

/*--------------------------------------------------------------
 8.0 - Structure
--------------------------------------------------------------*/
.content-area {
  padding: 15px;
  background: #fff;
}
.content-area:before, .content-area:after {
  content: " ";
  display: table;
}
.content-area:after {
  clear: both;
}
.front-page .content-area {
  width: 100%;
  padding: 0;
  background: #0079C0;
  margin: 0;
  color: #fff;
}

main:before, main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}

/*--------------------------------------------------------------
 8.2 - Featured area
--------------------------------------------------------------*/
main #featured-content, main #featured-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 0;
}
@media (min-width: 992px) {
  main #featured-content, main #featured-image {
    float: left;
    width: 50%;
  }
  #full-width #featured-content, #full-width #featured-image{
  	float: none;
  	width: 100%;
  }
  #full-width .featured-text{
  	padding: 0px 40px;
  }
  #callout_content main #featured-content {
   float: left;
   width: 65%;
 }
 #callout_content main #featured-image
 {
   float: left;
   width: 34%;
 }
}
@media (min-width: 992px) {
  main #featured-content, main #featured-image {
    padding: 40px 30px;
  }
}
main #featured-content h1, main #featured-image h1, main #featured-content h2, main #featured-image h2, main #featured-content p, main #featured-image p {
  text-align: center;
}
main #featured-content .call-to-action, main #featured-image .call-to-action {
  padding: 15px 0;
  text-align: center;
  margin-top: 30px;
}
#full-width #featured-image
#full-width #featured-content .call-to-action, #full-width #featured-image .call-to-action {
	margin-top: 10px;
}
#full-width #featured-image { padding-top: 0px;}
main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button {
  color: #fff;
  background-color: #0D4C82;
  border-color: #0b3e6b;
  padding: 15px 35px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 0;
}
main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover, main #featured-content .call-to-action .cta-button:focus, main #featured-image .call-to-action .cta-button:focus, main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
  color: #fff;
  background-color: #083154;
  border-color: #051e33;
}
main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
  background-image: none;
}
main #featured-content .call-to-action .cta-button.disabled, main #featured-image .call-to-action .cta-button.disabled, main #featured-content .call-to-action .cta-button.disabled:hover, main #featured-image .call-to-action .cta-button.disabled:hover, main #featured-content .call-to-action .cta-button.disabled:focus, main #featured-image .call-to-action .cta-button.disabled:focus, main #featured-content .call-to-action .cta-button.disabled:active, main #featured-image .call-to-action .cta-button.disabled:active, main #featured-content .call-to-action .cta-button.disabled.active, main #featured-image .call-to-action .cta-button.disabled.active, main #featured-content .call-to-action .cta-button[disabled], main #featured-image .call-to-action .cta-button[disabled], main #featured-content .call-to-action .cta-button[disabled]:hover, main #featured-image .call-to-action .cta-button[disabled]:hover, main #featured-content .call-to-action .cta-button[disabled]:focus, main #featured-image .call-to-action .cta-button[disabled]:focus, main #featured-content .call-to-action .cta-button[disabled]:active, main #featured-image .call-to-action .cta-button[disabled]:active, main #featured-content .call-to-action .cta-button[disabled].active, main #featured-image .call-to-action .cta-button[disabled].active, fieldset[disabled] main #featured-content .call-to-action .cta-button, fieldset[disabled] main #featured-image .call-to-action .cta-button, fieldset[disabled] main #featured-content .call-to-action .cta-button:hover, fieldset[disabled] main #featured-image .call-to-action .cta-button:hover, fieldset[disabled] main #featured-content .call-to-action .cta-button:focus, fieldset[disabled] main #featured-image .call-to-action .cta-button:focus, fieldset[disabled] main #featured-content .call-to-action .cta-button:active, fieldset[disabled] main #featured-image .call-to-action .cta-button:active, fieldset[disabled] main #featured-content .call-to-action .cta-button.active, fieldset[disabled] main #featured-image .call-to-action .cta-button.active {
  background-color: #0D4C82;
  border-color: #0b3e6b;
}
main #featured-content .call-to-action .cta-button .badge, main #featured-image .call-to-action .cta-button .badge {
  color: #0D4C82;
  background-color: #fff;
}
main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover {
  text-decoration: none;
}

.home-widget {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .home-widget {
    float: left;
    width: 33.33333%;
  }
}
.home-widget .widget-wrapper .widget-title-home {
  text-align: center;
  margin-top: 0;
}

/*--------------------------------------------------------------
 8.3 - Post & Pages
--------------------------------------------------------------*/
#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #main {
    float: left;
    width: 66.66667%;
  }
}

#main article {
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
#main article:before, #main article:after {
  content: " ";
  display: table;
}
#main article:after {
  clear: both;
}
#main article:last-child {
  border-bottom: none;
}

.single #main article {
  border-bottom: none;
}

.entry-header {
  margin-bottom: 20px;
}

.entry-thumbnail {
  margin-bottom: 20px;
}

.page-feature-image {
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
 8.4 - Error Page
--------------------------------------------------------------*/
#main.error-page {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #main.error-page {
    float: left;
    width: 100%;
  }
}

/*--------------------------------------------------------------
 8.5 - Navigation
--------------------------------------------------------------*/
.site-main [class*="navigation"] {
  overflow: hidden;
}

.navigation {
  margin-top: 20px;
}
.navigation .nav-previous {
  float: left;
  width: 50%;
}
.navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/*--------------------------------------------------------------
 8.6 - Comments
--------------------------------------------------------------*/
.comment-content {
  clear: both;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-body {
  padding: 10px;
}
.comment-body .comment-meta {
  text-align: left;
}
.comment-body .comment-meta a {
  font-size: 11px;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}
.commentlist li.alt > article {
  background: #f9f9f9;
}
.commentlist .children {
  list-style: none;
}
.commentlist .avatar {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
 8.7 - Elements
--------------------------------------------------------------*/
blockquote cite {
  display: block;
  text-align: right;
}

/*--------------------------------------------------------------
 8.8 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-list {
	line-height: 2em;
}

article .post-data {
  margin-top: 35px;
}
article .post-data .tags-links {
  float: left;
}
article .post-data .entry-meta {
  float: right;
}

/*--------------------------------------------------------------
 9.0 - Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #cccccc;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
  margin: 1.2% auto 0;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
 9.1 - Gallery
--------------------------------------------------------------*/
.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-2 .gallery-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
  position: relative;
  float: left;
  width: 14.28571%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
  position: relative;
  float: left;
  width: 11.11111%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
10.0 - Page/Post Layouts
--------------------------------------------------------------*/
main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  main#main {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .sidebar-content-page main#main {
    left: 33.33333%;
  }
}
.content-sidebar-half-page main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-sidebar-half-page main#main {
    float: left;
    width: 50%;
  }
}
.sidebar-content-half-page main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sidebar-content-half-page main#main {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sidebar-content-half-page main#main {
    left: 50%;
  }
}
.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
    float: left;
    width: 100%;
  }
}
main#main.sitemap .sitemap-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
main#main.sitemap .sitemap-widgets:before, main#main.sitemap .sitemap-widgets:after {
  content: " ";
  display: table;
}
main#main.sitemap .sitemap-widgets:after {
  clear: both;
}

.page-template-page-templateslanding-page-php #top-menu-container,
.page-template-page-templateslanding-page-php #main-menu-container,
.page-template-page-templateslanding-page-php #sub-menu-container,
.page-template-page-templateslanding-page-php #footer-menu-container {
  display: none;
}

/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/
.default-sidebar, .gallery-sidebar, .right-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .default-sidebar, .gallery-sidebar, .right-sidebar {
    float: left;
    width: 33.33333%;
  }
}

#colophon-widget {
  margin-left: -15px;
  margin-right: -15px;
}
#colophon-widget:before, #colophon-widget:after {
  content: " ";
  display: table;
}
#colophon-widget:after {
  clear: both;
}

.colophon-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .colophon-widget {
    float: left;
    width: 100%;
  }
}

.home-widgets {
  margin-top: 40px;
}

.left-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .left-sidebar {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .left-sidebar {
    right: 66.66667%;
  }
}

.left-half-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .left-half-sidebar {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .left-half-sidebar {
    right: 50%;
  }
}

.right-half-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .right-half-sidebar {
    float: left;
    width: 50%;
  }
}

/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
#widgets, main#main.sitemap .sitemap-widgets {
  margin-bottom: 20px;
}
#widgets:before, main#main.sitemap .sitemap-widgets:before, #widgets:after, main#main.sitemap .sitemap-widgets:after {
  content: " ";
  display: table;
}
#widgets:after, main#main.sitemap .sitemap-widgets:after {
  clear: both;
}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
}
#widgets ul, main#main.sitemap .sitemap-widgets ul {
  padding-left: 5px;
}
#widgets ul li, main#main.sitemap .sitemap-widgets ul li {
  list-style: none;
}

.widget-wrapper {
  padding: 15px;
}

.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead tr th {
  padding-bottom: 10px;
  text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
  border-bottom: 1px solid #555555;
}
.widget_calendar #wp-calendar tbody tr:last-child {
  border-bottom: none;
}
.widget_calendar #wp-calendar tbody tr td {
  text-align: center;
  padding: 5px;
}
.widget_calendar #wp-calendar tfoot tr td {
  padding-top: 10px;
}

.sitemap .sitemap-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sitemap .sitemap-widget {
    float: left;
    width: 33.33333%;
  }
}

.widget_search {
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 1200px) {
  .widget_search {
    text-align: left;
  }
}

.search-form {
  position: relative;
}
.search-form .search-field {
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form .search-submit {
  position: relative;
  height: 34px;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/
#footer-widgets-container {
  margin-left: -15px;
  margin-right: -15px;
}
#footer-widgets-container:before, #footer-widgets-container:after {
  content: " ";
  display: table;
}
#footer-widgets-container:after {
  clear: both;
}

#footer-widget {
  margin-bottom: 20px;
}
#footer-widget:before, #footer-widget:after {
  content: " ";
  display: table;
}
#footer-widget:after {
  clear: both;
}
#footer-widget .footer-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #footer-widget .footer-widget {
    float: left;
    width: 33.33333%;
  }
  #footer-widget .footer-widget-2col {
    width: 50%;
  }
  #footer-widget .footer-widget-1col {
    width: 100%;
  }
}
#footer-widget .footer-widget .widget-title {
  color: #999999;
}
#footer-widget .footer-widget ul {
  padding: 0;
}
#footer-widget .footer-widget ul li {
  list-style: none;
}

/*--------------------------------------------------------------
13.2 - Social icons
--------------------------------------------------------------*/
#menu-social-container {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #555555;
}
#menu-social-container:before, #menu-social-container:after {
  content: " ";
  display: table;
}
#menu-social-container:after {
  clear: both;
}

#footer-menu-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-menu-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-menu-container {
    float: left;
    width: 58.33333%;
  }
}

#social-icons-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #social-icons-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #social-icons-container {
    float: left;
    width: 41.66667%;
  }
}

.social-icons {
  padding: 0;
}
@media (min-width: 992px) {
  .social-icons {
    float: right;
  }
}
.social-icons li {
  display: inline-block;
  height: 24px;
  width: 24px;
  list-style: none;
  margin-left: 5px;
}
.social-icons li a {
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 1.2em;
}
.social-icons li a:hover {
  opacity: 0.8;
}
.social-icons li.facebook-icon a:before {
  content: "\f09a";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.foursquare-icon a:before {
  content: "\f180";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.googleplus-icon a:before {
  content: "\f0d5";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.instagram-icon a:before {
  content: "\f16d";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.linkedin-icon a:before {
  content: "\f0e1";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.pinterest-icon a:before {
  content: "\f0d2";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.rss-icon a:before {
  content: "\f09e";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.stumbleupon-icon a:before {
  content: "\f1a4";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.twitter-icon a:before {
  content: "\f099";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.vimeo-icon a:before {
  content: "\f194";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.youtube-icon a:before {
  content: "\f167";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
13.3 - Copyright & Powered
--------------------------------------------------------------*/
#footer-base .scroll-top {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-base .scroll-top {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-base .scroll-top {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .scroll-top {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .scroll-top {
    right: 33.33333%;
  }
}

#footer-base .powered {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #footer-base .powered {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-base .powered {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .powered {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .powered {
    left: 33.33333%;
  }
}

/*--------------------------------------------------------------
14.0 - Extras
--------------------------------------------------------------*/
/* ALIGNMENT ===================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
15.0 - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  z-index: 100000;
  /* Above WP toolbar */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #428bca;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.accessibile-label {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

/*--------------------------------------------------------------
16.0 - Plugin specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.2 - Jetpack
--------------------------------------------------------------*/
/*
 *Infinite scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer .container, #infinite-footer .content-area, #infinite-footer #featured-area, #infinite-footer .home-widgets, #infinite-footer #footer #footer-wrapper, #footer #infinite-footer #footer-wrapper {
  width: 1170px;
}

/*   ================= Sticky Header ====================== */

/*================Sticky header option ==================*/
.sticky-header
{
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 200;
	width: 100%;
	background-color: #fff;
	margin: 0 !important;
	opacity:0.9;

	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}
.admin-bar .sticky-header
{
	top:46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .sticky-header {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .sticky-header {
    top: 0;
  }
}


/*Hero Banner Style*/

/*Module Theme Colors*/
.ht_blue_theme{background-color: #082B42;}
.ht_white_theme{background-color: #FFF;}
.ht_grey_theme{background-color: #EEF3F8;}
.ht_light_grey_theme{background-color: #C1CDDA;}
.ht_light_blue_theme{background-color: #9DAFC3;}

/*Blue theme*/
.ht_blue_theme .pre-title,
.ht_blue_theme .hero-content .cms-typ1{color: #EEF3F8;}
.ht_blue_theme .intro-section .hd-type1,
.ht_blue_theme .intro-section .hd-type2,
.ht_blue_theme .intro-sec .hd-type2,
.ht_blue_theme .intro-section .hd-type3,
.ht_blue_theme .intro-section .hd-type4 {color: #fff;}
.hero-banner-sec.ht_blue_theme .hero-img-wrapper::before{
	background: url(../images/banner-before.svg) no-repeat;
}
/*Common Style*/
.hd-type1 {
    font-family: 'Host Grotesk';
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	padding-bottom: 24px;
	margin: 0;
}
.hd-type2 {
    font-family: 'Host Grotesk';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	margin: 0;
}
.hd-type3 {
    font-family: 'Host Grotesk';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	margin: 0;
}
.hd-type4 {
    font-family: 'Host Grotesk';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
	margin: 0;
}
.hd-type5{
	font-family: 'Host Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
	margin: 0;
}
.hd-type6{
	font-family: 'Host Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
	margin: 0;
}
.pre-title{
	font-family: 'Montserrat';
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
	padding-bottom: 8px;
	margin: 0;
	color: #66798D;
}
.ht_white_theme .pre-title,
.ht_grey_theme .pre-title{
	color: #66798D;
}
/*cms-type*/
.cms-typ1{
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	margin: 0;
}
.cms-typ2{
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	margin: 0;
}
.ht_white_theme .cms-typ1,
.ht_grey_theme .cms-typ1,
.ht_white_theme .cms-typ2,
.ht_grey_theme .cms-typ2{
	color: #082B42;
}
/*common-pading*/
.cp-1{
	padding: 128px 64px;
}
/*Resource tag colours*/
.ht_light_grey_theme.ht_tag1{background-color: #9DAFC3;}
.ht_white_theme.ht_tag1{background-color: #F8FAFC; color: #082B42;}
.ht_orange_theme.ht_tag1{background-color: #FF5A37;}
.ht_grey_theme.ht_tag1{background-color: #66798D;}

@media(max-width: 1440px) {
	.hd-type1{
		font-size: 48px;
	}
/* 	.hd-type2{
		font-size: 40px;
	} */
	/*common-padding*/
	.cp-1{
		padding: 112px 64px;
	}
}
@media(max-width: 1199px) {
	.hd-type2{
		font-size: 40px;
	}
}
@media(max-width: 991px) {
	/*Common-Padding*/
	.cp-1{
		padding: 64px 32px;
	}
	.hd-type4{
		font-size: 24px;
		line-height: 130%;
	}
	/*cms-typ*/
	.cms-typ1{
		font-size: 14px;
	}
}
@media(max-width: 767px) {
	.hd-type1{
		font-size: 34px;
	}
	.hd-type2{
		font-size: 34px;
	}	
	.hd-type3{
		font-size: 32px;
		line-height: 130%;
	}
	.hd-type5{
		font-size: 14px;
	}
	.hd-type6{
		font-size: 14px;
	}
	
	/*common-padding*/
	.cp-1{
		padding: 48px 24x;
	}
}
/*common ht_btn2*/
.ht_btn2{
	padding: 13px 24px;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: center;
	background-color: #66798D;
	border-radius: 100px;
	color: #fff;
	line-height: 150%;
	text-decoration: none;
	transition: all .4s ease;
	display: inline-block;
}
.ht_btn2:hover{
	background-color: #fff;
	color: #082B42;
}
.ht_btn3{
	padding: 13px 24px;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: center;
	border-radius: 100px;
	border: 1.5px solid #082B42;
	color: #082B42;
	line-height: 150%;
	text-decoration: none;
	transition: all .4s ease;
	display: inline-block;
}
.ht_btn3:hover{
	background-color: #082B42;
	color: #fff;
}
.ht_blue_theme .hero-content .ht_btn2:hover{
	background-color: #495564;
	color: #fff;
}
.ht_white_theme .hero-content  .ht_btn2:hover,
.ht_grey_theme .hero-content  .ht_btn2:hover{
	background-color: #495564;
	color: #fff;
}
.ht_btn4{
	padding: 13px 24px;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: center;
	border-radius: 100px;
	background: #fff;
	color: #082B42;
	line-height: 150%;
	text-decoration: none;
	transition: all .4s ease;
	display: inline-block;
}
.ht_btn4:hover{
	background-color: #EAF0F5;
	color: #082B42;
}
/*Commn Tags*/
.ht_tag1{
	padding: 4px 8px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	background-color: #FF5A37;
}

/*Hero Slider*/
.hero-banner-sec.cp-1{
	padding: 64px 0px 40px;
}
.hero-banner-sec .hd-type1{
	color: #fff;
}
.ht_white_theme.hero-banner-sec .hd-type1,
.ht_grey_theme.hero-banner-sec .hd-type1{
	color: #082B42;
}
.hero-banner-sec .hero-slider-module{
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
}
.hero-banner-sec .hero-slider-module .hero-content .cms-typ1{
	max-width: 503px;
}
.hero-banner-sec .hero-slider-module .hero-content{
	max-width: 573px;
	z-index: 2;
}
.hero-banner-sec .hero-img-wrapper img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.hero-banner-sec .cms-typ1{
	margin-bottom: 40px;
}
.hero-banner-sec .hero-img-wrapper{
	position: relative;
	z-index: 1;
	max-width: 520px;
	max-height: 520px;
}
.hero-banner-sec .hero-img.full-width .caption-text{
	display: block;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	text-align: end;
}
.hero-banner-sec.ht_grey_theme .hero-img.full-width .caption-text{
	color: #082B42;
}
.hero-banner-sec.ht_blue_theme .hero-img.full-width .caption-text{
	color: #fff;
}
.hero-banner-sec .hero-img-wrapper::before{
	content: '';
	background: url(../images/white-theme-vector.svg) no-repeat;
	position: absolute;
	max-width: 227px;
	max-height: 186px;
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: -165px;
	z-index: -1;
}
.hero-banner-sec .hero-slider-rep {
	padding-bottom: 40px;
}

/*Hero bottom slider*/
.hero-bottom-module .hero-bottom-wrapper{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
}
.hero-bottom-module .hero-bottom-wrapper .cms-typ2{
	color: #fff;
}
.ht_grey_theme .hero-bottom-module .hero-bottom-wrapper .cms-typ2,
.ht_grey_theme .hero-bottom-module .hero-bottom-wrapper .cms-typ2{
	color: #082B42;
}
.hero-bottom-module .hero-bottom-content{
	min-width: 488px;
}
.hero-bottom-module .hero-bottom-wrapper{
	border-top: 1px solid #9DAFC3;
	padding-top: 24px;
	overflow: hidden;
}
.ht_blue_theme.res-casestudy .hero-content .hd-type2{color: #fff;}
.ht_blue_theme .hero-bottom-module .hero-bottom-wrapper .hero-logo-item img{
	filter: invert(1) brightness(2);
}
.hero-bottom-module .hero-bottom-wrapper .hero-logo-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-bottom-module .hero-bottom-wrapper .hero-bottom-content{
/* 	width: 35%; */
}
.hero-bottom-module .hero-logo-item{
	max-width: 140px;
}
.hero-bottom-module .hero-bottom-slider .slick-slide {
    margin: 0 35px;
}
.hero-bottom-module .hero-bottom-slider .slick-list {
    margin: 0 -35px;
}
.hero-bottom-slider{
	overflow: hidden; 
	width: 100%;
}
.ht_grey_theme .hero-bottom-module .hero-bottom-wrapper .cms-typ2,
.ht_white_theme .hero-bottom-module .hero-bottom-wrapper .cms-typ2{
	color: #082B42;
}

/*Counter card section*/
.cards-section .intro-sec{
	padding-bottom: 80px;
}
.cards-section .tab-content{
	margin-top: 80px;
}
.cards-section .hd-type2{
	padding-bottom: 16px;
}
.cards-section .cms-type1{
	max-width: 515px;
}
.cards-section .card-items-wrapper{
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	flex-wrap: wrap;
}
.cards-section .card-items-wrapper.four-column .card-iteam{
	max-width: 304px;
}
.cards-section .card-items-wrapper .card-iteam{
	max-width: 367px;
	min-height: 364px;
	display: flex;
	flex: 1;
	flex-direction: column;
	border-radius: 24px;
	transition: all .4s ease-in-out;
}
.cards-section .card-items-wrapper .card-iteam .counter,
.cards-section .card-items-wrapper .card-iteam .card-title,
.cards-section .card-items-wrapper .card-iteam .card-text{
	color: #fff;
}
.cards-section .card-items-wrapper .card-iteam .card{
	display: flex;
	flex: 1;
	flex-direction: column;
	background-color: #082B42;
	border-radius: 24px;
	padding: 18px 32px 32px;
	border: none;
	position: relative;
}
.cards-section .card-items-wrapper .card-iteam .card::before{
	background: url(../images/banner-beforess.svg) no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 18px;
	right: 52px;
	width: 163px;
	height: 134px;
}
.cards-section .card-items-wrapper .card-iteam .card::after {
    content: '';
    height: 54px;
    width: 54px;
    padding: 11px;
    position: absolute;
    top: 32px;
    right: 32px;
    background: url(../images/compass.png) no-repeat;
    background-size: cover;
}

.cards-section .card-items-wrapper .card-iteam:hover .card::before{
	background: url(../images/vector.svg) no-repeat;
	background-size: cover;
	transition: all .4s ease;
}
.cards-section .card-items-wrapper .card-iteam .card-body{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0;
}
.cards-section .card-items-wrapper .card-iteam .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-right: 1em;
	color: #9DAFC3;
}
.cards-section .card-items-wrapper .card-iteam .card-body .card-title{
	font-family: "Host Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
/* .cards-section .card-items-wrapper .card-iteam .card-body .card-text::after {
    content: ".";
    position: absolute;
    left: 0;
    bottom: 0;
} */
.cards-section .card-items-wrapper .card-iteam:hover .counter{
	display: none;
}
.cards-section .card-items-wrapper .card-iteam .counter{
	font-weight: 700;
	font-size: 90px;
	line-height: 110%;
	letter-spacing: -2px;
	display: flex;
	gap: 5px;
}
.cards-section .ht_btn2:hover{
	color: #fff;
	background-color: #495564;
}
.cards-section .ht_btn2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
	display: inline-block;
	text-transform: capitalize;
	max-width: fit-content;
}
.cards-section .card-iteam:hover .ht_btn2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Slide up card-content on hover */
.cards-section .card-iteam .card-content {
    transition: transform 0.4s ease;
	transform: translatey(50px);
}
.cards-section .card-iteam:hover .card-content {
    transform: translateY(-10px);
}
.cards-section .card-items-wrapper .card-iteam:hover .card-body .card-text{
	-webkit-line-clamp: 3;
	margin-bottom: 16px;
	font-size: 12px;
}
.cards-section .card-items-wrapper .card-iteam:hover .card{
	background-color: #eef3f8;
	transition: all 0.3s ease;
}
.cards-section .card-items-wrapper .card-iteam:hover .card .card-title{
	color: #082B42;
	font-size: 18px;
}
.cards-section .card-items-wrapper .card-iteam:hover .card .card-text{
	color: #66798D;
}
.cards-section .nav-link:focus{
	outline: none;
}
.cards-section .nav-link {
    position: relative;
    transition: all 0.3s ease;
    border-bottom: none;
    padding-bottom: 28px;
	padding-left: 0px;
	padding-right: 0px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    color: #082B42;
	padding-top: 4px;
/* 	min-width: 190px; */
	text-wrap: nowrap;
}
/* .cards-section .nav-link::before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
	background:#0000003d;
	height: 1px;
	z-index: 1;
} */
.cards-section .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
	background:#0000003d;
	height: 5px;
    transition: background-color 0.3s ease;
	/*new*/
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform 0.3s;
}
.cards-section .nav-link:hover::after{
	transform-origin: 0 50%;
	transform: scaleX(1);
	z-index: 2;
	border-radius: 5px;
	background: #FF5A37;
	
}
.cards-section .nav-link.active {
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
	padding-top: 0;
	
}
.cards-section .nav-link.active::after {
/*  background: url(../images/tab-underline.svg) no-repeat; */
	background-color: #FF5A37;
	border-radius: 5px;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
	background-size: cover;
	transform: scaleX(1);
	z-index: 1;
}
.cards-section .card-nav-tabs{
	flex-wrap: nowrap;
	overflow: auto;
	position: relative;
	width: max-content;
	gap: 50px;
	margin-left: 70px;
}
.cards-section .card-nav-tabs::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 7.5px;
    height: 1px;
	background: #0000003d;
}
@media(max-width: 1440px){
	.cards-section .card-nav-tabs{
		margin-left: 0px;
	}
}
@media(max-width: 1440px){
	.cards-section .card-nav-tabs{
		gap: 20px;
	}
}
/*CTA Module*/
.cta-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 40px;
	border-radius: 8px;
	position: relative;
	z-index: 2;
	overflow:hidden;
}
.cta-module .hd-type2{
	color: #fff;
}
.cta-module .ht_blue_theme  .pre-title{
	color: #9DAFC3;
}
.cta-module .ht_blue_theme  .cms-type1{
	color: #fff;
}
.cta-module .hd-type2{
	max-width: 745px;
	padding-bottom: 16px;
}
.cta-module .cms-type1{
	max-width: 637px;
}
.cta-module .ht_grey_theme .hd-type1,
.cta-module .ht_white_theme .hd-type1,
.cta-module .ht_grey_theme .hd-type4,
.cta-module .ht_white_theme .hd-type4,
.cta-module .ht_grey_theme .hd-type3,
.cta-module .ht_white_theme .hd-type3,
.cta-module .ht_grey_theme .hd-type2,
.cta-module .ht_white_theme .hd-type2{
	color: #082B42;
}
.cta-module .cta-wrapper::before{
	content: '';
	position: absolute;
	top: 48px;
	right: 185px;
	height: 239px;
	width: 294px;
	background-size: cover !important;
	background: url(../images/banner-before.svg) no-repeat;
	z-index: -1;
}
.cta-module .ht_grey_theme.cta-wrapper::before,
.cta-module .ht_white_theme.cta-wrapper::before{
	background:  url(../images/cta-vector.svg) no-repeat;
}

/*Testimonial Module*/
.testimonial-item{
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.testimonial-item .post-content{
	max-width: 600px;
}
.testimonial-item .post-content.full-width{
	max-width: 100%;
}
.testimonial-item .author-company-logo img{
	max-width: 120px;
	max-height: 48px;
}
.testimonial-item .pre-title{
	padding-bottom: 16px;
}
.testimonial-item .post-content .hd-type4 p{
	margin-bottom: 24px;
}
.testimonial-item .post-content .author-meta{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0px;
}
.testimonial-item .post-content .hd-type4{
	font-weight: 400;
}
.testimonial-item .featured-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.testimonial-item .featured-image{
	max-width: 520px;
	max-height: 520px;
	min-height: 520px;
	min-width: 520px;
	border-radius: 12px;
}
.testimonial-item .post-content .author-info{
	display: flex;
	align-items:  center;
	padding-bottom: 64px;
}
/* .testimonial-item .post-content .author-info-content{
	border-right: 1px solid rgba(78, 99, 126, 0.25);
	padding-right: 20px;
	margin-right: 20px;
} */
.testimonial-item .author-company-logo{
	border-left: 1px solid rgba(78, 99, 126, 0.25);
	padding-left: 20px;
	margin-left: 20px;
}
.testimonial-item.slick-slide{
	padding: 0 40px;
	margin-bottom: 32px;
	position: relative;
}
.testimonial-slider .slick-list{
	margin: 0 -40px;
}
.testimonial-slider .slick-dots {
    display: inline-flex !important;
    justify-content: left;
    list-style: none; /* ✅ disables browser markers */
    padding: 0;
    margin: 0;
	transition: all .3s ease;
	gap: 4px;
	height: 44px;
	align-items: center;
}
.testimonial-slider .slick-dots button{
	display: none;
}
.testimonial-slider .slick-dots li {
    position: relative; /* Ensures ::before is relative to the li */
    width: 10px;
    height: 10px;
	margin-bottom: 0;
	cursor: pointer;
}
.testimonial-slider .slick-dots li:hover::before{
	 background-color: #082B42;
}
.testimonial-slider .slick-dots li::before {
    content: '';
    position: absolute;
    background-color: #D4DCE5;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 0px;
    left: 2px;
    z-index: 1;
	transition: all .3s ease;
}

.testimonial-slider .slick-dots li.slick-active::before {
    content: '';
    position: absolute;
    background-color: #082B42;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: -2px;
    left: 0;
	transition: all .3s ease;
}
.testimonial-slider .page-numbers.prev:hover,
.testimonial-slider .page-numbers.next:hover{
	background-color: #082B42;
}
.testimonial-slider .page-numbers.prev,
.testimonial-slider .page-numbers.next {
	content: '';
    position: absolute;
    bottom: 0;
    background-color: #EEF3F8;
	border-radius: 4px;
	height: 44px;
	width: 44px;
	padding: 12px;
	transition: all .3s ease;
	cursor: pointer;
}
.testimonial-slider .page-numbers.prev {
    right: 70px;
}
.testimonial-slider .page-numbers.next {
    right: 0;
}
.testimonial-slider .page-numbers.prev:hover::before,
.testimonial-slider .page-numbers.next:hover::before{
	filter: invert(1) brightness(6);
}
.testimonial-slider .page-numbers.prev::before,
.testimonial-slider .page-numbers.next::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
	cursor: pointer;
}

.testimonial-slider .page-numbers.prev::before {
    background-image: url('../images/arrow-prev.svg');
}

.testimonial-slider .page-numbers.next::before {
    background-image: url('../images/arrow-next.svg');
}

/*Featured Module*/
.featured-sec .pre-title{
	padding-bottom: 0;
}
.featured-sec .hd-type2{
	padding-bottom: 16px;
}
.featured-item-wrapper{
	padding-top: 80px;
	padding-bottom: 80px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
	align-items: stretch;
}
.featured-item-wrapper .feature-item {
    display: flex;
    flex-direction: column;
    height: 100%;
	position: relative;
}
.featured-item-wrapper .featured-image img{
	height: 100%;
	width: 100%;
	object-fit:  cover;
	transition: all .8s ease;
}
.featured-item-wrapper .fallback-logo{
	height: 100%;
	width: 100%;
}
.featured-item-wrapper .fallback-logo img{
	width: 100%;
	height: 100% ;
/* 	max-width: 100%; */
	object-fit: contain;
	background-color:  #EEF3F8;
}
.featured-item-wrapper .post-content{
	background: #fff;
	flex-grow: 1;
	padding: 24px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.featured-item-wrapper .post-content .cms-typ2 .read-more{
	display: none;
}
.featured-item-wrapper .cms-typ2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 12px;
}

/* .featured-item-wrapper .hd-type6{
	margin-bottom: 12px;
} */
.featured-item-wrapper .cms-typ2 p{
	margin-bottom: 0px;
}
.featured-item-wrapper .post-content .title-link{
	text-decoration: none;
	color: #082B42;
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
.featured-item-wrapper .post-content .title-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #082B42;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.featured-item-wrapper .post-content .title-link:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.featured-item-wrapper .read-more-cta{
	text-align: end;
}
/*Hover Read More*/
.featured-item-wrapper .featured-image {
    position: relative;
    overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 223px;
}
.featured-item-wrapper .image-overlay {
    position: absolute;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8, 43, 66, 0.45) 0%, rgba(8, 43, 66, 0.45) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.featured-item-wrapper .feature-item:hover .featured-image img {
    transform: scale(1.1);
}

.featured-item-wrapper .hover-button {
    position: absolute;
    bottom: -50px;
    right: 20px;
    transition: bottom 0.3s ease;
    z-index: 2;
}
.featured-item-wrapper .feature-item:hover .image-overlay {
    opacity: 1;
}
.featured-item-wrapper .feature-item:hover .hover-button {
    bottom: 20px;
}
.featured-item-wrapper .feature-item:hover .hover-button {
    bottom: 20px;
}
.featured-item-wrapper .hover-button a.ht_btn3 {
    background-color: #082B42;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.featured-item-wrapper .resource-tags{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}


/*resource archive page*/
.resource-archive .feature-item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px #ededfb;
  transition: all 0.4s ease;
}
.resource-archive .feature-item:hover {
  box-shadow: 0 0px 33px rgb(8 43 66 / 17%);
}
.resource-archive .intro-sec {
	padding-bottom: 80px;
}
.resource-archive .intro-sec.active{
	padding-bottom: 40px;
}
.search-trigger{
	font-size: 14px;
	text-decoration: none;
	color:#082B42;
	position: relative;
	font-weight: 700;
	padding-left: 25px;
	cursor: pointer;
}

/* .resource-archive .featured-item-wrapper {
  padding-top: 48px;
} */
.resource-archive .resource-type-list {
	list-style: none;
	gap: 24px;
	transition: all 0.4s ease;
	padding-left: 0;
}
.resource-archive .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  color: #66798D;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 8px 24px;
  transition: all 0.3s ease;
}
.resource-archive .nav-link:focus,
.resource-archive .nav-link:hover,
.resource-archive .nav-link.active {
  color: #082B42;
/*   font-weight: 700; */
  border-color: #082B42;
}
.resource-archive .nav-link.active,
.resource-archive .nav-link:focus{
	font-weight: 700;
}
.page-numbers.current,
.page-numbers:hover{
	color: #082B42;
}
.page-numbers .pagination-icon svg>path{
	transition: all .4s ease;

}
.page-numbers:hover .pagination-icon svg>path{
	stroke: #082B42;
	
}
.resource-archive .featured-item-wrapper{
	row-gap: 80px;
}
.pagination{
	gap: 6px;
	margin-bottom: 0;
	padding: 10px;
}
.resource-archive .form-select{
	border-color: #C1CDDA;
	border-radius: 8px;
	font-size: 14px;
	line-height: 21px;
	color: #66798D;
	min-height: 48px;
	padding: 12px 16px;
	--bs-form-select-bg-img: none;
	
}
.resource-archive .mobile-dropdown{
	position: relative;
}
.resource-archive .mobile-dropdown::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-size: cover;
	top: 12px;
	right: 16px;
	background: url('../images/chevron-down.svg') no-repeat;
	opacity: 0.4;
}
.resource-archive .form-select:focus{
	box-shadow: none;
	outline:none;
	border-color: #C1CDDA;
}
.page-numbers:focus{
	box-shadow: none;
}
.page-numbers{
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #9DAFC3;
	background: none;
	border: none;
	padding: 0px;
	min-width: 62px;
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: all .3s ease;
}
.search-form-container{
	display: none;
	margin-bottom: 80px;
	position: relative;
}
.search-form .search-submit{
	display: none;
}
.search-sec{
	text-align: right;
}
.search-no-results .search-form-container{
	margin-top: 30px;
}
.search-form-container .search-field:focus,
.search-no-results .search-form .search-field{
	border-color: #C1CDDA;
}
.search-form-container .search-form,
.search-no-results .search-form{
	position: relative;
}
.search-form-container .search-field::placeholder,
.search-no-results .search-form .search-field::placeholder{
	font-weight: normal;
}
.search-form-container .search-field,
.search-no-results .search-form .search-field{
	font-size: 14px;
	border-color: #C1CDDA;
	border-radius: 8px;
	font-size: 18px;
	line-height: 150%;
	color: #082B42;
	min-height: 48px;
	padding: 12px 24px;
	padding-left: 60px;
	min-height: 70px;
	font-weight: 700;
	box-shadow: none;
}
.search-form-container .search-form label::before,
.search-no-results .search-form label::before{
	content: '';
	position: absolute;
	height: 28px;
	width: 28px;
	background: url(../images/search.svg) no-repeat;
	background-size: cover;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.search-icon-wrapper{
	position: relative;
}
.search-trigger:hover,
.search-trigger:focus{
	color: #082B42;
}
.search-form label{
	width: 100%;
}
.search-form-container .search-field:focus{
	border-color: #C1CDDA;
	box-shadow: none;
}
.clear-icon{
	display: none;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: 16px;
	cursor: pointer;
}
.search-trigger::before{
	content:'';
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
	mask-image: url('../images/search.svg');
	mask-repeat:  no-repeat; 
	mask-size: contain;
	height: 16px;
	width: 16px;
	background-color: #082B42;
}
.search-trigger.actiive::before{
	mask-image: url('../images/close.svg');
	top: 50%;
	right: 0;
	left: auto;
	height: 20px;
	width: 20px;
}
.search-trigger.actiive{
	padding-left: 0px;
	padding-right: 25px;
}
.pagination .pagination-icon{
	position: absolute;
	top: 48%;
    transform: translateY(-50%);
}
.pagination .page-numbers{
	position: relative;
}
@media(max-width: 991px){
	.search-form-container .search-field,
	.search-no-results .search-form .search-field{
		padding: 12px 24px;
		padding-left: 45px;
	}
	.search-form-container .search-form label::before,
	.search-no-results .search-form label::before{
		width: 20px;
		height: 20px;
		left: 18px;
	}
}
/*Video Module*/
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.video-wrapper .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-module .video-wrapper{
	max-height: 738px;
	border-radius: 12px;
}

.video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.video-wrapper .video-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-wrapper .play-button {
    position: relative;
    z-index: 3;
}
.video-wrapper .play-button svg{
	width: 74px;
	height: 74px;
}
.video-wrapper .play-button svg>path{
	transition: all .4s ease;
}
.video-wrapper .play-button:hover svg>path{
	fill: #9DAFC3;
}
.video-module .intro-sec{
	padding-bottom: 80px;
}
.video-module .intro-sec .hd-type2{
	padding-bottom: 16px;
}
.video-module.ht_blue_theme .intro-sec .hd-type2,
.video-module.ht_blue_theme .cms-type1{
	color: #fff;
}
.video-module iframe{
	width: 100%;
	height: 100%;
	min-height: 738px;
}
@media(max-width: 991px){
	.video-wrapper .play-button svg{
		width: 60px;
		height: 60px;
	}
}

/*CMS Content Style*/
.cms-content{
	max-width: 900px;
	margin: 0 auto;
}
.cms-content h1{
	font-family: 'Host Grotesk';
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	padding-bottom: 24px;
	margin: 0;
	color: #082B42;
}
.cms-content h2{
	font-family: 'Host Grotesk';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	padding-bottom: 24px;
	margin: 0;
	color: #082B42;
}
.cms-content h3{
	font-family: 'Host Grotesk';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	padding-bottom: 20px;
	margin: 0;
	color: #082B42;
}
.cms-content h4{
	font-family: 'Host Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
	padding-bottom: 16px;
	padding-top: 20px;
	margin: 0;
	color: #082B42;
}
.cms-content h5{
	font-family: 'Host Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
	padding-bottom: 24px;
	margin: 0;
	color: #082B42;
}
.cms-content h6{
	font-family: 'Host Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
	padding-bottom: 24px;
	margin: 0;
	color: #082B42;
}
.cms-content p{
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	margin-bottom: 16px;
	color: #082B42;
}
.cms-content img{
	margin: 48px 0;
	max-height: 440px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.cms-content .wp-caption,
.cms-content .wp-video{
	margin-bottom: 0px;
	border: none;
	width: 100% !important;
	margin: 48px 0;
}
.cms-content  .wp-caption img[class*="wp-image-"]{
	max-width: 100%;
	margin: 0;
}
.cms-content  .wp-caption .wp-caption-text{
	text-align: left;
	font-size: 12px;
	color: #66798D;
	line-height: 150%;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.cms-content  blockquote{
	padding: 0 0 0 20px;
	margin: 36px 0;
}
.cms-content  blockquote p{
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	color: #082B42;
}
.wp-video .mejs-overlay-button{
	background: url(../images/play-btn-orange.svg) no-repeat;
	transition: all .3s ease;
	height: 60px;
	width: 60px;
	border-radius: 8px;
	background-size: contain;
}
.accordion-body .wp-video .mejs-overlay-button{
	width: 74px;
	height: 74px;
}
.wp-video .mejs-overlay-button:hover{
	background: url(../images/play-btn-grey.svg) no-repeat;
	background-size: contain;
}
.wp-video{
	position: relative;
	border-radius: 12px;
}
.wp-video .mejs-overlay:hover>.mejs-overlay-button{
	background-position: unset;
}
.wp-video-shortcode {
    max-height: 440px;
    width: 100% !important;
    border-radius: 12px;
    object-fit: cover;
    overflow: hidden;
}
.wp-video .mejs-controls{
	display: none;
}
.cms-content a{
	font-weight: 700;
	text-decoration: none;
	transition: all .4s ease;
	display: inline-block;
	font-size: 14px;
	position: relative; 
	color: #66798D;
}
.cms-content a:hover{
	color: #FF5A37;
}
.cms-content .addtoany_shortcode a::after{
	display: none;
}
.cms-content .addtoany_shortcode a{
	text-decoration: none;
}
.cms-content a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FF5A37;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.cms-content a:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.cms-content ul{
	list-style: none;
	padding-left: 0;
}
.cms-content ul li{
	position: relative;
	padding-left: 30px;
}
.cms-content ul li::before{
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	/*transform: translateY(-50%);*/
	height: 20px;
	width: 20px;
	background-size: cover !important;
	background: url('../images/tick.svg') no-repeat;
}
.cms-content ul li.cross-icon::before{
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	/* transform: translateY(-50%); */
	height: 19px;
	width: 19px;
	background: url(../images/x-close.svg) no-repeat center;
	background-size: 14px !important;
	border-radius: 100%;
	padding: 0;
	border: 1px solid #082B42;
}
/*Hello Bar Section*/
.hello-bar-sec.ht_blue_theme .hello-bar-content,
.hello-bar-sec.ht_blue_theme .hello-bar-content a{
	color: #fff;
}
.hello-bar-sec.ht_grey_theme{
	background-color: #9DAFC3;
}
.hello-bar-sec.ht_white_theme .hello-bar-content a,
.hello-bar-sec.ht_grey_theme .hello-bar-content a,
.hello-bar-sec.ht_white_theme .hello-bar-content,
.hello-bar-sec.ht_grey_theme .hello-bar-content{
	color: #082B42;
}
.hello-bar-sec .hello-bar-content p{
	margin-bottom: 0px;
	font-weight: 500;
}
.hello-bar-sec .hello-bar-content{
	text-align: center;
	position: relative;
	padding-right: 44px;
	max-width: fit-content;
	margin: 0 auto;
	font-size: 14px;
}
.hello-bar-sec.ht_white_theme .hello-bar-close-icon,
.hello-bar-sec.ht_grey_theme .hello-bar-close-icon{
	background: #082B42;
}
.hello-bar-sec.ht_white_theme .hello-bar-close-icon::before,
.hello-bar-sec.ht_grey_theme .hello-bar-close-icon::before{
	background-color: #fff;
}
.hello-bar-sec .hello-bar-close-icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	height: 20px;
	width: 20px;
	border-radius: 4px;
	right: 0;
	transition: all .4s ease;
}
.hello-bar-sec .hello-bar-close-icon::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../images/close.svg);
	border-radius: 4px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-size: cover;
	background-color: #082B42;
	cursor: pointer;
}
.hello-bar-sec .hello-bar-close-icon:hover{
	background: #9DAFC3;
}
.hello-bar-sec.ht_grey_theme .hello-bar-close-icon:hover{
	background: #fff;
}
.hello-bar-sec.ht_grey_theme .hello-bar-close-icon:hover::before{
	background-color: #082B42;
}
.hello-bar-sec{
	padding: 16px 32px;
	margin: 0 auto;
	border-bottom: 1px solid #EAF0F5;
}
.hello-bar-sec .hello-bar-content a{
	font-weight: normal;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all .4s ease;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: relative; 
	color: #000;
}
.hello-bar-sec .hello-bar-content a:hover{
	color: #FF5A37;
	text-decoration: none;
}
.hello-bar-sec.ht_grey_theme .hello-bar-content a:hover{
	color: #fff;
	text-decoration: none;
}
/* .hello-bar-sec .hello-bar-content a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #FF5A37;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.hello-bar-sec .hello-bar-content a:hover::after{
	transform: scaleX(1);
	transform-origin: left;
} */
.hello-bar-sec.ht_grey_theme .hello-bar-content a::after{
	 background-color: #fff;
}
.hello-bar-sec .hello-bar-content a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #FF5A37;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease 0.1s;
}
.hello-bar-sec .hello-bar-content a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-delay: 0s;
}
/*partnership grid module*/
/* .anchor-tags-module{
	background-color: #C1CDDA;
} */
.anchor-tags-module.ht_grey_theme{
	background-color: #66798D;
}
.anchor-tags-module{
	position: fixed;
	width: 100%;
	bottom: -82px;
	z-index: 3;
	transition: bottom 0.3s ease;
}
.anchor-tag-items{
	display: flex;
	justify-content: right;
	gap: 8px;
	align-items: center;
	padding: 24px 0px;
}

.anchor-tag-items .anchor-wrapper a {
    color: #082B42;
    font-family: "Host Grotesk";
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 100px;
	padding: 8px 16px;
	transition: all .4s ease;
}

.anchor-tags-module.ht_grey_theme .anchor-tag-items .anchor-wrapper a,
.anchor-tags-module.ht_blue_theme .anchor-tag-items .anchor-wrapper a{
	color: #fff;
}

.anchor-tags-module .anchor-tag-items .anchor-wrapper a:hover, 
.anchor-tags-module .anchor-tag-items .anchor-wrapper.active a,
.anchor-tags-module.ht_light_grey_theme .anchor-tag-items .anchor-wrapper.active a{
	background-color: #EAF0F5;
}
.anchor-tags-module .anchor-tag-items .anchor-wrapper a:hover,
.anchor-tags-module .anchor-tag-items .anchor-wrapper.active a{
	background-color: #C1CDDA;
    color: #082B42;
    font-size: 18px;
    font-weight: 700;
}
.anchor-tags-module.ht_light_grey_theme .anchor-tag-items .anchor-wrapper a:hover{
	background-color: #fff;
}

@media(max-width: 1440px) {
	.hero-bottom-module .hero-bottom-slider .slick-slide {
		margin: 0 12px;
	}
	.hero-bottom-module .hero-bottom-slider .slick-list {
		margin: 0 -12px;
	}
	.video-module .intro-sec{
		padding-bottom: 64px;
	}
}
@media(max-width: 1399px){
	.cta-module .cta-wrapper::before{
		right: 80px;
	}
}
@media(max-width: 1280px) {
	.hero-banner-sec .hero-img-wrapper::before{
		left: -140px;
	}
}
@media(max-width: 1199px) {
	.cta-module .hd-type2{
		font-size: 32px;
		max-width: 445px;
	}
	.cta-module .hd-type2{
		max-width: 430px;
	}
	.cta-module .cms-type1{
		max-width: 445px;
		font-size: 14px;
	}
	/*Testimonial Module*/
	.testimonial-item .post-content{
		max-width: 100%;
	}
	.testimonial-item .featured-image{
		display: none;
	}
	.testimonial-item .post-content .author-info{
		padding-bottom: 40px;
	}
	.testimonial-item .author-name.hd-type5{
		font-size: 14px;
	}
}
@media(max-width: 1025px) {
	.hero-banner-sec .hero-slider-module{
		flex-direction: column;
		align-items: flex-start;
	}
	.hero-banner-sec .hero-slider-module .hero-content{
		max-width: 100%;
	}
	.hero-banner-sec .hero-slider-module .hero-content .cms-typ1{
		max-width: 720px;
	}
	.hero-banner-sec .hero-img{
		margin-right: 0;
		margin-left: auto;
	}
	.hero-banner-sec .hero-img-wrapper::before{
		left: -165px;
	}
	.hero-banner-sec .intro-section .hd-type1{	
		padding-bottom: 32px;
	}
	.hero-banner-sec .cms-typ1{
		margin-bottom: 24px;
	}
	.hero-banner-sec .hero-slider-rep {
		padding-bottom: 64px;
	}
}
@media(max-width: 991px) {
	.accordion-body .wp-video .mejs-overlay-button{
		width: 60px;
		height: 60px;
	}
	.featured-item-wrapper .post-content .title-link{
		font-size: 18px;
	}
	.hero-bottom-module .hero-bottom-wrapper{
		gap: 24px;
	}
	.hero-bottom-module .hero-bottom-content{
		min-width: 440px;
	}
	.cards-section .card-items-wrapper{
		justify-content: flex-start;
	}
	.cards-section .card-items-wrapper .card-iteam .counter{
		font-size: 74px;
	}
	.cards-section .card-items-wrapper .card-iteam{
		max-width: 48%;
		min-width: 35%;
		min-height: 330px;
	}
	.cards-section .card-items-wrapper .card-iteam .card-body .card-title{
		font-size: 18px;
	}
	.cards-section .intro-sec{
		padding-bottom: 62px;
	}
	.cards-section .tab-content{
		margin-top: 48px;
	}
	/*CTA MODULE*/
	.cta-module .cta-wrapper::before{
		right: 50px;
	}
	.cta-module  .ht-btn1-outer .ht-btn1{
		text-wrap: nowrap;
	}
	.cta-module  .ht-btn1-outer .arrow-up{
		display: none;
	}
	.cta-wrapper{
		padding: 32px;
	}
	.cards-section .card-nav-tabs{
		overflow: hidden;
		overflow-x: scroll;
	}
	/*Testimonial Module*/
	.testimonial-slider .ht-btn1-outer .arrow-up{
		display: none;
	}
	.testimonial-item .pre-title{
		padding-bottom: 8px;
	}
	/*Featured Section*/
	.featured-item-wrapper{
		grid-template-columns: repeat(2,1fr);
	}
	.featured-item-wrapper{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.featured-item-wrapper .cms-typ2 {
		margin-top: 8px;
	}
	.featured-item-wrapper .featured-image{
		height: 196px;
	}
	/*resource archive page*/
	.resource-archive .featured-item-wrapper{
		row-gap: 40px;
	}
	.resource-archive .intro-sec{
		padding-bottom: 64px;
	}
	.featured-item-wrapper{
		padding-top: 48px;
	}
	.resource-archive .resource-type-list{
		overflow: auto;
	}
	.resource-archive .nav-link{
		font-size: 14px;
		padding: 8px 20px;
		text-wrap-mode: nowrap;
		white-space: nowrap;
	}
	/*Video Module*/
	.video-module iframe{
		min-height: 396px;
	}
	/*Hello bar section*/
	.hello-bar-sec .hello-bar-content p{
		max-width: 616px;	
	}
}
@media(max-width: 767px) {
	.hero-banner-sec.cp-1{
		padding-top: 48px;
		padding-bottom: 24px;
	}
	.hero-banner-sec .hero-img{
		margin-left: 0;
		width: 100%;
	}
	.hero-banner-sec .hero-img-wrapper::before{
		left: auto;
		right: 0;
		top: -95px;
		max-width: 150px;
		max-height: 122px;
		background-size: cover !important;
	}
	.home .hero-banner-sec .hero-img-wrapper::before{
		transform: rotate(90deg);
		top: -35px;
		max-width: 118px;
		max-height: 97px;
	}
	.hero-banner-sec .hero-slider-module{
		row-gap: 64px;
	}
	.hero-banner-sec .hero-slider-module .hero-content .cms-typ1{
		max-width: 570px;
	}
	.hero-banner-sec .intro-section .hd-type1{
		max-width: 500px;
	}
	.hero-banner-sec .intro-section .hd-type1{
		padding-bottom: 24px;
	}
	.hero-banner-sec .hero-slider-rep {
		padding-bottom: 24px;
	}
	.hero-banner-sec .hero-bottom-wrapper{
/* 		flex-direction: column; */
		gap: 16px;
		align-items: flex-start;
	}
	.hero-bottom-module .hero-bottom-content{
		min-width: 290px;
	}
	.hero-bottom-module .hero-bottom-wrapper .hero-bottom-content{
		width: 100%;
	}
	/*Cards section*/
	.cards-section .card-items-wrapper .card-iteam{
		max-width: 48%;
	}
	.cards-section .card-items-wrapper .card-iteam .counter{
		font-size: 64px;
	}
	.cards-section .intro-sec{
		padding-bottom: 48px;
	}
	.cta-module .hd-type2{
		font-size: 28px;
	}
	.cta-module .cms-type1,
	.cta-module .hd-type2{
		max-width: 300px;
	}
	.cta-wrapper{
		padding: 24px;
	}
	.cta-module .cta-wrapper::before{
		right: 0;
		width: 210px;
		height: 170px;
	}
	.testimonial-item.slick-slide{
		padding: 0 32px;
	}
	.testimonial-slider .slick-list{
		margin: 0 -32px;
	}
	.testimonial-slider .page-numbers.prev{
		right: 52px;
	}
	.testimonial-slider .page-numbers{
		min-height: 44px;
		min-width: 44px;
	}
	/*resource search*/
	.search-sec{
		display: none;
	}
	.search-form-container{
		display: block;
	}
	.search-form-container .search-submit{
		display: none;
	}
	.resource-archive .intro-sec{
		padding-bottom: 32px;
	}
	.search-form-container{
		margin-bottom: 0;
	}
	.search-form-container .search-field,
	.search-no-results .search-form .search-field{
		font-size: 14px;
		min-height: 48px;
		margin-bottom: 16px;
	}
	.search-form-container .search-form label::before,
	.search-no-results .search-form label::before{
		top: 39%;
	}
	.clear-icon{
		top: 36%;
	}
	/*Video Module*/
	.video-module .intro-sec{
		padding-bottom: 48px;
	}
	/*cms content style*/
	.cms-content h1{
		font-size: 32px;
	}
	.cms-content h2{
		font-size: 28px;
	}
	.cms-content h3{
		font-size: 22px;
	}
	.cms-content h4,
	.cms-content h5,
	.cms-content h6{
		font-size: 18px;
	}
	.cms-content p{
		font-size: 14px;
	}
	.cms-content blockquote p{
		font-size: 16px;
	}
	/*Partnerhsip grid module*/
	.anchor-tags-module{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.anchor-tags-module{
		display: none;
	}
	.featured-item-wrapper .featured-image{
		height: 187px;
	}
	/*Search Modal*/
	.head-widget-wrapper .hd-type2{
		font-size: 26px;
	}
	.page-numbers{
		min-width: 50px;
		min-height: 50px;
	}
}
@media(max-width: 575px){
	/*Cards section*/
	.hero-banner-sec .hero-bottom-wrapper{
		flex-direction: column;
	}
	.cards-section .card-items-wrapper .card-iteam{
		max-width: 100%;
		min-width: 100%;
		min-height: 310px;
	}
	.cards-section .nav-link {
		padding-bottom: 15px;
		padding-top: 0px;
		min-width: 0;
		font-size: 14px;
	}
	.cards-section .nav-link.active{
		font-size: 14px !important;
	}
	.cards-section .nav-link::after,
	.cards-section .nav-link::before{
		bottom: -1px;
	}
	.cards-section .nav-link:not(.active):hover::after{
		bottom: 0px;
	}
	/*CTA MOdule*/
	.cta-wrapper{
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}
	.cta-module .cta-wrapper::before{
		right: -52px;
		top: auto;
		bottom: -47px;
		width: 179px;
        height: 145px;
	}
	.testimonial-item.slick-slide{
		padding: 0 24px;
	}
	.testimonial-slider .slick-list{
		margin: 0 -24px;
	}
	/*Featured Section*/
	.featured-sec .hd-type2{
		font-size: 28px;
	}
	.featured-item-wrapper{
		grid-template-columns: repeat(1,1fr);
	}
	.featured-item-wrapper{
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.featured-item-wrapper .resource-tags{
		position: static;
		margin-bottom: 8px;
	}
	.featured-item-wrapper .post-content{
		padding: 16px;
	}
	/*Rsouce archive page*/
	.resource-archive .featured-item-wrapper{
		row-gap: 32px;
	}
	/*Video Module*/
	.video-wrapper .play-button svg{
		height: 60px;
		width: 60px;
	}
	.video-module iframe{
		min-height: 186px;
	}
	.hero-banner-sec .hero-slider-module{
		row-gap: 48px;
	}
	/*Hello Bar Sec*/
	.hello-bar-sec{
		padding: 16px 24px;
	}
	.page-numbers{
		min-width: 40px;
		min-height: 40px;
	}
}
@media(max-width: 450px) {
	.cta-module .cta-wrapper::before{
		top: auto;
        bottom: -50px;
        right: -51px;
	}
}