/*
	Theme Name: Templeisraelofhollywood
	Author: Templeisraelofhollywood
	Author URI:
	Version: 1
	Description: Templeisraelofhollywood theme for Wordpress
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: templeisraelofhollywood
	Tags: one-column, two-columns
	Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merienda:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?k4qavb");
  src: url("fonts/icomoon.eot?k4qavb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?k4qavb") format("truetype"), url("fonts/icomoon.woff?k4qavb") format("woff"), url("fonts/icomoon.svg?k4qavb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\e900"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, #header .top-panel .social-links, #nav .navigation, #nav .navigation > li > .drop-holder > ul, #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul, .footer-navigation, .footer-navigation > li ul, .page-navigation .sidebar-links-list, .page-navigation .sidebar-links-list li.page_item_has_children ul.children, .cta-links-section .links-list, .s-page-holder.container .includes-list, .sidebar .widget_nav_menu ul, section.links-list ul, section.posts-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #736c65;
  background: #fafcfe;
  font: 18px/1.666 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1199px) {
    body {
      font-size: 16px; } }
  @media (max-width: 1023px) {
    body {
      font-size: 14px; } }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.666em; }

blockquote {
  border-left: 4px solid #959595;
  padding-left: .5em;
  margin-left: 1.666em; }

th, td {
  border: 1px solid #959595;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #959595;
  padding: 10px 20px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #959595; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #959595; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #959595; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #959595; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #959595; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.666em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-reply-title a {
  margin-left: 10px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #0050a2;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.666em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.666em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.666em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.666em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #0050a2;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.666em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #0050a2;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #959595;
  padding: .4em;
  margin-bottom: 1.666em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.666em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0px; }

.alignright {
  float: right;
  margin: 0px; }

.mejs-container {
  margin-bottom: 1.666em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #959595; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

h2, .h2 {
  font-weight: normal;
  font-size: 27px; 
  line-height: 120%;}
  h2.merienda-heading, .h2.merienda-heading {
    font-weight: 400;
    font-family: "Merienda", cursive;
    letter-spacing: -.05em;
    font-size: 2.77em; }
  h2.custom-heading, .h2.custom-heading {
    font-size: 26px !important;
    line-height: 39px !important; }
    @media (max-width: 1199px) {
      h2.custom-heading, .h2.custom-heading {
        font-size: 23px !important;
        line-height: 35px !important; } }
    @media (max-width: 1023px) {
      h2.custom-heading, .h2.custom-heading {
        font-size: 20px !important;
        line-height: 30px !important; } }

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #0050a2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

#header {
  position: relative;
  z-index: 100; }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #header .primary-header {
    padding: 30px 0; }
    @media (max-width: 1023px) {
      #header .primary-header .container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #header .mobile-panel {
    display: none;
    padding: 10px 0;
    background: #003871; }
    @media (max-width: 1023px) {
      #header .mobile-panel {
        display: block; } }
    #header .mobile-panel .link-app {
      color: #fff;
      text-decoration: none;
      font: 700 16px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      #header .mobile-panel .link-app:hover {
        color: #d4eefc; }
  #header .top-panel {
    background: #0050a2;
    padding: 10px 0; }
    #header .top-panel .link-app {
      display: none; }
    #header .top-panel .link-calendar {
      color: #fff;
      text-decoration: none;
      font: 700 16px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      #header .top-panel .link-calendar:hover {
        color: #d4eefc; }
    #header .top-panel .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #header .top-panel .social-links li {
        margin-right: 22px; }
      #header .top-panel .social-links a {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        line-height: 1; }
        #header .top-panel .social-links a:hover {
          color: #d4eefc; }
  #header .logo {
    width: 235px; }
    #header .logo a {
      display: block; }

.nav-opener {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 25px;
  position: relative;
  font-size: 0; }
  .nav-opener:after, .nav-opener:before, .nav-opener span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    height: 5px;
    background: #fff; }
  .nav-opener:after {
    bottom: 0; }
  .nav-opener:before {
    top: 0; }
  .nav-opener span {
    top: 10px; }

@media (max-width: 1023px) {
  #nav {
    overflow: hidden;
    position: absolute;
    top: 45px;
    right: 100%;
    left: 0px;
    background: #003871;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; } }

@media (max-width: 1023px) {
  #nav .nav-holder .link-calendar {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff; }
    #nav .nav-holder .link-calendar:hover {
      background: #0050a2;
      color: #d4eefc; } }

#nav .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: 24px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1199px) {
    #nav .navigation {
      font-size: 18px; } }
  @media (max-width: 1023px) {
    #nav .navigation {
      font-size: 16px;
      line-height: 20px;
      display: block;
      text-transform: uppercase;
      border-bottom: 1px solid #d4eefc; } }
  #nav .navigation > li {
    margin: 0 12px;
    position: relative; }
    @media (max-width: 1023px) {
      #nav .navigation > li {
        display: block;
        margin: 0; } }
    #nav .navigation > li:after {
      opacity: 0;
      content: "";
      position: absolute;
      top: calc(100% + 35px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-color: transparent transparent #c45919 transparent;
      pointer-events: none; }
      @media (max-width: 1023px) {
        #nav .navigation > li:after {
          display: none; } }
    @media (max-width: 1299px) {
      #nav .navigation > li:last-child:hover > .drop-holder {
        left: auto;
        -webkit-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
                transform: scale(1) translateX(0);
        right: 0; } }
    #nav .navigation > li > a {
      position: relative;
      z-index: 1;
      text-decoration: none;
      color: #959595; }
      @media (max-width: 1023px) {
        #nav .navigation > li > a {
          display: block;
          padding: 15px 20px;
          color: #fff; } }
      @media (max-width: 1023px) {
        #nav .navigation > li > a:hover {
          background: #0050a2; } }
    @media (max-width: 1023px) {
      #nav .navigation > li.menu-item-has-children.active-drop > span:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      #nav .navigation > li.menu-item-has-children > span {
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 0;
        height: 50px;
        right: 0;
        width: 50px; }
        #nav .navigation > li.menu-item-has-children > span:after {
          position: absolute;
          top: 16px;
          right: 28px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 0 8px 8px;
          border-color: transparent transparent transparent #959595; } }
    @media (min-width: 1024px) {
      #nav .navigation > li:hover:after {
        opacity: 1;
        border-color: transparent transparent #c45919 transparent; }
      #nav .navigation > li:hover > a {
        color: #eaae5e; }
      #nav .navigation > li:hover > .drop-holder {
        opacity: 1;
        z-index: 2;
        -webkit-transform: scale(1) translateX(-50%);
            -ms-transform: scale(1) translateX(-50%);
                transform: scale(1) translateX(-50%); } }
    #nav .navigation > li.active + li.active > a {
      color: #959595; }
      @media (max-width: 1023px) {
        #nav .navigation > li.active + li.active > a {
          color: #fff; } }
    #nav .navigation > li.active + li.active:after {
      opacity: 0; }
    #nav .navigation > li.active:hover:after {
      opacity: 1;
      border-color: transparent transparent #c45919 transparent; }
    #nav .navigation > li.active:after {
      opacity: 0.5;
      border-color: transparent transparent #eaae5e transparent; }
    #nav .navigation > li.active > a {
      color: #eaae5e; }
      @media (max-width: 1023px) {
        #nav .navigation > li.active > a {
          color: #f5d7af; } }
    #nav .navigation > li > .drop-holder {
      opacity: 0;
      z-index: -2;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: calc(100% + 45px);
      left: 50%;
      -webkit-transform: scale(0) translateX(-50%);
          -ms-transform: scale(0) translateX(-50%);
              transform: scale(0) translateX(-50%);
      min-width: 230px;
      border-radius: 4px;
      background: #fff;
      border-top: 4px solid #c45919;
      padding: 24px 10px; }
      @media (max-width: 1299px) {
        #nav .navigation > li > .drop-holder {
          min-width: 200px; } }
      @media (max-width: 1023px) {
        #nav .navigation > li > .drop-holder {
          position: static;
          opacity: 1;
          z-index: 1;
          top: auto;
          right: auto;
          left: auto;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          box-shadow: none;
          border: 0;
          background: transparent;
          padding: 0 0 0 15px; } }
      #nav .navigation > li > .drop-holder:before {
        z-index: 1;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        content: "";
        background: transparent;
        height: 50px; }
      #nav .navigation > li > .drop-holder > ul {
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 19px; }
        @media (max-width: 1299px) {
          #nav .navigation > li > .drop-holder > ul {
            font-size: 14px;
            line-height: 18px; } }
        @media (max-width: 1023px) {
          #nav .navigation > li > .drop-holder > ul {
            font-size: 16px;
            line-height: 20px; } }
        #nav .navigation > li > .drop-holder > ul > li {
          margin-bottom: 21px;
          position: relative; }
          @media (max-width: 1299px) {
            #nav .navigation > li > .drop-holder > ul > li {
              margin-bottom: 15px; } }
          @media (max-width: 1023px) {
            #nav .navigation > li > .drop-holder > ul > li {
              margin-bottom: 0;
              text-align: left; } }
          #nav .navigation > li > .drop-holder > ul > li:last-child {
            margin-bottom: 0; }
            @media (max-width: 1299px) {
              #nav .navigation > li > .drop-holder > ul > li:last-child {
                margin-bottom: 0; } }
          #nav .navigation > li > .drop-holder > ul > li.active > a {
            color: #eaae5e; }
            @media (max-width: 1023px) {
              #nav .navigation > li > .drop-holder > ul > li.active > a {
                color: #f5d7af; } }
          @media (min-width: 1024px) {
            #nav .navigation > li > .drop-holder > ul > li:hover > a {
              color: #eaae5e; } }
  @media (min-width: 1024px) and (max-width: 1023px) {
    #nav .navigation > li > .drop-holder > ul > li:hover > a {
      color: #d4eefc;
      background: #0050a2; } }
          @media (min-width: 1024px) {
            #nav .navigation > li > .drop-holder > ul > li:hover > .drop-holder {
              opacity: 1;
              z-index: 2; } }
          #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children:hover:after {
            border-color: transparent transparent transparent #eaae5e; }
          #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children.active:after {
            border-color: transparent transparent transparent #eaae5e; }
          #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children:after {
            position: absolute;
            top: 53%;
            right: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 6px;
            border-color: transparent transparent transparent #959595; }
            @media (max-width: 1023px) {
              #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children:after {
                display: none; } }
          @media (max-width: 1023px) {
            #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children.active-drop span:after {
              -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                      transform: rotate(90deg); }
            #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children > span {
              cursor: pointer;
              position: absolute;
              z-index: 2;
              top: 0;
              height: 50px;
              right: 0;
              width: 50px; }
              #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children > span:after {
                position: absolute;
                top: 16px;
                right: 16px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 0 8px 8px;
                border-color: transparent transparent transparent #959595; } }
    @media (max-width: 1023px) and (max-width: 1023px) {
      #nav .navigation > li > .drop-holder > ul > li.menu-item-has-children > span:after {
        right: 28px; } }
          #nav .navigation > li > .drop-holder > ul > li > a {
            display: block;
            text-decoration: none;
            color: #959595; }
            @media (max-width: 1023px) {
              #nav .navigation > li > .drop-holder > ul > li > a {
                padding: 15px 20px;
                color: #fff; } }
            @media (max-width: 1023px) {
              #nav .navigation > li > .drop-holder > ul > li > a:hover {
                color: #d4eefc;
                background: #0050a2; } }
          #nav .navigation > li > .drop-holder > ul > li > .drop-holder {
            opacity: 0;
            z-index: -2;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
            box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
            position: absolute;
            left: calc(100% + 10px);
            top: -11px;
            min-width: 230px;
            border-radius: 4px;
            background: #fff;
            padding: 24px 10px; }
            @media (max-width: 1299px) {
              #nav .navigation > li > .drop-holder > ul > li > .drop-holder {
                min-width: 200px; } }
            @media (max-width: 1023px) {
              #nav .navigation > li > .drop-holder > ul > li > .drop-holder {
                opacity: 1;
                z-index: 1;
                padding: 0;
                position: static;
                top: auto;
                right: auto;
                left: auto;
                box-shadow: none;
                background: transparent; } }
            #nav .navigation > li > .drop-holder > ul > li > .drop-holder:after {
              position: absolute;
              z-index: 1;
              right: 100%;
              top: 0;
              bottom: 0;
              width: 15px;
              background: transparent;
              content: ""; }
              @media (max-width: 1023px) {
                #nav .navigation > li > .drop-holder > ul > li > .drop-holder:after {
                  display: none; } }
            #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul {
              text-align: center;
              font-size: 16px;
              line-height: 19px; }
              @media (max-width: 1299px) {
                #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul {
                  font-size: 14px;
                  line-height: 18px; } }
              @media (max-width: 1023px) {
                #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul {
                  text-align: left;
                  font-size: 16px;
                  line-height: 20px;
                  padding-left: 25px; } }
              #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li {
                margin-bottom: 21px;
                position: relative; }
                @media (max-width: 1299px) {
                  #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li {
                    margin-bottom: 15px; } }
                @media (max-width: 1023px) {
                  #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li {
                    margin: 0; } }
                #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li:last-child {
                  margin-bottom: 0; }
                  @media (max-width: 1299px) {
                    #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li:last-child {
                      margin-bottom: 0; } }
                #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li.active > a {
                  color: #eaae5e; }
                  @media (max-width: 1023px) {
                    #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li.active > a {
                      color: #f5d7af; } }
                #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li a {
                  display: block;
                  text-decoration: none;
                  color: #959595; }
                  @media (max-width: 1023px) {
                    #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li a {
                      padding: 15px 20px;
                      color: #fff; } }
                  #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li a:hover {
                    color: #eaae5e; }
                    @media (max-width: 1023px) {
                      #nav .navigation > li > .drop-holder > ul > li > .drop-holder ul li a:hover {
                        color: #d4eefc;
                        background: #0050a2; } }

@media (max-width: 1023px) {
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    top: 10px;
    bottom: auto; }
  .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-active #nav {
    right: 0; } }

.footer-panel {
  background: #0050a2;
  text-align: center;
  padding: 18px 0; }

.footer-logo {
  display: inline-block;
  vertical-align: top;
  width: 250px; }
  .footer-logo a {
    display: block; }

.footer-contact {
  text-align: center;
  font: 18px/1.666 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 767px) {
    .footer-contact {
      font-size: 14px; } }
  .footer-contact .container {
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #d4eefc; }
  .footer-contact a {
    text-decoration: none;
    color: #959595;
    margin: 0 15px; }
    .footer-contact a:hover {
      color: #0050a2; }
    .footer-contact a.link-phone {
      position: relative; }
      .footer-contact a.link-phone:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -16px;
        width: 1px;
        content: "";
        height: 15px;
        background: #959595;
        pointer-events: none; }

.footer-nav {
  padding-bottom: 60px; }
  @media (max-width: 1023px) {
    .footer-nav {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .footer-nav {
      padding-bottom: 30px; } }
  .footer-nav.active .nav-map-opener .open {
    display: none; }
  .footer-nav.active .nav-map-opener .close {
    display: block; }
  .footer-nav .slide {
    padding-top: 70px; }
    @media (max-width: 767px) {
      .footer-nav .slide {
        padding-top: 36px; } }
  .footer-nav .over {
    padding: 17px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer-nav .over {
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer-nav .search-form {
    margin: 0;
    font-size: 14px; }
    @media (max-width: 767px) {
      .footer-nav .search-form {
        margin-bottom: 15px; } }
    .footer-nav .search-form input[type='search'] {
      outline: none;
      width: 178px;
      border: 1px solid #d4eefc;
      margin: 0; }
    .footer-nav .search-form input[type='submit'] {
      border: 2px solid #0050a2;
      background: #0050a2;
      color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .footer-nav .search-form input[type='submit']:hover {
        background: #fff;
        color: #0050a2; }
  .footer-nav .nav-map-opener {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #736c65; }
    .footer-nav .nav-map-opener .close {
      display: none; }

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -6px; }
  @media (max-width: 767px) {
    .footer-navigation {
      display: block; } }
  .footer-navigation > li {
    width: 17.28%; }
    @media (max-width: 767px) {
      .footer-navigation > li {
        width: 100%; } }
    .footer-navigation > li > a {
      margin: 0 6px;
      padding-bottom: 10px;
      border-bottom: 1px solid #d4eefc;
      display: block;
      font: 600 18px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      color: #736c65; }
      @media (max-width: 1199px) {
        .footer-navigation > li > a {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .footer-navigation > li > a {
          font-size: 14px;
          padding: 6px 0;
          margin: 0 8px; } }
      .footer-navigation > li > a:hover {
        color: #0050a2; }
    .footer-navigation > li ul {
      padding: 12px 0 0 6px;
      font: 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 1199px) {
        .footer-navigation > li ul {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .footer-navigation > li ul {
          padding: 7px 0 0 10px;
          margin: 0 0 20px; } }
      .footer-navigation > li ul li {
        margin: 0 0 13px; }
        @media (max-width: 767px) {
          .footer-navigation > li ul li {
            margin: 0 0 6px; } }
      .footer-navigation > li ul a {
        color: #736c65;
        text-decoration: none; }
        .footer-navigation > li ul a:hover {
          color: #0050a2; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

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

.page-header {
  padding: 44px 0;
  background: #003871;
  text-align: center;
  color: #fff;
  margin: 0; }
  .page-header h1 {
    font: 400 55px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0; }
    @media (max-width: 1199px) {
      .page-header h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page-header h1 {
        font-size: 43px; } }

.page-navigation {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 42px 0;
  border-bottom: 1px solid rgba(199, 234, 251, 0.75); }
  @media (max-width: 1023px) {
    .page-navigation {
      display: none; } }
  .page-navigation .sidebar-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-navigation .sidebar-links-list li {
      margin: 0 10px; }
      .page-navigation .sidebar-links-list li.page_item_has_children {
        position: relative;
        padding-right: 28px; }
        .page-navigation .sidebar-links-list li.page_item_has_children:hover ul.children {
          opacity: 1;
          z-index: 1; }
        .page-navigation .sidebar-links-list li.page_item_has_children:after {
          position: absolute;
          top: 50%;
          right: 7px;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 6px 0 6px;
          border-color: #eaae5e transparent transparent transparent; }
        .page-navigation .sidebar-links-list li.page_item_has_children ul.children {
          opacity: 0;
          z-index: -2;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          position: absolute;
          top: calc(100% + 18px);
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: #eaae5e;
          border-radius: 3px;
          min-width: 200px;
          font-size: 16px;
          padding: 20px 15px; }
          .page-navigation .sidebar-links-list li.page_item_has_children ul.children:before {
            position: absolute;
            height: 22px;
            left: 0;
            right: 0;
            bottom: 100%;
            content: "";
            background: transparent; }
          .page-navigation .sidebar-links-list li.page_item_has_children ul.children:after {
            position: absolute;
            bottom: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #eaae5e transparent; }
          .page-navigation .sidebar-links-list li.page_item_has_children ul.children li {
            text-align: center;
            margin-bottom: 13px; }
            .page-navigation .sidebar-links-list li.page_item_has_children ul.children li:last-child {
              margin: 0; }
            .page-navigation .sidebar-links-list li.page_item_has_children ul.children li a {
              color: #fff; }
              .page-navigation .sidebar-links-list li.page_item_has_children ul.children li a:hover {
                color: #c45919; }
      .page-navigation .sidebar-links-list li.current_page_item > a {
        font-weight: 600; }
    .page-navigation .sidebar-links-list a {
      text-decoration: none;
      color: #959595; }
      .page-navigation .sidebar-links-list a:hover {
        color: #eaae5e; }

.banner-slider {
  position: relative; }
  .banner-slider a {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    min-height: 476px; }
    @media (max-width: 1199px) {
      .banner-slider a {
        min-height: 300px; } }
    @media (max-width: 1023px) {
      .banner-slider a {
        min-height: 256px; } }
    @media (max-width: 767px) {
      .banner-slider a {
        min-height: 192px; } }
  .banner-slider:before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 100vw;
    height: 23vw;
    left: 0;
    bottom: -1px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/brushStroke-onMessage.png);
    pointer-events: none; }

.cta-carousel-section {
  padding: 90px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .cta-carousel-section {
      padding: 70px 0; } }
  .cta-carousel-section .container {
    max-width: 960px; }
  .cta-carousel-section .cta-carousel-image {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px; }
    @media (max-width: 1023px) {
      .cta-carousel-section .cta-carousel-image {
        max-width: 550px; } }
    .cta-carousel-section .cta-carousel-image:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 3px;
      width: 72px;
      content: "";
      background: #0050a2; }
  .cta-carousel-section .cta-carousel {
    padding: 78px 0;
    position: relative;
    /* &:hover {
			.slick-arrow {
				opacity: 0.5;
			}
		} */ }
    @media (max-width: 767px) {
      .cta-carousel-section .cta-carousel {
        padding: 60px 0; } }
    .cta-carousel-section .cta-carousel .cta-carousel-slide {
      padding: 0 8px; }
      .cta-carousel-section .cta-carousel .cta-carousel-slide a {
        display: inline-block;
        position: relative;
        text-decoration: none; }
        .cta-carousel-section .cta-carousel .cta-carousel-slide a:hover h3 {
          color: #003871; }
        .cta-carousel-section .cta-carousel .cta-carousel-slide a:hover .img-hover {
          z-index: 2;
          opacity: 1; }
        .cta-carousel-section .cta-carousel .cta-carousel-slide a:hover .img-visible {
          opacity: 0; }
      .cta-carousel-section .cta-carousel .cta-carousel-slide .img-visible {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        z-index: 1; }
      .cta-carousel-section .cta-carousel .cta-carousel-slide .img-hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0; }
    .cta-carousel-section .cta-carousel img {
      width: 100%; }
    .cta-carousel-section .cta-carousel h3 {
      font: 700 18px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 0 14px;
      color: #0050a2; }
      @media (max-width: 1023px) {
        .cta-carousel-section .cta-carousel h3 {
          font-size: 14px; } }
    .cta-carousel-section .cta-carousel .short-caption {
      color: #736c65;
      font: 18px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 1023px) {
        .cta-carousel-section .cta-carousel .short-caption {
          font-size: 14px; } }
    .cta-carousel-section .cta-carousel .slick-arrow {
      outline: none;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      opacity: 0.5;
      bottom: 30px;
      font-size: 0;
      width: 25px;
      height: 25px;
      border: 0;
      background-size: cover; }
      .cta-carousel-section .cta-carousel .slick-arrow:hover {
        opacity: 1; }
      .cta-carousel-section .cta-carousel .slick-arrow.slick-next {
        background-image: url(images/arrow-right.png);
        right: calc(50% - 35px); }
      .cta-carousel-section .cta-carousel .slick-arrow.slick-prev {
        background-image: url(images/arrow-left.png);
        left: calc(50% - 35px); }

.cta-links-section {
  position: relative;
  padding: 95px 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .cta-links-section {
      padding: 85px 0; } }
  @media (max-width: 1023px) {
    .cta-links-section {
      padding: 75px 0 70px; } }
  .cta-links-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0; }
    .cta-links-section .bg:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: #fff;
      opacity: 0.8; }
  .cta-links-section .container {
    position: relative;
    z-index: 2; }
  .cta-links-section .title {
    text-align: center;
    font: 400 50px/1.5 "Merienda", cursive;
    color: #736c65;
    position: relative;
    padding-bottom: 44px;
    letter-spacing: -2.5px;
    margin: 0 0 88px; }
    @media (max-width: 1199px) {
      .cta-links-section .title {
        font-size: 44px;
        letter-spacing: -2px;
        margin: 0 0 80px;
        padding-bottom: 40px; } }
    @media (max-width: 1023px) {
      .cta-links-section .title {
        font-size: 39px;
        padding-bottom: 34px;
        margin: 0 0 68px; } }
    .cta-links-section .title:after {
      position: absolute;
      bottom: 0;
      height: 3px;
      width: 72px;
      background: #c45919;
      content: "";
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .cta-links-section .links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 17px; }
  .cta-links-section .links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background: #fff;
    padding: 24px 30px;
    border-radius: 3px; }
    .cta-links-section .links-list li {
      display: inline-block;
      vertical-align: middle; }
      .cta-links-section .links-list li a {
        display: inline-block;
        background: transparent;
        padding: 0;
        text-decoration: none;
        color: #c45919;
        font-size: 28px;
        padding: 20px; }
        @media (max-width: 1199px) {
          .cta-links-section .links-list li a {
            font-size: 24px;
            padding: 14px 20px; } }
        @media (max-width: 1023px) {
          .cta-links-section .links-list li a {
            font-size: 21px;
            padding: 10px 16px; } }
        @media (max-width: 479px) {
          .cta-links-section .links-list li a {
            padding: 14px 16px; } }
        .cta-links-section .links-list li a:hover {
          color: #eaae5e; }
    .cta-links-section .links-list:before {
      background-color: #c45919;
      content: " ";
      position: absolute;
      top: -1em;
      left: 15%;
      right: 15%;
      height: 1em;
      border-radius: 3px 3px 0 0; }
      @media (max-width: 1023px) {
        .cta-links-section .links-list:before {
          height: 15px;
          top: -15px; } }
    .cta-links-section .links-list:after {
      background-color: #c45919;
      content: " ";
      position: absolute;
      bottom: -1em;
      left: 15%;
      right: 15%;
      height: 1em;
      border-radius: 0 0 3px 3px; }
      @media (max-width: 1023px) {
        .cta-links-section .links-list:after {
          height: 15px;
          bottom: -15px; } }

.page-gallery {
  background: #fff; }
  @media (max-width: 767px) {
    .page-gallery {
      background: transparent; } }
  .page-gallery .container {
    max-width: 1206px; }
  .page-gallery .gallery {
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -6px; }
    @media (max-width: 1199px) {
      .page-gallery .gallery {
        padding: 48px 0 0; } }
    .page-gallery .gallery .col {
      width: 33.333%;
      padding: 0 6px;
      margin-bottom: 4px; }
      @media (max-width: 767px) {
        .page-gallery .gallery .col {
          width: 100%;
          max-width: 300px; } }
    .page-gallery .gallery .gallery-item {
      border-radius: 3px;
      border-bottom: 25px solid #d4eefc; }
      @media (max-width: 767px) {
        .page-gallery .gallery .gallery-item {
          border-bottom-width: 18px; } }
    .page-gallery .gallery img {
      width: 100%; }
  .page-gallery .slick-arrow {
    outline: none;
    border-radius: 50%; }

.gallery-carousel-section {
  margin: 0 -5px 20px;
  overflow: hidden; }

.gallery-carousel {
  position: relative;
  padding: 20px 0 60px;
  /* @include media('>=desktop') {
		&:hover {
			.slick-arrow {
				opacity: 0.5;
			}
		}
	} */ }
  @media (max-width: 767px) {
    .gallery-carousel {
      padding: 20px 0 92px; } }
  .gallery-carousel.type-2, .gallery-carousel.type-3, .gallery-carousel.type-4 {
    padding: 32px 0 60px; }
    @media (max-width: 1023px) {
      .gallery-carousel.type-2, .gallery-carousel.type-3, .gallery-carousel.type-4 {
        padding: 28px 0 40px; } }
    .gallery-carousel.type-2 .slick-arrow, .gallery-carousel.type-3 .slick-arrow, .gallery-carousel.type-4 .slick-arrow {
      bottom: 0px; }
  .gallery-carousel .col {
    padding: 0 6px; }
  .gallery-carousel .gallery-item {
    border-radius: 3px;
    overflow: hidden;
    width: 100%; }
  .gallery-carousel img {
    width: 100%; }
  .gallery-carousel .slick-arrow {
    outline: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0.5;
    bottom: 20px;
    font-size: 0;
    width: 25px;
    height: 25px;
    border: 0;
    background-size: cover; }
    @media (max-width: 1023px) {
      .gallery-carousel .slick-arrow {
        bottom: 35px;
        opacity: 0.5; } }
    .gallery-carousel .slick-arrow:hover {
      opacity: 1; }
    .gallery-carousel .slick-arrow.slick-next {
      background-image: url(images/arrow-right.png);
      right: calc(50% - 35px); }
    .gallery-carousel .slick-arrow.slick-prev {
      background-image: url(images/arrow-left.png);
      left: calc(50% - 35px); }

.wp-block-group__inner-container h2, .g-content h2 {
  font: 400 30px/1.466 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.7px;
  margin-bottom: 24px; }
  @media (max-width: 1199px) {
    .wp-block-group__inner-container h2, .g-content h2 {
      font-size: 27px;
      line-height: 1.4814; } }
  @media (max-width: 1023px) {
    .wp-block-group__inner-container h2, .g-content h2 {
      font-size: 24px;
      line-height: 1.5; } }
  @media (max-width: 767px) {
    .wp-block-group__inner-container h2, .g-content h2 {
      font-size: 23px;
      line-height: 1.521;
      margin-bottom: 18px; } }
  .wp-block-group__inner-container h2:first-child, .g-content h2:first-child {
    margin-top: 62px; }
    @media (max-width: 767px) {
      .wp-block-group__inner-container h2:first-child, .g-content h2:first-child {
        margin-top: 10px; } }
  .wp-block-group__inner-container h2.h2-uppercase, .g-content h2.h2-uppercase {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .wp-block-group__inner-container h2.h2-uppercase, .g-content h2.h2-uppercase {
        margin-bottom: 11px; } }
  .wp-block-group__inner-container h2.merienda-heading, .g-content h2.merienda-heading {
    font-weight: 400;
    font-family: "Merienda", cursive;
    letter-spacing: -.05em;
    font-size: 2.77em; }

.wp-block-group__inner-container .text-large, .g-content .text-large {
  line-height: 35px;
  letter-spacing: -0.2px;
  margin: 0 auto 32px; }
  @media (max-width: 767px) {
    .wp-block-group__inner-container .text-large, .g-content .text-large {
      line-height: 27px;
      margin-bottom: 18px; } }

hr.wp-block-separator {
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid #d4eefc;
  margin: 0 140px 32px; }
  @media (max-width: 767px) {
    hr.wp-block-separator {
      margin: 0 0 25px; } }

.wp-block-columns {
  position: relative; }
  .wp-block-columns.two-columns {
    font-size: 18px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .wp-block-columns.two-columns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .wp-block-columns.two-columns .wp-block-column {
        width: 100% !important;
        -ms-flex-preferred-size: auto !important;
            flex-basis: auto !important;
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .wp-block-columns.two-columns .wp-block-column:first-child {
        margin-bottom: 30px; } }
    .wp-block-columns.two-columns h2.custom-heading {
      font-size: 26px;
      line-height: 39px;
      margin-top: 0; }
      @media (max-width: 1199px) {
        .wp-block-columns.two-columns h2.custom-heading {
          font-size: 23px;
          line-height: 35px; } }
      @media (max-width: 1023px) {
        .wp-block-columns.two-columns h2.custom-heading {
          font-size: 20px;
          line-height: 30px; } }
    .wp-block-columns.two-columns h3.custom-heading {
      font-size: 24px;
      line-height: 36px;
      margin-top: 0; }
  .wp-block-columns .wp-block-column.blue-bg {
    padding-bottom: 35px; }
    .wp-block-columns .wp-block-column.blue-bg:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      content: "";
      background: #d4eefc; }
    .wp-block-columns .wp-block-column.blue-bg .wp-block-image {
      margin-top: 18px;
      position: relative;
      border-radius: 5px; }
      .wp-block-columns .wp-block-column.blue-bg .wp-block-image:before {
        position: absolute;
        top: -18px;
        left: 20px;
        right: 20px;
        background: #0050a2;
        content: "";
        height: 18px;
        border-radius: 5px 5px 0 0; }
    .wp-block-columns .wp-block-column.blue-bg figure {
      position: relative; }
      @media (max-width: 599px) {
        .wp-block-columns .wp-block-column.blue-bg figure {
          margin: 1em 10px; } }
      .wp-block-columns .wp-block-column.blue-bg figure:after {
        position: absolute;
        top: 100%;
        left: 20px;
        right: 20px;
        background: #0050a2;
        content: "";
        height: 18px;
        border-radius: 0 0 5px 5px; }
      .wp-block-columns .wp-block-column.blue-bg figure figcaption {
        padding: 20px 15px 5px;
        font-size: 16px;
        border-radius: 0;
        text-align: center;
        color: #fff;
        background: #0050a2;
        margin: 0 20px; }
		
.wp-block-columns .wp-block-column.light-blue-bg figure {
      position: relative; }
      @media (max-width: 599px) {
        .wp-block-columns .wp-block-column.light-blue-bg figure {
          margin: 1em 10px; } }
  .wp-block-columns .light-blue-bg .wp-block-image {
    margin: 18px 0;
    position: relative;
    border-radius: 5px; }
    .wp-block-columns .light-blue-bg .wp-block-image:before {
      position: absolute;
      top: -18px;
      /*
      left: 12%;
      right: 12%;
      */
      left: 20px;
      right: 20px;
      background: #d4eefc;
      content: "";
      height: 18px;
      border-radius: 5px 5px 0 0; }
    .wp-block-columns .wp-block-column.light-blue-bg figure:after {
      position: absolute;
      top: 100%;
      /*
      left: 12%;
      right: 12%;
      */
      left: 20px;
      right: 20px;
      background: #d4eefc;
      content: "";
      height: 18px;
      border-radius: 0 0 5px 5px; }
  .wp-block-columns .wp-block-column.light-blue-bg figure figcaption {
        padding: 10px 15px 0px;
        font-size: 16px;
        border-radius: 0;
        text-align: center;
        color: #736c65;
        background: #d4eefc;
        margin: 0 20px; }

  .wp-block-columns .wp-block-embed.wp-block-embed-youtube {
    margin: 0; }
    .wp-block-columns .wp-block-embed.wp-block-embed-youtube iframe {
      height: 315px; }

.banner-text {
  padding: 33px 0; }
  @media (max-width: 767px) {
    .banner-text {
      padding: 33px 0 22px; } }
  .banner-text .container {
    max-width: 924px; }
  .banner-text .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d4eefc;
    overflow: hidden; }
    @media (max-width: 767px) {
      .banner-text .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .banner-text .block .col {
      width: 45%; }
      @media (max-width: 767px) {
        .banner-text .block .col {
          width: 100%; } }
      .banner-text .block .col:first-child {
        width: 55%; }
        @media (max-width: 767px) {
          .banner-text .block .col:first-child {
            width: 100%; } }
      .banner-text .block .col .text {
        background: #fff;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px; }
        @media (max-width: 767px) {
          .banner-text .block .col .text {
            padding-top: 59px;
            padding-bottom: 30px; } }
        .banner-text .block .col .text:before {
          position: absolute;
          content: " ";
          width: 150px;
          height: 101%;
          top: 50%;
          left: -75px;
          background-size: 150px;
          background-image: url(images/bg-carousel4-tem.png);
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); }
          @media (max-width: 767px) {
            .banner-text .block .col .text:before {
              position: absolute;
              content: " ";
              background-image: url(images/bg-carousel4-mobile-tem.png);
              background-repeat: no-repeat;
              background-position: top center;
              width: 101%;
              height: 101%;
              top: 99%;
              left: 50%;
              background-size: 100%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%); } }
      .banner-text .block .col img {
        width: 100%; }
      .banner-text .block .col span {
        display: block;
        max-width: 83%;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        color: #003871;
        font: 600 15px/24px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
        @media (max-width: 1023px) {
          .banner-text .block .col span {
            font-size: 12px;
            line-height: 18px; } }
        @media (max-width: 767px) {
          .banner-text .block .col span {
            font-size: 14px; } }
        @media (max-width: 479px) {
          .banner-text .block .col span {
            max-width: 100%;
            font-size: 12px;
            line-height: 1.541; } }

.s-page-holder.container {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .s-page-holder.container .sidebar {
    width: 300px;
    padding: 62px 0 0 15px; }
    @media (max-width: 1199px) {
      .s-page-holder.container .sidebar {
        padding-top: 56px;
        width: 245px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .sidebar {
        padding-top: 42px;
        width: 190px; } }
    @media (max-width: 767px) {
      .s-page-holder.container .sidebar {
        width: 100%;
        padding-left: 0; } }
  .s-page-holder.container .g-content {
    width: calc(100% - 300px);
    padding: 59px 15px 0; }
    @media (max-width: 1199px) {
      .s-page-holder.container .g-content {
        width: calc(100% - 245px);
        padding-top: 53px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .g-content {
        width: calc(100% - 190px);
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .s-page-holder.container .g-content {
        width: 100%;
        padding: 40px 0 0; } }
  .s-page-holder.container h2 {
    font-size: 30px;
    margin: 0 0 33px; }
    @media (max-width: 1199px) {
      .s-page-holder.container h2 {
        font-size: 27px;
        margin: 0 0 29px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container h2 {
        font-size: 23px;
        margin: 0 0 26px; } }
  .s-page-holder.container .h2-uppercase {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px; }
  .s-page-holder.container .border {
    padding-bottom: 13px;
    border-bottom: 1px solid #d4eefc; }
    @media (max-width: 1199px) {
      .s-page-holder.container .border {
        padding-bottom: 11px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .border {
        padding-bottom: 10px; } }
  .s-page-holder.container .text-large {
    margin: 0 0 63px; }
    @media (max-width: 1199px) {
      .s-page-holder.container .text-large {
        margin: 0 0 57px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .text-large {
        margin: 0 0 50px; } }
  .s-page-holder.container .includes {
    padding: 44px 0 63px;
    color: #736c65; }
    @media (max-width: 1199px) {
      .s-page-holder.container .includes {
        padding: 38px 0 60px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .includes {
        padding-top: 35px; } }
    .s-page-holder.container .includes + .text-large {
      color: #736c65;
      line-height: 1.5 !important;
      margin: 0 0 31px; }
  .s-page-holder.container .includes-title {
    letter-spacing: 0.7px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .s-page-holder.container .includes-title {
        font-size: 27px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .includes-title {
        font-size: 23px; } }
  .s-page-holder.container .includes-list {
    font: 700 18px/27px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1199px) {
      .s-page-holder.container .includes-list {
        font-size: 16px; } }
    @media (max-width: 1023px) {
      .s-page-holder.container .includes-list {
        font-size: 14px; } }
    .s-page-holder.container .includes-list li {
      padding: 23px 0 36px;
      border-bottom: 1px solid #d4eefc; }
      @media (max-width: 1199px) {
        .s-page-holder.container .includes-list li {
          padding: 20px 0 30px; } }
      @media (max-width: 1023px) {
        .s-page-holder.container .includes-list li {
          padding: 15px 0 24px; } }
      .s-page-holder.container .includes-list li:last-child {
        border: none; }

.g-content {
  padding-top: 63px;
  padding-bottom: 42px; }
  @media (max-width: 1199px) {
    .g-content {
      padding-top: 56px;
      padding-bottom: 34px; } }
  @media (max-width: 1023px) {
    .g-content {
      padding-top: 42px;
      padding-bottom: 26px; } }
  .g-content .container .text-large {
    line-height: 1.5 !important; }
  .g-content .container .wp-block-group:first-child h2 {
    margin-top: 0; }
  .g-content .wp-block-button__link {
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #0050a2;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .g-content .wp-block-button__link {
        font-size: 12px; } }
    @media (max-width: 1023px) {
      .g-content .wp-block-button__link {
        font-size: 10px; } }
    .g-content .wp-block-button__link:hover {
      background: #fff;
      color: #0050a2; }
  .g-content .wp-block-image img {
    border-radius: 4px;
    width: 100%; }
  .g-content .wp-block-image .alignleft {
    margin: 0 54px 45px 0; }
    @media (max-width: 1023px) {
      .g-content .wp-block-image .alignleft {
        margin: 0 21px 21px 0; } }
    @media (max-width: 767px) {
      .g-content .wp-block-image .alignleft {
        width: 50%;
        margin: 0 15px 15px 0; } }
  .g-content .wp-block-image .alignright {
    margin: 0 0 45px 54px; }
    @media (max-width: 1023px) {
      .g-content .wp-block-image .alignright {
        margin: 0 0 21px 21px; } }
    @media (max-width: 767px) {
      .g-content .wp-block-image .alignright {
        width: 50%;
        margin: 0 0 15px 15px; } }
  .g-content p a {
    text-decoration: none; }
    .g-content p a:hover {
      color: #003871; }

.sidebar .sidebar-title {
  text-transform: uppercase;
  font: 700 30px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0050a2;
  text-align: center; }
  @media (max-width: 1199px) {
    .sidebar .sidebar-title {
      font-size: 27px;
      line-height: 40px; } }
  @media (max-width: 1023px) {
    .sidebar .sidebar-title {
      font-size: 23px;
      line-height: 35px; } }

.sidebar .widget_nav_menu {
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .sidebar .widget_nav_menu {
      margin-bottom: 73px; } }
  @media (max-width: 1023px) {
    .sidebar .widget_nav_menu {
      margin-bottom: 64px; } }
  .sidebar .widget_nav_menu ul li {
    margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .sidebar .widget_nav_menu ul li {
        margin-bottom: 12px; } }
  .sidebar .widget_nav_menu ul a {
    display: block;
    font: 700 14px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 13px 10px;
    border: 2px solid #0050a2;
    background: #0050a2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 1199px) {
      .sidebar .widget_nav_menu ul a {
        padding: 11px 10px;
        font-size: 12px; } }
    @media (max-width: 1023px) {
      .sidebar .widget_nav_menu ul a {
        font-size: 10px;
        padding: 10px; } }
    .sidebar .widget_nav_menu ul a:hover {
      background: #fff;
      color: #0050a2; }

.sidebar .widget_cta_banners .cta-banner-item {
  margin-bottom: 60px; }
  .sidebar .widget_cta_banners .cta-banner-item a {
    font: 600 18px/30px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    color: #0050a2;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .sidebar .widget_cta_banners .cta-banner-item a {
        font-size: 16px; } }
    @media (max-width: 1023px) {
      .sidebar .widget_cta_banners .cta-banner-item a {
        letter-spacing: -0.2px;
        font-size: 14px; } }
    .sidebar .widget_cta_banners .cta-banner-item a:hover {
      color: #003871; }
  .sidebar .widget_cta_banners .cta-banner-item img {
    margin-bottom: 27px; }
  .sidebar .widget_cta_banners .cta-banner-item span {
    display: block; }

.lay-leadership-section {
  padding-bottom: 65px; }
  .lay-leadership-section h2 {
    text-align: left;
    color: #0050a2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 17px; }
    @media (max-width: 1199px) {
      .lay-leadership-section h2 {
        font-size: 27px;
        margin: 0 0 15px; } }
    @media (max-width: 1023px) {
      .lay-leadership-section h2 {
        font-size: 23px;
        margin: 0 0 10px; } }
  .lay-leadership-section .lay-leadership-posts .lay-leadership-post {
    padding: 22px 0 0;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #d4eefc; }
    @media (max-width: 1023px) {
      .lay-leadership-section .lay-leadership-posts .lay-leadership-post {
        font-size: 12px;
        line-height: 20px; } }
    .lay-leadership-section .lay-leadership-posts .lay-leadership-post:first-child {
      border-top: 1px solid #d4eefc; }
    .lay-leadership-section .lay-leadership-posts .lay-leadership-post img {
      float: right;
      width: 120px;
      height: auto;
      margin: -40px 10px 10px 18px; }
      @media (max-width: 767px) {
        .lay-leadership-section .lay-leadership-posts .lay-leadership-post img {
          margin-top: 0; } }
    .lay-leadership-section .lay-leadership-posts .lay-leadership-post a {
      display: block;
      font-size: 18px;
      line-height: 27px;
      text-decoration: none;
      font-weight: 700;
      margin: 0 0 14px; }
      @media (max-width: 1023px) {
        .lay-leadership-section .lay-leadership-posts .lay-leadership-post a {
          font-size: 14px;
          line-height: 1.5; } }
      .lay-leadership-section .lay-leadership-posts .lay-leadership-post a:hover {
        color: #003871; }
    .lay-leadership-section .lay-leadership-posts .lay-leadership-post p {
      margin: 0 0 23px; }

.accordion-section {
  max-width: 885px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .accordion-section {
      max-width: 710px; } }
  @media (max-width: 1023px) {
    .accordion-section {
      max-width: 548px; } }
  .accordion-section.inner-accordion .accordion-contact-title {
    display: none; }
  .accordion-section .accordion-section-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 23px !important; }
    @media (max-width: 1199px) {
      .accordion-section .accordion-section-title {
        font-size: 27px;
        line-height: 1.4814; } }
    @media (max-width: 1023px) {
      .accordion-section .accordion-section-title {
        font-size: 24px;
        line-height: 35px; } }
  .accordion-section .accordion {
    border: 1px solid #d4eefc;
    background: #fff;
    padding: 5px 20px;
    margin-bottom: 62px; }
  .accordion-section .accordion-item {
    border-bottom: 1px solid #d4eefc;
    padding: 18px 11px; }
    .accordion-section .accordion-item:last-child {
      border: 0; }
    .accordion-section .accordion-item.active {
      padding-bottom: 2px; }
      .accordion-section .accordion-item.active .accordion-item-head h3:after {
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
    .accordion-section .accordion-item.no-content .accordion-item-head h3 {
      cursor: default; }
      .accordion-section .accordion-item.no-content .accordion-item-head h3:after {
        display: none; }
  .accordion-section .accordion-item-head h3 {
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    position: relative;
    padding-right: 25px; }
    @media (max-width: 1199px) {
      .accordion-section .accordion-item-head h3 {
        font-size: 16px; } }
    @media (max-width: 1023px) {
      .accordion-section .accordion-item-head h3 {
        font-size: 14px; } }
    .accordion-section .accordion-item-head h3:after {
      font-weight: normal;
      font-size: 34px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -7px;
      color: inherit;
      content: "\e900";
      font-family: 'icomoon';
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #0050a2; }
      @media (max-width: 1199px) {
        .accordion-section .accordion-item-head h3:after {
          font-size: 32px; } }
    .accordion-section .accordion-item-head h3:hover {
      color: #0050a2; }
  .accordion-section .accordion-contact-title {
    font-weight: 700; }
  .accordion-section .accordion-item-content {
    padding: 22px 0 0 20px;
    color: #736c65;
    font: 15px/25px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1199px) {
      .accordion-section .accordion-item-content {
        font-size: 14px;
        line-height: 22px; } }
    @media (max-width: 1023px) {
      .accordion-section .accordion-item-content {
        font-size: 12px;
        line-height: 20px; } }
    .accordion-section .accordion-item-content a {
      color: #736c65; }
      .accordion-section .accordion-item-content a:hover {
        color: #0050a2; }
    .accordion-section .accordion-item-content h1, .accordion-section .accordion-item-content .h1,
    .accordion-section .accordion-item-content h2, .accordion-section .accordion-item-content .h2,
    .accordion-section .accordion-item-content h3, .accordion-section .accordion-item-content .h3,
    .accordion-section .accordion-item-content h4, .accordion-section .accordion-item-content .h4,
    .accordion-section .accordion-item-content h5, .accordion-section .accordion-item-content .h5,
    .accordion-section .accordion-item-content h6, .accordion-section .accordion-item-content .h6 {
      line-height: 1.2; }

section.page-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }
  section.page-list .row .col {
    width: 25%;
    padding: 0 8px; }
    @media (max-width: 767px) {
      section.page-list .row .col {
        width: 100%; } }
  section.page-list .row .box {
    position: relative;
    padding: 33px 0;
    border-top: 1px solid #d4eefc;
    border-bottom: 1px solid #d4eefc; }
  section.page-list .row a {
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 767px) {
      section.page-list .row a {
        max-width: 320px;
        margin: 0 auto; } }
    section.page-list .row a:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: transparent;
      border: 2px solid #0050a2; }
    section.page-list .row a:hover h4 {
      color: #fff;
      background: #0050a2; }
  section.page-list .row h4 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    color: #0050a2;
    padding: 0.6em 0.25em;
    background: #fff;
    margin: 0;
    left: 2px;
    right: 2px;
    bottom: 11%;
    font-size: 1em;
    line-height: 1; }
    @media (max-width: 767px) {
      section.page-list .row h4 {
        padding: 15px 5px; } }
  section.page-list .row img {
    width: 100%;
    margin: 0; }

section.links-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  section.links-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; }
    section.links-list ul li {
      width: 50%;
      padding: 0 8px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        section.links-list ul li {
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        section.links-list ul li:last-child {
          margin-bottom: 0; } }
  section.links-list .box {
    position: relative;
    background: #fff;
    padding: 23px 30px;
    text-align: center;
    margin: 18px 0; }
    section.links-list .box:after {
      position: absolute;
      top: -18px;
      bottom: -18px;
      left: 15%;
      right: 15%;
      border-radius: 5px;
      background: #c45919;
      content: "";
      z-index: -1; }
    section.links-list .box a {
      text-decoration: none;
      font-size: 1.55em;
      line-height: 1.6;
      font-weight: 400;
      padding: .75em .75em;
      color: #c45919;
      margin: 0;
      display: block;
      letter-spacing: -.025em; }
      section.links-list .box a:hover {
        color: #eaae5e; }

section.images-list {
  max-width: 910px;
  margin: 0 auto; }
  section.images-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
    position: relative; }
    section.images-list .row:after {
      position: absolute;
      background: #fff;
      top: 55px;
      left: -20px;
      right: -20px;
      bottom: 0;
      border-radius: 5px;
      content: "";
      z-index: -1; }
    section.images-list .row .col {
      width: 33.333%;
      padding: 0 8px; }
      @media (max-width: 767px) {
        section.images-list .row .col {
          width: 100%; } }
  section.images-list a {
    display: block;
    text-decoration: none; }
    @media (max-width: 767px) {
      section.images-list a {
        max-width: 220px;
        margin: 0 auto; } }
    section.images-list a h3 {
      text-align: center;
      text-decoration: none;
      color: #959595;
      font-size: .88em;
      padding: 1em 1em 1.25em;
      display: block;
      position: relative;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    section.images-list a .bg-img {
      overflow: hidden;
      border-radius: 5px 5px 0 0; }
      section.images-list a .bg-img img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    section.images-list a .logo-img {
      border-radius: 0 0 5px 5px;
      overflow: hidden; }
    section.images-list a img {
      width: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    section.images-list a:hover .bg-img img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    section.images-list a:hover h3 {
      color: #606060; }

section.three-columns {
  padding: 10px 0 60px;
  max-width: 910px;
  margin: 0 auto; }
  section.three-columns .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; }
    section.three-columns .row .col {
      width: 33.333%;
      padding: 0 8px;
      margin: 0 0 16px; }
      @media (max-width: 767px) {
        section.three-columns .row .col {
          width: 100%;
          margin: 0 0 20px; } }
  section.three-columns .box {
    text-align: center;
    border: 1px solid #d4eefc;
    border-radius: 5px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 767px) {
      section.three-columns .box {
        max-width: 290px;
        margin: 0 auto; } }
    section.three-columns .box h3 {
      font-size: .83em;
      line-height: 1.5;
      font-weight: 700;
      margin: 0;
      padding: 15px 5px;
      text-transform: uppercase; }

.single-post .g-content article, .single-lay-leadership .g-content article {
  position: relative;
  padding-top: 110px; }
  @media (max-width: 1199px) {
    .single-post .g-content article, .single-lay-leadership .g-content article {
      padding-top: 90px; } }
  @media (max-width: 1023px) {
    .single-post .g-content article, .single-lay-leadership .g-content article {
      padding-top: 70px; } }
  .single-post .g-content article:before, .single-lay-leadership .g-content article:before {
    position: absolute;
    top: -63px;
    height: 118px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    background: #003871; }
    @media (max-width: 1199px) {
      .single-post .g-content article:before, .single-lay-leadership .g-content article:before {
        height: 105px; } }
    @media (max-width: 1023px) {
      .single-post .g-content article:before, .single-lay-leadership .g-content article:before {
        height: 92px; } }

.g-content article .content {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.44em;
  line-height: 1.5; }

.g-content article .img-thumbnail {
  text-align: center; }

.g-content article .title {
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #cfebe5;
  margin: 0 0 30px; }
  .g-content article .title h1 {
    font-size: 30px;
    margin: 0; }
    @media (max-width: 1199px) {
      .g-content article .title h1 {
        font-size: 27px; } }
    @media (max-width: 1023px) {
      .g-content article .title h1 {
        font-size: 23px; } }

section.posts-row .col {
  padding: 33px 0;
  border-bottom: 1px solid #d4eefc;
  overflow: hidden;
  font-size: 22px;
  line-height: 32px; }
  @media (max-width: 1199px) {
    section.posts-row .col {
      font-size: 19px;
      line-height: 29px; } }
  @media (max-width: 1023px) {
    section.posts-row .col {
      font-size: 17px;
      line-height: 25px; } }
  section.posts-row .col h4 {
    color: #0050a2;
    font-size: 26px;
    line-height: 39px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0; }
    @media (max-width: 1199px) {
      section.posts-row .col h4 {
        font-size: 23px;
        line-height: 35px; } }
    @media (max-width: 1023px) {
      section.posts-row .col h4 {
        font-size: 20px;
        line-height: 30px; } }
    section.posts-row .col h4 a {
      text-decoration: none; }
    section.posts-row .col h4:hover {
      color: #003871; }
  section.posts-row .col p {
    margin: 0 0 15px; }
  section.posts-row .col .img-holder {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: 10px; }
    @media (max-width: 679px) {
      section.posts-row .col .img-holder {
        width: 50%; } }
    section.posts-row .col .img-holder img {
      width: 100%; }

section.posts-list {
  padding: 25px 0 15px; }
  section.posts-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; }
    section.posts-list ul li {
      width: 25%;
      padding: 0 8px;
      margin: 0 0 16px; }
      @media (max-width: 1023px) {
        section.posts-list ul li {
          width: 50%; } }
      @media (max-width: 479px) {
        section.posts-list ul li {
          width: 100%; } }
  section.posts-list .box {
    border: 1px solid #d4eefc;
    background: #fff;
    height: 100%; }
    section.posts-list .box .txt-holder {
      padding: 28px 22px;
      font-size: .83em; }
      section.posts-list .box .txt-holder h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        color: #0050a2;
        margin: 0 0 14px; }
        @media (max-width: 1199px) {
          section.posts-list .box .txt-holder h4 {
            font-size: 15px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          section.posts-list .box .txt-holder h4 {
            font-size: 14px;
            line-height: 21px; } }
        section.posts-list .box .txt-holder h4 a {
          color: inherit;
          text-decoration: none; }
          section.posts-list .box .txt-holder h4 a:hover {
            color: #003871; }
      section.posts-list .box .txt-holder p {
        margin: 0 0 23px; }
    section.posts-list .box img {
      width: 100%; }

div[tkf-wrap-guid="tkf-client-window-wrap-1"] iframe {
  margin-bottom: 0; }

.events-section {
  padding: 72px 0 50px;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #0050a2; }
  .events-section + div iframe {
    margin-bottom: 0; }
  .events-section:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
    background-repeat: no-repeat; }
  .events-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 23vw;
    content: "";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/brushStroke-onMessage-tem.png");
    pointer-events: none;
    margin-top: -1px;
    z-index: 1; }
  .events-section h2 {
    text-align: center;
    color: #fff;
    font: 400 50px/1.5 "Merienda", cursive;
    margin: 0 0 30px; }
    @media (max-width: 1199px) {
      .events-section h2 {
        font-size: 44px; } }
    @media (max-width: 1023px) {
      .events-section h2 {
        font-size: 42px; } }
    @media (max-width: 767px) {
      .events-section h2 {
        font-size: 40px; } }

.btn {
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #0050a2;
  font-weight: 700;
  background: #0050a2;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }
  .btn:hover {
    background: #fff;
    color: #0050a2; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.container {
  max-width: 1225px;
  margin: 0 auto;
  padding: 0 20px; }
  .container .container {
    padding: 0; }
  .container .min-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

.text-x-large {
  font-size: 30px !important; }
  @media (max-width: 767px) {
    .text-x-large {
      font-size: 23px !important; } }

.text-large {
  font-size: 26px !important;
  line-height: 1.346 !important; }
  @media (max-width: 1199px) {
    .text-large {
      font-size: 23px !important;
      line-height: 1.347 !important; } }
  @media (max-width: 1023px) {
    .text-large {
      font-size: 20px !important;
      line-height: 1.35 !important; } }
  @media (max-width: 767px) {
    .text-large {
      font-size: 20px !important; } }

.text-medium {
  font-size: 18px !important; }

.search .post img, .search .page img, .search .lay-leadership img {
  max-width: 320px; }
/*# sourceMappingURL=style.css.map */