/*!
 *
 * Copyright (c) 2020 Grayhorse Enterprises, LLC
 * All Rights Reserved.
 *
 * Created by Lawton Marketing Group
 * Interested in our work? Visit us at:
 *
 * http://lawtonmg.com
 *
 */
@import url("//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
@import url("//primeagentmarketing.s3.us-west-2.amazonaws.com/library/fontawesome/6.1.0/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i");
html {
  display: none;
}

html.pam-ready {
  display: block;
}

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
    HTML5 display definitions
    ========================================================================== */
/*
  * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
  * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
  * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
  * and Safari 4.
  * Known issue: no IE 6 support.
  */
[hidden] {
  display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/*
  * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
  *    `em` units.
  * 2. Prevents iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
  * Addresses `font-family` inconsistency between `textarea` and other form
  * elements.
  */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
  * Addresses margins handled incorrectly in IE 6/7.
  */
body {
  margin: 0;
}

/* ==========================================================================
    Links
    ========================================================================== */
/*
  * Addresses `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}

/*
  * Improves readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/*
  * Addresses font sizes and margins set differently in IE 6/7.
  * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
  * and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
  * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

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

/*
  * Addresses margins set differently in IE 6/7.
  */
p,
pre {
  margin: 1em 0;
}

/*
  * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
  * Improves readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
  * Addresses CSS quotes not supported in IE 6/7.
  */
q {
  quotes: none;
}

/*
  * Addresses `quotes` property not supported in Safari 4.
  */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
  * Prevents `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;
}

/* ==========================================================================
    Lists
    ========================================================================== */
/*
  * Addresses margins set differently in IE 6/7.
  */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
  * Addresses paddings set differently in IE 6/7.
  */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
  * Corrects list images handled incorrectly in IE 7.
  */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
    Embedded content
    ========================================================================== */
/*
  * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
  * 2. Improves image quality when scaled in IE 7.
  */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
  * Corrects overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
    Figures
    ========================================================================== */
/*
  * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
  */
figure {
  margin: 0;
}

/* ==========================================================================
    Forms
    ========================================================================== */
/*
  * Corrects margin displayed oddly in IE 6/7.
  */
form {
  margin: 0;
}

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

/*
  * 1. Corrects color not being inherited in IE 6/7/8/9.
  * 2. Corrects text not wrapping in Firefox 3.
  * 3. Corrects alignment displayed oddly in IE 6/7.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
  * 1. Corrects font size not being inherited in all browsers.
  * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
  *    and Chrome.
  * 3. Improves appearance and consistency in all browsers.
  */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Corrects inability to style clickable `input` types in iOS.
  * 3. Improves usability and consistency of cursor style between image-type
  *    `input` and others.
  * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
  *    Known issue: inner spacing remains in IE 6.
  */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
  * 1. Addresses box sizing set to content-box in IE 8/9.
  * 2. Removes excess padding in IE 8/9.
  * 3. Removes excess padding in IE 7.
  *    Known issue: excess padding remains in IE 6.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
  * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
  * Removes inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
  * 1. Removes default vertical scrollbar in IE 6/7/8/9.
  * 2. Improves readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* Classes for use with @extend */
.pam-container {
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}

.pam-icon, .pam-mobile-nav > ul > li > a:after, .pam-page-interior .pam-page-content .pam-expander > .pam-expander-title:after {
  display: inline-block;
  font-family: PamAwesome, FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Clear float content  */
.pam-clear, .pam-clearfix:after, .pam-row:after {
  clear: both;
  display: block;
  content: "";
}

/* Prevent FontAwesome icons from disappearing by inserting <label>description</label> tags */
[class^="lmg-fa"] label,
.pam-fa label,
.fa label {
  display: none;
}

/* Responsive rows and columns */
.pam-grid {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.pam-grid-row {
  display: table-row;
}

@media only screen and (min-width: 641px) {
  .pam-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pam-flex.je {
    justify-content: flex-end;
  }
  .pam-flex.jc {
    justify-content: center;
  }
  .pam-flex.sb {
    justify-content: space-between;
  }
  .pam-flex.sa {
    justify-content: space-around;
  }
  .pam-flex.ai {
    align-items: center;
  }
  .pam-flex.ae {
    align-items: flex-end;
  }
  .pam-flex > .pam-columns {
    float: none !important;
  }
}

ul.pam-flex {
  list-style: none;
  justify-content: center;
}

ul.pam-flex li {
  margin: 0 10px;
}

.pam-column,
.pam-columns {
  padding: 0 1.25%;
  width: 100%;
}

.pam-column.pam-collapse,
.pam-columns.pam-collapse {
  padding: 0;
}

.pam-span-12 {
  width: 100%;
}

.pam-span-11 {
  width: 91.66%;
}

.pam-span-10 {
  width: 83.33%;
}

.pam-span-9 {
  width: 75%;
}

.pam-span-8 {
  width: 66.66%;
}

.pam-span-7 {
  width: 58.33%;
}

.pam-span-6 {
  width: 50%;
}

.pam-span-5 {
  width: 41.66%;
}

.pam-span-4 {
  width: 33.33%;
}

.pam-span-3 {
  width: 25%;
}

.pam-span-2 {
  width: 16.66%;
}

.pam-span-1 {
  width: 8.33%;
}

[class*=pam-span-].pam-columns {
  float: left;
}

.pam-flex [class*=pam-span-].pam-columns {
  float: none;
}

.pam-span-pull-11 {
  position: relative;
  left: -91.66667%;
}

.pam-span-pull-10 {
  position: relative;
  left: -83.33333%;
}

.pam-span-pull-9 {
  position: relative;
  left: -75%;
}

.pam-span-pull-8 {
  position: relative;
  left: -66.66667%;
}

.pam-span-pull-7 {
  position: relative;
  left: -58.33333%;
}

.pam-span-pull-6 {
  position: relative;
  left: -50%;
}

.pam-span-pull-5 {
  position: relative;
  left: -41.66667%;
}

.pam-span-pull-4 {
  position: relative;
  left: -33.33333%;
}

.pam-span-pull-3 {
  position: relative;
  left: -25%;
}

.pam-span-pull-2 {
  position: relative;
  left: -16.66667%;
}

.pam-span-pull-1 {
  position: relative;
  left: -8.33333%;
}

.pam-span-push-11 {
  position: relative;
  left: 91.66667%;
}

.pam-span-push-10 {
  position: relative;
  left: 83.33333%;
}

.pam-span-push-9 {
  position: relative;
  left: 75%;
}

.pam-span-push-8 {
  position: relative;
  left: 66.66667%;
}

.pam-span-push-7 {
  position: relative;
  left: 58.33333%;
}

.pam-span-push-6 {
  position: relative;
  left: 50%;
}

.pam-span-push-5 {
  position: relative;
  left: 41.66667%;
}

.pam-span-push-4 {
  position: relative;
  left: 33.33333%;
}

.pam-span-push-3 {
  position: relative;
  left: 25%;
}

.pam-span-push-2 {
  position: relative;
  left: 16.66667%;
}

.pam-span-push-1 {
  position: relative;
  left: 8.33333%;
}

.pam-span-offset-11 {
  margin-left: 91.66667%;
}

.pam-span-offset-10 {
  margin-left: 83.33333%;
}

.pam-span-offset-9 {
  margin-left: 75%;
}

.pam-span-offset-8 {
  margin-left: 66.66667%;
}

.pam-span-offset-7 {
  margin-left: 58.33333%;
}

.pam-span-offset-6 {
  margin-left: 50%;
}

.pam-span-offset-5 {
  margin-left: 41.66667%;
}

.pam-span-offset-4 {
  margin-left: 33.33333%;
}

.pam-span-offset-3 {
  margin-left: 25%;
}

.pam-span-offset-2 {
  margin-left: 16.66667%;
}

.pam-span-offset-1 {
  margin-left: 8.33333%;
}

.pam-span-order-1 {
  order: 1;
}

.pam-span-order-2 {
  order: 2;
}

.pam-span-order-3 {
  order: 3;
}

[class*=pam-span-].pam-cell {
  display: table-cell;
  vertical-align: top;
}

@media screen {
  .pam-small-12 {
    width: 100%;
  }
  .pam-small-11 {
    width: 91.66%;
  }
  .pam-small-10 {
    width: 83.33%;
  }
  .pam-small-9 {
    width: 75%;
  }
  .pam-small-8 {
    width: 66.66%;
  }
  .pam-small-7 {
    width: 58.33%;
  }
  .pam-small-6 {
    width: 50%;
  }
  .pam-small-5 {
    width: 41.66%;
  }
  .pam-small-4 {
    width: 33.33%;
  }
  .pam-small-3 {
    width: 25%;
  }
  .pam-small-2 {
    width: 16.66%;
  }
  .pam-small-1 {
    width: 8.33%;
  }
  [class*=pam-small-].pam-columns {
    float: left;
  }
  .pam-flex [class*=pam-small-].pam-columns {
    float: none;
  }
  .pam-small-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .pam-small-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .pam-small-pull-9 {
    position: relative;
    left: -75%;
  }
  .pam-small-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .pam-small-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .pam-small-pull-6 {
    position: relative;
    left: -50%;
  }
  .pam-small-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .pam-small-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .pam-small-pull-3 {
    position: relative;
    left: -25%;
  }
  .pam-small-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .pam-small-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .pam-small-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .pam-small-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .pam-small-push-9 {
    position: relative;
    left: 75%;
  }
  .pam-small-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .pam-small-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .pam-small-push-6 {
    position: relative;
    left: 50%;
  }
  .pam-small-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .pam-small-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .pam-small-push-3 {
    position: relative;
    left: 25%;
  }
  .pam-small-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .pam-small-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .pam-small-offset-11 {
    margin-left: 91.66667%;
  }
  .pam-small-offset-10 {
    margin-left: 83.33333%;
  }
  .pam-small-offset-9 {
    margin-left: 75%;
  }
  .pam-small-offset-8 {
    margin-left: 66.66667%;
  }
  .pam-small-offset-7 {
    margin-left: 58.33333%;
  }
  .pam-small-offset-6 {
    margin-left: 50%;
  }
  .pam-small-offset-5 {
    margin-left: 41.66667%;
  }
  .pam-small-offset-4 {
    margin-left: 33.33333%;
  }
  .pam-small-offset-3 {
    margin-left: 25%;
  }
  .pam-small-offset-2 {
    margin-left: 16.66667%;
  }
  .pam-small-offset-1 {
    margin-left: 8.33333%;
  }
  .pam-small-order-1 {
    order: 1;
  }
  .pam-small-order-2 {
    order: 2;
  }
  .pam-small-order-3 {
    order: 3;
  }
  [class*=pam-small-].pam-cell {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (min-width: 641px) {
  .pam-medium-12 {
    width: 100%;
  }
  .pam-medium-11 {
    width: 91.66%;
  }
  .pam-medium-10 {
    width: 83.33%;
  }
  .pam-medium-9 {
    width: 75%;
  }
  .pam-medium-8 {
    width: 66.66%;
  }
  .pam-medium-7 {
    width: 58.33%;
  }
  .pam-medium-6 {
    width: 50%;
  }
  .pam-medium-5 {
    width: 41.66%;
  }
  .pam-medium-4 {
    width: 33.33%;
  }
  .pam-medium-3 {
    width: 25%;
  }
  .pam-medium-2 {
    width: 16.66%;
  }
  .pam-medium-1 {
    width: 8.33%;
  }
  [class*=pam-medium-].pam-columns {
    float: left;
  }
  .pam-flex [class*=pam-medium-].pam-columns {
    float: none;
  }
  .pam-medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .pam-medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .pam-medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .pam-medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .pam-medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .pam-medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .pam-medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .pam-medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .pam-medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .pam-medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .pam-medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .pam-medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .pam-medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .pam-medium-push-9 {
    position: relative;
    left: 75%;
  }
  .pam-medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .pam-medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .pam-medium-push-6 {
    position: relative;
    left: 50%;
  }
  .pam-medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .pam-medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .pam-medium-push-3 {
    position: relative;
    left: 25%;
  }
  .pam-medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .pam-medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .pam-medium-offset-11 {
    margin-left: 91.66667%;
  }
  .pam-medium-offset-10 {
    margin-left: 83.33333%;
  }
  .pam-medium-offset-9 {
    margin-left: 75%;
  }
  .pam-medium-offset-8 {
    margin-left: 66.66667%;
  }
  .pam-medium-offset-7 {
    margin-left: 58.33333%;
  }
  .pam-medium-offset-6 {
    margin-left: 50%;
  }
  .pam-medium-offset-5 {
    margin-left: 41.66667%;
  }
  .pam-medium-offset-4 {
    margin-left: 33.33333%;
  }
  .pam-medium-offset-3 {
    margin-left: 25%;
  }
  .pam-medium-offset-2 {
    margin-left: 16.66667%;
  }
  .pam-medium-offset-1 {
    margin-left: 8.33333%;
  }
  .pam-medium-order-1 {
    order: 1;
  }
  .pam-medium-order-2 {
    order: 2;
  }
  .pam-medium-order-3 {
    order: 3;
  }
  [class*=pam-medium-].pam-cell {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-large-12 {
    width: 100%;
  }
  .pam-large-11 {
    width: 91.66%;
  }
  .pam-large-10 {
    width: 83.33%;
  }
  .pam-large-9 {
    width: 75%;
  }
  .pam-large-8 {
    width: 66.66%;
  }
  .pam-large-7 {
    width: 58.33%;
  }
  .pam-large-6 {
    width: 50%;
  }
  .pam-large-5 {
    width: 41.66%;
  }
  .pam-large-4 {
    width: 33.33%;
  }
  .pam-large-3 {
    width: 25%;
  }
  .pam-large-2 {
    width: 16.66%;
  }
  .pam-large-1 {
    width: 8.33%;
  }
  [class*=pam-large-].pam-columns {
    float: left;
  }
  .pam-flex [class*=pam-large-].pam-columns {
    float: none;
  }
  .pam-large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .pam-large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .pam-large-pull-9 {
    position: relative;
    left: -75%;
  }
  .pam-large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .pam-large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .pam-large-pull-6 {
    position: relative;
    left: -50%;
  }
  .pam-large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .pam-large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .pam-large-pull-3 {
    position: relative;
    left: -25%;
  }
  .pam-large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .pam-large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .pam-large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .pam-large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .pam-large-push-9 {
    position: relative;
    left: 75%;
  }
  .pam-large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .pam-large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .pam-large-push-6 {
    position: relative;
    left: 50%;
  }
  .pam-large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .pam-large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .pam-large-push-3 {
    position: relative;
    left: 25%;
  }
  .pam-large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .pam-large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .pam-large-offset-11 {
    margin-left: 91.66667%;
  }
  .pam-large-offset-10 {
    margin-left: 83.33333%;
  }
  .pam-large-offset-9 {
    margin-left: 75%;
  }
  .pam-large-offset-8 {
    margin-left: 66.66667%;
  }
  .pam-large-offset-7 {
    margin-left: 58.33333%;
  }
  .pam-large-offset-6 {
    margin-left: 50%;
  }
  .pam-large-offset-5 {
    margin-left: 41.66667%;
  }
  .pam-large-offset-4 {
    margin-left: 33.33333%;
  }
  .pam-large-offset-3 {
    margin-left: 25%;
  }
  .pam-large-offset-2 {
    margin-left: 16.66667%;
  }
  .pam-large-offset-1 {
    margin-left: 8.33333%;
  }
  .pam-large-order-1 {
    order: 1;
  }
  .pam-large-order-2 {
    order: 2;
  }
  .pam-large-order-3 {
    order: 3;
  }
  [class*=pam-large-].pam-cell {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1401px) {
  .pam-xlarge-12 {
    width: 100%;
  }
  .pam-xlarge-11 {
    width: 91.66%;
  }
  .pam-xlarge-10 {
    width: 83.33%;
  }
  .pam-xlarge-9 {
    width: 75%;
  }
  .pam-xlarge-8 {
    width: 66.66%;
  }
  .pam-xlarge-7 {
    width: 58.33%;
  }
  .pam-xlarge-6 {
    width: 50%;
  }
  .pam-xlarge-5 {
    width: 41.66%;
  }
  .pam-xlarge-4 {
    width: 33.33%;
  }
  .pam-xlarge-3 {
    width: 25%;
  }
  .pam-xlarge-2 {
    width: 16.66%;
  }
  .pam-xlarge-1 {
    width: 8.33%;
  }
  [class*=pam-xlarge-].pam-columns {
    float: left;
  }
  .pam-flex [class*=pam-xlarge-].pam-columns {
    float: none;
  }
  .pam-xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .pam-xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .pam-xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .pam-xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .pam-xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .pam-xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .pam-xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .pam-xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .pam-xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .pam-xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .pam-xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .pam-xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .pam-xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .pam-xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .pam-xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .pam-xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .pam-xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .pam-xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .pam-xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .pam-xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .pam-xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .pam-xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .pam-xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .pam-xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .pam-xlarge-offset-9 {
    margin-left: 75%;
  }
  .pam-xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .pam-xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .pam-xlarge-offset-6 {
    margin-left: 50%;
  }
  .pam-xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .pam-xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .pam-xlarge-offset-3 {
    margin-left: 25%;
  }
  .pam-xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .pam-xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .pam-xlarge-order-1 {
    order: 1;
  }
  .pam-xlarge-order-2 {
    order: 2;
  }
  .pam-xlarge-order-3 {
    order: 3;
  }
  [class*=pam-xlarge-].pam-cell {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1801px) {
  .pam-xxlarge-12 {
    width: 100%;
  }
  .pam-xxlarge-11 {
    width: 91.66%;
  }
  .pam-xxlarge-10 {
    width: 83.33%;
  }
  .pam-xxlarge-9 {
    width: 75%;
  }
  .pam-xxlarge-8 {
    width: 66.66%;
  }
  .pam-xxlarge-7 {
    width: 58.33%;
  }
  .pam-xxlarge-6 {
    width: 50%;
  }
  .pam-xxlarge-5 {
    width: 41.66%;
  }
  .pam-xxlarge-4 {
    width: 33.33%;
  }
  .pam-xxlarge-3 {
    width: 25%;
  }
  .pam-xxlarge-2 {
    width: 16.66%;
  }
  .pam-xxlarge-1 {
    width: 8.33%;
  }
  [class*=pam-xxlarge-].pam-columns {
    float: left;
  }
  .pam-flex [class*=pam-xxlarge-].pam-columns {
    float: none;
  }
  .pam-xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .pam-xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .pam-xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .pam-xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .pam-xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .pam-xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .pam-xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .pam-xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .pam-xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .pam-xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .pam-xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .pam-xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .pam-xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .pam-xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .pam-xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .pam-xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .pam-xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .pam-xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .pam-xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .pam-xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .pam-xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .pam-xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .pam-xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .pam-xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .pam-xxlarge-offset-9 {
    margin-left: 75%;
  }
  .pam-xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .pam-xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .pam-xxlarge-offset-6 {
    margin-left: 50%;
  }
  .pam-xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .pam-xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .pam-xxlarge-offset-3 {
    margin-left: 25%;
  }
  .pam-xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .pam-xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .pam-xxlarge-order-1 {
    order: 1;
  }
  .pam-xxlarge-order-2 {
    order: 2;
  }
  .pam-xxlarge-order-3 {
    order: 3;
  }
  [class*=pam-xxlarge-].pam-cell {
    display: table-cell;
    vertical-align: top;
  }
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-99 {
  margin-bottom: 99px;
}

/* Utility classes */
.pam-button {
  background-color: #1f295c;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.5s;
  display: inline-block;
}

.pam-button:hover {
  opacity: .65;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #fff;
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  z-index: 99999;
  overflow-y: auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  left: -999999px;
  opacity: 0;
  transition: opacity 1s, left 0s ease 1s;
}

.popup-container .popup-headshot-container img {
  position: relative;
  width: 90%;
  z-index: 101;
}

.popup-container .popup-headshot-container .under-headshot {
  padding: 1em;
  border: 3px solid #a7c14d;
  text-align: center;
  padding-top: 100px;
  position: relative;
  top: -90px;
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list {
  text-align: center;
  margin: 0;
  padding: 0;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .popup-container .popup-headshot-container .under-headshot ul.popup-contact-list {
    display: flex;
  }
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li {
  width: 100%;
  list-style: none;
  margin: 3px;
}

@media only screen and (min-width: 1025px) {
  .popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li {
    width: 33.3333%;
    margin: 0 3px;
  }
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li a {
  text-align: left;
  display: block;
  margin: 0 auto;
  background: #1f295c;
  color: #fff;
  padding: 1em 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li a:hover {
  background: #2f2311 !important;
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li a.linkedin {
  background: #007bb6;
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li a.email {
  background: #a7c14d;
}

.popup-container .popup-headshot-container .under-headshot ul.popup-contact-list li a i {
  display: block;
  margin-bottom: .25em;
  font-size: 1.5em;
}

.popup-container .popup-team-meta h4 {
  color: #a7c14d;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
}

.popup-container .popup-team-meta::after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background: #a7c14d;
  margin: 0.5em 0 0;
}

.popup-container hr {
  border: none;
  border-bottom: 1px solid #ddd;
}

.popup-container.flex-pop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-container.flex-pop > div {
  width: 100%;
  max-width: 1000px;
}

.popup-container h2 {
  color: #1f295c;
  text-transform: uppercase;
  margin: 0;
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 1025px) {
  .popup-container h2 {
    font-size: 2vw;
  }
}

.popup-container p {
  font-family: "Montserrat", sans-serif !important;
}

.popup-container h3 {
  color: #a7c14d;
  font-family: "Montserrat", sans-serif !important;
  font-size: .95em;
  font-weight: normal !important;
  letter-spacing: 2px;
}

.popup-container .bio-expander h3,
.popup-container h3.bio-top-title {
  font-size: 1.2em;
}

.popup-container .bio-expander {
  padding: 0.5em 0;
}

.bio-content {
  padding-top: 1em;
}

@media only screen and (min-width: 1025px) {
  .popup-container h3 {
    font-size: .85em;
  }
}

.popup-container a {
  color: #a7c14d;
  text-decoration: none;
}

.popup-container a.pam-button {
  color: #fff;
}

.popup-container.active {
  left: 50%;
  opacity: 1;
  transition: opacity 1s, left 0s;
}

.pam-drop-down {
  position: relative;
  z-index: 2;
}

.pam-drop-down > ul {
  display: none;
  background: #efefef;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  position: absolute;
}

.pam-drop-down a {
  display: block;
  background: #efefef;
  color: #444;
  padding: 0.5em 1em;
  text-decoration: none;
  white-space: nowrap;
  -moz-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.pam-drop-down a:hover {
  background: #e2e2e2;
  color: #515151;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .widget-nautilus-staff-bio-inner p {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .tng__blog-sidebar, .tng__blog-container, .tng__video-row .tng__video-section {
    width: 100% !important;
  }
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5em 1em;
  background: #fff;
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  z-index: 99999;
  overflow-y: auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  left: -999999px;
  opacity: 0;
  transition: opacity 1s, left 0s ease 1s;
}

@media only screen and (min-width: 641px) {
  .popup-container {
    padding: 4em;
  }
}

.popup-container hr {
  border: none;
  border-bottom: 1px solid #ddd;
}

.popup-container.flex-pop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-container.flex-pop > div {
  width: 100%;
  max-width: 1000px;
}

.popup-container p a {
  color: #a7c14d;
  text-decoration: underline;
}

.popup-container p a:hover {
  text-decoration: none;
  color: #000;
}

.popup-container p a.pam-button {
  color: #fff;
}

.popup-container.active {
  left: 50%;
  opacity: 1;
  transition: opacity 1s, left 0s;
}

@media screen and (min-width: 700px) {
  .pop-accent-1 {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #a7c14d;
    border-left: 2px solid #a7c14d;
    z-index: 9999999;
    transform: translateX(-9999999999px);
  }
  .popup-active .pop-accent-1 {
    transform: translateX(0);
  }
  .pop-accent-2 {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #a7c14d;
    border-right: 2px solid #a7c14d;
    z-index: 9999999;
    transform: translateX(-9999999999px);
  }
  .popup-active .pop-accent-2 {
    transform: translateX(0);
  }
}

.close-popup {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 999999;
  background: #1f295c;
  width: 46px;
  height: 46px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transform: translateX(900px);
  opacity: 0;
  cursor: pointer !important;
  transition: opacity 0.5s, transform 0s ease 0.5s;
}

[data-popup] {
  cursor: pointer !important;
}

.popup-cast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 41, 92, 0.75);
  z-index: 99998;
  cursor: pointer !important;
  transform: translateY(-100%);
  transition: transform 1s;
}

.form-logo-container i {
  margin-right: 10px;
}

.form-logo-container a {
  color: #333;
}

.popup-active {
  overflow: hidden;
}

.popup-active .close-popup {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.5s, transform 0s;
}

.popup-active .popup-cast {
  transform: translateY(0);
}

.pam-footnote {
  font-size: 0.8125em;
  font-style: italic;
}

.pam-hidden {
  display: none;
}

.pam-inline-block {
  display: inline-block;
}

.pam-block {
  display: block;
}

.pam-inline {
  display: inline;
}

.pam-relative {
  position: relative;
}

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

.pam-text-left {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .pam-text-right {
  text-align: right;
}

}

.pam-left {
  float: left;
}

.pam-right {
  float: right;
}

@media screen {
  .pam-small-text-center {
    text-align: center;
  }
  .pam-small-text-left {
    text-align: left;
  }
  .pam-small-text-right {
    text-align: right;
  }
}

@media only screen and (max-width: 640px) {
  .pam-small-only-text-center {
    text-align: center;
  }
  .pam-small-only-text-left {
    text-align: left;
  }
  .pam-small-only-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 641px) {
  .pam-medium-text-center {
    text-align: center;
  }
  .pam-medium-text-left {
    text-align: left;
  }
  .pam-medium-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-medium-only-text-center {
    text-align: center;
  }
  .pam-medium-only-text-left {
    text-align: left;
  }
  .pam-medium-only-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-large-text-center {
    text-align: center;
  }
  .pam-large-text-left {
    text-align: left;
  }
  .pam-large-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .pam-large-only-text-center {
    text-align: center;
  }
  .pam-large-only-text-left {
    text-align: left;
  }
  .pam-large-only-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1401px) {
  .pam-xlarge-text-center {
    text-align: center;
  }
  .pam-xlarge-text-left {
    text-align: left;
  }
  .pam-xlarge-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1800px) {
  .pam-xlarge-only-text-center {
    text-align: center;
  }
  .pam-xlarge-only-text-left {
    text-align: left;
  }
  .pam-xlarge-only-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1801px) {
  .pam-xxlarge-text-center {
    text-align: center;
  }
  .pam-xxlarge-text-left {
    text-align: left;
  }
  .pam-xxlarge-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1801px) and (max-width: 999999999999) {
  .pam-xxlarge-only-text-center {
    text-align: center;
  }
  .pam-xxlarge-only-text-left {
    text-align: left;
  }
  .pam-xxlarge-only-text-right {
    text-align: right;
  }
}

/* Visibility classes */
.pam-show-for-small-only {
  display: none;
}

@media only screen and (max-width: 640px) {
  .pam-hide-for-small-only {
    display: none;
  }
  .pam-show-for-small-only {
    display: block;
  }
}

.pam-show-for-medium-only {
  display: none;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-hide-for-medium-only {
    display: none;
  }
  .pam-show-for-medium-only {
    display: block;
  }
}

.pam-show-for-medium-up {
  display: none;
}

@media only screen and (min-width: 641px) {
  .pam-hide-for-medium-up {
    display: none;
  }
  .pam-show-for-medium-up {
    display: block;
  }
}

.pam-show-for-large-up {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .pam-hide-for-large-up {
    display: none;
  }
  .pam-show-for-large-up {
    display: block;
  }
}

.mt-1 {
  margin-top: "1px";
}

.mt-2 {
  margin-top: "2px";
}

.mt-3 {
  margin-top: "3px";
}

.mt-4 {
  margin-top: "4px";
}

.mt-5 {
  margin-top: "5px";
}

.mt-6 {
  margin-top: "6px";
}

.mt-7 {
  margin-top: "7px";
}

.mt-8 {
  margin-top: "8px";
}

.mt-9 {
  margin-top: "9px";
}

.mt-10 {
  margin-top: "10px";
}

.mt-11 {
  margin-top: "11px";
}

.mt-12 {
  margin-top: "12px";
}

.mt-13 {
  margin-top: "13px";
}

.mt-14 {
  margin-top: "14px";
}

.mt-15 {
  margin-top: "15px";
}

.mt-16 {
  margin-top: "16px";
}

.mt-17 {
  margin-top: "17px";
}

.mt-18 {
  margin-top: "18px";
}

.mt-19 {
  margin-top: "19px";
}

.mt-20 {
  margin-top: "20px";
}

.mt-21 {
  margin-top: "21px";
}

.mt-22 {
  margin-top: "22px";
}

.mt-23 {
  margin-top: "23px";
}

.mt-24 {
  margin-top: "24px";
}

.mt-25 {
  margin-top: "25px";
}

.mt-26 {
  margin-top: "26px";
}

.mt-27 {
  margin-top: "27px";
}

.mt-28 {
  margin-top: "28px";
}

.mt-29 {
  margin-top: "29px";
}

.mt-30 {
  margin-top: "30px";
}

.mt-31 {
  margin-top: "31px";
}

.mt-32 {
  margin-top: "32px";
}

.mt-33 {
  margin-top: "33px";
}

.mt-34 {
  margin-top: "34px";
}

.mt-35 {
  margin-top: "35px";
}

.mt-36 {
  margin-top: "36px";
}

.mt-37 {
  margin-top: "37px";
}

.mt-38 {
  margin-top: "38px";
}

.mt-39 {
  margin-top: "39px";
}

.mt-40 {
  margin-top: "40px";
}

.mt-41 {
  margin-top: "41px";
}

.mt-42 {
  margin-top: "42px";
}

.mt-43 {
  margin-top: "43px";
}

.mt-44 {
  margin-top: "44px";
}

.mt-45 {
  margin-top: "45px";
}

.mt-46 {
  margin-top: "46px";
}

.mt-47 {
  margin-top: "47px";
}

.mt-48 {
  margin-top: "48px";
}

.mt-49 {
  margin-top: "49px";
}

.mt-50 {
  margin-top: "50px";
}

.mt-51 {
  margin-top: "51px";
}

.mt-52 {
  margin-top: "52px";
}

.mt-53 {
  margin-top: "53px";
}

.mt-54 {
  margin-top: "54px";
}

.mt-55 {
  margin-top: "55px";
}

.mt-56 {
  margin-top: "56px";
}

.mt-57 {
  margin-top: "57px";
}

.mt-58 {
  margin-top: "58px";
}

.mt-59 {
  margin-top: "59px";
}

.mt-60 {
  margin-top: "60px";
}

.mt-61 {
  margin-top: "61px";
}

.mt-62 {
  margin-top: "62px";
}

.mt-63 {
  margin-top: "63px";
}

.mt-64 {
  margin-top: "64px";
}

.mt-65 {
  margin-top: "65px";
}

.mt-66 {
  margin-top: "66px";
}

.mt-67 {
  margin-top: "67px";
}

.mt-68 {
  margin-top: "68px";
}

.mt-69 {
  margin-top: "69px";
}

.mt-70 {
  margin-top: "70px";
}

.mt-71 {
  margin-top: "71px";
}

.mt-72 {
  margin-top: "72px";
}

.mt-73 {
  margin-top: "73px";
}

.mt-74 {
  margin-top: "74px";
}

.mt-75 {
  margin-top: "75px";
}

.mt-76 {
  margin-top: "76px";
}

.mt-77 {
  margin-top: "77px";
}

.mt-78 {
  margin-top: "78px";
}

.mt-79 {
  margin-top: "79px";
}

.mt-80 {
  margin-top: "80px";
}

.mt-81 {
  margin-top: "81px";
}

.mt-82 {
  margin-top: "82px";
}

.mt-83 {
  margin-top: "83px";
}

.mt-84 {
  margin-top: "84px";
}

.mt-85 {
  margin-top: "85px";
}

.mt-86 {
  margin-top: "86px";
}

.mt-87 {
  margin-top: "87px";
}

.mt-88 {
  margin-top: "88px";
}

.mt-89 {
  margin-top: "89px";
}

.mt-90 {
  margin-top: "90px";
}

.mt-91 {
  margin-top: "91px";
}

.mt-92 {
  margin-top: "92px";
}

.mt-93 {
  margin-top: "93px";
}

.mt-94 {
  margin-top: "94px";
}

.mt-95 {
  margin-top: "95px";
}

.mt-96 {
  margin-top: "96px";
}

.mt-97 {
  margin-top: "97px";
}

.mt-98 {
  margin-top: "98px";
}

.mt-99 {
  margin-top: "99px";
}

.mt-100 {
  margin-top: "100px";
}

.video-wrapper-norm video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-wrapper-norm,
.pam-video-wrapper,
.pam-iframe-wrapper,
.pam-map-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.video-wrapper-norm iframe,
.pam-video-wrapper iframe,
.pam-iframe-wrapper iframe,
.pam-map-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-wrapper-norm.pam-aspect-4-3,
.pam-video-wrapper.pam-aspect-4-3,
.pam-iframe-wrapper.pam-aspect-4-3,
.pam-map-wrapper.pam-aspect-4-3 {
  padding-bottom: 75%;
}

.video-wrapper-norm.pam-aspect-16-9,
.pam-video-wrapper.pam-aspect-16-9,
.pam-iframe-wrapper.pam-aspect-16-9,
.pam-map-wrapper.pam-aspect-16-9 {
  padding-bottom: 56.25%;
}

.video-wrapper-norm.pam-aspect-2-1,
.pam-video-wrapper.pam-aspect-2-1,
.pam-iframe-wrapper.pam-aspect-2-1,
.pam-map-wrapper.pam-aspect-2-1 {
  padding-bottom: 50%;
}

.video-wrapper-norm.pam-aspect-1-1,
.pam-video-wrapper.pam-aspect-1-1,
.pam-iframe-wrapper.pam-aspect-1-1,
.pam-map-wrapper.pam-aspect-1-1 {
  padding-bottom: 100%;
}

@media screen {
  .video-wrapper-norm.pam-small-aspect-4-3,
  .pam-video-wrapper.pam-small-aspect-4-3,
  .pam-iframe-wrapper.pam-small-aspect-4-3,
  .pam-map-wrapper.pam-small-aspect-4-3 {
    padding-bottom: 75%;
  }
  .video-wrapper-norm.pam-small-aspect-16-9,
  .pam-video-wrapper.pam-small-aspect-16-9,
  .pam-iframe-wrapper.pam-small-aspect-16-9,
  .pam-map-wrapper.pam-small-aspect-16-9 {
    padding-bottom: 56.25%;
  }
  .video-wrapper-norm.pam-small-aspect-2-1,
  .pam-video-wrapper.pam-small-aspect-2-1,
  .pam-iframe-wrapper.pam-small-aspect-2-1,
  .pam-map-wrapper.pam-small-aspect-2-1 {
    padding-bottom: 50%;
  }
  .video-wrapper-norm.pam-small-aspect-1-1,
  .pam-video-wrapper.pam-small-aspect-1-1,
  .pam-iframe-wrapper.pam-small-aspect-1-1,
  .pam-map-wrapper.pam-small-aspect-1-1 {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .video-wrapper-norm.pam-medium-aspect-4-3,
  .pam-video-wrapper.pam-medium-aspect-4-3,
  .pam-iframe-wrapper.pam-medium-aspect-4-3,
  .pam-map-wrapper.pam-medium-aspect-4-3 {
    padding-bottom: 75%;
  }
  .video-wrapper-norm.pam-medium-aspect-16-9,
  .pam-video-wrapper.pam-medium-aspect-16-9,
  .pam-iframe-wrapper.pam-medium-aspect-16-9,
  .pam-map-wrapper.pam-medium-aspect-16-9 {
    padding-bottom: 56.25%;
  }
  .video-wrapper-norm.pam-medium-aspect-2-1,
  .pam-video-wrapper.pam-medium-aspect-2-1,
  .pam-iframe-wrapper.pam-medium-aspect-2-1,
  .pam-map-wrapper.pam-medium-aspect-2-1 {
    padding-bottom: 50%;
  }
  .video-wrapper-norm.pam-medium-aspect-1-1,
  .pam-video-wrapper.pam-medium-aspect-1-1,
  .pam-iframe-wrapper.pam-medium-aspect-1-1,
  .pam-map-wrapper.pam-medium-aspect-1-1 {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .video-wrapper-norm.pam-large-aspect-4-3,
  .pam-video-wrapper.pam-large-aspect-4-3,
  .pam-iframe-wrapper.pam-large-aspect-4-3,
  .pam-map-wrapper.pam-large-aspect-4-3 {
    padding-bottom: 75%;
  }
  .video-wrapper-norm.pam-large-aspect-16-9,
  .pam-video-wrapper.pam-large-aspect-16-9,
  .pam-iframe-wrapper.pam-large-aspect-16-9,
  .pam-map-wrapper.pam-large-aspect-16-9 {
    padding-bottom: 56.25%;
  }
  .video-wrapper-norm.pam-large-aspect-2-1,
  .pam-video-wrapper.pam-large-aspect-2-1,
  .pam-iframe-wrapper.pam-large-aspect-2-1,
  .pam-map-wrapper.pam-large-aspect-2-1 {
    padding-bottom: 50%;
  }
  .video-wrapper-norm.pam-large-aspect-1-1,
  .pam-video-wrapper.pam-large-aspect-1-1,
  .pam-iframe-wrapper.pam-large-aspect-1-1,
  .pam-map-wrapper.pam-large-aspect-1-1 {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 1401px) {
  .video-wrapper-norm.pam-xlarge-aspect-4-3,
  .pam-video-wrapper.pam-xlarge-aspect-4-3,
  .pam-iframe-wrapper.pam-xlarge-aspect-4-3,
  .pam-map-wrapper.pam-xlarge-aspect-4-3 {
    padding-bottom: 75%;
  }
  .video-wrapper-norm.pam-xlarge-aspect-16-9,
  .pam-video-wrapper.pam-xlarge-aspect-16-9,
  .pam-iframe-wrapper.pam-xlarge-aspect-16-9,
  .pam-map-wrapper.pam-xlarge-aspect-16-9 {
    padding-bottom: 56.25%;
  }
  .video-wrapper-norm.pam-xlarge-aspect-2-1,
  .pam-video-wrapper.pam-xlarge-aspect-2-1,
  .pam-iframe-wrapper.pam-xlarge-aspect-2-1,
  .pam-map-wrapper.pam-xlarge-aspect-2-1 {
    padding-bottom: 50%;
  }
  .video-wrapper-norm.pam-xlarge-aspect-1-1,
  .pam-video-wrapper.pam-xlarge-aspect-1-1,
  .pam-iframe-wrapper.pam-xlarge-aspect-1-1,
  .pam-map-wrapper.pam-xlarge-aspect-1-1 {
    padding-bottom: 100%;
  }
}

@media only screen and (min-width: 1801px) {
  .video-wrapper-norm.pam-xxlarge-aspect-4-3,
  .pam-video-wrapper.pam-xxlarge-aspect-4-3,
  .pam-iframe-wrapper.pam-xxlarge-aspect-4-3,
  .pam-map-wrapper.pam-xxlarge-aspect-4-3 {
    padding-bottom: 75%;
  }
  .video-wrapper-norm.pam-xxlarge-aspect-16-9,
  .pam-video-wrapper.pam-xxlarge-aspect-16-9,
  .pam-iframe-wrapper.pam-xxlarge-aspect-16-9,
  .pam-map-wrapper.pam-xxlarge-aspect-16-9 {
    padding-bottom: 56.25%;
  }
  .video-wrapper-norm.pam-xxlarge-aspect-2-1,
  .pam-video-wrapper.pam-xxlarge-aspect-2-1,
  .pam-iframe-wrapper.pam-xxlarge-aspect-2-1,
  .pam-map-wrapper.pam-xxlarge-aspect-2-1 {
    padding-bottom: 50%;
  }
  .video-wrapper-norm.pam-xxlarge-aspect-1-1,
  .pam-video-wrapper.pam-xxlarge-aspect-1-1,
  .pam-iframe-wrapper.pam-xxlarge-aspect-1-1,
  .pam-map-wrapper.pam-xxlarge-aspect-1-1 {
    padding-bottom: 100%;
  }
}

.pam-map-wrapper {
  padding-bottom: 26.25%;
}

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

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Scheherazade New", sans-serif;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #1f295c;
}

a:hover {
  color: #a7c14d;
}

p {
  line-height: 2;
}

h1 {
  font-size: 2.4em;
  line-height: 1.4;
}

h2 {
  font-size: 1.8em;
  line-height: 1.4;
}

h3 {
  font-size: 1.4em;
  line-height: 1.35;
}

h4 {
  font-size: 1.25em;
  line-height: 1.25;
}

h5 {
  font-size: 1.125em;
  line-height: 1.2;
}

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

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

.emerald-footer {
  font-size: 0.6875em;
}

.cycle-slideshow {
  position: relative;
  z-index: 0;
}

.pam-auto-nav {
  position: relative;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .pam-auto-nav {
    display: flex;
    justify-content: flex-end;
  }
}

.pam-auto-nav a {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.5s;
  font-size: .9em;
}

@media screen and (min-width: 1410px) {
  .pam-auto-nav a {
    padding: 0.5em 1em;
  }
}

.pam-auto-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.pam-auto-nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.pam-auto-nav > ul > li {
  display: inline-block;
}

.pam-auto-nav > ul > li > a {
  font-family: "Montserrat", sans-serif !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .72em;
  position: relative;
}

@media screen and (min-width: 1530px) {
  .pam-auto-nav > ul > li > a {
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 1340px) {
  .pam-auto-nav > ul > li > a {
    font-size: .8em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1165px) {
  .pam-auto-nav > ul > li > a {
    font-size: .92vw;
  }
}

.pam-auto-nav > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #a7c14d;
  margin: 0;
  transition: all 0.5s;
}

.pam-auto-nav > ul > li:last-child > a {
  overflow: hidden;
}

/* .pam-auto-nav > ul > li:last-child > a span {
   position: relative;
   z-index: 10;
   transition: all 0.5s;
 }
 
 .pam-auto-nav > ul > li:last-child > a::after {
   display: block;
   content: ""; 
   width: 110%; 
   height: 100%; 
   position: absolute; 
  top: 0; 
   left: 50%; 
    background: #fff; 
    transform: translate(-50%, 100%); 
   transition: all 0.5s;
 } 
 
 .pam-auto-nav > ul > li:last-child > a:hover span {
   color: #1f295c;
 }
 
 .pam-auto-nav > ul > li:last-child > a:hover::after {
   transform: translate(-50%, 0);
   width: 110%;
 }*/
.pam-auto-nav > ul > li:hover > a {
  background: none;
  color: #fff;
}

.pam-auto-nav > ul > li:hover > a::after {
  width: 100%;
}

/*
 .pam-auto-nav > ul > li:last-child > a {
   border: 1px solid #fff;
   padding: 10px 20px;
 }
 
 .pam-auto-nav > ul > li:last-child > a:hover {
   background: #fff;
   color: #1f295c;
 } 
 */
.pam-auto-nav > ul > li:last-child .pam-sub-nav > ul {
  right: 0;
}

.pam-auto-nav .pam-sub-nav {
  position: relative;
}

.pam-auto-nav .pam-sub-nav > ul {
  background: #1f295c;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  display: none;
  margin: 0;
  min-width: 100%;
  position: absolute;
}

.pam-auto-nav .pam-sub-nav > ul a {
  background: #1f295c;
  color: #fff;
  font-size: .85em;
}

.pam-auto-nav .pam-sub-nav > ul a:hover {
  background: #121836;
  color: #fff;
}

body {
  left: 0;
  position: relative;
  top: 40px;
}

@media only screen and (min-width: 1025px) {
  body {
    top: 0;
  }
}

.pam-mobile-nav-toggle {
  background-color: #1f295c;
  color: #fff;
  cursor: pointer;
  left: 0;
  line-height: 1em;
  padding: 0.5em 0.75em;
  position: fixed;
  top: 0;
  z-index: 1003;
  width: 100%;
  font-size: 1.25em;
}

.pam-mobile-nav {
  bottom: 0;
  left: -100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
  background: #efefef;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-mobile-nav {
    left: -350px;
    width: 350px;
  }
}

.pam-mobile-nav, .pam-mobile-nav a {
  color: #444;
}

.pam-mobile-nav a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  padding: 1em;
  text-decoration: none;
}

.pam-mobile-nav a.pam-mobile-nav-close {
  background-color: #a7c14d;
  color: white;
}

.pam-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pam-mobile-nav ul ul {
  background: #fcfcfc;
}

.pam-mobile-nav > ul > li > a {
  position: relative;
  cursor: pointer;
}

.pam-mobile-nav > ul > li > a:after {
  display: block;
  position: absolute;
  top: 0.4em;
  right: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1em;
  width: 1em;
  font-size: 2em;
  line-height: 1em;
  content: "\f105";
}

.pam-mobile-nav > ul > li.active > a {
  background: #e2e2e2;
}

.pam-mobile-nav > ul > li.active > a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pam-mobile-nav > ul > li > .pam-mobile-nav-close:after,
.pam-mobile-nav > ul > li > a[href]:after {
  content: none !important;
}

html.pam-mobile-nav-active {
  overflow-x: hidden;
}

html.pam-mobile-nav-active .pam-mobile-nav {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  left: 0;
}

.pam-mobile-nav, .pam-mobile-nav-toggle, body {
  transition: left 0.4s;
}

@media only screen and (min-width: 1025px) {
  .pam-mobile-nav-toggle,
  .pam-mobile-nav {
    display: none;
  }
  html.pam-mobile-nav-active body {
    left: 0;
  }
}

.pam-push-container {
  min-height: 100%;
  width: 100%;
}

.pam-sticky-wrapper {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.pam-sticky-content {
  display: table-row;
  height: 100%;
}

.pam-sticky-footer {
  display: table-row;
  height: 1px;
}

.pam-expander-title {
  cursor: pointer;
  position: relative;
  padding-right: 42px;
}

.pam-expander-content {
  display: none;
}

.pam-expander > .pam-expander-title,
.popup-container h3.bio-top-title {
  color: #1f295c;
}

.pam-page-interior .pam-page-content .pam-expander > .pam-expander-title:after {
  content: "\f107";
  position: absolute;
  font-size: 1em;
  top: 0px;
  right: 0.5em;
  width: 30px;
  height: 30px;
  background: #1f295c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.pam-page-interior .pam-page-content .pam-expander > h2.pam-expander-title:after {
  top: -20px;
}

.icons-services > .pam-columns {
  width: calc(50% - 1em);
  margin: .5em;
  padding: 0;
}

.icons-services > .pam-columns .pam-expander-content {
  padding: 1em 2em;
}

.icons-services .pam-expander > h2.pam-expander-title {
  font-size: 1.5em;
}

.icons-services .pam-expander > h2.pam-expander-title i {
  margin-right: 20px;
  background: #a7c14d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
}

.int-tier.fo-tier .pam-expander,
.int-tier.ccp-4 .pam-expander {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.int-tier.fo-tier .pam-expander > h3.pam-expander-title,
.int-tier.fo-tier .pam-expander > h2.pam-expander-title,
.int-tier.ccp-4 .pam-expander > h2.pam-expander-title {
  font-size: 1.75em;
}

.int-tier.fo-tier .pam-expander.active > h3.pam-expander-title::after,
.int-tier.fo-tier .pam-expander.active > h2.pam-expander-title::after,
.int-tier.ccp-4 .pam-expander.active > h2.pam-expander-title::after {
  transform: rotate(180deg);
}

.pam-expander.active > .pam-expander-title {
  color: #a7c14d;
}

.pam-expander.active > .pam-expander-title:after {
  content: "\f106";
  background: #a7c14d;
}

@media only screen and (max-width: 640px) {
  .pam-section h2.pam-expander-title {
    font-size: 1.5em !important;
  }
}

/*!
 Animate.css - http://daneden.me/animate
 Licensed under the MIT license - http://opensource.org/licenses/MIT
 Copyright (c) 2015 Daniel Eden
 */
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: "zoomIn";
  animation-name: "zoomIn";
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: "zoomInDown";
  animation-name: "zoomInDown";
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: "zoomInLeft";
  animation-name: "zoomInLeft";
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: "zoomInRight";
  animation-name: "zoomInRight";
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: "zoomInUp";
  animation-name: "zoomInUp";
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: "zoomOut";
  animation-name: "zoomOut";
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: "zoomOutDown";
  animation-name: "zoomOutDown";
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: "zoomOutLeft";
  animation-name: "zoomOutLeft";
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: "zoomOutRight";
  animation-name: "zoomOutRight";
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: "zoomOutUp";
  animation-name: "zoomOutUp";
}

.pam-page-index .pam-header {
  animation-delay: 1s;
}

.pam-header {
  padding: 10px;
  max-width: 100%;
  background: #1F295C;
  position: relative;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 999;
}

.pam-header .top-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-right: 0;
}

.pam-header .top-header a.pam-button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background: none;
  position: relative;
  overflow: hidden;
  font-size: .8em;
  letter-spacing: 1px;
  color: #fff;
}

.pam-header .top-header a.pam-button span {
  transition: all 0.5s;
  position: relative;
}

.pam-header .top-header a.pam-button:hover span {
  color: #1f295c;
}

.pam-header .top-header a.pam-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 100%;
  background: #fff;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}

.pam-header .top-header a.pam-button:hover::before {
  transform: translate(-50%, 0);
}

.pam-header .top-header a.pam-button:hover {
  opacity: 1 !important;
}

.sticky-header .top-header a.pam-button {
  color: #1f295c;
  border: 1px solid #1f295c;
}

.sticky-header .top-header a.pam-button::before {
  background: #1f295c;
  color: #fff;
}

.sticky-header .pam-header .top-header a.pam-button:hover::before {
  transform: translate(-50%, 0);
}

.sticky-header .pam-header .top-header a.pam-button:hover span {
  color: #fff;
}

.pam-header .top-header ul {
  margin: 0;
  padding: 0;
}

.pam-header .top-header ul li {
  display: inline-block;
  margin-left: 10px;
}

.pam-header .top-header ul li a[class^="lmg-fa"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #1f295c;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
}

.pam-header .top-header ul li a[class^="lmg-fa"].lmg-fa-facebook-f {
  background: #3b5998;
  color: #fff;
}

.pam-header .top-header ul li a[class^="lmg-fa"].lmg-fa-linkedin-in {
  background: #007bb6;
  color: #fff;
}

@media only screen and (min-width: 641px) {
  .pam-header {
    top: 20px;
    width: calc(100% - 40px);
    left: 20px;
    z-index: 9997;
    background: none;
    position: absolute;
    transition: top 0s;
  }
  .sticky-header .pam-header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-header {
    z-index: 997;
  }
  .sticky-header .pam-header {
    top: 34px;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-header {
    z-index: 9997;
  }
}

.pam-header .pam-container {
  max-width: 100%;
}

.pam-header .logo-left img {
  width: 400px;
  max-width: 100%;
  transition: all 0.5s;
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-header .logo-left img {
    max-width: 300px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .pam-header .logo-left img {
    width: 200px;
  }
}

.pam-header .logo-left h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.pam-header .header-right .cl-container {
  margin-right: 1em;
}

.pam-header .header-right .cl-container a.button {
  text-transform: uppercase;
}

.pam-header .header-right .cl-container .pam-hover-drop-down .pam-drop-down ul {
  right: 0;
  font-size: .85em;
}

.sticky-header .pam-header {
 backround: none;
}
.pam-header::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.sticky-header .pam-header::before{
  background: #fff;
}
.sticky-header .pam-header .logo-left img {
  width: 300px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .sticky-header .pam-header .logo-left img {
    max-width: 200px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .sticky-header .pam-header .logo-left img {
    width: 200px;
  }
}

.sticky-header .pam-header .cl-container a.pam-button {
  font-size: .75em;
}

.sticky-header .pam-header .pam-auto-nav > ul > li > a {
  font-size: .75em;
  color: #1f295c;
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .sticky-header .pam-header .pam-auto-nav > ul > li > a {
    font-size: .95vw;
    letter-spacing: 1px;
  }
}

.sticky-header .pam-header .pam-auto-nav > ul > li:hover > a {
  color: #333;
}

/*
 .sticky-header .pam-header .pam-auto-nav > ul > li:last-child > a {
   border: 1px solid #1f295c;
 }
 
 .sticky-header .pam-header .pam-auto-nav > ul > li:last-child > a:hover {
  color: #fff; 
 }
 
 .sticky-header .pam-header .pam-auto-nav > ul > li:last-child > a:hover span {
   color: #fff; 
 }
 
 .sticky-header .pam-header .pam-auto-nav > ul > li:last-child > a:hover::after {
   background: #1f295c;
   transform: translate(-50%, 0);
 } */
.pam-sub-footer {
  background: #1f295c url("/files/93838/watermark.png") no-repeat center center/auto 15%;
  color: #fff;
  padding: 4em 1em 2em;
}

@media screen and (min-width: 1024px) {
  .pam-sub-footer {
    background: #1f295c url("/files/93838/watermark.png") no-repeat center center/auto 90%;
    color: #fff;
    padding: 4em 1em 2em;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .pam-sub-footer {
    background: #1f295c url("/files/93838/watermark.png") no-repeat center center/auto 35%;
    color: #fff;
    padding: 4em 1em 2em;
  }
}

.pam-sub-footer p, .pam-sub-footer li {
  font-family: "Montserrat", sans-serif !important;
  color: #fff !important;
}

.pam-sub-footer a.pam-button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background: none;
  position: relative;
  overflow: hidden;
  font-size: .85em;
  width: 300px;
  letter-spacing: 2px;
  color: #fff;
}

.pam-sub-footer a.pam-button span {
  transition: all 0.5s;
  position: relative;
}

.pam-sub-footer h3 + p {
  margin: 0;
}

.pam-sub-footer a.pam-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 100%;
  background: #fff;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}

.pam-sub-footer a.pam-button:hover {
  opacity: 1;
}

.pam-sub-footer a.pam-button:hover span {
  color: #1f295c;
}

.pam-sub-footer a.pam-button:hover::before {
  transform: translate(-50%, 0);
}

.pam-sub-footer img {
  width: 300px;
}

.pam-sub-footer a {
  color: #fff;
  text-decoration: none;
}

.pam-sub-footer p {
  color: #fff !important;
}

@media only screen and (min-width: 1025px) {
  .pam-sub-footer p {
    font-size: 0.95vw !important;
  }
}

@media only screen and (min-width: 1801px) {
  .pam-sub-footer p {
    font-size: 0.8vw !important;
  }
}

.pam-sub-footer h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .pam-sub-footer h2 {
    font-size: 1.8vw !important;
  }
}

@media only screen and (min-width: 1801px) {
  .pam-sub-footer h2 {
    font-size: 1.6vw !important;
  }
}

.pam-sub-footer h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #a7c14d;
  margin: 20px auto;
}

.pam-footer {
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  color: #fff !important;
}

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

.reg-rep {
  color: #f00;
}

@media only screen and (max-width: 1024px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  [data-ani] {
    opacity: 0;
    visibility: 0;
  }
  [data-ani].animated {
    opacity: 1;
    visibility: visible;
  }
}

ul.buttons-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.buttons-list li {
  display: inline-block;
  margin-bottom: .25em;
}

ul.buttons-list li a {
  display: inline-block;
  width: 300px;
}

.pam-page-index .hero {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 100px 1em 1em;
  overflow: hidden;
  border: 20px solid #fff;
}

.pam-page-index .hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .hero {
    height: 100vh;
    padding: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .hero {
    padding: 200px 1em 1em;
  }
}

@media screen and (orientation: landscape) and (max-width: 899px) {
  .pam-page-index .hero {
    padding: 130px 1em 1em;
  }
}

.pam-page-index .hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.25);
}

.pam-page-index .hero .overlay-text {
  position: relative;
  z-index: 102;
  width: 1500px;
  max-width: 90%;
}

@media only screen and (max-width: 640px) {
  .pam-page-index .hero .overlay-text {
    max-width: 100%;
  }
}

.pam-page-index .hero .overlay-text .inner-text {
  max-width: 750px;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .hero .overlay-text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.pam-page-index .hero .overlay-text h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  margin: 0 0 20px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .pam-page-index .hero .overlay-text h2 {
    font-size: 6.5vw;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .hero .overlay-text h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .hero .overlay-text h2 {
    font-size: 5em;
  }
}

.pam-page-index .hero .overlay-text h2 span {
  display: block;
}

.pam-page-index .hero .overlay-text p {
  margin: 0 0 30px;
}

.pam-page-index .hero .overlay-text p.subheadline {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .hero .overlay-text p.subheadline {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .hero .overlay-text p.subheadline {
    font-size: 1.45em;
  }
}

.pam-page-index .hero .overlay-text a.pam-button {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background: none;
  position: relative;
  overflow: hidden;
  font-size: .85em;
  letter-spacing: 2px;
}

.pam-page-index .hero .overlay-text a.pam-button span {
  transition: all 0.5s;
  position: relative;
}

.pam-page-index .hero .overlay-text a.pam-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 100%;
  background: #fff;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}

.pam-page-index .hero .overlay-text a.pam-button:hover {
  opacity: 1;
}

.pam-page-index .hero .overlay-text a.pam-button:hover span {
  color: #1f295c;
}

.pam-page-index .hero .overlay-text a.pam-button:hover::before {
  transform: translate(-50%, 0);
}

.pam-page-index [class^="pam-tier-"] {
  padding: 4em 2em;
}

.pam-page-index [class^="pam-tier-"] h2 {
  color: #1f295c;
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index [class^="pam-tier-"] h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index [class^="pam-tier-"] h2 {
    font-size: 2.5em;
  }
}

.pam-page-index [class^="pam-tier-"] h2::after {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  background: #a7c14d;
  margin: 0.5em 0 1em;
}

.pam-page-index [class^="pam-tier-"] p, .pam-page-index [class^="pam-tier-"] li {
  font-family: "Montserrat", sans-serif !important;
}

.pam-page-index [class^="pam-tier-"] a.pam-button {
  border: 1px solid #1f295c;
  color: #1f295c;
  text-transform: uppercase;
  background: none;
  position: relative;
  overflow: hidden;
  font-size: .85em;
  letter-spacing: 2px;
}

.pam-page-index [class^="pam-tier-"] a.pam-button span {
  transition: all 0.5s;
  position: relative;
}

.pam-page-index [class^="pam-tier-"] a.pam-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 100%;
  background: #1f295c;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}

.pam-page-index [class^="pam-tier-"] a.pam-button:hover {
  opacity: 1;
}

.pam-page-index [class^="pam-tier-"] a.pam-button:hover span {
  color: #fff;
}

.pam-page-index [class^="pam-tier-"] a.pam-button:hover::before {
  transform: translate(-50%, 0);
}

.pam-page-index .pam-tier-1 {
  background: #f7f9fb;
}

@media only screen and (min-width: 641px) {
  .pam-page-index .pam-tier-1 {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
}

.pam-page-index .pam-tier-1 h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-1 h2 {
    font-size: 3em;
  }
}

.pam-page-index .pam-tier-1 h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #a7c14d;
  margin: 20px 0;
}

.pam-page-index .pam-tier-2,
.pam-page-index .pam-tier-4 {
  padding: 0;
  text-align: center;
  position: relative;
  padding: 5vw 1vw;
  background: #f7f9fb;
}

@media only screen and (min-width: 641px) {
  .pam-page-index .pam-tier-2,
  .pam-page-index .pam-tier-4,
  .pam-page-index .pam-tier-6 {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  .pam-page-index .pam-tier-6 {
    border-bottom: 20px solid #fff;
  }
}

.pam-page-index .pam-tier-2 .pam-container,
.pam-page-index .pam-tier-4 .pam-container {
  max-width: calc(1500px + 2em);
}

.pam-page-index .pam-tier-2 h2,
.pam-page-index .pam-tier-4 h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-2 h2,
  .pam-page-index .pam-tier-4 h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .pam-tier-2 h2,
  .pam-page-index .pam-tier-4 h2 {
    font-size: 2.5em;
  }
}

.pam-page-index .pam-tier-2 h2::after,
.pam-page-index .pam-tier-4 h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #a7c14d;
  margin: 20px auto;
}

.pam-page-index .pam-tier-2 .pam-columns,
.pam-page-index .pam-tier-4 .pam-columns {
  background: #fff;
  padding: 6em 2em;
  width: calc(25% - 2em);
  margin: 0 1em;
  color: #0f2648;
  border-bottom: 2px solid #0f2648;
  position: relative;
  transition: all 0.5s;
}

.pam-page-index .pam-tier-2 .pam-columns a.overlay-link,
.pam-page-index .pam-tier-4 .pam-columns a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.pam-page-index .pam-tier-2 .pam-columns a.overlay-link label,
.pam-page-index .pam-tier-4 .pam-columns a.overlay-link label {
  display: none;
}

.pam-page-index .pam-tier-2 .pam-columns:hover,
.pam-page-index .pam-tier-4 .pam-columns:hover {
  background: #1f295c;
  border-bottom: 2px solid #1f295c !important;
  color: #fff !important;
}

.pam-page-index .pam-tier-2 .pam-columns:hover i,
.pam-page-index .pam-tier-4 .pam-columns:hover i,
.pam-page-index .pam-tier-2 .pam-columns:hover em,
.pam-page-index .pam-tier-4 .pam-columns:hover em {
  background: none !important;
  border: 1px solid #fff;
}

.pam-page-index .pam-tier-2 .pam-columns:nth-child(6),
.pam-page-index .pam-tier-2 .pam-columns:nth-child(2),
.pam-page-index .pam-tier-4 .pam-columns:nth-child(6),
.pam-page-index .pam-tier-4 .pam-columns:nth-child(2) {
  color: #a7c14d;
  border-bottom: 2px solid #a7c14d;
}

.pam-page-index .pam-tier-2 .pam-columns:nth-child(6) i,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(2) i,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(6) i,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(2) i,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(6) em,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(2) em,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(6) em,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(2) em {
  background: #a7c14d;
}

.pam-page-index .pam-tier-2 .pam-columns:nth-child(7),
.pam-page-index .pam-tier-2 .pam-columns:nth-child(3),
.pam-page-index .pam-tier-4 .pam-columns:nth-child(7),
.pam-page-index .pam-tier-4 .pam-columns:nth-child(3) {
  border-bottom: 2px solid #2f2311;
  color: #2f2311;
}

.pam-page-index .pam-tier-2 .pam-columns:nth-child(7) i,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(3) i,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(7) i,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(3) i,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(7) em,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(3) em,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(7) em,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(3) em {
  background: #2f2311;
}

.pam-page-index .pam-tier-2 .pam-columns:nth-child(4),
.pam-page-index .pam-tier-4 .pam-columns:nth-child(4) {
  border-bottom: 2px solid #204e75;
  color: #204e75;
}

.pam-page-index .pam-tier-2 .pam-columns:nth-child(4) i,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(4) i,
.pam-page-index .pam-tier-2 .pam-columns:nth-child(4) em,
.pam-page-index .pam-tier-4 .pam-columns:nth-child(4) em {
  background: #204e75;
}

.pam-page-index .pam-tier-2 h2,
.pam-page-index .pam-tier-4 h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  color: #fff;
  color: #1f295c;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-2 h2,
  .pam-page-index .pam-tier-4 h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .pam-tier-2 h2,
  .pam-page-index .pam-tier-4 h2 {
    font-size: 2.5em;
  }
}

.pam-page-index .pam-tier-2 .intro-container,
.pam-page-index .pam-tier-4 .intro-container {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.pam-page-index .pam-tier-2 i,
.pam-page-index .pam-tier-4 i,
.pam-page-index .pam-tier-2 em,
.pam-page-index .pam-tier-4 em {
  font-size: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #0f2648;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto 20px;
  position: relative;
}

.pam-page-index .pam-tier-2 h3,
.pam-page-index .pam-tier-4 h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
  margin: 20px auto 0;
  font-size: .85em;
}

.pam-page-index .pam-tier-4 {
  border-bottom: 20px solid #fff;
}

.pam-page-index .pam-tier-4 .pam-columns {
  margin-bottom: 1em;
}

.pam-page-index .pam-tier-3 {
  padding: 3em 1em;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-3 {
    padding: 12vw 1vw;
  }
}

.pam-page-index .pam-tier-3 .pam-container {
  position: relative;
}

.pam-page-index .pam-tier-3 .pam-container .content-container {
  padding: 0 4em;
}

@media only screen and (max-width: 1024px) {
  .pam-page-index .pam-tier-3 .pam-container .content-container {
    border-bottom: 2px solid #1f295c;
    background: #fff;
    padding: 2em 1em;
    margin: 1em 0;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-3 .pam-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 140%;
    width: 80%;
    background: #fff;
    transform: translate(0, -50%);
    border-bottom: 2px solid #1f295c;
  }
  .pam-page-index .pam-tier-3.right-box .pam-container::before {
  right: 0 !important;
  }
}

.pam-tier-3.right-box img{
  border: 1px solid #1F295C;
}

.pam-page-index .pam-tier-3 h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  line-height: 1;
  color: #1f295c;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-3 h2 {
    font-size: 3em;
  }
}

.pam-page-index .pam-tier-3 h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #a7c14d;
  margin: 20px 0;
}

.pam-page-index .pam-tier-2 {
  background: #f7f9fb;
  padding: 0 1vw;
}

.pam-page-index .pam-tier-2 .pam-container {
  max-width: 1500px;
  padding: 0em 2em 4em;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-2 .pam-container {
    padding: 4em;
  }
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex {
  background: url("/files/93838/118219305_lel.jpg") no-repeat center center/cover;
  position: relative;
  padding: 0;
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns {
  background: none;
  border: none;
  color: #fff;
  border: 0;
  border-right: 2px solid #fff;
  padding: 3em 1.5em;
  width: 100%;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns {
    width: 25%;
    padding: 8em 2em;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns {
    border-bottom: 2px solid #fff;
  }
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.5s;
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns:last-child {
  border: 0;
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns i {
  background: none;
  border: 1px solid #fff;
  position: relative;
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns h3 {
  position: relative;
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns:hover {
  border-bottom: 0 !important;
}

.pam-page-index .pam-tier-2 .pam-container .pam-flex .pam-columns:hover::before {
  background: rgba(0, 0, 0, 0.65);
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-1 {
    padding: 5vw 1vw;
  }
}

.pam-page-index .pam-tier-1 .pam-container {
  max-width: 1500px;
}

.pam-page-index .pam-tier-1 .pam-columns.pam-large-7 {
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-1 .pam-columns.pam-large-7 {
    padding: 5em 0;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-1 .pam-columns.pam-large-7 > div {
    padding: 6em;
    background: #fff;
    position: relative;
    left: -100px;
    width: calc(100% + 100px);
    border-bottom: 2px solid #1f295c;
  }
}

.pam-page-index .pam-tier-1 .pam-columns.pam-large-5 {
  background-color: #1f295c;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.pam-page-index .pam-tier-1 .pam-columns.photo-container {
  background: url("/files/93838/41047268_lel.jpg") no-repeat center right/cover;
}

.pam-page-index .pam-tier-3 {
  background: #f7f9fb;
}

@media only screen and (min-width: 641px) {
  .pam-page-index .pam-tier-3 {
    border: 20px solid #fff;
    border-top: 0;
    border-bottom: 0;
  }
}

.pam-page-index .pam-tier-3 .pam-columns.pam-large-7 > div {
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .pam-page-index .pam-tier-3 .pam-columns.pam-large-7 > div {
    left: 50px;
  }
}

.pam-page-index .pam-tier-3 .pam-columns.photo-container {
  background: url("/files/93838/template-tier2-column2.jpg") no-repeat left center/cover;
}

.pam-page-index .pam-tier-5 {
  background: #f7f9fb;
  padding: 4vw 1vw 4vw;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-top: 0;
}

.pam-page-index .pam-tier-5 h3 {
  color: #a7c14d;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 2px;
  margin-top: 1em;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-index .pam-tier-5 h3 {
    font-size: 1.1em;
  }
}

.pam-page-index .pam-tier-5 .pam-container {
  position: relative;
  padding: 2em;
}

.pam-page-index .pam-tier-5 .pam-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  width: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #1f295c;
}

.pam-page-index .pam-tier-5 .pam-container h2::after {
  margin: 20px auto;
}

.pam-page-index .pam-tier-5 .pam-columns {
  position: relative;
  padding: 0;
}

.pam-page-index .pam-tier-5 .pam-columns.first {
  padding-right: .5em;
}

.pam-page-index .pam-tier-5 .pam-columns.second {
  padding-left: .5em;
}

.pam-page-index .pam-tier-6 {
  background: #f7f9fb;
}

.pam-page-index .pam-tier-6 .pam-container {
  max-width: 850px;
  width: 100%;
  margin: 4em auto;
}

.pam-page-index .pam-tier-6 h2:after {
  margin: 0.5em auto 1em;
}

.why-grid .pam-columns {
  padding: 2em;
  border: 1px solid #1f295c;
}

@media only screen and (min-width: 1025px) {
  .why-grid .pam-columns {
    margin: 10px;
    width: calc(50% - 20px);
  }
}

.why-grid .pam-columns i {
  font-size: 3em;
  color: #1f295c;
}

ul.sm-list {
  margin: 1em 0 0;
  padding: 0;
}

ul.sm-list li {
  display: inline-block;
  margin: 0 5px;
}

ul.sm-list li > a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #1f295c;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.phone-icon i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #1f295c;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin-right: 5px;
}

ul.sm-list li > a:hover {
  text-decoration: none;
  border: 1px solid #A7C14D;
  color: #A7C14D !important;
}

ul.sm-list li > a.lmg-fa-facebook-f {
  background: #3b5998;
}

ul.sm-list li > a.lmg-fa-linkedin-in {
  background: #007bb6;
}

ul.sm-list li > a.lmg-fa-twitter {
  background: #00b6f1;
}

.pam-page-interior {
  background: #fff;
}

.pam-page-interior .pam-page-content-container .title-container {
  text-align: center;
  position: relative;
  background: url("/files/93838/interior-1.jpg") no-repeat center bottom -100px/cover;
  height: 35vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2em;
  border: 20px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1600px) {
  .pam-page-interior .pam-page-content-container .title-container {
    height: 66vh;
  }
   .pam-page-interior.pam-page-32 .pam-page-content-container .title-container {
      height: 45vh;
   }
}

@media screen and (min-width: 1601px) {
  .pam-page-interior .pam-page-content-container .title-container {
    height: 70vh;
  }
}

@media screen and (orientation: landscape) and (max-width: 899px) {
  .pam-page-interior .pam-page-content-container .title-container {
    height: 90vh;
  }
}

.pam-page-interior .pam-page-content-container .title-container.random1 {
  background: url("/files/93838/41067625_lel.jpg") no-repeat center center/cover;
}

.pam-page-interior .pam-page-content-container .title-container.random2 {
  background: url("/files/93838/97232303_lel.jpg") no-repeat center center/cover;
}

.pam-page-interior .pam-page-content-container .title-container.random3 {
  background: url("/files/93838/19452088_lel.jpg") no-repeat center center/cover;
}

.pam-page-interior .pam-page-content-container .title-container.random4 {
  background: url("/files/93838/163263441_lel.jpg") no-repeat center center/cover;
}

.pam-page-interior .pam-page-content-container .title-container.random5 {
  background: url("/files/93838/79479785_lel.jpg") no-repeat center center/cover;
}

.pam-page-13.pam-page-interior .pam-page-content-container .title-container {
  background: url(/files/93838/79479785_lel.jpg) no-repeat center center/cover;
}

.pam-page-11.pam-page-interior .pam-page-content-container .title-container {
  background: url("/files/93838/contact-hero.jpg") no-repeat top center/cover;
}
@media screen and (min-width: 1024px) {
  .pam-page-11.pam-page-interior .pam-page-content-container .title-container {
  background: url("/files/93838/contact-hero.jpg") no-repeat top 50px center/cover;
}
}


/*.pam-page-1.pam-page-interior .pam-page-content-container .title-container{
   background: url("https://washington-wealth-group.stewardpartners.com/files/93838/page-1-24.jpg") no-repeat top  center/cover;
}
 
@media only screen and (min-width: 1024px){
   .pam-page-1.pam-page-interior .pam-page-content-container .title-container{
      background: url("https://washington-wealth-group.stewardpartners.com/files/93838/page-1-24.jpg") no-repeat top -50px center/cover;
   }
}*/
.pam-page-interior .pam-page-content-container .title-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.pam-page-interior .pam-page-content-container .title-container .pam-container {
  position: relative;
  z-index: 100;
  max-width: 90%;
}

.pam-page-interior .pam-page-content-container .title-container .pam-container h1 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  color: #fff;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1025px) {
  .pam-page-interior .pam-page-content-container .title-container .pam-container h1 {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-interior .pam-page-content-container .title-container .pam-container h1 {
    font-size: 3em;
  }
}

.pam-page-interior .pam-page-content-container .title-container .pam-container h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #a7c14d;
  margin: 10px auto;
}

.pam-page-interior .pam-page-content-container > .pam-page-content {
  background: #f7f9fb;
  max-width: 100%;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div {
  display: flex;
  flex-wrap: wrap;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video {
  padding-bottom: 70px;
  position: relative;
  width: calc(100% - 10px);
  margin: 5px 5px;
  background: none;
  border: 1px solid #ddd;
}

@media only screen and (min-width: 1025px) {
  .pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video {
    width: calc(33.33% - 10px);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video {
    width: calc(50% - 10px);
  }
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-image {
  float: none;
  width: 100%;
  max-width: 100%;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-image img {
  width: 100%;
  max-width: 100% !important;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-body {
  width: 100%;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-body h3 {
  text-transform: uppercase;
  margin: 0.5em 0;
  font-weight: 900;
  line-height: 1;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-body h3::after {
  display: block;
  content: "";
  height: 5px;
  background: #a7c14d;
  width: 100px;
  margin: 0.5em 0;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-body p {
  font-size: 1rem;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .video-library > div .video > .video-body .watch a {
  display: inline-block;
  padding: 0.5em 2em;
  background: #1f295c;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  font-size: .9rem;
  letter-spacing: 2px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .address-container {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .pam-page-interior .pam-page-content-container > .pam-page-content .address-container {
    width: calc(33.333% - 2em);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pam-page-interior .pam-page-content-container > .pam-page-content .address-container {
    width: calc(50% - 2em);
    margin: 80px 1em 0;
  }
}

.pam-page-interior .pam-page-content-container > .pam-page-content .address-container h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.5em;
  color: #1f295c;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .address-container h3::after {
  display: none;
}

.pam-page-interior .pam-page-content-container > .pam-page-content .address-container a[href^="mailto"]:not(.lmg-fas),
.pam-page-interior .pam-page-content-container > .pam-page-content .address-container a[href^="tel"] {
  color: #333;
  text-decoration: none;
}

.int-tier {
  padding: 2.5em 1.1em;
  position: relative;
}

@media only screen and (min-width: 641px) {
  .int-tier {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    padding: 6vw 1vw;
  }
}

.int-tier.service-tier .img-sec {
  background: url("/files/93838/43989705_lel.jpg") no-repeat center center/cover;
  position: relative;
}

.int-tier.service-tier .img-sec:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .int-tier.service-tier .img-sec {
    border-top: 2px solid #1f295c;
  }
}

@media only screen and (min-width: 1025px) {
  .int-tier.service-tier .img-sec {
    border-bottom: 2px solid #1f295c;
  }
}

@media only screen and (max-width: 1024px) {
  .int-tier.service-tier .img-sec .pam-columns:last-child {
    border-top: 4px solid #fff;
  }
}

@media only screen and (min-width: 1025px) {
  .int-tier.service-tier .img-sec .pam-columns:last-child {
    border-left: 4px solid #fff;
  }
}

.int-tier.service-tier .img-sec h3 {
  color: #fff !important;
  font-weight: bold !important;
  font-family: "Scheherazade New", sans-serif !important;
}

.int-tier.service-tier h3 {
  font-weight: bold !important;
  font-family: "Scheherazade New", sans-serif !important;
  color: #a7c14d;
  font-size: 1.8em;
  letter-spacing: 1px;
}

.int-tier.service-tier .white-sec {
  color: #fff;
  padding: 3em 2em;
  position: relative;
  z-index: 2;
}

.int-tier.service-tier .white-sec p {
  color: #fff;
}

.int-tier.service-tier .white-box {
  background: #fff;
  padding: 3em 2em;
  border-bottom: 2px solid #1f295c;
}

.int-tier.service-tier .fancy-list li {
  padding-bottom: 1em;
  list-style: none;
}

.int-tier.service-tier .fancy-list li i {
  color: #1F295C;
  font-size: 1.2em;
}

.int-tier.team-intro {
  padding-top: 4vw;
  padding-bottom: 0;
}

.int-tier.team-tier {
  padding-top: 2vw;
  padding-bottom: 0;
}

.int-tier .team-container .pam-columns:hover img {
  filter: grayscale(0);
}

.int-tier .process-graphic img {
  position: sticky;
  top: 100px;
}

.int-tier .process-steps {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

.int-tier .process-steps h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  margin: 0;
  color: #1f295c;
  letter-spacing: 2px;
  font-size: 1.5em;
}

.int-tier .process-steps h3 + p {
  margin-top: 0;
}

.int-tier .process-steps.step-1 h3 {
  color: #173860;
}

.int-tier .process-steps.step-2 h3 {
  color: #284f77;
}

.int-tier .process-steps.step-3 h3 {
  color: #386084;
}

.int-tier .process-steps.step-4 h3 {
  color: #49789b;
}

.int-tier .process-steps.step-5 h3 {
  color: #6098ba;
}

.int-tier .investment-section {
  background: #fff;
  padding: 2em;
  display: none;
  border-bottom: 2px solid #1f295c;
}

@media only screen and (min-width: 641px) {
  .int-tier .investment-section {
    padding: 4em;
  }
}

.int-tier .investment-section.active {
  display: block;
}

.int-tier .investments-list {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  padding: 0;
  margin: 0;
}

.int-tier .investments-list li {
  width: 25%;
  padding: 2em 0.5em;
  list-style: none;
  background: #0f2648;
  position: relative;
  cursor: pointer !important;
}

@media only screen and (min-width: 641px) {
  .int-tier .investments-list li {
    width: 25%;
    padding: 2em 1em;
  }
}

@media only screen and (min-width: 1025px) {
  .int-tier .investments-list li {
    padding: 2em;
    padding: 2em 1em;
  }
}

.int-tier .investments-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.int-tier .investments-list li.active::after {
  display: block;
}

.int-tier .investments-list li:nth-child(2) {
  background: #a7c14d;
}

.int-tier .investments-list li:nth-child(3) {
  background: #2f2311;
}

.int-tier .investments-list li:nth-child(4) {
  background: #204e75;
}

.int-tier .investments-list li i,
.int-tier .investments-list li em {
  font-size: 1.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto 20px;
  transition: all 0.5s;
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (min-width: 641px) {
  .int-tier .investments-list li i,
  .int-tier .investments-list li em {
    font-size: 2.5em;
  }
}

.int-tier .investments-list li p {
  text-transform: uppercase;
  font-size: 2.2vw;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif !important;
}

@media only screen and (min-width: 1025px) {
  .int-tier .investments-list li p {
    font-size: .85em;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .int-tier .investments-list li p {
    font-size: .8em;
    letter-spacing: 2px;
  }
}

.int-tier.cta-tier {
  padding-top: 0vw;
}

.int-tier.cta-tier .intro-container {
  padding: 2em;
}

.int-tier.cta-tier .intro-container::before {
  border-left: 2px solid #a7c14d;
  border-top: 2px solid #a7c14d;
}

.int-tier.cta-tier .intro-container::after {
  border-right: 2px solid #a7c14d;
  border-bottom: 2px solid #a7c14d;
  bottom: 2em;
}

.int-tier.cta-tier .intro-container p {
  font-size: 1.5em;
  color: #1f295c;
}

.int-tier.nurture-tier .pam-flex {
  position: relative;
}

@media only screen and (min-width: 1801px) {
  .int-tier.nurture-tier .pam-flex {
    width: calc(100% + 2em);
  }
}

.int-tier.nurture-tier .pam-columns {
  padding: 2em 1em;
  background: #fff;
  margin: 1em 0;
  width: 100%;
}

@media only screen and (min-width: 1801px) {
  .int-tier.nurture-tier .pam-columns {
    padding: 6em;
  }
}

@media only screen and (min-width: 1025px) {
  .int-tier.nurture-tier .pam-columns {
    width: calc(50% - 2em);
    margin: 0 1em;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .int-tier.nurture-tier .pam-columns {
    width: calc(100% - 2em);
    padding: 3em 2em;
    margin: 1em;
  }
}

.int-tier.nurture-tier .pam-columns h3 {
  color: #a7c14d;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 2px;
}

.int-tier.consulting-tier {
  padding-top: 2vw;
}

.int-tier.consulting-tier h3 {
  color: #a7c14d;
  padding-bottom: 1em;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 1.15em;
}

.int-tier.consulting-tier .content-container.right > div {
  padding: 2em;
  left: 0;
}

.int-tier .consulting-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin-top: 1em;
}

.int-tier .consulting-list li {
  width: 100%;
  list-style: none;
  margin-bottom: 1em;
  font-size: .95em;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 641px) {
  .int-tier .consulting-list li {
    width: 50%;
  }
}

.int-tier .consulting-list i,
.int-tier .consulting-list em {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background: #1f295c;
  color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 0.5em 1em;
}

.int-tier .consulting-list em label {
  display: none;
}

.int-tier .consulting-list em.green {
  background: #a7c14d;
}

.int-tier .consulting-list em.gray {
  background: #2f2311;
}

.int-tier .consulting-list em.bluetwo {
  background: #204e75;
}

.int-tier.ed-tier {
  padding-bottom: 0;
}

.int-tier .ed-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.int-tier .ed-list em,
.int-tier .ed-list i {
  font-size: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #0f2648;
  border-radius: 100%;
  margin: 0 auto 20px;
  transition: all 0.5s;
  color: #fff;
}

.int-tier .ed-list li {
  width: calc(100% - 2em);
  margin: 0 1em 2em;
  color: #0f2648;
  list-style: none;
  position: relative;
  transition: all 0.5s;
}

@media only screen and (min-width: 1025px) {
  .int-tier .ed-list li {
    width: calc(25% - 2em);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .int-tier .ed-list li {
    width: calc(50% - 2em);
  }
}

.int-tier .ed-list li.green {
  color: #a7c14d;
}

.int-tier .ed-list li.green em {
  background: #a7c14d;
}

.int-tier .ed-list li.gray {
  color: #2f2311;
}

.int-tier .ed-list li.gray em {
  background: #2f2311;
}

.int-tier .ed-list li.bluetwo {
  color: #204e75;
}

.int-tier .ed-list li.bluetwo em {
  background: #204e75;
}

.int-tier .ed-list li h3 {
  font-size: 1em;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 2px;
  font-weight: normal;
}

.int-tier .ed-list li h3::after {
  display: none;
}

.int-tier .wwd-list,
.int-tier .pap-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.int-tier .wwd-list i,
.int-tier .wwd-list em,
.int-tier .pap-list i,
.int-tier .pap-list em {
  font-size: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #0f2648;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto 20px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.int-tier .wwd-list li,
.int-tier .pap-list li {
  background: #fff;
  padding: 2em 1em;
  width: calc(100% - 2em);
  margin: 0 1em 2em;
  color: #0f2648;
  list-style: none;
  position: relative;
  transition: all 0.5s;
  border-bottom: 2px solid #0f2648;
}

@media only screen and (min-width: 1025px) {
  .int-tier .wwd-list li {
    width: calc(25% - 2em);
    padding: 5em 2em;
  }
  .int-tier .pap-list li {
    width: calc(33.33% - 2em);
    padding: 5em 2em;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .int-tier .wwd-list li {
    width: calc(50% - 2em);
  }
}

.int-tier .wwd-list li h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  line-height: 1.3;
}

.int-tier .wwd-list li:nth-child(6),
.int-tier .wwd-list li:nth-child(2),
.int-tier .pap-list li:nth-child(2) {
  border-bottom: 2px solid #a7c14d;
}

.int-tier .wwd-list li:nth-child(6) h2,
.int-tier .wwd-list li:nth-child(2) h2,
.int-tier .pap-list li:nth-child(2) h3 {
  color: #a7c14d;
}

.int-tier .wwd-list li:nth-child(6) i,
.int-tier .wwd-list li:nth-child(2) i,
.int-tier .wwd-list li:nth-child(6) em,
.int-tier .wwd-list li:nth-child(2) em,
.int-tier .pap-list li:nth-child(2) em {
  background: #a7c14d;
}

.int-tier .wwd-list li:nth-child(7),
.int-tier .wwd-list li:nth-child(3) {
  border-bottom: 2px solid #2f2311;
}

.int-tier .wwd-list li:nth-child(7) h2,
.int-tier .wwd-list li:nth-child(3) h2 {
  color: #2f2311;
}

.int-tier .wwd-list li:nth-child(7) i,
.int-tier .wwd-list li:nth-child(3) i,
.int-tier .wwd-list li:nth-child(7) em,
.int-tier .wwd-list li:nth-child(3) em {
  background: #2f2311;
}

.int-tier .wwd-list li:nth-child(4),
.int-tier .pap-list li:nth-child(3) {
  border-bottom: 2px solid #204e75;
}

.int-tier .wwd-list li:nth-child(4) h2,
.int-tier .pap-list li:nth-child(3) h3 {
  color: #204e75;
}

.int-tier .wwd-list li:nth-child(4) i,
.int-tier .wwd-list li:nth-child(4) em,
.int-tier .pap-list li:nth-child(3) em {
  background: #204e75;
}

.int-tier .wwd-list li a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.int-tier .wwd-list li a.overlay-link label {
  display: none;
}

.int-tier .wwd-list li:hover {
  background: #1f295c;
  border-bottom: 2px solid #1f295c !important;
}

.int-tier .wwd-list li:hover a.pam-button {
  border: 1px solid #fff;
  color: #Fff;
}

.int-tier .wwd-list li:hover h2 {
  color: #fff;
}

.int-tier .wwd-list li:hover i,
.int-tier .wwd-list li:hover em {
  border: 1px solid #fff;
  background: none;
}

.int-tier .wwd-list li h2 {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
}

.int-tier .wwd-list li h2::after {
  display: none;
}

.int-tier .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0.5em;
}

@media only screen and (min-width: 1025px) {
  .int-tier .content-container {
    padding: 5em 0;
  }
}

.int-tier .content-container > div {
  width: 100%;
  position: relative;
  padding: 2em;
  background: #fff;
  border-bottom: 2px solid #1f295c;
}

@media only screen and (min-width: 1025px) {
  .int-tier .content-container > div {
    padding: 6em;
  }
}

.int-tier .content-container.right > div {
  position: relative;
  background: #fff;
}

@media only screen and (min-width: 1025px) {
  .int-tier .content-container.right > div {
    left: -40px;
  }
}

.int-tier .content-container.left {
  position: relative;
  z-index: 100;
}

.int-tier .content-container.left > div {
  position: relative;
  background: #fff;
  width: calc(100% + 40px);
  z-index: 101;
}

@media only screen and (min-width: 1025px) {
  .int-tier .content-container.left > div {
    left: 40px;
  }
}

.int-tier.dynamic-tier .photo-container {
  background: url("/files/93838/xavier-mouton-photographie-ry_sD0P1ZL0-unsplash.jpg") no-repeat center center/cover;
}

.int-tier.hwh-tier .photo-container {
  background: url("/files/93838/79479785_lel.jpg") no-repeat center center/cover;
}

.int-tier.hwh-tier ul {
  margin: 0 0 0 1em;
  padding: 0;
}

.int-tier.hwh-tier ul li {
  margin-bottom: .5em;
  padding-bottom: .5em;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.int-tier.hwh-tier ul li::before {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  color: #a7c14d;
  left: 0;
  top: 0px;
}

.int-tier.leaders-tier .photo-container {
  background: url("/files/93838/eric-dekker-ia_R67_0QeI-unsplash.jpg") no-repeat center center/cover;
}

.int-tier.how-tier .photo-container {
  background: url("/files/93838/121880665_lel.jpg") no-repeat center right -200px/cover;
}

.int-tier.money-tier .photo-container {
  background: url("/files/93838/145852173_lel.jpg") no-repeat center right/cover;
}

.int-tier.why-tier .photo-container {
  background: url("/files/93838/why-us-img.jpg") no-repeat right -100px center/cover;
}

.int-tier.protecting-tier .photo-container {
  background: url("/files/93838/69321205_lel.jpg") no-repeat center center/cover;
}

.int-tier.howitworks-tier {
  padding: 2vw 1vw 0;
}

.int-tier .intro-container {
  position: relative;
  margin: 30px auto;
  padding: 1em;
  max-width: 1200px;
}

.int-tier .intro-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #a7c14d;
  border-left: 2px solid #a7c14d;
}

.int-tier .intro-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #a7c14d;
  border-right: 2px solid #a7c14d;
}

.int-tier .affiliations-container {
  padding: 2em;
  background: #fff;
  margin: 2em auto 0;
  max-width: 1000px;
}

.int-tier a.pam-button {
  border: 1px solid #1f295c;
  color: #1f295c;
  text-transform: uppercase;
  background: none;
  position: relative;
  overflow: hidden;
  font-size: .85em;
  letter-spacing: 2px;
}

.int-tier a.pam-button span {
  transition: all 0.5s;
  position: relative;
}

.int-tier a.pam-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 100%;
  background: #1f295c;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}

.int-tier a.pam-button:hover {
  opacity: 1;
}

.int-tier a.pam-button:hover span {
  color: #fff;
}

.int-tier a.pam-button:hover::before {
  transform: translate(-50%, 0);
}

.int-tier h2 {
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
  line-height: 1;
  color: #1f295c;
}

@media screen and (max-width: 700px) {
  .int-tier h2 {
    font-size: 2.2em;
  }
}

@media only screen and (min-width: 1025px) {
  .int-tier h2 {
    font-size: 3em;
  }
}

.int-tier h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #a7c14d;
  margin: 20px 0 40px;
}

.int-tier h2.pam-text-center::after {
  margin: 20px auto 40px;
}

.headshot-container {
  width: 100%;
  position: relative;
  z-index: 11;
}

.headshot-container img {
  width: 80%;
  filter: grayscale(1);
  transition: all 0.5s;
}

.headshot-container.is-logo {
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #1f295c;
  width: 200px;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.headshot-container.is-logo img {
  max-width: 100%;
}

.team-contact-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.popup-container .team-contact-list {
  text-align: left;
  margin-top: 10px;
}

.team-contact-list li {
  list-style: none;
  display: inline-block;
  margin: 5px 3px 0;
}

.team-contact-list li a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: #1f295c;
  color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.team-contact-list li a:hover {
  background: #a7c14d;
}

.team-contact-list li a.lmg-fa-linkedin-in {
  background: #007bb6;
}

.team-contact-list li a.lmg-fa-linkedin-in:hover {
  background: #a7c14d;
}

.team-contact-list li a.lmg-fa-mobile-alt {
  background: #204e75;
}

.team-contact-list li a.lmg-fa-mobile-alt:hover {
  background: #a7c14d;
}

.team-meta {
  border: 4px solid #a7c14d;
  padding: 100px 1em 1em;
  position: relative;
  top: -100px;
  background: #fff;
  
}
@media screen and (min-width: 700px) {
.team-meta {
height: 350px;
  }
}


.team-meta h3 {
  font-family: "Montserrat", sans-serif;
  color: #2f2311;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: .85em;
}

.team-meta h3 span {
  display: block;
}

.team-meta h2 {
  font-size: 1.5em;
  margin: 0;
  line-height: 1;
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
}

.team-meta h2 span {
  color: #a7c14d;
  margin: 0 auto 10px;
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  font-size: .75em;
}

.team-meta h2::after {
  display: none;
}

.team-meta.alt h2 {
  font-family: "Scheherazade New", sans-serif;
  font-size: 1em;
}

.team-meta p {
  margin-bottom: 0;
}

.pam-sub-section {
  padding: .3em;
}

.form-container {
  background: #fff;
  padding: 2em 0.5em;
}

@media only screen and (min-width: 641px) {
  .form-container {
    padding: 2em;
  }
}

.form-container textarea,
.form-container input[type="text"],
.form-container input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid #d5e0ea;
  background: #f7f9fb;
  padding: 1em;
}

.form-container textarea {
  height: 100px;
}

.form-container input[type="submit"] {
  background: #1f295c;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em;
  font-weight: bold;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 2em;
}

.bottom-margin {
  margin-bottom: 4em;
}

.who-serve .pam-columns {
  background: #fff;
  padding: 2em 1em;
  margin: 1em 0;
  text-align: center;
  border-bottom: 2px solid #1f295c;
}

@media only screen and (min-width: 1025px) {
  .who-serve .pam-columns {
    width: calc(25% - 2em);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .who-serve .pam-columns {
    width: calc(50% - 2em);
  }
}

@media only screen and (min-width: 641px) {
  .who-serve .pam-columns {
    margin: 1em;
  }
}

.who-serve .pam-columns .inner-column {
  position: relative;
}

.who-serve .pam-columns a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.who-serve .pam-columns a label {
  display: none;
}

.who-serve .pam-columns i,
.who-serve .pam-columns em {
  font-size: 2.5em;
  width: 70px;
  height: 70px;
  background: #fff;
  color: #1f295c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em auto;
  border: 1px solid #1f295c;
}

.who-serve .pam-columns h3 {
  color: #a7c14d;
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
}

.who-serve .pam-columns .inner-column:hover {
  opacity: .5;
}

.bottom-arrow em,
.bottom-arrow i {
  text-align: center;
  font-size: 2.8em;
  position: absolute;
  bottom: -1.5em;
  left: 49.2%;
  transform: translate(-50%, 0);
  color: #a7c14d;
  animation: pulse 3s ease infinite;
}

.team-arrow em,
.team-arrow i {
  text-align: center;
  font-size: 2.8em;
  position: absolute;
  bottom: -1.5em;
  left: 49.2%;
  transform: translate(-50%, 0);
  color: #a7c14d;
  animation: pulse 3s ease infinite;
}

.to-team-arrow em,
.to-team-arrow i {
  color: #a7c14d;
  margin: 0;
  animation: pulse 3s ease infinite;
  font-size: 2.8em;
}

@media only screen and (min-width: 1025px) {
  .media-grid .pam-columns.pam-flex {
    width: 25%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .media-grid .pam-columns.pam-flex {
    width: 33.33%;
  }
}

.media-sec {
  width: 100%;
  border: 1px solid silver;
  padding: 2em 1em;
  margin: 1em 0;
  background: #fff;
  position: relative;
}

.media-sec h3 {
  color: #1f295c;
  line-height: 1.1;
  margin-bottom: .5em;
  font-family: "Scheherazade New", sans-serif !important;
}

.media-sec h4 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.media-sec .media-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-sec .media-links label {
  display: none;
}

.media-sec:hover {
  opacity: .65;
}

.org-chart-container {
  position: relative;
}

.org-chart-container .sep-line {
  width: 66.7%;
  height: 2px;
  background: #0079C8;
  margin: 1.6em auto;
}

.org-chart-container .sep-line {
  /* width: 75.1%; */
}

.org-chart-container .sep-line {
  /* width: 75.1%; */
}

.org-chart-container .sep-line label {
  display: none;
}

.org-chart-container .inner-columns {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .org-chart-container .inner-columns {
    padding: 2em 1em;
  }
}

.org-chart-container .inner-columns .pam-button {
  padding: 0.5em 1em;
}

.org-chart-container .inner-columns.middle-line::before {
  content: "";
  display: block;
  height: 58px;
  background: #0079C8;
  width: 2px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media only screen and (min-width: 641px) {
  .org-chart-container .inner-columns.middle-line::before {
    top: -8px;
    height: 80px;
  }
}

.org-chart-container .inner-columns.short-line::before {
  content: "";
  display: block;
  height: 58px;
  background: #0079C8;
  width: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .org-chart-container .inner-columns.short-line::before {
    top: -35px;
    height: 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .org-chart-container .inner-columns.short-line::before {
    top: -44px;
    height: 35px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1265px) {
  .contact-sec a {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-sec {
    margin-top: 1.5em;
  }
}

.contact-sec h3 {
  font-weight: bold !important;
  font-family: "Scheherazade New", sans-serif !important;
  color: #000 !important;
}

.contact-sec a {
  color: #1f295c !important;
  text-decoration: none;
}

.contact-sec a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .team-img {
    margin-bottom: 1.5em;
  }
}

.skip-main {
  display: none !important;
}

.pam-container p,
.pam-container li {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  color: #000;
}

.pam-container p.pam-footnote {
  font-size: 12px !important;
}

.ed-tier h4 {
  font-family: "Scheherazade New", sans-serif !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 20px;
}

.pam-footer.pam-container p {
  color: #fff !important;
  font-size: 14px !important;
}

.pam-sub-footer p {
  color: #fff !important;
}

.pam-sub-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.broker-check-container.top {
  position: fixed !important;
  bottom: 0;
  text-align: center;
  background: #000;
  width: 100%;
  left: 0;
  font-size: 13px !important;
  z-index: 9999;
}

#mc_embed_signup {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100%;
  height: 50px;
}

#mc_embed_signup label {
  text-transform: uppercase;
}

#mc_embed_signup input[type="submit"] {
  margin: 20px auto;
  width: 200px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: #333;
  color: #fff;
}

#mc_embed_signup .asterisk {
  color: red;
}

#mc_embed_signup form input[type="submit"]:hover {
  background: #777;
}

.fun-fact-container p {
  margin: 0;
}

.fun-fact-container:first-child {
  margin-top: 1em;
}

.fun-fact-container {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.float-button {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 999;
}

.float-button .pam-button {
  background: #fff;
  border: 2px solid #1F295C;
  color: #1F295C;
  text-transform: uppercase;
}

.float-button .pam-button:hover {
  background: #1F295C;
  color: #fff;
}

.team-bio h2 {
  color: #1f295c;
  text-transform: uppercase;
  margin: 0;
  font-family: "Scheherazade New", sans-serif !important;
  font-weight: bold !important;
}

.team-bio h2::after {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .team-bio h2 {
    font-size: 2.5vw;
  }
}

.team-bio h3 {
  color: #a7c14d;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em;
  font-weight: normal !important;
  letter-spacing: 2px;
}

.team-bio .bio-expander h3,
.team-bio h3.bio-top-title {
  font-size: 1.4em;
}

.team-bio .bio-expander {
  padding: 0.5em 0;
}

.team-bio .bio-content {
  padding-top: 1em;
}

@media only screen and (min-width: 1025px) {
  .team-bio h3 {
    font-size: 1em;
  }
}

.team-bio .popup-headshot-container img {
  position: relative;
  width: 90%;
  z-index: 101;
}

.team-bio .popup-headshot-container .under-headshot {
  padding: 1em;
  border: 3px solid #a7c14d;
  text-align: center;
  padding-top: 100px;
  position: relative;
  top: -90px;
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list {
  text-align: center;
  margin: 0;
  padding: 0;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .team-bio .popup-headshot-container .under-headshot ul.popup-contact-list {
    display: flex;
  }
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li {
  width: 100%;
  list-style: none;
  margin: 3px;
}

@media only screen and (min-width: 1025px) {
  .team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li {
    width: 33.3333%;
    margin: 0 3px;
  }
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li a {
  text-align: left;
  display: block;
  margin: 0 auto;
  background: #1f295c;
  color: #fff;
  padding: 1em 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  text-decoration: none;
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li a:hover {
  background: #2f2311 !important;
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li a.linkedin {
  background: #007bb6;
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li a.email {
  background: #a7c14d;
}

.team-bio .popup-headshot-container .under-headshot ul.popup-contact-list li a i {
  display: block;
  margin-bottom: .25em;
  font-size: 1.5em;
}

.team-bio .popup-team-meta h4 {
  color: #a7c14d;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
}

.team-bio .popup-team-meta::after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background: #a7c14d;
  margin: 0.5em 0 0;
}

.team-bio hr {
  border: none;
  border-bottom: 1px solid #ddd;
}

.team-bio h3.bio-top-title {
  color: #1f295c;
}

.team-bio p a {
  color: #a7c14d;
  text-decoration: underline;
}

.team-bio p a:hover {
  text-decoration: none;
  color: #000;
}

.pam-page-interior .pam-page-content-container > .title-container .module-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 1em;
  z-index: 9999;
  transition: all 0.25s;
  background: rgba(31, 41, 92, 0.85);
  text-align: center;
}

@media screen and (min-width: 1105px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation {
    font-size: 1.05rem;
  }
}

@media only screen and (min-width: 641px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .pam-page-interior.pam-page-2 .pam-page-content-container > .title-container .module-navigation {
    font-size: .9vw;
  }
}

@media only screen and (min-width: 1025px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation.sticky {
    position: fixed;
    top: 110px;
    bottom: auto;
    background: rgba(31, 41, 92, 0.85);
  }
}

.pam-page-interior .pam-page-content-container > .title-container .module-navigation ul {
  margin: 0;
  padding: 0;
}

.pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li {
  list-style: none;
}

@media only screen and (min-width: 641px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li {
    display: inline-block;
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li {
    padding-bottom: 7px;
  }
}

@media only screen and (min-width: 641px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li:not(:first-child)::before {
    content: '|';
    color: #fff;
    position: absolute;
    width: 28px;
    height: 30px;
    left: -15px;
  }
}

@media only screen and (max-width: 640px) {
  .pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li::before {
    content: '|';
    color: #fff;
    position: absolute;
    width: 28px;
    height: 30px;
  }
}

.pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li a {
  color: #fff;
  padding: 1em;
  text-decoration: none;
}

.pam-page-interior .pam-page-content-container > .title-container .module-navigation ul li a:hover {
  color: #A7C14D;
  text-decoration: underline;
}

.pam-page-13 .module-navigation,
.pam-page-10 .module-navigation,
.pam-page-11 .module-navigation,
.pam-page-12 .module-navigation,
.pam-page-16 .module-navigation,
.pam-page-3 .module-navigation,
.pam-page-4 .module-navigation,
.pam-page-5 .module-navigation,
.pam-page-6 .module-navigation,
.pam-page-7 .module-navigation,
.pam-page-8 .module-navigation,
.pam-page-9 .module-navigation {
  display: none;
}

.ccp-1 .pam-container h2:after,
.ccp-2 .pam-container h2:after,
.ccp-5 .pam-container h2:after {
  margin: 20px auto 40px !important;
}

.ccp-2 .pam-container,
.ccp-4 .pam-container {
  background: #fff;
  padding: 4em 2em;
  border-bottom: 2px solid #2f2311;
}

.ccp-2 .pam-container,
.ccp-5 h2 {
  text-align: center;
}

.ccp-2 .pam-container h3 {
  font-weight: bold !important;
  font-family: "Scheherazade New", sans-serif !important;
  color: #a7c14d;
  font-size: 1.8em;
  letter-spacing: 1px;
}
.top-header{
margin-top: 0;
}


.community-sec {
      background: #fff;
    padding: 3em 2em;
    border-bottom: 2px solid #1f295c;
  margin-bottom: 3em;
}

.community-sec h3{
      font-weight: bold !important;
    font-family: "Scheherazade New", sans-serif !important;
    color: #a7c14d;
    font-size: 1.8em;
    letter-spacing: 1px;
}

.footer-talk-sec .pam-columns{
  padding-bottom: 1em;
}

.overlay-form {
  position: fixed;
  top: 51%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99997;
  background: #fff;
  padding: 3.5em 2em;
  display: none;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
}
 .overlay-form .inner-popup {
       height: 380px;
     max-height: 100%;
     
     padding: 2em.5em 0;
   }
 .overlay-form h2 {
        font-size: 1.7em;
            font-weight: 300;
   font-family: "Scheherazade New", sans-serif !important;
    }
@media screen and (max-width: 700px){
    .overlay-form h2 {
        margin-top: .6em;
        font-size: 1.5em;
            font-weight: 300;
    }
}
@media only screen and (min-width: 1025px) {
  .overlay-form {
    width: 1200px;
    max-width: 90%
  }
 
    .overlay-form h2{
        font-size: 2.2vw;
    }
  .overlay-form h3 {
    font-size: 1.8vw;
  }
}
 .overlay-form h2{
    
            font-weight: 300;
    color: #1F295C;
    }
  .overlay-form h3 {
    text-align: center;
    color: #a7c14d;
    font-family: "Scheherazade New", sans-serif !important;
   
  }

@media only screen and (max-width: 1025px) {
    .overlay-form .inner-popup {
       height: 90%;
       overflow-y: scroll;
       padding: .5em .5em .5em;
   }
}



@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .overlay-form{
    width: 750px;
    max-width: 90%;
    padding: 3em 1em;
  }
}

@media only screen and (max-width: 700px) {
  .overlay-form{
    width: 800px;
    max-width: 90%;
    height: 90%;
  }
  .overlay-form .inner-popup::-webkit-scrollbar,
.popup-container .inner-popup::-webkit-scrollbar{
width: 10px;
background-color: #CCCCCC;
}
.overlay-form .inner-popup::-webkit-scrollbar-thumb,
.popup-container .inner-popup::-webkit-scrollbar-thumb{
border-radius: 0;
background-color: #1F295C;
width: 10px
}
}


@media screen and (max-height: 650px) {
  .overlay-form{
    top: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .overlay-form{
    padding: 3em 1em;
    top: 50%;
  }
  .overlay-form p {
    font-size: 15px;
  }
}

.overlay-form .overlay-close {
     position: absolute;
     top: 15px;
     right: 15px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     color: #000;
     border: 2px solid #000;
     font-size: 2em;
     cursor: pointer !important;
}
.overlay-form .overlay-close label{
  display: none;
}

.overlay-form .overlay-close:hover{
  background: #000;
    color: #fff;
}

#EmeraldModal_overlay{
  z-index: 99998 !important;
}
#EmeraldModal{
    z-index: 99999 !important;
}
