/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

@font-face {
  font-family: "franchisebold";
  src: url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/franchise-bold.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/franchise-bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/franchise-bold.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/franchise-bold.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: uncodeicon;
  src: url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/uncode-icons.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/uncode-icons.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/uncode-icons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/uncode-icons.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Fonts/uncode-icons.svg#uncodeicon") format("svg");
  font-style: normal;
  font-weight: 400;
}

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', "Sans-Serif";
  font-size: 15px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #006cff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #006cff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 

p, li, dt, dd, dl, address, label, small, pre, code {
  font-size: 15px;
  line-height: 1.75;
  margin: 18px 0 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-family: franchisebold;
  line-height: 1em;
  margin: 27px 0 0;
}
h1 {
  font-size: 35px;
  line-height: .8em;
}
h2 {
  font-size: 29px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */

.body-container a{
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86); 
}
a { 
  color: rgb(0, 0, 238);
  text-decoration: none;
}
a:hover, a:focus {
  color:rgb(0, 0, 238);
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
ul li, ol li {
  margin-top: 0;
}
ol {
  margin-left: 18px;
}
ul, ol {
  padding: 0;
}
ul, ol {
  margin: 18px 0px 0px 0px;
}
b, strong {
  font-weight: 600;
}
/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}

.custom-header-group {
  left: 0;
  right: 0;
  z-index: 1000;
  position: absolute;
  width: 100% !important;
  background-color: rgb(0, 0, 0, 0.7);
  padding: 0 33px;
  -webkit-transition: -webkit-top 0.5s ease-in-out;
  -moz-transition: -moz-top 0.5s ease-in-out;
  -o-transition: -o-top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
.custom-header-group .page-center {
  max-width: 100% !important;
}
.custom-logo-group {
  padding: 27px 36px 27px 36px;
  padding-left: 0;
}
.custom-logo img {
  max-height: 60px;
}
.header-search-section {
  background-color: rgba(20, 22, 24, 0.95) ;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.open .header-search-section {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mobile-menu-button {
  display: none;
  line-height: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 27px 36px 27px 36px;
  cursor: pointer;
  transition: .3s;
  right: 0;
}
.scroll-fixed.scroll.fixed .custom-header-group {
  top: -115px;
  -webkit-transition: -webkit-top 0.5s ease-in-out;
  -moz-transition: -moz-top 0.5s ease-in-out;
  -o-transition: -o-top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.scroll-fixed .custom-header-group {
  top: 0px;
  -webkit-transition: -webkit-top 0.5s ease-in-out;
  -moz-transition: -moz-top 0.5s ease-in-out;
  -o-transition: -o-top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.scroll-fixed.default .custom-header-group {
  top:0;
  position:fixed;
  -webkit-transition: -webkit-top 0.5s ease-in-out;
  -moz-transition: -moz-top 0.5s ease-in-out;
  -o-transition: -o-top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
.open .mobile-menu-button {
  display: inline-block;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  line-height: 20px;
}

.lines,
.lines:before,
.lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #fff;
}
.lines {
  position: relative;
}
.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
}
.lines:before {
  top: 6px;
}
.lines:after {
  top: -6px;
}
.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
  -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
}
.lines-button.x2.close .lines,
.lines-button.x2.closing .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mmb-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10001;
}
.search-container {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 3.5vh;
}
.search-container form {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  display: inline-block;
  width: 100%;
  max-width: 600px;
  max-width: 60vw;
  padding-top: 100px;
  padding-bottom: 100px;
}
.open .search-container form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.search-container-inner {
  width: 100%;
  max-width: none;
  position: relative;
}
.search-container-inner input.hs-search-field__input {
  padding: .8em 3em .8em 1.5em;
  max-width: 100%;
  background: transparent;
  -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  line-height: initial;
  border-radius: 2px;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-family: inherit;
  margin: 0;
  color: #fff;
}
.search-container-inner input.hs-search-field__input::placeholder {
  color: #fff;
  opacity: 1;
}
.search-container-inner i.fa {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
}
.search-container-inner input.hs-search-field__input:focus {
  border-color: #006cff;
  box-shadow:none;
}
.header-container {
  min-height: 114px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.body-container .page-center{
  padding:36px 36px; 
}
figure {
  margin: 10px 0;
}
figcaption {
  margin: 10px 0 0;
}
blockquote {
  margin: 10px 0;
}

/************* Case Studies ***********/

.hs-case-studies-inner-row1-group img {
  max-width: 100%;
  width: 100%;
}
.background-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.custom-case-studies-banner .background-wrapper{
  transform: translate3d(0px, 0px, 0px);
}
.hs-case-studies-inner-row1-group img:first-child {
  margin-bottom: 9px;
}
.hs-case-studies-inner-row1-group img:last-child {
  margin-bottom: 0px;
}
.hs-case-studies-inner-row1-group ul, .hs-case-studies-inner-row1-group ol {
  margin-left: 18px;
  padding: 0;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-out {
  0% {
    -o-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes btn-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes btn-ripple-in {
  100% {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 1;
  }
}
@-webkit-keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.custom-button-inner a {
  font-weight: 600;
  font-family: franchisebold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
  display: inline-block;
  border: 1px solid #5358b4;
  color: #fff;
  background-color: #5358b4;
  font-size: 18px;
  padding: 14px 40px 14px 40px;
  text-align: center;
}
.custom-button-inner.zoom-in {
  -webkit-animation-name: zoom-in;
  -moz-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.custom-button-inner a:hover {
  color: #5358b4;
  border-color: #5358b4;
  background-color: transparent;
}
.custom-button-inner a:after {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.custom-button-inner a:hover:after {
  -webkit-animation-name: btn-ripple-out;
  animation-name: btn-ripple-out;
}
.hs-case-studies-inner-row1-group ul {
  list-style: none;
}
.custom-button-group {
  margin-top: 37px;
  margin-bottom: 1px;
}
.default .custom-footer-left-section img {
  margin-bottom: 18px;
}
.default-footer .custom-footer-right-section-inner {
  max-width: 250px;
}
.custom-footer-top-group.default {
  padding-left: 34px;
  padding-right: 34px;
}
.custom-button-inner.zoom-out {
  -webkit-animation-name: zoom-out;
  -moz-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.custom-case-studies-mod {
  background-color: #141618;
}
.custom-case-studies-banner {
  position: relative;
  overflow:hidden;
}

.background-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: auto;
  -webkit-animation: kenburns 15s ease alternate forwards;
  -moz-animation: kenburns 15s ease alternate forwards;
  -o-animation: kenburns 15s ease alternate forwards;
  animation: kenburns 15s ease alternate forwards;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
}

.block-bg-overlay {
  background-color: #141618;
  opacity: 0.3;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.background-wrapper {
  height: calc(100% + 30vh);
}
.custom-case-studies-content-inner {
  padding: 180px 36px;
  position: relative;
  text-align: center;
}
.row-inner {
  padding-left: 0;
  padding-top: 114px;
  max-width: 756px;
  margin: 0 auto;
  font-family: sans-serif;
}
.row-inner h1 {
  font-size: 75px;
  color: #fff;
  margin: 0;
}
.row-inner p {
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
  margin: 9px 0 0;
}
.custom-case-studies-inner {
  width: 16.6666%;
  float: left;
  position: relative;
  background-color: #141618;
}
.custom-padding-section {
  padding-top: 100%;
}
a.pushed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-case-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.custom-case-overlay-inner {
  opacity: 0.35;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  width: 100%;
  height: 100%;
  background-color: #141618;
}
.overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay-content {
  vertical-align: bottom;
  text-align: left;
  display: table-cell;
}
.overlay-content-inner {
  padding: 36px 36px 36px 36px;
  color: #fff;
  width: 79%;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0ms !important;
  -moz-transition-delay: 0ms !important;
  -o-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
}
.overlay-content-inner h3 {
  font-size: 29px;
  margin: 9px 0 0;
  line-height:1.2;
}
.custom-case-studies-inner:hover .custom-case-overlay{
  opacity:0;
}
.custom-case-studies-inner:hover .overlay-content-inner {
  -webkit-transform: translate(0px, 36px);
  -moz-transform: translate(0px, 36px);
  -o-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
  opacity: 0;
}
@-webkit-keyframes kenburns {
  100% {
    -webkit-transform: scale(1.15);
  }
}
@-moz-keyframes kenburns {
  100% {
    -moz-transform: scale(1.15);
  }
}
@-o-keyframes kenburns {
  100% {
    -o-transform: scale(1.15);
  }
}
@keyframes kenburns {
  100% {
    transform: scale(1.15);
  }
}
a.pushed > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.custom-case-studies-inner{
  opacity:0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.custom-case-studies-inner.zoom-in.active {
  -webkit-animation-name: zoom-in;
  -moz-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hs-case-studies-page .body-container-wrapper {
  background-color: #141618;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group {
  padding: 32px 0;
  font-size: 13px;
  text-align: center;
  background-color: #1b1d26;
  color: #fff;
}
.custom-copyright p {
  font-size: 13px;
  margin: 0;
}
.custom-footer-group .page-center {
  padding: 0 36px;
  max-width: 100% !important;
}
.default-footer .custom-footer-left-section img {
  margin-bottom: 18px;
}
.custom-footer-top-group {
  padding: 72px 36px;
  background:#5358b4;
  /* background-image: url(//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/bg_2.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
.custom-footer-top-group .page-center {
  max-width: 100% !important;
}
.custom-footer-left-section {
  color: #fff;
}
.custom-footer-left-section p a {
  color: #fff;
}
.custom-footer-left-section p {
  font-size: 14px;
}
.custom-footer-right-section {
  text-align: right;
}
.custom-footer-left-section {
  width: 66.66666666666666%;
  float: left;
}
.custom-footer-right-section {
  width: 33.33333333333333%;
  float: left;
  padding-left: 72px;
}
.custom-footer-right-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}
.custom-footer-right-section-inner {
  max-width: 52%;
  float: right;
}
.custom-footer-right-section ul li {
  display: inline-block;
  width: 32.3%;
  vertical-align: top;
  margin-top: 36px;
}
.custom-footer-right-section > img {
  max-width: 282px;
}
.custom-footer-left-section img {
  max-width: 150px;
  margin-bottom: 36px;
}
.custom-footer-left-section p span {
  font-size: 12px;
}
.custom-footer-left-section p a:hover {
  color: #006cff;
}
.custom-footer-left-section p:first-of-type {
  margin-top: 0;
}
.no-banner .header-container {
  min-height: auto;
}
.custom-contact-group {
  position: relative;
  display: table;
}
.custom-contact-left {
  width: 50%;
  display: table-cell;
  position:relative;
}
.custom-contact-right {
  display: table-cell;
  width: 50%;
}
.custom-contact-right-section {
  padding: 72px;
}
.custom-contact-right-section-inner {
  max-width: 65%;
  margin: 0 auto;
}
.custom-contact-right-section-inner h3 {
  font-size: 35px;
  margin: 0;
  color: #2a295c;
  line-height: .8em;
}
.custom-contact-right-section-inner form .hs-input {
  max-width: 100%;
}
.custom-contact-right-section-inner form {
  margin-top: 36px;
}
.custom-contact-right-section-inner form .hs-form-field >label {
  margin-top: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 13px;
}
.custom-contact-right-section-inner form .hs-form-field .hs-form-required {
  color: #ff0000;
}
.custom-contact-right-section-inner form .hs-richtext p {
  color: #303133;
  margin: 18px 0px 0px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.custom-contact-right-section-inner form .hs-form-radio label {
  font-weight: normal;
  font-size: 13px;
  color: #414141;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 0 6px;
}
.custom-contact-right-section-inner form .hs-form-radio .hs-input{
  margin-bottom:0; 
}
.custom-contact-right-section-inner form .hs-submit {
  margin: 50px 0 21px;
}
.custom-contact-right-section-inner form .hs-input {
  margin-bottom: 17px;
}
.custom-contact-right-section-inner form .hs-richtext {
  margin-top: 23px;
}
.custom-contact-right-section-inner form  li.hs-form-radio {
  line-height: 20px;
}
.custom-contact-image {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
}
/********** Quiz *********/
.custom-banner-area .background-inner {
  animation: none;
  background-position: center;
}
.custom-banner-area .background-wrapper {
  transform: translate3d(0px, 0px, 0px);
}
.custom-banner-area {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
.hs-row1-filmology-quiz-group .main-content {
  max-width: 50%;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 10px;
}
.hs-row1-filmology-quiz-group .main-content h1 {
  color: #303133;
}
.hs-row1-filmology-quiz-group .main-content p {
  color: #777777;
  font-family: 'Calibri Light',sans-serif;
}
.screening-inner .hs-row1-filmology-quiz-group .main-content {
  max-width: 100%;
  padding: 0;
}
.hs-screening-page .body-container-wrapper {
  background-color: #000000;
  color: #fff;
}
.hs-row1-screening-group h2 {
  margin-top: 0;
}
.custom-button-image-group {
  overflow: hidden;
  position: relative;
  padding: 36px 0 0;
}
.custom-button-image-inner {
  width: 57%;
  float: left;
}
.custom-button-image-inner.col1 {
  width: 30%;
}
.custom-button-image-inner.col1 a {
  display: inline-block;
  font-weight: 600 ;
  font-family: franchisebold ;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #ffffff ;
  background-color: #e9168c ;
  border: 1px solid #e9168c ;
  font-size: 18px;
  border-radius: 10em ;
  position:relative;
  padding: 14px 40px 14px 40px ;
}
.custom-button-image-inner.col1 a:hover:after {
  -webkit-animation-name: btn-ripple-out;
  animation-name: btn-ripple-out;
}
.custom-button-image-inner.col1 a:hover{
  color: #e9168c ; 
  background:transparent;
}
.custom-button-image-inner.col1 a:after {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.custom-button-image-inner.col2 img {
  max-width: 264px !important;
  width: 100%;
}
.custom-button-image-inner.col2 {
  padding-left: 30px;
}
.hs-row1-col2-screening {
  padding-left: 4px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary.js-enabled {
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper>ul > li:not(:last-child) >a {
  line-height: 118px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #fff;
  font-family: franchisebold;
  padding: 0px 14px 0px 18px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a i.fa-dropdown {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: .8em;
  display: inline-block;
  text-align: right;
  padding: 0px 0px 0px 9px;
}
.fa {
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-down:before {
  content: "\f107";
}
.custom-menu-primary .hs-menu-wrapper>ul li a.search-icon .fa-search3 {
  top: 3px;
  font-size: 18px;
  width: 1em;
}
.fa-search3:before {
  content: "\e088";
}
.custom-menu-primary .hs-menu-wrapper>ul li a.search-icon {
  color: #fff;
  line-height:118px;
}
.custom-menu-primary .hs-menu-wrapper>ul li {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li.search {
  padding-left: 13px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  margin-bottom: -9px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  text-align: left;
  width: auto;
  -webkit-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  padding: 18px 18px 18px 18px;
  background-color: rgb(0, 0, 0, 0.7);
  min-width: 231px;
  margin-top: 2px;
  margin-left: 3px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-family: franchisebold;
  color: #fff;
  font-size: 18px;
  padding: 5px 9px 5px 9px;
  text-transform: uppercase;
  line-height: normal;
  opacity: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.35, 0.81, 0.41, 1), opacity 650ms cubic-bezier(0.35, 0.81, 0.41, 1);
  -moz-transition: -moz-transform 650ms cubic-bezier(0.35, 0.81, 0.41, 1), opacity 650ms cubic-bezier(0.35, 0.81, 0.41, 1);
  -o-transition: -o-transform 650ms cubic-bezier(0.35, 0.81, 0.41, 1), opacity 650ms cubic-bezier(0.35, 0.81, 0.41, 1);
  transition: transform 650ms cubic-bezier(0.35, 0.81, 0.41, 1), opacity 650ms cubic-bezier(0.35, 0.81, 0.41, 1);
}
.custom-menu-primary .hs-menu-wrapper>ul li:hover ul li a {
  opacity: 1;
  transform: translateY(0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li.active-branch > a ,
  .custom-menu-primary .hs-menu-wrapper>ul > li.active > a,
  .hs-menu-depth-2.active > a {
    /* color: rgba(255,255,255,.5); */
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a:hover {
    /* color: rgba(255,255,255,.5); */
    position:relative;
  } 

  .hs-menu-depth-1.active > a::before,
  .hs-menu-depth-1 > a:hover::before {
    content: "";
    position: absolute;
    width: calc(100% - 23px);
    height: 4px;
    background: #5358b4;
    top: 74px;
    left: 14px;
  }



  .hs-menu-depth-2.active > a::before,
  .hs-menu-depth-2 > a:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #5358b4;
    bottom: 2px;
    left: 0;
  }


  .hs-menu-depth-1:nth-last-of-type(2) > a {
    position: relative;
  }

  .hs-menu-depth-1:nth-last-of-type(2) > a::before {
    content: "";
    position: absolute;
    width: 94%;
    height: 32px;
    background: #E9570D;
    top: 42px;
    left: 5px;
    z-index: -1;
    border-radius: 43px;
  }
  .hs-menu-depth-1:nth-last-of-type(2) > a:hover::before {
    background: #5358b4;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 959px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 23px;
    right: 0;
    width: auto;
    height: auto;
    padding: 14px 31px 21px 35px;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 100% !important;
    padding: 0 !important;
    border-left: 0;
    text-align: center;
    line-height: 1.3;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:  0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 0;
  margin-top: 0;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display:block;
  max-width:500px;
  width:100% !important;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 9px 0px 18px;
}
body label{
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #414141;
  display:block;
  font-size: 13px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #006cff;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height:48px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}

input[type="radio"] ,
input[type="checkbox"] {
  width:auto !important;
}
select.hs-input, input.hs-input[type=file] {
  height: 27px;
}
/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  line-height: 12px;
  font-weight: 600 ;
  font-family: franchisebold ;
  text-align: center ;
  -webkit-font-smoothing: antialiased;
  color: #ffffff ;
  border-radius: 8px ;
  font-size: 18px ;
  padding: 14px 40px 14px 40px ;
  background-color: #5358b4 ;
  border: 1px solid #5358b4 ;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  outline:0;
  margin:0 0 20px;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul.no-list.hs-error-msgs.inputs-list label {
  font-weight: 400;
  margin-top: 0;
  font-size: 13px;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.hs-input.error {
  margin-bottom: 10px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.post-item-inner {
  position: relative;
}
.blog-listing-wrapper .post-listing .post-item {
  position: relative;
}
.custom-blog-post-banner {
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.custom-banner-content-inner h1 {
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.post-info {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 18px 0px 0px 0px;
}
.post-info a {
  color: #fff;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post-info a:hover {
  color: #006cff;
}
.post-info span {
  margin: 0px 14px 0px 14px;
  font-weight: 400;
}
.header-scrolldown {
  position: absolute !important;
  bottom: 10px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  color: #ffffff;
  left: 0;
  right: 0;
}
.custom-blog-post-banner .page-center {
  padding-top: 114px;
}
.header-scrolldown i {
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
}
.header-scrolldown a:hover i {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: .8;
}
.header-scrolldown a {
  color: #fff;
}
.section.post-body h1:first-child {
  margin-top: 0;
}
.custom-blog-listing-image {
  display: none;
}
.section.post-body img {
  margin: 0 auto;
  display: block;
}
a.custom-bookmark-btn {
  display: inline-block;
  font-weight: 600;
  font-family: franchisebold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #ffffff;
  text-align:center;
  background-color: #5358b4;
  border: 1px solid #5358b4;
  font-size: 18px;
  border-radius: 8px;
  padding: 14px 40px 14px 40px;
  margin-top: 72px;
  position:relative;
}
#hubspot-topic_data a {
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
p#hubspot-topic_data {
  text-align: left;
  margin: 35px auto 20px;
  max-width: 60%;
}
@-webkit-keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.post-info div {
  display: inline;
}
a.custom-bookmark-btn:after {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;

}

@-webkit-keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

a.custom-bookmark-btn:hover:after {
  -webkit-animation-name: btn-ripple-out;
  animation-name: btn-ripple-out;
}

a.custom-bookmark-btn:hover {
  color: #5358b4;
  border-color: #5358b4;
  background: transparent;
}
.custom-blog-post-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #141618;
  opacity: 0.65;
}
.custom-blog-post-banner *{
  position:relative; 
}
.section.post-body h2:first-child {
  margin-top: 0;
}
.section.post-body ul {
  list-style: none;
  padding: 0px 0px 0px 18px;
}
/********** Film CLub *************/

.custom-blog-post-banner.post-banner-filmclub {
  height: 100%;
  overflow: hidden;
  min-height: 589px;
}
.custom-blog-post-banner.post-banner-filmclub .custom-banner-content-inner h1 {
  font-size: 75px;
  line-height: .8em;
}
.film-club-blog .section.post-body h2:first-child{
  margin-top:0;
}
.custom-blog-post-banner.post-banner-filmclub .custom-banner-content-inner p {
  color: #fff;
  margin: 27px 0 0;
  font-size: 35px;
  font-weight: 600;
  font-family: franchisebold;
  line-height: .8em;
  text-transform: uppercase;
}
.post-banner-filmclub .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0px, 0px, 0px);
}
.custom-blog-post-banner.post-banner-filmclub .custom-banner-content {
  margin-top: 34px;
}
.custom-blog-post-banner.post-banner-filmclub .background-inner {
  position: absolute;
  animation: none;
}
.custom-blog-post-banner.post-banner-filmclub .background-wrapper .overlay {
  background-color: #141618;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.filmclub-banner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.filmclub-banner .page-center {
  overflow: hidden;
}
.breadcrumb-title {
  float: right;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 600;
}
.filmclub-banner ol.breadcrumb-header {
  padding: 0px 0px 0px 0px;
  list-style: none;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.filmclub-banner ol.breadcrumb-header > li {
  display: inline-block;
  margin-top: 0;
  font-size: 13px;
}
.filmclub-banner ol.breadcrumb-header li:not(:first-child):before {
  content: "/\00a0";
  padding: 0 2px 0 1px;
}
.film-club-blog .section.post-body h1 {
  line-height: 1.2;
}

.film-club-blog .section.post-body p {
  font-size: 18px;
  line-height: 1.75;
  margin: 36px 0px 0px 0px;
}
.custom-blog-two-image {
  width: 22.6%;
  float: left;
}

.custom-blog-two-content {
  width: 77%;
  float: left;
  padding: 0px 0px 0px 36px;
}
.custom-blog-two-col-mod {
  padding: 36px 0 0px;
}
.film-club-blog .section.post-body .custom-blog-two-content h2 {
  line-height: 1.2;
  margin-top:0;
}
.custom-blog-two-image img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 100%;
}
.custom-blog-full-width-mod {
  padding: 72px 0 0;
}
.hover-animate .custom-blog-two-content h2 a {
  color: #303133;
}
.hover-animate  .custom-blog-two-content h2 {
  font-size: 35px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.film-club-blog .section.post-body .hover-animate .custom-blog-two-content p {
  color: #777777;
  margin: 9px 0px 0px 0px;
  font-size: 15px;
  line-height: 1.75;
}
.film-club-blog .section.post-body .custom-blog-two-content a.read-more-blog {
  display: inline-block;
  font-weight: 600 ;
  font-family: franchisebold ;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px 31px 13px 31px ;
  color: rgb(85, 26, 139);
  border: 1px solid rgb(85, 26, 139);
  border-radius: 2px;
  margin: 10px 0 0;
}
.hover-animate .custom-blog-two-image {
  position: relative;
  overflow: hidden;
}
.custom-blog-two-image-padding {
  padding-top: 66.7%;
}
a.hover-animate-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.custom-blog-two-image-hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.custom-blog-two-image-hover-overlay-inner {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #141618;
}
.hover-animate .custom-blog-two-image > img {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  width: 100%;
  max-width: none;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height:100%;
  object-fit: cover;
  border-radius:4px;
}
.hover-animate .custom-blog-two-image:hover > img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.hover-animate .custom-blog-two-image:hover .custom-blog-two-image-hover-overlay {
  opacity: 1;
}
.custom-filmclub-post-form {
  padding: 72px 36px 0;
}
.custom-filmclub-post-form-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-filmclub-post-form-inner img {
  max-width: 447px;
}
.custom-filmclub-post-form-inner p {
  font-size: 1em;
  font-family: Verdana, Helvetica, sans-serif;
}
.custom-filmclub-post-form-inner form label {
  font-family: Verdana, Helvetica, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.custom-filmclub-post-form-inner h3.form-title {
  display: none;
}
.custom-filmclub-post-form-inner form .hs-form-required {
  display: inline;
  color: #c30;
  font-weight: bold;
}
.custom-filmclub-post-form-inner form a {
  color: #7f7f7f;
  text-decoration: underline;
}
.custom-filmclub-post-form-inner form .hs-input {
  border: 2px solid #ccc;
  padding: 6px;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial,Helvetica,sans-serif;
  max-width: 317px;
}
.custom-filmclub-post-form-inner form .hs-input::placeholder {
  font-style: italic;
}
.custom-filmclub-post-form-inner form .hs-button.primary {
  background-color: #eee;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid #ccc;
  font-weight: bold;
  padding: 6px 14px;
  margin: 20px 0;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  letter-spacing: 0;
}
.custom-filmclub-listing-summary {
  display: none;
}
.post-share {
  border-bottom: 1px solid #000;
  padding-top: 31px;
  padding-bottom: 23px;
  text-align: center;
  max-width: 729px;
  margin: 0 auto;
}
.blog .body-container .custom-filmclub-social-share .page-center {
  padding-top: 0;
  padding-bottom: 72px;
}
.custom-filmclub-post-form-inner form .hs-button.primary:hover {
  box-shadow: none;
  background: #fff;
}
.detail-container {
}
ul.social-icons {
  list-style: none;
  padding: 2px;
  width: auto;
  display: inline-block;
  margin: 0;
}
ul.social-icons li {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  margin-right: 0px;
  margin-left: -2px;
}
ul.social-icons li i:before {
  font-family: 'uncodeicon';
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
ul.social-icons li i{
  font-style:normal;
  color:rgb(0, 0, 0);
}
.facebook i:before {
  content: "\f09a";
}
.twitter i:before {
  content: "\f099";
}
li.googleplus i:before {
  content: "\f0d5" ;
}
li.pinterest i:before {
  content: "\f0d2" ;
}
li.linkedin i:before {
  content: "\f0e1" ;
}
li.social-xing i:before {
  content: "\f168" ;
}
li.mail i:before {
  content: "\f1d8" ;
}
ul.social-icons li:hover i:before {
  color: #2c8cc0;
}
.custom-filmclub-social-share {
  border-top: 1px solid #000;
  margin-top: 16px;
}
a.custom-purple-link {
  display: inline-block;
  font-weight: 600 ;
  font-family: franchisebold ;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 8px ;
  padding: 16px 47px;
  text-align: center;
  border: 1px solid rgb(85, 26, 139);
  color: rgb(85, 26, 139);
  position: relative;
  margin-top: 40px;
}

a.custom-purple-link:hover:after {
  -webkit-animation-name: btn-ripple-out;
  animation-name: btn-ripple-out;
}
a.custom-purple-link:after {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.custom-filmclub-recent-post {
  border-top: 1px solid #dddddd;
  margin: 20px 0 0;
}
.custom-filmclub-recent-post h3 {
  font-size: 35px;
  line-height: 1.2;
  margin: 18px 0 0;
  color: #2a295c;
}
.hs-rss-section {
  overflow: hidden;
  padding: 20px 0 0;
}
.hs-rss-item {
  width: 22.5%;
  float: left;
  margin-right: 36px;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}
.hs-rss-item:nth-child(4n) {
  margin-right: 0;
}
.rss-padding {
  padding-bottom: 100%;
}
a.rss-title-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.rss-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.rss-overlay-dark {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: #141618;
}
.custom-left-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.custom-left-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
}
.custom-left-inner h2 {
  margin: 0px 0px 0px 0px;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
}
p.rss-readmore {
  margin: 9px 0px 0px 0px;
}
p.rss-readmore a {
  color: #ffffff;
  font-weight: 600 ;
  font-family: franchisebold ;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}
.rss-inner-group img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  object-fit: cover;
  border-radius: 4px;
}
.rss-inner-group {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.hs-rss-item:hover .rss-overlay{    
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.hs-rss-item:hover .rss-inner-group img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.section.post-body iframe {
  max-width: 100%;
  width: 100%;
  margin-bottom: 45px !important;
}
.custom-blog-post-banner.post-banner-filmclub .custom-banner-content-inner {
  max-width: 741px;
  margin: 0 auto;
}
.custom-two-col-right-content {
  width: 66.66666666666666%;
  float: left;
}

.custom-two-col-right-image {
  width: 33.33333333333333%;
  float: left;
  padding: 0px 0px 0px 36px;
}

.film-club-blog .section.post-body .custom-two-col-right-content p:first-of-type {
  margin-top: 18px;
}

.custom-two-col-right-mod {
  padding: 36px 0 10px;
}
.film-club-blog .section.post-body ol {
  margin-left: 18px;
  margin-top: 36px;
}
.film-club-blog .section.post-body ol li {
  font-size: 18px;
}
.film-club-blog .section.post-body ul.icons {
  padding: 0;
}
.film-club-blog .section.post-body ul.icons li {
  font-size: 1.2em;
  margin: 5px 0px 0px 0px;
}
.film-club-blog .section.post-body ul.icons li .fa {
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 3px;
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5358b4;
}
.fa-arrow-right:before {
  content: "\f061";
}
.film-club-blog .section.post-body .custom-two-col-right-mod.advance-right p:first-of-type {
  margin-top: 0;
}
.custom-two-col-right-mod.advance-right .custom-two-col-right-content {
  width: 75%;
}
.custom-two-col-right-mod.advance-right .custom-two-col-right-image {
  width: 25%;
}
.film-club-blog .section.post-body h2 {
  margin-top: 36px;
  line-height: 1.2;
}
.blogs .custom-footer-left-section img {
  margin-bottom: 18px;
}
.blogs .custom-footer-top-group {
  padding: 72px 34px;
}
.flimclub-blog .body-container .page-center {
  padding: 0;
  max-width: 100% !important;
}
.flimclub-blog .sidebar.right {
  padding: 36px 36px 36px 36px;
  border-right: 1px solid #eaeaea;
  width:50% !important;
}
.custom-sidebar-right-filmclub-mod {
  position: relative;
  overflow: hidden;
  height: 51.5vh;
}
.custom-sidebar-right-filmclub-inner {
  height: 51.5vh;
}
.custom-sidebar-right-filmclub-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.custom-sidebar-right-filmclub-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.custom-sidebar-right-filmclub-overlay-inner {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(bottom, #141618 0%, transparent 50%) !important;
  background-image: -moz-linear-gradient(bottom, #141618 0%, transparent 50%) !important;
  background-image: -o-linear-gradient(bottom, #141618 0%, transparent 50%) !important;
  background-image: linear-gradient(to top, #141618 0%, transparent 50%) !important;
}
.custom-sidebar-right-filmclub-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  z-index: 2;
}
.custom-sidebar-right-filmclub-content-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 36px 36px;
}
.custom-sidebar-right-filmclub-content-inner h1 {
  color: #fff;
  margin: 9px 0px 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.custom-sidebar-right-filmclub-content-inner p {
  color: #fff;
}
.background-cover {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.custom-sidebar-right-filmclub-inner:hover .background-cover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.flimclub-blog .sidebar.right h3.form-title {
  font-size: 40px;
}
.flimclub-blog .sidebar.right form label {
  font-family: Verdana, Helvetica, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.flimclub-blog .sidebar.right form .hs-input {
  border: 2px solid #ccc;
  padding: 6px;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial,Helvetica,sans-serif;
  max-width: 100%;
  margin-top:5px;
}
.flimclub-blog .sidebar.right form .hs-input::placeholder {
  font-style: italic;
}
.flimclub-blog .sidebar.right form .hs-button.primary {
  background-color: #eee;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid #ccc;
  font-weight: bold;
  padding: 6px 14px;
  margin: 20px 0;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  letter-spacing: 0;
}
.flimclub-blog .sidebar.right form .hs-form-required {
  display: inline;
  color: #c30;
  font-weight: bold;
}
.flimclub-blog .sidebar.right form .hs-button.primary:hover {
  box-shadow: none;
  background: #fff;
}
.flimclub-blog .sidebar.right form a {
  color: #7f7f7f;
  text-decoration: underline;
}
.hs-filmclub-form {
  padding: 0 7px;
}

.flimclub-blog .blog-listing-wrapper .post-listing .post-item {
  width: 30.3%;
  display:inline-block;
  vertical-align:top;
  margin-right: 36px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.flimclub-blog .blog-content {
  margin-left: 0 !important;
  width: 50% !important;
  padding: 36px 36px;
}
.flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
  margin-right: 0;
}
.flimclub-blog .blog-listing-wrapper .post-listing .post-item .post-entry-section p {
  color: #777777;
}
.flimclub-blog .blog-listing-wrapper .post-listing .post-item .post-entry-section h3 a {
  color: #303133;
}
.flimclub-blog .blog-listing-wrapper .post-listing .post-item .post-entry-section h3 {
  margin: 18px 0px 0px 0px;
  font-size: 29px;
}
.flimclub-blog .blog-listing-wrapper .post-listing .post-item.first-post {
  display: none;
}
.flimclub-blog .blog-pagination {
  text-align: center;
  font-size: 15px;
  padding: 30px 0;
}
.flimclub-blog .blog-pagination-left a.prev-link{
  float: left;
  width: 54px;
}
.flimclub-blog .sidebar.right form .hs-error-msgs label {
  color: #c30;
  font-style: italic;
  display: block;
  font-weight: bold;
  padding: 0 0 0 24px;
  background-image: url(//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/error.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  line-height: 24px;
  font-family: Arial,Helvetica,sans-serif;
}

.flimclub-blog .sidebar.right form .hs-richtext p {
  margin-top: 5px;
}
.flimclub-blog .blog-pagination a {
  width: 36px;
  font-size: 12px;
  text-align: center;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #303133;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
  font-weight: 600;
  font-family: franchisebold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
}
.flimclub-blog .blog-pagination li.page-prev {
  float: left;
}

.flimclub-blog .blog-pagination ul {
  list-style: none;
  padding: 0px 0px 0px 18px;
  padding-left: 36px;
  padding-right: 36px;
}

.flimclub-blog .blog-pagination ul > li {
  display: inline-block;
}

.flimclub-blog li.page-next {
  float: right;
}
.flimclub-blog .blog-pagination a.active {
  background-color: #eeeeee;
  color: #333333;
  cursor: default;
}
.flimclub-blog .blog-pagination-right .next-link{
  float: right;
  width: auto;
}
i.fa.fa-angle-right:before {
  content: "\f105";
}
.blog-pagination .fa {
  font-size: 18px;
  margin-top: -11px;
}
.flimclub-blog .blog-pagination a:hover:not(.active) {
  color: #006cff;
}
.fa-angle-left:before {
  content: "\f104";
}
.post-item-section {
  overflow: hidden;
  position: relative;
}
.post-item-section > img {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.flimclub-blog .blog-listing-wrapper .post-listing .post-item:hover .post-item-section > img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.post-item-section > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-filmclub-listing-banner-mod video {
  object-fit: cover;
  display: block;
  width: 100%;
}
.custom-filmclub-listing-banner-mod {
  margin-top: -136px;
}
.quiz-blog-post .breadcrumb-title {
  float: left;
}
.quiz-blog-post .filmclub-banner  ol.breadcrumb-header {
  float: right;
}
.quiz-blog-post.blog .body-container .quiz-blog-inner .page-center {
  padding-top: 72px;
}
.quiz-blog-post .quiz-blog-inner .section.post-header h1 {
  margin-top: 0;
}
.quiz-blog-post .post-info {
  color: #000;
}
.quiz-blog-post .post-info a {
  color: rgb(0, 0, 238);
}
.quiz-blog-post .section.post-body {
  margin-top: 30px;
}
.quiz-blog-post .section.post-body a {
  text-decoration: underline;
}
.quiz-blog-post .section.post-body h3 {
  margin: 20px 0 20px;
}
.quiz-blog-post .post-share {
  max-width: 100%;
}
.custom-banner-area.quiz-listin-blog-banner {
  height: 59.9vh;
  text-align: center;
}
.custom-banner-area.quiz-listin-blog-banner .overlay {
  background-color: #2a295c;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.2;
}
.quiz-blog-listing .blog-pagination {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: franchisebold;
  text-transform: uppercase;
  color: #303133;
}
.quiz-blog-listing .blog-pagination a {
  color: #303133;
  display: inline-block;
  margin: 0 5px;
}
.quiz-blog-listing.blog .body-container .quiz-blog-inner .page-center {
  padding-top: 72px;
  max-width: 100%;
}
.quiz-blog-listing .blog-listing-wrapper .post-listing .post-item,
.quiz-blog-listing div.post-listing-simple .post-item{
  width: 15%;
  padding-top: 10px;
  float:left;
}
.quiz-blog-listing div.post-listing-simple .post-item h2 {
  font-size: 24px;
  line-height: 1.2;
}
.quiz-blog-listing .post-header h2 {
  font-size: 24px;
  line-height: 1.2;
}
.quiz-author-meta {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 20px;
}
.custom-left-sub-inner {
  display: table-cell;
  vertical-align: middle;
  padding:36px;
}
.quiz-author-meta img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  max-width: 100%;
}
.quiz-author-meta span {
  font-size: 12px;
  margin: 0px 0px 0px 9px;
  vertical-align: middle;
  font-weight: 600;
}
.blogs.basic-filmclub .custom-footer-top-group {
  padding: 72px 70px;
}
.blogs.basic-filmclub .custom-footer-right-section-inner {
  max-width: 30.5%;
}
.blogs.basic-filmclub .custom-footer-right-section ul li {
  width: 31%;
}
.blogs.basic-filmclub .custom-footer-left-section img {
  margin-bottom: 36px;
}
/************* Lightbox ****************/
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container iframe,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ilightbox-closedhand * {
  cursor: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/css/closedhand.cur'), default !important;
}
.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: 4px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 100003;
  top: 50% !important;
  left: 50% !important;
  margin-top: -24px;
  margin-left: -24px;
}
.ilightbox-loader div {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-loader.horizontal {
  left: 45%;
  top: 4px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-loader.horizontal div {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
  top: 5px;
  left: 0px;
  height: 25px;
  width: 100%;
}
.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
  width: 25px;
  height: 23px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}
.ilightbox-prev-button {
  -webkit-border-radius: 0px 0px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 2px 2px;
  background-clip: padding-box;
}
.ilightbox-next-button {
  -webkit-border-radius: 2px 2px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0px 0px;
  background-clip: padding-box;
}
.ilightbox-prev-button.horizontal {
  -webkit-border-radius: 0px 2px 2px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 2px 2px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 2px 2px 0px;
  background-clip: padding-box;
}
.ilightbox-next-button.horizontal {
  -webkit-border-radius: 2px 0px 0px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0px 0px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0px 0px 2px;
  background-clip: padding-box;
}
.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: hidden;
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px;
  height: 100%;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
}
.no-touch .ilightbox-thumbnails .ilightbox-thumbnails-grid {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 0px;
  position: relative;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}
.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}
.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}
.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: block !important;
  position: relative;
  left: 30px;
  right: 30px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ilightbox-holder .ilightbox-container iframe + div {
  position: absolute !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 1px;
  padding-left: 0;
  z-index: 20003;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: none;
  list-style: none;
  height: 16px;
  margin: 0 auto;
  text-align: center;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  display: inline-block;
  float: none;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/social_icons/facebook_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/social_icons/digg_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/social_icons/twitter_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/social_icons/delicious_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/social_icons/reddit_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/ilightbox/social_icons/google_plus_16.png');
}
.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.ilightbox-holder .ilightbox-wrapper .ilightbox-html {
  width: 100%;
  height: 100%;
  display: block;
}
.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  width: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px;
}
.ilightbox-button {
  position: fixed;
  z-index: 100011;
  cursor: pointer;
}
.ilightbox-button span {
  display: block;
  width: 100%;
  height: 100%;
}
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important;
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}
.ilightbox-overlay {
  background: #141618;
}
.ilightbox-loader div {
  background: transparent url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/oval-anim-dark.svg') no-repeat center;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
}
.ilightbox-holder .ilightbox-alert {
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/alert.png') no-repeat center top;
  color: #555;
}
.ilightbox-toolbar a {
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/buttons.png') no-repeat 7px 6px;
}
.ilightbox-toolbar a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.isMobile .ilightbox-toolbar a.ilightbox-close {
  position: relative;
  right: 0px;
}
.ilightbox-toolbar a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.isMobile .ilightbox-toolbar a.ilightbox-close:hover {
  background-position: 50%;
}
.ilightbox-toolbar a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #141618;
}
.ilightbox-toolbar a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
.isMobile .ilightbox-toolbar a.ilightbox-fullscreen {
  margin-left: 0px;
}
.ilightbox-toolbar a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.isMobile .ilightbox-toolbar a.ilightbox-fullscreen:hover {
  background-position: 50%;
}
.ilightbox-toolbar a.ilightbox-play {
  background-position: 8px -58px;
}
.ilightbox-toolbar a.ilightbox-play:hover {
  background-position: -32px -58px;
}
.isMobile .ilightbox-toolbar a.ilightbox-play:hover {
  background-position: 50%;
}
.ilightbox-toolbar a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar a.ilightbox-pause:hover {
  background-position: 50%;
}
.isMobile .ilightbox-toolbar {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.isMobile .ilightbox-toolbar a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar a.ilightbox-fullscreen {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/fullscreen-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/fullscreen-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar a.ilightbox-close {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/x-mark-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/x-mark-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbara.ilightbox-next-button {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-next-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar a.ilightbox-prev-button {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-prev-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar a.ilightbox-play {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/play-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/play-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar a.ilightbox-pause {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/pause-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/pause-icon-ie.png')\9;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
  color: #ffffff;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/thumb-overlay-play.png') no-repeat center;
}
.ilightbox-button.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.ilightbox-next-button,
.ilightbox-button.ilightbox-prev-button {
  bottom: 0;
  right: 0;
  left: 0;
  left: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrows_vertical.png') no-repeat 50% -125px;
}
.ilightbox-button.ilightbox-prev-button {
  top: 0;
  bottom: auto;
  background-position: 50% -36px;
}
.ilightbox-button.ilightbox-next-button.horizontal,
.ilightbox-button.ilightbox-prev-button.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrows_horizontal.png');
  background-position: -125px 50%;
}
.ilightbox-button.ilightbox-prev-button.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button,
.ilightbox-button.ilightbox-prev-button {
  background-color: #141618;
}
.ilightbox-overlay.white {
  background: #ffffff;
}
.ilightbox-loader.white div {
  background: transparent url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/oval-anim-light.svg') no-repeat center;
}
.ilightbox-holder.white .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #141618;
  text-align: center;
}
.ilightbox-holder.white .ilightbox-alert {
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/alert.png') no-repeat center top;
  color: #89949B;
}
.ilightbox-toolbar.white a {
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/buttons.png') no-repeat 7px 6px;
}
.ilightbox-toolbar.white a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #ffffff;
}
.ilightbox-toolbar.white a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
  position: relative;
  right: 0px;
}
.ilightbox-toolbar.white a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.white a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
  margin-left: 0px;
}
.ilightbox-toolbar.white a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.white a.ilightbox-play {
  background-position: 8px -58px;
}
.ilightbox-toolbar.white a.ilightbox-play:hover {
  background-position: -32px -58px;
}
.ilightbox-toolbar.white a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.white a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.white {
  background: #ffffff;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.white a,
.isMobile .ilightbox-toolbar.white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/fullscreen-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/fullscreen-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/x-mark-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/x-mark-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-next-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button.disabled {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-next-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-prev-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button.disabled {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-prev-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-play {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/play-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/play-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-pause {
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/pause-icon-64.png');
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/pause-icon-ie.png')\9;
}
.ilightbox-thumbnails.white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/thumb-overlay-play.png') no-repeat center;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}
.ilightbox-toolbar a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-button.white.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  bottom: 0;
  right: 0;
  left: 0;
  top: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrows_vertical.png') no-repeat 50% -125px;
}
.ilightbox-button.ilightbox-prev-button.white {
  top: 0;
  bottom: auto;
  background-position: 50% -36;
}
.ilightbox-button.ilightbox-next-button.white.horizontal,
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url('//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/arrows_horizontal.png');
  background-position: -125px 50%;
}
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%;
}
.ilightbox-holder.white .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  background-color: rgba(20, 22, 24, 0.25);
}
.ilightbox-overlay.metro-white {
  background: #141618;
  opacity: 0.94 !important;
}
.ilightbox-toolbar a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.ilightbox-toolbar a {
  background: url(//cdn2.hubspot.net/hubfs/2173648/Sodexo%20Filmology%20-%20August%202019%20Folder/Images/buttons.png) no-repeat 7px 6px;
}
.custom-blog-post-banner.post-banner-filmclub.lisitng-banner-blogs .background-inner {
  -webkit-animation: kenburns 15s ease alternate forwards;
  -moz-animation: kenburns 15s ease alternate forwards;
  -o-animation: kenburns 15s ease alternate forwards;
  animation: kenburns 15s ease alternate forwards;
}
.custom-blog-post-banner.post-banner-filmclub.lisitng-banner-blogs .background-wrapper .overlay {
  opacity: 0.3;
}
.custom-blog-post-banner.post-banner-filmclub.lisitng-banner-blogs .custom-banner-content-inner h1 {
  letter-spacing: -0.02em;
  line-height: 1;
}
.custom-blog-post-banner.post-banner-filmclub.lisitng-banner-blogs .custom-banner-content-inner p {
  font-size: 18px;
  line-height: 1.75;
  text-transform: none;
  font-family: sans-serif;
  font-weight: 400;
  margin: 9px 0 0;
}
.blogs-listing-page  .body-container-wrapper {
  background-color: #141618;
}
/******** Blog Listing Page **********/
.blogs-listing-page .custom-blog-topic-filter h3 {
  display: none;
}
.blogs-listing-page .custom-blog-topic-filter {
  text-align: center;
}
.blogs-listing-page .custom-blog-topic-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blogs-listing-page .custom-blog-topic-filter ul li {
  display: inline-block;
  padding: 0px 9px 29px 9px;
  line-height:normal;
}
.blogs-listing-page .custom-blog-topic-filter ul li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: 'Open Sans';
  color: #fff;
  font-size: 11px;
  line-height: 1.2em;
}
.blogs-listing-page .custom-blog-topic-filter ul li a:hover {
  color: rgba(255,255,255,.5);
}
.blogs-listing-page .custom-blog-topic-filter ul li.is-active a {
  color: rgba(255,255,255,.5);
}
.blogs-listing-page .blog-listing-wrapper .post-listing .post-item  {
  width: 33.3%;
  float: left;
  padding-right: 18px;
  margin-top: 18px;
}
.blogs-listing-page div.post-listing-simple .post-item{
  animation:none !important;
  visibility:visible !important;
}
.blogs-listing-page div.post-listing-simple .post-item .blog-all-title{
  margin: 9px 0px 0px 0px;
}
.blogs-listing-page div.post-listing-simple .post-item .blog-all-title a{

  color: #fff;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.2;
}
.blogs-listing-page .post-item-inner {
  height: 366px;
  overflow: hidden;
}
.simple-blog-list.blogs-listing-page .custom-blog-topic-filter ul {
  display: none;
}
.blogs-listing-page .post-item-inner > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blogs-listing-page .t-entry-visual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.blogs-listing-page .t-entry-visual-overlay-in.style-color-wayh-bg {
  background-color: transparent ;
  background-image: -webkit-linear-gradient(bottom, #141618 0%, transparent 50%) ;
  background-image: -moz-linear-gradient(bottom, #141618 0%, transparent 50%) ;
  background-image: -o-linear-gradient(bottom, #141618 0%, transparent 50%) ;
  background-image: linear-gradient(to top, #141618 0%, transparent 50%) ;
  width: 100%;
  height: 100%;
}
.blogs-listing-page .overlay-content-inner h2 {
  margin: 9px 0px 0px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.2;
}
.blogs-listing-page p#hubspot-topic_data {
  color: #ffffff;
  margin: 9px 0px 0px 0px;
  max-width: 100%;
  text-align: left;
}
.blogs-listing-page .overlay-content-inner h2 a {
  color: #fff;
}
.blogs-listing-page #hubspot-topic_data a {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
}
.blogs-listing-page .post-item-inner:hover .t-entry-visual-overlay {
  opacity: 0;
}
.blogs-listing-page .post-item-inner:hover  .overlay-content-inner {
  -webkit-transform: translate(0px, 36px);
  -moz-transform: translate(0px, 36px);
  -o-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
  opacity: 0;
}
.blogs-listing-page .post-item-inner:hover .background-cover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.blogs-listing-page .blog-pagination {
  padding: 20px 0;
  margin: 30px 0 0;
  text-align: center;
}
.blogs-listing-page .blog-pagination a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
  font-family: franchisebold;
  text-transform: uppercase;
}
.custom-blog-post-banner .background-inner {
  animation: none;
  height: 130%;
  height: calc(100% + 30vh);
  will-change: transform;
  position: absolute;

  transform: translate3d(0px, 0px, 0px);
}
.custom-blog-post-banner .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
}
.custom-blog-post-banner .background-wrapper .overlay {
  background-color: #141618;
  opacity: 0.65;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
  display: none;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
a#back-to-top {
  color: #fff;
  background-color: #303133;
  border-color: #303133;
  border-radius: 2px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: relative;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  position:fixed;
  right: 22px;
  bottom: 61px;
  text-align: center;
}
a#back-to-top i {
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size:14px;
}
.fa-angle-up:before {
  content: "\f106";
}
.custom-contact-right-section-inner form select.hs-input {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center right;
  height: 27px;
}
.hs_filmology_opt_in_to_receive_updates ul.inputs-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-contact-right-section-inner form .hs-input.error {
  margin-bottom: 6px;
}
.hs-row1-filmology-quiz-group {
  padding-top: 9px;
}
.screening-inner .custom-banner-area {
  height: 49.8vh;
}
.screening-inner .hs-row1-filmology-quiz-group h1:not(:first-child) {
  margin-top: 30px;
}
/*********** Home Page Style ************/

.hs-home-page-layout .header-container {
  min-height: 0 !important;
}
.custom-home-slider .hs_cos_gallery_slide {
  margin: 0 !important;
  height: 100vh;
  display: flex;
  background-color: #141618;
  width: 100%;
}
.custom-home-slider .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.custom-home-slider .slick-slide-inner-wrapper {
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.custom-home-slider .slick-slide-inner-wrapper .custom-slider-bg-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.custom-home-slider .custom-slider-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.custom-home-slider .caption {
  width: 100% !important;
  text-align: center !important;
  position: relative;
  z-index: 2;
  padding: 36px;
  margin-top: 114px;
}
.custom-home-slider .custom-slider-bg-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #141618;
  opacity: 0.1;
}
.custom-home-slider .caption h2 {
  margin: 0;
  font-family: franchisebold;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 600;
  font-size: 125px;
  color: #fff;
}
.quiz-blog-inner {
  padding-bottom: 30px;
}
.custom-home-slider .caption h5 {
  margin-top: 22px;
  font-family: franchisebold;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  padding-bottom: 40px;
}
.custom-arrow-btn {
  margin-top: 18px;
  border-width: 1px;
  text-align: center;
  display: inline-block;
  font-family: uncodeicon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  border: 1px solid silver;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -o-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  border-radius: 2.5em;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
  outline: none;
  opacity:0;
  margin-bottom: 3px;
}
.fa-arrow-down2:before {
  content: "\e0c5";
}
.custom-home-slider .caption a.custom-arrow-btn:hover {
  background-color: #fff;
}
.custom-home-slider ul.slick-dots {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -moz-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -o-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  background: transparent;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: easein;
  -moz-animation-timing-function: easein;
  -o-animation-timing-function: easein;
  animation-timing-function: easein;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  bottom: 0;
  padding: 9px 9px 9px 9px;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 9px;
  padding-bottom: 18px;
  opacity: 1;
}
.custom-home-slider ul.slick-dots li {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
}
.custom-home-slider ul.slick-dots li button {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
}
.custom-home-slider ul.slick-dots li button:before {
  content: none;
}
.custom-home-slider ul.slick-dots li.slick-active button, .custom-home-slider ul.slick-dots li button:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.scrolldown {
  color: #777777;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
}
.scrolldown .fa {
  font-size: 24px;
  cursor: pointer;
  color: #ffffff;
}
/* Top to bottom keyframes */
@-webkit-keyframes anim_ttb {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_ttb {
  0% {
    -moz-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_ttb {
  0% {
    -o-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_ttb {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@-webkit-keyframes anim_btt {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_btt {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_btt {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Left to right keyframes */
@-webkit-keyframes anim_ltr {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_ltr {
  0% {
    -moz-transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_ltr {
  0% {
    -o-transform: translate3d(-100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_ltr {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Right to left keyframes */
@-webkit-keyframes anim_rtl {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_rtl {
  0% {
    -moz-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_rtl {
  0% {
    -o-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_rtl {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Appear from center in keyframes */
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Appear from center out keyframes */
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-out {
  0% {
    -o-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Disappear from center keyframes */
@-webkit-keyframes zoom-reverse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes zoom-reverse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
}
@-o-keyframes zoom-reverse {
  0% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes zoom-reverse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
/* Alpha keyframes */
@-webkit-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Ken Burns*/
@-webkit-keyframes kenburns {
  100% {
    -webkit-transform: scale(1.15);
  }
}
@-moz-keyframes kenburns {
  100% {
    -moz-transform: scale(1.15);
  }
}
@-o-keyframes kenburns {
  100% {
    -o-transform: scale(1.15);
  }
}
@keyframes kenburns {
  100% {
    transform: scale(1.15);
  }
}
.custom-home-slider .slick-arrow {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 50%;
  color: #ffffff;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: easein;
  -moz-animation-timing-function: easein;
  -o-animation-timing-function: easein;
  animation-timing-function: easein;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: auto;
  height: auto;
  transform: none;
  padding-top: 57px;
  overflow:hidden;
}
.page-loaded .custom-home-slider .slick-arrow {
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
}
.custom-home-slider .slick-arrow:before {
  content:none;
}
.slick-arrow-inner {
  position: relative;
  cursor: pointer;
  text-align: center;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  width: 90px;
  height: 100px;
  top: -41px;
  background: none !important;
  filter: none;
  right: -3px;
  text-align: center;
}
#hs-pwd-widget-password{
  margin-top:10px !important; 
}
.slick-arrow-inner .fa {
  width: 1.28571429em;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 26px;
  top: 34px;
  display: block;
  margin: 0 auto;
}
.custom-home-slider .slick-arrow.slick-next .fa {
  text-indent: 1px;
}
.custom-home-slider .slick-arrow.slick-prev .fa {
  text-indent: -1px;
}
.page-loaded .custom-home-slider .slick-arrow.slick-prev .slick-arrow-inner {
  right: auto;
  left: -3px;
}
.custom-home-slider .slick-arrow.slick-prev:hover .slick-arrow-inner i {
  opacity: .6;
  -webkit-transform: translateX(-5px) scale(0.9);
  -moz-transform: translateX(-5px) scale(0.9);
  -o-transform: translateX(-5px) scale(0.9);
  -ms-transform: translateX(-5px) scale(0.9);
  transform: translateX(-5px) scale(0.9);
}
.custom-home-slider .slick-arrow.slick-prev:hover .slick-arrow-inner i {
  opacity: .6;
  -webkit-transform: translateX(-5px) scale(0.9);
  -moz-transform: translateX(-5px) scale(0.9);
  -o-transform: translateX(-5px) scale(0.9);
  -ms-transform: translateX(-5px) scale(0.9);
  transform: translateX(-5px) scale(0.9);
  display: block;
  margin: 0 auto;
}
.custom-home-slider .slick-arrow.slick-next:hover .slick-arrow-inner i {
  opacity: .6;
  -webkit-transform: translateX(5px) scale(0.9);
  -moz-transform: translateX(5px) scale(0.9);
  -o-transform: translateX(5px) scale(0.9);
  -ms-transform: translateX(5px) scale(0.9);
  transform: translateX(5px) scale(0.9);
}
.hs-home-layout-row-1 {
  padding: 108px 36px;
  text-align: center;
}
.hs-home-layout-row-1 .page-center {
  max-width: 900px !important;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  padding: 0;
}
.hs-home-layout-row-1 h2 {
  color: #141618;
  font-family: franchisebold;
  font-weight: 700;
  font-size: 75px;
  margin: 0;
  line-height: .8em;
  position: relative;
  margin-bottom: 36px;
}
.hs-home-layout-row-1 h2:after {
  content: "";
  display: block;
  max-width: 90px;
  margin: 0 auto;
  height: 2px;
  background: #006cff;
  margin-top: 36px;
}
.hs-home-layout-row-1 p {
  color: #777;
}

.custom-img-with-hover-content-md {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item {
  width: 50%;
  float: left;
  position:relative;
}
.custom-img-with-hover-content-md .item-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.custom-img-with-hover-content-item-inner2 {
  height: 100%;
}
.item-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  background-color: #333;
}
.custom-img-with-hover-content-item-content-holder-inner {
  padding: 36px 36px 36px 36px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
  z-index: 5;
}
.custom-img-with-hover-content-item-content-holder {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height:480px;
}
.custom-img-with-hover-content-md h2 {
  color: #ffffff;
  font-family: franchisebold;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.custom-img-with-hover-content-md h2 a {
  color: #ffffff;
  text-decoration: none;
}
.custom-img-with-hover-content-md .title-bottom-content {
  margin: 9px 0px 0px 0px;
  position: relative;
  padding: 36px;
}
.custom-img-with-hover-content-md p {
  margin: 0;
  color: #fff;
}
.btn-container {
  position: relative;
  margin-top: 36px;
}
.btn-container .custom-btn {
  outline: none;
  white-space: pre-wrap;
  -webkit-text-stroke: 0px;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  display: inline-block;
  padding: 14px 40px 14px 40px;
  border-radius: 8px;
  font-size: 18px;
  color: #ffffff;
  background-color: #5358b4;
  border-color: #5358b4;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
  font-weight: 600;
  font-family: franchisebold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-width: 1px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.btn-container .custom-btn:after {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.btn-container .custom-btn:hover:after {
  -webkit-animation-name: btn-ripple-out;
  animation-name: btn-ripple-out;
}
/* Ripple Out */
@-webkit-keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes btn-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes btn-ripple-in {
  100% {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 1;
  }
}
.btn-container .custom-btn:hover {
  color: #5358b4;
  background-color: transparent !important;
  border-color: #5358b4 !important;
}
.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.img-overlay-inner {
  background-color: #141618;
  color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner:hover .item-bg-img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner:hover .img-overlay {
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner:hover .custom-img-with-hover-content-item-content-holder-inner {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.custom-content-with-top-img-icon-md {
  background-color: #5358b4;
  position: relative;
  color: #fff;
  text-align: center;
}
.custom-content-with-top-img-icon-grid {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: auto;
  margin-left: -36px;
  min-width: 100%;
}
.custom-content-with-top-img-icon-grid .custom-content-with-top-img-icon-item {
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 0px 0px 0px 36px;
  font-size: 14px;
  vertical-align: top;
}
.custom-content-with-top-img-icon-md .caption-holder p {
  margin-top: 9px;
  color: #fff;
  font-family: sans-serif;
}
.custom-content-with-top-img-icon-md .caption-holder p span {
  font-family: 'Open Sans';
}
.custom-full-width-bg-img-with-content-md {
  background-color: #101213;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 108px 36px;
  text-align: center;
  color: #fff;
}
.custom-full-width-bg-img-with-content-md .section-container {
  max-width: 900px;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}
.custom-full-width-bg-img-with-content-md h2 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  line-height: 1em;
}
.custom-logo-slider-md-wrapper {
  background-color: #101213;
  position: relative;
}
.custom-logo-slider-md-wrapper .page-center {
  padding: 72px 36px !important;
}

.custom-logo-slider-md-wrapper_white {
  background-color: #ffffff;
  position: relative;
}
.custom-logo-slider-md-wrapper_white .page-center {
  padding: 72px 36px !important;
}


.custom-logo-slider.slick-slider {
  margin: 0;
  padding: 0;
}
.custom-logo-slider .slick-arrow {
  display: none !important;
}
.custom-logo-slider .custom-logo-slider-item .custom-logo-slider-item-inner {
  padding-right: 18px;
}
.custom-logo-slider .slick-list.draggable {
  margin-right: -18px;
}
.custom-logo-slider * {
  outline: none;
}
.custom-top-img-icon-with-caption-md-wrapper {
  background-color: #1b1d1f;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 108px 72px;
}
.custom-top-img-icon-with-caption-md-wrapper .page-center {
  padding: 0 !important;
  max-width: 80% !important;
  text-align: center;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}
.custom-top-img-icon-with-caption-item-grid {
  min-width: 100%;
  width: auto;
  position: relative;
  display: table;
  table-layout: fixed;
  margin-left: -72px;
  margin-bottom: -1px;
}
.custom-top-img-icon-with-caption-item-grid .custom-top-img-icon-with-caption-item {
  position: relative;
  width: 25%;
  font-size: 14px;
  vertical-align: top;
  padding-left: 72px;
  display: table-cell;
}
.custom-top-img-icon-with-caption-md-wrapper .img_icon-title {
  margin: 36px 0px 0px 0px;
  color: #fff;
  font-family: sans-serif;
}
.custom-top-img-icon-with-caption-md-wrapper .img_icon-title h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  margin: 0;
}
.custom-top-img-icon-with-caption-md-wrapper .cap {
  margin-top: 36px;
  color: #fff;
  font-family: sans-serif;
}
.custom-top-img-icon-with-caption-md-wrapper .cap p {
  line-height: 1.5;
  margin: 0;
  font-family: sans-serif;
}
.custom-top-img-icon-with-caption-md-wrapper .cap p span {
  font-family: 'Open Sans';
}
.custom-recent-post-slider-md-wrapper {
  padding: 36px 36px 72px;
  background: #eaeaea;
}
.custom-recent-post-slider-header {
  text-align: center;
  font-family: sans-serif;
  margin-top: 36px;
  margin-bottom: 36px;
}
.custom-recent-post-slider-header h2 {
  margin: 0;
  font-family: franchisebold!important;
  text-transform: uppercase!important;
  line-height: 1em;
  font-weight: 700;
  font-size: 75px;
}
.custom-recent-post-slider {
  max-width: 90%;
  margin: 0 auto;
}
.custom-recent-post-slider .slick-list.draggable {
  margin-right: -18px;
  margin-bottom: 54px;
}
.custom-recent-post-slider .custom-recent-post-slider-item {
  float: left;
}
.custom-recent-post-slider .custom-recent-post-slider-item .custom-recent-post-slider-inner {
  padding-right: 18px;
  height: 100%;
}
.custom-recent-post-slider .custom-recent-post-slider-inner2 {
  background-color: #ffffff;
  position: relative;
  height: 100%;
}
.custom-recent-post-slider .custom-recent-slider-featured {
  position: relative;
}
.custom-recent-post-slider .custom-recent-slider-featured img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.custom-recent-post-slider .custom-recent-slider-featured a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  content: "";
  background-color: #141618;
  opacity: 0;
}
.custom-recent-post-slider .custom-recent-slider-featured:hover a:after {
  opacity: 0.8;
}
.custom-recent-post-slider .custom-recent-slider-featured a {
  position: relative;
  padding-top: 56.3%;
  overflow: hidden;
  display: block;
}
.custom-recent-slider-post-body {
  color: #777777;
  padding: 72px;
}
.custom-recent-slider-post-body h2.hs-rss-title {
  color: #303133;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.custom-recent-slider-post-body h2.hs-rss-title a {
  color: #303133;
  text-decoration: none;
}
.custom-recent-slider-post-body h2.hs-rss-title a:hover {
  color: #006cff;
}
.custom-recent-slider-post-body hr {
  height: 0;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  margin-top: 18px;
  margin-bottom: 18px;
  border-color: #eaeaea;
}
.custom-recent-content {
  color: #777777;
  transform: translateY(31px);
  margin: 9px 0px 0px 0px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  font-family: 'Open Sans';
}
.custom-recent-content *  {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #777777;
  text-align:left !important;
}
.custom-recent-content * {
  font-weight: inherit;
}
.custom-recent-content p,
.custom-recent-content * {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}
.custom-form .form-title {
  text-align: center;
  color: #141618;
  font-size: 75px;
  font-weight: 700;
  font-family: franchisebold;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
}
.custom-form form {
  width: 65.7%;
  margin: 36px auto 18px !important;
}
.custom-form form .hs-form-field {
  margin-bottom: 18px !important;
}
.custom-form form fieldset.form-columns-1 .hs-form-field {
  padding: 0;
}
.custom-form .hs-form-field > label {
  margin: 0 0 4px;
  font-weight: bold;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141;
  line-height: 20px;
}
.custom-form .hs-form-required {
  color: red;
}
.custom-form .hs-input {
  width: 95%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  max-width: 100%;
  margin: 13px 0 0;
}
.custom-form .input {
  margin-right: 8px !important;
}
.custom-form form fieldset .hs-form-field {
  padding: 0;
}
.custom-form form select.hs-input {
  height: 27px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
  background-color: #ffffff;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: none;
}
.custom-form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: #414141;
}
.custom-form .hs-richtext p {
  color: #303133;
  margin: 18px 0px 0px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.custom-form textarea.hs-input {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: -1px;
}
.custom-form form ul.inputs-list.multi-container {
  padding: 0px 0px 0px 18px;
  padding-top: 6px;
  margin: 0;
}
.custom-form form ul.inputs-list.multi-container li label {
  display: block;
  margin: 0 0 4px;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141;
  font-weight: normal;
}
.custom-form form ul.inputs-list.multi-container input[type='radio'] {
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  height: 15px!important;
  width: 15px!important;
  background-color: #eee;
  border-radius: 50%;
  margin: 0px 5px 0 0;
  line-height: normal;
  border: none;
  color: #666;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-appearance: none;
  position: relative;
  vertical-align: middle;
}
.custom-form .actions {
  padding: 17px 0 18px;
  margin-top: 22px;
  margin-bottom: 18px;
}
.custom-form .hs-button.primary.large {
  margin: 0;
  padding: 13px 40px 14px 40px;
}
.hs-home-page-layout .custom-footer-top-group .page-center {
  max-width: 1200px !important;
  padding: 72px 36px !important;
}
.hs-home-page-layout .custom-footer-top-group {
  padding: 0;
}
.hs-home-page-layout .custom-footer-left-section p {
  color: #ffffff;
}
.hs-home-page-layout .custom-footer-left-section img {
  margin-bottom: 36px;
}
.hs-home-page-layout .custom-footer-right-section ul li {
  width: 33.33333333333333%;
  margin-right:-2px;
  margin-left:-2px;
}
.hs-home-page-layout .custom-footer-right-section-inner {
  max-width: 54%;
}
.custom-recent-post-slider * {
  outline: none;
}
.custom-recent-post-slider .slick-arrow {
  display: none !important;
}
.custom-recent-post-slider ul.slick-dots {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -moz-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -o-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  padding: 18px 0px 0px 0px;
  bottom: -54px;
  padding-left: 36px;
  padding-right: 36px;
  margin-left: 0;
}
.custom-recent-post-slider ul.slick-dots li {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
}
.custom-recent-post-slider ul.slick-dots li button {
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(25, 27, 30, 0.25);
  padding: 0;
}
.custom-recent-post-slider ul.slick-dots li button:before {
  content: none;
}
.custom-recent-post-slider ul.slick-dots li button:hover, .custom-recent-post-slider ul.slick-dots li.slick-active button {
  background-color: rgba(25, 27, 30, 0.25);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.divider-wrapper {
  padding-top: 36px;
  position: relative;
  clear: both;
}
.divider-wrapper hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-style: solid;
  border: 0;
  margin: 0px auto;
  width: 90px;
  height: 2px;
  background: #006cff;
}
.topSlide {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-active .topSlide {
  -webkit-animation-name: anim_ttb;
  -moz-animation-name: anim_ttb;
  -o-animation-name: anim_ttb;
  animation-name: anim_ttb;
  animation-delay:0.400s;
  transition-delay:0.400s;
  opacity: 1;

}
.bottomSlide {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.slick-active h5.bottomSlide{
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
  animation-delay:0.600s;
  transition-delay:0.600s;
}
.custom-arrow-btn.bottomSlide {
  animation-delay:0.800s;
  transition-delay:0.800s;
}
.slick-active .custom-arrow-btn.bottomSlide {
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
  animation-delay:0.800s;
  transition-delay:0.800s;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner.bottomToTop.animated {
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item:nth-child(1) .custom-img-with-hover-content-item-inner {
  animation-delay:200ms;
  transition-delay:200ms;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item:nth-child(2) .custom-img-with-hover-content-item-inner {
  animation-delay:400ms;
  transition-delay:400ms;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item:nth-child(3) .custom-img-with-hover-content-item-inner {
  animation-delay:600ms;
  transition-delay:600ms;
}
.custom-img-with-hover-content-md .custom-img-with-hover-content-item:nth-child(4) .custom-img-with-hover-content-item-inner.bottomToTop.animated {
  animation-delay:800ms;
  transition-delay:800ms;
}
.custom-img-with-hover-content-md {
  background-color: #1b1d1f;
}
.custom-top-img-icon-with-caption-inner.zoomCon,
.custom-content-with-top-img-icon-item .inner.zoomCon,
.custom-recent-post-slider-item.slick-active .zoomCon {
  opacity:0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-top-img-icon-with-caption-inner.zoomCon.animated,
.custom-content-with-top-img-icon-item .inner.zoomCon.animated,
.custom-recent-post-slider-item.slick-active .zoomCon.animated{
  opacity:1;
  -webkit-animation-name: zoom-in;
  -moz-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-content-with-top-img-icon-item:nth-child(2) .zoomCon.animated,
.custom-top-img-icon-with-caption-item:nth-child(2) .zoomCon.animated {
  animation-delay:300ms;
  transition-delay:300ms;
}
.custom-content-with-top-img-icon-item:nth-child(3) .zoomCon.animated,
.custom-top-img-icon-with-caption-item:nth-child(3) .zoomCon.animated{
  animation-delay:500ms;
  transition-delay:500ms;
}
.custom-content-with-top-img-icon-item:nth-child(4) .zoomCon.animated,
.custom-top-img-icon-with-caption-item:nth-child(4) .zoomCon.animated{
  animation-delay:700ms;
  transition-delay:700ms;
}
.custom-home-slider .hs_cos_gallery_slide[data-slick-index="0"] .custom-slider-bg-img:after,
.custom-home-slider .hs_cos_gallery_slide[data-slick-index="1"] .custom-slider-bg-img:after {
  opacity: 0;
}
.scroll-fixed a.scrolldown {
  opacity: 0;
}
.custom-recent-post-slider .custom-recent-post-slider-item .zoomCon {
  opacity: 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 10px 0;
}

.quiz-blog-post .section.post-footer form .hs-input {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  border: 1px solid transparent;
}
.quiz-blog-post .section.post-footer form label {
  font-size: 15px;
  font-weight: normal;
}
.quiz-blog-post .section.post-footer form .hs-button.primary {
  border-radius: 2px;
  background: rgb(221, 221, 221);
  border-color: rgb(221, 221, 221);
  color: rgb(65, 65, 65);
}

.quiz-blog-post .section.post-footer form .hs-button.primary:hover {
  box-shadow: none;
}





/* 03-09-2019 Landing Page */

.row-fluid .get-bg { display:none; }
.set-bg { background-size:cover; background-position:center; background-repeat:no-repeat; }

.row-fluid .lp_hero_section { width:100%; float:left; padding:120px 0 50px 0; }
.row-fluid .lp_hero_left { width:calc(100% - 445px); float:left; padding-right:100px;  }
.row-fluid .lp_hero_left h5 { font-size:18px; line-height:22px; color:#fff; text-transform:uppercase; font-family: franchisebold; }
.row-fluid .lp_hero_left h1 { font-size:75px; line-height:75px; color:#fff; text-transform:uppercase; font-family: franchisebold; }
.row-fluid .lp_hero_right  { width:445px; float:left; margin:80px 0 0 0; height:314px; }

.row-fluid .lp_two_clmn {  width:100%; float:left; padding:50px 0; }
.row-fluid .lp_two_clmn_left {  width:calc(100% - 445px); float:left; padding-right:30px; font-size:18px;  line-height:22px; color:#65676A; font-family: 'Open Sans', "Sans-Serif"; }
.row-fluid .lp_two_clmn_left ul { padding: 0 0 0 20px; }
.row-fluid .lp_two_clmn_left h1 { color:#000;  }
.row-fluid .lp_two_clmn_left h2 { color:#000; margin-bottom:20px; }
.row-fluid .lp_two_clmn_left h3 { color:#000; margin-top:20px; }
.row-fluid .lp_two_clmn_cta { display:none; width:100%; float:left;  margin: 30px 0; text-align: center; }
.row-fluid .lp_two_clmn_cta a { background: #2A295C; min-width: 260px; transition: all 0.3s ease-in-out; font-weight: 700; border-radius:5px; line-height: 19px; font-size: 16px; padding: 15px 30px 13px 30px; float: none; color: #fff; text-transform: uppercase; display: inline-block;     font-family: franchisebold; }
.row-fluid .lp_two_clmn_right {  width:445px; float:left; margin:0; border: 1px solid #D3D0C9; border-radius: 5px; padding: 0px 15px 50px 15px; }

.row-fluid .lp_right_form {  font-family: 'Open Sans', "Sans-Serif"; font-size:13px; line-height:18px; color:#212529; font-weight:400; }
.row-fluid .lp_right_form form { width:100%; float:left; margin:20px 0 0 0; }
.row-fluid .lp_right_form form > div { width: 100%; float: left; }
.row-fluid .lp_right_form form label { font-size:13px; line-height:18px; color:#212529;     font-weight: 400; margin:0; }
.row-fluid .lp_right_form form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }
.row-fluid .lp_right_form form .form-columns-1 .input , form .form-columns-2 .input { margin-right:0 !important; }
.row-fluid .lp_right_form form .form-columns-1 .input textarea , .row-fluid .lp_right_form form .form-columns-1 .input input , .row-fluid .lp_right_form form .form-columns-1 .input select { width:100% !important; }
.row-fluid .lp_right_form form .form-columns-2 { width:100%; }
.row-fluid .lp_right_form form .form-columns-2 .input input { width:100% !important; }
.row-fluid .lp_right_form form .hs-fieldtype-booleancheckbox .input input { width:auto !important; height:auto !important; } 
.row-fluid .lp_right_form form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0; }
.row-fluid .lp_right_form form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }
.row-fluid .lp_right_form form .form-columns-2 .hs-form-field { width: 50% !important; }
.row-fluid .lp_right_form form .form-columns-1 .hs-form-field { padding-right:0 !important; }
.row-fluid .lp_right_form form .hs_recaptcha { float:left; width:100%; }
/* .row-fluid .lp_right_form form .input input.error { background:#ff6666; }  */
.row-fluid .lp_right_form form .hs-form-required  { display:none !important;  } 
.row-fluid .lp_right_form form .hs-error-msgs { font-size:12px; color:red; }

.row-fluid .lp_right_form form input { margin-bottom:20px;  background:  #fff; box-shadow: none; border: 1px solid #CED4DA;  font-size: 14px; color: #000; padding: 10px 15px; float: left; height:auto;  }
.row-fluid .lp_right_form form textarea { width:100% !important; margin-bottom:22px;  box-shadow: none; background:#fff; height:100px;  resize: none; border: 1px solid #CED4DA;   font-size: 14px; color: #000; padding:10px 15px;    float: left; }
.row-fluid .lp_right_form form .actions { width:100%; float:left; text-align:center; margin:15px 0 0 0; } 
.row-fluid .lp_right_form form .hs_submit input { margin:0; min-width: 260px;  background:#2A295C;   border:none;  transition:all 0.3s ease-in-out; font-weight:700;  line-height: 19px; font-size: 16px; padding: 15px 30px 13px 30px;    float: none;    color: #fff;      text-transform: uppercase;  display: inline-block; }

.row-fluid .lp_right_form .inputs-list .hs-form-checkbox-display , .row-fluid .lp_right_form .inputs-list .hs-form-booleancheckbox { display:block; padding:0 0 8px 40px; position:relative; }
.row-fluid .lp_right_form .inputs-list input[type="checkbox"]  { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .lp_right_form .inputs-list input[type="checkbox"] + span { line-height: 12px; position:relative; display: block; margin:0; }
.row-fluid .lp_right_form .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-40px; top:4px;  content:''; width:20px; height:20px; border:1px solid #CED4DA; color:#fafafa; background:#fff; border-radius: 3px; }
.row-fluid .lp_right_form .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#fff; border-color:#333; }
.row-fluid .lp_right_form .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-40px; top:4px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .lp_right_form .hs-fieldtype-booleancheckbox .inputs-list {}
.row-fluid .lp_right_form .inputs-list input[type="checkbox"] + span p { font-size:10px; }

.row-fluid .lp_right_form form input::-webkit-input-placeholder, .row-fluid .lp_right_form form input[type=email]::-webkit-input-placeholder,  .row-fluid .lp_right_form form textarea::-webkit-input-placeholder { font-size:10px; color: #868E96;}
.row-fluid .lp_right_form form input::-moz-placeholder, .row-fluid .lp_right_form form input[type=email]::-moz-placeholder,  .row-fluid .lp_right_form form textarea::-moz-placeholder  { font-size:10px; color: #868E96; }
.row-fluid .lp_right_form form input:-ms-input-placeholder, .row-fluid .lp_right_form form input[type=email]:-ms-input-placeholder,  .row-fluid .lp_right_form form textarea:-ms-input-placeholder  { font-size:10px; color: #868E96;}
.row-fluid .lp_right_form form input:-moz-placeholder, .row-fluid .lp_right_form form input[type=email]:-moz-placeholder,  .row-fluid .lp_right_form form textarea:-moz-placeholder  { font-size:10px; color: #868E96; }

.row-fluid .lp_ftr_logo { width:230px; }

/* Thank You Page */

.row-fluid .ty_hero_section { font-size:18px; color:#fff; }
.row-fluid .ty_hero_section h2 { font-size:35px; line-height:35px; color:#fff; }

.row-fluid .ty_two_clmn { width:100%; float:left; padding:30px 0; text-align:center;   } 
.row-fluid .ty_two_clmn_hght { float:left;    }
.row-fluid .ty_two_clmn_left { float:left; }
.row-fluid .ty_two_clmn_left > div { border: 1px solid #CED4DA; padding:20px 15px 40px 15px; width:100%; float:left; height:100%; }
.row-fluid .ty_two_clmn_left h2 { margin:0; }
.row-fluid .ty_two_clmn_img { width:100%; height:250px; max-width:350px; float:none; display:inline-block;  margin: 30px 0; }
.row-fluid .ty_two_clmn_cta { width:100%; float:left;  text-align: center; }
.row-fluid .ty_two_clmn_cta a { font-family: franchisebold; background: #2A295C; min-width: 230px; transition: all 0.3s ease-in-out; font-weight: 700; border-radius:5px; line-height: 19px; font-size: 16px; padding: 15px 30px 13px 30px; float: none; color: #fff; text-transform: uppercase; display: inline-block; }


.row-fluid .ty_two_clmn_right { float:left; }
.row-fluid .ty_two_clmn_right > div { width:100%; float:left; height:100%; border: 1px solid #CED4DA; padding:15px; }
.row-fluid .ty_sub_form_ttl { font-size:18px; line-height:20px; font-weight:400; margin-top:40px; }
.row-fluid .ty_sub_form { margin-top:17px; text-align:left;  }
.row-fluid .ty_sub_form  h3 { margin:0; }
.row-fluid .ty_sub_form form {  width: 100%; float: left; float:none; display:inline-block;  }
.row-fluid .ty_sub_form form .hs_email {   }
.row-fluid .ty_sub_form form .hs_email .hs-input { margin-bottom: 20px; background: #fff; box-shadow: none; border: 1px solid #CED4DA;font-size: 14px;color: #000; padding: 10px 15px; float: left; height: auto;  }
.row-fluid .ty_sub_form form .hs_submit { width: 100%; float: left; text-align:center;  }
.row-fluid .ty_sub_form form .hs_submit .hs-button { margin: 0; min-width: 255px;  background: #2A295C; border: none;  transition: all 0.3s ease-in-out;  font-weight: 700;  line-height: 19px; font-size: 16px;  padding: 12px 30px 9px 30px; float: none; color: #fff; text-transform: uppercase; float:none; display: inline-block; }
.row-fluid .ty_sub_form .submitted-message { margin:30px 0 0 0; text-align:center; }


.lp_page .header-container, .ty_page .header-container { min-height:inherit; }
.lp_page .custom-header-group {   padding:0;  background: transparent; }
.lp_page.default.scroll-fixed .custom-header-group, .ty_page.default.scroll-fixed .custom-header-group { background:rgb(0, 0, 0, 0.7); }
.ty_page .custom-header-group { background: transparent; }


.lp_page .page-center { padding:0 15px; }
.lp_page .custom-footer-group { text-align:left; padding:30px 0; }
.lp_page .custom-copyright { padding-top:40px; }
.row-fluid .lp_two_clmn_left p,li {font-size:18px;}





/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

.header-container .custom-header-mobile-group{
  display:none;
}
@media (min-width: 960px){
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }
}
@media(max-width:1800px){
  .custom-footer-right-section ul li {
    width: 31.3%;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 29.5%;
  }
}
@media(max-width:1699px){
  .custom-case-studies-content-inner {
    padding-bottom: 162px;
    padding-top: 162px;
  } 
  .custom-contact-right-section{
    padding:54px;
  }
  .custom-blog-post-banner.post-banner-filmclub {
    height: 62.5vh;
    min-height: 100%;
  }
  .hs-home-layout-row-1,
  .custom-full-width-bg-img-with-content-md {
    padding: 72px 36px;
  }
  .custom-top-img-icon-with-caption-md-wrapper {
    padding:72px;
  }
  .custom-recent-slider-post-body {
    padding: 54px;
  }
}
@media(max-width:1600px){
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 29%;
  } 
}
@media (max-width: 1499px){
  .custom-case-studies-content-inner {
    padding-bottom: 144px;
    padding-top: 144px;
  }
  .custom-contact-right-section{
    padding:54px 36px 54px 36px;
  }
  .custom-blog-post-banner.post-banner-filmclub {
    height: 100%;
    min-height: 518px;
  }
  .custom-filmclub-listing-banner-mod {
    margin-top: -86px;
  }
  .hs-home-layout-row-1, .custom-full-width-bg-img-with-content-md {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .custom-top-img-icon-with-caption-md-wrapper {
    padding: 54px 72px;
  }
  .custom-recent-slider-post-body {
    padding: 54px 36px 54px 36px;
  }
}
@media(max-width:1482px){
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item{
    width:46.5%; 
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n){
    margin-right:36px; 
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(2n){
    margin-right:0; 
  }
}
@media(max-width:1468px){
  .blogs.basic-filmclub .custom-footer-right-section-inner {
    max-width: 50%;
  } 
}
@media(max-width:1300px){
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 46%;
  } 
}
@media(max-width:1200px){
  .hs-rss-item { width: 22%; }



}
@media (max-width: 1205px) {
  .custom-img-with-hover-content-md .custom-img-with-hover-content-item {
    width: 100% !important;
    float: none;
    height: auto !important;
  }
  .custom-img-with-hover-content-item-inner2 {
    height: 100%;
    padding-bottom: 50.3%;
  }
  .custom-img-with-hover-content-item-content-holder {
    min-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
}
@media (max-width: 1024px) {
  .blogs.basic-filmclub .custom-footer-right-section-inner {
    max-width: 60%;
  } 
}

@media(max-width:1220px) and (min-width:1051px){
  .custom-left-inner h2 {
    font-size: 28px;
  }
}
@media(max-width:1162px){
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 45%;
  } 
}
@media(max-width:1050px){
  .hs-rss-item {
    width: 47.5%;
  }
  .blogs-listing-page .blog-listing-wrapper .post-listing .post-item{
    width: 50%;
  }
  .blogs-listing-page .blog-listing-wrapper .post-listing .post-item:nth-child(2n){
    padding-right: 0;
  }
  .hs-rss-item:nth-child(2n) {
    margin-right: 0;
  }
  .custom-left-sub-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 36px;
  } 

}
@media(max-width:1040px){
  .custom-footer-right-section-inner {
    max-width: 58%;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media(max-width:1040px) and (min-width:960px){
  .custom-menu-primary .hs-menu-wrapper>ul > li:not(:last-child) >a {
    padding: 0px 10px;
  }
}
@media(max-width:980px){
  .overlay-content-inner {
    padding: 20px;
  } 
}
@media(max-width:959px){
  .custom-footer-left-section {
    width: 50%;
  }
  .custom-footer-right-section {
    width: 50%;
    padding-left: 36px;
  }
  .custom-footer-right-section-inner img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .custom-home-slider .slick-arrow {
    display: none !important;
  }
  .custom-footer-right-section-inner {
    max-width: 100%;
    float: none;
    text-align:left;
  }
  .hs-home-layout-row-1 .page-center {
    padding: 0 !important;
  }
  .custom-footer-right-section ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  .custom-footer-right-section ul li:not(:first-child) {
    margin-top: 0;
  } 
  .header-container .custom-header-mobile-group{
    display:block;
  }
  .header-container .custom-header-group{
    display:none;
  }
  .custom-log-group {
    position: absolute;
    padding: 27px 36px 27px 34px;
    transition: top 0.5s ease-in-out;
    background-color: rgb(0, 0, 0, 0.7);
    top: 0;
    z-index: 9;
    width:100% !important;
  }
  .custom-logo img {
    max-height: 50px;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #fff;
    position: relative;
  }
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
    background: #fff;
  }
  .mobile-trigger i:before {
    top: 6px;
  }
  .mobile-trigger i:after {
    top: -6px;
  }
  .mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .mobile-open .mobile-trigger i:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .mobile-open .mobile-trigger i {
    transition: background 0.3s 0s ease-in-out;
    background: transparent;
  }
  .mobile-open .mobile-trigger i:before,.mobile-open  .mobile-trigger i:after {
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }

  .body-container .page-center {
    padding: 26px 34px;
  }
  .overlay-content-inner h3 {
    font-size: 21px;
  }
  .custom-case-studies-content-inner {
    padding-bottom: 108px;
    padding-top: 108px;
  }
  .row-inner{
    padding-top:77px; 
  }
  .custom-menu-inner {
    position: absolute;
    width: 100% !important;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 104px;
    background-color: rgb(0, 0, 0, 0.7);
    height: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex !important;
    align-items: center;
    visibility:hidden;
    overflow:hidden;
  }

  .mobile-open .custom-menu-inner {
    height: calc(100vh - 104px);
    transition: all 0.4s;
    visibility:visible;
  }
  .custom-menu-inner > div {
    width: 100% !important;
  }
  .mobile-open .header-main {
    position: absolute !important;
    top: 0 !important;
  }
  .mobile-open .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    -moz-transform: scale(1.1) translateY(-24px);
    -o-transform: scale(1.1) translateY(-24px);
    -ms-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out,transform 0.3s ease-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.6000000000000001s;
    -moz-transition-delay: 0.6000000000000001s;
    -ms-transition-delay: 0.6000000000000001s;
    -o-transition-delay: 0.6000000000000001s;
    transition-delay: 0.6000000000000001s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.6499999999999999s;
    -moz-transition-delay: 0.6499999999999999s;
    -ms-transition-delay: 0.6499999999999999s;
    -o-transition-delay: 0.6499999999999999s;
    transition-delay: 0.6499999999999999s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li {
    opacity: 1 ;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li:not(:last-child) >a, 
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 4.5vw;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: franchisebold;
    text-align: center;
    padding: 5px 36px;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    text-align: center;
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 27px 0 0;
    margin-bottom: 0 !important;
    max-height: 67vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .child-trigger:before {
    content: "\f107";
    font-family: uncodeicon;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 4.5vw;
    display: inline-block;
    text-align: right;
    padding: 0px 0px 0px 9px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a i.fa-dropdown {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a.search-icon {
    line-height: 1.3;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a.search-icon .fa-search3 {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a.search-icon .visible-phone {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a.search-icon i.fa.fa-angle-down.fa-dropdown.visible-phone {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li.search {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 4.5vw;
    line-height: 1.3;
    padding: 5px 36px;
    color: #fff;
    opacity: 1;
    text-transform: none;
    letter-spacing: 0;
    font-family: franchisebold;
    text-align: center;
    transform: none;
  }
  .header-search-section {
    position: static ;
    top: auto ;
    left: auto ;
    margin-left: 0 ;
    margin-top: 0 ;
    width: auto ;
    min-width: 0 ;
    max-width: none ;
    background-color: rgb(0, 0, 0, 0.7);
    display: block;
    margin-bottom: 0;
  }
  .mmb-container {
    display: none;
  }
  .search-container {
    display: table;
  }
  .search-container form ,
  .open .search-container form{
    display: block;
    padding: 9px 34px 9px 34px;
    max-width: 100%;
    transform:none;
    opacity: 1;
  }
  .search-container-inner input.hs-search-field__input {
    background: #fff;
    padding: 10px 15px 10px 15px;
  }
  .search-container-inner input.hs-search-field__input::placeholder {
    color:#6f6d6d
  }
  .custom-menu-sub-inner {
    padding-bottom:27px;
  }
  .scroll .custom-log-group {
    top: -114px;
    transition: top 0.5s ease-in-out;
  }
  .scroll-fixed.default .custom-log-group {
    top: 0;
    position: fixed;
    width: 100%;
    transition: top 0.5s ease-in-out;
  }
  .header-container {
    min-height: 104px;
  }
  .custom-contact-group {
    display: block;
  }
  .custom-contact-left {
    display: block;
    min-height: 300px;
    width: 100%;
  }
  .custom-contact-right {
    width: 100%;
    display: block;
  }
  .custom-contact-right-section-inner {
    max-width: 100%;
  }
  .custom-contact-right-section-inner form .hs-submit .hs-button.primary {
    width: 100%;
  }
  .header-scrolldown {
    display: none;
  }
  .blog .body-container .page-center {
    padding: 36px 32px;
  }
  .custom-blog-post-banner .page-center {
    opacity: 1 !important;
  }
  .custom-blog-post-banner {
    background-position: center center !important;
  }
  .scroll-fixed.default.mobile-open .custom-menu-inner {
    top: 104px;
    position: fixed;
  }
  .custom-blog-post-banner.post-banner-filmclub {
    min-height: 409px;
  }
  .post-banner-filmclub .background-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    height: 100%;
  }
  .custom-blog-post-banner.post-banner-filmclub .background-inner {
    height: 100%;
  }
  .breadcrumb-title {
    float: none;
    text-align: center;
  }
  .filmclub-banner ol.breadcrumb-header {
    margin: 9px 0 0;
    text-align: center;
  }
  .custom-blog-two-image {
    width: 100%;
    float: none;
  }
  .custom-blog-two-content {
    float: none;
    width: 100%;
    padding: 36px 0 0;
  }
  .custom-filmclub-post-form {
    padding: 72px 0 0;
  }
  .custom-filmclub-post-form-inner form .hs-input {
    max-width: 100%;
  }
  .custom-two-col-right-content {
    width: 100%;
    float: none;
  }
  .custom-two-col-right-image {
    width: 100%;
    float: none;
    padding: 36px 0 0;
  }
  .custom-two-col-right-mod.advance-right .custom-two-col-right-content {
    width: 100%;
  }
  .custom-two-col-right-mod.advance-right .custom-two-col-right-image {
    width: 100%;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 29.9%;
    margin-right:36px;
    margin-bottom:20px;
  }
  .blog.flimclub-blog.hs-blog-listing .body-container .page-center {
    padding: 0;
  }
  .flimclub-blog .sidebar.right {
    width: 100% !important;
    border: 0;
    float: none !important;
    padding-bottom:0;
  }
  .flimclub-blog .blog-content {
    width: 100% !important;
    float:none !important;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
    margin-right: 36px;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 0;
  }
  .custom-filmclub-listing-banner-mod video {
    width: 100%;
    height: 100%;
  }
  .custom-filmclub-listing-banner-mod {
    margin: 0;
    height: 57vw;
  }
  .hs-row1-filmology-quiz-group .main-content {
    max-width: 100%;
    padding: 36px 0 0;
  }
  .hs-row1-filmology-quiz-group .main-content h1 {
    margin-top: 36px;
  }
  .custom-banner-area .background-wrapper {
    transform: none !important;
  }
  .quiz-blog-post .breadcrumb-title {
    float: none;
  }
  .quiz-blog-post .filmclub-banner ol.breadcrumb-header {
    float: none;
  }
  .hs-row1-col1-screening, .hs-row1-col2-screening {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .custom-button-image-inner.col1 {
    width: 100%;
    float: none;
  }
  .custom-button-image-inner {
    width: 100%;
    float: none;
  }
  .custom-button-image-inner.col2 {
    padding: 40px 0 0;
  }
  .hs-row1-col1-screening {
    padding-bottom: 40px;
  }
  .custom-case-studies-banner .background-wrapper {
    transform: none !important;
    height: 100%;
  }
  .custom-case-studies-banner .background-wrapper .background-inner{
    animation:none; 
  }
  .custom-case-studies-banner {
    min-height: 468px;
  }
  .custom-home-slider .caption h2 {
    font-size: 83.333333333333px;
  }
  .custom-home-slider .caption {
    margin-top: 77px;
  }
  .hs-home-layout-row-1 .page-center {
    max-width: 100% !IMPORTANT;
    border: none;
  }
  .hs-home-layout-row-1 h2 {
    font-size: 50px;
  }
  .custom-content-with-top-img-icon-grid .custom-content-with-top-img-icon-item {
    width: 100%;
    float: none;
    display: block;
    padding: 36px 0px 0px 0px;
  }
  .custom-content-with-top-img-icon-grid .custom-content-with-top-img-icon-item:first-child {
    padding-top: 0;
  }
  .custom-content-with-top-img-icon-grid {
    display: block;
    margin: 0;
  }
  .custom-full-width-bg-img-with-content-md h2 {
    font-size: 33.333333333333px;
  }
  .custom-content-with-top-img-icon-md .page-center {
    padding: 36px;
  }
  .custom-top-img-icon-with-caption-md-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
  .custom-top-img-icon-with-caption-md-wrapper .page-center {
    max-width: 100% !important;
    border: none;
  }
  .custom-top-img-icon-with-caption-item-grid .custom-top-img-icon-with-caption-item {
    width: 33.33333333%;
    padding: 0px 0px 0px 36px;
  }
  .custom-top-img-icon-with-caption-item-grid {
    margin-left: -36px;
    margin-bottom: 0;
  }
  .custom-top-img-icon-with-caption-md-wrapper .img_icon-title h2 {
    font-size: 33.333333333333px;
  }
  .custom-recent-post-slider-header h2 {
    font-size: 50px;
  }
  .custom-recent-post-slider {
    max-width: 100%;
    padding: 0 1px;
  }
  .custom-recent-content {
    transform: translateY(73px);
  }
  .custom-form .form-title {
    font-size: 50px;
  }
  .hs-home-layout-row-3 .page-center {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .custom-form form {
    width: 100%;
    padding-top: 36px;
  }
  .custom-form .hs-button.primary.large {
    width: 100%;
  }
  .hs-home-page-layout .custom-footer-left-section {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .hs-home-page-layout .custom-footer-right-section {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-left: -0;
  }
  .hs-home-page-layout .custom-footer-right-section-inner {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: left;	
  }
  .hs-home-page-layout .custom-footer-right-section ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .hs-home-page-layout .custom-footer-right-section ul {
    margin-top: 36px;
  }

}
@media(max-width:865px){
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 29.4%;
  }
}
@media(max-width:800px){
  .hs-rss-item {
    width: 47%;
  } 
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-footer-top-group {
    display: none;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .body-container .page-center {
    padding: 26px 36px;
  }
  .custom-footer-top-group.default {
    display: block;
  }
  .overlay-content-inner h3 {
    font-size: 19px;
  }
  .custom-log-group {
    padding: 27px 36px 27px 36px;
  }
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  } 
  .overlay-content-inner{
    padding:34px; 
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .custom-contact-right-section {
    padding: 54px 32px 54px 32px;
  }
  .custom-filmclub-post-form-inner img {
    max-width: 100%;
  }

  .custom-left-inner {
    padding: 0;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 46.7%;
    display: block;
    float: left;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
    margin-right: 0;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 36px;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:last-child {
    margin-right: 0;
  }
  .quiz-blog-listing .blog-listing-wrapper .post-listing .post-item,
  .quiz-blog-listing div.post-listing-simple .post-item{
    width: 100%;
    float:none;
    padding-bottom:30px;
  }
  .custom-filmclub-post-form-inner {
    padding: 0;
  }
  .blogs-listing-page .post-item-inner {
    height: 50vw;
  }
  .custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner:hover .item-bg-img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .custom-img-with-hover-content-md .custom-img-with-hover-content-item-inner:hover .custom-img-with-hover-content-item-content-holder-inner {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .custom-home-slider {
    margin-bottom: -1px;
  }
  .custom-img-with-hover-content-item-inner2 {
    padding-bottom: 50.1%;
  }
  .custom-full-width-bg-img-with-content-md .section-container {
    max-width: 100%;
    border: none;
  }
  .custom-recent-content {
    transform: translateY(0px);
  }





}  
@media(max-width:713px){
  .custom-case-studies-inner {
    width: 100%;
    float: none;
  }
  .overlay-content-inner h3 {
    font-size: 29px;
  }
  .hs-rss-item {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom:36px;
  }
}
@media(max-width:635px){
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 46%;
  }
}
@media(max-width:569px){
  .body-container .page-center {
    padding: 26px 32px 35px;
  } 
  .flimclub-blog .blog-pagination ul {
    padding: 0;
  }
  .custom-button-inner a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .custom-footer-top-group.default {
    display: none;
  }
  .overlay-content-inner h3 {
    font-size: 17px;
  }
  .custom-log-group {
    padding: 27px 36px 27px 32px;
  }
  .post-info {
    font-size: 10px;
  }
  a.custom-bookmark-btn {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -20px;
  }
  .custom-blog-post-banner.post-banner-filmclub {
    min-height: 469px;
  }
  .film-club-blog .section.post-body .custom-blog-two-content a.read-more-blog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -12px;
  }
  ul.social-icons li {
    margin-right: 0px;
    margin-left: -2px;
  }
  .post-share {
    padding-top: 31px;
    padding-bottom: 23px;
  }
  .blog .body-container .custom-filmclub-social-share .page-center {
    padding-bottom: 71px;
  }
  .custom-left-inner h2{
    font-size:17px; 
    margin-top:9px;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin-right: 0;
  }
  .flimclub-blog .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 0;
  }
  .custom-sidebar-right-filmclub-content-inner h1 {
    font-size: 17px;
  }
  .custom-sidebar-right-filmclub-content-inner p {
    font-size: 12px;
  }
  .flimclub-blog .blog-pagination a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .flimclub-blog .blog-pagination .fa {
    margin-top: 0;
    font-size: 14px;
  }
  .flimclub-blog .blog-pagination {
    font-size: 12px;
  }
  .blogs-listing-page .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .blogs-listing-page .post-item-inner {
    height: 60vw;
  }
  .post-info span {
    margin: 0px 9px;
  }
  .custom-home-slider .caption h2 {
    font-size: 35px;
  }
  .hs-home-layout-row-1 h2 {
    font-size: 35px;
  }
  .hs-home-layout-row-1 h2:after {
    margin-top: 37px;
  }
  .custom-img-with-hover-content-md h2 {
    font-size: 17px;
  }
  .btn-container .custom-btn {
    font-size: 18px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .custom-img-with-hover-content-item-inner2 {
    padding-bottom: 0;
  }
  .custom-img-with-hover-content-item-content-holder {
    position: relative;
    top: 0;
    transform: none;
  }
  .custom-img-with-hover-content-md .title-bottom-content {
    padding-bottom: 0;
  }
  .custom-top-img-icon-with-caption-item-grid .custom-top-img-icon-with-caption-item {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .custom-top-img-icon-with-caption-item-grid .custom-top-img-icon-with-caption-item:last-child {
    margin-bottom: 0;
  }
  .custom-top-img-icon-with-caption-item-grid {
    display: block;
    margin: 0;
  }
  .hs-home-page-layout .custom-top-img-icon-with-caption-md-wrapper {
    display: none;
  }
  .custom-recent-post-slider-header h2 {
    font-size: 35px;
  }
  .custom-form .form-title {
    font-size: 35px;
  }
  a.custom-purple-link {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -20px;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}

@media(max-width:420px){

  .custom-blog-post-banner.post-banner-filmclub .page-center {
    padding-left: 20px;
    padding-right: 20px;
  } 
  .blogs-listing-page .post-item-inner {
    height: 70vw;
  }
}
@media(max-width:400px){
  .custom-blog-post-banner.post-banner-filmclub .custom-banner-content-inner h1 {
    font-size: 60px;
  } 
}
@media(max-width:320px){
  .custom-home-slider .caption h2 {
    font-size: 28px;
  }
  .custom-home-slider .caption h5 {
    line-height: 1.5;
    margin-top: 18px;
    padding-bottom: 36px;
  }
  .hs-home-layout-row-1 h2 {
    font-size: 28px;
  }
  .hs-home-layout-row-1 h2:after {
    margin-top: 38px;
  }
  .custom-img-with-hover-content-item-content-holder-inner {
    padding: 0;
  }
  .custom-img-with-hover-content-md .title-bottom-content {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-img-with-hover-content-item-content-holder {
    padding: 20px 0;
  }
  .custom-full-width-bg-img-with-content-md h2 {
    font-size: 28px;
  }
  .custom-recent-post-slider-header h2 {
    font-size: 28px;
  }
  .custom-recent-post-slider {
    padding: 0;
    margin: 0 -1px 0;
    padding-top: 1px;
  }
  .custom-form .form-title {
    font-size: 28px;
  }
  .custom-form form {
    padding-left: 2px;
    padding-right: 2px;
  } 
}




/* Landing Page */

@media (min-width: 960px) {
  .lp_page .custom-header-group .page-center, .lp_page .container-fluid .row-fluid .page-center {  max-width: 1200px !important; }

}
@media (max-width: 959px){
  .lp_page .header-container .custom-header-group { display:block; }
  .lp_page .mobile-trigger { display:none !important; }
}
@media (max-width:1199px){ 
  .row-fluid .lp_hero_left h1 { font-size: 60px; line-height: 65px; }
  .row-fluid .lp_hero_left { padding-right: 70px; }
}

@media (max-width:991px){ 
  .row-fluid .lp_hero_left h1 {  font-size: 40px;  line-height: 55px; }
  .row-fluid .lp_hero_right, .row-fluid .lp_two_clmn_right { width: 50%; }
  .row-fluid .lp_hero_left, .row-fluid .lp_two_clmn_left { padding-right: 30px; width:50%; }
  .row-fluid .ty_hero_section .lp_hero_left { width:80%; }
  .row-fluid .ty_hero_section { padding-top:0; }
  .row-fluid .ty_new { padding-top:120px; }
  .row-fluid .ty_sub_form form .hs_submit .hs-button{min-width: 170px;}

}

@media (max-width:767px){  
  .row-fluid .lp_two_clmn_ttl { width:100%; float:left; text-align:center; }
  .row-fluid .lp_hero_right, .row-fluid .lp_two_clmn_right { width: 100%; }
  .row-fluid .lp_hero_left, .row-fluid .lp_two_clmn_left {  padding-right: 0; width: 100%; }
  .row-fluid .lp_hero_section { padding:60px 0 30px 0;   text-align: center; }
  .row-fluid .lp_hero_left h5 { text-align:left; }
  .row-fluid .lp_hero_left h1 { font-size: 35px; line-height: 45px; margin: 10px 0 0 0;}
  .row-fluid .lp_hero_right { margin: 0; width: 319px; max-width: 100%; float: none;  display: inline-block; height:225px;  }
  .row-fluid .lp_two_clmn { padding:20px 0; }
  .row-fluid .lp_right_form form .hs_submit input { min-width:190px; }
  .row-fluid .lp_two_clmn_right { padding: 0px 15px 30px 15px;     margin: 30px 0 0 0; }
  .row-fluid .lp_two_clmn_cta { display:block; }
  .row-fluid .ty_hero_section .lp_hero_left { width: 100%;  padding: 0; }
  .row-fluid .ty_two_clmn_right { width:100%; float:left; margin-top:30px; }
  .row-fluid .ty_two_clmn_hght { width:100%; height: auto !important; }
  .row-fluid .ty_two_clmn_cta a { min-width: 170px; } 
}
