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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/









@font-face {
    font-family: 'CronosPro';
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-Capt.eot');
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-Capt.eot#iefix') format('embedded-opentype'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-Capt.woff2') format('woff2'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-Capt.woff') format('woff'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-Capt.ttf') format('truetype'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-Capt.svg#CronosPro-Capt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CronosPro';
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-LtDisp.eot');
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-LtDisp.eot#iefix') format('embedded-opentype'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-LtDisp.woff2') format('woff2'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-LtDisp.woff') format('woff'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-LtDisp.ttf') format('truetype'),
        url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/CronosPro-LtDisp.svg#CronosPro-LtDisp') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GE Dinar Two';
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/fonts-arabic/GEDinarTwo-Regular_1.eot');
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/fonts-arabic/GEDinarTwo-Regular_1.eot#iefix') format('embedded-opentype'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/fonts-arabic/GEDinarTwo-Regular_1.woff2') format('woff2'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/fonts-arabic/GEDinarTwo-Regular_1.woff') format('woff'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/fonts-arabic/GEDinarTwo-Regular_1.ttf') format('truetype'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/fonts-arabic/GEDinarTwo-Regular_1.svg#GEDinarTwo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arabic Number Bold';
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/CronosPro-Bold.eot');
    src: url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/CronosPro-Bold.eot#iefix') format('embedded-opentype'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/CronosPro-Bold.woff') format('woff'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/CronosPro-Bold.ttf') format('truetype'),
    url('https://3904636.fs1.hubspotusercontent-na1.net/hubfs/3904636/Fonts/blog-fonts/CronosPro-Bold.svg#../fonts/CronosProBold') format('svg');
    font-weight: bold;
    font-style: normal;
    unicode-range: U+0030-0039;
}

body {
	font-family: 'CronosPro',sans-serif;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
  color: #1F252E;
  margin: 0;
  overflow-x: hidden;
}

body.open-privacy:before {
	content: '';
  display: block;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
}

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

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

h4,.h4 {
	font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
}

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

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1162px;
    margin: 0 auto!important;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
}

.header-container-wrapper {
  background: #1F252E;
  color: #fff;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
  
.header-container-wrapper > div {
  position: relative;
  z-index: 1;
}

.header-container-wrapper .sharing-div a {
	margin-left: 10px!important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  width: 26px;
  height: 26px;
}

.header-container-wrapper .mero-nav{
	text-align: left;
}
.header-container-wrapper .mero-nav a {
  color: #B89E3F;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  width: auto;
  height: auto;
  margin: 6px 0 0;
}

.mero-nav .globe_class {
    background-image:none;
}

.mero-nav .globe_class:before {
    content: "\f0ac";
    font-family: FontAwesome;
  	font-size: 20px;
}

.header-container-wrapper .mero-nav a:hover {
	text-decoration: underline;
  color: #B89E3F;
}

.header-container-wrapper a img {
	opacity: 0;
}

.link-sharing {
	vertical-align: text-top;
  text-decoration: none;
}

.link-sharing:after,
.header-container-wrapper a:after {
	display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
}

.social-sharing {
	position: relative;
}
.social-sharing > div:first-child {
  position: absolute;
  right: 155px;
  top: 3px
}

.social-sharing a:first-child:after {
	content: "\f09a";	
}

.social-sharing a:nth-child(2):after {
	content: "\f099";	
}

.social-sharing a:nth-child(3):after {
	content: "\f0e0";	
}

.link-sharing:after {
	content: "\f0c1"!important;	
}

.sharing-div div {
	float: none!important;
  width: auto!important;
  display: inline-block!important;
}

.header-container-wrapper:before {
	z-index: 1;
}

.header-container-wrapper:before,
.full-width-featured:before {
  display: block;
  content: '';
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero h1 {
	max-width: 45%;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  line-height: 1.3;
}

.hero .logo {
	width: 115px;
  height: 180px;
  display: block;
  margin: 50px 0;
}

.hero .logo img {
	height: auto;
}

.full-width-featured {
	position: relative;
  z-index: 0;
  overflow: hidden;
}

.full-width-featured:before {
  z-index: 3;
}

.full-width-featured > div:first-child {
	position: absolute;
  z-index: 2;
	left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.full-width-featured > div:first-child div {
  height: 100%;
}

.full-width-featured > div:last-child {
	position: relative;
  z-index: 4;
}
.full-width-featured .page-center{
	min-height: 640px;
  padding-top: 50px;
  color: #fff;
}

.full-width-featured .bg-video {
  min-height: 690px;
  object-fit: cover;
}

.about-container > .row-fluid-wrapper > .row-fluid {
	position: relative;
}

.form-container {
	position: absolute;
  top: -540px;
  right: 0;
  background: #fff;
}

/*Hide after date expired*/
@media (min-width: 768px) {
	.form-container {
  	margin-top: 145px;
  }
}
@media (min-width: 992px) {
	.form-container {
  	margin-top: 250px;
  }
}

.hs-inline-edit  .form-container {
	position: static;
}

.submission-form {
	background: #F2F2F2;
  padding: 20px 40px 40px;
}

.submission-form h2,
.submission-form h3 {
  font-family: 'Montserrat', sans-serif;
  color: #354052;
}

.submission-form h2 {
	font-size: 24px;
  margin-bottom: 15px;
}

.submission-form h3 {
	font-size: 18px;
}

.step {
	padding-top: 25px;
}

.step span {
	width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background: #B89E3F;
  display: inline-block;
  font-weight: bold;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}

form .field {
	position: relative;
  margin-bottom: 20px;
}

form .hs-fieldtype-select {
	margin-bottom: 25px;
}

form .field > label {
	display: none;
}

form .hs-fieldtype-file > label {
	display: block;
  text-align: center;
  width: calc(100% - 20px);
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

form .field div,
form .field div.input{
	margin-right: 0!important;
}

form .hs-fieldtype-file {
	text-align:center;
}

form .hs-fieldtype-file > div.input {
  height: 35px;
  width: calc(100% - 20px);
  overflow: hidden;
  border: 1px solid #B89E3F;
  margin: 0!important;
  position: relative;
}

form .hs-fieldtype-file > div input {
	position: relative;
  z-index: 2;
  opacity: 0;
  height: 35px;
  width: 100%;
}

form .hs-fieldtype-file > div.input:after {
	content: 'Attach';
  color:  #B89E3F;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  cursor: pointer;
}

@media (max-width: 1023px) {
  
  form .hs-fieldtype-file > label {
	  font-size: 11px;
  }
  
  form .hs-fieldtype-file > label,
  form .hs-fieldtype-file > div.input,
  form .hs-fieldtype-file > div.input:after {
  	width: calc(100% - 10px);
  }
  
}

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: block;
  width: 100%!important;
  height: 40px;
  border: 1px solid #979797;
  background: none;
  font-size: 14px;
  color: #4A4A4A;
  font-family: inherit;
}

.hs-error-msgs {
	list-style: none;
  padding: 0;
  margin-top: 0;
  color: #f00;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
}

html[lang='ar'] .hs-error-msgs {
	left: auto;
  right: 0;
}

.hs_error_rollup {
	display:none;
}

form .actions {
	padding-top: 10px;
}

form .actions input {
	height: 40px;
  width: 100px;
  background: #B89E3F;
  color: #fff;
  line-height: 38px;
  border: 0;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  -webkit-appearance: none;
}

.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.edd-root {
    display: block;
    position: relative;
    width: 100%;
    user-select: none;
}

.edd-root-disabled {
    color: #ccc;
    cursor: not-allowed;
}

.edd-root::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #45bce7;
    transition: transform 150ms ease-out;
    transform: scaleX(0);
}

.edd-root.edd-root-focused::after,
.edd-root.edd-root-invalid::after {
    transform: scaleX(1);
}

.edd-root.edd-root-invalid::after {
    background: rgb(255, 105, 105);
}

.edd-head {
    position: relative;
    overflow: hidden;
    border: 1px solid #979797;
    transition: border-color 200ms;
  height: 40px;
}

.edd-root:not(.edd-root-disabled) .edd-head:hover {
    border-bottom-color: #979797;
}

.edd-value {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 8px 25px 8px 10px;
	  height: 38px;
    line-height: 22px;
}

.edd-arrow {
    position: absolute;
    width: 14px;
    height: 10px;
    top: calc(50% - 5px);
    right: 10px;
    transition: transform 150ms;
    pointer-events: none;
    color: #666;
}

.edd-root-disabled .edd-arrow {
    color: #ccc;
}

.edd-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    top: 0;
    right: 2px;
    transform: rotate(45deg);
    transform-origin: 50% 25%;
}

.edd-root-open .edd-arrow {
    transform: rotate(180deg);
}

.edd-value,
.edd-option,
.edd-group-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
    cursor: pointer;
}

.edd-select {
    position: absolute;
    opacity: 0;
    left: -999px;
}

.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.edd-body {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
    background: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    border-top: 0;
    border-right: 0;
}

.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edd-root-open-above .edd-body {
    bottom: 100%;
}

.edd-root-open-below .edd-body {
    top: 100%;
}

.edd-items-list {
    overflow: auto;
    max-height: 0;
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch;
}

.edd-items-list::-webkit-scrollbar {
    width: 12px;
}

.edd-items-list::-webkit-scrollbar-track {
    background: #efefef;
}

.edd-items-list::-webkit-scrollbar-thumb {
    background: #ccc;
}

.edd-group-label {
    font-size: 13px;
    padding: 4px 8px 4px 0;
    color: #555;
    font-weight: 600;
}

.edd-group-has-label {
    padding-left: 22px;
}

.edd-option {
    position: relative;
    padding: 4px 8px 4px 22px;
}

.edd-option-selected {
    font-weight: 400;
}

.edd-option-selected::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #B89E3F;
    border-left: 2px solid #B89E3F;
    left: 6px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}

.edd-option-focused:not(.edd-option-disabled) {
  color: #B89E3F;
}

.edd-option-disabled,
.edd-group-disabled .edd-option {
    cursor: default;
    color: #ccc;
}

.edd-gradient-top,
.edd-gradient-bottom {
    content: '';
    position: absolute;
    left: 2px;
    right: 12px;
    height: 32px;
    background-image:
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 0) 100%
        );
    background-repeat: repeat-x;
    background-size: 100% 200%;
    pointer-events: none;
    transition: opacity 100ms;
    opacity: 0;
}

.edd-gradient-top {
    background-position: bottom;
    top: 0;
}

.edd-gradient-bottom {
    background-position: top;
    bottom: 0;
}

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
    opacity: 1;
}

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
    opacity: 0;
}

.timer-container {
	text-align: center;
  color: #fff;
  background: #0069AA;
  padding: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.timer > div {
	display: inline-block;
  font-size: 35px;
  margin: 0 10px 10px;
}

.timer > div span {
	display: block;
  font-size: 18px;
}

.privacy-link {
  width: auto!important;
	position: relative;
  z-index: 1;
  text-align:right;
	margin-left: 175px!important;
  min-height: 0;
}
.privacy-link > div,
.privacy-link > div > span > p {
	margin: 0;
}

.open-privacy .privacy-link {
	z-index: 101;
}

.hs-inline-edit .privacy-link {
	margin-top: 10px;
  text-align: left;
  margin-left: 0!important;
}

.privacy-link a {
  color: #B89E3F;
}

.link-privacy {
  	position: relative;
	  top: -72px;
}

.privacy-link .privacy-container {
	text-align: left;
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
  background: #fff;
  display: none;
}

.container-inside {
  overflow-y: auto;
  max-height: 500px;
}

.container-inside ul {
	padding-left: 16px;
}

.container-inside h3 {
	font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: normal;
}

.privacy-container .container-inside {
	padding: 10px 30px 20px;
}

.hs-inline-edit .privacy-link .privacy-container{
	position: static;
  -ms-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
  max-width: none;
}

.hs-inline-edit .privacy-link .privacy-container,
.open-privacy .privacy-link .privacy-container {
	display: block;
}

.open-privacy .privacy-link a.link-privacy {
	opacity: .1;
  pointer-events: none;
}

.close-privacy {
	background: #fff;
  color: #333;
  position: absolute;
  right: -30px;
  top: -30px;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 28px;
}

.hs-inline-edit .close-privacy {
	display: none;
}

.about-container {
	margin-bottom: 40px;
}

.about-rules {
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}

.about-rules ul,
.about-rules ol{
	padding-left: 0;
}

.about-rules li {
	padding-top: 10px;
  margin-left: 16px;
}
.about-rules h2 {
	font-size: 36px;
  line-height: 1.3;
  color: #0069AA;
  font-family: 'Montserrat', sans-serif;
}

.topic_video {
	min-height: 380px;
}

.topic_description {
	min-height: 355px;
}

.topic_video {
  background-size: cover;
  background-position: center;
}

.topics,
.event-slider {
	margin-bottom: 100px;
}

.event-slider .span6 > div {
	overflow: hidden;
}

a.cta_button {
	display: inline-block;
}

.slider-date {
	float: right;
  margin-top: 50px;
}

.date {
	font-size: 35px;
  font-family: 'Montserrat', sans-serif;
  line-height: .9;
  color: #9B9B9B;
  text-transform: uppercase;
  text-align: center;
}

.date span {
	display: block;
  font-size: 18px;
}

.date:first-child {
	margin-bottom: 30px;
  position: relative;
}

.date:first-child:after {
	display: block;
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -18px;
  border: solid #9B9B9B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.slider-desc {
	padding-right: 15%;
  padding-left: 20px;
  margin-bottom: 50px;
}

.slider-desc h2,
.slider-desc h4 {
	font-family: 'Montserrat', sans-serif;
  color: #B89E3F
}

.slider-desc h4 {
	font-size: 18px;
  margin: 0;
}

.slider-desc h2 {
	font-size: 34px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px;
}

.event-info {
	color: #9B9B9B;
}

.event-slider .flickity-page-dots {
  left: calc(50% + 25px);
  width: auto;
  bottom: 0;
}

.bottom {
	color: #fff;
  background-color: #1F252E;
}

.submission-info {
	padding-top: 40px;
  padding-bottom: 40px;
}

.submission-info h2 {
	font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.submission-no {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.submission-no span {
	display: block;
  font-size: 22px;
}

.submission-cat {
	font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.submission-desc {
	padding-top: 40px;
  padding-bottom: 40px;
}

.submisson-msg {
	font-size: 26px;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 0;
}

.submisson-msg:before,
.submisson-msg:after {
	display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #B89E3F;
  font-size: 100px;
  line-height: 0.3;
  position: absolute;
}

.submisson-msg:before {
  content: '“';
  left: 0;
  top: 20px;
}

.submisson-msg:after {
  content: '”';
  right: 0;
  bottom: 20px;
}

.submisson-author {
	color: rgba(255,255,255,.5);
  font-style: italic;
  font-weight: 300;
  padding-top: 18px;
  position: relative;
  font-size: 26px;
  display: inline-block;
  margin-top: 0;
}

.submisson-author:before {
	content: '';
  height: 1px;
  background: rgba(255,255,255,.5);
  display: block;
  position: absolute;
  left: 0;
  right: 15%;
  top: 0;
}

.hs-form .form-columns-3 .hs_document {
	position: relative;
}

.hs-form .form-columns-3 .hs-error-msgs {
	text-align: left;
  line-height: 1;
}

html[lang="ar"] .hs-form .form-columns-3 .hs-error-msgs {
	text-align: right;
  left: auto;
  right: 0;
}

.hs-form .input label.error {
	display: none!important;
}

.cta-row {
  color: #fff;
  background-color: #B89E3F;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}


.cta-row a {
  color: #fff;
  background-color: rgba(0,0,0,.5);
  display: inline-block;
  font-family: 'CronosPro',sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 25px;
  min-width: 140px;
  text-align: center;
  text-decoration: none;
  margin-left: 20px;
  -ms-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.cta-row a:hover {
	background-color: rgba(0,0,0,.8);
}

.footer-container-wrapper {
  background: #1F252E;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-logo {
	text-align: right;
}

.footer-logo-image {
	max-width: 50px;
  margin: 0 0 0 auto!important;
  float: none!important;
}

.newsletter-form .hs_firstname,
.newsletter-form .hs_email {
	width: 35%;
  float: left;
  padding-left: 15px;
}

.newsletter-form .hs_submit {
	width: 30%;
  padding-left: 15px;
  float: left;
}

.social-icons {
	text-align: right;
}

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

.social-icons ul li {
	display: inline-block;
  margin: 10px 0 0 8px;
  line-height: 49px;
}

.social-icons a {
	display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.social-icons a i {
	display: block;
  line-height: 24px;
  width: 24px;
  text-align: center;
}

.social-icons a span {
	display: none;
}

.social-icons a i {
	position: absolute;
  right: 0;
  top: 0;
}

.newsletter-form form .actions {
	padding: 0;
}
.newsletter-form .actions input {
	background: 0 0;
  min-height: 40px;
  height: auto;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
  padding: .5rem 1rem;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-border-radius: 0;
  cursor: pointer;
}
.newsletter-form .actions input:hover{
	background-color: #868e96;
    border-color: #868e96;
}

.newsletter-form .hs-input {
	border: 1px solid rgba(255,255,255,.6);
  color: #fff;
  -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.newsletter-form .hs-error-msgs {
list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  font-size: 12px;
  bottom: -24px;
  color: #fff;
}

.newsletter-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.newsletter-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.newsletter-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.submitted-message {
	margin-bottom: 50px;
}

@media (min-width: 1160px) {
  .carousel-cell .row-fluid .span6 {
  	height: 480px;
  }
}


@media (max-width: 1159px) {
  
  .hero h1 {
  	font-size: 36px;
  }
  .about-rules h2,
  .submission-info h2 {
  	font-size: 30px;
  }

  .timer > div,
  .date,
  .submission-form h2 {
  	font-size: 22px;
  }
  
  .submission-cat,
  .submission-form h3 {
  	font-size: 16px;
  }
  
  .slider-desc h2 {
  	font-size: 30px;
  }
  
  .submission-no span {
  	font-size: 20px;
  }
  
  .submisson-author {
  	font-size: 24px;
  }
    
  .submisson-msg {
  	font-size: 25px;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  
  .submisson-msg:before, .submisson-msg:after {
  	font-size: 80px;
  }
  
  .timer > div span {
  	font-size: 16px;
  }
  
  .container-inside h3 {
  	font-size: 24px;
  }

}

@media (max-width: 991px) {
  
  .hero h1 {
    font-size: 32px;
  }
  .about-rules h2,
  .submission-info h2 {
  	font-size: 26px;
  }

  .timer > div,
  .date,
  .submission-form h2 {
  	font-size: 20px;
  }
  
  .date span {
  	font-size: 15px;
  }
 
  
  .slider-desc h2 {
  	font-size: 26px;
  }
  
  .submission-no span {
  	font-size: 18px;
  }
  
  .submisson-author {
  	font-size: 20px;
  }
  
  .topic_description h3,
  .submisson-msg {
  	font-size: 20px;
  }
  
  .submisson-msg {
  	padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .submisson-msg:before, .submisson-msg:after {
  	font-size: 70px;
  }
  
/*   .timer > div span {
  	font-size: 16px;
  } */
  
  .submission-form {
  	padding: 5px 30px 30px;
  }
  
  .topic_description {
  	padding: 30px;
    min-height: 300px;
  }
  
  .topic_video {
    min-height: 358px;
  }
  
  .full-width-featured .bg-video,
  .full-width-featured .page-center {
  	min-height: 500px;
  }
  
  .hero .logo {
  	width: 85px;
    height: 132px;
    margin: 30px 0;
  }
  
  .form-container {
  	top: -390px;
  }

  .topics, .event-slider {
    margin-bottom: 60px;
  }
  
  .about-rules {
  	padding-top: 20px;
  }
  
  .submission-desc,
  .submission-info {
  	padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .step {
  	padding-top: 15px;
  }
  
  .container-inside h3 {
  	font-size: 20px;
  }
  
  .link-privacy {
      top: -60px;
  }

}

@media (max-width: 767px) {
  .full-width-featured .bg-video {
    min-height: 300px;
  }
  .full-width-featured .page-center {
  	min-height: 300px;
    padding-top: 10px;
  }
  
  .header-container-wrapper {
  	padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .header-container-wrapper .mero-nav {
  	float: left;
    width: 40%;
  }
  
  .hero .logo {
    width: 55px;
    height: 85px;
    margin-top: 0;
  }
  
  .hero h1 {
  	max-width: 90%;
    font-size: 30px;
  }
  
	.about-rules h2, .submission-info h2 {
    font-size: 22px;
  }
  
  .timer > div, .date, .submission-form h2 {
  	font-size:20px;
  }
  
  .submission-cat, .submission-form h3 {
  	font-size: 16px;
  }
  
  .form-container {
  	position: static!important;
  }
  
  .topic_block {
  	width: auto;
  }
  
  .submission-desc {
  	padding-top: 0;
  }
  
  .privacy-link {
  	display: inline-block!important;
    margin-top: 0;
    top: -50px;
    margin-left: 145px!important;
  }
  
  .link-privacy {
      top: 0px;
  }
  
  .privacy-link p {
  	margin: 0;
  }
  
  .submission-form {
  	padding: 0 20px 20px;
    margin-bottom: 0;
  }
  
  .submission-info {
    padding-top: 10px;
  	padding-bottom: 10px;
  }
  
  .container-fluid .row-fluid .page-center {
		padding-left: 15px;
    padding-right: 15px;
  }
  
  .timer-container {
  	padding: 15px 20px 10px;
    font-size: 16px;
  }
  
  .topic_description {
  	min-height: auto;
    padding: 0 20px 15px;
  }
  
  .privacy-link .privacy-container,
  .video-popup {
  	max-width: none;
    max-height: none;
    width: 90%;
  }
  
  .close-privacy,
  .video-close {
  	right: 0;
  }
  
  .timer-container,
  .timer > div span {
  	font-size: 14px;
  }
  
  .container-inside h3 {
  	font-size: 16px;
  }
  
  .privacy-container .container-inside {
    padding: 5px 20px 10px;
  }
  
  .slider-desc {
  	padding: 0;
  }
  
  h4, .h4 {
  	font-size: 16px;
  }
  
  .carousel-cell .row-fluid,
  .carousel-cell .row-fluid .span6 {
  	display: block;
    width: auto;
  }
  
  .carousel-cell .row-fluid .span6 {
  	padding-left: 0;
    padding-right: 0;
  }
  
  .slider-desc {
  	margin-bottom: 30px;
  }
  
  .slider-date {
  	float: none;
    margin-top: 0;
  }
  
  .slider-desc h2 {
 		font-size: 20px;
  }
  
  .date {
  	text-align: inherit;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
  }
  
  .date:first-child{
  	margin-right: 30px;
    margin-bottom: 5px;
  }
  
  .date:first-child:after {
  	left: calc(100% + 10px);
    bottom: 2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .date span {
  	display: inline-block;
    margin-left: 3px;
  }
  
  .event-info + p {
  	display: none;
  }
  
  .row-fluid [class*="span"].slider-image {
  	min-height: 280px;
    margin-bottom: 20px;
  }
  
  .submisson-msg:before, .submisson-msg:after {
  	line-height: 0.1;
  }
  
  .submisson-msg:before {
  	top: 30px;
  }
  
  .topics, .event-slider {
		margin-bottom: 40px;
  }
  
  .about-container {
  	margin-bottom: 20px;
  }
  
  .event-slider .flickity-page-dots {
  	left: 0;
  }
  
  .social-icons {
  	text-align: left;
  }
  .social-icons ul li {
  	margin-top: 0;
  }
  
  .social-icons ul li:first-child {
  	margin-left: 0;
  }
  
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  form .hs-fieldtype-file > div.input,
  form .hs-fieldtype-file > label {
  	width: 100%;
  }
  
  .footer-logo {
  	display: none!important;
  }
  
  .cta-row a {
  	padding: 10px;
    min-width: 100px;
  }
 
}

@media (max-width: 767px) {
  .cta-row {
  	padding-left: 0;
    padding-right: 0;
  }
  .newsletter-form .hs_firstname,
	.newsletter-form .hs_email,
  .newsletter-form .hs_submit {
    padding-right: 15px;
    padding-top: 15px;
  	padding-left: 0;
  }
  
  .newsletter-form .hs-error-msgs {
    left: 0;
  }
}

@media (max-width: 575px) {
  .newsletter-form .hs_submit {
  	width: 50%;
    float: none;
  }
  .newsletter-form .hs_firstname,
	.newsletter-form .hs_email {
    width: 100%;
    float: none;
  }
  
  .newsletter-form form .field {
  	margin-bottom: 5px;
  }
  
  .newsletter-form form .field
  
}

/*Arabic*/
.header-container-wrapper .mero-nav a,
html[lang="ar"] .container-inside h3,
html[lang="ar"] .timer-container,
html[lang="ar"] .cta-row,
html[lang="ar"] .submission-no,
html[lang="ar"] .submission-cat,
html[lang="ar"] .submission-info h2,
html[lang="ar"] .about-rules h2,
html[lang="ar"] h4,
html[lang="ar"] .h4,
html[lang="ar"] .slider-desc h2,
html[lang="ar"] .slider-desc h4,
html[lang="ar"] .date,
html[lang="ar"] .hero h1,
html[lang="ar"] .topic_description h3,
html[lang="ar"] form .hs-fieldtype-file > label,
html[lang="ar"] .submission-form h2,
html[lang="ar"] .submission-form h3,
html[lang="ar"] .about-rules,
html[lang="ar"] body,
html[lang=ar] .cta-row a,
html[lang=ar] a.cta_button{
    font-family: 'Arabic Number Bold','GE Dinar Two','CronosPro',sans-serif;
}

html[lang=ar] .cta-text {
	padding-top: 10px;
}

html[lang=ar] .social-sharing > div:first-child {
	right: auto;
  left: 155px;
}

html[lang=ar] .social-icons,
html[lang=ar] .header-container-wrapper {
	text-align: left;
}
html[lang=ar] .header-container-wrapper .sharing-div a {
	margin-left: 0!important;
  margin-right: 10px;
}

html[lang=ar] .form-container {
	right: auto;
  left: 0;
}

html[lang=ar] form .field > div {
	direction: rtl;
}

html[lang=ar] .step span {
	margin-right: 0;
  margin-left: 5px;
}

html[lang=ar] .edd-value {
	padding-right: 10px;
  padding-left: 25px;
}

html[lang=ar] .edd-select {
	display: none;
}

html[lang=ar] .edd-arrow {
	right: auto;
  left: 10px;
}

html[lang=ar] .edd-option {
	padding-right: 22px;
  padding-left: 8px;
}

html[lang=ar] .edd-option-selected:before {
	left: auto;
  right: 6px;
}

html[lang=ar] .privacy-link {
	margin-left: 0!important;
  margin-right: 175px!important;
  float: none!important;
}

html[lang=ar] .privacy-link .privacy-container {
	text-align: right;
}

html[lang=ar].hs-inline-edit .privacy-link {
	margin-right: 0px!important;
}

html[lang=ar] .slider-desc {
  padding-left: 15%;
  padding-right: 20px;
}

html[lang=ar] .event-slider .flickity-page-dots {
	left: auto;
  right: calc(50% + 25px);
  direction: ltr;
}

html[lang=ar] .slider-date {
	float: left;
}

html[lang=ar] .submisson-msg:before{
	left: auto;
  right: 0;
}

html[lang=ar] .submisson-msg:after{
	right: auto;
  left: 0;
}

html[lang=ar] .container-inside ul {
	padding-right: 16px;
  padding-left: 0;
}

html[lang=ar] .cta-row a {
	margin-right: 10px;
  margin-left: 0;
}

html[lang=ar] .about-rules ul,
html[lang=ar] .about-rules ol {
	padding-right: 0;
}

html[lang=ar] .about-rules li {
	margin-right: 16px;
  margin-left: 0;
}

html[lang=ar] .video-close {
	right: auto;
  left: -30px;
}

@media (max-width: 1139px) and (min-width: 768px), (min-width: 1140px) {
  
  html[lang=ar] .header-container-wrapper .mero-nav {
  	text-align: right;
  }
  
  html[lang=ar] .cta-row .page-center .row-fluid [class*="span"]:first-child,
  html[lang=ar] .newsletter-form .hs_firstname,
  html[lang=ar] .newsletter-form .hs_email,
  html[lang=ar] .newsletter-form .hs_submit,
  html[lang=ar] .header-container-wrapper .row-fluid [class*="span"].mero-nav {
  	float: right;
  }
  
  html[lang=ar] .row-fluid [class*="span"] {
    margin-left: 0;
    *margin-left: 0;
  }
  html[lang=ar] .row-fluid [class*="span"]:first-child {
  	margin-right: 0;
    *margin-right: 0;
  }
  
  html[lang=ar] .footer-logo-image {
  	margin: 0 auto 0 0!important
  }
  html[lang=ar] .about-rules,
  html[lang=ar] .copyright,
  html[lang=ar] .bottom .span5 {
    float: right;
  }
}

@media (max-width: 767px) {
  html[lang=ar] .video-close,
  html[lang=ar] .close-privacy{
  	left: 0;
  }
  
  html[lang=ar] .slider-date {
  	float: none;
  }
  
  html[lang=ar] .date:first-child {
    margin-left: 30px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  
  html[lang=ar] .date:first-child:after {
      left: auto;
      right: calc(100% + 10px);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    }
  
  html[lang=ar] .social-icons {
  	text-align: right;
  }
  html[lang=ar] .header-container-wrapper .mero-nav {
  	float: right;
    text-align: right;
  }
  html[lang=ar] .header-container-wrapper .mero-nav a {
  	margin-right: 0;
  }
  
  html[lang=ar] .social-icons ul li:first-child {
  	margin-left: 10px;
  }
  
  html[lang=ar] .newsletter-form .hs_firstname, 
  html[lang=ar] .newsletter-form .hs_email {
  	float: right;
  }
  html[lang=ar] .newsletter-form .hs_firstname {
  	padding-right: 0;
  }
}

html[lang=ar] form .hs-fieldtype-file > div.input:after {
	content: 'ارفاق';
}

.hide {
	display: none!important;
}
.hs-dependent-field {
    display: inline-block;
}
ul.inputs-list {
    display: inline-flex;
}