
/*
empty marker class used to attach javascript events to anonymous sets at runtime. 
*/
.marker_class
{
}

body
{
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: #dddddd;
    margin: 5px;
    color: #000000;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

a
{
    color: #293b65;
}

a:active
{
    color: #0000CC;
}

a:hover
{
    color: #666666;
    text-decoration: none;
}

ul
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    background: #FFFFFF;
    width: 90%;
    min-width: 730px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
}

#header
{
    /*position: relative;*/
    margin-bottom: 0px; /*      color: #000;     */
    padding: 0; /*border: 1px solid #4d4d4d;*/
    width: 100%;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    clear: both;
    padding: 5px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 0;
    vertical-align: top;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    overflow: auto;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.LogOnUserControlText
{
    font-family: Arial, Helvetiva, Sans-Serif;
    font-size: 8pt;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="text"].hasDatepicker
{
    width: 100px;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

.clv-pink-btn {
    margin-right: 0px;
    padding-right: 20px;
    clear: none;
    border: 1px solid #e9188e;
    background-color: #e9188e;
    font-family: Lato, sans-serif;
    color: white;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: capitalize;
    padding-left: 20px;
    margin-left: 10px;

    padding: 8px;
    min-width: 80px;
		
    transition: all 0.25s ease 0s
}

.clv-pink-btn:hover {
    border-color: #e9188e;
    background-color: transparent;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    color: #e9188e;
}


/* TABLE
----------------------------------------------------------*/

table
{
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table td
{
    padding: 2px; /*  border: solid 1px #e8eef4;*/
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4; /*  border: solid 1px #e8eef4;*/
}

.tableDefendantCases
{
    border: 0px;
    width: 100%;
}

.tableDefendantCases td
{
    border: 0px;
}

.divDefendantCases
{
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
}

#divYourNextStep
{
    border-style: solid;
    border-width: 1px;
}

.YourNextStepHeader
{
    background-color: #687699;
    font-size: larger;
    color: White;
}

.tableAttorneyCases
{
    border: 0px;
    width: 100%;
}

.tableAttorneyCases td
{
    border: 0px;
}

#divOpenCases, #divClosedCases
{
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
}

.tableBailPayer
{
    border: 0px;
    width: 80%;
}

.tableBailPayer td
{
    border: 0px;
}

table.tablePaymentHistoryPaymentAllocation
{
    border: 0px;
}

table.tablePaymentHistoryPaymentAllocation td
{
    border: 0px;
}

table.tableHeader
{
    border: 0px;
    padding: 0px;
}

table.tableHeader td, table.tableHeader tr
{
    border: 0px;
    padding: 0px;
}

.tableRoleSelection
{
    border: 0px;
    border-collapse: separate;
}

.tableRoleSelection tr
{
    border: 0px;
}

.tableRoleSelection td
{
    border: 1px solid #000;
}


/* MISC  
----------------------------------------------------------*/
.left
{
    float: left;
}

.right
{
    float: right;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.clear
{
    clear: both;
}

.center-fixed-width {
    max-width: 953px;
    margin: 0 auto;
}

.error
{
    color: Red;
}

.footer
{
    color: #999;
    padding: 0;
    text-align: left;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.FeeStatementContainer
{
    width: 90%;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    text-align: center;
    background: #FFBDBD;
}

#menucontainer
{
    float: left;
    background-color: #FFFFFF; /*padding: 3px; */ /* margin-top:40px; */
    width: 100%;
}

#menucontainer .selected
{
    background-color: #E8EEF4;
}

#languageSelection
{
    padding: 3px;
    border-bottom: 1px solid #000000; /*margin:10px;*/ /*width:110px;*/ /*background-color: #FFFFFF;*/
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    border: 1px solid Black;
    border-top: 0;
    background-color: #e8eef4;
    float: right;
    font-size: 8pt; /*    display:block;*/
    text-align: right;
    vertical-align: top; /*margin:10px;*/
    padding: 5px;
    color: Black; /* border: 1px solid Black; */
}

#logindisplay a:link
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: Black;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: Red;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #4d4d4d;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ffffff;
    background-color: #ff9999;
    padding: 0 10px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Styles for WebGrid-related elements
----------------------------------------------------------*/
.webGrid
{
    /*  margin: 4px;*/
    border-collapse: collapse; /*  width: 97%;*/
    width: 100%;
    vertical-align: top;
    font-size: 8pt;
}
.webGridHeader
{
    background-color: #E8E8E8;
    font-weight: bold;
    color: #000;
}
.webGrid th, .webGrid td
{
    border: 1px solid #C0C0C0;
    padding: 2px;
    vertical-align: top;
}
.webGridAlt
{
    background-color: #E8E8E8;
    color: #000;
}

/*  Styles for watermarking textfields
----------------------------------------------------------*/
.watermarkOn
{
    color: #CCCCCC;
    font-style: italic;
}

.ui-widget-header
{
    background: #687699;
    color: #FFFFFF;
}

.line
{
    clear: both;
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0 none;
}

.closedCase
{
    background-color: #DDD9C3;
}

.loginArea
{
    clear: both;
    width: 500px;
    margin: auto;
}

.fullArea
{
    clear: both;
    width: 100%;
}

.welcomeSystem
{
    font-size: 14pt;
}

.center
{
    text-align: center;
}

input.ui-button
{
    /*min-width: 100px;*/
    /*padding: 0;*/
    /*text-align: center;*/
}

.ui-widget
{
    font-size: 1em;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.tleft
{
    text-align: left;
}

.right
{
    float: right;
}

.bgBlue
{
    background-color: #687799;
    color: #FFFFFF;
}

.caseDetails
{
    width: 50%;
}

.caseDetails td
{
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
}

.caseDetails td:first-child
{
    font-weight: bold;
}

.caseDetailsInner
{
    margin-left: 20px;
}

.filters
{
    font-size: 8pt;
}

.homepageannouncementcontainer
{
    text-align: center;
    color: #FF3D3D;
    background: #E0E0E0;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
}

.borderedTable
{
    background: #FFFFFF;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
}

.subscriptText
{
    font-size: 8pt;
    font-weight: normal;
}
.AmountDue
{
  text-align: right;
}



/*Bootstrap Override*/
@media (min-width: 576px) {
    .container {
      max-width: 1600px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1560px) {
    .container {
      max-width: 1600px;
    }
  }
  /* Bootstrap override Ends */
  
  
  /* Simple weather fonts */
  @font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  #home-page-hero-icon i {
    color: #fff;
    font-family: weather;
    font-size: 150px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
  }
  
  .icon-0:before { content: ":"; }
  .icon-1:before { content: "p"; }
  .icon-2:before { content: "S"; }
  .icon-3:before { content: "Q"; }
  .icon-4:before { content: "S"; }
  .icon-5:before { content: "W"; }
  .icon-6:before { content: "W"; }
  .icon-7:before { content: "W"; }
  .icon-8:before { content: "W"; }
  .icon-9:before { content: "I"; }
  .icon-10:before { content: "W"; }
  .icon-11:before { content: "I"; }
  .icon-12:before { content: "I"; }
  .icon-13:before { content: "I"; }
  .icon-14:before { content: "I"; }
  .icon-15:before { content: "W"; }
  .icon-16:before { content: "I"; }
  .icon-17:before { content: "W"; }
  .icon-18:before { content: "U"; }
  .icon-19:before { content: "Z"; }
  .icon-20:before { content: "Z"; }
  .icon-21:before { content: "Z"; }
  .icon-22:before { content: "Z"; }
  .icon-23:before { content: "Z"; }
  .icon-24:before { content: "E"; }
  .icon-25:before { content: "E"; }
  .icon-26:before { content: "3"; }
  .icon-27:before { content: "a"; }
  .icon-28:before { content: "A"; }
  .icon-29:before { content: "a"; }
  .icon-30:before { content: "A"; }
  .icon-31:before { content: "6"; }
  .icon-32:before { content: "1"; }
  .icon-33:before { content: "6"; }
  .icon-34:before { content: "1"; }
  .icon-35:before { content: "W"; }
  .icon-36:before { content: "1"; }
  .icon-37:before { content: "S"; }
  .icon-38:before { content: "S"; }
  .icon-39:before { content: "S"; }
  .icon-40:before { content: "M"; }
  .icon-41:before { content: "W"; }
  .icon-42:before { content: "I"; }
  .icon-43:before { content: "W"; }
  .icon-44:before { content: "a"; }
  .icon-45:before { content: "S"; }
  .icon-46:before { content: "U"; }
  .icon-47:before { content: "S"; }
  
  /* * *             * * */
  
  .spinner-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 99999; }
  
  .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-left: -20px;
    text-align: center;
    animation: sk-rotate 2.0s infinite linear; }
  
  .dot1,
  .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #d63d4b;
    border-radius: 100%;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  
  .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1.0s; }
  
  @keyframes sk-rotate {
    100% {
      transform: rotate(360deg); } }
  
  @keyframes sk-bounce {
    0%,
    100% {
      transform: scale(0); }
    50% {
      transform: scale(1); } }
  
  /* reboot */
  html {
    box-sizing: border-box; }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit; }
  
  html,
  body,
  div,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  dfn,
  del,
  p,
  blockquote,
  fieldset,
  input,
  textarea,
  select,
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section,
  button,
  canvas,
  video {
    margin: 0;
    padding: 0;
    vertical-align: baseline; }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  address,
  caption,
  cite,
  code,
  th,
  dfn,
  del {
    font-weight: normal;
    font-style: normal; }
  
  ul,
  ol {
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  
  fieldset,
  img {
    border: none; }
  
  caption,
  th {
    text-align: left; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  svg:not(:root) {
    overflow: hidden; }
  
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0; }
  
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button {
    cursor: pointer; }
  
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  input[type="search"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0; }
  
  input,
  button,
  textarea {
    font-family: "Galaxiecopernicus", Times, Georgia, serif;
    font-size: 18px;
    line-height: normal; }
  
  input[type="search"] {
    -webkit-appearance: textfield; }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  input[type="hidden"],
  [hidden],
  .hidden {
    display: none; }
  
  textarea {
    overflow: auto;
    resize: none; }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline; }
  
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  a > img {
    vertical-align: bottom; }
  
  strong,
  .strong,
  b {
    font-weight: bold; }
  
  em,
  .italic,
  i {
    font-style: italic; }
  
  del,
  .del {
    text-decoration: line-through; }
  
  :focus {
    outline: none; }
  
  img {
    max-width: 100%;
    width: auto;
    height: auto; }
  
  .map-canvas img {
    max-width: none; }
  
  .clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0; }
  
  .clearfix::after, .wysiwyg::after {
    clear: both;
    content: "";
    display: table; }
  
  .alignleft {
    float: left !important; }
  
  .alignright {
    float: right !important; }
  
  .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important; }
  
  .overflow-hidden {
    overflow: hidden;
    display: block; }
  
  .nowrap {
    white-space: nowrap; }
  
  .content-box {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  
  html {
    height: 100%;
    background: #000000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  
  body {
    font-family: "Galaxiecopernicus", Times, Georgia, serif;
    font-size: 18px;
    line-height: 1.7;
    height: 100%;
    background-color: #000;
    color: #444444;
    letter-spacing: -0.25px; }
  
  /* typography */
  a {
    color: #444444;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    a:hover {
      color: #d63d4b; 
      text-decoration:none;}
    a:focus {
      color: #d63d4b; }
    a.underline {
      text-decoration: underline; }
  
  .wysiwyg > * {
    visibility: hidden; }
  
  .wysiwyg h1 {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: -2.4px;
    position: relative;
    margin-bottom: 114px; }
    .wysiwyg h1:before {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100px;
      height: 2px;
      border-bottom: 5px dotted #f5be4c; }
  
  .wysiwyg h2 {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.5px; }
  
  .wysiwyg h3 {
    color: #222222;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -0.25px;
    margin-top: 30px;
    margin-bottom: 12px; }
  
  .wysiwyg h3 + img {
    margin-top: 12px; }
  
  .wysiwyg h4 {
    margin-top: 30px;
    margin-bottom: 30px; }
  
  .wysiwyg h5 {
    margin-top: 30px;
    font-size: 14px; }
  
  .wysiwyg h6 {
    font-weight: normal;
    font-size: 100%; }
  
  .wysiwyg h6 + ul {
    margin-top: 24px; }
  
  .wysiwyg p {
    margin-top: 15px;
    margin-bottom: 15px; }
  
  .wysiwyg a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #d63d4b; }
  
    .wysiwyg a:hover {
      text-decoration:underline;
    }
  
  .wysiwyg img {
    display: inline-block !important;
    margin-top: 30px;
    margin-bottom: 43px; }
    .wysiwyg img.fullwidth {
      width: 100%;
      height: auto; }
    .wysiwyg img.alignleft {
      margin: 30px 30px 30px 0; }
    .wysiwyg img.alignright {
      margin: 30px 0 30px 30px; }
    .wysiwyg img.no-margin-top {
      margin-top: 0 !important; }
  
  .wysiwyg blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    font-style: italic; }
    .wysiwyg blockquote p {
      margin-bottom: 0; }
  
  .wysiwyg hr {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #f2f4f4; }
    .wysiwyg hr.transparent {
      border-bottom-color: transparent; }
  
  .wysiwyg ul {
    font-size: 16px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: inside disc;
    display: flex;
    flex-wrap: wrap; }
    .wysiwyg ul > li {
      margin: 6px 0;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 40px; }
    .wysiwyg ul.link-links {
      list-style: none; }
      .wysiwyg ul.link-links > li a {
        display: inline-block;
        position: relative;
        color: #222222;
        padding-left: 21px;
        transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), padding 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
        .wysiwyg ul.link-links > li a:hover {
          color: #d63d4b;
          padding-left: 31px; }
        .wysiwyg ul.link-links > li a:before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          width: 15px;
          height: 15px;
          background: transparent url("upload/arrow-right-black.svg") 0 50% no-repeat;
          background-size: 12px; }
    .wysiwyg ul.list-date {
      font-family: "ITC Avant", Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #222222; }
    .wysiwyg ul.link-bullet {
      list-style-type: circle; }
    .wysiwyg ul.col-x2 > li {
      flex: 0 0 50%;
      max-width: 50%; }
  
  .wysiwyg ol {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: inside decimal; }
    .wysiwyg ol li {
      margin: 10px 0;
      padding-left: 30px; }
  
  .wysiwyg table {
    margin-top: 30px;
    margin-bottom: 30px; }
    .wysiwyg table th {
      padding: 15px 30px;
      background: #f2f4f4;
      border: 1px solid #f2f4f4; }
    .wysiwyg table td {
      padding: 15px 30px;
      border: 1px solid #f2f4f4; }
  
  .video-inline {
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    margin-top: 26px;
    padding-top: 56.17021276595745%;
    height: 0;
    position: relative; }
    .video-inline iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  
  .gallery-inline {
    display: flex;
    margin: 20px -10px 50px;
    flex-wrap: wrap; }
    .gallery-inline .photo-gallery-item {
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 10px 20px;
      margin: 0; }
    .gallery-inline img {
      margin: 0 !important; }
  
  @font-face {
    font-family: 'ITC Avant';
    src: url("font/ITCAvantGardeStd-Demi.eot");
    src: url("font/ITCAvantGardeStd-Demi.eot?#iefix") format("embedded-opentype"), url("font/ITCAvantGardeStd-Demi.woff2") format("woff2"), url("font/ITCAvantGardeStd-Demi.woff") format("woff"), url("font/ITCAvantGardeStd-Demi.ttf") format("truetype"), url("font/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi") format("svg");
    font-weight: 600;
    font-style: normal; }
  
  @font-face {
    font-family: 'ITC Avant';
    src: url("font/ITCAvantGardeStd-XLt.eot");
    src: url("font/ITCAvantGardeStd-XLt.eot?#iefix") format("embedded-opentype"), url("font/ITCAvantGardeStd-XLt.woff2") format("woff2"), url("font/ITCAvantGardeStd-XLt.woff") format("woff"), url("font/ITCAvantGardeStd-XLt.ttf") format("truetype"), url("font/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt") format("svg");
    font-weight: 300;
    font-style: normal; }
  
  @font-face {
    font-family: 'ITC Avant';
    src: url("font/ITCAvantGardeStd-Md.eot");
    src: url("font/ITCAvantGardeStd-Md.eot?#iefix") format("embedded-opentype"), url("font/ITCAvantGardeStd-Md.woff2") format("woff2"), url("font/ITCAvantGardeStd-Md.woff") format("woff"), url("font/ITCAvantGardeStd-Md.ttf") format("truetype"), url("font/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md") format("svg");
    font-weight: 500;
    font-style: normal; }
  
  @font-face {
    font-family: 'ITC Avant';
    src: url("font/ITCAvantGardeStd-Bk.eot");
    src: url("font/ITCAvantGardeStd-Bk.eot?#iefix") format("embedded-opentype"), url("font/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("font/ITCAvantGardeStd-Bk.woff") format("woff"), url("font/ITCAvantGardeStd-Bk.ttf") format("truetype"), url("font/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk") format("svg");
    font-weight: 900;
    font-style: normal; }
  
  @font-face {
    font-family: 'ITC Avant';
    src: url("font/ITCAvantGardeStd-Bold.eot");
    src: url("font/ITCAvantGardeStd-Bold.eot?#iefix") format("embedded-opentype"), url("font/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("font/ITCAvantGardeStd-Bold.woff") format("woff"), url("font/ITCAvantGardeStd-Bold.ttf") format("truetype"), url("font/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold") format("svg");
    font-weight: bold;
    font-style: normal; }
  
  @font-face {
    font-family: 'Galaxiecopernicus';
    src: url("font/Book.eot");
    src: url("font/Book.eot?#iefix") format("embedded-opentype"), url("font/Book.woff2") format("woff2"), url("font/Book.woff") format("woff"), url("font/Book.ttf") format("truetype"), url("font/Book.svg#Book") format("svg");
    font-weight: normal;
    font-style: normal; }
  
  /* grid */
  .main {
    min-height: 100%;
    overflow: hidden;
    background-image: url("upload/white-noise-texture.png");
    background-position: 50% 50%;
    background-size: 100px 100px;
    background-repeat: repeat;
    max-width: 1600px;
    margin: 0 auto;
    position: relative; }
  
  /* forms */
  .error {
    color: #ef343b !important;
    border-color: #ef343b !important; }
  
  .success {
    color: #00c100 !important;
    border-color: #00c100 !important; }
  
  .disabled {
    color: #727d86 !important;
    border-color: #727d86 !important;
    cursor: default !important; }
  
  input.input-text, textarea.textarea {
    width: 100%;
    float: left;
    border-radius: 0;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 27px;
    border: 1px solid #acacac;
    height: 50px;
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    input.input-text.input-text-search, textarea.input-text-search.textarea {
      padding-left: 35px;
      background-image: url(upload/search-black.svg);
      background-position: 13px 50%;
      background-size: 14px;
      background-repeat: no-repeat; }
  
  input.datepicker {
    background-image: url(upload/datepicker.svg);
    background-position: 95% 50%;
    background-size: 16px;
    background-repeat: no-repeat; }
  
  textarea.textarea {
    font-family: "Galaxiecopernicus", Times, Georgia, serif;
    overflow: auto;
    height: auto; }
  
  select.select {
    color: #333;
    border: 1px solid #acacac;
    height: 50px;
    width: 100%;
    float: left;
    font-family: "Galaxiecopernicus", Times, Georgia, serif;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 27px;
    background: #ffffff url("upload/select.svg") no-repeat 100% 50%;
    background-size: 20px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0; }
  
  select.select-page {
    color: #333;
    border: 1px solid #acacac;
    height: 35px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 27px;
    background: #ffffff url("upload/select.svg") no-repeat 100% 50%;
    background-size: 20px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0; }
  
  select.select::-ms-expand {
    display: none; }
  
  select.select-page::-ms-expand {
    display: none; }
  
  .checkbox,
  .radio {
    display: block; }
    .checkbox input,
    .radio input {
      display: none; }
    .checkbox label,
    .radio label {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .checkbox label:before,
      .radio label:before {
        transition: box-shadow 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
      .checkbox label:focus:before,
      .radio label:focus:before {
        box-shadow: 0 0 0 3px #93c0ee; }
  
  a.button,
  input.button,
  button.button {
    display: inline-block;
    padding: 12px 18px 10px;
    border: 1px solid #d63d4b;
    background-color: #d63d4b;
    font-size: 13px;
    font-weight: 500;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.275s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    a.button.button-ghost,
    input.button.button-ghost,
    button.button.button-ghost {
      background-color: transparent;
      color: #d63d4b; }
      a.button.button-ghost:hover,
      input.button.button-ghost:hover,
      button.button.button-ghost:hover {
        background-color: #d63d4b;
        color: #ffffff; }
    a.button.button-next,
    input.button.button-next,
    button.button.button-next {
      background-image: url(upload/arrow-right-white.svg);
      background-position: 92% 50%;
      background-size: 15px;
      background-repeat: no-repeat;
      padding: 17px 48px 17px 21px;
      transition: all 0.1s linear; }
      a.button.button-next:hover,
      input.button.button-next:hover,
      button.button.button-next:hover {
        background-position: 90% 50%;
        padding-right: 60px; }
    a.button.button-transparent,
    input.button.button-transparent,
    button.button.button-transparent {
      padding-left: 0;
      padding-right: 0;
      font-weight: bold;
      color: #d63d4b;
      background-color: transparent;
      border-color: transparent; }
    a.button.button-image,
    input.button.button-image,
    button.button.button-image {
      border: 0;
      padding: 0;
      font-weight: bold;
      font-size: 19px; }
      a.button.button-image span,
      input.button.button-image span,
      button.button.button-image span {
        padding: 38px 72px;
        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0.65);
        transition: background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
      a.button.button-image:hover span,
      input.button.button-image:hover span,
      button.button.button-image:hover span {
        background: rgba(214, 61, 75, 0.9); }
    a.button.button-ghost-hover:hover,
    input.button.button-ghost-hover:hover,
    button.button.button-ghost-hover:hover {
      background-color: transparent;
      color: #d63d4b; }
  
  input.button,
  button.button {
    line-height: normal; }
  
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  
  .ui-datepicker {
    margin-top: 1px;
    width: 220px;
    padding: 0 15px 15px;
    display: none;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.09);
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  
  .ui-datepicker-header {
    position: relative;
    margin: 0 -15px 10px;
    border-bottom: 1px solid #d3dadc;
    padding: 10px 0 10px; }
  
  .ui-datepicker-prev,
  .ui-datepicker-next {
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 20px;
    margin-top: -9px;
    font-size: 11px;
    cursor: pointer;
    color: #727d86; }
  
  .ui-datepicker-next {
    left: auto;
    right: 10px; }
  
  .ui-datepicker-title {
    text-align: center;
    height: 30px; }
  
  .ui-datepicker-month,
  .ui-datepicker-year {
    display: inline-block;
    margin: 0 5px;
    width: auto;
    height: 22px;
    color: #3a3939;
    font-size: 12px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  
  .ui-datepicker-calendar {
    width: 100%;
    table-layout: fixed; }
  
  .ui-datepicker-calendar th {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    color: #d63d4b;
    padding: 5px 0 5px; }
    .ui-datepicker-calendar th span {
      cursor: default; }
  
  .ui-datepicker-calendar td {
    text-align: center;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px; }
    .ui-datepicker-calendar td span {
      color: #bababa;
      cursor: default; }
    .ui-datepicker-calendar td a {
      color: #515658;
      display: block;
      text-decoration: none;
      height: 30px;
      width: 20px;
      margin: 0 auto;
      position: relative; }
      .ui-datepicker-calendar td a:before {
        display: none;
        content: "";
        position: absolute;
        left: -5px;
        right: -5px;
        top: 0;
        bottom: 0;
        background-color: #e5ecef;
        z-index: -1;
        border-radius: 50%; }
      .ui-datepicker-calendar td a:hover {
        color: #424242; }
        .ui-datepicker-calendar td a:hover:before {
          display: block; }
      .ui-datepicker-calendar td a.ui-state-active {
        cursor: default;
        color: #d63d4b; }
  
  .autocomplete-suggestions {
    text-align: left;
    cursor: default;
    position: absolute;
    display: none;
    z-index: 3030;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 10px 30px;
    background-color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1); }
    .autocomplete-suggestions a {
      color: #ffffff; }
  
  .autocomplete-suggestion {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(222, 222, 222, 0.15);
    color: #fff;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .autocomplete-suggestion:first-child {
      border-top: 0; }
  
  .autocomplete-suggestion b {
    font-weight: normal;
    color: #f5be4c;
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
  
  .autocomplete-suggestion.selected {
    color: #d63d4b; }
    .autocomplete-suggestion.selected b {
      color: #d63d4b; }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  
  .slick-slider .slick-list,
  .slick-track,
  .slick-slide,
  .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1; }
  
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  
  .slick-track:after {
    clear: both; }
  
  .slick-loading .slick-track {
    visibility: hidden; }
  
  .slick-slide {
    float: left;
    /* height: 100%; */
    min-height: 1px;
    display: none; }
  
  .slick-slide img {
    display: block; }
  
  .slick-slide.slick-loading img {
    display: none; }
  
  .slick-slide.dragging img {
    pointer-events: none; }
  
  .slick-initialized .slick-slide {
    display: block; }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }
  
  .slick-prev,
  .slick-next {
    border: 0;
    font-size: 14px;
    z-index: 10;
    position: absolute;
    height: 30px;
    bottom: 20px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #222222;
    right: 87px;
    padding-top: 2px;
    background: transparent url("upload/arrow-left-black.svg") 0 50% no-repeat;
    padding-left: 31px;
    background-size: 15px;
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .slick-prev:hover,
    .slick-next:hover {
      color: #d63d4b; }
  
  .slick-next {
    right: 0;
    padding-left: 0;
    padding-right: 31px;
    background-image: url("upload/arrow-right-black.svg");
    background-position: 100% 50%; }
  
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25;
    cursor: default; }
  
  .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%; }
  
  .slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0px 4px; }
  
  .slick-dots li button {
    border: 0;
    background: #222;
    display: block;
    height: 10px;
    width: 10px;
    font-size: 0;
    line-height: 10;
    border-radius: 50%;
    opacity: 0.4; }
  
  .slick-dots li.slick-active button {
    opacity: 1; }
  
  body.compensate-for-scrollbar {
    overflow: hidden; }
  
  .fancybox-active {
    height: auto; }
  
  .fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden; }
  
  .fancybox-container {
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992; }
  
  .fancybox-container * {
    box-sizing: border-box; }
  
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-bg,
  .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  
  .fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  
  .fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  
  .fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  
  .fancybox-infobar,
  .fancybox-toolbar,
  .fancybox-caption,
  .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997; }
  
  .fancybox-show-infobar .fancybox-infobar,
  .fancybox-show-toolbar .fancybox-toolbar,
  .fancybox-show-caption .fancybox-caption,
  .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible; }
  
  .fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none; }
  
  .fancybox-toolbar {
    right: 0;
    top: 0; }
  
  .fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994; }
  
  .fancybox-is-open .fancybox-stage {
    overflow: hidden; }
  
  .fancybox-slide {
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994; }
  
  .fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0; }
  
  .fancybox-is-sliding .fancybox-slide,
  .fancybox-slide--previous,
  .fancybox-slide--current,
  .fancybox-slide--next {
    display: block; }
  
  .fancybox-slide--next {
    z-index: 99995; }
  
  .fancybox-slide--image {
    overflow: visible;
    padding: 100px 0 100px; }
  
  .fancybox-slide--image::before {
    display: none; }
  
  .fancybox-slide--html {
    padding: 6px 6px 0 6px; }
  
  .fancybox-slide--iframe {
    padding: 44px 44px 0; }
  
  .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  
  .fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995; }
  
  .fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out; }
  
  .fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in; }
  
  .fancybox-can-drag .fancybox-content {
    cursor: grab; }
  
  .fancybox-is-dragging .fancybox-content {
    cursor: grabbing; }
  
  .fancybox-container [data-selectable='true'] {
    cursor: text; }
  
  .fancybox-image,
  .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%; }
  
  .fancybox-spaceball {
    z-index: 1; }
  
  .fancybox-slide--html .fancybox-content {
    margin-bottom: 6px; }
  
  .fancybox-slide--video .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%; }
  
  .fancybox-slide--video .fancybox-content {
    background: #000; }
  
  .fancybox-slide--map .fancybox-content {
    background: #e5e3df; }
  
  .fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px; }
  
  .fancybox-video,
  .fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
  
  .fancybox-iframe {
    vertical-align: top; }
  
  .fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%; }
  
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }
  
  /* Buttons */
  .fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px; }
  
  .fancybox-button,
  .fancybox-button:visited,
  .fancybox-button:link {
    color: #ccc; }
  
  .fancybox-button:focus,
  .fancybox-button:hover {
    color: #fff; }
  
  .fancybox-button.disabled,
  .fancybox-button.disabled:hover,
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default; }
  
  .fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision; }
  
  .fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3; }
  
  .fancybox-button--play svg path:nth-child(2) {
    display: none; }
  
  .fancybox-button--pause svg path:nth-child(1) {
    display: none; }
  
  .fancybox-button--play svg path,
  .fancybox-button--share svg path,
  .fancybox-button--thumbs svg path {
    fill: currentColor; }
  
  .fancybox-button--share svg path {
    stroke-width: 1; }
  
  /* Navigation arrows */
  .fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px; }
  
  .fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s; }
  
  .fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px; }
  
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 6px; }
  
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 6px; }
  
  /* Close button on the top right corner of html content */
  .fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10; }
  
  .fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s; }
  
  .fancybox-close-small:focus {
    outline: none; }
  
  .fancybox-close-small:hover svg {
    opacity: 1; }
  
  .fancybox-slide--image .fancybox-close-small,
  .fancybox-slide--video .fancybox-close-small,
  .fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px; }
  
  .fancybox-slide--image .fancybox-close-small:hover svg,
  .fancybox-slide--video .fancybox-close-small:hover svg,
  .fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff; }
  
  .fancybox-is-scaling .fancybox-close-small,
  .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none; }
  
  /* Caption */
  .fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0; }
  
  .fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1; }
  
  .fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0; }
  
  .fancybox-caption a,
  .fancybox-caption a:link,
  .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none; }
  
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline; }
  
  /* Loading indicator */
  .fancybox-loading {
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999; }
  
  @keyframes fancybox-rotate {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(359deg); } }
  
  /* Transition effects */
  .fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
  
  /* transitionEffect: slide */
  .fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  
  .fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  
  .fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  
  /* transitionEffect: fade */
  .fancybox-fx-fade.fancybox-slide--previous,
  .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  
  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }
  
  /* transitionEffect: zoom-in-out */
  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5); }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5); }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  
  /* transitionEffect: rotate */
  .fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg); }
  
  .fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg); }
  
  .fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg); }
  
  /* transitionEffect: circular */
  .fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
  
  .fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
  
  .fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  
  /* transitionEffect: tube */
  .fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
  
  .fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
  
  .fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1); }
  
  /* Thumbs */
  .fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995; }
  
  .fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden; }
  
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0; }
  
  .fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%; }
  
  .fancybox-thumbs-x > ul {
    overflow: hidden; }
  
  .fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px; }
  
  .fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  
  .fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px; }
  
  .fancybox-thumbs > ul > li {
    backface-visibility: hidden;
    cursor: pointer;
    display: inline-block;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px; }
  
  .fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  
  .fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  
  .fancybox-thumbs > ul > li:before {
    border: 2px solid #d63d4b;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }
  
  .fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1; }
  
  /* Styling for Small-Screen Devices */
  @media all and (max-width: 800px) {
    .fancybox-thumbs {
      width: 110px;
      display: none !important; }
    .fancybox-show-thumbs .fancybox-inner {
      right: 0; }
    .fancybox-thumbs > ul > li {
      max-width: calc(100% - 10px); }
    .fancybox-slide--image {
      overflow: visible;
      padding: 40px 0; } }
  
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 80px;
    background: transparent; }
  
  .fancybox-thumbs > ul > li {
    border-color: transparent; }
  
  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
    bottom: 0; }
  
  /* header */
  #progress-cont {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 6060;
    height: 2px;
    margin: 0 auto;
    max-width: 1600px; }
  
  #progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background: #d63d4b; }
  
  .header-push {
    height: 130px; }
  
  .header-global {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #222222;
    color: #ffffff;
    z-index: 5050;
    padding: 41px 0 39px; }
    .header-global .container {
      padding-left: 41px;
      padding-right: 41px; }
  
  .header-global-transparent {
    background: transparent;
    transition: background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .header-global-transparent.header-global-transparent-fill {
      background-color: #222222; }
  
  .logo {
    margin-top: 6px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.2px; }
    .logo a {
      padding: 8px 0 6px 15px;
      color: #ffffff;
      text-transform: uppercase;
      display: inline-block;
      border-left: 4px solid #d63d4b; }
      .logo a span {
        font-weight: 300; }
  
  .navigation {
    margin-top: -3px; }
  
  .menu {
    display: flex;
    justify-content: center;
    margin-bottom: -23px; }
    .menu > li {
      margin: 0 15px;
      position: relative;
      padding-bottom: 23px; }
      .menu > li.menu-item-has-children:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -8px;
        border: 8px solid transparent;
        border-bottom-color: #222222;
        opacity: 0; }
      .menu > li.menu-item-has-children:hover:after {
        opacity: 1; }
      .menu > li.menu-item-has-children > a:before {
        /* transform: translate3d(0, 0, 0);*/ } 
      .menu > li:hover > a:before {
        transform: translate3d(0, 0, 0); }
      .menu > li:hover > ul {
        display: block; 
      -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;}
      .menu > li > a {
        font-size: 14px;
        display: inline-block;
        letter-spacing: 1px;
        font-family: "ITC Avant", Helvetica, Arial, sans-serif;
        font-weight: 500;
        color: #ffffff;
        padding: 15px 0 15px;
        letter-spacing: 0.5px;
        position: relative;
        overflow: hidden; }
        .menu > li > a:before {
          content: "";
          position: absolute;
          left: 0;
          height: 2px;
          bottom: 0;
          width: 100%;
          background: #d63d4b;
          transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1);
          transform: translate3d(-105%, 0, 0); }
      .menu > li > ul {
        display: none;
        position: absolute;
        left: -30px;
        top: 100%;
        background: #222222;
        padding: 24px 0 27px; 
        transition: 300ms;
        -webkit-transition: 300ms;
      
      }
        .menu > li > ul > li.menu-item-has-children > a:after {
          opacity: 0;
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -9px;
          right: 0;
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-right-color: #dfdaca; }
        .menu > li > ul > li.menu-item-has-children:hover > a:after {
          opacity: 1; }
        .menu > li > ul > li > a {
          position: relative;
          display: block;
          white-space: nowrap;
          font-size: 14px;
          letter-spacing: 0px;
          font-family: "ITC Avant", Helvetica, Arial, sans-serif;
          font-weight: 500;
          color: #ffffff;
          padding: 6px 30px; }
        .menu > li > ul > li:hover > a {
          color: #f5be4c; }
        .menu > li > ul > li:hover > ul {
          display: block; 
        -webkit-animation: fadeIn 300ms;
      animation: fadeIn 300ms}
        .menu > li > ul > li > ul {
          min-width: 400px;
          padding: 22px 0;
          position: absolute;
          left: 100%;
          top: 0;
          min-height: 100%;
          background: #dfdaca;
          display: none; }
          .menu > li > ul > li > ul > li {
            margin: 4px 0; }
            .menu > li > ul > li > ul > li > a {
              display: block;
              white-space: nowrap;
              font-family: "ITC Avant", Helvetica, Arial, sans-serif;
              font-weight: 500;
              color: #333333;
              padding: 6px 30px;
              font-size: 12px; }
            .menu > li > ul > li > ul > li:hover > a {
              color: #d63d4b; }
  
  .navigation-toggle {
    display: none;
    position: absolute;
    right: 60px;
    top: 0px;
    width: 42px;
    height: 42px;
    z-index: 5050; }
  
  .navigation-toggle-icon {
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #ffffff;
    transform: translate3d(0, -50%, 0);
    transition: background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .navigation-toggle-icon:before, .navigation-toggle-icon:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: #ffffff;
      transform: translate3d(0, -8px, 0);
      transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .navigation-toggle-icon:after {
      transform: translate3d(0, 8px, 0); }
  
  .navigation-open .navigation-toggle-icon {
    background-color: transparent; }
    .navigation-open .navigation-toggle-icon:after {
      transform: rotate(-45deg); }
    .navigation-open .navigation-toggle-icon:before {
      transform: rotate(45deg); }
  
  .search-header {
    text-align: right;
    position: relative;
    margin-left: auto; }
  
  a.search-toggle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    padding: 14px 50px 13px 60px;
    border: 2px solid #d63d4b;
    background-color: #d63d4b;
    background-image: url("upload/search.svg");
    background-position: 15px 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    box-shadow: 0 6px 29px -5px rgba(0, 0, 0, 0.16);
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px; }
    a.search-toggle:hover {
      background-color: transparent;
      color: #ffffff; }
  
  .search-panel {
    padding: 48px 52px 52px;
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 9090;
    background-color: #333;
    box-shadow: -1px 0 20px 0 rgba(0, 0, 0, 0.3);
    width: 1000px;
    top: 0;
    right: 0;
    display: none;
    transform: translate3d(101%, 0, 0);
    visibility: hidden; }
  
  .search-panel-mask {
    background: #000000;
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9089;
    visibility: hidden; }
  
  .search-open .search-panel {
    visibility: visible;
    display: block;
    transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
  
  .search-open .search-panel-mask {
    visibility: visible;
    display: block;
    transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
  
  .search-open .search-panel.search-visible {
    transform: translate3d(0, 0, 0); }
  
  .search-open .search-panel-mask.search-visible {
    opacity: 0.6; }
  
  .search-panel-close {
    width: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    opacity: 0.51;
    transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .search-panel-close:hover {
      opacity: 1; }
  
  .search-panel-header {
    margin-bottom: 51px; }
  
  .search-panel-title {
    padding: 6px 0 5px 15px;
    line-height: 1;
    border-left: 4px solid #d63d4b;
    color: #ffffff;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px; }
  
  .search-panel-subtitle {
    color: #ffffff;
    font-size: 16px; }
  
  .search-panel-form {
    margin-bottom: 17px; }
  
  input.search-text {
    display: block;
    float: left;
    width: 58%;
    height: 50px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0; }
  
  a.search-button {
    display:inline-block;
    line-height:3.2em;
    text-decoration:none;
    height: 50px;
    padding-right: 20px;
    padding-left: 40px;
    background-color: #d63d4b;
    background-image: url("upload/search.svg");
    background-position: 15px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: -0.5px; }
  
  .search-panel-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px; }
  
  .search-panel-thumb {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 2px; }
    .search-panel-thumb a {
      font-size: 12px;
      font-family: "ITC Avant", Helvetica, Arial, sans-serif;
      display: block;
      background: #eeece7;
      border-bottom: 3px solid #eeece7;
      padding: 22px 10px 20px;
      text-align: center;
      transition: all 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
      .search-panel-thumb a:hover {
        color: #444444;
        border-bottom-color: #d63d4b;
        background-color: #fffdf8;
        box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.15);
        transform: scale(1.08); }
  
  .search-panel-thumb-icon {
    max-width: 30px;
    display: block;
    margin: 0 auto 11px; }
    .search-panel-thumb-icon img {
      display: block;
      width: 100%;
      height: auto; }
  
  .search-panel-thumb-title {
    display: block;
    font-weight: 500;
    font-size: 14px; }
  
  /* footer */
  .footer-global {
    padding: 91px 5% 73px;
    background-image: url("upload/black-noise-texture.png");
    background-position: 50% 50%;
    background-size: 100px 100px;
    background-repeat: repeat;
    color: rgba(255, 255, 255, 0.67); }
    .footer-global a {
      color: rgba(255, 255, 255, 0.67); }
      .footer-global a:hover {
        color: #f5be4c; }
  
  .footer-title {
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 36px; }
  
  .footer-sub-title {
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    display: block; }
  
  .footer-columns {
    display: flex;
    margin-top: -18px; }
  
  .footer-column-logo {
    flex: 0 0 105px;
    max-width: 105px;
    padding-right: 10px;
    padding-top: 5px; }
  
  .footer-column-content {
    flex-grow: 1;
    font-size: 13px;
    letter-spacing: -0.25px; }
    .footer-column-content p {
      margin-bottom: 20px; }
  
  .copyright {
    padding-top: 35px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: -0.25px;
    color: #ffffff; }
    .copyright a {
      color: #ffffff; }
      .copyright a:hover {
        color: #d63d4b; }
  
  .social-icon {
    display: block;
    width: 18px;
    position: absolute;
    left: 0;
    top: 0; }
    .social-icon img {
      width: 100%;
      height: auto;
      display: block; }
  
  .panel-fixed {
    position: fixed;
    z-index: 4040;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6060;
    height: 0px;
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 21px;
    padding-right: 21px; }
  
  .panel-fixed-nav {
    display: flex;
    justify-content: flex-end; }
    .panel-fixed-nav li {
      padding: 0 5px; }
      .panel-fixed-nav li a {
        margin-top: -42px;
        font-size: 13px;
        display: block;
        padding: 12px 20px 8px;
        background-color: #ffffff;
        font-family: "ITC Avant", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #222222; }
        .panel-fixed-nav li a:hover {
          color: #222222; }
        .panel-fixed-nav li a.blue {
          background-color: #3b5998;
          color: #ffffff; }
          .panel-fixed-nav li a.blue:hover {
            color: #ffffff; }
  
  .footer-menu {
    line-height: 18px;
    font-size: 13px; }
    .footer-menu li {
      margin-bottom: 25px; }
  
  .footer-menu-social a {
    position: relative;
    display: inline-block;
    padding-left: 27px; }
  
  /* content */
  .spanning {
    clear: both; }
  
  .content-thin {
    margin-left: auto;
    margin-right: auto;
    max-width: 55%; }
  
  .text-page {
    padding-top: 48px;
    padding-bottom: 48px; }
  
  .top-requests {
    background: #dfdaca;
    font-size: 14px;
    padding: 81px 5% 69px; }
    .top-requests ul li {
      margin-bottom: 32px; }
  
  .top-requests-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    position: relative;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.2;
    padding-bottom: 19px;
    margin-bottom: 30px; }
    .top-requests-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 2px;
      margin-top: 10px;
      border-bottom: 5px dotted #444; }
  
  .search-results-title {
    font-weight: bold;
    position: relative;
    text-align: center;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 55px;
    letter-spacing: -2px;
    padding: 10px 0;
    margin-bottom: 32px; }
    .search-results-title:before {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100px;
      height: 2px;
      border-bottom: 5px dotted #f5be4c; }
    .search-results-title h1 {
      font-size: 100%;
      font-weight: bold; }
  
  .search-results-form {
    margin-bottom: 40px;
    padding-right: 160px;
    position: relative; }
  
  input.search-results-form-text {
    width: 100%;
    height: 65px;
    font-size: 16px;
    padding: 0 22px;
    border: 1px solid #cccccc;
    color: #222222;
    float: left; }
  
  input.search-results-form-button {
    position: absolute;
    text-indent: 9px;
    right: 0;
    top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    border: 2px solid #d63d4b;
    background-color: #d63d4b;
    background-image: url("upload/search.svg");
    background-position: 23px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    width: 160px;
    height: 65px; }
  
  .search-results-wrap {
    background: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    padding: 36px 40px 40px;
    margin-bottom: 33px; }
  
  .search-results-wrap-title {
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 20px;
    margin-bottom: 19px; }
  
  .search-results-list {
    margin-bottom: 40px; }
  
  .search-results-item {
    padding: 15px 0 24px;
    border-bottom: 1px dashed #dfdfdf; }
  
  .search-results-item-title {
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 10px; }
    .search-results-item-title a {
      color: #222222; }
      .search-results-item-title a:hover {
        color: #d63d4b; }
  
  .search-results-item-url {
    font-size: 12px;
    letter-spacing: -0.25px;
    margin-bottom: 9px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .search-results-item-url a {
      color: #d63d4b; }
      .search-results-item-url a:hover {
        color: #222222; }
  
  .search-results-item-excerpt {
    color: #444;
    font-size: 13px;
    line-height: 1.55; }
  
  .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif; }
  
  .pagination-prev,
  .pagination-next,
  .pagination-link {
    display: inline-block;
    text-align: center;
    color: #333;
    border: 1px solid #acacac;
    min-width: 35px;
    height: 35px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0 5px;
    line-height: 33px;
    font-size: 14px; }
  
  .pagination-link:hover {
    background-color: #222222;
    color: #ffffff;
    border-color: #222222; }
  
  .pagination-prev,
  .pagination-next {
    border-color: #222222;
    background-color: #222222;
    background-image: url(upload/arrow-left-white.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    color: transparent !important; }
    .pagination-prev:hover,
    .pagination-next:hover {
      background-color: transparent;
      background-image: url(upload/arrow-left-black.svg); }
  
  .pagination-next {
    transform: rotate(180deg); }
  
  .pagination-select {
    padding-left: 38px; }
  
  .pagination-select-title {
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #222222; }
  
  .hero {
    position: relative;
    color: #ffffff;
    padding: 0 5%; }
    .hero a {
      color: #ffffff; }
  
  .hero-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent 50% 50% no-repeat;
    background-size: cover; }
  
  .hero-background-mask {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000; }
  
  .hero-background-mask-07 {
    opacity: 0.7; }
  
  .hero-background-mask-05 {
    opacity: 0.5; }
  
  .hero-tall .hero-height {
    min-height: 80vh; }
  
  .hero-height {
    min-height: 60vh;
    padding-top: 200px;
    padding-bottom: 76px; }
  
  .hero-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: -2.5px;
    margin-bottom: 8px; }
    .hero-title h1 {
      font-size: 100%;
      font-weight: bold; }
  
  
  .breadcrumbs-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 20px;
    background-color: #333;
    background-image: url("upload/black-noise-texture.png");
    background-position: 50% 50%;
    background-size: 188px;
    font-size: 0.75rem;
  }
  
  .breadcrumbs-wrap.no-bg {
    margin-top: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    color: #000;
  }
  
  .breadcrumbs-wrap.clear-bg {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: none;
    background-size: auto;
  }
  
  
  .breadcrumbs-block-inner {
    padding-right: 10px;
  }
  
  /** Override for default.css **/
  a.breadcrumb-link {
    color: hsla(0, 0%, 100%, .65);
    text-decoration: none;
  }
  
  .breadcrumb-link {
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 17px;
    color: hsla(0, 0%, 100%, .65);
    line-height: 1rem;
    text-decoration: none;
  }
  
  .breadcrumb-link:hover {
    color: #f5be4c;
  }
  
  .breadcrumb-link.current-page {
    border-bottom-color: #d63d4b;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
  }
  
  .breadcrumb-link.current-page.dark {
    color: #333;
  }
  
  .breadcrumb-link.dark.current-page-dark {
    color: #d63d4b;
  }
  
  .breadcrumb-arrow {
    position: relative;
    top: -1px;
    width: 8px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  
  
  
  .biography {
    padding: 0 5% 70px; }
  
  a.biography-link {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.09);
    color: #000; }
  
  .biography-link-title {
    display: block;
    font-size: 20px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 2px; }
  
  .biography-link-position {
    display: block;
    font-size: 12px; }
  
  .biography-link-content {
    display: flex;
    height: 125px;
    background-color: #ffffff;
    border-bottom: 6px solid #f1f1f1;
    align-items: center;
    padding: 10px; }
  
  .biography-link-cell {
    display: block;
    flex: 0 0 100%; }
  
  .infoblock {
    padding: 77px 5% 70px; }
  
  .infoblock-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    position: relative;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.2;
    padding-bottom: 19px;
    margin-bottom: 30px; }
    .infoblock-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 2px;
      margin-top: 10px;
      border-bottom: 5px dotted #f5be4c; }
    .infoblock-title h2 {
      font-weight: bold; }
  
  .global-hover {
    display: block;
    position: relative;
    overflow: hidden; }
    .global-hover img {
      display: block;
      width: 100%;
      height: auto; }
    .global-hover:before {
      z-index: 2;
      background: rgba(255, 63, 80, 0.81);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0); }
  
  .global-more {
    z-index: 5;
    opacity: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    background-color: rgba(255, 63, 80, 0.81);
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
  
  .global-more-text {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px; }
  
  .global-more-gallery {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent url("upload/expand.svg") 50% 50% no-repeat;
    background-size: 25px; }
  
  .gallery-inline .global-more {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px; }
  
  a:hover .global-hover:before {
    transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0); }
  
  a:hover .global-more {
    opacity: 1; }
  
  .tile-img a {
    display: block; }
  
  .tiles {
    padding: 0 5% 70px; }
    .tiles.tiles-push {
      padding-top: 75px; }
  
  .tile {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    border-bottom: 6px solid #f1f1f1; }
  
  .tile-content {
    font-size: 14px;
    line-height: 1.4;
    padding: 23px 27px 20px;
    min-height: 230px; }
  
  .tile-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px; }
    .tile-title a {
      color: #222222; }
      .tile-title a:hover {
        color: #d63d4b; }
  
  .tile-excerpt {
    margin-bottom: 16px; }
  
  .tile-more {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 500; }
    .tile-more a {
      color: #d63d4b; }
      .tile-more a:hover {
        color: #333; }
  
  .categories {
    margin-bottom: 60px; }
  
  .categories-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 20px;
    margin-bottom: 36px; }
  
  .categorie-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 34px; }
    .categorie-title h3 {
      font-weight: bold;
      font-size: 100%; }
    .categorie-title h4 {
      padding-top: 3px;
      font-size: 63%;
      font-weight: bold; }
  
  .categories-menu {
    font-size: 14px; }
    .categories-menu li {
      margin-bottom: 14px; }
    .categories-menu a.active {
      color: #d63d4b; }
  
  .videos .pagination,
  .categorie .pagination {
    padding-top: 50px; }
  
  .photo-gallery {
    padding: 0 5% 70px; }
  
  .photo-gallery-item {
    margin-bottom: 30px; }
  
  .back {
    font-size: 12px;
    line-height: 15px;
    margin-top: 30px; }
  
  a.back-link {
    display: inline-block;
    padding-left: 26px;
    position: relative; }
    a.back-link:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(upload/arrow-left-black.svg);
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 15px;
      height: 15px; }
  
  .forward {
    font-size: 14px;
    line-height: 15px;
    margin-top: 30px; }
  
  a.forward-link {
    display: inline-block;
    padding-right: 26px;
    position: relative; }
    a.forward-link:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(upload/arrow-right-black.svg);
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 15px;
      height: 15px; }
  
  ul.share-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.share-list li {
      margin: 0;
      padding: 0;
      flex: 0 0 28px;
      max-width: 28px;
      margin-left: 10px;
      margin-bottom: 10px; }
    ul.share-list a {
      display: block;
      transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
      ul.share-list a:hover {
        opacity: 0.5; }
    ul.share-list img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 !important; }
    ul.share-list-center {
      justify-content: center; }
      ul.share-list-center li {
        margin-left: 5px;
        margin-right: 5px; }
  
  .tile-video,
  .tile-event {
    height: 500px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    border-bottom: 6px solid #f1f1f1; }
  
  .tile-video-iframe {
    height: 0;
    position: relative;
    padding-top: 56.17021276595745%; }
    .tile-video-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  
  .sort {
    text-align: right; }
  
  .videos-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 20px;
    margin-bottom: 32px; }
    .videos-title h3 {
      font-size: 100%;
      font-weight: bold; }
    .videos-title h2 {
      font-size: 140%;
      font-weight: bold; }
  
  .tile-event-content,
  .tile-video-content {
    font-size: 14px;
    line-height: 1.4;
    padding: 23px 27px 20px;
    min-height: 180px; }
  
  .tile-event-content {
    min-height: 275px; }
  
  .tile-event-content-date {
    font-size: 12px;
    letter-spacing: -0.25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #e9e9e9; }
  
  .tile-event-content-description {
    margin-bottom: 32px; }
  
  .tile-event-content-navigation .button-transparent {
    margin-left: 10px; }
    .tile-event-content-navigation .button-transparent.no-margin-left {
      margin-left: 0; }
    .tile-event-content-navigation .button-transparent:hover {
      color: #333; }
  
  .tile-event-content-title,
  .tile-video-content-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px; }
    .tile-event-content-title a,
    .tile-video-content-title a {
      color: #222222; }
      .tile-event-content-title a:hover,
      .tile-video-content-title a:hover {
        color: #d63d4b; }
  
  .tile-event-content-navigation{
    position:absolute;
    bottom: 65px;
  }
  
  .sidebar-sort {
    max-width: 220px; }
  
  .sidebar-sort-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 20px;
    margin-bottom: 20px; }
  
  .sidebar-sort-group {
    margin-bottom: 33px; }
  
  .sidebar-sort-label {
    font-size: 14px;
    margin-bottom: 7px; }
  
  .directory-social-block {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cecece; }
  
  .directory-icon {
    width: 25px;
    margin-right: 10px;
    padding: 3px;
    display: inline-block; }
    .directory-icon img {
      display: block;
      width: 100%;
      height: auto; }
  
  .directory-item {
    margin-bottom: 30px;
    padding: 25px 30px 20px;
    border-left: 4px solid #d63d4b;
    background-color: #f1f1f1;
    font-size: 13px; }
    .directory-item a {
      color: #222222; }
      .directory-item a:hover {
        color: #d63d4b; }
  
  .directory-name {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 20px; }
  
  .directory-title {
    color: #222222;
    font-size: 12px;
    margin-bottom: 8px; }
  
  .directory-phone {
    background-image: url(upload/telephone.svg);
    background-position: 0px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 20px; }
  
  .directory-email {
    background-image: url(upload/email.svg);
    background-position: 0px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px; }
  
  .details {
    background: #dfdaca;
    padding: 20px 5%;
    font-size: 14px;
    color: #222222; }
  
  .detail-icon {
    margin-right: 20px;
    padding-left: 20px;
    display: inline-block;
    background-position: 0px 50%;
    background-size: 15px;
    background-repeat: no-repeat; }
    .detail-icon a {
      color: #222222; }
      .detail-icon a:hover {
        color: #d63d4b; }
  
  .detail-date {
    background-image: url(upload/date.svg); }
  
  .detail-location {
    background-image: url(upload/location.svg); }
  
  .detail-tel {
    background-image: url(upload/phone.svg); }
  
  .detail-email {
    background-image: url(upload/email.svg); }
  
  .detail-clock {
    background-image: url(upload/clock.svg); }
  
  .hero-transparent {
    padding: 69px 5% 50px; }
    .hero-transparent h1 {
      font-size: 80px;
      letter-spacing: -2.4px;
      line-height: 1.1;
      font-family: "ITC Avant", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #222222;
      margin-bottom: 12px; }
    .hero-transparent .breadcrumbs ul {
      background-color: transparent;
      background-image: none;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .hero-transparent .breadcrumbs ul li a {
        color: #444444; }
        .hero-transparent .breadcrumbs ul li a:hover {
          color: #d63d4b; }
  
  .content-details {
    padding-top: 66px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 75px; }
  
  .details-note {
    max-width: 230px;
    padding: 30px;
    background-color: #eeece7;
    font-size: 14px;
    color: #222222;
    margin-bottom: 30px; }
    .details-note p {
      margin-bottom: 33px; }
    .details-note a.button {
      display: block; }
  
  .details-sidebar {
    max-width: 230px; }
    .details-sidebar .share-list {
      padding-top: 0;
      justify-content: center; }
      .details-sidebar .share-list li {
        margin-left: 5px;
        margin-right: 5px; }
  
  .horiz-items {
    padding: 0 5% 30px; }
  
  .horiz-items-push {
    padding-top: 90px; }
  
  .horiz-item {
    display: flex;
    align-items: center;
    padding-bottom: 72px; }
  
  .horiz-item-date {
    color: #666;
    font-size: 12px;
    letter-spacing: -0.25px;
    margin-bottom: 22px; }
  
  .horiz-item-thumb {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 5%; }
    .horiz-item-thumb a {
      box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.3);
      display: block; }
    .horiz-item-thumb-large {
      flex: 0 0 60%;
      max-width: 60%; }
  
  .horiz-item-content {
    flex-grow: 1;
    font-size: 16px; }
  
  .horiz-item-title {
    line-height: 1.2;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 14px; }
    .horiz-item-title a {
      color: #222222; }
      .horiz-item-title a:hover {
        color: #d63d4b; 
        text-decoration:none;}
  
  .horiz-item-content-nav {
    padding-top: 50px; }
    .horiz-item-content-nav .button + .button {
      margin-left: 8px; }
  
  .horiz-item-content-line {
    height: 45px;
    border-bottom: 5px dotted rgba(0, 0, 0, 0.2); }
  
  .video {
    background: #dfdaca;
    padding: 80px 5%; }
  
  .video-columns {
    display: flex;
    align-items: center; }
  
  .video-thumb {
    padding-right: 5%;
    flex: 0 0 63%;
    max-width: 63%; }
  
  .video-wrap {
    height: 0;
    width: 100%;
    padding-top: 56.17021276595745%;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.3);
    position: relative; }
    .video-wrap iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  
  .video-content {
    flex-grow: 1;
    font-size: 16px; }
  
  .video-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #222222;
    line-height: 1.2;
    margin-bottom: 22px; }
    .video-title a {
      color: #222222; }
      .video-title a:hover {
        color: #d63d4b; }
  
  .video-navigation {
    padding-top: 50px; }
  
  .cta {
    text-align: center;
    color: #ffffff;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    background: transparent url("upload/cta.jpg") 50% 50% no-repeat;
    background-size: cover; }
  
  .cta-mask {
    padding: 115px 5% 130px;
    background: rgba(0, 0, 0, 0.7); }
  
  .cta-mask-gradient {
    background-color: transparent;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, 0) 22%, rgba(0, 0, 0, 0.23)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
  
  .cta-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 26px; }
  
  .horiz-slider-wrap {
    padding: 82px 5% 10px;
    background: #eeece7; }
  
  .podcasts-hero {
    background: #eeece7;
    padding: 75px 5% 75px; }
  
  .podcasts {
    padding: 70px 5% 70px; }
    .podcasts .pagination {
      padding-top: 20px;
      padding-bottom: 15px; }
  
  .podcast {
    margin-bottom: 52px; }
  
  .podcast-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #222222;
    margin-bottom: 13px; }
    .podcast-title a {
      color: #222222; }
      .podcast-title a:hover {
        color: #222222; }
  
  .podcast-date {
    font-size: 12px;
    color: #666;
    letter-spacing: -0.25px;
    margin-bottom: 30px; }
  
  .podcast-iframe iframe {
    display: block; }
  
  .podcast-description {
    color: #222222;
    font-size: 16px;
    letter-spacing: -0.25px;
    margin-bottom: 30px; }
  
  .podcast-underline {
    margin-top: 56px;
    border-bottom: 5px dotted rgba(0, 0, 0, 0.2); }
  
  .more-resources {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 40px;
    border-left: 5px solid #d63d4b;
    background-color: #fff;
    background-image: url(upload/black-noise-texture.png);
    background-position: 50% 50%;
    background-size: 100px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff; }
    .more-resources p {
      margin: 0 !important; }
  
  .more-resources-note {
    flex-grow: 1; }
    .more-resources-note p {
      max-width: 420px; }
  
  .map {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    margin-bottom: 50px; }
  
  .more-events {
    padding: 75px 5% 70px;
    background: #eeece7; }
  
  .more-events-title {
    color: #222222;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-left: 15px;
    border-left: 4px solid #d63d4b;
    margin-bottom: 50px;
    font-size: 24px; }
  
  .news-infinite-item {
    margin-bottom: 50px; }
  
  .news-infinite-item-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 12px; }
    .news-infinite-item-title a {
      color: #222222; }
      .news-infinite-item-title a:hover {
        color: #d63d4b; }
  
  .news-infinite-item-date {
    color: #666;
    font-size: 12px;
    margin-bottom: 22px; }
  
  .news-infinite-item-content {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid #f1f1f1;
    background: #ffffff; }
  
  .news-infinite-item-thumb img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0; }
  
  .news-infinite-item-description {
    padding: 5px 40px 20px; }
  
  .news-banners {
    position: relative;
    overflow: hidden; }
  
  .news-banners-background {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    height: 100%; }
    .news-banners-background video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  
  .news-banners-columns {
    display: flex;
    position: relative;
    z-index: 2; }
  
  .news-banner {
    color: #ffffff;
    flex: 0 0 25%;
    max-width: 25%;
    height: 85vh;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 0, 0, 0.6);
    transition: color 0.275s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.275s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 50px 50px 100px; }
    .news-banner:hover {
      background-color: rgba(0, 0, 0, 0.7); }
      .news-banner:hover a.news-banner-more {
        width: 100px; }
    .news-banner:last-child {
      border-right: 0; }
  
  .news-banner-title {
    position: relative;
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    margin-bottom: 30px; }
    .news-banner-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 2px;
      margin-top: 10px;
      border-bottom: 5px dotted #f5be4c; }
    .news-banner-title a {
      color: #ffffff; }
  
  .news-banner-description {
    font-size: 16px;
    line-height: 1.75; }
  
  a.news-banner-more {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #d63d4b url("upload/arrow-right-white.svg") 50% 50% no-repeat;
    background-size: 15px;
    transition: width 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
  
  .resources {
    padding: 70px 5%; }
  
  .resources-wrapper {
    background: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15); }
  
  .resources-header {
    color: #ffffff;
    background: transparent url("upload/luke-pamer.jpg") 50% 50% no-repeat;
    background-size: cover; }
    .resources-header .search-results-form {
      margin: 0 auto;
      max-width: 930px; }
  
  .resources-header-wrapper {
    padding: 54px 40px 70px;
    background: rgba(0, 0, 0, 0.25); }
  
  .resources-header-title {
    text-align: center;
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 46px;
    letter-spacing: -0.5px;
    margin-bottom: 20px; }
    .resources-header-title h1 {
      font-weight: bold;
      font-size: 100%; }
  
  .resources-columns {
    display: flex;
    width: 100%;
    clear: both; }
  
  .resources-sidebar {
    flex: 0 0 20%;
    max-width: 20%;
    background: #eeece7;
    padding: 40px; }
  
  .resources-content {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 40px; }
  
  .resources-back {
    margin-bottom: 23px; }
  
  .resources-content-title {
    font-size: 20px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    line-height: 1.4;
    margin-bottom: 15px; }
    .resources-content-title h2 {
      font-weight: bold;
      font-size: 100%; }
  
  .resources-content-panel {
    margin-bottom: 20px; }
  
  .faq-item {
    border-bottom: 1px dashed #dfdfdf; }
    .faq-item.active .faq-content {
      display: block; }
    .faq-item.active a.faq-title:before {
      transform: rotate(180deg); }
  
  .faq-content {
    display: none;
    padding-bottom: 30px;
    padding-top: 20px; }
  
  a.faq-title {
    padding: 16px 0;
    display: block;
    position: relative;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-left: 50px; }
    a.faq-title:before {
      transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1);
      content: "";
      position: absolute;
      top: 16px;
      left: 0;
      width: 30px;
      height: 30px;
      background: #f1f1f1 url("upload/faq.svg") no-repeat 50% 50%;
      background-size: 15px; }
  
  a.resources-link {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    position: relative;
    border-bottom: 1px dashed #dfdfdf;
    padding: 22px 0 22px 65px; }
    a.resources-link img {
      left: 0;
      top: 15px;
      position: absolute;
      width: 40px;
      padding: 9px;
      background-color: #f1f1f1; }
  
  .resources-content-navigation {
    padding-top: 50px; }
  
  .resources-sidebar-category {
    margin-bottom: 40px; }
  
  .resources-sidebar-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 22px; }
  
  .resources-sidebar-checklist {
    font-size: 12px; }
    .resources-sidebar-checklist li {
      margin-bottom: 10px; }
    .resources-sidebar-checklist label {
      padding-left: 5px; }
  
  .resources-sidebar-reset {
    padding-top: 10px; }
    .resources-sidebar-reset input {
      font-size: 13px;
      border: 0;
      color: #d63d4b;
      background: transparent;
      font-family: "ITC Avant", Helvetica, Arial, sans-serif;
      font-weight: 500; }
  
  .resources-sidebar-help-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px; }
  
  .resources-sidebar-helplist {
    font-size: 12px; }
    .resources-sidebar-helplist li {
      margin-bottom: 16px; }
    .resources-sidebar-helplist a {
      position: relative;
      padding-left: 20px; }
      .resources-sidebar-helplist a:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 15px;
        height: 15px;
        background: transparent url("upload/help.svg") 0 0 no-repeat;
        background-size: 15px; }
  
  .center-slider {
    text-align: center;
    background-image: url("upload/gold-noisy-texture.png");
    background-position: 50% 50%;
    background-size: 100px 100px; }
    .center-slider .slick-prev {
      outline:none;
      bottom: auto;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      font-size: 0;
      color: transparent;
      right: auto;
      left: 6%;
      background-position: 50% 50%;
      background-size: 28px;
      opacity: 0.6;
      transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1), transform 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .center-slider .slick-next {
      outline:none;
      bottom: auto;
      top: 50%;
      margin-top: -20px;
      right: 6%;
      font-size: 0;
      color: transparent;
      background-position: 50% 50%;
      background-size: 28px;
      opacity: 0.6;
      transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1), transform 0.275s cubic-bezier(0.4, 0, 0.2, 1); }
    .center-slider .slick-prev:hover,
    .center-slider .slick-next:hover {
      opacity: 1;
      transform: scale(1.2); }
  
  .center-slider-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: -0.5px;
    margin-bottom: 5px; }
  
  .center-slider-note {
    font-size: 18px;
    margin-bottom: 30px; }
  
  .center-slider-navigation {
    padding-top: 20px; }
  
  .center-slider-item {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 68px;
    padding-bottom: 75px; }
  
  .social-banner {
    display: flex;
    flex-wrap: wrap; }
  
  .social-banner-block {
    flex: 0 0 25%;
    max-width: 25%; }
    .social-banner-block a {
      padding: 80px 20px 80px;
      display: block;
      color: #ffffff;
      text-align: center; }
  
  .social-banner-block.facebook {
    background-color: #3b5998; }
  
  .social-banner-block.instagram {
    background-color: #8a3ab9; }
  
  .social-banner-block.twitter {
    background-color: #55acee; }
  
  .social-banner-block.youtube {
    background-color: #b31217; }
  
  .social-banner-icon {
    width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
    .social-banner-icon img {
      width: 100%;
      height: auto;
      display: block; }
  
  .social-banner-title {
    line-height: 1.2;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 2px; }
  
  .social-banner-note {
    line-height: 1.2;
    font-size: 13px; }
  
  .social-feeds {
    padding: 70px 5% 40px; }
  
  .social-feed {
    margin-bottom: 30px;
    padding: 27px 25px;
    border-style: solid;
    border-width: 1px 1px 6px;
    border-color: #e4e4e4 #e4e4e4 #f1f1f1;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.09); }
  
  .social-feed-title {
    color: #222222;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: 1px;
    padding-bottom: 25px; }
    .social-feed-title img {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: auto; }
  
  .social-feed-content {
    overflow: auto;
    height: 500px; }
  
  .feed-item {
    display: flex;
    border-bottom: 5px dotted rgba(0, 0, 0, 0.2);
    padding: 0 0 20px;
    margin-bottom: 20px; }
  
  .feed-item-thumb {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 5%; }
    .feed-item-thumb img {
      display: block;
      width: 100%;
      height: auto; }
  
  .feed-item-content {
    flex-grow: 1;
    padding-right: 5px; }
  
  .feed-item-date {
    color: #666;
    font-size: 12px;
    margin-bottom: 7px; }
  
  .feed-item-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px; }
  
  .feed-item-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 19px; }
  
  .feed-item-more {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-top: 19px; }
    .feed-item-more a {
      color: #d63d4b; }
      .feed-item-more a:hover {
        color: #333; }
  
  .feed-gallery {
    display: flex;
    flex-wrap: wrap; }
    .feed-gallery img {
      display: block;
      width: 100%;
      height: auto; }
  
  .feed-gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 20px 0; }
  
  .box,
  .box-inside {
    display: none; }
    .box.visible,
    .box-inside.visible {
      display: block; }
  
      .box-inside {
        display: block;
      }
  .tab {
    padding: 0 5% 70px; }
  
  .box-wrapper {
    padding: 45px 70px 50px;
    background-color: #fff; }
  
  .tab-wrapper {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15); }
  
  ul.tabs {
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: 500;
    display: flex;
    font-size: 16px;
    white-space: nowrap; }
    ul.tabs li {
      cursor: pointer;
      padding-right: 35px; }
      ul.tabs li span {
        padding: 20px 0 17px;
        display: block;
        border-bottom: 3px solid transparent; }
      ul.tabs li.active span {
        border-bottom-color: #d63d4b; }
  
  .tabs-wrapper {
    overflow: auto;
    background-color: #eeece7; }
  
  .tab-content-columns {
    display: flex;
    align-items: flex-start; }
  
  .tab-content-sidebar {
    flex: 0 0 230px;
    max-width: 230px;
    padding: 25px 25px 15px;
    flex-basis: 230px;
    border-bottom: 5px solid #dfdaca;
    background-color: #fafafa;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-top: 10px; }
  
  .tab-content-inside {
    flex-grow: 1;
    padding-left: 60px;
    max-width: 960px; }
  
  .tab-content-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -1.5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 50px;
    padding-bottom: 15px; }
  
  ul.tabs-inside li {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 10px; }
    ul.tabs-inside li.active {
      color: #d63d4b; }
    ul.tabs-inside li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      background: transparent url("upload/arrow-next.svg") 50% 50% no-repeat;
      background-size: 8px 8px; }
  
  .history {
    background: transparent url("upload/lv-then-now.png") 50% 100% no-repeat;
    position: relative;
    padding: 70px 5%; }
    .history:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      top: 70px;
      bottom: 0;
      width: 1px;
      background: #cacacc; }
    .history:after {
      content: "";
      position: absolute;
      top: 65px;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #cacacc;
      border-radius: 50%; }
  
  .history-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5% 70px;
    position: relative; }
    .history-item.active .history-item-dot {
      transform: scale(1);
      opacity: 1; }
    .history-item.active .history-item-line:before {
      transform: translate3d(0, 0, 0) !important; }
    .history-item.active .history-item-wrapper {
      background: #ffffff;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15); }
    .history-item.active .history-item-photo img {
      opacity: 1; }
    .history-item.active .history-item-content {
      opacity: 1; }
    .history-item.history-item-rev .history-item-dot {
      right: auto;
      left: -12.5%;
      margin-right: 0;
      margin-left: -10px; }
    .history-item.history-item-rev .history-item-line {
      right: auto;
      left: -12.5%; }
      .history-item.history-item-rev .history-item-line:before {
        transform: translate3d(-101%, 0, 0); }
  
  .history-item-wrapper {
    transition: all 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s; }
  
  .history-item-line {
    position: absolute;
    right: -12.5%;
    width: 12.5%;
    height: 1px;
    top: 50%;
    overflow: hidden; }
    .history-item-line:before {
      background: #d63d4b;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: translate3d(101%, 0, 0);
      transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.275s; }
  
  .history-item-dot {
    width: 20px;
    height: 20px;
    background: #d63d4b;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -10px;
    right: -12.5%;
    margin-right: -10px;
    transform: scale(0.1);
    transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
  
  .history-item-photo {
    position: relative; }
    .history-item-photo img {
      display: block;
      width: 100%;
      height: auto;
      transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
      opacity: 0; }
  
  .history-item-content {
    padding: 5% 8% 8% 6%;
    border-bottom: 5px solid #f1f1f1;
    background-color: #fff;
    display: flex;
    font-size: 16px;
    letter-spacing: -0.25px;
    transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
    opacity: 0; }
  
  .history-item-date {
    padding-right: 30px; }
    .history-item-date span {
      color: #222222;
      font-family: "ITC Avant", Helvetica, Arial, sans-serif;
      font-weight: bold;
      display: inline-block;
      font-size: 32px;
      line-height: 1.2;
      padding-bottom: 5px;
      border-bottom: 4px solid #d63d4b; }
  
  .history-item-description {
    flex-grow: 1; }
  
  .history-items {
    display: flex;
    flex-wrap: wrap; }
  
  /* home */
  .hero-home {
    position: relative;
    padding: 0 5%; }
  
  .hero-home-background {
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hero-home-background video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%; }
  
  .hero-home-background-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
  
  .hero-home-content {
    color: #ffffff; }
    .hero-home-content a {
      color: #ffffff; }
      .hero-home-content a:hover {
        color: #f5be4c; }
    .hero-home-content .row {
      min-height: 80vh;
      padding-bottom: 130px;
      padding-top: 200px; }
  
  .hero-home-columns {
    display: flex;
    align-items: center; }
  
  .hero-home-columns-content {
    flex-grow: 1;
    padding-left: 30px; }
  
  .hero-home-seal {
    flex: 0 0 128px;
    max-width: 128px; }
    .hero-home-seal img {
      display: block;
      width: 100%;
      height: auto; }
  
  .hero-home-title {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: -2.5px;
    line-height: 1.2;
    margin-bottom: 11px; }
    .hero-home-title h1 {
      font-size: 100%;
      font-weight: bold; }
  
  .hero-home-weather {
    display: flex;
    align-items: center; }
  
  .hero-home-weather-icon {
    flex: 0 0 35px;
    max-width: 35px; }
    .hero-home-weather-icon img {
      display: block; }
  
  .hero-home-weather-num {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-right: 21px;
    padding-left: 8px;
    line-height: 1;
    font-size: 31px; }
  
  .hero-home-weather-note {
    border-left: 1px solid #ffffff;
    font-size: 18px;
    letter-spacing: -0.5px;
    padding: 3px 0 3px 25px; }
  
  .hero-home-play {
    text-align: right; }
  
  
    span.hero-home-play-link {
      position: relative;
      display: inline-block;
      font-family: "ITC Avant", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 14px;
      padding-top: 9px;
      padding-right: 30px;
      padding-bottom: 5px;
      background-image: url(upload/play.svg);
      background-position: 100% 50%;
      background-size: 20px;
      background-repeat: no-repeat;
    }
    
    span.hero-home-play-link:hover {
      cursor: pointer;
    }
    
    #feed-menu-wrapper {
      display: none;
      z-index: 1000;
      margin-left: 25px;
    }
    
    #feed-menu-wrapper.feed-menu-show {
      display: block;
      position: absolute;
    }
    
    .feed-menu-item {
      border-bottom: 4px solid rgba(0, 0, 0, .3);
      
      background-color: #333333;
    }
    
    .live-feed-dropdown-link {
      padding: 8px 15px;
      border-bottom: 1px solid rgba(0, 0, 0, .3);
      -webkit-transition: color 200ms ease;
      transition: color 200ms ease;
      color: #fff;
      font-size: 0.8rem;
    }
    
    .live-feed-dropdown-link:hover {
      color: #f5be4c;
    }
  
  /* responsive */
  @media (max-width: 1559px) {
    .wysiwyg h1 {
      font-size: 60px;
      margin-bottom: 60px; }
    .content-thin {
      max-width: 60%; }
    .podcast-title {
      font-size: 28px; }
    .resources-sidebar {
      flex: 0 0 25%;
      max-width: 25%; }
    .resources-content {
      flex: 0 0 75%;
      max-width: 75%; }
    .hero-home-title {
      font-size: 60px; }
    .hero-home-content .row {
      min-height: 0;
      padding-top: 40vh;
      padding-bottom: 80px; }
    .hero-home-play {
      padding-top: 20px;
      text-align: center; }
    .hero-home {
      padding-left: 0;
      padding-right: 0; }
    .hero-home-seal {
      flex: 0 0 100px;
      max-width: 100px; } }
  
  @media (max-width: 1199px) {
    .box-wrapper {
      padding: 35px 30px 40px; }
    .tab-content-title {
      font-size: 32px;
      letter-spacing: 0; }
    .tab-content-inside {
      padding-left: 30px; }
    .hero-home-title {
      letter-spacing: -1px;
      font-size: 40px; }
    .content-thin {
      max-width: 80%; }
    .wysiwyg h1,
    .hero-transparent h1 {
      font-size: 48px; }
    .wysiwyg ul > li,
    .hero-transparent ul > li {
      padding-left: 20px; }
    .wysiwyg ul.col-x2 > li,
    .hero-transparent ul.col-x2 > li {
      flex: 0 0 100%;
      max-width: 100%; }
    .hero-title {
      font-size: 56px; }
    .search-results-title {
      font-size: 48px; }
    .navigation {
      display: none; }
    .col-navigation {
      display: none;
      position: absolute;
      top: 93px;
      background: #222222;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      max-height: calc(100vh - 93px);
      overflow: auto; }
    .navigation-open .col-navigation {
      display: block; }
    .navigation-open .navigation {
      display: block; }
    .menu {
      display: block;
      padding: 30px 0 50px; }
      .menu > li {
        text-align: center; }
        .menu > li > a {
          font-size: 18px;
          padding: 5px 0; }
        .menu > li > ul {
          position: static; }
          .menu > li > ul > li > a:after {
            display: none !important; }
          .menu > li > ul > li > ul {
            min-width: 100%;
            margin-bottom: 10px;
            position: static;
            background-color: rgba(255, 255, 255, 0.1); }
            .menu > li > ul > li > ul > li > a {
              color: #ffffff; }
    a.button.button-image span,
    input.button.button-image span,
    button.button.button-image span {
      padding: 24px 40px; }
    .navigation-toggle {
      display: block; }
    a.search-toggle {
      width: 42px;
      height: 42px;
      padding: 0;
      display: block;
      text-indent: -9999px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      background-position: 50% 50%;
      margin-left: auto; }
    .footer-menu {
      margin-bottom: 50px; }
    .footer-title {
      margin-bottom: 20px; }
    .footer-menu li {
      margin-bottom: 15px; }
    .top-requests ul li {
      margin-bottom: 15px; }
    .footer-columns {
      display: block; }
    .footer-column-logo {
      margin-bottom: 20px; }
    .header-global {
      padding-top: 25px;
      padding-bottom: 25px; }
    .header-push {
      height: 93px; }
    .search-panel {
      padding-left: 20px;
      padding-right: 20px;
      width: 100%; }
    .search-panel-thumb {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .categories-menu {
      margin-right: -30px; }
      .categories-menu li {
        display: inline-block;
        margin-right: 30px; }
    .categorie .pagination {
      padding-top: 30px; }
    .tile-content {
      padding-left: 15px;
      padding-right: 15px; }
    .visibility-hidden {
      visibility: visible !important;
      animation: none !important; }
    ul.share-list {
      padding-top: 30px;
      justify-content: flex-start; }
      ul.share-list li {
        margin-left: 0;
        margin-right: 10px; }
    .details-note {
      max-width: none;
      text-align: center;
      padding: 20px; }
      .details-note a.button {
        display: inline-block; }
    .details-sidebar {
      margin-top: 40px;
      max-width: none; }
    .horiz-item {
      flex-wrap: wrap; }
    .horiz-item-thumb {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      margin-bottom: 20px; }
    .horiz-slider-wrap .horiz-item {
      max-width: 540px;
      margin: 0 auto; }
    .horiz-item-title {
      font-size: 24px; }
    .horiz-item-content-nav {
      padding-top: 25px; }
    .detail-icon {
      display: block;
      margin-right: 0;
      margin-top: 5px;
      margin-bottom: 5px; }
    .horiz-slider-wrap .slick-prev,
    .horiz-slider-wrap .slick-next {
      display: none !important; }
    .video-columns {
      flex-wrap: wrap;
      max-width: 540px;
      margin: 0 auto; }
    .video-wrap {
      margin-bottom: 20px; }
    .video-thumb {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; }
    .video-title {
      font-size: 24px; }
    .video-navigation {
      padding-top: 20px; }
    .cta-mask {
      padding-top: 90px;
      padding-bottom: 90px; }
    .cta-title {
      font-size: 24px; }
    .podcast-title {
      font-size: 24px; }
    .podcast-underline {
      display: none; }
    .gallery-inline .photo-gallery-item {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .news-banners-columns {
      flex-wrap: wrap; }
    .news-banner {
      height: auto;
      min-height: 500px;
      flex: 0 0 50%;
      max-width: 50%;
      border-top: 1px solid rgba(255, 255, 255, 0.15); }
    .resources-sidebar {
      flex: 0 0 33%;
      max-width: 33%;
      padding: 30px; }
    .resources-content {
      flex: 0 0 67%;
      max-width: 67%;
      padding: 30px; }
    .resources-header-title {
      font-size: 32px; }
    .history:before, .history:after {
      display: none; }
    .history-item-line,
    .history-item-dot {
      display: none; }
    .history-item {
      margin-top: 0 !important;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; }
      .history-item .history-item-wrapper {
        background: #ffffff;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15); }
      .history-item .history-item-photo img {
        opacity: 1; }
      .history-item .history-item-content {
        opacity: 1; } }
  
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none; }
    .history {
      padding-left: 0;
      padding-right: 0; }
    .history-item {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 20px; }
    .history-item-date span {
      font-size: 24px; }
    .tab-content-columns {
      flex-wrap: wrap; }
    .tab-content-sidebar {
      margin-top: 0;
      margin-bottom: 40px; }
    ul.tabs {
      font-size: 14px; }
      ul.tabs li {
        padding-right: 25px; }
        ul.tabs li span {
          padding-top: 15px;
          padding-bottom: 12px; }
    .tab {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px; }
    .tab-content-inside {
      padding-left: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .center-slider .slick-prev {
      left: 0; }
    .center-slider .slick-next {
      right: 0; }
    .center-slider-title {
      font-size: 24px; }
    .center-slider-note {
      font-size: 14px;
      margin-bottom: 20px; }
    .hero-home-columns {
      flex-wrap: wrap; }
    .hero-home-columns-content {
      padding-left: 0; }
    .hero-home-seal {
      display: none; }
    .hero-home-weather-icon {
      flex: 0 0 25px;
      max-width: 25px; }
    .hero-home-weather-num {
      font-size: 21px; }
    .hero-home-weather-note {
      font-size: 14px; }
    .hero-home-title {
      text-align: center;
      letter-spacing: -0.5px;
      font-size: 30px; }
    .hero-home-content .row {
      padding-bottom: 50px; }
    .content-thin {
      max-width: 100%; }
    .text-page {
      padding-top: 38px;
      padding-bottom: 28px; }
    .container {
      padding-left: 20px;
      padding-right: 20px; }
    .panel-fixed {
      padding-left: 0;
      padding-right: 0; }
    .wysiwyg {
      font-size: 16px; }
      .wysiwyg h1 {
        font-size: 34px;
        letter-spacing: 0;
        line-height: 1.3;
        padding-bottom: 10px; }
      .wysiwyg h2 {
        font-size: 24px; }
      .wysiwyg h3 {
        font-size: 18px;
        letter-spacing: 0; }
    .hero-transparent h1 {
      line-height: 1.3;
      font-size: 34px;
      letter-spacing: -0.25px;
      margin-bottom: 0; }
    .hero-title {
      font-size: 34px;
      letter-spacing: 0;
      margin-bottom: 0;
      line-height: 1.3; }
    .search-results-title {
      font-size: 34px; }
    .top-requests {
      padding-top: 40px;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0; }
    .footer-global {
      padding: 40px 0 60px; }
    .panel-fixed-nav {
      justify-content: center; }
    .header-global {
      padding-top: 15px;
      padding-bottom: 15px; }
      .header-global .container {
        padding-left: 20px;
        padding-right: 20px; }
    .header-push {
      height: 72px; }
    .col-navigation {
      top: 72px;
      max-height: calc(100vh - 72px); }
    .logo {
      margin-top: 0;
      font-size: 12px; }
      .logo a {
        height: 42px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 42px; }
    .search-panel-thumb {
      flex: 0 0 50%;
      max-width: 50%; }
    .pagination-list {
      flex-grow: 1;
      margin-left: -2px; }
    input.search-results-form-text,
    input.search-results-form-button {
      height: 45px; }
    .search-results-wrap {
      padding: 20px; }
    .hero {
      padding-left: 0;
      padding-right: 0; }
    .hero-height {
      padding-bottom: 30px; }
    .tiles,
    .biography,
    .photo-gallery,
    .content-details,
    .horiz-items,
    .video,
    .cta-mask {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px; }
    .podcasts-hero,
    .podcasts {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0; }
    .cta-mask {
      padding-bottom: 90px; }
    .infoblock {
      padding-top: 50px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; }
    .biography-item {
      max-width: 320px;
      margin: 0 auto; }
    .infoblock {
      font-size: 16px; }
    .infoblock-title {
      font-size: 18px;
      letter-spacing: 0; }
    .details {
      padding-left: 0;
      padding-right: 0; }
    .hero-transparent {
      padding-left: 0;
      padding-right: 0;
      padding-top: 40px;
      padding-bottom: 40px; }
    .horiz-item {
      padding-bottom: 50px; }
    .horiz-slider-wrap .horiz-item {
      padding-bottom: 80px; }
    .horiz-item-title {
      font-size: 22px; }
    .horiz-item-content {
      font-size: 14px; }
    .horiz-slider-wrap {
      padding-left: 0;
      padding-right: 0;
      padding-top: 40px;
      padding-bottom: 20px; }
    .more-events {
      padding: 50px 0; }
    .more-events-title {
      font-size: 20px;
      margin-bottom: 35px; }
    .news-infinite-item-title {
      font-size: 24px; }
    .news-infinite-item-description {
      padding: 0 20px 10px; }
    .news-banner {
      padding-top: 35px;
      padding-left: 35px;
      padding-right: 35px; }
    a.news-banner-more {
      bottom: 35px;
      left: 35px; }
    .resources {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0; }
    .resources-columns {
      flex-wrap: wrap; }
    .resources-sidebar {
      flex: 0 0 100%;
      max-width: 100%; }
    .resources-content {
      flex: 0 0 100%;
      max-width: 100%; }
    .resources-sidebar-checklist {
      display: flex;
      flex-wrap: wrap; }
      .resources-sidebar-checklist li {
        flex: 0 0 50%;
        max-width: 50%; }
    .social-feeds {
      padding: 50px 0 20px; }
    .social-banner-block {
      flex: 0 0 50%;
      max-width: 50%; } }
  
  @media (max-width: 575px) {
    ul.tabs {
      padding-left: 20px;
      padding-right: 20px; }
    .tab-content-title {
      font-size: 24px;
      line-height: 1.2; }
    .box-wrapper {
      padding-left: 20px;
      padding-right: 20px; }
    .feed-item-thumb {
      flex: 0 0 35%;
      max-width: 35%; }
    .feed-item-title {
      font-size: 16px; }
    .social-banner-block {
      flex: 0 0 100%;
      max-width: 100%; }
    .logo {
      margin-left: -20px; }
      .logo a {
        padding-left: 20px; }
    .panel-fixed {
      position: absolute; }
    .search-panel-thumb {
      flex: 0 0 100%;
      max-width: 100%; }
    .search-panel-title {
      font-size: 22px; }
    .search-panel-subtitle {
      font-size: 14px; }
    .search-panel-close {
      width: 25px;
      right: 15px;
      top: 15px; }
    input.search-text {
      width: 60%; }
    input.search-button {
      width: 40%; }
    .search-results-wrap {
      margin-left: -20px;
      margin-right: -20px; }
    input.search-results-form-button {
      width: 90px;
      background-image: none;
      text-indent: 0; }
    .search-results-form {
      padding-right: 90px; }
    .navigation-toggle {
      right: 50px; }
    .pagination {
      flex-wrap: wrap;
      justify-content: center; }
    .pagination-list {
      margin-left: 0;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .pagination-select {
      padding-left: 0; }
    .tile-content {
      min-height: 0;
      padding-bottom: 30px; }
    .sort {
      text-align: left;
      margin-top: -15px;
      margin-bottom: 30px; }
    .gallery-inline {
      margin-left: -5px;
      margin-right: -5px; }
      .gallery-inline .photo-gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px 10px; }
    .wysiwyg ul > li {
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0; }
    .news-banner-title {
      font-size: 24px; }
    .news-banner {
      min-height: 400px;
      padding-top: 25px;
      padding-bottom: 60px;
      padding-left: 25px;
      padding-right: 25px;
      flex: 0 0 100%;
      max-width: 100%;
      border-right: 0; }
    a.news-banner-more {
      bottom: 25px;
      left: 25px; }
    .resources-sidebar {
      padding: 20px; }
    .resources-content {
      padding: 20px; }
    .resources-sidebar-checklist li {
      flex: 0 0 100%;
      max-width: 100%; }
    .resources-content-title {
      margin-bottom: 30px; }
    .resources-header-wrapper {
      padding: 35px 20px 40px; }
    .resources-content-panel {
      margin-bottom: 0; }
    .resources-header-title {
      font-size: 28px;
      line-height: 1.2; }
    .faq-content {
      font-size: 16px; }
    .history-item-date {
      margin-bottom: 20px; }
    .history-item-content {
      padding: 20px;
      flex-wrap: wrap;
      font-size: 14px; }
    .history-item-description {
      flex: 0 0 100%;
      max-width: 100%; } }
  
  /* retina */
  .visibility-hidden {
    visibility: hidden; }
  
  .visibility-visible {
    visibility: visible; }
  
  .delay0 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0; }
  
  .delay01 {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  
  .delay02 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  
  .delay025 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  
  .delay03 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  
  .delay04 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  
  .delay05 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  
  .delay06 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  
  .delay07 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  
  .delay08 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  
  .delay075 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  
  .delay1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  
  .delay125 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s; }
  
  .delay15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  
  .delay175 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s; }
  
  .delay2 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s; }
  
  .delay225 {
    -webkit-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    animation-delay: 2.25s; }
  
  .delay25 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  
  .delay275 {
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s; }
  
  .animated {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  .animated200 {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  .animated275 {
    -webkit-animation-duration: 0.350s;
    animation-duration: 0.350s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  .animated1 {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    80% {
      opacity: 1; }
    100% {
      -webkit-transform: none;
      transform: none; } }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    80% {
      opacity: 1; }
    100% {
      -webkit-transform: none;
      transform: none; } }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  
  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0); }
    50% {
      opacity: 0.8; }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0); }
    50% {
      opacity: 0.8; }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig; }
  
  @-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: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }
    80% {
      opacity: 1; }
    100% {
      -webkit-transform: none;
      transform: none; } }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }
    80% {
      opacity: 1; }
    100% {
      -webkit-transform: none;
      transform: none; } }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  
  
  
  .menu > li.active > a:before {
      transform: translate3d(0, 0, 0);
  }

/* @import url("bs.css"); */
body {
    background-color: white;
}


form#form1 {
    padding: 20px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
}

.form-parent {
    display: flex;
    flex-direction: column;
    max-width: 960px;
}

a.payment-link {
    color: #d63d4b;
    font-size: 13px;
    font-weight: 500;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}

.payment-link:hover {
    text-decoration: underline;
}

input.payment-search-button, .credit-card-continue {
    border: 2px solid #f5be4c;
    background-color: #f5be4c;
    color: white;
    display: block;
}

.payment-searchbox {
    display: inline;
}

.flex-container {
    display: flex;
    justify-content: space-evenly;
}

.payment-header {
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    display: block;
}

.payment-text {
    font-family: "Book", Times, Georgia, serif;
    font-size: 16px;
    line-height: 1.7;
    /* height: 100%; */
    /* background-color: #000; */
    color: #444444;
    letter-spacing: -0.25px;
}

.payment-input {
    max-width: 600px;
    padding: 10px;
    display: block;
}

.button-align-left {
    text-align: left !important;
}

.input-container {
    display: flex;
    /* justify-content: flex-start; */
    flex-direction: column;
}

label.sidebar-sort-title {
    font-size: 18px;
}

.payment-table-header {
    /* background-color: #f5be4c; */
    background-color: #444444;
    color: white;
    /* font-weight: bold; */
    /* padding: 5px; */
}

.payment-table-header-cell {
    padding: 8px;
}

tr.payment-row {
    border-top: 1px #444444 solid;
}

    tr.payment-row:nth-child(odd) {
        background-color: white;
    }

#upDisplaySortedPermits {
    /* background-color: #dfdaca; */
    background-color: whitesmoke;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

div#pnlSelectedPermit {
    background-color: whitesmoke;
    padding: 10px;
    margin-top: 10px;
}

#lblTotal, #btnSelect {
    /* float: right; */
}

div#pnlDueAmt {
    margin-top: 20px;
}

#ddlSortPermits {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-container {
    display: flex;
    justify-content: center;
    background-color: white;
}

#payment-added-permit-container:first-child .payment-added-permit {
    margin-top: 100px;
}


.payment-added-permit {
    background-color: white;
    margin-top: 10px;
    padding: 10px;
    display: flex;
}

#btnPay {
    max-width: 100px
}

.trash-div-spacing {
    margin-right: 10px;
}

input.payment-button--yellow {
    border: 2px solid #f5be4c;
    background-color: #f5be4c;
    color: white;
    /*display: block;*/
    padding: 5px;
}

input.payment-button--selected {
    border: 2px solid #f5be4c;
    background-color: #f5be4c;
    color: white;
    /*display: block;*/
    padding: 5px;
}

input.payment-button--unselected {
    border: 2px solid #444;
    background-color: #444;
    color: white;
    /*display: block;*/
    padding: 5px;
}

.bold {
    font-weight: bolder;
}

#pnlCredit, #pnlCheck {
    background-color: whitesmoke;
    padding: 10px;
    margin: 15px;
}

.credit-card-cancel {
    color: #444 !important;
}

    .credit-card-cancel:hover {
        color: #444 !important;
        text-decoration: underline;
    }

.bottom-spacing {
    margin-bottom: 20px;
}

a:link, a:visited {
   /* color: #f5be4c; */
}

    a:link:hover, a:visited {
       /* text-decoration: underline; */
    }



body {
    background-color: #dfdaca;

    margin-top: 30px;
    /*width: 100px;*/
    /*height: 100px;*/
}

.form-container {
    margin: auto;
    max-width: 960px;
    margin-top: 40px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
}

html {
    background: none !important;
}

@import url("http://wwwdnnprod.lasvegasnevada.gov/Portals/_default/skins/cityoflasvegas/skin.css?cdv=131");

.spinner-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: 99999; }

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-left: -20px;
  text-align: center;
  animation: sk-rotate 2.0s infinite linear; }

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #d63d4b;
  border-radius: 100%;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1.0s; }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

