/*!
Theme Name: Ozan Varol Theme
Description: A Wordpress theme developed by Alchemy + Aim.
Version: 1.87
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
-------------------------------------------------- */

@import url("https://use.typekit.net/ndl5qrr.css");
*, :after, :before {
  box-sizing: border-box; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
-------------------------------------------------- */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
/* Frontend Admin Dashboard Icon
-------------------------------------------------- */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center; }

.admin-bar {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar {
      top: 46px; } }

/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* -- MOBILE FIRST MEDIA QUERIES -- */
/* Core element styles
-------------------------------------------------- */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }

img.alignright {
  display: inline-block;
  padding-left: 20px;
  float: right;
  max-width: 100%;
  height: auto; }
  @media (max-width: 576px) {
    img.alignright {
      float: none;
      display: block;
      margin: 0 auto;
      padding: 0; } }

img.alignleft {
  display: inline-block;
  padding-right: 20px;
  float: left;
  max-width: 100%;
  height: auto; }
  @media (max-width: 576px) {
    img.alignleft {
      float: none;
      display: block;
      margin: 0 auto;
      padding: 0; } }

hr {
  margin: 4.5% auto;
  border-width: 0;
  border-top: 1px solid #c9c8c5; }

/* Lists
-------------------------------------------------- */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

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

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
  font-size: 100%; }

li {
  margin-bottom: 2%; }

/* Tables
-------------------------------------------------- */
table, .wp-block-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 2px; }
  table tr:first-child, .wp-block-table tr:first-child {
    font-weight: 700; }
  table th,
  table td, .wp-block-table th,
  .wp-block-table td {
    padding: 12px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e1e1e1; }
  table th:first-child,
  table td:first-child, .wp-block-table th:first-child,
  .wp-block-table td:first-child {
    padding-left: 0; }
  table th:last-child,
  table td:last-child, .wp-block-table th:last-child,
  .wp-block-table td:last-child {
    padding-right: 0; }

/* Spacing
-------------------------------------------------- */
button,
.button {
  margin-bottom: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 40px; }

/* Code
-------------------------------------------------- */
code, .wp-block-code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  code textarea, .wp-block-code textarea {
    background-color: transparent; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

/*
Admin bar
-------------------------------------------------- */
#wpadminbar {
  top: auto;
  bottom: 0;
  opacity: .15;
  transition: opacity .5s ease;
  position: fixed; }
  #wpadminbar:hover {
    opacity: 1; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  line-height: 2.25rem;
  color: #3b3d3f;
  font-size: 1.4375rem;
  font-weight: 400;
  font-family: "grad", serif; }
  @media (max-width: 1024px) {
    body {
      font-size: 1.29375rem;
      line-height: 1.5; } }
  @media (max-width: 576px) {
    body {
      font-size: 1rem; } }

h1 {
  font-size: 4.3125rem;
  line-height: 4.125rem;
  margin: 0 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  font-family: "CervoNeue-BoldNeue", sans-serif;
  font-weight: 400; }
  @media (max-width: 768px) {
    h1 {
      font-size: 4.78125rem;
      line-height: 4.6125rem; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 2.390625rem;
      line-height: 2.30625rem; } }

h2, h3, h4, h5, h6 {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  font-size: 3.4375rem;
  line-height: 4.375rem;
  margin: 3px 0 32px;
  color: #094d77;
  text-transform: uppercase;
  font-family: "CervoNeue-BoldNeue", sans-serif;
  font-weight: 400; }
  @media (max-width: 1024px) {
    h2, h3, h4, h5, h6 {
      font-size: 2.921875rem;
      line-height: 3.71875rem; } }
  @media (max-width: 576px) {
    h2, h3, h4, h5, h6 {
      font-size: 2.234375rem;
      line-height: 1.96875rem;
      min-width: 100%; } }
  h2:after, h3:after, h4:after, h5:after, h6:after {
    content: '';
    width: 100%;
    height: 9px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ea660c; }
    @media (max-width: 576px) {
      h2:after, h3:after, h4:after, h5:after, h6:after {
        height: 6px;
        bottom: 3px; } }

p {
  margin-top: 0; }

span.color-black {
  color: #000; }

span.color-white {
  color: #fff; }

span.color-gray {
  color: #3b3d3f; }

span.color-blue {
  color: #094d77; }

span.color-orange {
  color: #ea660c; }

/* Links
-------------------------------------------------- */
a {
  color: #ea660c; }

a:hover {
  transition: color .3s ease;
  color: #094d77; }

/* Colors for Visual Editor (_includes/functions/editor.php)
-------------------------------------------------- */
.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

/* Weights for Visual Editor (_includes/functions/editor.php)
-------------------------------------------------- */
.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-bold {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
-------------------------------------------------- */
.text-underline {
  text-decoration: underline; }

/* Indent for Visual Editor (_includes/functions/editor.php)
-------------------------------------------------- */
span.text-indent {
  margin-left: .65em;
  display: block;
  white-space: nowrap; }
  @media (max-width: 1024px) {
    span.text-indent {
      margin-left: .55em; } }
  @media (max-width: 768px) {
    span.text-indent {
      margin-left: .35em; } }
  @media (max-width: 576px) {
    span.text-indent {
      white-space: normal; } }

span.text-indent-more {
  margin-left: .9em;
  display: block;
  white-space: nowrap; }
  @media (max-width: 1024px) {
    span.text-indent-more {
      margin-left: .55em; } }
  @media (max-width: 768px) {
    span.text-indent-more {
      margin-left: .35em; } }
  @media (max-width: 576px) {
    span.text-indent-more {
      white-space: normal; } }

/* Content Sub Heading (_includes/functions/editor.php)
-------------------------------------------------- */
span.text-content-subheading {
  font-size: 1.5625rem;
  line-height: 2.25rem;
  font-family: "benton-sans", sans-serif;
  color: #094d77;
  font-weight: 700; }
  @media (max-width: 1024px) {
    span.text-content-subheading {
      font-size: 1.40625rem;
      line-height: 1.5; } }
  @media (max-width: 768px) {
    span.text-content-subheading {
      font-size: 1.171875rem; } }

.page-books span.text-content-subheading {
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1024px) {
    .page-books span.text-content-subheading {
      font-size: 1.40625rem;
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .page-books span.text-content-subheading {
      font-size: 1.171875rem; } }

span.fancy-underline {
  text-decoration: none;
  position: relative; }
  span.fancy-underline:after {
    content: '';
    width: 100%;
    height: 9px;
    border-radius: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #ea660c; }
    @media (max-width: 768px) {
      span.fancy-underline:after {
        bottom: 0; } }
    @media (max-width: 576px) {
      span.fancy-underline:after {
        height: 6px; } }

.body-ozan {
  /*-----------------------------------------------------------------------------------*/
  /*  GENERIC
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  FLEX GRID
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  TWO COLUMN CONTENT
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  FLEXIBLE LAYOUT
  /*-----------------------------------------------------------------------------------*/
  /* Background Images: Cover and center */
  /* Section Padding */
  /* Container Width */
  /* Background images: Replace background for mobile */
  /* Background images: Remove background and add a new image below for mobile */
  /*-----------------------------------------------------------------------------------*/
  /*  FORMS AND FIELDS
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  BUTTONS
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  SEARCH
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  HEADER
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  NAVIGATION
  /*-----------------------------------------------------------------------------------*/
  /*   NAV SUB MENUS
  ==========*/
  /* --------------------------------
              Mobile Nav
  -------------------------------- */
  /* --------------------------------
              Breadcrumbs
  -------------------------------- */
  /*-----------------------------------------------------------------------------------*/
  /*  FOOTER
  /*-----------------------------------------------------------------------------------*/ }
  .body-ozan #outer-wrapper {
    overflow: hidden; }
  .body-ozan .content-area {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    word-wrap: break-word; }
  .body-ozan .aside {
    float: right;
    width: 32.2%;
    margin-right: 10px;
    word-wrap: break-word; }
  @media (max-width: 992px) {
    .body-ozan .content-area {
      float: none;
      width: 100%; }
    .body-ozan .aside {
      float: none;
      width: 98%;
      margin-top: 50px; } }
  .body-ozan .container {
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px; }
    @media (max-width: 1024px) {
      .body-ozan .container {
        max-width: 960px; } }
    @media (max-width: 992px) {
      .body-ozan .container {
        max-width: 720px; } }
    @media (max-width: 768px) {
      .body-ozan .container {
        max-width: 960px;
        width: 100%; } }
    .body-ozan .container.header-inner {
      width: 100%; }
      @media (max-width: 1024px) {
        .body-ozan .container.header-inner {
          max-width: 1320px; } }
      @media (max-width: 992px) {
        .body-ozan .container.header-inner {
          max-width: 1320px; } }
      @media (max-width: 768px) {
        .body-ozan .container.header-inner {
          max-width: 1320px; } }
  .body-ozan .no-sidebar .alignwide {
    margin: 25px calc(25% - 25vw); }
    @media (max-width: 991px) {
      .body-ozan .no-sidebar .alignwide {
        margin: 0 auto; } }
  .body-ozan .no-sidebar .alignfull {
    margin: 25px calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important; }
  .body-ozan .grid,
  .body-ozan .grid-mobile, .body-ozan .wp-block-columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .body-ozan .grid .cell,
  .body-ozan .grid-mobile .cell, .body-ozan .wp-block-column {
    flex: 1; }
  @media (min-width: 769px) {
    .body-ozan .grid, .body-ozan .wp-block-columns {
      display: flex; }
    .body-ozan .grid.grid-12-col .cell {
      flex: 0 0 calc(8.33% - 18.334px);
      min-width: calc(8.33% - 18.334px);
      width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-1 {
        flex: 0 0 calc(10% - 18px);
        min-width: calc(10% - 18px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-2 {
        flex: 0 0 calc(16.6% - 16.68px);
        min-width: calc(16.6% - 16.68px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-3 {
        flex: 0 0 calc(25% - 15px);
        min-width: calc(25% - 15px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-4 {
        flex: 0 0 calc(33.3% - 13.34px);
        min-width: calc(33.3% - 13.34px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-5 {
        flex: 0 0 calc(41.6% - 11.68px);
        min-width: calc(41.6% - 11.68px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-6 {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-7 {
        flex: 0 0 calc(58.3% - 8.34px);
        min-width: calc(58.3% - 8.34px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-8 {
        flex: 0 0 calc(66.6% - 6.68px);
        min-width: calc(66.6% - 6.68px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-9 {
        flex: 0 0 calc(75% - 5px);
        min-width: calc(75% - 5px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-10 {
        flex: 0 0 calc(83.3% - 3.34px);
        min-width: calc(83.3% - 3.34px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-11 {
        flex: 0 0 calc(90% - 2px);
        min-width: calc(90% - 2px);
        width: 1px; }
      .body-ozan .grid.grid-12-col .cell.span-12 {
        flex: 0 0 100%; }
    .body-ozan .grid.grid-2-col .cell, .body-ozan .wp-block-columns.has-2-columns .wp-block-column {
      flex: 0 0 calc(50% - 10px);
      min-width: calc(50% - 10px);
      width: 1px; }
      .body-ozan .grid.grid-2-col .cell.span-2, .body-ozan .wp-block-columns.has-2-columns .wp-block-column.span-2 {
        flex: 0 0 100%; }
    .body-ozan .grid.grid-3-col .cell, .body-ozan .wp-block-columns.has-3-columns .wp-block-column {
      flex: 0 0 calc(33.33% - 13.334px);
      min-width: calc(33.33% - 13.334px);
      width: 1px; }
      .body-ozan .grid.grid-3-col .cell.span-2, .body-ozan .wp-block-columns.has-3-columns .wp-block-column.span-2 {
        flex: 0 0 calc(66.66% - 6.668px);
        min-width: calc(66.66% - 6.668px);
        width: 1px; }
      .body-ozan .grid.grid-3-col .cell.span-3, .body-ozan .wp-block-columns.has-3-columns .wp-block-column.span-3 {
        flex: 0 0 100%; }
    .body-ozan .grid.grid-4-col .cell, .body-ozan .wp-block-columns.has-4-columns .wp-block-column {
      flex: 0 0 calc(25% - 15px);
      min-width: calc(25% - 15px);
      width: 1px; }
      .body-ozan .grid.grid-4-col .cell.span-2, .body-ozan .wp-block-columns.has-4-columns .wp-block-column.span-2 {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
        width: 1px; }
      .body-ozan .grid.grid-4-col .cell.span-3, .body-ozan .wp-block-columns.has-4-columns .wp-block-column.span-3 {
        flex: 0 0 calc(75% - 5px);
        min-width: calc(75% - 5px);
        width: 1px; }
      .body-ozan .grid.grid-4-col .cell.span-4, .body-ozan .wp-block-columns.has-4-columns .wp-block-column.span-4 {
        flex: 0 0 100%; }
    .body-ozan .grid.grid-5-col .cell, .body-ozan .wp-block-columns.has-5-columns .wp-block-column {
      flex: 0 0 calc(20% - 16px);
      min-width: calc(20% - 16px);
      width: 1px; }
      .body-ozan .grid.grid-5-col .cell.span-2, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-2 {
        flex: 0 0 calc(40% - 12px);
        min-width: calc(40% - 12px);
        width: 1px; }
      .body-ozan .grid.grid-5-col .cell.span-3, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-3 {
        flex: 0 0 calc(60% - 8px);
        min-width: calc(60% - 8px);
        width: 1px; }
      .body-ozan .grid.grid-5-col .cell.span-4, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-4 {
        flex: 0 0 calc(80% - 4px);
        min-width: calc(80% - 4px);
        width: 1px; }
      .body-ozan .grid.grid-5-col .cell.span-5, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-5 {
        flex: 0 0 100%; }
    .body-ozan .grid.grid-6-col .cell, .body-ozan .wp-block-columns.has-6-columns .wp-block-column {
      flex: 0 0 calc(16.66% - 16.668px);
      min-width: calc(16.66% - 16.668px);
      width: 1px; }
      .body-ozan .grid.grid-6-col .cell.span-2, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-2 {
        flex: 0 0 calc(40% - 12px);
        min-width: calc(40% - 12px);
        width: 1px; }
      .body-ozan .grid.grid-6-col .cell.span-3, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-3 {
        flex: 0 0 calc(60% - 8px);
        min-width: calc(60% - 8px);
        width: 1px; }
      .body-ozan .grid.grid-6-col .cell.span-4, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-4 {
        flex: 0 0 calc(80% - 4px);
        min-width: calc(80% - 4px);
        width: 1px; }
      .body-ozan .grid.grid-6-col .cell.span-5, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-5 {
        flex: 0 0 calc(100% - 0px);
        min-width: calc(100% - 0px);
        width: 1px; }
      .body-ozan .grid.grid-6-col .cell.span-6, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-6 {
        flex: 0 0 100%; } }
  @media (max-width: 992px) {
    .body-ozan .grid-mobile {
      display: flex; }
    .body-ozan .grid-mobile.grid-mobile-2-col .cell, .body-ozan .wp-block-columns.has-2-columns .wp-block-column {
      flex: 0 0 calc(50% - 10px);
      min-width: calc(50% - 10px);
      width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-2-col .cell.span-2, .body-ozan .wp-block-columns.has-2-columns .wp-block-column.span-2 {
        flex: 0 0 100%; }
    .body-ozan .grid-mobile.grid-mobile-3-col .cell, .body-ozan .wp-block-columns.has-3-columns .wp-block-column {
      flex: 0 0 calc(33.33% - 13.334px);
      min-width: calc(33.33% - 13.334px);
      width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-3-col .cell.span-2, .body-ozan .wp-block-columns.has-3-columns .wp-block-column.span-2 {
        flex: 0 0 calc(66.66% - 6.668px);
        min-width: calc(66.66% - 6.668px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-3-col .cell.span-3, .body-ozan .wp-block-columns.has-3-columns .wp-block-column.span-3 {
        flex: 0 0 100%; }
    .body-ozan .grid-mobile.grid-mobile-4-col .cell, .body-ozan .wp-block-columns.has-4-columns .wp-block-column {
      flex: 0 0 calc(25% - 15px);
      min-width: calc(25% - 15px);
      width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-4-col .cell.span-2, .body-ozan .wp-block-columns.has-4-columns .wp-block-column.span-2 {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-4-col .cell.span-3, .body-ozan .wp-block-columns.has-4-columns .wp-block-column.span-3 {
        flex: 0 0 calc(75% - 5px);
        min-width: calc(75% - 5px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-4-col .cell.span-4, .body-ozan .wp-block-columns.has-4-columns .wp-block-column.span-4 {
        flex: 0 0 100%; }
    .body-ozan .grid-mobile.grid-mobile-5-col .cell, .body-ozan .wp-block-columns.has-5-columns .wp-block-column {
      flex: 0 0 calc(20% - 16px);
      min-width: calc(20% - 16px);
      width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-5-col .cell.span-2, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-2 {
        flex: 0 0 calc(40% - 12px);
        min-width: calc(40% - 12px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-5-col .cell.span-3, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-3 {
        flex: 0 0 calc(60% - 8px);
        min-width: calc(60% - 8px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-5-col .cell.span-4, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-4 {
        flex: 0 0 calc(80% - 4px);
        min-width: calc(80% - 4px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-5-col .cell.span-5, .body-ozan .wp-block-columns.has-5-columns .wp-block-column.span-5 {
        flex: 0 0 100%; }
    .body-ozan .grid-mobile.grid-mobile-6-col .cell, .body-ozan .wp-block-columns.has-6-columns .wp-block-column {
      flex: 0 0 calc(16.66% - 16.668px);
      min-width: calc(16.66% - 16.668px);
      width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-6-col .cell.span-2, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-2 {
        flex: 0 0 calc(40% - 12px);
        min-width: calc(40% - 12px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-6-col .cell.span-3, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-3 {
        flex: 0 0 calc(60% - 8px);
        min-width: calc(60% - 8px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-6-col .cell.span-4, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-4 {
        flex: 0 0 calc(80% - 4px);
        min-width: calc(80% - 4px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-6-col .cell.span-5, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-5 {
        flex: 0 0 calc(100% - 0px);
        min-width: calc(100% - 0px);
        width: 1px; }
      .body-ozan .grid-mobile.grid-mobile-6-col .cell.span-6, .body-ozan .wp-block-columns.has-6-columns .wp-block-column.span-6 {
        flex: 0 0 100%; } }
  .body-ozan .l-two-column-content__right {
    padding-left: 80px; }
    @media (max-width: 1024px) {
      .body-ozan .l-two-column-content__right {
        padding-left: 40px; } }
    @media (max-width: 768px) {
      .body-ozan .l-two-column-content__right {
        padding-left: 0; } }
  .body-ozan .l-half-half-col-layout__bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between; }
    .body-ozan .l-half-half-col-layout__bottom:before, .body-ozan .l-half-half-col-layout__bottom:after {
      display: none; }
    @media (max-width: 1024px) {
      .body-ozan .l-half-half-col-layout__bottom {
        display: block; } }
    .body-ozan .l-half-half-col-layout__bottom blockquote {
      flex-grow: 0;
      flex-basis: 44%;
      margin: 6px 0 67px; }
      .body-ozan .l-half-half-col-layout__bottom blockquote:nth-of-type(even) {
        flex-basis: 46%; }
  .body-ozan .layout-section.background_style-image .cls-background,
  .body-ozan .layout-section.background_style-image .cls-background .cls-mobile-background {
    background-size: cover;
    background-position: center; }
  .body-ozan .layout-section.text_style-light-text h1, .body-ozan .layout-section.text_style-light-text h2, .body-ozan .layout-section.text_style-light-text h3, .body-ozan .layout-section.text_style-light-text h4, .body-ozan .layout-section.text_style-light-text h5, .body-ozan .layout-section.text_style-light-text h6, .body-ozan .layout-section.text_style-light-text p, .body-ozan .layout-section.text_style-light-text ul {
    color: #fff; }
  .body-ozan .layout-section.padding-small .cls-background {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 576px) {
      .body-ozan .layout-section.padding-small .cls-background {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .body-ozan .layout-section.padding-medium .cls-background {
    padding-top: 55px;
    padding-bottom: 55px; }
    @media (max-width: 576px) {
      .body-ozan .layout-section.padding-medium .cls-background {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .body-ozan .layout-section.padding-large .cls-background {
    padding-top: 147px;
    padding-bottom: 147px; }
    @media (max-width: 768px) {
      .body-ozan .layout-section.padding-large .cls-background {
        padding-top: 55px;
        padding-bottom: 55px; } }
    @media (max-width: 576px) {
      .body-ozan .layout-section.padding-large .cls-background {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .body-ozan .layout-section.container-small .container {
    max-width: 960px; }
  .body-ozan .layout-section.container-full .container {
    max-width: 100%; }
  @media (min-width: 961px) {
    .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
      background-image: none !important; } }
  @media (max-width: 960px) {
    .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
      background-image: none !important; } }
  @media (min-width: 961px) {
    .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
      display: none !important; } }
  @media (max-width: 960px) {
    .body-ozan {
      /* Fix light text against no background */ }
      .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
        margin-top: 2em; }
      .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .body-ozan .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
        background-image: none !important; }
      .body-ozan .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .body-ozan .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
        color: #000; } }
  .body-ozan input[type="email"],
  .body-ozan input[type="number"],
  .body-ozan input[type="search"],
  .body-ozan input[type="text"],
  .body-ozan input[type="tel"],
  .body-ozan input[type="url"],
  .body-ozan input[type="password"],
  .body-ozan textarea,
  .body-ozan select,
  .body-ozan .gform_wrapper select {
    font-family: "benton-sans", sans-serif;
    font-size: 1rem;
    line-height: 1.9375rem;
    padding: 7px 10px;
    background-color: #fff;
    border: 1px solid #969696;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 48px; }
    .body-ozan input[type="email"]:-webkit-autofill,
    .body-ozan input[type="number"]:-webkit-autofill,
    .body-ozan input[type="search"]:-webkit-autofill,
    .body-ozan input[type="text"]:-webkit-autofill,
    .body-ozan input[type="tel"]:-webkit-autofill,
    .body-ozan input[type="url"]:-webkit-autofill,
    .body-ozan input[type="password"]:-webkit-autofill,
    .body-ozan textarea:-webkit-autofill,
    .body-ozan select:-webkit-autofill,
    .body-ozan .gform_wrapper select:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px #fff inset; }
    .body-ozan input[type="email"]:focus,
    .body-ozan input[type="number"]:focus,
    .body-ozan input[type="search"]:focus,
    .body-ozan input[type="text"]:focus,
    .body-ozan input[type="tel"]:focus,
    .body-ozan input[type="url"]:focus,
    .body-ozan input[type="password"]:focus,
    .body-ozan textarea:focus,
    .body-ozan select:focus,
    .body-ozan .gform_wrapper select:focus {
      -webkit-box-shadow: 0 0 0 30px #fff inset; }
  .body-ozan textarea {
    min-height: 84px; }
  .body-ozan select:not([multiple]) {
    padding-right: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px; }
    .body-ozan select:not([multiple]):-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .body-ozan select:not([multiple]) option:not(:checked) {
      color: #000000; }
  .body-ozan label,
  .body-ozan legend {
    display: block;
    margin-bottom: 10px;
    font-weight: 600; }
  .body-ozan fieldset {
    padding: 0;
    border-width: 0; }
  .body-ozan input[type="checkbox"],
  .body-ozan input[type="radio"] {
    display: inline; }
  .body-ozan label > .label-body {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal; }
  .body-ozan ::placeholder {
    opacity: .5;
    color: #3b3d3f; }
  .body-ozan :focus::placeholder {
    opacity: .15;
    color: #3b3d3f; }
  .body-ozan form br {
    display: none; }
  .body-ozan .button:not(.fancybox-button),
  .body-ozan button:not(.fancybox-button),
  .body-ozan input[type="submit"]:not(.fancybox-button),
  .body-ozan input[type="reset"]:not(.fancybox-button),
  .body-ozan input[type="button"]:not(.fancybox-button),
  .body-ozan .wp-block-file__button:not(.fancybox-button),
  .body-ozan .wp-block-button__link:not(.fancybox-button),
  .body-ozan .fusion-button.button-1:not(.fancybox-button) {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: auto;
    padding: 20px 23px 18px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05375rem;
    white-space: nowrap;
    background-color: #ea660c;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "benton-sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease;
    border-radius: 0; }
    @media (max-width: 1024px) {
      .body-ozan .button:not(.fancybox-button),
      .body-ozan button:not(.fancybox-button),
      .body-ozan input[type="submit"]:not(.fancybox-button),
      .body-ozan input[type="reset"]:not(.fancybox-button),
      .body-ozan input[type="button"]:not(.fancybox-button),
      .body-ozan .wp-block-file__button:not(.fancybox-button),
      .body-ozan .wp-block-button__link:not(.fancybox-button),
      .body-ozan .fusion-button.button-1:not(.fancybox-button) {
        font-size: 1.0107rem; } }
    @media (max-width: 576px) {
      .body-ozan .button:not(.fancybox-button),
      .body-ozan button:not(.fancybox-button),
      .body-ozan input[type="submit"]:not(.fancybox-button),
      .body-ozan input[type="reset"]:not(.fancybox-button),
      .body-ozan input[type="button"]:not(.fancybox-button),
      .body-ozan .wp-block-file__button:not(.fancybox-button),
      .body-ozan .wp-block-button__link:not(.fancybox-button),
      .body-ozan .fusion-button.button-1:not(.fancybox-button) {
        font-size: 1rem;
        min-width: 160px; } }
    .body-ozan .button:not(.fancybox-button):hover,
    .body-ozan button:not(.fancybox-button):hover,
    .body-ozan input[type="submit"]:not(.fancybox-button):hover,
    .body-ozan input[type="reset"]:not(.fancybox-button):hover,
    .body-ozan input[type="button"]:not(.fancybox-button):hover,
    .body-ozan .wp-block-file__button:not(.fancybox-button):hover,
    .body-ozan .wp-block-button__link:not(.fancybox-button):hover,
    .body-ozan .fusion-button.button-1:not(.fancybox-button):hover {
      color: #ffffff;
      border: none;
      background-color: #094d77; }
    .body-ozan .button:not(.fancybox-button):focus,
    .body-ozan button:not(.fancybox-button):focus,
    .body-ozan input[type="submit"]:not(.fancybox-button):focus,
    .body-ozan input[type="reset"]:not(.fancybox-button):focus,
    .body-ozan input[type="button"]:not(.fancybox-button):focus,
    .body-ozan .wp-block-file__button:not(.fancybox-button):focus,
    .body-ozan .wp-block-button__link:not(.fancybox-button):focus,
    .body-ozan .fusion-button.button-1:not(.fancybox-button):focus {
      color: #ffffff;
      border: none; }
  .body-ozan .button.button-primary:not(.fancybox-button),
  .body-ozan button.button-primary:not(.fancybox-button),
  .body-ozan input[type="submit"].button-primary:not(.fancybox-button),
  .body-ozan input[type="reset"].button-primary:not(.fancybox-button),
  .body-ozan input[type="button"].button-primary:not(.fancybox-button),
  .body-ozan .wp-block-file__button:not(.fancybox-button),
  .body-ozan .wp-block-button__link:not(.fancybox-button) {
    font-size: 1.5rem;
    padding: 20px 29px 16px; }
    @media (max-width: 1024px) {
      .body-ozan .button.button-primary:not(.fancybox-button),
      .body-ozan button.button-primary:not(.fancybox-button),
      .body-ozan input[type="submit"].button-primary:not(.fancybox-button),
      .body-ozan input[type="reset"].button-primary:not(.fancybox-button),
      .body-ozan input[type="button"].button-primary:not(.fancybox-button),
      .body-ozan .wp-block-file__button:not(.fancybox-button),
      .body-ozan .wp-block-button__link:not(.fancybox-button) {
        font-size: 1.35rem; } }
    @media (max-width: 576px) {
      .body-ozan .button.button-primary:not(.fancybox-button),
      .body-ozan button.button-primary:not(.fancybox-button),
      .body-ozan input[type="submit"].button-primary:not(.fancybox-button),
      .body-ozan input[type="reset"].button-primary:not(.fancybox-button),
      .body-ozan input[type="button"].button-primary:not(.fancybox-button),
      .body-ozan .wp-block-file__button:not(.fancybox-button),
      .body-ozan .wp-block-button__link:not(.fancybox-button) {
        font-size: 1rem;
        min-width: 160px; } }
    .body-ozan .button.button-primary:not(.fancybox-button):hover,
    .body-ozan button.button-primary:not(.fancybox-button):hover,
    .body-ozan input[type="submit"].button-primary:not(.fancybox-button):hover,
    .body-ozan input[type="reset"].button-primary:not(.fancybox-button):hover,
    .body-ozan input[type="button"].button-primary:not(.fancybox-button):hover,
    .body-ozan .wp-block-file__button:not(.fancybox-button):hover,
    .body-ozan .wp-block-button__link:not(.fancybox-button):hover {
      color: #fff; }
    .body-ozan .button.button-primary:not(.fancybox-button):focus,
    .body-ozan button.button-primary:not(.fancybox-button):focus,
    .body-ozan input[type="submit"].button-primary:not(.fancybox-button):focus,
    .body-ozan input[type="reset"].button-primary:not(.fancybox-button):focus,
    .body-ozan input[type="button"].button-primary:not(.fancybox-button):focus,
    .body-ozan .wp-block-file__button:not(.fancybox-button):focus,
    .body-ozan .wp-block-button__link:not(.fancybox-button):focus {
      color: #fff; }
  .body-ozan .gform_wrapper .gform_footer .gform-button-wrapper {
    display: inline-block;
    padding: 0;
    clear: none;
    width: auto;
    vertical-align: top;
    margin: 0 0 0 -2px;
    position: relative; }
    @media (max-width: 576px) {
      .body-ozan .gform_wrapper .gform_footer .gform-button-wrapper {
        margin: 0; } }
    .body-ozan .gform_wrapper .gform_footer .gform-button-wrapper button.button {
      display: block;
      margin: 0;
      letter-spacing: 0.07125rem;
      font-family: "benton-sans", sans-serif;
      font-weight: 700;
      padding: 16px 15px;
      font-size: 1rem;
      z-index: 1;
      position: relative;
      max-height: 48px; }
  .body-ozan .button-wrapper {
    display: inline-block;
    padding: 0;
    clear: none;
    width: auto;
    vertical-align: top;
    margin: 0 0 0 -2px;
    position: relative;
    overflow: hidden; }
  .body-ozan .button.archive-content__load-more-button {
    display: block;
    width: auto;
    margin: 6px auto 65px;
    padding: 20px 15px 18px; }
  .body-ozan .search-form button.search-form__button {
    padding: 16px 15px;
    font-size: 1rem;
    margin-left: 5px; }
  .body-ozan .search-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    font-family: "benton-sans", sans-serif;
    opacity: 1;
    /* Firefox */ }
  .body-ozan .search-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
    font-family: "benton-sans", sans-serif; }
  .body-ozan .search-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.5);
    font-family: "benton-sans", sans-serif; }
  .body-ozan #header-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 25px 0 16px;
    transition: padding .5s ease; }
    @media (max-width: 768px) {
      .body-ozan #header-wrapper {
        padding: 20px 0; } }
  .body-ozan .logo {
    height: auto;
    width: 130px;
    max-width: 75%;
    float: left;
    transition: width .5s ease; }
    @media (max-width: 768px) {
      .body-ozan .logo {
        width: 140px; } }
    @media (max-width: 576px) {
      .body-ozan .logo {
        width: 100px; } }
  @media (max-width: 1560px) {
    .body-ozan #linkbar {
      right: 0;
      position: relative;
      transition: right .5s 0s ease; } }
  .body-ozan #linkbar .nav-menu {
    float: right;
    margin-top: 15px; }
  .body-ozan #linkbar a {
    padding: 0;
    color: #094d77;
    position: relative;
    font-size: .875rem;
    font-family: "benton-sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.0625rem;
    display: block;
    transition: color .3s ease, background-color .3s ease; }
    .body-ozan #linkbar a:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 0;
      height: 1px;
      border-bottom: 3px solid transparent;
      transition: width .3s ease, border .3s ease; }
    .body-ozan #linkbar a:hover:after {
      width: 100%;
      border-bottom: 3px solid #ea660c; }
    .body-ozan #linkbar a:hover {
      color: #021018; }
  @media (max-width: 992px) {
    .body-ozan #linkbar nav {
      display: none; } }
  .body-ozan #linkbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .body-ozan #linkbar ul li {
      display: inline-block;
      margin: 0;
      padding: 0 0 0 66px;
      position: relative;
      vertical-align: middle; }
      @media (max-width: 1120px) {
        .body-ozan #linkbar ul li {
          padding: 0 0 0 45px; }
          .body-ozan #linkbar ul li:first-child {
            padding-left: 0; } }
      .body-ozan #linkbar ul li:hover ul {
        display: block; }
      .body-ozan #linkbar ul li ul {
        display: none; }
        .body-ozan #linkbar ul li ul li {
          display: block;
          margin: 20px 0; }
      .body-ozan #linkbar ul li:first-child {
        padding-left: 0; }
      .body-ozan #linkbar ul li:last-child {
        padding-right: 0;
        padding-left: 0;
        margin-left: 50px;
        position: relative; }
        .body-ozan #linkbar ul li:last-child a {
          position: relative;
          z-index: 1;
          color: #ffffff;
          padding: 12px 20px 10px;
          background-color: #ea660c;
          transition: color .3s ease, background-color .3s ease; }
          .body-ozan #linkbar ul li:last-child a:before, .body-ozan #linkbar ul li:last-child a:after {
            display: none; }
          .body-ozan #linkbar ul li:last-child a:hover {
            background-color: #094d77; }
  .body-ozan #linkbar .current-menu-item:not(:last-of-type) a {
    font-weight: 700;
    color: #094d77; }
    .body-ozan #linkbar .current-menu-item:not(:last-of-type) a:after {
      width: 100%;
      border-bottom: 3px solid #ea660c; }
  .body-ozan .nav-menu li.menu-item-has-children > a {
    position: relative; }
  .body-ozan .nav-menu li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -2px;
    border: 4px solid transparent;
    border-bottom-width: 0;
    border-top-color: #3b3d3f;
    transition: transform .2s ease; }
  .body-ozan .nav-menu li.menu-item-has-children:hover > a:after {
    transform: rotateZ(180deg); }
  .body-ozan .nav-menu li.menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0 20px 20px;
    min-width: 150px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    margin: -5px 0 0;
    background: #fff;
    transform: translateX(-50%);
    animation: submenuHide .5s ease;
    animation-fill-mode: forwards; }
  .body-ozan .nav-menu li.menu-item-has-children:hover .sub-menu {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    animation: submenuShow .5s ease;
    animation-fill-mode: backwards; }
@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }
@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }
  .body-ozan .nav-menu li.menu-item-has-children .sub-menu li {
    display: block;
    margin: 0;
    padding: 0; }
  .body-ozan #slideout-menu {
    visibility: hidden;
    position: fixed;
    padding: 100px 30px;
    min-width: 40vw;
    top: 0;
    right: -50vw;
    min-height: 100vh;
    z-index: 10000;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    background-color: #094d77;
    transition: right .5s ease; }
    @media (max-width: 992px) {
      .body-ozan #slideout-menu {
        visibility: visible; } }
    @media (max-width: 576px) {
      .body-ozan #slideout-menu {
        min-width: 75vw;
        right: -85vw; } }
    .body-ozan #slideout-menu a {
      color: #ffffff;
      font-weight: 700;
      letter-spacing: 0.0625rem;
      font-size: 1rem;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "benton-sans", sans-serif; }
      .body-ozan #slideout-menu a:hover {
        text-decoration: none; }
    .body-ozan #slideout-menu #nav-close {
      position: absolute;
      top: 3.5%;
      right: 30px;
      height: 32px;
      width: 32px; }
    .body-ozan #slideout-menu .close-lines1, .body-ozan #slideout-menu .close-lines2 {
      width: 32px;
      display: block;
      background-color: #fff;
      height: 4px;
      position: relative;
      transition: transform 300ms ease;
      transition-delay: 400ms; }
    .body-ozan #slideout-menu .close-lines1 {
      top: 14px;
      transform: rotate(-180deg); }
    .body-ozan #slideout-menu .close-lines2 {
      top: 10px; }
    .body-ozan #slideout-menu .menu-item-has-children > a:after {
      position: relative; }
    .body-ozan #slideout-menu ul {
      text-align: right;
      list-style: none; }
      .body-ozan #slideout-menu ul li {
        margin-bottom: 1em;
        position: relative; }
        .body-ozan #slideout-menu ul li #submenu-link:after {
          content: "";
          display: block;
          position: absolute;
          top: 15px;
          right: -18px;
          margin-top: -2px;
          border: 4px solid transparent;
          border-bottom-width: 0;
          border-top-color: #fff;
          transition: transform .2s ease;
          background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
          background-position: 97% 50%;
          background-repeat: no-repeat;
          background-size: 10px; }
        .body-ozan #slideout-menu ul li:last-child a {
          position: relative;
          z-index: 1;
          color: #ffffff;
          padding: 12px 20px 10px;
          background-color: #ea660c;
          transition: color .3s ease, background-color .3s ease;
          display: inline-block; }
    .body-ozan #slideout-menu ul.sub-menu {
      display: none;
      margin: 2em 0; }
    .body-ozan #slideout-menu .widget {
      border-bottom: 0;
      text-align: right; }
      .body-ozan #slideout-menu .widget .social-links i, .body-ozan #slideout-menu .widget .social-links svg {
        font-size: 16px;
        margin-left: 20px; }
  .body-ozan #slideout-menu.open {
    right: 0; }
    .body-ozan #slideout-menu.open .close-lines1 {
      transform: rotate(45deg); }
    .body-ozan #slideout-menu.open .close-lines2 {
      transform: rotate(-45deg); }
  .body-ozan a#slideout-trigger {
    position: absolute;
    width: 52px;
    height: 52px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    display: none;
    padding: 15px 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: transform .5s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 576px) {
      .body-ozan a#slideout-trigger {
        top: auto;
        transform: none; } }
    .body-ozan a#slideout-trigger:before, .body-ozan a#slideout-trigger:after {
      content: "";
      display: block;
      width: 28px;
      height: 3px;
      position: absolute;
      background-color: #094d77; }
    .body-ozan a#slideout-trigger:before {
      top: 15px;
      bottom: auto; }
    .body-ozan a#slideout-trigger:after {
      bottom: 15px;
      top: auto; }
    @media only screen and (max-width: 992px) {
      .body-ozan a#slideout-trigger {
        display: block; } }
  .body-ozan #slideout-bar {
    width: 28px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #094d77; }
  .body-ozan #breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden; }
    .body-ozan #breadcrumbs li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .body-ozan #breadcrumbs li a {
        text-decoration: none; }
        .body-ozan #breadcrumbs li a:hover {
          color: #fff; }
    .body-ozan #breadcrumbs .separator {
      font-size: 18px;
      font-weight: 100;
      color: #ccc; }
  .body-ozan footer {
    background-color: #094d77;
    padding: 24px 0;
    margin-top: 0; }
    .body-ozan footer #credits {
      text-transform: none;
      letter-spacing: normal;
      color: #ffffff;
      font-size: 0.75rem;
      font-family: "benton-sans", sans-serif; }
      .body-ozan footer #credits a {
        color: #ffffff;
        text-decoration: none; }
        .body-ozan footer #credits a:hover {
          color: #ffffff;
          text-decoration: underline; }
      .body-ozan footer #credits .footer-left {
        width: 50%;
        text-align: left; }
        @media (max-width: 992px) {
          .body-ozan footer #credits .footer-left {
            width: 100%;
            text-align: center; } }
      .body-ozan footer #credits .footer-right {
        width: 50%;
        text-align: right; }
        @media (max-width: 992px) {
          .body-ozan footer #credits .footer-right {
            width: 100%;
            text-align: center; } }
    .body-ozan footer .social-links a {
      font-size: 14px; }
      .body-ozan footer .social-links a i, .body-ozan footer .social-links a svg {
        width: 32px !important; }
  .body-ozan #creditslide {
    visibility: hidden;
    position: fixed;
    padding: 30px 0;
    width: 100%;
    bottom: -190px;
    z-index: 9999999;
    text-align: center;
    transition: 200ms ease-in-out all;
    background-color: #121c33; }
    .body-ozan #creditslide #credit-close {
      position: absolute;
      top: 25px;
      right: 25px;
      height: 15px;
      width: 15px;
      content: '';
      cursor: pointer;
      padding: 15px;
      filter: invert(1);
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjM1N3B4IiBoZWlnaHQ9IjM1N3B4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zIA0KCQkJMjE0LjIsMTc4LjUgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 15px;
      background-color: transparent;
      min-width: 0; }
      @media (max-width: 576px) {
        .body-ozan #creditslide #credit-close {
          top: 15px;
          right: 15px; } }
    .body-ozan #creditslide .container > * {
      display: inline-block;
      vertical-align: top;
      width: 32%;
      padding: 0 1%; }
      @media (max-width: 576px) {
        .body-ozan #creditslide .container > * {
          width: 40%; } }
    .body-ozan #creditslide .callout-std {
      letter-spacing: .1em;
      font-size: 0.875rem;
      font-family: "benton-sans", sans-serif; }
      .body-ozan #creditslide .callout-std a {
        text-decoration: none; }
        .body-ozan #creditslide .callout-std a:hover {
          text-decoration: underline;
          color: #ffffff; }
      .body-ozan #creditslide .callout-std span {
        display: table;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: .140em;
        color: #ffffff !important;
        font-size: 1rem !important;
        font-weight: 700;
        font-family: "CervoNeue-BoldNeue", sans-serif;
        font-size: 9px; }
  .body-ozan #creditslide.credit-open {
    bottom: 0;
    visibility: visible; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.entry-meta {
  margin-bottom: 3%; }
  .entry-meta .meta-category ul.post-categories {
    list-style: none;
    display: inline; }
    .entry-meta .meta-category ul.post-categories li {
      display: inline; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
h1.entry-title, .editor-post-title textarea {
  color: #094d77;
  text-transform: none;
  line-height: 3.4375rem;
  margin-bottom: 0;
  transition: color .3s ease;
  text-shadow: none;
  font-size: 2.625rem;
  font-weight: 700;
  font-family: "benton-sans", sans-serif; }
  @media (max-width: 1024px) {
    h1.entry-title, .editor-post-title textarea {
      font-size: 2.23125rem;
      line-height: 1.5; } }
  @media (max-width: 576px) {
    h1.entry-title, .editor-post-title textarea {
      font-size: 1.70625rem;
      line-height: 1; } }
  h1.entry-title:hover, .editor-post-title textarea:hover {
    color: #021018; }

blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote {
  margin: 26px 0 35px;
  padding: 0;
  line-height: 2.25rem;
  position: relative;
  border: none; }
  blockquote:before, .wp-block-quote:not(.is-large):not(.is-style-large):before, .wp-block-pullquote:before {
    display: block;
    content: '';
    height: 35px;
    width: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("_static/images/quotes.png");
    margin-bottom: 18px; }
  blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p {
    margin-bottom: 0;
    line-height: 2.25rem;
    color: #3b3d3f;
    text-align: left;
    font-size: 1.5625rem;
    font-style: normal;
    font-family: "benton-sans", sans-serif; }
    blockquote p img.alignleft, blockquote .editor-rich-text p img.alignleft, .wp-block-quote:not(.is-large):not(.is-style-large) p img.alignleft, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p img.alignleft, .wp-block-pullquote p img.alignleft, .wp-block-pullquote .editor-rich-text p img.alignleft {
      max-width: 125px; }
    @media (max-width: 1024px) {
      blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p {
        font-size: 1.40625rem;
        line-height: 1.5; } }
    @media (max-width: 768px) {
      blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p {
        font-size: 1.171875rem; } }
    blockquote p:last-of-type, blockquote .editor-rich-text p:last-of-type, .wp-block-quote:not(.is-large):not(.is-style-large) p:last-of-type, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p:last-of-type, .wp-block-pullquote p:last-of-type, .wp-block-pullquote .editor-rich-text p:last-of-type {
      font-size: 1rem;
      line-height: 1.1875rem;
      text-transform: none;
      letter-spacing: 0.03875rem;
      margin-top: 14px; }
      @media (max-width: 768px) {
        blockquote p:last-of-type, blockquote .editor-rich-text p:last-of-type, .wp-block-quote:not(.is-large):not(.is-style-large) p:last-of-type, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p:last-of-type, .wp-block-pullquote p:last-of-type, .wp-block-pullquote .editor-rich-text p:last-of-type {
          line-height: 1.5; } }
  blockquote cite, blockquote .wp-block-quote__citation, blockquote .wp-block-pullquote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) cite, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote__citation, .wp-block-pullquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 5px;
    color: #3b3d3f;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    font-style: italic; }
    blockquote cite::before, blockquote .wp-block-quote__citation::before, blockquote .wp-block-pullquote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) cite::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote .wp-block-quote__citation::before, .wp-block-pullquote .wp-block-pullquote__citation::before {
      content: "\2014 \2009"; }
  blockquote img, .wp-block-quote:not(.is-large):not(.is-style-large) img, .wp-block-pullquote img {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 576px) {
      blockquote img, .wp-block-quote:not(.is-large):not(.is-style-large) img, .wp-block-pullquote img {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 1em; } }

.post-footer {
  margin-bottom: 25px; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center; }
  .share-buttons div {
    display: inline;
    padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  #navigation .pagination .nav-previous {
    float: right; }
  #navigation .pagination .nav-next {
    float: left; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: rgba(255, 225, 215, 0.4);
  box-sizing: border-box;
  padding: 20px 48px 20px 28px;
  max-width: 878px;
  width: 100%;
  margin: 60px auto;
  display: none; }
  @media (max-width: 1024px) {
    #about_author {
      max-width: none; } }
  @media (max-width: 576px) {
    #about_author {
      padding: 30px 20px;
      margin: 30px auto; } }
  #about_author img {
    float: left;
    height: 148px;
    border-radius: 0;
    margin-right: 42px;
    padding: 0;
    width: 156px; }
    @media (max-width: 576px) {
      #about_author img {
        display: block;
        width: 50%;
        height: auto;
        float: none;
        margin: 0 auto; } }
  #about_author .author_text h4 {
    margin: 20px 0 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: 0.080625rem;
    font-family: "benton-sans", sans-serif;
    font-weight: 700; }
    #about_author .author_text h4:before, #about_author .author_text h4:after {
      display: none; }
  #about_author .author_text .author-description {
    font-size: 1.3125rem;
    line-height: 1.9375rem; }
    #about_author .author_text .author-description a {
      text-decoration: none;
      color: #ea660c; }
  #about_author .author_text a {
    text-decoration: none;
    color: #094d77; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
  letter-spacing: 0.5px;
  font-size: 20px;
  text-transform: lowercase;
  text-align: left; }
#sidebar .widget {
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-bottom: thin solid #ea660c; }
  #sidebar .widget ul {
    list-style: none; }
  #sidebar .widget:last-child {
    border-bottom: none; }
#sidebar .widget.social {
  padding-bottom: 20px; }
  #sidebar .widget.social .social-title {
    letter-spacing: 0.5px; }
  #sidebar .widget.social a {
    font-size: 18px;
    margin-left: 3%;
    text-decoration: none; }
    #sidebar .widget.social a:hover {
      color: #ea660c; }
#sidebar #search_form {
  position: relative; }
  #sidebar #search_form input {
    letter-spacing: 0.5px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    text-indent: 30px;
    text-transform: lowercase; }
  #sidebar #search_form .fa-search {
    position: absolute;
    top: 23%;
    left: 10px;
    font-size: 18px; }
#sidebar .widget-subtitle {
  color: #ccc;
  font-style: italic;
  margin: -20px auto 20px; }

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related_posts h3 {
  font-size: 20px; }
#related_posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }
#related_posts .relatedcontent h3 {
  text-transform: none;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0; }
  #related_posts .relatedcontent h3 a {
    color: #000; }
    #related_posts .relatedcontent h3 a:hover {
      text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both;
  border-top: thin solid #e1e1e1;
  padding-top: 30px; }
  #comments h4 {
    font-family: "benton-sans", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.07125rem;
    font-weight: 700;
    color: #094d77;
    margin: 0;
    text-align: left; }
    #comments h4:before, #comments h4:after {
      display: none; }
  #comments ul#comment-block {
    margin: 0;
    padding-bottom: 10px; }
    #comments ul#comment-block li.comment {
      padding: 15px 0;
      list-style: none;
      overflow: hidden;
      border-bottom: 1px solid #ea660c; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 15%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          border-bottom: none;
          padding-bottom: 0;
          margin-top: 15px;
          border-top: 1px solid #ea660c; }
      #comments ul#comment-block li.comment .user {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 20px; }
        #comments ul#comment-block li.comment .user img {
          border-radius: 50%; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden;
        padding: 0 20px 0 20px;
        position: relative; }
        #comments ul#comment-block li.comment .message .reply-link {
          position: absolute;
          right: 20px;
          top: 20px;
          line-height: 1;
          font-size: 14px;
          text-transform: lowercase; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 12px; }
      #comments ul#comment-block li.comment .comment-author {
        font-size: 18px;
        letter-spacing: 0.1px; }
      #comments ul#comment-block li.comment .comment-time {
        letter-spacing: 0.1px;
        font-size: 14px;
        text-transform: uppercase; }
        #comments ul#comment-block li.comment .comment-time a {
          color: #3b3d3f; }
          #comments ul#comment-block li.comment .comment-time a:hover {
            color: #ea660c;
            text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden; }

/* Add theme page styles here */
.aniview {
  opacity: 0; }

.aniview--delay-short {
  animation-delay: .5s; }

.aniview--delay-med {
  animation-delay: 1s; }

.aniview--delay-long {
  animation-delay: 1.5s; }

.animated {
  animation-duration: .5s; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.js-focus-visible .focus-visible {
  outline: 2px solid #cecece; }

.screen-reader, .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 0;
  width: 0; }

.hidden {
  display: none; }

html.pum-open.pum-open-overlay.pum-open-scrollable body.body-ozan > [aria-hidden] {
  padding-right: 0; }

.skip-nav {
  position: absolute;
  top: 0;
  left: 0; }

.body-ozan {
  padding-top: 130px; }
  .body-ozan .sc-book-retailers {
    list-style: none;
    margin: 0; }
    @media (max-width: 1024px) {
      .body-ozan .sc-book-retailers {
        white-space: nowrap; } }
    @media (max-width: 576px) {
      .body-ozan .sc-book-retailers {
        white-space: normal;
        margin-top: 20px; } }
    .body-ozan .sc-book-retailers__item {
      margin: 0 12px 0 0;
      display: inline-block; }
      @media (max-width: 576px) {
        .body-ozan .sc-book-retailers__item {
          display: block;
          margin: 0 0 15px 0; }
          .body-ozan .sc-book-retailers__item:last-of-type {
            margin-bottom: 0; }
          .body-ozan .sc-book-retailers__item a.button.button-primary {
            display: block;
            width: 100%;
            min-width: 0; } }
  @media (max-width: 768px) {
    .body-ozan {
      padding-top: 128px; } }
  @media (max-width: 576px) {
    .body-ozan {
      padding-top: 103px; } }
  .body-ozan .header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: none;
    transition: box-shadow .5s ease, transform .5s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; }
    .body-ozan .header__navigation-container {
      float: right;
      text-align: right;
      padding-left: 20px;
      margin-top: 12px;
      transition: margin-top .5s ease; }
    .body-ozan .header__easter-egg {
      line-height: 1;
      transform: translateY(-250px);
      transition: transform .5s ease;
      animation: slide-in-from-top .5s .5s forwards; }
      @media (max-width: 992px) {
        .body-ozan .header__easter-egg {
          display: none; } }
      .body-ozan .header__easter-egg a,
      .body-ozan .header__easter-egg button {
        font-style: italic;
        position: relative;
        text-decoration: none;
        font-size: 1rem;
        color: #3b3d3f;
        padding: 0;
        background-color: transparent;
        letter-spacing: normal;
        font-weight: normal;
        font-family: "grad", serif;
        text-transform: none;
        overflow: visible; }
        .body-ozan .header__easter-egg a:after,
        .body-ozan .header__easter-egg button:after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 0;
          height: 1px;
          border-bottom: 3px solid transparent;
          transition: width .3s ease, border .3s ease; }
        .body-ozan .header__easter-egg a:hover,
        .body-ozan .header__easter-egg button:hover {
          background-color: transparent;
          color: #3b3d3f; }
          .body-ozan .header__easter-egg a:hover:after,
          .body-ozan .header__easter-egg button:hover:after {
            width: 100%;
            border-bottom: 3px solid #ea660c; }
        .body-ozan .header__easter-egg a:focus,
        .body-ozan .header__easter-egg button:focus {
          background-color: transparent;
          color: #3b3d3f; }
    .body-ozan .header--shrink {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
      @media (max-width: 576px) {
        .body-ozan .header--shrink {
          transform: translateY(-200px); }
          .body-ozan .header--shrink #slideout-trigger {
            transform: translateY(210px) translateZ(0);
            -webkit-transform-style: preserve-3d;
            -webkit-backface-visibility: hidden; } }
      .body-ozan .header--shrink #header-wrapper {
        padding: 10px 0; }
      .body-ozan .header--shrink .logo {
        width: 70px; }
        @media (max-width: 576px) {
          .body-ozan .header--shrink .logo {
            width: 100px; } }
      .body-ozan .header--shrink .header__navigation-container {
        margin-top: 0; }
      .body-ozan .header--shrink .header__easter-egg {
        position: absolute;
        transform: translateX(150px);
        right: 15px;
        margin-top: 8px;
        transition: opacity .3s ease;
        opacity: 0;
        animation: slide-in-from-right .5s 1s forwards; }
      .body-ozan .header--shrink #linkbar .nav-menu {
        margin-top: 0px; }
      @media (max-width: 1560px) {
        .body-ozan .header--shrink #linkbar {
          right: 12%;
          transition: right .5s 1s ease; } }
      @media (max-width: 1400px) {
        .body-ozan .header--shrink #linkbar {
          right: 18%;
          transition: right .5s 0s ease; } }
      @media (max-width: 768px) {
        .body-ozan .header--shrink #linkbar {
          right: 0%; } }
@keyframes slide-in-from-right {
  0% {
    transform: translateX(0px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@keyframes slide-in-from-top {
  0% {
    transform: translateY(-250px); }
  100% {
    transform: translateY(0px); } }
  .body-ozan #slideout-menu .news-letter-popup,
  .body-ozan #slideout-menu .news-letter-popup-alt {
    font-style: italic;
    position: relative;
    text-decoration: none;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 15px 0;
    background-color: transparent;
    letter-spacing: normal;
    font-weight: normal;
    font-family: "grad", serif;
    text-transform: none;
    overflow: visible;
    width: 100%;
    text-align: right; }
    .body-ozan #slideout-menu .news-letter-popup:after, .body-ozan #slideout-menu .news-letter-popup:before,
    .body-ozan #slideout-menu .news-letter-popup-alt:after,
    .body-ozan #slideout-menu .news-letter-popup-alt:before {
      display: none; }
  .body-ozan .page-home__hero.layout-section.background_style-image .cls-background {
    position: relative;
    background-position: top; }
    @media (max-width: 576px) {
      .body-ozan .page-home__hero.layout-section.background_style-image .cls-background {
        background-position: right 38% top; }
        .body-ozan .page-home__hero.layout-section.background_style-image .cls-background:before {
          content: '';
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; } }
  .body-ozan .page-home__hero .cls-inner {
    padding: 25px 0 74px; }
    @media (max-width: 576px) {
      .body-ozan .page-home__hero .cls-inner {
        padding: 20px 0 40px; } }
  .body-ozan .page-home__hero .container {
    padding-left: 145px; }
    @media (max-width: 1024px) {
      .body-ozan .page-home__hero .container {
        padding-left: 20px; } }
  .body-ozan .page-home__hero h1 {
    margin-bottom: 25px; }
  .body-ozan .page-home__hero p {
    max-width: 440px;
    font-family: "benton-sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin-bottom: 30px; }
    @media (max-width: 576px) {
      .body-ozan .page-home__hero p {
        font-size: 1.125rem;
        line-height: 1.453125rem; } }
  .body-ozan .page-home__featured-logos .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between; }
    .body-ozan .page-home__featured-logos .container:after {
      display: none; }
    .body-ozan .page-home__featured-logos .container p {
      margin: 0;
      flex-grow: 0; }
      @media (max-width: 576px) {
        .body-ozan .page-home__featured-logos .container p {
          flex-basis: 33%; } }
      .body-ozan .page-home__featured-logos .container p a {
        display: block;
        opacity: .9;
        transition: opacity .3s ease; }
        .body-ozan .page-home__featured-logos .container p a:hover {
          opacity: 1; }
      .body-ozan .page-home__featured-logos .container p img {
        display: block;
        max-height: 32px;
        width: auto;
        height: auto; }
        @media (max-width: 1024px) {
          .body-ozan .page-home__featured-logos .container p img {
            max-height: 26px; } }
        @media (max-width: 768px) {
          .body-ozan .page-home__featured-logos .container p img {
            max-height: 20px; } }
        @media (max-width: 576px) {
          .body-ozan .page-home__featured-logos .container p img {
            max-width: 95px;
            margin: 15px auto; } }
  .body-ozan .page-home__intro h2 {
    font-size: 3.875rem;
    line-height: 3.875rem;
    max-width: 224px; }
    @media (max-width: 1024px) {
      .body-ozan .page-home__intro h2 {
        font-size: 3.71875rem;
        line-height: 3.71875rem; } }
    @media (max-width: 576px) {
      .body-ozan .page-home__intro h2 {
        font-size: 2.84375rem;
        line-height: 2.84375rem; } }
  .body-ozan .page-home__intro p {
    line-height: 2.0625rem;
    margin-bottom: 33px; }
    @media (max-width: 1024px) {
      .body-ozan .page-home__intro p {
        line-height: 1.5; } }
    @media (max-width: 576px) {
      .body-ozan .page-home__intro p {
        margin-bottom: 20px; } }
  .body-ozan .page-home__intro .l-two-column-content__right {
    padding-right: 40px; }
    @media (max-width: 1024px) {
      .body-ozan .page-home__intro .l-two-column-content__right {
        padding-right: 0; } }
  .body-ozan .page-home__book .cls-inner {
    padding-top: 15px; }
  .body-ozan .page-home__book.layout-section.padding-medium .cls-background {
    padding-bottom: 10px; }
  .body-ozan .page-home__book h3 {
    font-size: 3.875rem;
    line-height: 3.875rem; }
    @media (max-width: 1024px) {
      .body-ozan .page-home__book h3 {
        font-size: 3.71875rem;
        line-height: 3.71875rem; } }
    @media (max-width: 576px) {
      .body-ozan .page-home__book h3 {
        font-size: 2.84375rem;
        line-height: 2.84375rem; } }
    .body-ozan .page-home__book h3 .text-indent-more {
      margin-left: 95px; }
      @media (max-width: 768px) {
        .body-ozan .page-home__book h3 .text-indent-more {
          margin-left: .45em; } }
  .body-ozan .page-home__book p {
    font-size: 1.4375rem;
    line-height: 2.0625rem;
    margin-bottom: 30px; }
    .body-ozan .page-home__book p img.alignright {
      max-width: 300px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 0; }
      @media (max-width: 1199px) {
        .body-ozan .page-home__book p img.alignright {
          max-width: 260px;
          margin-top: 0;
          margin-left: auto;
          margin-right: auto; } }
    .body-ozan .page-home__book p img.alignleft {
      width: 114px;
      float: left; }
    @media (max-width: 576px) {
      .body-ozan .page-home__book p:last-of-type {
        text-align: center; } }
  .body-ozan .page-home__book ul.sc-book-retailers {
    white-space: nowrap; }
    .body-ozan .page-home__book ul.sc-book-retailers li {
      display: inline-block;
      line-height: 1;
      margin: 0 32px 0 0;
      vertical-align: middle; }
      @media (max-width: 1199px) {
        .body-ozan .page-home__book ul.sc-book-retailers li {
          margin: 0 24px 0 0; } }
      .body-ozan .page-home__book ul.sc-book-retailers li a {
        background-color: transparent;
        padding: 0;
        text-indent: -99999px;
        -webkit-backface-visibility: hidden; }
      .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a {
        background-image: url("_static/images/amazon-logo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: .9;
        transition: opacity .3s ease;
        padding: 0;
        width: 114px;
        height: 82px; }
        @media (max-width: 1199px) {
          .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a {
            width: 74.1px;
            height: 53.3px; } }
        .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a:before, .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a:after {
          display: none; }
        .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a:hover {
          opacity: 1;
          background-color: transparent;
          border-color: transparent; }
          .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a:hover:before, .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(1) a:hover:after {
            display: none; }
      .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a {
        background-image: url("_static/images/barnes-and-noble-logo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: .9;
        transition: opacity .3s ease;
        padding: 0;
        width: 140px;
        height: 82px; }
        @media (max-width: 1199px) {
          .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a {
            width: 91px;
            height: 53.3px; } }
        .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a:before, .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a:after {
          display: none; }
        .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a:hover {
          opacity: 1;
          background-color: transparent;
          border-color: transparent; }
          .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a:hover:before, .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(2) a:hover:after {
            display: none; }
      .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a {
        background-image: url("_static/images/indie-bound-logo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: .9;
        transition: opacity .3s ease;
        padding: 0;
        width: 149px;
        height: 82px; }
        @media (max-width: 1199px) {
          .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a {
            width: 96.85px;
            height: 53.3px; } }
        .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a:before, .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a:after {
          display: none; }
        .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a:hover {
          opacity: 1;
          background-color: transparent;
          border-color: transparent; }
          .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a:hover:before, .body-ozan .page-home__book ul.sc-book-retailers li:nth-of-type(3) a:hover:after {
            display: none; }
  .body-ozan .page-home__book-retailers p img:nth-child(1) {
    width: auto;
    height: 33px;
    margin-top: 4px;
    padding-right: 35px; }
  .body-ozan .page-home__book-retailers p img:nth-child(2) {
    width: 175px;
    height: auto;
    margin-top: 4px;
    padding-right: 35px; }
  .body-ozan .page-home__book-retailers p img:nth-child(3) {
    width: auto;
    height: 50px;
    margin-top: -25px; }
  .body-ozan .page-home__praise hr {
    margin-bottom: 55px; }
  .body-ozan .page-home__praise .cls-inner {
    padding-bottom: 12px; }
  .body-ozan .page-home__praise blockquote {
    margin-top: 10px;
    padding-left: 125px; }
    @media (max-width: 768px) {
      .body-ozan .page-home__praise blockquote {
        max-width: 90%; } }
    @media (max-width: 576px) {
      .body-ozan .page-home__praise blockquote {
        max-width: none;
        padding-left: 0; } }
    @media (max-width: 576px) {
      .body-ozan .page-home__praise blockquote img,
      .body-ozan .page-home__praise blockquote img.alignleft,
      .body-ozan .page-home__praise blockquote img.alignright {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 1em; } }
  .body-ozan .page-home__reader-quotes {
    padding-bottom: 12px; }
    .body-ozan .page-home__reader-quotes h4 {
      font-size: 3.875rem;
      line-height: 3.875rem;
      max-width: 245px;
      padding-top: 10px; }
      @media (max-width: 1024px) {
        .body-ozan .page-home__reader-quotes h4 {
          font-size: 3.71875rem;
          line-height: 3.71875rem; } }
      @media (max-width: 576px) {
        .body-ozan .page-home__reader-quotes h4 {
          font-size: 2.84375rem;
          line-height: 2.84375rem; } }
    .body-ozan .page-home__reader-quotes .l-two-column-content__right {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: space-between; }
      @media (max-width: 1024px) {
        .body-ozan .page-home__reader-quotes .l-two-column-content__right {
          display: block; } }
      .body-ozan .page-home__reader-quotes .l-two-column-content__right .av-container {
        flex-grow: 0;
        flex-basis: 44%;
        margin: 6px 0 67px; }
        .body-ozan .page-home__reader-quotes .l-two-column-content__right .av-container:nth-child(even) {
          flex-basis: 43%; }
      .body-ozan .page-home__reader-quotes .l-two-column-content__right blockquote:before {
        margin-bottom: 13px; }
      .body-ozan .page-home__reader-quotes .l-two-column-content__right blockquote p:last-of-type {
        margin-top: 24px; }
  .body-ozan .before-footer {
    background-color: #203058;
    padding: 80px 0 25px; }
    @media (max-width: 768px) {
      .body-ozan .before-footer {
        padding: 30px 0; } }
    .body-ozan .before-footer .l-two-column-content__left {
      padding-left: 4em; }
      @media (max-width: 992px) {
        .body-ozan .before-footer .l-two-column-content__left {
          padding-left: 0; } }
    .body-ozan .before-footer h6 {
      color: #ffffff;
      font-size: 2.8125rem;
      line-height: 3rem;
      max-width: 215px; }
      .body-ozan .before-footer h6 br {
        line-height: 0; }
      @media (max-width: 1024px) {
        .body-ozan .before-footer h6 {
          font-size: 2.53125rem;
          line-height: 2.7rem; } }
      @media (max-width: 768px) {
        .body-ozan .before-footer h6 {
          font-size: 2.109375rem;
          line-height: 2.25rem; } }
      .body-ozan .before-footer h6:after {
        display: none; }
      .body-ozan .before-footer h6 .text-indent {
        margin-left: 40px; }
        @media (max-width: 576px) {
          .body-ozan .before-footer h6 .text-indent {
            display: inline-block;
            margin-left: 0; } }
    .body-ozan .before-footer p {
      font-family: "benton-sans", sans-serif;
      color: #ffffff;
      font-size: 1.5625rem;
      line-height: 2.25rem;
      max-width: 712px;
      margin-bottom: 18px; }
      @media (max-width: 1024px) {
        .body-ozan .before-footer p {
          font-size: 1.40625rem;
          line-height: 2.025rem; } }
      @media (max-width: 768px) {
        .body-ozan .before-footer p {
          font-size: 1.171875rem;
          line-height: 1.6875rem; } }
    .body-ozan .before-footer__email-form .gform_wrapper {
      margin: 0; }
      .body-ozan .before-footer__email-form .gform_wrapper .gform_body {
        display: inline-block;
        width: 515px;
        padding: 0;
        vertical-align: top;
        margin-right: 10px; }
        @media (max-width: 1024px) {
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body {
            width: 70%; } }
        @media (max-width: 768px) {
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body {
            width: 60%; } }
        @media (max-width: 576px) {
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body {
            width: 100%;
            margin: 0 0 30px; } }
        .body-ozan .before-footer__email-form .gform_wrapper .gform_body .top_label div.ginput_container {
          margin-top: 0; }
        .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
          margin: 0;
          padding: 0; }
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
            margin-top: 0;
            margin-bottom: 0;
            background-color: transparent;
            border: 1px solid #ffffff;
            color: #ffffff;
            font-family: "benton-sans", sans-serif;
            font-size: 1rem;
            line-height: 1;
            padding: 7px 10px;
            width: 100%; }
            .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
              background-color: transparent;
              box-shadow: none; }
            @media (max-width: 576px) {
              .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
                line-height: 38px;
                padding: 0 10px; } }
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            font-family: "benton-sans", sans-serif;
            opacity: 1;
            /* Firefox */ }
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: rgba(255, 255, 255, 0.5);
            font-family: "benton-sans", sans-serif; }
          .body-ozan .before-footer__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::-ms-input-placeholder {
            /* Microsoft Edge */
            color: rgba(255, 255, 255, 0.5);
            font-family: "benton-sans", sans-serif; }
      .body-ozan .before-footer__email-form .gform_wrapper .gform_footer {
        display: inline-block;
        padding: 0;
        clear: none;
        width: auto;
        vertical-align: top;
        margin: 0 0 0 -2px; }
        @media (max-width: 576px) {
          .body-ozan .before-footer__email-form .gform_wrapper .gform_footer {
            margin: 0 auto;
            display: block;
            text-align: center; } }
      .body-ozan .before-footer__email-form .gform_wrapper div.validation_error {
        font-size: 1rem;
        font-family: "benton-sans", sans-serif;
        line-height: 1.5rem;
        font-weight: 700;
        margin-bottom: 25px;
        padding: 10px 0;
        clear: both;
        width: 100%;
        text-align: center;
        letter-spacing: 0.07125rem; }
      .body-ozan .before-footer__email-form .gform_wrapper .validation_message {
        font-size: 1rem;
        font-family: "benton-sans", sans-serif;
        line-height: 1.5rem;
        padding: 2px 10px; }
  .body-ozan .footer__credits-container {
    font-weight: 400;
    line-height: 1;
    padding-left: 80px; }
    .body-ozan .footer__credits-container div {
      display: inline-block; }
    .body-ozan .footer__credits-container #credit-trigger {
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      border: none;
      color: #ffffff;
      font-family: "benton-sans", sans-serif;
      padding: 0;
      margin: 0;
      font-size: 0.75rem;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0; }
      @media (max-width: 576px) {
        .body-ozan .footer__credits-container #credit-trigger {
          width: 100%;
          margin: 10px 0; } }
    @media (max-width: 1024px) {
      .body-ozan .footer__credits-container {
        padding-left: 40px;
        line-height: 1.5; } }
    @media (max-width: 768px) {
      .body-ozan .footer__credits-container {
        padding-left: 20px; } }
    @media (max-width: 576px) {
      .body-ozan .footer__credits-container {
        padding-left: 0; }
        .body-ozan .footer__credits-container p {
          margin: 0;
          text-align: center; } }
  .body-ozan .page-about__hero .container {
    padding-left: 140px; }
    @media (max-width: 1024px) {
      .body-ozan .page-about__hero .container {
        padding-left: 20px; } }
  .body-ozan .page-about__hero .cls-background {
    min-height: 458px;
    display: flex;
    align-items: center; }
    .body-ozan .page-about__hero .cls-background div {
      width: 100%; }
    @media (max-width: 768px) {
      .body-ozan .page-about__hero .cls-background {
        min-height: 256px; } }
    @media (max-width: 576px) {
      .body-ozan .page-about__hero .cls-background {
        min-height: 180px; } }
  .body-ozan .page-about__hero h1 {
    margin: 0; }
    .body-ozan .page-about__hero h1 .text-indent {
      margin-left: 75px; }
      @media (max-width: 1024px) {
        .body-ozan .page-about__hero h1 .text-indent {
          margin-left: .55em; } }
      @media (max-width: 768px) {
        .body-ozan .page-about__hero h1 .text-indent {
          margin-left: .35em; } }
      @media (max-width: 576px) {
        .body-ozan .page-about__hero h1 .text-indent {
          white-space: normal; } }
  .body-ozan .page-about__section-two .container {
    position: relative;
    padding-right: 576px; }
    @media (max-width: 1024px) {
      .body-ozan .page-about__section-two .container {
        padding-right: 20px; } }
  .body-ozan .page-about__section-two-image {
    width: 100%;
    padding-left: 0; }
    .body-ozan .page-about__section-two-image.alignright {
      max-width: 506px;
      float: none;
      position: absolute;
      right: 20px;
      padding-left: 0; }
      @media (max-width: 1024px) {
        .body-ozan .page-about__section-two-image.alignright {
          max-width: 30vw;
          position: relative;
          float: right;
          padding-left: 20px;
          right: auto;
          margin-bottom: 20px; } }
      @media (max-width: 576px) {
        .body-ozan .page-about__section-two-image.alignright {
          max-width: none;
          float: none;
          margin: 0 auto 20px;
          padding: 0; } }
  .body-ozan .page-about__section-two p {
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .body-ozan .page-about__section-two p {
        font-size: 1.40625rem;
        line-height: 1.5;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .body-ozan .page-about__section-two p {
        font-size: 1rem; } }
    .body-ozan .page-about__section-two p:first-of-type, .body-ozan .page-about__section-two p:nth-of-type(4) {
      margin-bottom: 23px; }
    .body-ozan .page-about__section-two p:nth-of-type(5) {
      margin-bottom: 28px; }
    @media (max-width: 576px) {
      .body-ozan .page-about__section-two p:last-of-type {
        text-align: center;
        margin-bottom: 0; } }
  .body-ozan .page-about__section-two .button.button-primary {
    margin-top: 4px;
    padding: 20px 22px 16px; }
    @media (max-width: 576px) {
      .body-ozan .page-about__section-two .button.button-primary {
        margin-top: 25px; } }
  .body-ozan .page-about__section-three.layout-section.padding-medium .cls-background {
    padding-top: 45px; }
  .body-ozan .page-about__section-three .cls-inner {
    padding-top: 3px; }
  .body-ozan .page-about__section-three .container {
    position: relative;
    padding-left: 576px; }
    @media (max-width: 1024px) {
      .body-ozan .page-about__section-three .container {
        padding-left: 20px; } }
  .body-ozan .page-about__section-three h3 {
    right: 20px;
    position: absolute;
    top: -130px; }
    @media (max-width: 576px) {
      .body-ozan .page-about__section-three h3 {
        position: relative;
        right: auto;
        top: auto; } }
  .body-ozan .page-about__section-three-image {
    width: 100%;
    padding-left: 0; }
    .body-ozan .page-about__section-three-image.alignleft {
      max-width: 506px;
      float: none;
      position: absolute;
      left: 20px;
      padding-right: 0;
      margin-top: 10px; }
      @media (max-width: 1024px) {
        .body-ozan .page-about__section-three-image.alignleft {
          max-width: 30vw;
          position: relative;
          float: left;
          padding-right: 20px;
          left: auto;
          margin-bottom: 20px; } }
      @media (max-width: 576px) {
        .body-ozan .page-about__section-three-image.alignleft {
          max-width: none;
          float: none;
          margin: 0 auto 20px;
          padding: 0; } }
  .body-ozan .page-about__section-three p {
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .body-ozan .page-about__section-three p {
        font-size: 1.40625rem;
        line-height: 1.5;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .body-ozan .page-about__section-three p {
        font-size: 1rem; } }
    .body-ozan .page-about__section-three p:first-of-type {
      margin-bottom: 15px; }
  .body-ozan .page-about__section-three .button.button-primary {
    margin-top: 18px; }
  .body-ozan .page-about__section-four.layout-section.padding-small .cls-background {
    padding-top: 5px;
    padding-bottom: 50px; }
  .body-ozan .page-about__section-five .cls-inner {
    padding: 33px 0 28px; }
  .body-ozan .page-about__section-five p {
    margin: 0;
    line-height: 1; }
  .body-ozan .page-speaking__hero .container {
    padding-left: 140px; }
    @media (max-width: 1024px) {
      .body-ozan .page-speaking__hero .container {
        padding-left: 20px; } }
  .body-ozan .page-speaking__hero .cls-background {
    min-height: 458px;
    display: flex;
    align-items: center; }
    .body-ozan .page-speaking__hero .cls-background div {
      width: 100%; }
    @media (max-width: 768px) {
      .body-ozan .page-speaking__hero .cls-background {
        min-height: 256px; } }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__hero .cls-background {
        min-height: 180px; } }
  .body-ozan .page-speaking__hero h1 {
    margin: 0; }
  .body-ozan .page-speaking__section-two {
    padding-top: 52px; }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__section-two {
        padding-top: 0; } }
    .body-ozan .page-speaking__section-two .container {
      max-width: 885px; }
      @media (max-width: 1024px) {
        .body-ozan .page-speaking__section-two .container {
          max-width: 960px; } }
    .body-ozan .page-speaking__section-two .cls-inner {
      padding: 0 0 32px; }
    .body-ozan .page-speaking__section-two p {
      margin-bottom: 35px; }
      .body-ozan .page-speaking__section-two p:first-of-type {
        margin-bottom: 20px; }
      .body-ozan .page-speaking__section-two p:nth-last-child(2) {
        margin-bottom: 20px; }
      .body-ozan .page-speaking__section-two p:last-of-type {
        margin-bottom: 0; }
  .body-ozan .page-speaking__section-three.layout-section.padding-medium .cls-background {
    padding-bottom: 25px; }
  .body-ozan .page-speaking__section-three .cls-inner {
    padding-top: 10px; }
  .body-ozan .page-speaking__section-three blockquote {
    margin: 12px 0 40px; }
    .body-ozan .page-speaking__section-three blockquote:nth-of-type(3) {
      top: -70px;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .body-ozan .page-speaking__section-three blockquote:nth-of-type(3) {
          top: auto;
          margin-bottom: 40px; } }
    .body-ozan .page-speaking__section-three blockquote:last-of-type {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .body-ozan .page-speaking__section-three blockquote:last-of-type {
          margin-bottom: 40px; } }
  .body-ozan .page-speaking__section-four.layout-section.padding-medium .cls-background {
    padding-top: 45px;
    padding-bottom: 22px; }
  .body-ozan .page-speaking__section-four h3 {
    float: right;
    margin-bottom: 29px; }
  .body-ozan .page-speaking__section-four p,
  .body-ozan .page-speaking__section-four img {
    max-width: 90%;
    margin: 0 auto 4em; }
    @media (max-width: 768px) {
      .body-ozan .page-speaking__section-four p,
      .body-ozan .page-speaking__section-four img {
        max-width: 100%;
        margin: 0 auto; } }
  .body-ozan .page-speaking__section-five {
    margin-bottom: 4em; }
    @media (max-width: 768px) {
      .body-ozan .page-speaking__section-five {
        margin-bottom: 2em; } }
  .body-ozan .page-speaking__section-six.layout-section.padding-small .cls-background {
    padding-top: 0; }
  .body-ozan .page-speaking__section-six img.alignright {
    padding: 0;
    width: 171px;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .body-ozan .page-speaking__section-six img.alignright {
        width: 25%;
        height: auto;
        margin: 0 60px 20px 0;
        float: left; } }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__section-six img.alignright {
        display: block;
        float: none;
        width: auto;
        max-width: 50%;
        max-height: 125px;
        height: auto;
        margin: 20px auto 0;
        position: relative; } }
  .body-ozan .page-speaking__section-six p {
    margin-bottom: 35px; }
    .body-ozan .page-speaking__section-six p:first-of-type {
      margin-bottom: 18px; }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-six p:first-of-type {
          margin-bottom: 25px; } }
    .body-ozan .page-speaking__section-six p:nth-last-child(2) {
      margin-bottom: 45px; }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__section-six p:last-of-type {
        text-align: center; } }
    .body-ozan .page-speaking__section-six p .button.button-primary {
      padding: 20px 24px 16px; }
  @media (max-width: 576px) {
    .body-ozan .page-speaking__section-six {
      position: relative; }
      .body-ozan .page-speaking__section-six .text-content-subheading {
        position: absolute;
        top: -210px; } }
  .body-ozan .page-speaking__section-seven {
    position: relative; }
    .body-ozan .page-speaking__section-seven:before {
      content: '';
      position: relative;
      width: 90%;
      max-width: 1280px;
      height: 1px;
      display: block;
      margin: 6px auto 0;
      background-color: #c9c8c5; }
    .body-ozan .page-speaking__section-seven.layout-section.padding-medium .cls-background {
      padding-top: 70px;
      padding-bottom: 22px; }
    .body-ozan .page-speaking__section-seven img.alignright {
      padding: 0;
      width: 265px;
      margin-right: -30px; }
      @media (max-width: 768px) {
        .body-ozan .page-speaking__section-seven img.alignright {
          width: 25%;
          height: auto;
          margin: 0 60px 20px 0;
          float: left; } }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-seven img.alignright {
          display: block;
          float: none;
          width: auto;
          max-width: 50%;
          max-height: 125px;
          height: auto;
          margin: 40px auto 0;
          position: relative; } }
    .body-ozan .page-speaking__section-seven p {
      margin-bottom: 35px; }
      .body-ozan .page-speaking__section-seven p:first-of-type {
        margin-bottom: 18px; }
        @media (max-width: 576px) {
          .body-ozan .page-speaking__section-seven p:first-of-type {
            margin-bottom: 25px; } }
      .body-ozan .page-speaking__section-seven p:nth-last-child(2) {
        margin-bottom: 45px; }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-seven p:last-of-type {
          text-align: center; } }
      .body-ozan .page-speaking__section-seven p .button.button-primary {
        padding: 20px 24px 16px; }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__section-seven {
        position: relative; }
        .body-ozan .page-speaking__section-seven .text-content-subheading {
          position: absolute;
          top: -230px; } }
  .body-ozan .page-speaking__section-eight {
    position: relative; }
    .body-ozan .page-speaking__section-eight:before {
      content: '';
      position: relative;
      width: 90%;
      max-width: 1280px;
      height: 1px;
      display: block;
      margin: 6px auto 0;
      background-color: #c9c8c5; }
    .body-ozan .page-speaking__section-eight.layout-section.padding-medium .cls-background {
      padding-top: 70px;
      padding-bottom: 22px; }
    .body-ozan .page-speaking__section-eight img.alignright {
      padding: 0;
      width: 277px;
      margin-right: -40px;
      margin-top: -8px; }
      @media (max-width: 768px) {
        .body-ozan .page-speaking__section-eight img.alignright {
          width: 25%;
          height: auto;
          margin: 0 60px 20px 0;
          float: left; } }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-eight img.alignright {
          display: block;
          float: none;
          max-width: 50%;
          width: auto;
          height: auto;
          margin: 20px auto 0;
          position: relative;
          max-height: 125px; } }
    .body-ozan .page-speaking__section-eight p {
      margin-bottom: 35px; }
      .body-ozan .page-speaking__section-eight p:first-of-type {
        margin-bottom: 18px; }
        @media (max-width: 576px) {
          .body-ozan .page-speaking__section-eight p:first-of-type {
            margin-bottom: 25px; } }
      .body-ozan .page-speaking__section-eight p:nth-last-child(2) {
        margin-bottom: 45px; }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-eight p:last-of-type {
          text-align: center; } }
      .body-ozan .page-speaking__section-eight p .button.button-primary {
        padding: 20px 24px 16px; }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__section-eight {
        position: relative; }
        .body-ozan .page-speaking__section-eight .text-content-subheading {
          position: absolute;
          top: -210px; } }
  .body-ozan .page-speaking__section-nine {
    position: relative; }
    .body-ozan .page-speaking__section-nine:before {
      content: '';
      position: relative;
      width: 90%;
      max-width: 1280px;
      height: 1px;
      display: block;
      margin: 6px auto 0;
      background-color: #c9c8c5; }
    .body-ozan .page-speaking__section-nine.layout-section.padding-medium .cls-background {
      padding-top: 70px;
      padding-bottom: 69px; }
    .body-ozan .page-speaking__section-nine img.alignright {
      padding: 0;
      width: 322px;
      margin-right: -40px; }
      @media (max-width: 768px) {
        .body-ozan .page-speaking__section-nine img.alignright {
          width: 25%;
          height: auto;
          margin: 0 60px 20px 0;
          float: left; } }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-nine img.alignright {
          display: block;
          float: none;
          max-width: 50%;
          width: auto;
          max-height: 125px;
          height: auto;
          margin: 20px auto 0;
          position: relative; } }
    .body-ozan .page-speaking__section-nine p {
      margin-bottom: 35px; }
      .body-ozan .page-speaking__section-nine p:first-of-type {
        margin-bottom: 18px; }
        @media (max-width: 576px) {
          .body-ozan .page-speaking__section-nine p:first-of-type {
            margin-bottom: 25px; } }
      .body-ozan .page-speaking__section-nine p:nth-last-child(2) {
        margin-bottom: 45px; }
      @media (max-width: 576px) {
        .body-ozan .page-speaking__section-nine p:last-of-type {
          text-align: center; } }
      .body-ozan .page-speaking__section-nine p .button.button-primary {
        padding: 20px 24px 16px; }
    @media (max-width: 576px) {
      .body-ozan .page-speaking__section-nine {
        position: relative; }
        .body-ozan .page-speaking__section-nine .text-content-subheading {
          position: absolute;
          top: -175px; } }
  .body-ozan .page-books__hero {
    text-align: center; }
    .body-ozan .page-books__hero .cls-inner {
      padding-top: 15px; }
    .body-ozan .page-books__hero .cls-background {
      min-height: 368px;
      display: flex;
      align-items: center; }
      .body-ozan .page-books__hero .cls-background div {
        width: 100%; }
      @media (max-width: 768px) {
        .body-ozan .page-books__hero .cls-background {
          min-height: 256px; } }
      @media (max-width: 576px) {
        .body-ozan .page-books__hero .cls-background {
          min-height: 180px; } }
    .body-ozan .page-books__hero h1 {
      color: #094d77;
      margin-bottom: 70px;
      white-space: nowrap;
      text-shadow: none; }
      @media (max-width: 1024px) {
        .body-ozan .page-books__hero h1 {
          font-size: 4.515625rem;
          line-height: 4.35625rem;
          white-space: normal; } }
      @media (max-width: 768px) {
        .body-ozan .page-books__hero h1 {
          line-height: 1.3;
          margin-bottom: 40px; } }
      @media (max-width: 576px) {
        .body-ozan .page-books__hero h1 {
          font-size: 2.390625rem; } }
    .body-ozan .page-books__hero p:not(blockquote p) {
      font-size: 1.5625rem;
      line-height: 2.25rem;
      font-family: "benton-sans", sans-serif;
      font-weight: 700; }
      @media (max-width: 576px) {
        .body-ozan .page-books__hero p:not(blockquote p) {
          font-size: 1rem;
          line-height: 1.5; } }
      .body-ozan .page-books__hero p:not(blockquote p):last-child {
        margin-bottom: 0; }
    .body-ozan .page-books__hero blockquote {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      padding-left: 125px; }
      @media (max-width: 768px) {
        .body-ozan .page-books__hero blockquote {
          max-width: 90%; } }
      @media (max-width: 576px) {
        .body-ozan .page-books__hero blockquote {
          max-width: none;
          padding-left: 0; } }
      .body-ozan .page-books__hero blockquote img {
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 576px) {
          .body-ozan .page-books__hero blockquote img {
            position: relative;
            left: auto;
            top: auto;
            margin-bottom: 1em; } }
      .body-ozan .page-books__hero blockquote p {
        font-size: 1.25rem;
        line-height: 2rem; }
        .body-ozan .page-books__hero blockquote p:last-of-type {
          font-size: 1rem; }
  .body-ozan .page-books__section-one .container {
    position: relative; }
  .body-ozan .page-books__section-one-img {
    max-width: 500px;
    height: auto;
    position: absolute;
    right: -25px;
    top: 10px;
    padding: 0;
    margin: 0; }
    @media (max-width: 1024px) {
      .body-ozan .page-books__section-one-img {
        max-width: 45vw;
        position: relative;
        right: auto;
        float: right; } }
  .body-ozan .page-books__section-one p {
    max-width: 54%; }
    @media (max-width: 1024px) {
      .body-ozan .page-books__section-one p {
        max-width: 100%; } }
    .body-ozan .page-books__section-one p:first-of-type {
      max-width: 535px;
      padding-top: 18px;
      margin-bottom: 38px; }
      @media (max-width: 1024px) {
        .body-ozan .page-books__section-one p:first-of-type {
          max-width: 100%; } }
  .body-ozan .page-books__section-two {
    counter-reset: ol-custom-counter; }
    .body-ozan .page-books__section-two .cls-inner {
      padding: 28px 0; }
      @media (max-width: 576px) {
        .body-ozan .page-books__section-two .cls-inner {
          padding: 0; } }
    .body-ozan .page-books__section-two ol {
      margin-top: 40px;
      list-style: none;
      width: 45%;
      float: left; }
      @media (max-width: 768px) {
        .body-ozan .page-books__section-two ol {
          width: 100%;
          float: none; } }
      @media (max-width: 576px) {
        .body-ozan .page-books__section-two ol {
          display: block;
          margin-bottom: 0; } }
      .body-ozan .page-books__section-two ol > li {
        counter-increment: ol-custom-counter;
        position: relative;
        font-size: 1.5625rem;
        line-height: 2.25rem;
        font-family: "benton-sans", sans-serif;
        font-weight: 400;
        padding: 6px 0 0 76px;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .body-ozan .page-books__section-two ol > li {
            min-height: 100px; } }
        @media (max-width: 576px) {
          .body-ozan .page-books__section-two ol > li {
            font-size: 1.2rem;
            line-height: 1.5;
            margin-bottom: 30px; } }
        @media (max-width: 576px) {
          .body-ozan .page-books__section-two ol > li:last-of-type {
            margin-bottom: 0; } }
        .body-ozan .page-books__section-two ol > li:before {
          content: counter(ol-custom-counter);
          font-size: 3.4375rem;
          font-family: "CervoNeue-BoldNeue", sans-serif;
          color: #094d77;
          position: absolute;
          top: 12px;
          left: 5px; }
          @media (max-width: 576px) {
            .body-ozan .page-books__section-two ol > li:before {
              line-height: 1;
              top: 0; } }
        .body-ozan .page-books__section-two ol > li:after {
          content: '';
          height: 9px;
          width: 38px;
          border-radius: 2px;
          background-color: #ea660c;
          position: absolute;
          top: 66px;
          left: 4px; }
          @media (max-width: 576px) {
            .body-ozan .page-books__section-two ol > li:after {
              top: 70px; } }
        .body-ozan .page-books__section-two ol > li ul {
          padding: 0;
          margin: 0 0 0 -76px; }
          @media (max-width: 576px) {
            .body-ozan .page-books__section-two ol > li ul {
              margin: 20px 0 40px -76px; } }
          .body-ozan .page-books__section-two ol > li ul li {
            counter-reset: ol-custom-counter;
            list-style: none;
            display: inline-block;
            padding: 0;
            margin: 28px 10px 28px 0; }
            @media (max-width: 576px) {
              .body-ozan .page-books__section-two ol > li ul li {
                display: block;
                margin: 0 0 15px 0; }
                .body-ozan .page-books__section-two ol > li ul li a.button.button-primary {
                  display: block;
                  width: 100%; } }
            .body-ozan .page-books__section-two ol > li ul li:before, .body-ozan .page-books__section-two ol > li ul li:after {
              display: none; }
    .body-ozan .page-books__section-two .sc-book-retailers {
      text-align: center;
      float: right;
      width: 48%;
      margin-top: 2em; }
      @media (max-width: 768px) {
        .body-ozan .page-books__section-two .sc-book-retailers {
          width: 100%;
          float: none;
          margin-top: 4em;
          text-align: center; } }
      @media (max-width: 576px) {
        .body-ozan .page-books__section-two .sc-book-retailers {
          margin-top: 0; } }
      .body-ozan .page-books__section-two .sc-book-retailers li {
        display: block;
        line-height: 1;
        margin: 0;
        vertical-align: middle;
        text-align: left; }
        @media (max-width: 768px) {
          .body-ozan .page-books__section-two .sc-book-retailers li {
            display: inline-block;
            margin: 0 32px; } }
        .body-ozan .page-books__section-two .sc-book-retailers li a {
          display: block;
          background-color: transparent;
          padding: 0;
          text-indent: -99999px;
          -webkit-backface-visibility: hidden; }
        .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a {
          background-image: url("_static/images/amazon-logo.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          opacity: .9;
          transition: opacity .3s ease;
          padding: 0;
          width: 171px;
          height: 123px; }
          @media (max-width: 768px) {
            .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a {
              width: 114px;
              height: 82px; } }
          .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a:before, .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a:after {
            display: none; }
          .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a:hover {
            opacity: 1;
            background-color: transparent;
            border-color: transparent; }
            .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a:hover:before, .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(1) a:hover:after {
              display: none; }
        .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a {
          background-image: url("_static/images/barnes-and-noble-logo.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          opacity: .9;
          transition: opacity .3s ease;
          padding: 0;
          width: 210px;
          height: 123px; }
          @media (max-width: 768px) {
            .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a {
              width: 140px;
              height: 82px; } }
          .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a:before, .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a:after {
            display: none; }
          .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a:hover {
            opacity: 1;
            background-color: transparent;
            border-color: transparent; }
            .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a:hover:before, .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(2) a:hover:after {
              display: none; }
        .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a {
          background-image: url("_static/images/indie-bound-logo.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          opacity: .9;
          transition: opacity .3s ease;
          padding: 0;
          width: 223.5px;
          height: 123px; }
          @media (max-width: 768px) {
            .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a {
              width: 149px;
              height: 82px; } }
          .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a:before, .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a:after {
            display: none; }
          .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a:hover {
            opacity: 1;
            background-color: transparent;
            border-color: transparent; }
            .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a:hover:before, .body-ozan .page-books__section-two .sc-book-retailers li:nth-of-type(3) a:hover:after {
              display: none; }
  .body-ozan .page-books__section-three .cls-inner {
    padding-bottom: 70px; }
    @media (max-width: 576px) {
      .body-ozan .page-books__section-three .cls-inner {
        padding-bottom: 0; } }
  .body-ozan .page-books__section-three .book-package {
    padding: 63px 0 17px; }
    @media (max-width: 576px) {
      .body-ozan .page-books__section-three .book-package {
        padding: 30px 0 40px;
        border-bottom: 1px solid #c9c8c5; } }
    .body-ozan .page-books__section-three .book-package__title {
      display: inline-block;
      margin-bottom: 26px; }
    .body-ozan .page-books__section-three .book-package__subtitle {
      display: block;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-family: "benton-sans", sans-serif;
      color: #094d77;
      font-weight: 700; }
@media (max-width: 576px) and (max-width: 1024px) {
  .body-ozan .page-books__section-three .book-package__subtitle {
    font-size: 1.40625rem;
    line-height: 1.5; } }
@media (max-width: 576px) and (max-width: 768px) {
  .body-ozan .page-books__section-three .book-package__subtitle {
    font-size: 1.171875rem; } }

    .body-ozan .page-books__section-three .book-package__grid {
      margin-top: 35px;
      display: grid;
      grid-gap: 15px;
      -ms-grid-columns: 1fr 15px 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
      @media (max-width: 768px) {
        .body-ozan .page-books__section-three .book-package__grid {
          display: block; } }
    .body-ozan .page-books__section-three .book-package__image {
      max-width: 95%; }
      @media (max-width: 768px) {
        .body-ozan .page-books__section-three .book-package__image {
          max-width: 100%;
          margin-bottom: 30px; } }
    .body-ozan .page-books__section-three .book-package__summary {
      min-height: 565px; }
      @media (max-width: 1024px) {
        .body-ozan .page-books__section-three .book-package__summary {
          min-height: 425px; } }
      @media (max-width: 768px) {
        .body-ozan .page-books__section-three .book-package__summary {
          padding-left: 20px; } }
      @media (max-width: 576px) {
        .body-ozan .page-books__section-three .book-package__summary {
          min-height: 0; } }
      .body-ozan .page-books__section-three .book-package__summary ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0 20px 0 0; }
        .body-ozan .page-books__section-three .book-package__summary ul > li {
          position: relative;
          padding: 0 0 13px 13px; }
          .body-ozan .page-books__section-three .book-package__summary ul > li:before {
            content: '';
            position: absolute;
            left: -10px;
            top: 13px;
            background-color: #ea660c;
            height: 9px;
            width: 9px;
            border-radius: 50%; }
          .body-ozan .page-books__section-three .book-package__summary ul > li ol {
            margin: 33px 0; }
            .body-ozan .page-books__section-three .book-package__summary ul > li ol li {
              line-height: 2.0625rem;
              margin-bottom: 35px; }
    .body-ozan .page-books__section-three .book-package__links {
      text-align: center; }
  @media (max-width: 576px) {
    .body-ozan .page-books__section-three .av-container:last-of-type .book-package {
      border-bottom: none;
      padding-bottom: 0; } }
  .body-ozan .page-books__section-three .av-container:first-of-type .book-package__left {
    background-color: #f4f3f1;
    margin-right: 20px;
    max-height: 530px; }
  .body-ozan .page-books__section-three .av-container:first-of-type .book-package__image {
    max-width: 95%;
    max-height: 530px;
    display: block;
    margin: 0 auto; }
  .body-ozan .page-books__section-four .cls-inner {
    padding-bottom: 25px; }
  .body-ozan .page-books__section-four h4 {
    line-height: 1;
    padding-bottom: 25px;
    margin-top: 0;
    width: 96%;
    top: -4px; }
    @media (max-width: 768px) {
      .body-ozan .page-books__section-four h4 {
        width: auto;
        top: auto; } }
  .body-ozan .page-books__section-four ol {
    padding-top: 16px;
    margin-bottom: 30px; }
    .body-ozan .page-books__section-four ol > li {
      margin: 0;
      line-height: 2.0625rem; }
  .body-ozan .page-books__section-four p {
    margin-bottom: 10px; }
  .body-ozan .page-books__section-four .sc-book-retailers {
    margin-top: 47px; }
  .body-ozan .page-books__section-five .cls-inner {
    padding-bottom: 35px; }
  .body-ozan .page-books__section-five h4 {
    line-height: 1;
    padding-bottom: 20px;
    margin-top: 10px; }
  .body-ozan .page-books__section-five blockquote {
    margin-top: 10px;
    padding-left: 125px; }
    @media (max-width: 576px) {
      .body-ozan .page-books__section-five blockquote {
        max-width: none;
        padding-left: 0; } }
    .body-ozan .page-books__section-five blockquote img {
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 576px) {
        .body-ozan .page-books__section-five blockquote img {
          position: relative;
          left: auto;
          top: auto;
          margin-bottom: 1em; } }
  .body-ozan .page-books__section-five .sc-book-retailers {
    margin-top: 10px; }
  .body-ozan .page-books__section-six .cls-inner {
    padding: 25px 0 10px; }
  .body-ozan .page-books__section-six h4 {
    line-height: 1;
    padding-bottom: 25px;
    margin-top: 0; }
  .body-ozan .page-books__section-seven h4 {
    line-height: 1;
    padding-bottom: 25px;
    margin-top: 0;
    max-width: 200px; }
  .body-ozan .page-media__hero .cls-background {
    min-height: 458px;
    display: flex;
    align-items: center; }
    .body-ozan .page-media__hero .cls-background div {
      width: 100%; }
    @media (max-width: 768px) {
      .body-ozan .page-media__hero .cls-background {
        min-height: 256px; } }
    @media (max-width: 576px) {
      .body-ozan .page-media__hero .cls-background {
        min-height: 180px; } }
  .body-ozan .page-media__hero h1 {
    margin: 0; }
  .body-ozan .page-media__featured-logos .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between; }
    .body-ozan .page-media__featured-logos .container:after {
      display: none; }
    .body-ozan .page-media__featured-logos .container p {
      margin: 0;
      flex-grow: 0; }
      @media (max-width: 576px) {
        .body-ozan .page-media__featured-logos .container p {
          flex-basis: 33%; } }
      .body-ozan .page-media__featured-logos .container p a {
        display: block;
        opacity: .9;
        transition: opacity .3s ease; }
        .body-ozan .page-media__featured-logos .container p a:hover {
          opacity: 1; }
      .body-ozan .page-media__featured-logos .container p img {
        display: block;
        max-height: 32px;
        width: auto;
        height: auto; }
        @media (max-width: 1024px) {
          .body-ozan .page-media__featured-logos .container p img {
            max-height: 26px; } }
        @media (max-width: 768px) {
          .body-ozan .page-media__featured-logos .container p img {
            max-height: 20px; } }
        @media (max-width: 576px) {
          .body-ozan .page-media__featured-logos .container p img {
            max-width: 95px;
            margin: 15px auto; } }
  .body-ozan .page-media__image-gallery .l-two-column-content__right p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    @media (max-width: 576px) {
      .body-ozan .page-media__image-gallery .l-two-column-content__right p {
        display: block;
        text-align: center; } }
    .body-ozan .page-media__image-gallery .l-two-column-content__right p .image-gallery-item-wrapper {
      display: block;
      flex-basis: 30%;
      max-width: 369px;
      margin-bottom: 35px;
      text-align: center; }
      @media (max-width: 576px) {
        .body-ozan .page-media__image-gallery .l-two-column-content__right p .image-gallery-item-wrapper {
          max-width: 100%; } }
      .body-ozan .page-media__image-gallery .l-two-column-content__right p .image-gallery-item-wrapper .button {
        margin-top: 10px; }
  .body-ozan .page-membership__hero {
    position: relative; }
    .body-ozan .page-membership__hero:before {
      content: '';
      background-color: #000000;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .3; }
    .body-ozan .page-membership__hero .cls-background {
      min-height: 458px;
      display: flex;
      align-items: center; }
      .body-ozan .page-membership__hero .cls-background div {
        width: 100%; }
      @media (max-width: 768px) {
        .body-ozan .page-membership__hero .cls-background {
          min-height: 256px; } }
      @media (max-width: 576px) {
        .body-ozan .page-membership__hero .cls-background {
          min-height: 180px; } }
    .body-ozan .page-membership__hero h1 {
      margin: 0; }
  .body-ozan .page-membership__intro iframe {
    max-width: 100%; }
  .body-ozan .page-membership__intro p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
  .body-ozan .page-membership__mastermind-title, .body-ozan .page-membership__benefits-title {
    text-align: center; }
  .body-ozan.page-newsletter.page-template-default {
    background-color: rgba(229, 225, 216, 0.4); }
    .body-ozan.page-newsletter.page-template-default .content {
      max-width: none;
      background-color: transparent; }
      @media (max-width: 768px) {
        .body-ozan.page-newsletter.page-template-default .content {
          padding-left: 0;
          padding-right: 0; } }
  .body-ozan.page-newsletter .before-footer {
    display: none;
    visibility: hidden; }
  .body-ozan button.archive-categories-hero__search__button {
    display: inline-block;
    height: 26px;
    width: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-color: transparent;
    padding: 0;
    background-image: url("_static/images/search.png");
    margin-top: 10px;
    position: relative;
    vertical-align: top;
    margin-left: 12px;
    min-width: 0; }
    @media (max-width: 768px) {
      .body-ozan button.archive-categories-hero__search__button {
        height: 30px;
        width: 30px;
        margin: 12px 0 0 0;
        position: absolute;
        right: 0; } }
    .body-ozan button.archive-categories-hero__search__button:hover {
      background-color: transparent; }
  .body-ozan .archive-categories-hero {
    height: auto;
    background-color: #f5f3ef;
    position: relative; }
    .body-ozan .archive-categories-hero .container {
      position: relative; }
    .body-ozan .archive-categories-hero__search {
      position: absolute;
      right: 28px;
      top: 30px; }
      @media (max-width: 768px) {
        .body-ozan .archive-categories-hero__search {
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          max-height: 0;
          overflow: hidden;
          transition: max-height .5s ease, margin .5s ease;
          margin-bottom: 0; }
          .body-ozan .archive-categories-hero__search.open {
            max-height: 2000px;
            margin-bottom: 40px; } }
      .body-ozan .archive-categories-hero__search__form {
        display: inline-block;
        overflow: hidden; }
        @media (max-width: 768px) {
          .body-ozan .archive-categories-hero__search__form {
            width: calc(100% - 60px);
            vertical-align: top; } }
        .body-ozan .archive-categories-hero__search__form.open input {
          opacity: 1;
          visibility: visible; }
        .body-ozan .archive-categories-hero__search__form form {
          margin: 0; }
        .body-ozan .archive-categories-hero__search__form input {
          margin: 0;
          background-color: transparent;
          border: 1px solid #094d77;
          width: 322px;
          opacity: 0;
          visibility: hidden;
          transition: opacity .3s ease;
          position: relative; }
          @media (max-width: 1024px) {
            .body-ozan .archive-categories-hero__search__form input {
              width: 260px; } }
          @media (max-width: 768px) {
            .body-ozan .archive-categories-hero__search__form input {
              width: 160px; } }
          @media (max-width: 768px) {
            .body-ozan .archive-categories-hero__search__form input {
              opacity: 1;
              visibility: visible;
              width: 100%; } }
          .body-ozan .archive-categories-hero__search__form input.focus-visible {
            background-color: transparent;
            border: 1px solid #094d77;
            box-shadow: none;
            outline: none; }
          .body-ozan .archive-categories-hero__search__form input:focus {
            background-color: transparent;
            border: 1px solid #094d77;
            box-shadow: none;
            outline: none; }
        .body-ozan .archive-categories-hero__search__form button {
          display: none; }
        .body-ozan .archive-categories-hero__search__form ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #3b3d3f;
          font-family: "benton-sans", sans-serif;
          opacity: 0;
          /* Firefox */ }
        .body-ozan .archive-categories-hero__search__form :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: rgba(59, 61, 63, 0.5);
          font-family: "benton-sans", sans-serif;
          opacity: 0; }
        .body-ozan .archive-categories-hero__search__form ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: rgba(59, 61, 63, 0.5);
          font-family: "benton-sans", sans-serif;
          opacity: 0; }
    .body-ozan .archive-categories-hero__header {
      text-align: center;
      margin-bottom: 1em;
      padding-top: 1em; }
    .body-ozan .archive-categories-hero__title {
      display: inline-block;
      text-align: center;
      font-size: 1.875rem;
      line-height: 4.375rem;
      margin: 0;
      padding: 0; }
      .body-ozan .archive-categories-hero__title i, .body-ozan .archive-categories-hero__title svg {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 1rem;
        display: none;
        transition: transform .3s ease; }
        @media (max-width: 576px) {
          .body-ozan .archive-categories-hero__title i, .body-ozan .archive-categories-hero__title svg {
            display: block; } }
      @media (max-width: 1024px) {
        .body-ozan .archive-categories-hero__title {
          font-size: 1.59375rem;
          line-height: 3.71875rem; } }
      @media (max-width: 576px) {
        .body-ozan .archive-categories-hero__title {
          font-size: 1.21875rem;
          text-align: left; } }
      .body-ozan .archive-categories-hero__title.open i, .body-ozan .archive-categories-hero__title.open svg {
        transform: rotate(225deg); }
      .body-ozan .archive-categories-hero__title:after {
        height: 5px;
        bottom: 6px; }
    .body-ozan .archive-categories-hero__category-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between; }
      @media (max-width: 576px) {
        .body-ozan .archive-categories-hero__category-container {
          display: block;
          max-height: 0;
          overflow: hidden;
          transition: max-height .5s ease; }
          .body-ozan .archive-categories-hero__category-container.open {
            max-height: 2000px; } }
    .body-ozan .archive-categories-hero__category-item {
      flex-basis: 33%;
      max-width: 369px;
      margin-bottom: 25px; }
      @media (max-width: 1024px) {
        .body-ozan .archive-categories-hero__category-item {
          flex-basis: 50%;
          max-width: none;
          padding: 0 20px; } }
      @media (max-width: 576px) {
        .body-ozan .archive-categories-hero__category-item {
          padding: 0; } }
    .body-ozan .archive-categories-hero__category-title {
      font-size: 1.125rem;
      line-height: 2.25rem;
      font-family: "benton-sans", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 576px) {
        .body-ozan .archive-categories-hero__category-title {
          font-size: 1rem;
          line-height: 1.5; } }
    .body-ozan .archive-categories-hero__category-description {
      font-family: "benton-sans", sans-serif;
      font-size: 1rem;
      line-height: 1.375rem;
      color: #3b3d3f; }
      @media (max-width: 576px) {
        .body-ozan .archive-categories-hero__category-description {
          line-height: 1.5; } }
    @media (max-width: 576px) {
      .body-ozan .archive-categories-hero--main {
        min-height: 0; } }
    .body-ozan .archive-categories-hero--main .archive-categories-hero__header {
      padding: 20px 0 25px; }
    .body-ozan .archive-categories-hero--podcast {
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      position: relative;
      height: 1px;
      min-height: 458px; }
      .body-ozan .archive-categories-hero--podcast div {
        width: 100%; }
      @media (max-width: 768px) {
        .body-ozan .archive-categories-hero--podcast {
          min-height: 0;
          height: auto;
          padding: 2em 0 1em; } }
      .body-ozan .archive-categories-hero--podcast .container {
        padding-left: 20px; }
      .body-ozan .archive-categories-hero--podcast:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.25); }
      .body-ozan .archive-categories-hero--podcast .archive-categories-hero__header {
        text-align: left;
        padding-top: 0; }
      .body-ozan .archive-categories-hero--podcast .archive-categories-hero__title {
        font-size: 5.3125rem;
        line-height: 5.125rem;
        margin: 0;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "CervoNeue-BoldNeue", sans-serif;
        font-weight: 400;
        max-width: none;
        text-align: center;
        display: block; }
        @media (max-width: 768px) {
          .body-ozan .archive-categories-hero--podcast .archive-categories-hero__title {
            font-size: 4.78125rem;
            line-height: 4.6125rem; } }
        @media (max-width: 576px) {
          .body-ozan .archive-categories-hero--podcast .archive-categories-hero__title {
            font-size: 2.390625rem;
            line-height: 2.30625rem; } }
        .body-ozan .archive-categories-hero--podcast .archive-categories-hero__title:after {
          display: none; }
      .body-ozan .archive-categories-hero--podcast .archive-categories-hero__description {
        margin: 1em 0;
        color: #ffffff; }
  .body-ozan .archive-content__left-col {
    position: relative; }
  .body-ozan .archive-content__right-col {
    padding-left: 85px; }
    @media (max-width: 1024px) {
      .body-ozan .archive-content__right-col {
        padding-left: 40px; } }
    @media (max-width: 768px) {
      .body-ozan .archive-content__right-col {
        padding-left: 0; } }
  .body-ozan .archive-content__article {
    border-bottom: 1px solid #c9c8c5;
    padding-bottom: 25px;
    margin-bottom: 68px;
    min-height: 400px; }
    @media (max-width: 576px) {
      .body-ozan .archive-content__article {
        min-height: 0;
        margin-bottom: 40px;
        padding-bottom: 0; } }
  .body-ozan .archive-content__header {
    text-align: center;
    padding: 35px 0 48px; }
  .body-ozan .archive-content__title {
    display: inline-block;
    text-align: center;
    font-size: 1.875rem;
    line-height: 4.375rem;
    margin: 0;
    padding: 0; }
    @media (max-width: 576px) {
      .body-ozan .archive-content__title {
        text-align: left; } }
    .body-ozan .archive-content__title:after {
      height: 5px;
      bottom: 6px; }
  .body-ozan .archive-content__featured-image {
    display: block;
    width: 100%;
    max-width: 470px;
    height: 300px;
    top: 10px;
    position: absolute;
    overflow: hidden; }
    @media (max-width: 768px) {
      .body-ozan .archive-content__featured-image {
        height: 360px;
        max-width: none;
        position: relative;
        top: 0;
        margin-bottom: 20px; } }
    @media (max-width: 576px) {
      .body-ozan .archive-content__featured-image {
        height: 200px; } }
    .body-ozan .archive-content__featured-image div {
      display: block;
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      transform: scale(1);
      transition: transform .3s ease; }
      .body-ozan .archive-content__featured-image div:hover {
        transform: scale(1.1); }
  .body-ozan .archive-content__entry-header a {
    display: block;
    text-decoration: none; }
  .body-ozan .archive-content__entry-meta {
    margin: 22px 0 33px;
    line-height: 1;
    color: #ea660c; }
    @media (max-width: 576px) {
      .body-ozan .archive-content__entry-meta {
        margin: 10px 0; } }
    .body-ozan .archive-content__entry-meta span {
      line-height: 1.2;
      display: block; }
      .body-ozan .archive-content__entry-meta span a {
        font-size: 1.125rem;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "benton-sans", sans-serif;
        text-decoration: none; }
        @media (max-width: 576px) {
          .body-ozan .archive-content__entry-meta span a {
            font-size: 1rem; } }
  .body-ozan .archive-content__excerpt p {
    margin-bottom: 35px;
    padding-right: 20px; }
    @media (max-width: 1024px) {
      .body-ozan .archive-content__excerpt p {
        padding-right: 0; }
        .body-ozan .archive-content__excerpt p:last-child {
          margin-bottom: 30px; } }
  .body-ozan.category-famous-failures .archive-content__article {
    min-height: 300px; }
  .body-ozan.category-famous-failures .archive-content__featured-image {
    height: 200px; }
  .body-ozan .article-single__hero {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 575px;
    height: 1px; }
    @media (max-width: 1024px) {
      .body-ozan .article-single__hero {
        min-height: 458px; } }
    @media (max-width: 768px) {
      .body-ozan .article-single__hero {
        min-height: 256px; } }
    @media (max-width: 576px) {
      .body-ozan .article-single__hero {
        min-height: 180px; } }
    .body-ozan .article-single__hero:before {
      content: '';
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.25); }
      @media (max-width: 576px) {
        .body-ozan .article-single__hero:before {
          background: rgba(0, 0, 0, 0.35); } }
    .body-ozan .article-single__hero .container {
      z-index: 1;
      padding-bottom: 20px; }
      @media (max-width: 576px) {
        .body-ozan .article-single__hero .container {
          padding-top: 20px; } }
    .body-ozan .article-single__hero .article-single__title {
      font-size: 3.4375rem;
      line-height: 4.375rem;
      color: #ffffff;
      text-transform: none;
      text-align: center;
      font-family: "benton-sans", sans-serif;
      font-weight: 700;
      padding: 0 6%;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .body-ozan .article-single__hero .article-single__title {
          font-size: 3.09375rem;
          line-height: 1.2; } }
      @media (max-width: 576px) {
        .body-ozan .article-single__hero .article-single__title {
          font-size: 1.546875rem;
          padding: 0;
          margin-bottom: 15px; } }
      .body-ozan .article-single__hero .article-single__title:after {
        display: none; }
    .body-ozan .article-single__hero .meta-category {
      display: block;
      text-align: center;
      color: #ffffff; }
      .body-ozan .article-single__hero .meta-category a {
        color: #ffffff;
        font-family: "benton-sans", sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-decoration: none;
        text-transform: uppercase; }
        @media (max-width: 576px) {
          .body-ozan .article-single__hero .meta-category a {
            font-size: 1rem; } }
  .body-ozan .article-single__entry-content {
    padding: 105px 15px 0;
    max-width: 780px;
    margin: 0 auto 40px; }
    @media (max-width: 1024px) {
      .body-ozan .article-single__entry-content {
        padding: 67px 0;
        max-width: none; } }
    @media (max-width: 576px) {
      .body-ozan .article-single__entry-content {
        padding: 30px 0 0;
        margin: 0 auto; } }
    .body-ozan .article-single__entry-content p:first-child {
      font-size: 1.5625rem;
      line-height: 2.25rem;
      font-family: "benton-sans", sans-serif;
      color: #094d77;
      font-weight: 700; }
      @media (max-width: 1024px) {
        .body-ozan .article-single__entry-content p:first-child {
          font-size: 1.40625rem;
          line-height: 1.5; } }
      @media (max-width: 768px) {
        .body-ozan .article-single__entry-content p:first-child {
          font-size: 1.171875rem; } }
  .body-ozan .article-single-cta {
    max-width: 878px;
    width: 100%;
    margin: 0 auto;
    background-color: #203058; }
    @media (max-width: 576px) {
      .body-ozan .article-single-cta .container {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    @media (max-width: 768px) {
      .body-ozan .article-single-cta {
        max-width: none; } }
    .body-ozan .article-single-cta__grid {
      margin-top: 35px;
      display: grid;
      grid-gap: 15px;
      -ms-grid-columns: 4fr 15px 8fr;
      grid-template-columns: 4fr 8fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
      @media (max-width: 576px) {
        .body-ozan .article-single-cta__grid {
          display: block; } }
    .body-ozan .article-single-cta__left {
      text-align: right;
      padding: 40px 0 0; }
      @media (max-width: 768px) {
        .body-ozan .article-single-cta__left {
          text-align: center;
          padding: 30px 0 0; } }
    .body-ozan .article-single-cta__image {
      width: 100%;
      max-width: 220px;
      height: auto; }
      @media (max-width: 768px) {
        .body-ozan .article-single-cta__image {
          width: 50%;
          max-width: none; } }
      @media (max-width: 768px) {
        .body-ozan .article-single-cta__image {
          width: 75%;
          max-width: none; } }
      @media (max-width: 576px) {
        .body-ozan .article-single-cta__image {
          width: 50%; } }
    .body-ozan .article-single-cta__right {
      padding: 65px 35px 47px 18px; }
      @media (max-width: 768px) {
        .body-ozan .article-single-cta__right {
          padding: 65px 35px 10px 18px; } }
      @media (max-width: 576px) {
        .body-ozan .article-single-cta__right {
          padding: 30px 20px; } }
    .body-ozan .article-single-cta h6 {
      color: #ffffff;
      font-size: 2.8125rem;
      line-height: 3rem;
      margin: 0 0 20px 0;
      padding: 0; }
      @media (max-width: 1024px) {
        .body-ozan .article-single-cta h6 {
          font-size: 2.53125rem;
          line-height: 2.7rem; } }
      @media (max-width: 768px) {
        .body-ozan .article-single-cta h6 {
          font-size: 2.109375rem;
          line-height: 2.25rem; } }
      .body-ozan .article-single-cta h6 span.text-indent {
        margin-left: 35px; }
        @media (max-width: 1024px) {
          .body-ozan .article-single-cta h6 span.text-indent {
            margin-left: .55em; } }
        @media (max-width: 768px) {
          .body-ozan .article-single-cta h6 span.text-indent {
            margin-left: .35em; } }
        @media (max-width: 576px) {
          .body-ozan .article-single-cta h6 span.text-indent {
            white-space: normal; } }
      .body-ozan .article-single-cta h6:before, .body-ozan .article-single-cta h6:after {
        display: none; }
    .body-ozan .article-single-cta p {
      font-family: "benton-sans", sans-serif;
      color: #ffffff;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-bottom: 18px; }
      .body-ozan .article-single-cta p.--smaller {
        font-size: 0.875rem;
        line-height: 1.9375rem; }
        @media (max-width: 576px) {
          .body-ozan .article-single-cta p.--smaller {
            line-height: 1.5; } }
    .body-ozan .article-single-cta__email-form {
      margin-bottom: 20px; }
      .body-ozan .article-single-cta__email-form .gform_wrapper {
        margin: 0; }
        .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body {
          display: inline-block;
          width: 60%;
          padding: 0;
          vertical-align: top;
          margin-right: 10px; }
          @media (max-width: 1440px) {
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body {
              width: 55%; } }
          @media (max-width: 768px) {
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body {
              width: 50%; } }
          @media (max-width: 576px) {
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body {
              width: 100%;
              margin: 0 0 20px 0; } }
          .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body .top_label div.ginput_container {
            margin-top: 0; }
          .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
            margin: 0;
            padding: 0; }
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
              margin-top: 0;
              margin-bottom: 0;
              background-color: transparent;
              border: 1px solid #ffffff;
              color: #ffffff;
              font-family: "benton-sans", sans-serif;
              font-size: 1rem;
              line-height: 1;
              padding: 7px 10px;
              width: 100%; }
              .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
                background-color: transparent;
                box-shadow: none; }
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: #ffffff;
              font-family: "benton-sans", sans-serif;
              opacity: 1;
              /* Firefox */ }
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label :-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: rgba(255, 255, 255, 0.5);
              font-family: "benton-sans", sans-serif; }
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::-ms-input-placeholder {
              /* Microsoft Edge */
              color: rgba(255, 255, 255, 0.5);
              font-family: "benton-sans", sans-serif; }
        .body-ozan .article-single-cta__email-form .gform_wrapper .gform_footer {
          display: inline-block;
          padding: 0;
          clear: none;
          width: auto;
          vertical-align: top;
          margin: 0 0 0 -2px;
          background-color: transparent;
          position: relative; }
          @media (max-width: 576px) {
            .body-ozan .article-single-cta__email-form .gform_wrapper .gform_footer {
              display: block;
              margin: 0;
              text-align: center; } }
          .body-ozan .article-single-cta__email-form .gform_wrapper .gform_footer:hover {
            color: #ffffff;
            border: none; }
          .body-ozan .article-single-cta__email-form .gform_wrapper .gform_footer:focus {
            color: #ffffff;
            border: none; }
          .body-ozan .article-single-cta__email-form .gform_wrapper .gform_footer input.button,
          .body-ozan .article-single-cta__email-form .gform_wrapper .gform_footer input[type=submit] {
            margin: 0;
            letter-spacing: 0.07125rem;
            font-family: "benton-sans", sans-serif;
            font-weight: 700;
            background-color: transparent;
            padding: 16px 15px;
            font-size: 1rem;
            z-index: 1;
            position: relative; }
  .body-ozan .article-single-comments {
    max-width: 878px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px; }
    @media (max-width: 1024px) {
      .body-ozan .article-single-comments {
        max-width: none; } }
    .body-ozan .article-single-comments .comments-title {
      margin: 0 0 30px 0;
      padding: 0;
      font-family: "benton-sans", sans-serif;
      text-transform: uppercase;
      font-size: 1.125rem;
      letter-spacing: 0.080625rem;
      font-weight: 700;
      color: #094d77; }
      @media (max-width: 576px) {
        .body-ozan .article-single-comments .comments-title {
          line-height: 1; } }
      .body-ozan .article-single-comments .comments-title:before, .body-ozan .article-single-comments .comments-title:after {
        display: none; }
    .body-ozan .article-single-comments .comment-list {
      list-style: none; }
      .body-ozan .article-single-comments .comment-list .comment {
        margin: 0 0 60px 0;
        background-color: #f5f3ef;
        box-sizing: border-box;
        padding: 20px 48px 20px 28px; }
        @media (max-width: 576px) {
          .body-ozan .article-single-comments .comment-list .comment {
            padding: 30px 20px;
            margin: 0 0 30px; } }
        .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-meta {
          padding: 0 0 20px 0;
          background-color: transparent; }
          .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-meta .comment-author {
            font-family: "benton-sans", sans-serif;
            text-transform: uppercase;
            font-size: 1.125rem;
            letter-spacing: 0.080625rem;
            font-weight: 700;
            color: #094d77; }
            @media (max-width: 576px) {
              .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
                display: block;
                margin-bottom: 15px; } }
            .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-meta .comment-author .fn {
              margin-left: 10px; }
              @media (max-width: 576px) {
                .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-meta .comment-author .fn {
                  margin-left: 0; } }
        .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-content p {
          font-size: 1.3125rem;
          line-height: 1.9375rem; }
          @media (max-width: 1024px) {
            .body-ozan .article-single-comments .comment-list .comment .comment-body .comment-content p {
              font-size: 1rem;
              line-height: 1.5; } }
    .body-ozan .article-single-comments .comment-respond h3 {
      line-height: 2.25rem;
      margin: 0 0 30px 0;
      padding: 0;
      font-family: "benton-sans", sans-serif;
      text-transform: uppercase;
      font-size: 1.125rem;
      letter-spacing: 0.080625rem;
      font-weight: 700;
      color: #094d77; }
      @media (max-width: 576px) {
        .body-ozan .article-single-comments .comment-respond h3 {
          line-height: 1.5; } }
      .body-ozan .article-single-comments .comment-respond h3:before, .body-ozan .article-single-comments .comment-respond h3:after {
        display: none; }
    .body-ozan .article-single-comments .comment-respond .comment-reply-title h4 {
      font-family: "benton-sans", sans-serif !important;
      text-transform: uppercase !important;
      font-size: 1rem !important;
      letter-spacing: 0.07125rem !important;
      font-weight: 700 !important;
      color: #094d77 !important;
      margin: 0 !important; }
      .body-ozan .article-single-comments .comment-respond .comment-reply-title h4:before, .body-ozan .article-single-comments .comment-respond .comment-reply-title h4:after {
        display: none; }
  .body-ozan p.comment-form-comment {
    margin-top: 1em; }
  .body-ozan .article-single-related-posts {
    max-width: 878px;
    width: 100%;
    margin: 0 auto 35px;
    border-top: thin solid #e1e1e1;
    padding-top: 30px; }
    @media (max-width: 1024px) {
      .body-ozan .article-single-related-posts {
        max-width: none; } }
    .body-ozan .article-single-related-posts .rp4wp-related-posts h3 {
      margin: 20px 0 0;
      padding: 0;
      font-size: 1.125rem;
      line-height: 2.25rem;
      letter-spacing: 0.080625rem;
      font-family: "benton-sans", sans-serif;
      font-weight: 700; }
      @media (max-width: 576px) {
        .body-ozan .article-single-related-posts .rp4wp-related-posts h3 {
          margin: 0 0 30px; } }
      .body-ozan .article-single-related-posts .rp4wp-related-posts h3:before, .body-ozan .article-single-related-posts .rp4wp-related-posts h3:after {
        display: none; }
    .body-ozan .article-single-related-posts .rp4wp-related-posts ul {
      float: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between;
      margin: 0;
      padding: 0; }
      @media (max-width: 576px) {
        .body-ozan .article-single-related-posts .rp4wp-related-posts ul {
          display: block; } }
      .body-ozan .article-single-related-posts .rp4wp-related-posts ul li {
        flex-basis: 32%;
        margin-bottom: 35px;
        float: none; }
        .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-image {
          width: 100%;
          padding-right: 0;
          float: none;
          margin-bottom: 20px; }
          .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-image a {
            display: block;
            max-width: 277px;
            width: 100%;
            height: 178px;
            margin: 0 auto;
            position: relative;
            overflow: hidden; }
            @media (max-width: 576px) {
              .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-image a {
                max-width: none; } }
            .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-image a:hover img {
              opacity: 1; }
            .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-image a img {
              display: block;
              max-width: none;
              height: auto;
              width: 120%;
              position: absolute;
              top: -9999px;
              bottom: -9999px;
              left: -9999px;
              right: -9999px;
              margin: auto;
              opacity: .9;
              transition: opacity .3s ease; }
          .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-image + .rp4wp-related-post-content a:before {
            display: none; }
        .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-content a {
          display: block;
          font-family: "benton-sans", sans-serif;
          text-decoration: none;
          line-height: 1.375rem;
          font-size: 1rem;
          color: #3b3d3f; }
          .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-content a:hover:before {
            opacity: 1; }
          .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-content a:before {
            content: '';
            display: block;
            max-width: 277px;
            width: 100%;
            height: 178px;
            margin: 0 auto 20px;
            position: relative;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-image: url("_static/images/default-post-image.jpg");
            opacity: .9;
            transition: opacity .3s ease; }
            @media (max-width: 576px) {
              .body-ozan .article-single-related-posts .rp4wp-related-posts ul li .rp4wp-related-post-content a:before {
                max-width: none; } }
  .body-ozan .rocket-ship {
    z-index: 1000;
    content: '';
    position: fixed;
    height: 200px;
    width: 200px;
    bottom: 0;
    left: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("_static/images/rocket.png");
    transform: translate(0, 0) rotate(15deg);
    animation: blast-off 3s 5s forwards;
    opacity: 0; }
    @media (max-width: 1024px) {
      .body-ozan .rocket-ship {
        animation: blast-off-breakpoint-large 3s 5s forwards; } }
    @media (max-width: 768px) {
      .body-ozan .rocket-ship {
        animation: blast-off-breakpoint-small 3s 5s forwards; } }
    @media (max-width: 576px) {
      .body-ozan .rocket-ship {
        height: 140px;
        width: 140px;
        animation: blast-off-breakpoint-small 2s 5s forwards; } }
  .body-ozan .not-found {
    min-height: calc(100vh - 175px);
    height: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
@keyframes blast-off {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(15deg); }
  25% {
    opacity: .9; }
  100% {
    opacity: .9;
    transform: translate(80vw, -150vh) rotate(15deg); } }
@keyframes blast-off-breakpoint-large {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(20deg); }
  25% {
    opacity: .9; }
  100% {
    opacity: .9;
    transform: translate(95vw, -150vh) rotate(20deg); } }
@keyframes blast-off-breakpoint-small {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(25deg); }
  25% {
    opacity: .9; }
  100% {
    opacity: .9;
    transform: translate(135vw, -100vh) rotate(25deg); } }
    .body-ozan .not-found h1 {
      color: #094d77;
      margin: 0 0 35px 0;
      z-index: 1;
      position: relative;
      text-shadow: none; }
    .body-ozan .not-found p {
      margin: 0 0 60px 0;
      z-index: 1;
      position: relative; }
  .body-ozan .search-results-header {
    text-align: center;
    padding: 20px 0 40px;
    height: auto;
    background-color: #f5f3ef;
    margin-bottom: 85px; }
    .body-ozan .search-results-header h3 {
      display: inline-block;
      text-align: center;
      font-size: 1.875rem;
      line-height: 4.375rem;
      margin: 0 0 20px 0;
      padding: 0; }
      .body-ozan .search-results-header h3:after {
        height: 5px;
        bottom: 6px; }
    .body-ozan .search-results-header p {
      font-size: 1.125rem;
      line-height: 1.375rem; }
    .body-ozan .search-results-header form {
      margin-bottom: 0; }
      .body-ozan .search-results-header form input {
        margin-bottom: 0; }
  .body-ozan.page-template-default .content {
    padding: 40px 15px;
    max-width: 915px;
    width: 100%;
    margin: 40px auto 75px; }
    .body-ozan.page-template-default .content .gform_wrapper .top_label .gfield_label,
    .body-ozan.page-template-default .content .gform_wrapper .top_label legend.gfield_label {
      font-family: "benton-sans", sans-serif;
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-transform: uppercase;
      color: #094d77; }
      @media (max-width: 576px) {
        .body-ozan.page-template-default .content .gform_wrapper .top_label .gfield_label,
        .body-ozan.page-template-default .content .gform_wrapper .top_label legend.gfield_label {
          font-size: 1rem;
          line-height: 1;
          margin-bottom: 0; } }
    .body-ozan.page-template-default .content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-family: "benton-sans", sans-serif;
      font-style: italic;
      font-weight: 400; }
    .body-ozan.page-template-default .content .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
      font-size: 1rem;
      font-family: "benton-sans", sans-serif;
      line-height: 1.5rem;
      font-weight: 700;
      letter-spacing: 0.07125rem; }
  .body-ozan.page-template-default.page-membership-info-confirmation .content, .body-ozan.page-template-default.page-membership-site-signup .content, .body-ozan.page-template-default.page-membership-purchase-confirmation .content, .body-ozan.page-template-default.page-membership-purchase .content, .body-ozan.page-template-default.page-book-ozan-varol .content {
    background-color: rgba(229, 225, 216, 0.4);
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 576px) {
      .body-ozan.page-template-default.page-membership-info-confirmation .content, .body-ozan.page-template-default.page-membership-site-signup .content, .body-ozan.page-template-default.page-membership-purchase-confirmation .content, .body-ozan.page-template-default.page-membership-purchase .content, .body-ozan.page-template-default.page-book-ozan-varol .content {
        padding-left: 15px;
        padding-right: 15px; } }

/* Fusion builder specific overrides */
.body-ozan.page-template-100-width .content {
  width: 100%; }
  .body-ozan.page-template-100-width .content #FullWidthEmailBanner {
    padding-bottom: 0 !important; }
    .body-ozan.page-template-100-width .content #FullWidthEmailBanner p {
      padding-top: 18px; }
      @media (max-width: 768px) {
        .body-ozan.page-template-100-width .content #FullWidthEmailBanner p {
          text-align: center !important; } }
    .body-ozan.page-template-100-width .content #FullWidthEmailBanner .fusion-button-wrapper {
      height: 56px; }
  @media (max-width: 768px) {
    .body-ozan.page-template-100-width .content #SignUpButton {
      width: 100% !important;
      text-align: center; }
      .body-ozan.page-template-100-width .content #SignUpButton .fusion-button-wrapper {
        width: 100%;
        display: block;
        text-align: center; } }
  .body-ozan.page-template-100-width .content article .fusion-blog-layout-large .entry-title, .body-ozan.page-template-100-width .content article .fusion-blog-layout-medium .entry-title {
    color: #094d77;
    text-transform: none;
    line-height: 3.4375rem;
    margin-bottom: 0;
    transition: color .3s ease;
    font-size: 2.625rem;
    font-weight: 700;
    font-family: "benton-sans", sans-serif; }
    .body-ozan.page-template-100-width .content article .fusion-blog-layout-large .entry-title a, .body-ozan.page-template-100-width .content article .fusion-blog-layout-medium .entry-title a {
      color: #094d77; }
      .body-ozan.page-template-100-width .content article .fusion-blog-layout-large .entry-title a:hover, .body-ozan.page-template-100-width .content article .fusion-blog-layout-medium .entry-title a:hover {
        color: #021018; }
    .body-ozan.page-template-100-width .content article .fusion-blog-layout-large .entry-title:before, .body-ozan.page-template-100-width .content article .fusion-blog-layout-large .entry-title:after, .body-ozan.page-template-100-width .content article .fusion-blog-layout-medium .entry-title:before, .body-ozan.page-template-100-width .content article .fusion-blog-layout-medium .entry-title:after {
      display: none; }
  .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination {
    display: block;
    margin-bottom: 60px; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-prev,
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-next {
      background-color: transparent;
      border-color: transparent;
      color: #094d77;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-family: "benton-sans", sans-serif; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-prev .page-text {
      padding-left: 10px;
      transition: padding .3s ease; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-prev:before {
      color: #094d77;
      position: absolute;
      left: 10px;
      transition: left .3s ease; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-prev:hover:before {
      color: #094d77;
      left: 6px;
      transition: left .3s ease; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-next .page-text {
      padding-right: 10px;
      transition: padding .3s ease; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-next:after {
      color: #094d77;
      position: absolute;
      right: 10px;
      transition: right .3s ease; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .pagination-next:hover:after {
      color: #094d77;
      right: 6px;
      transition: right .3s ease; }
    .body-ozan.page-template-100-width .content .fusion-blog-pagination .pagination .current {
      background-color: transparent;
      border-color: transparent;
      color: #ea660c;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-family: "benton-sans", sans-serif; }
.body-ozan .fusion-title {
  margin-bottom: 40px !important; }
  .body-ozan .fusion-title.fusion-title-center {
    display: block; }
  .body-ozan .fusion-title .title-sep-container {
    display: none; }
.body-ozan .fusion-button.button-2,
.body-ozan .fusion-button.button-3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: auto;
  padding: 20px 23px 18px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05375rem;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "benton-sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  border-radius: 0; }
  .body-ozan .fusion-button.button-2:before,
  .body-ozan .fusion-button.button-3:before {
    display: block;
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    transform: translateX(-50%);
    background: linear-gradient(to left, #ea660c 50%, #b9510a 50%);
    height: 100%;
    transition: transform .3s ease; }
  .body-ozan .fusion-button.button-2:hover,
  .body-ozan .fusion-button.button-3:hover {
    color: #ffffff;
    border: none; }
    .body-ozan .fusion-button.button-2:hover:before,
    .body-ozan .fusion-button.button-3:hover:before {
      transform: translateX(0%); }
  .body-ozan .fusion-button.button-2:focus,
  .body-ozan .fusion-button.button-3:focus {
    color: #ffffff;
    border: none; }
@media (max-width: 768px) {
  .body-ozan .fusion-layout-column.fusion-two-third {
    width: 100% !important;
    padding: 0 20px; } }
.body-ozan .entry-content .fusion-text h3, .body-ozan .entry-content .fusion-text h4, .body-ozan .entry-content .fusion-text h5, .body-ozan .entry-content .fusion-text h6 {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  margin: 0 0 20px 0;
  padding: 0; }
  .body-ozan .entry-content .fusion-text h3:before, .body-ozan .entry-content .fusion-text h3:after, .body-ozan .entry-content .fusion-text h4:before, .body-ozan .entry-content .fusion-text h4:after, .body-ozan .entry-content .fusion-text h5:before, .body-ozan .entry-content .fusion-text h5:after, .body-ozan .entry-content .fusion-text h6:before, .body-ozan .entry-content .fusion-text h6:after {
    display: none; }
.body-ozan .entry-content .fusion-text p + h3,
.body-ozan .entry-content .fusion-text p + h4,
.body-ozan .entry-content .fusion-text p + h5,
.body-ozan .entry-content .fusion-text p + h6 {
  margin-top: 60px; }
.body-ozan .entry-content .fusion-column-wrapper iframe {
  margin-bottom: 60px; }

/* Bloom opt-in specific styles */
.body-ozan.et_bloom.page-newsletter {
  background-color: rgba(229, 225, 216, 0.4); }
  .body-ozan.et_bloom.page-newsletter .content {
    max-width: none;
    background-color: transparent;
    padding-left: 40px;
    padding-right: 40px; }
    .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container {
      background-color: transparent !important; }
      .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container .et_bloom_form_header {
        background-color: transparent !important;
        overflow: visible; }
    .body-ozan.et_bloom.page-newsletter .content .et_bloom_inline_form {
      padding-bottom: 100px; }
      .body-ozan.et_bloom.page-newsletter .content .et_bloom_inline_form .et_bloom_form_container {
        max-width: none !important; }
    .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_header.split img {
      position: absolute;
      margin: 0 !important;
      max-width: 375px;
      max-height: none;
      width: 100%;
      height: auto;
      padding: 0 !important;
      left: 100px; }
    .body-ozan.et_bloom.page-newsletter .content h2,
    .body-ozan.et_bloom.page-newsletter .content .et_bloom_optin_7 .et_bloom_form_container h2 {
      font-family: "CervoNeue-BoldNeue", sans-serif;
      font-size: 2.8125rem !important;
      line-height: 3rem !important;
      text-transform: uppercase;
      font-weight: normal !important;
      margin: 0 0 22px 0;
      color: #3b3d3f; }
      .body-ozan.et_bloom.page-newsletter .content h2:before, .body-ozan.et_bloom.page-newsletter .content h2:after,
      .body-ozan.et_bloom.page-newsletter .content .et_bloom_optin_7 .et_bloom_form_container h2:before,
      .body-ozan.et_bloom.page-newsletter .content .et_bloom_optin_7 .et_bloom_form_container h2:after {
        display: none; }
    .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_text {
      padding: 125px 125px 0 0;
      display: block;
      margin-left: 525px; }
      .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_text p {
        font-size: 1.5625rem !important;
        line-height: 2.25rem !important;
        text-align: left !important;
        font-family: "benton-sans", sans-serif !important; }
    .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content {
      margin: 0;
      overflow: hidden;
      padding: 0 !important;
      background-color: transparent !important; }
      .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked {
        margin: 0 auto auto 545px !important;
        text-align: left;
        max-width: 100%; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group {
          min-width: 345px;
          display: inline-block;
          margin-right: 4px;
          float: none; }
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group input,
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group textarea,
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group #mc_embed_signup .mc-field-group input,
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .af-body input.text,
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group select,
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="checkbox"] + label i,
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="radio"] + label i {
            background-color: transparent;
            border-radius: 0 !important;
            border: 1px solid rgba(0, 0, 0, 0.8) !important;
            color: #3b3d3f !important;
            padding: 7px 8px !important;
            height: auto;
            width: 100%;
            float: none; }
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group input:focus,
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group textarea:focus,
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group #mc_embed_signup .mc-field-group input:focus,
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .af-body input.text:focus,
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group select:focus,
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="checkbox"] + label i:focus,
            .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="radio"] + label i:focus {
              box-shadow: none !important;
              background-color: transparent !important;
              padding: 7px 8px !important; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: rgba(0, 0, 0, 0.5) !important;
          font-family: "benton-sans", sans-serif !important;
          opacity: 1;
          /* Firefox */ }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: rgba(0, 0, 0, 0.5) !important;
          font-family: "benton-sans", sans-serif !important; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: rgba(0, 0, 0, 0.5) !important;
          font-family: "benton-sans", sans-serif !important; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_subscribe_button {
          position: relative;
          display: inline-block;
          width: auto;
          border-radius: 0 !important;
          z-index: 1;
          float: none;
          padding: 15px;
          height: auto; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked form {
          margin-bottom: 0; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked br {
          display: none; }
        .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .et_bloom_form_footer {
          padding: 7px 0 0 0;
          text-align: left;
          font-size: 0.875rem;
          line-height: 1.9375rem;
          margin-left: -.5em;
          font-family: "benton-sans", sans-serif;
          color: #3b3d3f; }
          .body-ozan.et_bloom.page-newsletter .content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .et_bloom_form_footer img {
            display: none; }
.body-ozan.et_bloom .pum-overlay .pum-container {
  background-color: transparent;
  padding: 0; }
.body-ozan.et_bloom .pum-overlay .pum-content {
  max-width: none;
  background-color: transparent;
  padding-left: 40px;
  padding-right: 40px; }
  .body-ozan.et_bloom .pum-overlay .pum-content .pum-close {
    position: absolute;
    right: 70px;
    top: -15px;
    z-index: 9999;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: 9999px;
    padding: 0;
    background-color: transparent; }
    .body-ozan.et_bloom .pum-overlay .pum-content .pum-close:before {
      content: '';
      height: 38px;
      width: 2px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: rotate(-45deg) translate(-50%, -50%);
      transform-origin: top left; }
    .body-ozan.et_bloom .pum-overlay .pum-content .pum-close:after {
      content: '';
      height: 38px;
      width: 2px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%);
      transform-origin: top left; }
  .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container {
    background-color: transparent !important; }
    .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container .et_bloom_form_header {
      background-color: transparent !important;
      overflow: visible;
      padding: 0; }
  .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_inline_form {
    padding-bottom: 100px;
    margin: 0; }
    .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_inline_form .et_bloom_form_container {
      max-width: none !important; }
  .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_header.split img {
    position: absolute;
    margin: 0 !important;
    max-width: 375px;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 0 !important;
    left: 90px;
    top: -10px; }
  .body-ozan.et_bloom .pum-overlay .pum-content h2,
  .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_optin_7 .et_bloom_form_container h2 {
    font-family: "CervoNeue-BoldNeue", sans-serif;
    font-size: 2.8125rem !important;
    line-height: 3rem !important;
    text-transform: uppercase;
    font-weight: normal !important;
    margin: 0 0 22px 0;
    color: #ffffff; }
    .body-ozan.et_bloom .pum-overlay .pum-content h2:before, .body-ozan.et_bloom .pum-overlay .pum-content h2:after,
    .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_optin_7 .et_bloom_form_container h2:before,
    .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_optin_7 .et_bloom_form_container h2:after {
      display: none; }
  .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_text {
    padding: 120px 125px 0 12px !important;
    display: block;
    margin-left: 525px; }
    .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_text p {
      font-size: 1.5625rem !important;
      line-height: 2.25rem !important;
      text-align: left !important;
      font-family: "benton-sans", sans-serif !important;
      color: #ffffff !important;
      padding-bottom: 12px; }
  .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content {
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
    background-color: transparent !important; }
    .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked {
      margin: 0 auto auto 537px !important;
      text-align: left;
      max-width: 100%; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group {
        min-width: 345px;
        display: inline-block;
        margin-right: 7px;
        float: none; }
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group input,
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group textarea,
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group #mc_embed_signup .mc-field-group input,
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .af-body input.text,
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group select,
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="checkbox"] + label i,
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="radio"] + label i {
          background-color: transparent;
          border-radius: 0 !important;
          border: 1px solid #ffffff !important;
          color: #ffffff !important;
          padding: 7px 8px !important;
          height: auto;
          width: 100%;
          float: none; }
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group input:focus,
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group textarea:focus,
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group #mc_embed_signup .mc-field-group input:focus,
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .af-body input.text:focus,
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group select:focus,
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="checkbox"] + label i:focus,
          .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_control_group.ck_email_field_group .et_bloom_custom_field input[type="radio"] + label i:focus {
            box-shadow: none !important;
            background-color: transparent !important;
            padding: 7px 8px !important; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(255, 255, 255, 0.5) !important;
        font-family: "benton-sans", sans-serif !important;
        opacity: 1;
        /* Firefox */ }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(255, 255, 255, 0.5) !important;
        font-family: "benton-sans", sans-serif !important; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: rgba(255, 255, 255, 0.5) !important;
        font-family: "benton-sans", sans-serif !important; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .ck_subscribe_button {
        position: relative;
        display: inline-block;
        width: auto;
        border-radius: 0 !important;
        z-index: 1;
        float: none;
        padding: 15px;
        height: auto; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked form {
        margin-bottom: 0; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked br {
        display: none; }
      .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .et_bloom_form_footer {
        padding: 10px 0 0; }
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .et_bloom_form_footer img {
          display: none; }
        .body-ozan.et_bloom .pum-overlay .pum-content .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .ck_form.ck_naked .et_bloom_form_footer p {
          padding: 0;
          text-align: left;
          font-size: 0.875rem;
          line-height: 1.9375rem;
          margin-left: -.75em;
          font-family: "benton-sans", sans-serif;
          color: #ffffff; }

/* User Directory specific styles */
.body-ozan .page-directory__hero .cls-background {
  min-height: 458px;
  display: flex;
  align-items: center; }
  .body-ozan .page-directory__hero .cls-background div {
    width: 100%; }
  @media (max-width: 768px) {
    .body-ozan .page-directory__hero .cls-background {
      min-height: 256px; } }
  @media (max-width: 576px) {
    .body-ozan .page-directory__hero .cls-background {
      min-height: 180px; } }
.body-ozan .page-directory__hero h1 {
  margin-bottom: 0; }
.body-ozan .alpha-links {
  padding: 0;
  font-family: "benton-sans", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .body-ozan .alpha-links {
      justify-content: flex-start; } }
  .body-ozan .alpha-links br {
    display: none; }
  .body-ozan .alpha-links a,
  .body-ozan .alpha-links span {
    line-height: 36px;
    padding: 0 6px !important;
    text-align: center; }
    @media (max-width: 768px) {
      .body-ozan .alpha-links a,
      .body-ozan .alpha-links span {
        flex-basis: 7%;
        margin-bottom: 15px; } }
    @media (max-width: 576px) {
      .body-ozan .alpha-links a,
      .body-ozan .alpha-links span {
        flex-basis: 16%;
        margin-bottom: 0; } }
.body-ozan div.dud_total_users {
  font-family: "benton-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 4px;
  margin: 0 0 60px 0;
  color: #094d77;
  display: inline-block;
  position: relative; }
  @media (max-width: 576px) {
    .body-ozan div.dud_total_users {
      margin: 0 0 30px; } }
  .body-ozan div.dud_total_users:after {
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ea660c; }
.body-ozan #user-srch input[type=text] {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "benton-sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9375rem;
  padding: 7px 10px;
  width: 100%; }
.body-ozan ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  font-family: "benton-sans", sans-serif;
  font-weight: 400;
  opacity: 1;
  /* Firefox */ }
.body-ozan :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
  font-family: "benton-sans", sans-serif;
  font-weight: 400; }
.body-ozan ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5);
  font-family: "benton-sans", sans-serif;
  font-weight: 400; }
.body-ozan #dud_user_srch {
  text-align: right; }
  @media (max-width: 576px) {
    .body-ozan #dud_user_srch {
      margin-bottom: 0; } }
.body-ozan #dud_user_srch_submit,
.body-ozan #dud_srch_val_container button {
  background: #ea660c;
  border: none;
  border-radius: 0;
  margin: 0 0 0 20px;
  width: auto;
  min-width: 140px;
  float: left;
  height: 48px; }
  .body-ozan #dud_user_srch_submit:after,
  .body-ozan #dud_srch_val_container button:after {
    content: 'Search';
    font-family: "benton-sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
    position: relative; }
  .body-ozan #dud_user_srch_submit svg,
  .body-ozan #dud_srch_val_container button svg {
    display: none; }
  .body-ozan #dud_user_srch_submit:hover,
  .body-ozan #dud_srch_val_container button:hover {
    background: #094d77; }
.body-ozan #avatar-size {
  width: 156px;
  height: 156px; }
.body-ozan .dir-listing {
  background-color: rgba(255, 225, 215, 0.4);
  box-sizing: border-box;
  padding: 20px 48px 20px 28px;
  max-width: 878px;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  min-height: 196px; }
  .body-ozan .dir-listing br {
    display: none; }
  .body-ozan .dir-listing a {
    letter-spacing: normal; }
  .body-ozan .dir-listing .dir-listing-text p:first-of-type, .body-ozan .dir-listing .dir-listing-text p:last-of-type {
    display: none; }
  .body-ozan .dir-listing .dud_field_name {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: "benton-sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #094d77; }
    .body-ozan .dir-listing .dud_field_name b {
      font-weight: 700; }
  .body-ozan .dir-listing .dud_field_email {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-bottom: 20px; }
  .body-ozan .dir-listing .dud_line_1,
  .body-ozan .dir-listing .dud_line_2,
  .body-ozan .dir-listing .dud_line_3,
  .body-ozan .dir-listing .dud_line_4 {
    line-height: 1.7; }
    .body-ozan .dir-listing .dud_line_1 span,
    .body-ozan .dir-listing .dud_line_2 span,
    .body-ozan .dir-listing .dud_line_3 span,
    .body-ozan .dir-listing .dud_line_4 span {
      letter-spacing: normal; }
      .body-ozan .dir-listing .dud_line_1 span.dud_label,
      .body-ozan .dir-listing .dud_line_2 span.dud_label,
      .body-ozan .dir-listing .dud_line_3 span.dud_label,
      .body-ozan .dir-listing .dud_line_4 span.dud_label {
        font-family: "benton-sans", sans-serif;
        color: #094d77;
        text-transform: uppercase;
        letter-spacing: 0.0625rem; }
  .body-ozan .dir-listing ~ br {
    display: none; }

/* Bloom opt-in specific styles */
.body-ozan .fancybox-button:before, .body-ozan .fancybox-button:after {
  display: none; }

/* Newsletter opt-in specific styles */
.body-ozan #popup-box-pro-gfcr-1 *,
.body-ozan #popup-box-pro-gfcr-2 *,
.body-ozan #popup-box-pro-gfcr-3 *,
.body-ozan #popup-box-pro-gfcr-4 *,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-1,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-1,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-2,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-2,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-3,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-3,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-4,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-4,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-5,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-5,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-6,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-6,
.body-ozan #popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-7,
.body-ozan #popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_abdess-7,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-2-fluid_abdess-1,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-1,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-2,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-2,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-3,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-3,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-4,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-4,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-5,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-5,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-6,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-6,
.body-ozan #popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-7,
.body-ozan #popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_abdess-7,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-1,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-1,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-2,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-2,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-3,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-3,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-4,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-4,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-5,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-5,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-6,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-6,
.body-ozan #popup-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-7,
.body-ozan #popup-embedded-box-pro-gfcr-4 #popupally-fluid-4-fluid_abdess-7 {
  height: auto;
  width: auto;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto; }
.body-ozan #popup-box-pro-gfcr-1.popupally-pro-opened-pro-gfcr-1,
.body-ozan #popup-box-pro-gfcr-2.popupally-pro-opened-pro-gfcr-2,
.body-ozan #popup-box-pro-gfcr-3.popupally-pro-opened-pro-gfcr-3,
.body-ozan #popup-box-pro-gfcr-4.popupally-pro-opened-pro-gfcr-4{
  background-color: rgba(10, 10, 10, 0.85); }
.body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-1 .popupally-pro-outer-embedded-1-fluid_abdess,
.body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-2 .popupally-pro-outer-embedded-2-fluid_abdess,
.body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-3-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-3 .popupally-pro-outer-embedded-3-fluid_abdess,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-4-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-4 .popupally-pro-outer-embedded-4-fluid_abdess{
  height: 100%;
  width: 100%; }
.body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess,
.body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess,
.body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-3-fluid_abdess,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess,
.body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess{
  height: 100%;
  width: 100%;
  top: 0; }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close{
    position: absolute;
    right: 227px;
    top: 115px;
    z-index: 9999;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: 9999px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    background-image: none; }
    @media (max-width: 1024px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .popupally-pro-close,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close,
		.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close,
		.body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close{
        right: 15px;
        top: 25px; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close:before,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close:before,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close:before,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close:before,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .popupally-pro-close:before,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close:before,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close:before,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close:before{
      content: '';
      height: 38px;
      width: 2px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: rotate(-45deg) translate(-50%, -50%);
      transform-origin: top left; }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close:after,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .popupally-pro-close:after,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close:after,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close:after,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .popupally-pro-close:after,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .popupally-pro-close:after,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close:after,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .popupally-pro-close:after{
      content: '';
      height: 38px;
      width: 2px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%);
      transform-origin: top left; }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess form,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess form,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess form,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess form,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess form,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess form,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess form,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess form{
    max-width: 70%;
    margin: 0 auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 115px 0;
    position: relative;
    text-align: left; }
    @media (max-width: 1366px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess form,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess form,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess form,
		 .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess form{
        max-width: 80%; } }
    @media (max-width: 1024px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess form,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess form,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess form,
		.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess form,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess form{
        max-width: 95%; } }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .popupally-fluid-content-element,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .popupally-fluid-content-element,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .popupally-fluid-content-element,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .popupally-fluid-content-element,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .popupally-fluid-content-element,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .popupally-fluid-content-element,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .popupally-fluid-content-element,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .popupally-fluid-content-element{
    margin-left: 45%; }
    @media (max-width: 768px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .popupally-fluid-content-element,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .popupally-fluid-content-element,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .popupally-fluid-content-element,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .popupally-fluid-content-element,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .popupally-fluid-content-element,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .popupally-fluid-content-element,
		.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .popupally-fluid-content-element,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .popupally-fluid-content-element{
        margin-left: 0; } }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess #popupally-fluid-4-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-2,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-2{
    margin-left: 15px; }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4 ,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4 {
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: "benton-sans", sans-serif;
    font-size: 1rem;
    line-height: 1;
    padding: 7px 10px;
    height: 48px;
    width: 345px;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4:focus{
      background-color: transparent;
      box-shadow: none; }
    @media (max-width: 576px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
		.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-4,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-4{
        display: block;
        width: 100%; } }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6{
    position: relative;
    z-index: 1;
    display: inline-block;
    height: auto;
    padding: 16px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05375rem;
    white-space: nowrap;
    background-color: #ea660c;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: "benton-sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease;
    border-radius: 0; }
    @media (max-width: 1024px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
		.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6{
        font-size: 1.0107rem; } }
    @media (max-width: 576px) {
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
		.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6,
      .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6{
        font-size: 1rem;
        min-width: 160px;
        display: block;
        margin: 20px auto; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:hover,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:hover {
      color: #ffffff;
      border: none;
      background-color: #094d77;
      opacity: 1; }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-2-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-3-fluid_abdess-6:focus,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess #popupally-fluid-4-fluid_abdess-6:focus{
      color: #ffffff;
      border: none; }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess ::placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess ::placeholder,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess ::placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess ::placeholder,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess ::placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess ::placeholder,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess ::placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess ::placeholder{
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    font-family: "benton-sans", sans-serif;
    opacity: 1;
    /* Firefox */ }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess :-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess :-ms-input-placeholder,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess :-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess :-ms-input-placeholder,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess :-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess :-ms-input-placeholder,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess :-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess :-ms-input-placeholder{
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
    font-family: "benton-sans", sans-serif; }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess ::-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess ::-ms-input-placeholder,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess ::-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess ::-ms-input-placeholder,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess ::-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess ::-ms-input-placeholder,
 .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess ::-ms-input-placeholder,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess ::-ms-input-placeholder{
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.5);
    font-family: "benton-sans", sans-serif; }
  .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin,
  .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin,
  .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin,
  .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin,
  .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin,
  .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin,
 .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin,
  .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin{
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    margin: 0 auto;
    position: relative; }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__left,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__left,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__left,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__left,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left{
      text-align: left;
      padding-right: 0;
      position: absolute;
      top: -80px; }
      @media (max-width: 768px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__left,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__left,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__left,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__left,
		   .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__left,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__left{
          position: relative;
          top: auto;
          text-align: center; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__image,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__image,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__image,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__image,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__image{
      max-width: 375px;
      width: 100%; }
      @media (max-width: 768px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__image{
          max-width: 260px; } }
      @media (max-width: 576px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__image,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__image,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__image{
          max-width: 187px;
          margin-top: 75px; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__sub-title,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__sub-title,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__sub-title,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title,
 .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__sub-title,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__sub-title{
      font-family: "CervoNeue-BoldNeue", sans-serif;
      font-size: 2rem;
      line-height: 1;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0 0 22px 0;
      color: #ffffff;
      display: block; }
      @media (max-width: 576px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__sub-title,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__sub-title,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__sub-title,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__sub-title,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__sub-title{
          font-size: 2.109375rem;
          line-height: 2.25rem; }
          .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__sub-title span,
          .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__sub-title span,
          .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title span,
          .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title span,
          .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__sub-title span,
          .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__sub-title span,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__sub-title span,
          .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__sub-title span{
            display: block;
            margin: 0 0 0 10px; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__title,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__title,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__title,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title,
 .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__title,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__title{
      font-family: "CervoNeue-BoldNeue", sans-serif;
      font-size: 2.8125rem;
      line-height: 3rem;
      text-transform: uppercase;
      font-weight: normal;
      margin: 55px 0 22px 0;
      color: #ffffff;
      display: block; }
      @media (max-width: 576px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__title,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__title,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__title,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__title,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__title{
          font-size: 2.109375rem;
          line-height: 2.25rem; }
          .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__title span,
          .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__title span,
          .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title span,
          .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title span,
          .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__title span,
          .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__title span,
		   .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__title span,
          .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__title span{
            display: block;
            margin: 0 0 0 10px; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__text,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__text,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__text,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__text,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__text,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__text,
 .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__text,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__text{
      font-size: 1.5625rem;
      line-height: 2.25rem;
      text-align: left;
      font-family: "benton-sans", sans-serif;
      color: #ffffff;
      margin-bottom: 18px; }
      @media (max-width: 576px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__text,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__text,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__text,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__text,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__text,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__text,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__text,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__text{
          font-size: 1.125rem;
          line-height: 1.5rem; } }
    .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__notice,
    .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__notice,
    .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__notice,
    .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__notice,
    .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__notice,
    .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__notice,
.body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__notice,
    .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__notice{
      font-family: "benton-sans", sans-serif;
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 1.9375rem;
      margin: 20px 0; }
      @media (max-width: 576px) {
        .body-ozan #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__notice,
        .body-ozan #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_abdess .newsletter-optin__notice,
        .body-ozan #popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__notice,
        .body-ozan #popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__notice,
        .body-ozan #popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_abdess .newsletter-optin__notice,
        .body-ozan #popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-2-fluid_abdess .newsletter-optin__notice,
		  .body-ozan #popup-box-pro-gfcr-4 .popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__notice,
        .body-ozan #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-full-width-4-fluid_abdess .newsletter-optin__notice{
          line-height: 1; } }
.body-ozan .pum-theme-9930 .pum-container, .body-ozan .pum-theme-default-theme .pum-container {
  background-color: transparent; }
.body-ozan .pum-container.pum-responsive {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-bottom: 0 !important;
  box-shadow: none; }
  @media (max-width: 576px) {
    .body-ozan .pum-container.pum-responsive {
      top: auto !important;
      transform: none !important; } }
  .body-ozan .pum-container.pum-responsive .pum-close {
    position: absolute;
    right: 70px;
    top: -15px;
    z-index: 9999;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: 9999px;
    padding: 0;
    background-color: transparent;
    box-shadow: none; }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .pum-close {
        right: 15px;
        top: 25px; } }
    .body-ozan .pum-container.pum-responsive .pum-close:before {
      content: '';
      height: 38px;
      width: 2px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: rotate(-45deg) translate(-50%, -50%);
      transform-origin: top left; }
    .body-ozan .pum-container.pum-responsive .pum-close:after {
      content: '';
      height: 38px;
      width: 2px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%);
      transform-origin: top left; }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__left {
    text-align: right;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__left {
        padding-right: 0;
        text-align: center; } }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__image {
    max-width: 375px;
    width: 100%; }
    @media (max-width: 768px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__image {
        max-width: 260px; } }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__image {
        max-width: 187px;
        margin-top: 75px; } }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__right {
    padding: 120px 70px 0 30px; }
    @media (max-width: 1366px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__right {
        padding: 120px 70px 0 0; } }
    @media (max-width: 1024px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__right {
        padding: 60px 40px 0 0; } }
    @media (max-width: 768px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__right {
        padding: 60px 0 0; } }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__right {
        padding: 30px 0 0; } }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__sub-title {
    font-family: "CervoNeue-BoldNeue", sans-serif;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 22px 0;
    color: #ffffff;
    display: block; }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__sub-title {
        font-size: 2.109375rem;
        line-height: 2.25rem; }
        .body-ozan .pum-container.pum-responsive .newsletter-optin__sub-title span {
          display: block;
          margin: 0 0 0 10px; } }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__title {
    font-family: "CervoNeue-BoldNeue", sans-serif;
    font-size: 2.8125rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 22px 0;
    color: #ffffff;
    display: block; }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__title {
        font-size: 2.109375rem;
        line-height: 2.25rem; }
        .body-ozan .pum-container.pum-responsive .newsletter-optin__title span {
          display: block;
          margin: 0 0 0 10px; } }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__text {
    font-size: 1.5625rem;
    line-height: 2.25rem;
    text-align: left;
    font-family: "benton-sans", sans-serif;
    color: #ffffff;
    margin-bottom: 18px; }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__text {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper {
    margin: 0; }
    .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_anchor {
      height: 0;
      width: 0;
      visibility: hidden;
      display: none; }
      .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_anchor.focus-visible {
        outline: none;
        visibility: hidden; }
    .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body {
      display: inline-block;
      width: 347px;
      padding: 0;
      vertical-align: top;
      margin-right: 10px; }
      @media (max-width: 1440px) {
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body {
          width: 60%; } }
      @media (max-width: 1024px) {
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body {
          width: 50%; } }
      @media (max-width: 768px) {
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body {
          width: 60%; } }
      @media (max-width: 576px) {
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body {
          width: 100%;
          margin: 0 0 20px 0; } }
      .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body .top_label div.ginput_container {
        margin-top: 0; }
      .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield {
        margin: 0;
        padding: 0; }
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          margin-top: 0;
          margin-bottom: 0;
          background-color: transparent;
          border: 1px solid #ffffff;
          color: #ffffff;
          font-family: "benton-sans", sans-serif;
          font-size: 1rem;
          line-height: 1;
          padding: 7px 10px;
          width: 100%; }
          .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
            background-color: transparent;
            box-shadow: none; }
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #ffffff;
          font-family: "benton-sans", sans-serif;
          opacity: 1;
          /* Firefox */ }
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: rgba(255, 255, 255, 0.5);
          font-family: "benton-sans", sans-serif; }
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: rgba(255, 255, 255, 0.5);
          font-family: "benton-sans", sans-serif; }
    .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_footer {
      display: inline-block;
      padding: 0;
      clear: none;
      width: auto;
      vertical-align: top;
      margin: 0 0 0 -2px; }
      @media (max-width: 576px) {
        .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .gform_footer {
          margin: 0 auto 40px;
          display: block;
          text-align: center; } }
    .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper div.validation_error {
      color: #ff0000;
      font-size: 1rem;
      font-family: "benton-sans", sans-serif;
      line-height: 1.5rem;
      font-weight: 700;
      margin-bottom: 25px;
      border-top: 2px solid #ff0000;
      border-bottom: 2px solid #ff0000;
      padding: 10px 0;
      clear: both;
      width: 100%;
      text-align: center;
      letter-spacing: 0.07125rem; }
    .body-ozan .pum-container.pum-responsive .newsletter-optin__form .gform_wrapper .validation_message {
      font-size: 1rem;
      font-family: "benton-sans", sans-serif;
      line-height: 1.5rem;
      color: #ff0000;
      padding: 2px 10px; }
  .body-ozan .pum-container.pum-responsive .newsletter-optin__notice {
    font-family: "benton-sans", sans-serif;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.9375rem;
    margin: 20px 0; }
    @media (max-width: 576px) {
      .body-ozan .pum-container.pum-responsive .newsletter-optin__notice {
        line-height: 1; } }
.body-ozan .newsletter-optin__left {
  text-align: right;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .body-ozan .newsletter-optin__left {
      padding-right: 0;
      text-align: center; } }
.body-ozan .newsletter-optin__image {
  max-width: 375px;
  width: 100%; }
  @media (max-width: 768px) {
    .body-ozan .newsletter-optin__image {
      max-width: 260px; } }
  @media (max-width: 576px) {
    .body-ozan .newsletter-optin__image {
      max-width: 187px; } }
.body-ozan .newsletter-optin__right {
  padding: 120px 70px 0 30px; }
  @media (max-width: 1366px) {
    .body-ozan .newsletter-optin__right {
      padding: 120px 70px 0 0; } }
  @media (max-width: 1024px) {
    .body-ozan .newsletter-optin__right {
      padding: 60px 40px 0 0; } }
  @media (max-width: 768px) {
    .body-ozan .newsletter-optin__right {
      padding: 60px 0 0; } }
  @media (max-width: 576px) {
    .body-ozan .newsletter-optin__right {
      padding: 30px 0 0; } }
.body-ozan .newsletter-optin__sub-title {
  font-family: "CervoNeue-BoldNeue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 22px 0;
  color: #000000;
  display: block; }
  @media (max-width: 576px) {
    .body-ozan .newsletter-optin__sub-title {
      font-size: 2.109375rem;
      line-height: 2.25rem; }
      .body-ozan .newsletter-optin__sub-title span {
        display: block;
        margin: 0 0 0 10px; } }
.body-ozan .newsletter-optin__title {
  font-family: "CervoNeue-BoldNeue", sans-serif;
  font-size: 2.8125rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 22px 0;
  color: #000000;
  display: block; }
  @media (max-width: 576px) {
    .body-ozan .newsletter-optin__title {
      font-size: 2.109375rem;
      line-height: 2.25rem; }
      .body-ozan .newsletter-optin__title span {
        display: block;
        margin: 0 0 0 10px; } }
.body-ozan .newsletter-optin__text {
  font-size: 1.5625rem;
  line-height: 2.25rem;
  text-align: left;
  font-family: "benton-sans", sans-serif;
  color: #000000;
  margin-bottom: 18px; }
  @media (max-width: 576px) {
    .body-ozan .newsletter-optin__text {
      font-size: 1.171875rem;
      line-height: 1.6875rem; } }
.body-ozan .newsletter-optin__form .gform_wrapper {
  margin: 0; }
  .body-ozan .newsletter-optin__form .gform_wrapper .gform_body {
    display: inline-block;
    width: 347px;
    padding: 0;
    vertical-align: top;
    margin-right: 10px; }
    @media (max-width: 1440px) {
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body {
        width: 60%; } }
    @media (max-width: 1024px) {
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body {
        width: 50%; } }
    @media (max-width: 768px) {
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body {
        width: 60%; } }
    @media (max-width: 576px) {
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body {
        width: 100%;
        margin: 0 0 20px 0; } }
    .body-ozan .newsletter-optin__form .gform_wrapper .gform_body .top_label div.ginput_container {
      margin-top: 0; }
    .body-ozan .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield {
      margin: 0;
      padding: 0; }
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        border: 1px solid #000000;
        color: #000000;
        font-family: "benton-sans", sans-serif;
        font-size: 1rem;
        line-height: 1;
        padding: 7px 10px;
        width: 100%; }
        .body-ozan .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
          background-color: transparent;
          box-shadow: none; }
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(0, 0, 0, 0.5);
        font-family: "benton-sans", sans-serif;
        opacity: 1;
        /* Firefox */ }
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(0, 0, 0, 0.5);
        font-family: "benton-sans", sans-serif; }
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_body ul.gform_fields li.gfield.hidden_label ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: rgba(0, 0, 0, 0.5);
        font-family: "benton-sans", sans-serif; }
  .body-ozan .newsletter-optin__form .gform_wrapper .gform_footer {
    display: inline-block;
    padding: 0;
    clear: none;
    width: auto;
    vertical-align: top;
    margin: 0 0 0 -2px; }
    @media (max-width: 576px) {
      .body-ozan .newsletter-optin__form .gform_wrapper .gform_footer {
        margin: 0 auto 40px;
        display: block;
        text-align: center; } }
  .body-ozan .newsletter-optin__form .gform_wrapper div.validation_error {
    color: #ff0000;
    font-size: 1rem;
    font-family: "benton-sans", sans-serif;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    padding: 10px 0;
    clear: both;
    width: 100%;
    text-align: center;
    letter-spacing: 0.07125rem; }
  .body-ozan .newsletter-optin__form .gform_wrapper .validation_message {
    font-size: 1rem;
    font-family: "benton-sans", sans-serif;
    line-height: 1.5rem;
    color: #ff0000;
    padding: 2px 10px; }
.body-ozan .newsletter-optin__notice {
  font-family: "benton-sans", sans-serif;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  margin: 20px 0; }
  @media (max-width: 576px) {
    .body-ozan .newsletter-optin__notice {
      line-height: 1; } }

/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover {
  position: relative;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: 50%; }
  .wp-block-cover p {
    color: #fff;
    line-height: 1.2;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    font-family: "CervoNeue-BoldNeue", sans-serif;
    font-size: 40px;
    font-weight: 400; }
  .wp-block-cover.has-left-content {
    justify-content: flex-start; }
    .wp-block-cover.has-left-content p {
      text-align: left; }
  .wp-block-cover.has-right-content {
    justify-content: flex-end; }
    .wp-block-cover.has-right-content p {
      text-align: right; }

.wp-block-image {
  margin: 0 0 1.5em;
  padding: 0; }
  .wp-block-image figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: #3b3d3f;
    font-size: 16px; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc((100% - 32px)/3);
    width: 30%; }
    .wp-block-gallery .blocks-gallery-item figure {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      margin: 0;
      height: 100%; }
      .wp-block-gallery .blocks-gallery-item figure figcaption {
        line-height: 1.6;
        margin: 0;
        padding: 0.5rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        color: #fff;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent); }
      .wp-block-gallery .blocks-gallery-item figure img {
        height: 100%;
        flex: 1;
        object-fit: cover;
        width: 100%; }

.wp-block-file .wp-block-file__button {
  margin-left: 25px; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    width: 100%;
    max-width: 100%; }
  .wp-block-video figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: #3b3d3f;
    font-size: 16px; }

.wp-block-button {
  margin-bottom: 25px; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin: 25px 0;
  min-height: 250px; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%; }
  .wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0;
    height: 100%; }
    .wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
      max-width: unset;
      width: 100%;
      vertical-align: middle; }
    .wp-block-media-text .wp-block-media-text__media img {
      height: auto;
      max-width: 100%;
      position: relative;
      height: 100%;
      flex: 1;
      object-fit: cover;
      width: 100%; }
  .wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%; }

.wp-block-categories, .wp-block-archives, .wp-block-latest-posts, .wp-block-categories__list {
  list-style: none;
  padding-left: 0 !important; }

.wp-block-latest-comments {
  list-style: none; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #ea660c;
    padding: 15px 0px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment img {
      float: left;
      width: 75px;
      height: 75px;
      margin-right: 20px;
      border-radius: 50%; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
      font-size: 18px;
      letter-spacing: 0.1px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
      display: block;
      letter-spacing: 0.1px;
      font-size: 14px;
      text-transform: uppercase;
      color: #3b3d3f; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
      position: relative;
      overflow: hidden; }
    .wp-block-latest-comments .wp-block-latest-comments__comment footer {
      background: transparent;
      margin: 0 0 .75em;
      padding: 0; }

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }
  .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%; }
  .wp-block-embed:before {
    content: "";
    display: block; }
  .wp-block-embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .wp-block-embed figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center; }

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