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


/*****************************************/
/* Imported Fonts   */
/*****************************************/
@font-face {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Fonts/revicons.eot") format("eot"), 
    url("https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Fonts/revicons.ttf") format("ttf"), 
    url("https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Fonts/revicons.woff") format("woff")
}
/************************************************/
/* Global CSS                                   */
/************************************************/
/* CSS for Anchor                               */
/* CSS for Headings                             */
/* CSS for content formating                    */
/* Custom CSS                                   */
/* CSS for Table                                */
/* CSS for Forms                                */
/************************************************/
* {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
}
html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px; 
  line-height: 24px; 
  font-weight: 300; 
  color: #41505a;
  -webkit-text-size-adjust: 100%; 
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  margin: 0;
  padding: 0
} 
/*****************************************/
/* CSS for Anchor                        */
/*****************************************/
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  /*text-decoration: underline;*/
  color: #f05927
}
a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
/*****************************************/
/* CSS for Buttons                      */
/*****************************************/
.btn{
  display: inline-block;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 1em;
  line-height: 26px;
  box-shadow .15s ease-in-out;
}
.btn:hover{
  box-shadow: 0 0 5px #999999;
}
.btn-primary{
  color: #ffffff !important;
  background-color: #39bad8;
}
.btn-secondary{
  color: #ffffff !important;
  background-color: #999999;
}
.btn-warning{
  color: #ffffff !important;
  background-color: #f05927;
}
.btn-warning-ouline{
  border:1px solid #f05927;
  color: #f05927 !important;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-big.png?t=1522263702921) 94% center no-repeat;
}
.btn-warning-ouline:hover{
  color: #ffffff !important;
  background-color: #f05927 !important;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1522263702921)  94% center no-repeat;
}
.btn-lg{
  padding: 13px 15px 15px;
  font-size: 1.2em;
}
.btn-xlg{
  padding: 15px 50px 16px 30px;
  font-size: 1.5em;
}
.arrow-right-white{
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1521527261348) bottom right no-repeat;
  background-origin: content-box;
  display: inline-block;
  width: 10px;
  height: 20px;
  float: right;
  margin-top: 4px;
  margin-left: 5px;
}
/*****************************************/
/* CSS for Headings                      */
/*****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0; 
  font-weight: 300; 
  line-height: 1.5; 
}
.page-header{
  font-size: 3.438em; 
}
h1 {
  font-size: 2.933em; 
}
h2 {
  font-size: 2.133em; 
}
h3 {
  font-size: 1.750em; 
}
h4{
  font-size: 1.25em; 
}
h5 {
  font-size: 1.067em; 
}
h6{
  font-size: 0.800em; 
}
/*************************************************/
/* CSS for content formating   */
/*************************************************/
p {
  margin-bottom: 15px;
}
ul,
ol {
  margin-top: 0; 
  margin-bottom: 10px; 
  padding-left: 15px; 
  font-size: 1em; 
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-left: 15px;
}
hr {
  margin-bottom: 15px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
/*************************************************/
/* Custom CSS                                    */
/*************************************************/
.d-flex{
  display: -webkit-box;     
  display: -moz-box;        
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: -o-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
}
.justify-content-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-space-between{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
}
.justify-content-start{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-items-center{
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.align-items-start{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: felx-start;
}
/* Margin */
.mb-0{ margin-bottom: 0px; }
.mb-5{ margin-bottom: 5px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-28{ margin-bottom: 28px; }
.mb-30{ margin-bottom: 30px; }
.mr-50{ margin-right: 50px; }
.mr-15{ margin-right: 15px; }
.mt-5{ margin-top: 5px; }
.mt-10{ margin-top: 10px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-40{ margin-top: 40px; }
.mt-60{ margin-top: 60px; }
.lead {
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.2em;
}
.light-30px {
  font-size: 30px;
  line-height: 40px
}
.arrow-list {
  padding-left: 0px;
}
.arrow-list,
.arrow-list ul {
  list-style-type: none;
}
.arrow-list li:before {
  content: "";
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid #f05927;
  display: inline-block;
  padding-right: 10px;
}
.page-center {
  margin-right: auto;
  margin-left: auto;
}
.cta-btn-wrapper{
  background-color: #f05927!important;
  padding: 9px 20px 11px!important;
  line-height: 1.2!important;
  margin-top: 20px;
  display: inline-block!important;
  font-style: normal;
  font-family: 'Lato', sans-serif!important;
  border-radius: 3px 3px 3px 3px!important;
  font-size: 16px!important;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.cta-btn-wrapper:hover{
  color: #f05927!important;
  background-color: #fff!important;
}
.float-lt{
  float: left;
}
.float-rt{
  float: right;
}
.highlightcolor{
  color : #f05927;
}
.highlightprimarycolor{
  color : #39bad8;
}
/*************************************************/
/* CSS for Table                                 */
/*************************************************/
.table-bordered {
  border: 1px solid #e5e5e5; 
}
.table {
  width: 100%; 
  margin-bottom: 20px; 
  border-collapse: collapse; 
  border-spacing: 0; 
}
.table-bordered>tbody>tr>td, 
.table-bordered>thead>tr>th {
  border: 1px solid #e5e5e5; 
  padding: 8px; 
  line-height: 1.428571429; 
  vertical-align: top;  
}
/*************************************************/
/* CSS for Forms                                 */
/*************************************************/
.field.hs-form-field{
  margin-bottom: 5px!important;
}
.hs-form-field .hs-input {
  /* Display */
  border-radius: 0px; 
  padding: 15px;
  width: 100%; 
  /* Other */
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  border: none;
  background: #f3f3f4;
  color: #41505a;
  font-weight: 400 !important;
  box-shadow: none!important;
}
.hs-form-field .hs-form-required{
  display: none;
}
.hs-form-field ul{
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  line-height: 1em;
}
.hs-form-field .hs-input:focus {
  /* Display */
  border-color: #39bad8; 
  outline: 0;
}
.hs-form-field .hs-input.invalid.error {
  /* Display */
  border-color: #f05927 !important; 
  outline: 0; 
}
.careers-tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  border: 1px solid #f2f2f2;  
}
/************************************************/
/* Tab                                          */
/************************************************/
.careers-tab {
  display: none;
}
.careers-tab:checked:nth-of-type(1) ~ .careers-tab-content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.careers-tab:checked:nth-of-type(2) ~ .careers-tab-content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.careers-tab:checked:nth-of-type(3) ~ .careers-tab-content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.careers-tab:checked:nth-of-type(4) ~ .careers-tab-content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.careers-tab:checked:nth-of-type(5) ~ .careers-tab-content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.careers-tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.careers-tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.careers-tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.careers-tab:checked + label {
  background-color: #f05927;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.careers-tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #f05927;
  color: white;
}
.careers-tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.careers-tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.careers-tab-content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
/************************************************/
/* Header                                       */
/************************************************/
.custom-logo{
  max-width: 140px;
  padding: 20px 0
}
.custom-logo img {
  max-width: 120px;
  width: auto;
  height: auto;
}
.custom-fixed-header {
  min-height: 55px !important;
  position: relative;
  z-index: 99
}
.custom-header-bg {
  padding: 0 15px;
  position: static;
  z-index: 999999;
  top: -100px;
  background-color: #f2f2f2;
}
.custom-header-bg .page-center {
  max-width: 100% !important;
  padding: 0!important;
}
/************************************************/
/* Top Navigation                               */
/************************************************/
.custom-menu-primary {
  float: right !important;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  float: right;
  padding: 20px 0 0 0;
  background: transparent
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  background: transparent
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-style: normal;
  position: relative;
  padding: 0 15px;
  line-height: 34px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
  background: transparent
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover .custom-menu-primary .hs-menu-wrapper>ul>li>a.active {
  color: #f05927
}
.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
}
.custom-fixed-header .custom-menu-primary ul.hs-menu-children-wrapper {
  background: #fff;
  padding: 10px 0px;
  border-top: 5px solid #f05927;
}
.custom-fixed-header .custom-menu-primary ul.hs-menu-children-wrapper li a {
  padding: 3px 20px;
}
.custom-fixed-header .custom-menu-primary ul li a:hover {
  color: #f05927;
}
li.hs-menu-item ul {
  display: none;
}
li.hs-menu-item:hover ul {
  display: block;
}
.hs-menu-wrapper ul {
  padding: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none !important;
  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:last-child a{
  padding-right: 0!important;
}
.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 .4s;
  position: absolute;
  left: -1px;
  margin-top: -1px;
  z-index: 0;
  min-width: 150px;
}
.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
}

.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
}
.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 .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
}
.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
}
/************************************************/
/* Header Banner                                */
/************************************************/
.custom-top-slider .slick-slide-inner-wrapper>img {
  display: none !important
}
.custom-top-slider .slick-slide-inner-wrapper {
  width: 100%;
  height: 100%;
  min-height: 550px;
}
.custom-top-slider.slide .slick-slider .slick-arrow{
  font-size: 24px!important;
  margin-top: 0px!important;
  width: 35px;
}
.custom-top-slider .hs_cos_gallery_main {
  padding: 0 !important
}
.custom-fixed-header {
  position: relative;
  z-index: 99
}
.custom-top-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important
}
.custom-top-slider .caption.below {
  margin: 0 auto;
  display: block;
  max-width: 1140px;
  padding: 115px 20px 0 20px; 
  color: #ffffff;
}
.custom-top-slider .caption.below h1 {
  margin-bottom: 35px;
  max-width: 725px;
  line-height: 1.2 !important;
}
.custom-top-slider .caption.below h3 {
  line-height: 1.2em;
  max-width: 725px;
}
.custom-top-slider .caption.below span {
  display: block; 
}
.custom-top-slider .caption.below img {
  max-width: 155px;
  margin-top: 60px
}
.custom-top-slider .caption.below a:hover {
  color: #f05927;
  background-color: #fff
}
.custom-top-slider .slick-slider {
  margin-bottom: 0 !important
}
.custom-top-slider .slick-prev,
.custom-top-slider .slick-next {
  padding: 0px;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 60px;
  height: 60px;
  z-index: 9
}
.custom-top-slider .slick-next {
  border-radius: 5px 0 0 5px
}
.custom-top-slider .slick-prev {
  border-radius: 0 5px 5px 0
}
.custom-top-slider .slick-prev:before,
.custom-top-slider .slick-next:before {
  font-family: revicons;
  font-size: 0.938em;
  color: #fff !important;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #000;
  transition: all .3s;
  -webkit-transition: all .3s
}
.custom-top-slider .slick-prev:before {
  content: '\e824'
}
.custom-top-slider .slick-next:before {
  content: '\e825'
}
.custom-top-slider ul.slick-dots {
  margin: 0;
  position: absolute;
  bottom: 18px
}
.custom-top-slider ul.slick-dots li {
  margin: 0 1.5px
}
.custom-top-slider ul.slick-dots button {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  background: -moz-linear-gradient(top, #999999 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #999999 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #999999 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #999999 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #999999 0%, #e5e5e5 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(229, 229, 229)", gradienttype=0);
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  width: 18px;
  height: 18px
}
.custom-top-slider .slick-prev:hover:before,
.custom-top-slider .slick-next:hover:before {
  transform: scale(1.5)
}
.custom-top-slider ul.slick-dots {
  bottom: 55px;
}
.custom-top-slider ul.slick-dots button:before {
  content: none !important
}
.custom-top-slider .slick-dots li.slick-active button {
  background: #666
}
body.hs-homepage-layout .header-container-wrapper {
  min-height: 550px
}
.custom-top-slider .slick-prev,
.custom-top-slider .slick-next {
  margin-top: -33px
}
.hm-whowe-are{
  margin-top: 25px;
}
/*************************************************/
/* Custom Modules                                */
/*-----------------------------------------------*/
/* Client Logo's Silder (jssor Slider)             */
/*************************************************/
.clients-logo-wrapper .clients-custom-gallery{
  background-color: #b4bbbf!important;
}
#clients-logo-slider-main-wrapper .clients-logo-slider{
  overflow: inherit!important;
}
.clients-logo-slider .slider-arrows{
  display:block;
  position:absolute;
  cursor:pointer;
  height: 30px; 
  width: 30px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.clients-logo-slider:hover .slider-arrows{
  opacity:1;
}
.clients-logo-slider .slider-arrows:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  padding:5px;
  width: 20px;
}
.clients-logo-slider .slider-arrows.arrowright{
  left: auto!important;
}
.clients-logo-slider .slider-arrows.arrowleft:before {
  content: "\f137";
}
.clients-logo-slider .slider-arrows.arrowright:before {
  content: '\f138';
}
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.clients-logo-slider .logo-slider > div{
  text-align: center;
}
.slider-arrows:hover {
  opacity:.8;
}
/*************************************************/
/* Home Solutions Boxes Module CSS               */
/*************************************************/
.data-service.home-sol-box {
  background: #fcfcfc;
  margin-bottom: 20px;
  padding: 20px 15px 17px;
  display: block;
  transition: .5s ease;
  text-align: center;
}
.data-service.home-sol-box:hover {
  background: #f05927;
}
.data-service.home-sol-box .bottom-button p {
  padding: 6px 30px 8px 10px;
  border: 1px solid;
  display: inline-block;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: left;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-big.png?t=1491949605849) 97% center no-repeat;
  transition: .5s ease;
  border-color: #f05927;
  color: #f05927;
}
.data-service.home-sol-box:hover .bottom-button p {
  color: #fff;
  background-color: #f05927;
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1491949605849);
  border-color: #fff;
}
.data-service.home-sol-box .bottom-button {
  margin-top: 0;
}
.data-service.home-sol-box:hover .content-area p,
.data-service.home-sol-box:hover .content-area h4 {
  color: #fff;
}
.data-service.home-sol-box .content-area h4 {
  font-size: 2.125em;
  color: #f05927;
}
.data-service.home-sol-box .hover-img {
  display: none;
}
.data-service.home-sol-box:hover .hover-img {
  display: block;
}
.data-service.home-sol-box:hover .before-hover {
  display: none;
}
.data-service.home-sol-box .before-hover,
.data-service.home-sol-box .hover-img {
  min-height: 80px;
}
.data-service .bottom-button {
  margin-top: 40px
}
/*************************************************/
/* Progress CSS Starts                           */
/*************************************************/
.progress-home:before {
  content: "";
  background-color: rgba(241, 90, 50, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.progress-home {
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/home-progress-bg.png);
  padding: 20px 0 0px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.animationCircle.circle {
  text-align: center;
  position: relative;
}
.animationCircle.circle span {
  display: block;
  text-align: center;
  font-size: 1.875em;
  color: #ffffff;
  line-height: 1.2em;
  margin: 10px 0;
}
.animationCircle.circle strong {
  position: absolute;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: 400;
}
.animationCircle.circle strong {
  display: none;
}
.animationCircle.circle .showvalue {
  font-size: 1.875em;
  color: #ffffff;
  margin: 0;
  position: absolute;
  width: 80px;
  left: 50%;
  top: 63px;
  margin-left: -40px;
  font-weight: 400;
}
.animationCircle.circle canvas {
  width: 150px;
  height: 150px;
}
/*************************************************/
/* Data Service Module                           */
/*************************************************/
.data-services-wrapper{
  padding-top: 20px;
}
.data-services-wrapper .data-services-title{
  margin-bottom: 50px;
}
.data-services-wrapper .data-service{
  text-align: center;
}
.data-services-wrapper .data-service > a{
  display: block;
} 
.data-services-wrapper .data-service h4 a{
  color: #f05927;
}
.data-service .content-area {
  min-height: 210px;
  margin-bottom: 20px;
}
.data-services-wrapper .data-service .content-area {
  min-height: 215px;
  margin-top: 25px;
}
.data-services-wrapper .light-30px {
  padding-right: 335px
}
.data-services-wrapper .data-service .bottom-button{
  margin-top: 0px;
}
.data-services-wrapper .blue.dataservices-col .bottom-button a:hover {
  background-color: #39bad8;
  color: #fff;
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1490024765962)
}
.data-services-wrapper .blue .data-service .bottom-button a {
  color: #39bad8;
  border-color: #39bad8;
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/blue-rightarrow.png?t=1490024765962);
}
.data-services-wrapper .data-service .bottom-button a {
  width: 100%;
  padding: 6px 30px 8px 10px;
  border: 1px solid;
  display: flex;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: left;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-big.png?t=1490024765962) 97% center no-repeat;
  transition: .5s ease;
  border-color: #f05927;
  color: #f05927;
  min-height: 55px;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.data-services-wrapper .data-service .bottom-button a:hover {
  background-color: #f05927;
  color: #fff;
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1490024765962)
}
/*************************************************/
/* DevOps Css Starts                             */
/*************************************************/
.devops-detail .slider-inner{
  position: relative;
}
.devops-detail .slider-inner .slider-content{
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
}
.devops-detail .slider-inner .slider-content .slider-text{
  margin-bottom: 50px;
}
.devops-detail .slider-inner .slider-content .slider-caption{
  width: 100%;
  bottom: 0;
  background: rgba(34,34,34,0.6);
  padding: 20px 0;
}
.featured-benefits .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;     
  display: -moz-box;        
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
}
.featured-benefits .featured-items{
  text-align: center;
  margin-bottom: 50px;
  font-size: 0.85em;
}
.featured-benefits .featured-items img{
  margin-bottom: 10px;
}
.featured-benefits .featured-items p{
  line-height: 1.4em;
}
.featured-benefits .data-services-title{
  margin-bottom: 20px;
  margin-top: 35px;
}
.featured-benefits .left {
  border-bottom: 1px dotted #b4bbbf;
  width: 70% !important;
  padding-right: 20px;
  min-height: 435px !important;
  display: -webkit-box;     
  display: -moz-box;   
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-benefits .widget-type-linked_image.right{
  background-color: #f2f2f2;
  margin-top: -30px;
  min-height: 455px;
  padding: 190px 20px 25px 20px;
  margin-left: 0;
  width: 30%;
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  min-width: 333px;
}
.featured-benefits .widget-type-linked_image.right > .cell-wrapper.layout-widget-wrapper{
  width:100%;
}
.devops-casestudy-wrapper .case-study .one-third li,
.devops-casestudy-wrapper .case-study .one-third.midle li{
  margin: 7px 0 !important;
}
.devops-casestudy-wrapper .one-third.left .heading{
  color: #f05927; 
}
.one-third.left .heading{
  display: block;
  font-size: 2em;
}
.case-study .one-third.left a{
  font-size: 1.3em;
  font-weight: 300;
  color: black;
  position: relative;
}
.case-study span.heading-title:after {
  content: "";
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-big.png?t=1487271957821);
  width: 9px;
  height: 17px;
  display: inline-block;
  position: absolute;
  bottom: 1px;
  right: -18px;
}
/*************************************************/
/* Airline Practice Css Starts                             */
/*************************************************/
.airline-practice-services-list-wrapper .row-fluid-wrapper .row-fluid{
  display: -webkit-box;     
  display: -moz-box;    
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.airline-practice-services-list-wrapper .airline-practice-services-list{
  margin: 0!important;
  padding: 10px;
  max-width: 450px;
}
.airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .hoverboxinfo{
  top: calc(100% - 65px);
}
.airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer:hover .hoverboxinfo{
  top: 0;
}
.airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .ico-head{
  padding: 10px 0px;
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .content{
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
} 
.airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .heading{
  margin-top: 0px;
  font-size: 20px!important;
}
/*************************************************/
/* Game Development CSS Starts                          */
/*************************************************/
div.span8.game-develop-practice-desc {
  padding-top: 15px;
}
.unity-expertise-strip {
  background:url(https://cdn2.hubspot.net/hubfs/2721854/Gaming/Unity%20Partnership%201366x420.jpg) no-repeat center center; 
  background-size: cover;
  background-color:rgba(0,0,0,0.1); 
  padding-top: 10px; 
  padding-bottom: 20px;
  color:white;
  margin-top: 30px;
}
.unity-expertise-strip .content-wrapper{
  overflow: hidden;
}
.unity-expertise-strip .content-wrapper .game-practice h4{
  margin-bottom: 0;
}
.unity-expertise-strip .content-wrapper .game-practice .row-fluid{
  display: -webkit-box;     
  display: -moz-box;  
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.unity-expertise-strip .content-wrapper .game-practice .game-practice-left{
  margin-right: 30px;
  max-width: 280px;
  min-width: 280px;
} 
.unity-expertise-strip .content-wrapper .game-practice .game-practice-right h4{
  margin-bottom: 0;
}
.game-development-services-list-wrapper{
  background-color: #f2f2f2;
  padding: 15px 0;
}
.game-development-services-list-wrapper .gaming-benifits-module .benifit-sub-module {
  border-bottom: 1px solid #ffffff;
}
.game-development-services-list-wrapper .gaming-benifits-module .benifit-sub-module .page-center{
  padding: 35px 0;
}
.game-development-services-list-wrapper .gaming-benifits-module .benifit-sub-module:last-child{
  border-bottom: none;
}
.game-development-services-list-wrapper .gaming-benifits-module .benifit-sub-module .benifit-head{
  position:relative;
  padding-left: 20px;
}
.game-development-services-list-wrapper .gaming-benifits-module .benifit-sub-module .benifit-head:before{
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Gaming/BlueBullet.png?t=1520887573397);
  content: "";
  width: 9px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 12px;
}
.game-development-services-list-wrapper .gaming-benifits-module .game-body-text{
  font-size: 1.125em;
  padding-left: 20px;
  margin-bottom: 10px;
}
.unity-professional-services-wrapper{
  margin-bottom: 30px !important;
  margin-top: 30px!important;
}
.unity-professional-services-wrapper .dataservices-col{
  margin: 0!important;
  padding: 0 20px;
  width: 33.3333%!important;
}
.unity-professional-services-wrapper .dataservices-col .data-service{
  text-align: center;
}
.unity-professional-services-wrapper .dataservices-col .data-service a{
  display: block;
  margin-bottom: 30px;
}
.unity-professional-services-wrapper .dataservices-col .data-service a:hover{
  color: #41505a;
}
.unity-professional-services-wrapper .dataservices-col .data-service .content-hyperlink{
  font-size: 20px;
}
.unity-professional-services-wrapper .dataservices-col .data-service .game-learn-more a{
  display: inline-block;
  margin-bottom: 0;
  padding: 0 30px 0 10px!important;
}
.unity-professional-services-wrapper .dataservices-col .data-service .game-learn-more a:hover{
  color: white;
}
.unity-professional-services-wrapper .dataservices-col.middle{
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.inner-page-sub-header-content .inner-page-sub-header-title{
  line-height:1;
}
/*************************************************/
/* Box Hover Css Starts                           */
/*************************************************/
.hoverbox-outer {
  position: relative;
  overflow:hidden;
}
.hoverbox-outer .hoverboxinfo {
  position: absolute;
  top: calc(100% - 70px);
  left: 0;
  background:rgba(78,78,78,0.8);
  color:#ffffff;
  width:100%;
  height:100%;
  padding:0 10px;
  font-weight:300;
  transition:.5s ease;
}
.hoverbox-outer:hover .hoverboxinfo{
  top:0;
}
.hoverbox-outer .hoverboxinfo p{
  color:#ffffff;
  line-height:20px;
  font-size:15px;
}
.hoverbox-outer .hoverboxinfo ul{
  padding-left: 0;
  float: left;
  margin-top: 0;
  width: 100%;
}
.hoverbox-outer .hoverboxinfo li{
  line-height:20px;
  font-size:15px;
  list-style:none;
  position: relative;
  padding-left: 14px;
  float: left;
  width: 100%;
}
.hoverbox-outer .hoverboxinfo li:before{
  content:"";
  background-image:url("https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow.png?t=1487271957821");
  width:7px;
  height:13px;
  top: 5px;
  position: absolute;
  left: 0;
}
.hoverbox-outer .background img {
  width: 100%;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hoverbox-outer:hover .background img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hoverbox-outer .ico-head{
  width:100%;
  float: left;
  padding:25px 0;
}
.hoverbox-outer .heading {
  font-size: 32px;
  margin-top:15px;
  margin-left:10px;
  float:left;
}
.hoverbox-outer .icon {
  margin-right:10px;
  float:left;
}
.tool-expertise.page-center{
  padding-top: 0 !important;
}
.tool-expertise .hoverbox-outer .icon {
  width: 33px
}
.tool-expertise .hoverbox-outer .heading {
  font-size: 1.25em;
  margin-top: 3px;
  margin-left: 0
}
.tool-expertise .hoverbox-outer .icon {
  margin-right: 10pxpx
}
.tool-expertise .hoverbox-outer .ico-head {
  padding: 20px 0
}
.tool-expertise-heading {
  padding: 50px 0;
  border-top: 1px dotted #b4bbbf;
  margin-top: 40px;
}
.tool-expertise {
  margin-top: 30px
}
/*************************************************/
/* Case Study Module CSS                         */
/*************************************************/
.case-study {
  position: relative;
  border-radius: 0 80px 0 80px;
  overflow: hidden;
  color: #ffffff;
}
.case-study .one-third {
  height: 100%;
  width: 33.33333%;
  position: absolute;
  padding: 30px;
  font-weight: 400;
}
.case-study .one-third.left {
  bottom: 0;
  left: 0;
  padding-top: 300px;
  padding-left: 40px;
}
.case-study .one-third.midle {
  left: 33.33333%;
  top: 0;
  background: rgba(78,78,78,0.8);
  font-size: 16px;
}
.case-study .one-third.right {
  right: 0;
  top: 0;
  background: #f05927;
  border-radius: 0 80px 0 0;
}
.case-study .one-third.right p{
  font-size: 20px;
}
.case-study .one-third ul {
  margin:0;
  padding:0;
}
.case-study .one-third h4{
  font-size: 1.25em;
  line-height: 1.4em;
}
.case-study .one-third .btn-warning-ouline{
  border-color: white;
  color: white !important;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1522263702921) 94% center no-repeat;
  padding-right: 40px;
  font-weight: 300;
}
.case-study .one-third .btn-warning-ouline:hover{
  border-color: #f05927;
}
.case-study .one-third li {
  margin: 2px 0;
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  list-style:none;
}
.case-study span.heading {
  font-size:2em;
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.2em;
}
.case-study .one-third li:before {
  content: "";
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-white.png?t=1487271957821);
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  top: 7px;
  left: 0;
  position: absolute;
}
/*************************************************/
/* Description Module CSS Starts                    */
/*************************************************/
.description-module {
  margin-top: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}
.description-module .area {
  width: 33.3333%;
  float: left
}
.description-module .middle-area.area {
  text-align: center;
  padding: 0 25px
}
.description-module .middle-area.area img {
  margin-bottom: 15px
}
.description-module h1 {
  color: #f05927;
  font-size: 2.125em;
  margin-bottom: 35px
}
.description-module.airline-customer-data-exchange{
  margin-top: 20px;   
}
/*************************************************/
/* Benifits Module CSS Starts                    */
/*************************************************/
.benifits-module {
  display: -webkit-box;     
  display: -moz-box;  
  display: -ms-flexbox;      
  display: -ms-flex;
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.benifits-module .area {
  width: 33.333%;
  position: relative;
  float: none;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink: 1;
  -ms-flex-negative: 1;
}
.benifits-module .area.middle {
  background-color: #f05927;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benifits-module .area.middle span {
  display: block;
  max-width: 100%;
}
.benifits-module .area.middle .middle-button{
  max-width: 100%; 
}
.benifits-module .area.middle .heading {
  font-size: 2.125em;
  margin: 25px 0
}
.benifits-module .area.middle .tagline {
  font-size: 1.500em;
  line-height: 27px
}
.benifits-module .middle-button a {
  display: inline-block;
  border: 1px solid;
  padding: 15px 50px 20px 25px;
  transition: .5s ease;
  color: #fff;
  margin-top: 50px;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1490024765962) 94% center no-repeat;
  font-size: 1.375em;
}
.benifits-module .middle-button a:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-big.png?t=1490024765962);
  color: #f05927;
  border-color: #fff;
  background-color: #fff
}
.benifits-module .area.left {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/benifits-leftbg.png?t=1490024765962);
  background-position-x: left
}
.benifits-module .area.right {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/benifits-rightbg.png?t=1490024765962);
  background-position-x: right
}
.benifits-module .area.left,
.benifits-module .area.right {
  padding: 50px 0;
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat
}
.benifits-module .area.left p,
.benifits-module .area.right p {
  position: relative
}
.benifits-module .area.left p:before,
.benifits-module .area.right p:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-big.png?t=1490024765962);
  content: "";
  width: 9px;
  height: 17px;
  top: 3px;
  position: absolute;
  left: -20px
}
.benifits-module .area .content-area {
  display:block;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  background-color: rgba(255, 255, 255, .9);
  padding: 50px;
}
.benifits-module .area.middle:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f05927;
  content: "";
  position: absolute;
  left: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -20px
}
.benifits-module .area.middle:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f05927;
  content: "";
  position: absolute;
  right: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -20px
}
/*************************************************/
/* Inner Page Contact CSS                        */
/*************************************************/
.inner-contact-wrapper .inner-contact-title{
  text-align: center;
}
.inner-contact-wrapper .inner-contact-title h3{
  margin-bottom: 55px!important;
}
.inner-contact-wrapper .hs-richtext {
  color: #39bad8;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}
.inner-contact-wrapper textarea{
  height: 100px;
  max-width: 535px;
  max-height: 120px;
  min-width: 300px;
  min-height: 100px;
}
.inner-contact-wrapper input.hs-button,
.game-learn-more a,
.Submit-resume-form-wrapper form .actions .hs-button {
  background-color: #39bad8 !important;
  font-size: 1.25em !important;
  border-radius: 0 !important;
  margin-top: 10px;
  padding-left: 25px !important;
  padding-right: 40px !important;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1520887573397) 94% center no-repeat;
  font-weight: 300 !important;
  font-family: 'Lato',sans-serif;
}
.Submit-resume-form-wrapper .cell-wrapper form.hs-form.stacked.hs-custom-form .hs-submit .actions .hs-button.primary.large{
  font-size: 1.25em !important;
  background-color : #F0592C!important;
}
.Submit-resume-form-wrapper .cell-wrapper #hs_cos_wrapper_module_1487251661332529 form.hs-form.stacked.hs-custom-form .hs-submit .actions .hs-button.primary.large{
  font-size: 1.25em !important;
  font-weight:300 !important;
}
.inner-contact-wrapper input.hs-button{
  margin-bottom: 35px!important;
}
.contact-form-info-wrapper .hs-recaptcha{
  margin: 15px 0 10px;
}
ul.hs-error-msgs{
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  line-height: 1em;
}
ul.hs-error-msgs label {
  color: red;
  font-size: 12px
}
.innercontact-left{
  position:relative;
}
.innercontact-left img{
  position:absolute;
  right:0;
  z-index:0;
}
.contactleft-text {
  position:relative;
  width:80%;
  padding-top:20px;
  padding-left:20px;
}
.contactleft-text h2 {
  font-size:26px;
  line-height:30px;
  color:#ffffff;
}
.contactleft-text p{
  font-size:22px;
  color:#ffffff;
  padding-right: 55px;
}
.cm-sol-wth-bg {
  padding: 0 !important;
  background-attachment: fixed;
}
.solution-overlay>.row-fluid-wrapper {
  padding: 40px 0 !important
}
.span12.widget-span.widget-type-widget_container.cm-solution-row-1 {
  border: 0;
  padding: 0;
}
.page-header.section-header {
  text-align: center;
}
.section-header h1 {
  font-size: 2.500em;
  color: #39bad8;
  margin-bottom: 0;
}
.section-header span {
  color: #39bad8;
  font-size: 0.875em;
}
.loyalty .cm-1-col-rgt-sdbr-rgt h5 {
  font-size: 1.250em;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 4px;
}
.loyalty:before {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.cm-1-col-rgt-sdbr-rgt a {
  background-color: #f05927;
  color: #fff !important;
  padding: 14px 30px;
  font-weight: 800;
  display: inline-block;
}
.cm-1-col-rgt-sdbr-rgt h3 {
  font-size: 2.500em !important;
  padding: 50px 0 40px 0;
}
.cm-1-col-rgt-sdbr-lft h3 {
  font-size: 2.500em;
  font-weight: 600;
  padding-bottom: 40px
}
.cm-1-col-rgt-sdbr-lft h3 {
  display: none;
}
.cm-1-col-rgt-sdbr-lft img,
.cm-1-col-rgt-sdbr-rgt img {
  width: 120px;
}
.solution-overlay ul {
  margin-top: 30px;
  padding: 0;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.solution-overlay ul li {
  padding: 19px 11px;
  display: block;
  font-size: 1.250em;
  color: #4f5759;
}
.solution-overlay ul li:nth-child(odd) {
  background: #c3dde7;
}
.solution-overlay ul li:nth-child(even) {
  background: #c3dde7;
}
.cm-1-col-rgt-sdbr-lft {
  text-align: center;
}
.solution-tophead div#hs_cos_wrapper_widget_1485764347147 {
  padding-top: 30px;
}
.solution-tophead p.secondary-header {
  margin-bottom: 0 !important;
}
ul.hs-error-msgs.inputs-list li {
  width: 100%;
  float: left;
}
.newsletter {
  color: #fff
}
/*************************************************/
/* Inner Page Header Sub Wrapper                 */
/*************************************************/
.inner-page-sub-header-wrapper{
  background-color: #f05927;
  color: white;
  border-top: #999999 solid 4px;
}
.inner-page-sub-header-wrapper.inner-page-sub-header-wrapper1{
  margin-bottom:30px !important;
}
.inner-page-sub-header-wrapper .inner-page-sub-header{
  position: relative;
  padding: 20px 0 30px!important;
}
.inner-page-sub-header-wrapper .inner-page-sub-header.inner-page-sub-header1{
  position: relative;
  padding: 10px 0 0px!important;
}
.inner-page-sub-header-wrapper .inner-page-sub-header-dec{
  margin-bottom: 0;
}
.inner-page-sub-header-wrapper .inner-page-sub-header .inner-page-header-img{
  position: absolute;
  right: 0;
  bottom: -130px;
  max-width: 290px;
}
.game-development-subheader-wrapper .inner-page-sub-header-wrapper{
  background-color: #46505a !important;
  border-top: #39bad8 solid 4px !important;
  margin-top:-1px;
}
/*************************************************/
/* Inner Page CSS                                */
/*************************************************/
/*    Inner page global CSS                      /*
/*************************************************/
/*  Orange Background Moduke CSS Starts          */
/*************************************************/
.post-header h1 {
  font-size: 2.500em;
  line-height: 48px;
  color: #f05927;
}
.hs-content-id-4958810243 .orange-bgcolor.analytics:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/analytics-right-icontop.png);
}
.hs-content-id-4958925698 .orange-bgcolor.cloud:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/cloud-right-icontop.png);
}
.hs-content-id-4959182617 .orange-bgcolor.support:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/support-right-icontop.png);
}
.row-fluid {
  width: 100%;
  *zoom: 1
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: ""
}
.row-fluid:after {
  clear: both
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%
}
.row-fluid .span10 {
  width: 82.97872339599999999%;
  *width: 82.92553190663828%
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%
}
.row-fluid .span8 {
  width: 65.95744680199999999%;
  *width: 65.90425531263828%
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%
}
.row-fluid .span6 {
  width: 48.93617020799999999%;
  *width: 48.88297871863829%
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%
}
.container-fluid {
  *zoom: 1
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ""
}
.container-fluid:after {
  clear: both
}
/*************************************************/
/*  Events Page CSS Starts                       */
/*************************************************/
.events-main-wrapper .content-wrapper {
  padding: 0!important;
}
.events-header-wrapper .slider-inner .slider-image {
  height: 400px !important;
}
.events-header-wrapper .slider-inner .slider-content {
  top: 0;
}
.events-header-wrapper .slider-inner .slider-content .slider-caption {
  display: none;
}
.specialIcon {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  top: 350px;
  z-index: 999999;
}
.eventInfo {
  background-image: url('hubfs/Rythmos%20-Jan2017/Images/cloud.png');
  background-repeat: no-repeat;
  height: 200px;
}
/* .flightAnim {
position: absolute;
right: 0;
animation: dude 2.5s 1 forwards;
}

@keyframes dude {
0% {
left: 100%;
}
100% {
left: 0%;
}
} */
/*My code for unity event*/
.flightAnim img{
  width: 350px!important;
  margin-top: 147px;
  transform: rotate(27deg);
  position: absolute!important;
  right: 98%!important;
  top: 500%!important;
}
.flightAnim {
  position: absolute;
  right: 0;
  animation: dude 2.5s 1 forwards;
}

@keyframes dude {
  0% {
    top:0%;
  }
  100% {
    top:-60%;
  }
}
.event-content-wrapper .eventInfo .date,
.eventInfo .location {
  width: 250px;
  float: left;
  text-align: center;
}
.event-content-wrapper .eventInfo .date p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 9px;
}
.event-content-wrapper .eventInfo .location p {
  margin-top: 50px;
  margin-right: 40px;
  margin-bottom: 9px;
}
.event-content-wrapper .eventInfo h5 {
  color: #f05927;
  font-weight: bold !important;
  margin-bottom: 2px;
}
.event-content-wrapper .location h5,
.event-content-wrapper .location h4 {
  margin-right: 35px;
}
.event-content-wrapper .eventInfo h4 {
  line-height: 18px;
  color: black;
}
.event-content-wrapper .aboutSpek h3 span {
  color: #f05927;
}
.event-content-wrapper .emil {
  color: #ffffff;
}
.event-content-wrapper .benifits-module {
  margin-bottom: -40px;
}
.event-content-wrapper .benifits-module .area.left,
.event-content-wrapper .benifits-module .area.right {
  background-image: none !important;
  background-color: #e5e5e5;
  padding: 0;
}
.event-content-wrapper .benifits-module .area .content-area {
  background-color: #e5e5e5;
}
.event-content-wrapper .benifits-module .area.middle:before {
  display: none !important;
}
.event-content-wrapper .benifits-module .left .content-area {
  text-align: center;
}
.event-content-wrapper .benifits-module .middle-button a {
  margin-top: 35px;
  background-color: #f05927;
}
.event-content-wrapper .benifits-module .middle-button a:hover {
  background-color: #ffffff;
}
.clearfix {
  *zoom: 1
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ""
}
.clearfix:after {
  clear: both
}
.hide {
  display: none
}
.show {
  display: block
}
.invisible {
  visibility: hidden
}
.hidden {
  display: none;
  visibility: hidden
}
.visible-phone {
  display: none !important
}
.visible-tablet {
  display: none !important
}

.hidden-desktop {
  display: none !important
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom
}
img.alignRight {
  margin: 0 0 5px 15px
}
img.alignLeft {
  margin: 0 15px 5px 0
}
.row-fluid [class*="span"] {
  min-height: 1px
}
.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;
  display: flex;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
  vertical-align: top !important
}
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important
}
video {
  max-width: 100%;
  height: auto
}
#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-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important
}
#caldays {
  margin-bottom: 4px
}
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%
}
.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%
}
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important
}
#hs-pwd-widget-password {
  height: auto !important
}
.widget-type-space {
  visibility: hidden
}
.hs-author-social-links {
  display: inline-block
}
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0;
  border: 0;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999999px
}
.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")
}
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}
.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: 0
}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}
.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
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0
}
.hs_cos_flex-pauseplay span {
  text-transform: capitalize
}
.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%
}
.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #ffffff;
  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
}
.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.com/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: -9999999px;
  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: .8;
  right: 5px
}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: .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
}
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  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.com/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: -9999999px;
  opacity: 1;
  -webkit-transition: all .3s ease
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0
}
.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
}
.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: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999999px;
  -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: rgba(0, 0, 0, 0.7)
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  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
}
.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: 0 5% 0 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: 0 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent
}
.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
}
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: -4px
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0;
  padding: 0;
  border-width: 0
}
.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
}
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0
}
.wp-float-right {
  float: right;
  margin: 0 0 20px 20px
}
#map_canvas img,
.google-maps img {
  max-width: none
}
#recaptcha_table td {
  line-height: 0
}
.recaptchatable #recaptcha_response_field {
  min-height: 0;
  line-height: 12px
}
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto !important;
}
.bg-image-section {
  padding-bottom: 38px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-section h1 {
  padding-top: 35px;
  color: #4f5759;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  color: #ffffff
}
.body-container .page-center {
  padding: 30px 0
}
.custom-latest-tweets span {
  color: #ffffff;
  line-height: 20px;
  font-weight: 700
}
.custom-latest-tweets h4 {
  color: #ffffff;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 26px
}
.custom-latest-tweets span a {
  color: #cccccc;
  font-weight: 700;
  line-height: 20px
}
.custom-newsletter p {
  color: #ffffff;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 5px;
  padding-bottom: 20px
}
.custom-form h3 {
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: bold;
  line-height: 26px
}
.custom-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1
}
.custom-form input:-moz-placeholder {
  color: #ffffff;
  opacity: 1
}
.custom-form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1
}
.custom-form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1
}
.custom-form label {
  color:#ffffff
}
[data-icon]::before {
  content: attr(data-icon);
  font-family: "ElegantIcons";
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none
}
.custom-copyright-bg {
  float: right
}
.custom-website-inc-content {
  text-align: right;
  line-height: 23px
}
.custom-website-inc-content a {
  color: #cccccc
}
.custom-website-inc-content a:hover {
  color: #f05927
}
.custom-latest-tweets.custom-border-right {
  padding-left: 34px
}
.custom-latest-tweets span a:hover {
  color: #f05927 !important;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out
}
.custom-border-right {
  border-right: 1px solid #707475;
  padding: 0 34px;
  min-height: 205px !important;
  margin: 0 !important;
  float: left !important
}
.custom-latest-tweets {
  padding: 0 27px
}
.custom-form {
  border-right: 0 solid #707475;
  padding-right: 0
}
.custom-latest-tweets ul {
  list-style: none;
  padding-left: 54px;
  margin: 0 0 13px 43px;
  padding: 5px 0;
  line-height: 20px
}
ul.qodef_twitter_widget li {
  line-height: 20px
}
.custom-form form {
  position: relative
}
.custom-form input.hs-button.primary.large {
  position: absolute;
  right: -4px;
  top: 48px;
  display: inline-block;
  color: #f05927;
  width: 45px;
  height: 43px;
  line-height: 45px;
  background: #f05927;
  border: 0;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  text-indent: 999999px;
  transition: .5s ease;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1490024765962) 19px center no-repeat;
  font-weight: 300 !important
}
.custom-form input.hs-button.primary.large:hover {
  background-color: #373737
}
.tweet_icon_holder span:before {
  content: "\e094";
  font-size: 1.125em;
  color: #f05927;
  font-family: ElegantIcons;
  position: relative;
  left: 14px;
  top: 0;
  font-size: 17px
}
.tweet_icon_holder {
  position: absolute;
  left: 32px
}
.custom-latest-tweets {
  position: relative
}
.custom-form input {
  display: inline-block;
  height: 42px;
  width: 80%;
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  overflow: hidden;
  border: 1.5px solid #e5e5e5;
  padding: 0 10px;
  outline: 0;
  margin-top: 0;
  font-weight: 500
}
.custom-form label span {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 5px;
  display: inline-block
}
#back-to-top {
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  z-index: 99999999;
  position: fixed;
  bottom: 65px;
  right: 47px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #373737;
  opacity: .9;
  -webkit-transition: background-color .15s ease-out, color .15s ease-out, opacity .15s ease-out;
  transition: background-color .15s ease-out, color .15s ease-out, opacity .15s ease-out;
  box-sizing: border-box
}
#back-to-top:hover {
  background-color: #f05927
}
.solution-tophead .page-header.section-header .section-subheader a {
  color: #39bad8
}
.mobile-trigger,
.child-trigger {
  display: none
}
.hs-blog-header h1 a {
  text-decoration: none
}
.post-header h2 {
  font-weight: 500
}
.hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0
}
.hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
  border-radius: 10px
}
.cm-hm-form-col h3 {
  display: none
}
.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
}
a.more-link {
  margin: 10px 0
}
.hs-blog-social-share {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: auto;
  min-height: 42px;
  margin-top: 10px;
  padding: 10px 0 0
}
.custom_listing_comments {
  border: 1px solid #e5e5e5;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin: 15px 0
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px
}
#comments-listing.no-comments {
  border: 0
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important
}
.comment-body {
  border-bottom: medium none;
  color: #707475;
  display: block;
  line-height: 23px;
  padding: 0
}
.comment-reply-to {
  margin-bottom: 15px
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px
}
.comment-date {
  color: #707475 !important;
  display: block !important;
  text-align: left
}
/*************************************************/
/* UX UI page CSS */
/*************************************************/
.ux-ui-wrapper .data-service{
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px; 
  box-shadow: 0 0 5px #b5b5b5;
  border-radius: 5px;
  min-height: 445px;
}
.ux-ui-wrapper .data-service h4{
  color: #f05927;
}

.ux-ui-wrapper .data-service .bottom-button{
  max-width: inherit!important;
  display:none;
}
.ux-ui-wrapper .data-service .content-area ul {
  padding-left: 0px;
}
.ux-ui-wrapper .data-service .content-area ul li {
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow.png?t=1521527261348) 0px 6px no-repeat;
  padding-left: 15px;
  list-style-type: none;
}

/*************************************************/
/*           Blog Page                           */
/*************************************************/
.blog-content-wrapper .blog-content-right-wrapper{
  box-shadow: 0 3px 5px #eee;
  padding: 120px 15px 15px;
  margin-top: -30px;
}
.blog-content-wrapper .blog-content-right-wrapper .widget-type-blog_subscribe form .hs_error_rollup{
  display: none;
}	
.blog-content-wrapper a.more-link{
  color: #f05927;
}
.blog-content-wrapper .blog-content-right-wrapper .row-fluid-wrapper .row-fluid .cell-wrapper{
  margin-bottom: 25px;
}
.blog-content-wrapper .blog-section .post-item{
  margin-bottom: 50px;
  position: relative;
}
.blog-content-wrapper .blog-section .post-item:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -23px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+48,000000+100&0+0,0.65+47,0+100 */
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 47%, rgba(0,0,0,0.64) 48%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0.64) 48%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0.64) 48%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.blog-content-wrapper .blog-section .post-item:last-child:after{
  height: 0px; 
}
.blog-content-wrapper .blog-section .post-item .post-header{
  margin-top: 15px;
}
.blog-content-wrapper .blog-section .section.post-body{
  margin-top: 15px;
}
.blog-content-wrapper .blog-section .section.post-header h1{
  font-size: 2.2em;
  line-height: 1.1em;
}
.blog-content-wrapper .section.post-footer .hs_subscribe .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display{
  display: inline-flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.blog-content-wrapper .section.post-footer .hs_subscribe .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input{
  width: auto;
  margin-right: 5px;
  margin-top: 2px;
  cursor: pointer;
}
.blog-content-wrapper .blog-section .post-item .post-header .hs-blog-social-share,
.blog-content-wrapper .blog-section .post-item .custom_listing_comments{
  border-color: #eee;
}
.blog-content-wrapper h2{
  font-size: 1.9em;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.blog-content-wrapper h3{
  line-height: 1.2em;
  margin-bottom: 15px;
} 
.blog-content-wrapper .actions .hs-button.primary{
  background-color: #39bad8 !important;
  font-size: 1.25em !important;
  border-radius: 0 !important;
  margin-top: 10px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: 300 !important;
  font-family: 'Lato',sans-serif;
}
.body-container input::-webkit-input-placeholder,
.body-container textarea::-webkit-input-placeholder{
  color: #41505a;
}
.body-container input:-moz-placeholder,
.body-container textarea:-moz-placeholder{
  color: #41505a;
}
.body-container input::-moz-placeholder,
.body-container textarea::-moz-placeholder{
  color: #41505a;
}
.body-container input:-ms-input-placeholder,
.body-container textarea:-moz-placeholder{
  color: #41505a;
}
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"],
.game-learn-more a{
  background-color: rgba(240, 90, 40, 1);
  border-color: rgba(240, 90, 40, 1);
  color: #fff;
  display: inline-block;
  height: 52px;
  line-height: 50px;
  padding: 0 35px;
  font-size: 1.250em;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
  transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-bottom: 15px;
  outline: 0;
  box-shadow: none;
  border: 0
}
.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover,
.game-learn-more a:hover{
  background-color: rgba(98, 104, 104, 1);
  border-color: rgba(98, 104, 104, 1);
  outline: 0;
  box-shadow: none
}
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1 {
  margin: 0 0 10px !important;
  font-size: 30px !important;
  line-height 33px !important;
  font-weight: 400 !important;
  color: #0b3a4a !important
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
  margin: 0 0 10px !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #999999 !important
}
.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3 {
  margin: 0 0 10px !important;
  font-weight: 700 !important;
  color: #999999 !important;
  font-size: 18.7167px !important
}
.hs-blog-social-share ul {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  list-style: none !important
}
.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  width: 50%
}
body .widget-type-google_search input[type="text"],
#hs-pwd-widget-password {
  margin-bottom: 42px
}
.cm-sol-wth-bg {
  padding-top: 75px;
  padding-bottom: 55px;
  background-image: url(//cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/ServicePort_Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff
}
.cm-sol-wth-bg hr {
  border-bottom: 1px solid #39bad8;
  margin-top: 12px;
  margin-bottom: 25px
}
div#solutions p {
  margin: 0 0 18px;
  line-height: 20px
}
.cm-solution-row-1 h1 {
  font-weight: 500;
  text-align: center;
  color: #fff
}
.cm-solution-row-1 p.secondary-header {
  font-size: 1.375em;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 0 20px
}
.cm-solution-row-1 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 27px;
  border-color: #39bad8;
  margin-bottom: -19px;
  padding-bottom: 32px
}
.cm-1-col-rgt-sdbr>div {
  float: left
}
.cm-1-col-rgt-sdbr p {
  color: #fff
}
.cm-1-col-rgt-sdbr-lft {
  width: 33.33333333%;
  padding-right: 65px
}
.cm-1-col-rgt-sdbr-rgt {
  width: 66.99999967%
}
.cm-1-col-rgt-sdbr {
  overflow: hidden
}
div#solutions h3 {
  color: #fff
}
div#solutions l:hover {
  color: #f05927
}
.cm-1-col-rgt-sdbr-rgt ul {
  color: #fff;
  margin: 48px 0 0 0
}
.cm-1-col-rgt-sdbr-rgt ul li {
  list-style-position: outside;
  margin-left: 10px;
  line-height: 20px;
  padding: 5px 0
}
.cm-1-col-rgt-sdbr-rgt {
  padding-right: 50px
}
.cm-sol-btm-section {
  padding-top: 30px;
  padding-bottom: 32px;
  background-color: #39bad8
}
.cm-contact-us-row-1 {
  padding-top: 30px;
  padding-bottom: 33px;
  background-image: url(//cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/ContactUs_Background.jpg?t=1490024765962);
  background-size: cover;
  background-repeat: no-repeat
}
.cm-contact-us-row-1 h1 {
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0
}
/* {
  padding-top: 35px;
  padding-bottom: 55px
}
 */
.cm-contact-us-row-2 form {
  margin-bottom: 40px
}
.cm-hm-form-col span.hs-form-required {
  font-size: 0
}
.cm-hm-form-col span.hs-form-required:before {
  content: " (required)";
  color: #4f5759;
  font-size: 0.750em;
}
.cm-hm-form-col {
  padding-right: 25px
}
.cm-hm-form-col .hs_cos_wrapper_type_form textarea {
  min-height: 117px;
  max-height: 350px;
  max-width: 510px;
  min-width: 270px;
}
.cm-hm-cntct-col-right-1 {
  padding-bottom: 45px
}
div#solutions .cm-solution-row-1 p.secondary-header {
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 0 20px
}
.cm-main-error-page h1 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.cm-main-error-page .page-center {
  padding-top: 0;
  padding-bottom: :0
}
.cm-main-error-page .page-center .cell-wrapper {
  height: 230px;
  display: table
}
.cm-main-error-page .page-center .cell-wrapper>span {
  display: table-cell;
  vertical-align: middle
}
.custom_error_message.cm-error-page {
  margin: 80px 0
}
.custom_error_message a.qodef-btn-default {
  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 800;
  padding: 0 35px;
  line-height: 48px;
  height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #e5e5e5;
  color: #999999;
  background-color: transparent;
  -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial
}
.custom_error_message h4 {
  margin-bottom: 30px
}
.error-template .bg-image-section,
.subscription-template .bg-image-section,
.password-template .bg-image-section {
  min-height: 200px !important;
  background-size: cover
}
/*************************************************/
/*  Data Solution Page CSS Starts                */
/*************************************************/
.thin-txt span {
  font-weight: 300;
  font-size: 55px
}
.clean-btn-wrap {
  text-align: center;
  margin: 70px 0 50px
}
.case-study.reverse .one-third p {
  color: #fff
}
.case-study.reverse .one-third.left {
  padding: 20px;
  background-color: #f05927
}
.case-study.reverse .one-third.right {
  background-color: rgba(48, 48, 48, .6);
  padding-top: 100px
}
.case-study.reverse>img {
  float: right
}
.case-study.reverse .one-third.midle {
  background-color: rgba(78, 78, 78, .5);
  padding-top: 100px
}
.case-study.reverse .one-third .btn-clean {
  color: #fff;
  margin-top: 10px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow-whitebig.png?t=1490024765962);
  font-size: 1.375em;
}
.data-casestudy-rev {
  margin-top: 55px;
}
.without-content .slider-content {
  display: none !important;
}
.case-study.reverse .one-third.right li {
  font-size:  1.188em;
  font-weight: 300;
  margin: 20px 0
}
.without-content .slider-inner .slider-image {
  height: 400px !important;
  background-repeat: no-repeat !important;
  background-position-y: bottom !important;
  margin-bottom: -1px;
}
.without-content .slider-inner .slider-image.scalable_hero_responsive{
  background-position-x: 20% !important;
}
.without-content .slider-inner .slider-image.gameqa_hero_responsive{
  background-position-x: 70% !important;
}
#accordion .ui-accordion .ui-accordion-header {
  font-size: 1.375em !important;
  margin-top: 10px;
}
#accordion h3.ui-state-active {
  background-color: #f05927;
  border-color: #f05927;
}
.cta_button.hov-grey:hover {
  background-color: #4f5759 !important;
  color: white!important;
}
#accordion .ui-widget{
  font-family: 'Lato', sans-serif;
}
#accordion .ui-helper-reset{
  line-height: 24px;
}
/*****************************************************/
/*          Navbar CSS Starts                        */
/*****************************************************/
.left-sitemap .hs-menu-flow-vertical ul.second {
  margin: 0;
}
.trusted-by {
  position: absolute;
  left: 50%;
  width: 242px;
  margin: 0 !important;
  background-color: #b4bbbf;
  z-index: 10;
  top: -45px;
  text-align: center;
  margin-left: -121px !important;
  font-size: 1.75em !important;
  padding: 15px 20px 25px;
  border-radius: 15px;
}
.hm-section {
  position: relative;
}
.custom-top-slider .hs_cos_gallery_slide.slick-slide,
.custom-top-slider .hs_cos_gallery_slide.slick-slide.slick-current {
  background-repeat: no-repeat;
  background-size: cover;
}
body.hs-content-id-5083074087 .header-container-wrapper {
  min-height: auto;
}
.slick-slide-inner-wrapper.white-overlay:before {
  background-color: rgba(255, 255, 255, .5) !important;
}
.slick-slide-inner-wrapper.none-overlay:before {
  background-color: rgba(255, 255, 255, 0) !important;
}
.slick-slide-inner-wrapper.dark-overlay:before {
  background-color: rgba(0, 0, 0, .7) !important;
}
.slick-slide-inner-wrapper.dark-overlay h1,
.slick-slide-inner-wrapper.dark-overlay p {
  color: #ffffff !important;
}
.custom-top-slider.hm-only .slick-slide-inner-wrapper:before {
  background: rgba(0, 0, 0, .8);
}
form .hs-input.invalid.error {
  border: 1px solid red !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image {
  background-position:center top !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.airline_responsive{
  background-position: 80% top !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.lift_shift_responsive{
  background-position: 80% top !important;
}
.without-content .widget-type-custom_widget .slider-inner .slider-image.gaminghero_responsive{
  background-position:80% top !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.datawarehouse_hero_image{
  background-position:right top !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.careers_hero{
  background-position:35% top !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology_heroimage{
  background-position:center !important;
  height:480px !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.loyalty_consulting_heroimage{
  height:480px !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.product_development_heroimage{
  background-position:center !important;
  height:480px !important;
}
.without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology-model2-hero-image{
  background-position:center 60%!important;
  height:200px !important;
}
.airlines-wrapper .slider-inner .slider-content {
  bottom: 0;
  top: auto;
  display: block!important;
}
.airline-loyalty-cx .data-service .content-area h4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.case-study .one-third.midle li {
  margin: 2px 0!important;
}
.airlines-wrapper .slider-content {
  display: block;
}
.airlines-wrapper .slider-content .slider-caption {
  display: none;
}
.head-2 {
  font-size: 1.375em;
  line-height: 32px;
  margin-bottom: 25px;
}
/*****************************************/
/* Partners CSS                        */
/*****************************************/
.partners-logos-wrapper{
  margin-top: 40px;
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partners-logos-wrapper a{
  display: inline-block;
  margin: 10px;
  max-width: 30%;
  box-shadow: 0 0 7px #b3a6a6;
  border: 1px solid #e8e8e8;
}
/*****************************************/
/* About Us CSS                          */
/*****************************************/
.aboutus-subheader-wrapper .inner-page-sub-header-wrapper{
  background: #46505a url("https://cdn2.hubspot.net/hubfs/2721854/AboutUs/RythmosWaterMark%20800%20Test.png?t=1509348285035") no-repeat;
  background-size: 650px;
  background-position: -310px -414px;
}
.about-mission-wrapper{
  background: #f05927 url(https://cdn2.hubspot.net/hubfs/2721854/AboutUs/RythmosWaterMark.png?t=1527643822516);
  background-repeat: no-repeat;
  background-size: 399px;
  background-position: -186px -289px;
  text-align: center;
  color: white;
  margin-top: 50px;
}
.service-module-aboutus{
  text-align: center;
}
.service-module-aboutus .content-hyperlink{
  font-size: 28px;
  margin-top: 10px;
  display: block;
}
.about-values-wrapper{
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}
.about-values-wrapper .row-fluid {
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-values-wrapper .values-list-item{
  display:block;
  flex-shrink:1;
  -ms-flex-negative: 1;
  padding:15px;
  margin: 10px!important;
  box-shadow: 0 0 4px #e5e5e5;
  width: calc(33.33% - 21px)!important;
}
/* careers old page */
.ui-accordion-content.ui-corner-bottom.ui-helper-reset.ui-widget-content.ui-accordion-content-active{
  height:auto !important;
}
/*****************************************/
/* Contact Us CSS                        */
/*****************************************/
.contact-subheader-wrapper .inner-page-sub-header-title{
  margin-bottom: 0;
}
.contact-info-wrapper{
  margin-top: 40px!important;
}
.contact-info-wrapper .form-title{
  display: none;
}
.contact-info-wrapper form{
  margin-top: 6px; 
}
.contact-info-wrapper .contact-form-info-wrapper{
  width: 45%!important;
}
.contact-info-wrapper .contact-address-info-wrapper{
  margin-left: 20px!important;
  width: calc(55% - 20px)!important;
}
.contact-address-info-wrapper .contact-address-heading{
  font-size: 1.125em;
  color: #f05927;
}
/*****************************************/
/* CSS for Careers                        */
/*****************************************/
/* Careers 'Header' Section*/
.careers-info-header-wrapper {
  position: relative;
}
.careers-info-header-wrapper video{
  margin-top: -40px;
}
.careers-info-header-wrapper .careers-header-overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.slider-inner.careers-info-header-wrapper .slider-image{
  overflow: hidden;
  height: 36.65vw!important;
}
.slider-inner.careers-info-header-wrapper .slider-image .header-video-wrappper img{
  max-width:107%;
  width:107%;
}
.careers-info-header-wrapper .careers-info-wrapper{
  position: absolute;
  bottom: 5vw;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: white;
  right: 0;
  left: 0;
  z-index: 2;
}
.careers-info-header-wrapper .careers-info-wrapper h1,.event-info-header-wrapper .event-info-wrapper h1{
  margin-left: 20px;
  margin-bottom: 5vw;
}
.careers-info-header-wrapper .careers-info-wrapper ul,.event-info-header-wrapper .event-info-wrapper ul{
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
}
.careers-info-header-wrapper .careers-info-wrapper ul li,.event-info-header-wrapper .event-info-wrapper ul li{
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  background-color: rgba(120, 120, 120, 0.7);
  margin: 10px;
  width: 100%;
  border-radius: 5px;
}
.careers-info-header-wrapper .careers-info-wrapper ul li:hover,.event-info-header-wrapper .event-info-wrapper ul li:hover{
  background-color: rgba(130, 130, 130, 1);
  box-shadow: 0 0 10px #393939;
}
.careers-info-header-wrapper .careers-info-wrapper ul li a,.event-info-header-wrapper .event-info-wrapper ul li a{
  position:relative;
  padding: 15px;
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  width: 100%;
  font-size: 1.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
}
.careers-info-header-wrapper .careers-info-wrapper ul li a:focus,
.careers-info-header-wrapper .careers-info-wrapper ul li a:hover,.event-info-header-wrapper .event-info-wrapper ul li a:focus,
.event-info-header-wrapper .event-info-wrapper ul li a:hover{
  color: inherit;
}
.careers-info-header-wrapper .careers-info-wrapper ul li a span,.event-info-header-wrapper .event-info-wrapper ul li a span{
  display: block;
}
.careers-info-header-wrapper .careers-info-wrapper ul li a span:last-child,.event-info-header-wrapper .event-info-wrapper ul li a span:last-child{
  color: #3DC5E6;
  font-size: 0.80em;
  font-weight: bold;
  margin-top: 10px;
}
.careers-info-header-wrapper .careers-info-wrapper .career-info-header-logo-wrapper img,.event-info-header-wrapper .event-info-wrapper .event-info-header-logo-wrapper img{
  position:absolute;
  right:0;
  bottom:0;
  max-width:100%;
}
.careers-info-header-wrapper .careers-info-wrapper p{
  margin-bottom:0px !important;
}
.employee-details-wrapper h2{
  line-height:24px;
}
/* Careers Sub-header Section*/
.careers-sub-header-wrapper .inner-page-sub-header-wrapper {
  border-top: 0;
}
.careers-sub-header-wrapper .inner-page-sub-header-wrapper .inner-page-sub-header{
  padding: 3px!important;
  height: 6px;
}
.careers-sub-header-wrapper .inner-page-sub-header-wrapper .inner-page-sub-header-title{
  display: none;
}
.company-offices-list-wrapper h2{
  line-height: 1.2;
}
/* Careers 'About' Section */
.career-about-wrapper .career-about-content{
  margin-bottom: 30px;
}
.career-about-wrapper .about-rythmos{
  background: #f3f3f4 url(https://cdn2.hubspot.net/hubfs/2721854/Ten_Reasons_To_Work_For_Rythmos_graphic@2x.png) 0px 0px no-repeat;
  padding: 50px;
  background-size: 31%;
  margin-bottom: 30px;
}
.career-opportunities-heading-wrapper{
  margin-top:70px !important;
}
.career-opportunities-heading-wrapper.career-opportunities-heading-wrapper-job-posts{
  margin-bottom:15px !important;
  margin-top:20px !important;
}
.career-opportunities-heading-wrapper
.job-list-headings-wrapper{
  margin-bottom:35px !important;
}
#wearerythmos{
  padding-top:50px;
  margin-top:-50px;
}
/* Careers 'What Does It Mean To Work Here?' Section */
.careers-content-wrapper .about-careers-desc-wrapper {
  background-color: #3DC5E6;
  padding: 30px 0 20px;
  color: white;
}
.careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc h2{
  margin-bottom: 30px;
}
.careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc .about-careers-desc-left{
  padding-right: 50px;
}
.careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc  .about-careers-desc-right ul{
  font-size: 1.25em;
}
.careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc  .about-careers-desc-right ul li{
  margin-bottom: 15px;
}
/* Careers 'carousel' Section*/
.careers-carousel-wrapper{
  background-color: #F9F9F9;
  padding-top: 30px;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-track .slick-slide{
}
.careers-carousel-wrapper .employee-carousel .slick-slider{
  padding: 0!important;
  margin-bottom:0 !important;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper{
  padding: 0 50px;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-arrow{
  z-index: 3;
}
/* .careers-carousel-wrapper .employee-carousel .slick-slider .slick-prev {
margin-left: -50px;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-next {
margin-right: -50px;
} */
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-arrow{
  width: 25px;
  height: 25px;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-arrow:before{
  font-size: 25px;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper img{
  opacity: 1;
  width: calc(70% - 50px);
  float: right;
  margin-left: 50px;
}
.careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper .caption{
  width: 30%;
  float: left;
}
/* Careers 'What Do We Bring To The Table?' Section */
.careers-mission-wrapper .careers-mission-desc-wrapper{
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.careers-mission-wrapper .page-center{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.careers-mission-wrapper .careers-mission-desc-right{
  overflow: hidden;
}
.careers-mission-wrapper .careers-mission-desc-right img{
  margin-top: -35px;
  margin-bottom: -35px;
}
#whatwebringtothetable{
  padding-top:50px;
  margin-top:-50px;
}
/* Careers 'Ten Reasons To Work For Rythmos' Section */ 
.rythmos-work-flow-wrapper{
  background: url("https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/hmeslider-buile-micro-bg.png") center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.rythmos-work-flow-wrapper:after{
  content: " ";
  background-color: rgba(0,0,0, 0.3);
  position: absolute;
  top : 0;
  right : 0;
  bottom: 0;
  left: 0;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list{
  position: relative;
  z-index: 1;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul:before, .rythmos-work-flow-wrapper .rythmos-work-flow-list ul:after{
  display:flex !important;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li{
  background-color: white;
  margin: 0.5vw;
  padding: 1vw;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  max-width: 240px;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22vw;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 22vw;
  min-width: 183px;
  max-height: 210px;
  min-height: 185px;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li span.rythmos-work-flow-list-text{
  position: absolute;
  font-size: 1.4375em;
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li span.rythmos-work-flow-list-bg-img{
  width: 100%;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li:hover span.rythmos-work-flow-list-text{
  opacity: 0;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li .rythmos-work-flow-list-overflow-text{
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  top: 212px;
  background-color: rgba(26, 50, 64, 0.8);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0.5vw;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li .rythmos-work-flow-list-overflow-text h4{
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li .rythmos-work-flow-list-overflow-text h5{
  margin: 0;
  font-size: 0.9em;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li:hover .rythmos-work-flow-list-overflow-text{
  top: 0;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title{
  max-width: calc(480px + 1vw);
  min-width: calc(366px + 1vw);
  width: calc(44vw + 1vw);
  color: white;
  background-size: contain!important;
  background: #F0592C url(https://cdn2.hubspot.net/hubfs/2721854/Ten_Reasons_To_Work_For_Rythmos_graphic@2x.png?t=1531313985393) 0px 0px no-repeat;
}
.rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title h2{
  margin: 0;
  font-weight: 400;
}
.rythmos-work-flow-wrapper .ten-reasons-to-work-img{
  display: none;
}
/* Careers 'We Work With Companies Doing BIG Things:' Section*/
.work-with-companies-list-wrapper{
  background-color: #B3BCC0;
  padding: 30px 0;
  color: white;
  text-align: center;
}
.work-with-companies-list-wrapper .work-with-companies-list h2 {
  margin-bottom: 60px;
}
.work-with-companies-list-wrapper .work-with-companies-logo-list ul{
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
}
.work-with-companies-list-wrapper  .work-with-companies-logo-list ul li{
  display: inline-block;
  -ms-flex-negative:1;
  flex-shrink:1;
  padding: 0 20px;
  border-right: 1px solid #cccccc;
}
.work-with-companies-list-wrapper  .work-with-companies-logo-list ul li:last-child{
  border-right: none;
}
.work-with-companies-list-wrapper  .work-with-companies-logo-list ul li img{
  width:100%;
}
/* Careers 'Work With Ry`thmos!' Section */
.work-with-company-services-wrapper .work-with-company-services-list{
  background-color: white;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink: 1;
  -ms-flex-negative: 1;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-left{
  padding: 30px 0px 20px 40px;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right{
  min-height: 100%;
  /*display: flex;*/
  /*flex-direction: column;*/
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch ;
  -ms-flex-align: stretch ;
  align-items: stretch;
  height: 100%;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li{
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
/*   display: flex; */
  display:inline-block;
  flex-shrink:1;
  -ms-flex-negative: 1;
  background-color: #F3F3F4;
  height: 33.333%;
  min-height:95px;
  margin-bottom: 3px;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li a{
  font-size: 1.25em;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
  -webkit-flex:1;
  -ms-flex:1;
  -moz-flex:1;
  -o-flex:1;
  flex: 1;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;    
  padding: 30px 20px 30px 30px;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li:last-child{
  margin-bottom: 0;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li span{
  background-color: white;
  border-radius: 50%;
  padding: 7px;
  width: 30px;
  height: 30px;
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li span img{
  width: 30px;
}
.hs-individual_job_title.hs-form-field .input .hs-input{
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: bold!important;
}
/*campus selection career page copy*/
.work-with-company-services-list-left-campus{
  background-color:white;
  padding: 7px;
}
.work-list-campus-wrapper{
  background-color:#f3f3f4;
}
.work-with-company-services-list-left-campus h4{
  margin-left:35px !important;
}
.work-with-company-services-list-campus .work-list-campus-wrapper ul li a{
  margin-left: 22%;
  margin-right: 0;
  font-size: 1.25em;
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
  -webkit-flex:1;
  -ms-flex:1;
  -moz-flex:1;
  -o-flex:1;
  flex: 1;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;  
  padding: 30px 30px 20px 30px;
}
.work-with-company-services-list-campus .work-list-campus-wrapper ul li span{
  background-color: white;
  border-radius: 50%;
  padding: 7px;
  width: 30px;
  height: 30px;
  display: -webkit-box;     
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center;
}
.work-with-company-services-list-campus .work-list-campus-wrapper ul li{
  list-style-type:none;
}
.work-with-company-services-list-campus .work-list-campus-wrapper ul li span img{
  width: 30px;
}
/*Careers Sub Page*/
.page-center.careers-opening-wrapper .careers-opening-content-right .career-contact-info{
  background-color:#F3F3F4;
  margin-bottom:20px;
  padding:15px;
  margin-top:20px;
}
.page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper{
  background-color:#F3F3F4;
  padding:20px 15px 15px; 
}
.submit-resume-main-wrapper .Submit-resume-form-wrapper .hs-field-desc{
  display: block;
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 10px;
  color: #707070;
}
.Submit-resume-form-wrapper .hs-form-field .hs-input{
  padding:8px 15px;
  background-color: #ffffff !important;
} 
.Submit-resume-form-wrapper .field.hs-form-field{
  margin-bottom: 10px!important;
}
.Submit-resume-form-wrapper .hs-richtext{
  margin-bottom:10px;
}
.submit-resume-main-wrapper .Submit-resume-form-wrapper{
  margin-top:-15px;
}
.careers-opening-wrapper > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;
  display: flex;
  flex-shrink:1;
  -ms-flex-negative: 1;
}
.careers-opening-wrapper > .row-fluid-wrapper > .row-fluid > .span9 {
  display:block;
  -ms-flex-negative:1;
  flex-shrink:1;
}
.careers-opening-wrapper .careers-opening-content-right{
  min-width:270px;
  margin-top:17px;
}
.page-center.careers-opening-wrapper.career-job-opening-wrapper-info .careers-opening-content-right{
  margin-top:0px !important;
}
.page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper.submit-resume-job-wrapper{
  margin-top:75px;
}
.page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper.submit-resume-job-wrapper.submit-resume-individual-jobs-wrapper {
  margin-top:115px !important;
}
.Submit-resume-form-wrapper.submit-resume-jobs-wrapper{
  margin-top:-29px;
}

/* Job list module */
.jobs-list-main-wrapper.hide-{
  display: none;
}
.jobs-list-main-wrapper{
  margin-right: 20px;
}
.jobs-list-main-wrapper .jobs-list-wrapper{
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 1px 1px 4px #ecebeb;
  padding: 0;
  background-color: white;
}
.jobs-list-main-wrapper .jobs-list-wrapper:hover{
  box-shadow: 1px 1px 15px #ecebeb; 
}
.jobs-list-main-wrapper a:hover,.jobs-list-main-wrapper a:focus,.jobs-list-main-wrapper a:visited{
  color:#40515B !important;
}
.jobs-list-main-wrapper .jobs-list-wrapper h3{
  font-size: 20px;
  font-weight: bolder;
  color: #40515B;
  text-align: left;
  background-color: #ffffff;
  padding: 5px 15px;
  margin: 0;
  border-bottom: 1px solid #f3f3f4;
}
.jobs-list-main-wrapper .jobs-list-wrapper .jobs-list-info-wrapper{
  padding: 15px;
}
.jobs-list-main-wrapper .jobs-list-wrapper .arrow-img{
  border-radius: 50%;
  padding: 8px;
  background-color: #f3f3f4;
  min-width: 28px;
  min-height: 28px;
  line-height: 10px;
  max-width: 28px;
}
/* Job list Popup */
.jobs-list-main-wrapper .popup-overlay{
  display: none;
}
.jobs-list-main-wrapper.active .popup-overlay {
  display: block;
  background-color: rgba(0,0,0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.jobs-list-main-wrapper.active .popup-content {
  display: block;
}
.jobs-list-main-wrapper .popup-content {
  display: none; 
  box-shadow: 1px 1px 15px;
  background:#ffffff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  max-width: 800px;
  width: 100%;
  height: calc(100vh - 60px);
  border-radius: 10px;
  max-height: 700px;
}
.jobs-list-main-wrapper .popup-content .popup-header{
  background-color: #d8d8d8;
  padding: 10px 15px 10px 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px grey;
  margin-bottom: 5px;
}
.jobs-list-main-wrapper .popup-content .popup-header .popup-job-title{
  font-weight: bold;
}
.jobs-list-main-wrapper .popup-content .popup-header .popupClose{
  font-size: 1.5em;
  cursor: pointer;
  color: black;
}
.jobs-list-main-wrapper .popup-content .job-description-content{
  overflow: auto;
  height: calc(100% - 65px);
  padding: 10px 20px 20px;
}
/*career-seperate job pages*/
.career-job-title-header{
  font-size: 34px;
}


/*****************************************/
/* New Event Page
/*****************************************/
.events-header-wrapper .slider-inner .slider-content{
  display: none;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module{
  margin-bottom: 0px;
  border-radius: 25px;  
  margin: 40px 0;
  background-color: #f05927;
  margin-right: 1px;
  position: relative;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .middle-button a{
  padding: 15px 40px 20px 20px;
  font-size: 1.25em;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module:after,
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module:before{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.left,
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.right{
   border-radius: 25px;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.left .content-area {
  padding: 40px 30px;
  border-radius: 25px;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.middle{
  justify-content: flex-start!important;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.middle > div, 
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area .content-area {
  width: 100%;
}
.new-event-page .content-wrapper.tool-expertise-pagecenter .event-content-wrapper .benifits-module .area ul{
  list-style-type: none!important;
  text-align: center;
  padding: 0;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area ul li:after{
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  margin-top: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+26,ffffff+50,ffffff+75,ffffff+100&0.01+0,0.9+26,1+50,0.9+75,0+100 */
  background: -moz-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.6) 26%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.6) 26%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.6) 26%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.right ul li:first-child:after { 
  height: 0;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.middle ul{
  color: #fff;
  font-size: 1.25em;
  width: 100%;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.middle ul li{
  margin-bottom: 20px;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.right .content-area{
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 40px 40px;
  border-radius: 25px;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.right .content-area .middle-button{
  text-align: center;
}
.new-event-page .tool-expertise-pagecenter .event-content-wrapper .benifits-module .area.right ul li{
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 1.25em;  
}
.benefits-sec.events-main-wrapper.new-event-page .benifits-module .area.left:after{
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f05927;
  content: "";
  position: absolute;
  left: calc(100% - 20px);
  z-index: 10;
  top: 50%;
  margin-top: -20px;
}
.benefits-sec.events-main-wrapper.new-event-page.blue-shade .benifits-module,
.benefits-sec.events-main-wrapper.new-event-page.blue-shade .benifits-module .area.middle{
  background-color: #39bad8;
}
.benefits-sec.events-main-wrapper.new-event-page.blue-shade .benifits-module .area.left:after{
  border-right: 20px solid #39bad8;
}
.benefits-sec.events-main-wrapper.new-event-page.blue-shade .benifits-module .area.middle:after{
  border-left: 20px solid #39bad8;
}
.benefits-sec.events-main-wrapper.new-event-page.blue-shade .benifits-module .middle-button a{
  background-color: #39bad8;  
}
.benefits-sec.events-main-wrapper.new-event-page.blue-shade .benifits-module .middle-button a:hover{
  color: #39bad8;
  border-color: #39bad8;
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/blue-rightarrow.png?t=1542344930492) 94% center no-repeat;
}
/*campus selection*/
.work-with-company-services-list.work-with-company-services-list-campus-selection{
  margin-left:0px !important;
  max-width: 850px;
}
.work-with-company-services-list-right.work-with-company-services-list-right-campus{
  background-color:#F3F3F4;
}
.work-with-company-services-campus-test-link{
  position:relative;
  top:35%;
}
.work-with-company-services-list-right.work-with-company-services-list-right-campus .work-with-company-services-campus-test-link a{
  margin-left:15px;
}
.work-with-company-services-campus-test-link i{
  margin-left:35px !important;
}
.Submit-resume-form-wrapper.submit-resume-form-list-wrapper  .hs-form-field .hs-input options{
  content: "";
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid #f05927;
  display: inline-block;
  padding-right: 10px;
}
.Submit-resume-form-wrapper.submit-resume-form-list-wrapper #hs_cos_wrapper_module_1487251661332529 select {
  background-image: transparent !important;
}
/* css for unityeventpage */
.unite-india-slide-label .unity-event-rythmos-label,#unity-event-rythmos-label {
  display:none;
}
.event-content-main-wrapper{
	background-color: #46505A;
  color: white;
}
.event-content-main-wrapper .page-center {
  overflow: hidden;
}
.event-content-main-wrapper .company-promo-wrapper {
  background-color: #f05927;
  min-height: 203px!important;
}
.event-content-main-wrapper .company-promo-wrapper .company-promo-info{
  position: relative;
  min-height: 203px;
  padding: 0;
  overflow: inherit!important;
}
.event-content-main-wrapper .company-promo-wrapper .company-promo-info:after{
  content: " ";
  background: url(https://cdn2.hubspot.net/hubfs/2721854/assets/images/RythmosWaterMark-horizontal.png) -40px -100px no-repeat;
  display: inline-block;
  width: 320px;
  height: 123px;
  position: absolute;
  background-size: 142%;
  right: 0;
  top: 0;
}
.event-info-header-wrapper .event-info-wrapper{
  bottom: 5vw;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: white;
  right: 0;
  left: 0;
  z-index: 2;
}
.event-venue-details .event-venue-details-right-content{
  background-color:#2F3943;
  padding:15px;
}
.event-venue-details .event-venue-details-right-content p{
 margin-bottom:5px;
  font-size:20px;
}
.event-venue-details .event-venue-details-right-content .event-venue-details-right-bottom-content{
  background-color:#5B656D;     
	margin: 10px -15px -20px;
  padding: 5px 15px;
}

.event-venue-details .event-venue-details-right-content .event-venue-details-right-bottom-content p{
  font-size:16px;
}
.events-header-wrapper .slider-inner .slider-content {
  bottom: 0;
  top: auto;
  display: block!important;
}
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content {
  bottom: 0;
  top: auto;
  display: block!important;
}
.airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label,
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label,
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label{
  position: fixed;
  left: 0;
  top: 100px;
  bottom: auto;
  max-width: 201px;
  background: transparent;
  padding: 0px 0 5px 10px;
  width: 100%;
}

.airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label a,
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label a,
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label a{
  display: block;
}
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label a:hover,
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label a:hover,
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label a:focus,
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label a:focus{
  color: inherit;
}
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label h1{
  color: #00bed6!important;
  font-size: 46px!important;
  line-height: 48px!important;
  text-shadow: -3px 0px 0px #00bed6;
  width: 125px;
  margin-bottom: 5px;
}
.airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label h1, 
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label h1{
  color: #00bed6!important;
  font-size: 46px!important;
  line-height: 44px!important;
  text-shadow: -3px 0px 0px #00bed6;
  width: 125px;
  margin-bottom: 5px;
}
.airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label p, 
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label p,
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label p,
.custom-top-slider .caption.below .unity-event-rythmos-label p{
  font-size: 14px!important;
  width: 130px;
  line-height: 20px;
  font-weight: bold;
}
.event-content-main-wrapper .event-venue-details-wrapper{
  border-top:5px solid #FF4D00;
}
.events-header-wrapper .slider-inner .slider-image:after {
  background: rgba(0,0,0, 0.6);
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.event-content-main-wrapper .event-footer-company-info-strip{
  background-color:#596771;
}
.event-promo-info-anim-wrapper{
  font-size: 46px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: relative;
}
.event-promo-info-anim-wrapper .event-promo-info-anim-left,
.event-promo-info-anim-wrapper .event-promo-info-anim-right{
  display: inline-block;
}
.event-promo-info-anim-wrapper .event-promo-info-anim-right span{
  position: absolute;
}
.unity-event-rythmos-label h2{
  font-size: 27px; 
  line-height: 1em;
  margin:0;
  font-weight:bold;
  letter-spacing: -1.5px;
} 
.custom-top-slider .caption.below .unity-event-rythmos-label h1{
  color: #00bed6!important;
  font-size: 50px;
  line-height: 48px!important;
  text-shadow: -3px 0px 0px #00bed6;
  width: 125px;
  margin-bottom: 5px;
}
/* .events-header-wrapper .slider-inner .slider-image {
  height:300px !important; 
} */
.custom-top-slider .caption.below .unity-event-rythmos-label a:hover,.custom-top-slider .caption.below .unity-event-rythmos-label a:focus{
  color:inherit;
}
.unity-event-rythmos-logo {
    position: absolute;
    top:-170%;
}
#unity-event-rythmos-label.unity-event-rythmos-label.unite-india-event-active h2,
#unity-event-rythmos-label.unity-event-rythmos-label.unite-india-event-active p{
  color: #0087a2!important;
  text-shadow: 1px 1px 1px #48c4dd;
}
.inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label.unite-india-event-active h1,
.airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label.unity-event-rythmos-label.unite-india-event-active h1{
  text-shadow: -3px 0px 0px #005661;
  letter-spacing: -1px;
}

.event-info-header-wrapper{
  margin: 15px 0;
}
.event-info-header-wrapper .event-info-wrapper ul{
  padding:0;
}
.event-info-header-wrapper .event-info-wrapper ul li{
  background-color: #2E3741!important;
  min-height:115px;
}
.event-footer-company-info-strip .page-center.event-footer-strip-wrapper{
  padding-top: 10px;
  padding-bottom: 10px;
}
.item-1, 
.item-2, 
.item-3 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.item-1{
	animation-name: anim-1;
}
.item-2{
	animation-name: anim-2;
}
.item-3{
	animation-name: anim-3;
}
@keyframes anim-1 {
	0%, 8.3% { bottom: -100%; opacity: 0; }
  8.3%,25% { bottom: -1%; opacity: 1; }
  33.33%, 100% { bottom: 100%; opacity: 0; }
}
@keyframes anim-2 {
	0%, 33.33% {bottom: -100%; opacity: 0; }
  41.63%, 58.29% { bottom: -1%; opacity: 1; }
  66.66%, 100% { bottom: 100%; opacity: 0; }
}
@keyframes anim-3 {
	0%, 66.66% {bottom: -100%; opacity: 0; }
  74.96%, 91.62% { bottom: -1%; opacity: 1; }
  100% {bottom: 100%; opacity: 0; }
}

/*****************************************/
/* CSS for Footer                        */
/*****************************************/
.footer-wrapper{
  padding: 40px 0 30px;
  color: #e5e5e5;
  background: #4f5759;
  border-top: #39bad8 solid 3px;
}
.footer-wrapper a{
  color: #e5e5e5;
}
.footer-wrapper .footer-logo{
  margin-bottom:30px;
}
.footer-wrapper .footer-section{
  border-right: 1px solid #707475;
}
.footer-wrapper .footer-section.contact-twitter{
  border-right: none;
}
.footer-wrapper .footer-section .footer-section-heading{
  font-weight: 400;
  color: #ffffff;
}
.footer-wrapper .footer-section .footer-menu-wrapper .footer-menu{
  list-style-type: none;
  padding: 0 0 0 1px;
}
.footer-wrapper .footer-section .footer-menu-wrapper .footer-menu li{
  background: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow.png?t=1521527261348) 0px 6px no-repeat;
  padding-left: 15px;
}
.footer-wrapper .footer-section address {
  font-style: normal;
}
.footer-wrapper .row-fluid-wrapper .page-center .row-number-4 .row-fluid {
  display: -webkit-box;     
  display: -moz-box;
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-shrink:1;
  -ms-flex-negative: 1;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.footer-wrapper .connect-btn-wrapper .btn{
  margin-bottom: 15px;
}
.footer-wrapper .social-icons-wrapper .social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper .social-icons-wrapper{
  padding-top: 70px;
}
.footer-wrapper .social-icons-wrapper .social-icons li{
  display: inline-block;
  margin-right: 10px;
}
.footer-wrapper .social-icons-wrapper .social-icons li a {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}
.footer-wrapper .social-icons-wrapper .social-icons li a:hover{
  background-color: #999999;
  border: 1px solid #999999;
  box-shadow: 0 0 5px #999999;
}
.footer-copyright-wrapper {
  background-color: #626868;
  padding: 10px 0
}
.footer-copyright-wrapper .footer-copyright{
  line-height: 28px;
}
.footer-copyright-wrapper .footer-copyright p{
  margin: 0;
  color: #ffffff;
}


/*careers subpages*/
/*************************************************/
/* Responsiveness                                */
/*************************************************/
@media screen and (max-width:1170px){
  .airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label,
  .airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label,
  .inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label{
    position: absolute;
    top: auto;
    bottom: 140px;
  }
  .custom-top-slider .caption.below{
    padding-left: 45px;
    padding-right: 45px;
  }
  .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .inner-page-sub-header-wrapper .inner-page-sub-header{
    padding: 20px 15px 25px!important;
  }
  #clients-logo-slider-main-wrapper{
    padding-bottom: 10px;
  }
  #clients-logo-slider-main-wrapper .clients-logo-slider{
    top:10px !important;
  }
  .dev-ops-sub-header-wrapper .inner-page-sub-header-wrapper .inner-page-sub-header .inner-page-header-img {
    right: 15px;
  }
  
 /* .work-with-companies-list-wrapper .work-with-companies-logo-list .img-responsive.seven-eleven-logo {
    width: 66% !important;
}*/
  
}
@media (max-width: 767px) {
  .airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label,
  .airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label,
  .inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label{
    bottom: 50px !important;
  }
   .airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label,
  .airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label,
  .inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label h2{
    font-size:27px !important;
  }
  .company-promo-wrapper .row-fluid-wrapper > .row-fluid:before {
    display: block!important;
  } 
  .event-content-main-wrapper .company-promo-wrapper,
  .event-content-main-wrapper .company-promo-wrapper .company-promo-info{
    min-height: 130px!important;
  }
  .event-content-main-wrapper .company-promo-wrapper .company-promo-info{
    padding: 25px 0;
  }
  .events-header-wrapper .slider-inner .slider-image{
    height: 300px !important;
  }
  .airlines-wrapper .slider-inner .slider-content .unity-event-rythmos-label, .airlines-wrapper .slider-inner .slider-content #unity-event-rythmos-label, .inner-header.devops-detail.without-content.events-header-wrapper .slider-inner .slider-content .unity-event-rythmos-label {
      bottom: 25px!important;
  }
  .company-promo-wrapper .company-promo-info .event-promo-info-anim-wrapper {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
	}
  .company-promo-wrapper .company-promo-info .event-promo-info-anim-wrapper h2{
    line-height: 1.2em;
  }
  .company-promo-wrapper .content-wrapper.company-promo-info .span9.mt-40{
    margin-top: 0!important;
  }
  .event-info-header-wrapper .event-info-wrapper ul{
    flex-direction: column;
  }
  .event-info-header-wrapper .event-info-wrapper ul li{
    width: auto;
  }
  .content-wrapper.company-careers-info{
    padding-top: 0;
    padding-bottom: 0;
  }
  .event-venue-details-wrapper .event-venue-details .events-venue-details-left-content h2{
    line-height: 1.2em;
  } 
/*   .events-header-wrapper .slider-inner .slider-image{
    height: 240px !important;
  } */
  .events-header-wrapper .slider-inner .slider-content .slider-text h2{
    font-size: 50px!important;
    line-height: 1.2!Important;
  } 
  .unity-event-rythmos-logo {
    top:-150%;
	}
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(5) .hs-menu-children-wrapper {
    display: none !important;
  }
  .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: 0;
    margin: 0;
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -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: 0;
    text-align: left;
    color: #fff
  }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -66px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
  }
  .mobile-trigger:hover {
    text-decoration: none;
    border-color: transparent
  }
  .mobile-open .mobile-trigger {
    color: #fff;
    border-color: transparent
  }
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: ''
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 25px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #41505a;
    display: inline-block
  }
  .mobile-trigger i:before {
    top: -7px
  }
  .mobile-trigger i:after {
    top: 7px
  }
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background: #fff
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after {
    background-color: #f05927
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20)
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .child-trigger.child-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0
  }
  .custom-menu-primary .hs-menu-wrapper {
    background-color: transparent;
    width: 100%
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    margin-left: 15px;
    line-height: 20px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    background: 0
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    border: 0
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    padding: 9px 0;
    font-size: 0.813em;
    overflow: visible;
    border-bottom: 1px solid #e5e5e5;
    color: #999999;
    display: block;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 500 !important
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-indent: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 30px
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px
  }
  .custom-form.custom-border-right {
    min-height: 121px !important;
    margin-bottom: 50px !important;
    padding-left: 22px
  }
  .header-container-wrapper {
    min-height: 100px
  }
  .custom-fixed-header .custom-menu-primary .hs-item-has-children .hs-menu-children-wrapper {
    display: none;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
  }
  .custom-fixed-header .custom-menu-primary .hs-item-has-children .hs-menu-children-wrapper.menu-active,
  .custom-fixed-header .custom-menu-primary .hs-item-has-children .hs-menu-children-wrapper.menu-active .hs-menu-children-wrapper {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .custom-fixed-header .custom-menu-primary .hs-item-has-children .hs-menu-children-wrapper li a {
    font-size: 0.813em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-fixed-header .mobile-trigger i,
  .custom-fixed-header .mobile-trigger i:before,
  .custom-fixed-header .mobile-trigger i:after {
    background-color: #41505a;
  }
  .custom-fixed-header .mobile-trigger:hover i:before,
  .custom-fixed-header .mobile-trigger:hover i:after,
  .custom-fixed-header .mobile-trigger:hover i {
    background-color: #f05927;
  }
  .custom-fixed-header .custom-menu-primary ul li a {
    color: #41505a;
  }
  .animate .custom-header-bg {
    transform: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .custom-header-bg{
    padding: 0;
  }
  .custom-header-bg .custom-logo {
    padding: 15px;
    width: 100%;
  }
  .custom-header-bg .mobile-trigger {
    top: -47px;
    right: 3px;
  }
  .custom-header-bg .flyouts>ul {
    padding-bottom: 15px;
  }
  .custom-top-slider ul.slick-dots {
    bottom: 30px;
  }
  .clients-logo-wrapper .trusted-by{
    width: 140px;
    top: -25px;
    margin-left: -70px !important;
    font-size: 16px !important;
    padding: 5px 15px 10px;
    font-weight: normal;
    letter-spacing: 0.5px;
    border-radius: 7px;
  }
  .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
    background-position: center top;
  }
  .data-services-wrapper .data-services-title {
    margin-bottom: 0px;
  }
  .data-services-wrapper .light-30px {
    font-size: 24px;
    line-height: 30px;
  }
  .inner-page-sub-header-wrapper .inner-page-sub-header-title{
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .case-study{
    border-radius: 0;
  }
  .case-study img{
    display: none;
  }
  .case-study span.heading{
    display: block;
    font-size: 1.8em;
  }
  .case-study .one-third{
    padding: 20px!important;
    width: 100%;
    position: inherit;
    border-radius: 0 !important;
  }
  .innercontact-left, .innerform-right{
    width: 100% !important;
    margin: 0px !important;
  }
  .innercontact-left{
    overflow: hidden;
  }
  .inner-contact-wrapper textarea{
    max-width: 100%;
  }
  .tool-expertise-heading{
    margin-top: 0!important;
  }
  .description-module {
    margin:0px -15px 15px -15px !important;
    padding:0 15px;
  }
  .description-module .area {
    width:100%;
    float: none;
  }
  .description-module .middle-area.area{
    padding: 20px 15px 10px;
    background-color: #f2f2f2;
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 15px;
  }
  .description-module.airline-customer-data-exchange .airline-customer-data-exchange-part-one .span6{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .devops-detail .slider-inner .slider-content h1{
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .case-study .one-third.left{
    background: rgba(78,78,78,0.3);
  }
  .case-study .one-third.left a:hover{
    color: #666;
  }
  .case-study .one-third.midle{
    left: 0;
  }
  .assessmentform-link #assessmentform{
    height: 1px;
  }
  .careers-info-header-wrapper .careers-info-wrapper h1{
    margin-bottom: 10px;
    font-size: 2.5em;
  }
  .careers-info-header-wrapper .careers-info-wrapper{
    bottom: 2vw;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul li{
    margin: 5px;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul li a{
    padding: 10px;
    font-size: 0.85em;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul li a span{
    line-height: 1.5;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul li a span:last-child{
    margin-top: 5px;	
  }
  .career-about-wrapper .career-about-content h2{
    margin-bottom: 20px!important;
    margin-top:0px !important;
  }
  .page-center.careers-opening-wrapper.career-job-opening-wrapper-info.career-individual-job-openings{
    padding-top:0px !important;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;     
    display: -moz-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper img {
    width: 100%!important;
    margin-left: 0;
    order: 1;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper .caption {
    width: 100%;
    float: none;
  }
  .careers-mission-wrapper{
    padding: 30px 0;
  }
  .careers-mission-wrapper .careers-mission-desc-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .careers-mission-wrapper .careers-mission-desc-wrapper .careers-mission-desc-left{
    width: 100%;
  }
  .careers-mission-wrapper .careers-mission-desc-right {
    margin: 0;
    width: 100%;       
  }
  .careers-mission-wrapper .careers-mission-desc-right img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60%;
  }
  .work-with-companies-list-wrapper .work-with-companies-list h2 {
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .work-with-companies-list-wrapper{
    padding: 15px 0;
  }
  .work-with-company-services-wrapper{
    background: url("https://cdn2.hubspot.net/hubfs/2721854/career-images/howitworks.jpg") center top no-repeat;
    background-size: contain;
    padding: 25vw 0 0px!important;
  }
  .work-with-company-services-list-campus .work-list-campus-wrapper ul li a{
    margin-left:0px !important;
  }
    
}
@media (max-width: 680px){
  .unite-india-slide-label > .span9{
    width: 100%!important;
  }
  .unite-india-slide-label .unity-event-rythmos-label,
  .unite-india-slide-label .unity-event-rythmos-label p{
    width: 100%!important;
    margin: 0;
  }
  .caption.below .unite-india-slide-label .unity-event-rythmos-label.span3 a{
    display: block;
  }
  .caption.below .unite-india-slide-label .unity-event-rythmos-label.span3 a:hover{
    background-color: transparent;
  }
  .caption.below .unite-india-slide-label .unity-event-rythmos-label.span3 a h1{
    width: 100%!important;
    font-size: 40px!important;
    margin: 0;
    line-height: 35px!important;
  }
  .clients-info-list.xs-col-12 {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid #f05927;
    padding-bottom: 10px;
  }
  .clients-info-list.xs-col-12:last-child{
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .data-service.home-sol-box .bottom-button p{
    width: 95% !important;
  }
  .inner-page-sub-header-wrapper .inner-page-sub-header .inner-page-header-img{
    display: none;
  }
  .data-services-wrapper{
    padding-top: 0px;
  }
  .data-services-wrapper .light-30px{
    padding-right: 0px !important;
  }
  .description-module{
    margin-top: 0 !Important;
    width: calc(100% + 30px) !important;
  }
  .description-module.span9{
    margin: 0 !Important;
    width: 100% !important;
    padding: 0;
  }
  .description-module.span9 h1{
    margin-bottom: 10px;
  }
  .description-module .span2, .description-module .span10{
    width:100%;
    float: none;
    margin: 0;
  }
  .description-module h1{
    margin-bottom: 20px;
  }
  .benifits-module{
    flex-direction: column;
  }
  .benifits-module .area{
    width: 100%;
  }
  .benifits-module .area.left{
    padding-bottom: 0;
  }
  .benifits-module .area.right{
    padding-top: 0;
  }
  .benifits-module .area.right .content-area{
    padding-top: 30px;
  }
  .benifits-module .area .content-area{
    padding: 20px 35px;
    width: 100%;
  }
  .benifits-module .area.middle:before{
    border-bottom: 20px solid #f05927;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    right: auto;
    top: -18px;
    margin-top: -20px;
  }
  .benifits-module .area.middle:after{
    border-top: 20px solid #f05927;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: auto;
    bottom: -18px;
    margin-bottom: -20px;
    margin-top: 0;
    top: auto;
  }
  .inner-contact-wrapper.page-center{
    padding-top: 0;
  }
  .description-module.airline-customer-data-exchange{
    margin: 0!important;
    padding: 0;
  }
  .featured-benefits .data-services-title{
    margin-top:0;
  }
  .featured-benefits .featured-items{
    margin-bottom: 35px;
  }
  .featured-benefits .row-fluid-wrapper > .row-fluid{
    display: block;
  }
  .featured-benefits .left{
    width: 100% !important;
    border-bottom: none !important;
    padding-right: 0;
    min-height: inherit !important;
  }
  .featured-benefits .widget-type-linked_image.right{
    width: calc(100% + 30px) !important;
    margin: 0 -15px !important;
    padding: 20px;
    min-height: inherit;
    display: block;
    min-width: inherit;
  }
  .featured-benefits .widget-type-linked_image.right .layout-widget-wrapper{
    text-align: center;
  }
  .services-delivery-process-wrapper .span4{
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .services-delivery-process-wrapper{
    text-align: center;
  }
  .services-delivery-process-wrapper .hoverbox-outer .hoverboxinfo{
    top: calc(100% - 65px);
  }
  .services-delivery-process-wrapper .hoverbox-outer:hover .hoverboxinfo{
    top: 0;
  }
  .unity-expertise-strip{
    margin-top: 10px;
  }
  .unity-expertise-strip .content-wrapper .game-practice .row-fluid{
    text-align: center;
    display: block;
  }
  .unity-expertise-strip .content-wrapper .game-practice .game-practice-left{
    max-width: 160px;
    min-width: 160px;
    margin: 10px auto 30px;
  } 
  .unity-expertise-strip .content-wrapper .game-practice .game-practice-right h1{
    font-size: 2.5em;
    line-height: 1.1em;
  }  
  div.span8.game-develop-practice-desc {
    padding-right: 0px;
    width: 100%!important;
  }
  .airline-practice-services-list-wrapper .airline-practice-services-list{
    width: 100%!important;
    padding: 8px 0!important;
  }
  .airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .icon {
    max-width: 50px;
  }
  .unity-professional-services-wrapper .dataservices-col{
    padding: 0 10px;
  }
  .partners-logos-wrapper{
    margin-top: 0;
  }
  .partners-logos-wrapper a{
    max-width: calc(50% - 20px);
  }
  .about-values-wrapper .values-list-item{
    width: calc(50% - 20px)!important;
  }
  .blog-content-wrapper .blog-content-left-wrapper{
    width: 100%;
  }
  .blog-content-wrapper .blog-content-right-wrapper{
    margin-top: -30px;
    width: 100%;
    margin: 30px 0px 0 0;
    padding-top: 0px!important;
  }
  .career-about-wrapper .career-about-content, .career-about-wrapper .about-rythmos {
    margin-bottom: 5px;
  }
  .careers-content-wrapper .about-careers-desc-wrapper {
    padding: 0;
  }
  .about-careers-desc .about-careers-desc-main{
    display: -webkit-box;     
    display: -moz-box;
    display: table-cell; 
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;	
  }
  .careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc .about-careers-desc-left {
    width: 100%;
    padding: 0;
  }
  .careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc .about-careers-desc-right {
    width: 100%;
    margin: 0;
  }
  .careers-content-wrapper .about-careers-desc-wrapper .about-careers-desc .about-careers-desc-right ul{
    padding-left: 20px;
    margin: 0;
  }
  .company-offices-careers-list{
    display: -webkit-box;     
    display: -moz-box;
    display: table-cell; 
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .company-offices-careers-list .company-offices-careers-list-left{
    width: 100%;
  }
  .company-offices-careers-list .company-offices-careers-list-right{
    width: 100%;
    margin: 20px 0 0;
  }
  .work-with-company-services-wrapper {
    padding: 30px 0;
  }
  .work-with-company-services-wrapper .work-with-company-services .work-with-company-services-list{
    width: 100%;
    display: -webkit-box;     
    display: -moz-box; 
    display: table-cell; 
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-left {
    padding: 20px;
    width: 100%;
  }
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right {
    width: 100%;
    margin: 0;
  }  	
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li{
    padding:10px 20px;
    min-height: 60px;
  }
  .work-with-companies-list-wrapper .work-with-companies-logo-list ul {
    display: -webkit-box;     
    display: -moz-box;
    display: table-cell; 
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .work-with-companies-list-wrapper .work-with-companies-logo-list ul li {
    margin: 20px 5px;
    max-width: 200px;
    border-right:none;
    border-bottom: 1px solid #cccccc !important;
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title.ten-reasons-title-mobile{
    width: 100%!important;
    max-width: calc(100% - 1vw);	
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li{
    width: calc(50% - 1vw)!important;
    max-width: 100%;
  }
  .careers-opening-wrapper > .row-fluid-wrapper > .row-fluid {
    flex-direction:column;
  }
  .careers-opening-wrapper .careers-opening-content-right{
    width:100%;
    margin:0px;
  }
  .careers-opening-wrapper > .row-fluid-wrapper > .row-fluid > .span9 {
    width:100%;
    margin-bottom: 20px;
  }
  .careers-opening-wrapper .jobs-list-main-wrapper{
    margin:0px;
  }
  h2.job-list-headings-wrapper{
    font-size:30px;
  }
  .jobs-list-main-wrapper .popup-content{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .jobs-list-main-wrapper .popup-content .job-description-content{
    height: calc(100% - 80px);
  }   
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li a{
    padding: 10px 0 0 0!important;
    margin: 0;
  }
  .work-with-company-services-campus-test-link i {
      margin-left: 0px !important;
  }
  .careers-carousel-wrapper{
    padding-top: 0px !important;
  } 
  .job-description-content.job-description-wrapper{
    margin-right:0px !important;
  }
  .career-opportunities-heading-wrapper{
    margin-top:0px !important;
  }
  .ux-ui-wrapper .dataservices-col{
    width: 100%!important;
  }
  .ux-ui-wrapper .data-service{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ux-ui-wrapper .dataservices-col .data-service{
    min-height: 370px;
  }
}
@media (max-width: 567px){
/*   .events-header-wrapper .slider-inner .slider-image{
    height: 180px !important;
  } */
  .events-header-wrapper .slider-inner .slider-content .slider-text h2{
/*     font-size: 26px!important; */
    line-height: 1.2!Important;
  }  
 
  .events-header-wrapper .slider-inner .slider-image {
    background-position: 33% 90% !important;
  }
  .without-content .slider-inner .slider-image{
    height: 300px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology_heroimage{
    height:200px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.loyalty_consulting_heroimage{
    height:200px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.product_development_heroimage{
    height:200px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology-model2-hero-image{
    height:100px !important;
  }	
  .data-services-wrapper .dataservices-col{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0;
  }
  .data-services-wrapper .data-service .bottom-button {
    max-width: 235px;
    margin: 0 auto;
  }
  .data-services-wrapper .data-service .content-area {
    min-height: auto;
  }
  .tool-expertise .tool-exp-col{
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .innercontact-left{
    background-color: #39bad8 !important;
  }
  .innercontact-left .contactleft-text{
    width: 100%;
    padding: 5px 20px;
    background-color: #39bad8 !important;
  }
  .inner-contact-wrapper textarea{
    min-width: 270px;
  }
  .unity-professional-services-wrapper .dataservices-col{
    width: 100% !important;
  }
  .unity-professional-services-wrapper .dataservices-col.middle{
    width: 100%!important;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
    margin: 20px 0!important;
    padding: 20px 0;
  }
  .contact-info-wrapper{
    margin-top: 20px!important;
  }
  .contact-info-wrapper .contact-form-info-wrapper {
    width: 100%!important;
  }
  .contact-info-wrapper .contact-address-info-wrapper {
    width: 100%!important;
    margin-left: 0!important;
  }
  .blog-content-wrapper .blog-section .post-body .hs-featured-image-wrapper{
    width: 100%;
    overflow: hidden;
  }
  .blog-content-wrapper .blog-section .post-body .hs-featured-image-wrapper img.hs-featured-image{
    margin: 0 0 15px 0;
    max-width: 100%;
    max-height: inherit;
  }
  .careers-info-header-wrapper video{
    margin-top: -30px;
    width: 140%;
    max-width: 140%;
    margin-left: -40%;
  }  
  .career-about-wrapper .about-rythmos .about-rythmos-left-n-right-wrapper {
    display: -webkit-box;     
    display: -moz-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .career-about-wrapper .about-rythmos .about-rythmos-left-n-right-wrapper .about-rythmos-left,
  .career-about-wrapper .about-rythmos .about-rythmos-left-n-right-wrapper .about-rythmos-right{
    width: 100%;
  }
  .career-about-wrapper .about-rythmos .about-rythmos-left-n-right-wrapper .about-rythmos-right{
    margin: 30px 0 0 0;
  }
  .rythmos-work-flow-wrapper{
    padding: 10px 0!important;
  }
  .rythmos-work-flow-wrapper .ten-reasons-to-work-img{
    display: block;
  }
  .rythmos-work-flow-wrapper ul{
    display: none!important;
  }
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-left h2{
    margin-bottom: 10px;
  }
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-left h4{
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .careers-content-wrapper h2{
    font-size:28px;
  }
  .careers-content-wrapper .work-with-companies-list h2{
    font-size:28px;
  }
  .career-job-title-header{
    font-size: 28px;
    line-height: 1.2;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul{
    display:none;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 ul{
    display:flex;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 ul li a{
    padding:0px;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 .career-info-header-logo-wrapper img{
    width:50px !important;
  }
  /*campus*/
  .work-with-company-services-list-campus .work-list-campus-wrapper p strong{
    font-size:22px !important;
  }
  .work-with-company-services-list-campus .work-list-campus-wrapper p i{
    margin-left:20px !important;
  }
}
@media (max-width: 720px) {
  .job-title .career-job-title-header{
    font-size:28px;
    margin-bottom:40px;
    margin-top:10px;
    line-height: 1.2;
  }
}
@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
  .custom-top-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption h3{
    font-size: 16px!important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape){ 
  .custom-top-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption h3{
    font-size: 21px!important;
  }
}
@media (max-width: 547px){
  .unity-event-rythmos-logo {
    top:-62%!important;
  }
}
@media (max-width: 480px){
  .unite-india-slide-label{
    overflow: hidden;
    margin-top: 0px;
  }
  .unite-india-slide-label .unity-event-rythmos-label {    
    text-align: center;
    margin-top: -10px;
	}
  .caption.below .unite-india-slide-label .unity-event-rythmos-label.span3 a h2{
    font-size: 18px;
  }
  .caption.below .unite-india-slide-label .unity-event-rythmos-label.span3 a h1{
    font-size: 26px!important;
    line-height: 24px!important;
    text-shadow: -2px 0px 0px #00bed6;
  }
  .company-promo-wrapper .company-promo-info .event-promo-info-anim-wrapper{
     font-size: 23px;
  }
  .xs-col-12{
    width: 100% !important;
  }
  .custom-top-slider .caption.below{
    padding: 90px 30px 0 30px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .custom-top-slider .caption.below p{
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
  .cta-btn-wrapper{
    margin-top: 0px;
    font-size: 0.80em;
    padding: 8px 10px 8px!important;
  }
  #clients-logo-slider-main-wrapper .clients-logo-slider{
    height: 38px!important;
  }
  .custom-top-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption .page-header{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
  }
  .custom-top-slider .caption.below h3{
    font-size: 16px!important;
    text-align: center;
    margin-bottom: 15px;
  }
  .custom-top-slider .slick-slide-inner-wrapper,
  body.hs-homepage-layout .header-container-wrapper{
    min-height: 370px;
  }
  .span3.xs-col-12.services-list-wrapper{
    margin: 0 5px !Important;
    width: calc(100% - 10px) !important;
  }
  .data-service .content-area {
    min-height: 100px;
  }
  .featured-benefits .left .row-fluid-wrapper .span3{
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .inner-header.devops-detail.devops-header-wrapper .slider-inner .slider-image{
    height: 730px !important;
  }
  .inner-header.devops-detail.devops-header-wrapper .slider-inner h4{
    font-size: 1.1em !important;
  }
  .devops-detail .slider-inner .slider-content .slider-text {
    margin-bottom: 30px;
  }
  .unity-event-rythmos-logo {
    top:-84%!important;
  }
/*   .devops-detail .events-header-wrapper .slider-inner .slider-content .slider-text {
    margin-bottom: 50px!important;
  } */
  .services-delivery-process-wrapper .span4{
    width: 100%;
    margin: 0;
    padding:10px 0;
  }
  .services-delivery-process-wrapper .hoverbox-outer .ico-head{
    padding: 10px 0 !important;
  }
  .services-delivery-process-wrapper .hoverbox-outer .hoverboxinfo{
    top: calc(100% - 55px);
  }
  .services-delivery-process-wrapper .hoverbox-outer:hover .hoverboxinfo{
    top: 0;
  }
  .contact-address-info-wrapper .contact-address-info-left,
  .contact-address-info-wrapper .contact-address-info-right{
    width: 100%;
    margin-left: 0!important;
  }
  .partners-logos-wrapper a{
    max-width: 100%;
    margin: 0px 0 20px;
    width: 100%;
    text-align: center;
  }
  .about-values-wrapper .values-list-item{
    width: 100%!important;
    margin: 10px 0!important;
  }
  .careers-content-wrapper .career-about-wrapper .career-about-content .span10{
    width: 100%;
  }
  .careers-info-header-wrapper video{
    margin-top: 0px;
    width: 150%;
    max-width: 150%;
  }
  .careers-info-header-wrapper .careers-info-wrapper h1 {
    font-size: 1.8em;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul li a{
    padding: 0px;
  }
  .careers-info-header-wrapper .careers-info-wrapper ul li {
    width: calc(50% - 10px);
  }
  .career-about-wrapper .about-rythmos{
    padding: 20px;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper img {
    width: 100%!important;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper .caption h4{
    font-size: 1em;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper {
    padding: 0 30px;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper .caption .employee-details-wrapper h2{
    margin-bottom: 20px;
  }
  .ten-reasons-title-desktop{
    display: none!important;
  }
  .careers-mission-wrapper .careers-mission-desc-right img{
    max-width: 80%;
  }
  .footer-logo{
    text-align: center;
  }
  .work-with-companies-list-wrapper .work-with-companies-logo-list ul li {
    border-bottom: 1px solid #cccccc;
    border-right: none;
    width: calc(50% - 20px);
    padding: 0;
    margin: 10px;
  }
  .work-with-companies-list-wrapper .work-with-companies-logo-list ul li img{
    width: auto!important;
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li {
    width: calc(70% - 1vw)!important;
    max-width: 100%;
    height: 40vw;
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title.ten-reasons-title-mobile {
    width: 70%!important;
    max-width: calc(70% - 1vw);
    min-width: auto;
  }
  .footer-wrapper .footer-section .footer-menu-wrapper .footer-menu li{
    background-image: none;
    padding-left: 0px;
  }
  .footer-wrapper .footer-section .footer-menu-wrapper .footer-menu li a{
    display: block;
    background-color: #4f5759;
    margin-bottom: 1px;
    padding: 7px 0;
  }
  .footer-wrapper .row-fluid-wrapper .page-center .row-number-4 .row-fluid{
    display: block;
  }
  .footer-section{
    border-right: none !important;
    border-bottom: 1px solid #707475;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-left: 0!important;
  }
  .footer-section.contact-twitter,
  .footer-section.footer-links{
    border-bottom: none;
    margin-bottom: 0;
  } 
  .footer-wrapper .social-icons-wrapper {
    padding-top: 15px;
  }
  .footer-copyright-wrapper .footer-copyright p{
    text-align: center;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 ul{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:-188px;
    background-color:#4D5759;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 ul li a{
    padding:10px;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 .career-info-header-logo-wrapper img{
    width:80px !important;
  }
  .careers-sub-header-wrapper.careers-sub-header-wrapper-model2{
    margin-top:178px;
  }
  .blogpost-img-desc{
    text-align:center !important;
  }
  .blogpost-img-desc-wrapper{
    text-align:center !important;
  }
  .blogpost-img-desc img{
    max-width:300px !important;
    width:100%  !important;
    float:none  !important;
  }
  .blogpost-img-desc strong{
    width:100%  !important;
    display:block  !important;
    text-align:left  !important;
  }
  .blogpost-img-desc span{
    width:100%  !important;
    display:block  !important;
    text-align:left  !important;
  }
  .blogpost-img-desc-wrapper img{
    max-width:300px !important;
    float:none  !important;
  }
  .blogpost-img-desc-wrapper strong{
    width:100%  !important;
    display:block  !important;
    text-align:left  !important;
  }
  /*campus*/
  .work-with-company-services-list-campus .work-list-campus-wrapper p strong{
    font-size:20px !important;
  }
  .work-with-company-services-list-campus .work-list-campus-wrapper p i{
    font-size:18px !important;
  }
  .work-with-company-services-list-campus .work-list-campus-wrapper ul li a{
    margin-left:-25px!important;
    margin-right:-20px;
  }
}
@media (max-width: 380px){
  .featured-benefits .data-services-title h2{
    font-size: 1.7em;
    text-align: center;
  }
  .featured-benefits .left .row-fluid-wrapper .span3{
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .inner-header.devops-detail.devops-header-wrapper .slider-inner .slider-image{
    height: 780px !important;
  }
  .devops-detail .slider-inner .slider-content .slider-text {
    margin-bottom: 30px;
  }
  .devops-detail .slider-inner .slider-content h1 {
    font-size: 2.1em !important;
  }
  .careers-info-header-wrapper video {
    margin-top: 0px;
    width: 180%;
    max-width: 180%;
    margin-left: -54%;
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li {
    width: calc(100% - 1vw)!important;
    max-width: 100%;
    height: 55vw;
    padding: 10px;
    margin: 5px;
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title.ten-reasons-title-mobile {
    width: 100%!important;
    max-width: calc(100% - 1vw);
    min-width: auto;
  }
  .careers-info-header-wrapper .careers-info-wrapper.careers-info-wrapper-model2 ul{
    margin-bottom:-185px;
  }
  .careers-sub-header-wrapper.careers-sub-header-wrapper-model2{
    margin-top:177px;
  }
  .careers-content-wrapper h2 {
    font-size: 22.5px;
    margin: 20px 0 5px;
  }
  /*campus*/
  .work-with-company-services-list-campus .work-list-campus-wrapper p strong{
    font-size:16px !important;
    margin-left:2px !important;
  }
  .work-with-company-services-list-campus .work-list-campus-wrapper p i{
    font-size:14px !important;
    margin-left:12px !important;
  }
  .work-with-company-services-list-campus .work-list-campus-wrapper ul li a{
    margin-left:-42px!important;
    margin-right:-28px;
    padding:15px 30px 10px 30px;
  }
}
@media (min-width: 768px) {
  .span9.custom-menu-primary{
    margin-left: 0;
    width: calc(100% - 140px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(6) {
    display: none !important;
  }
  .custom-fixed-header .custom-header-bg .custom-menu-primary ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: relative;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
    border: 0;
    margin-left: 20px;
    padding: 0;
  }
  .custom-fixed-header .custom-header-bg .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    border: 1px solid transparent;
  }
  .custom-fixed-header .custom-header-bg .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover {
    border: 1px solid #f05927;
    border-bottom: 0px;
    background-color: #fff;
  }
  .custom-fixed-header .custom-header-bg .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/2721854/Rythmos%20-Jan2017%20/Images/boxes-rightarrow.png?t=1490375525569);
    width: 7px;
    height: 13px;
    top: 11px;
    position: absolute;
    right: 7px;
    z-index: 999999;
  }
  .custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover>a {
    z-index: 99;
    background: #fff;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
    border: 1px solid #f05927;
    border-top: 1px solid #f05927;
    left: 0;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    right: 0;
    left: 0;
    border: 0;
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .3s ease all;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 0;
    position: absolute;
    z-index: -1
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a.active:after {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1
  }
  .scroll-header .custom-header-bg {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
    transition: all .4s ease-in-out
  }
  .scroll-header .custom-header-bg {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5
  }
  .scroll-header .custom-logo {
    padding: 10px 0
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 10px
  }
  .devops-casestudy-wrapper .case-study{
    display: -webkit-box;     
    display: -moz-box;
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex; 
    flex-shrink:1;
    -ms-flex-negative: 1;
    height:438px !important;
  }
  .devops-casestudy-wrapper .case-study .one-third.right ul{
    line-height: 20px;
  }
  .assessmentform-link{
    position: relative;
  }
  .assessmentform-link #assessmentform{
    position: absolute;
    top: -60px;
  }
  .innerform-right .form-title{
    display: none;
  }
}
@media (max-width: 680px){
  .page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper.submit-resume-job-wrapper.submit-resume-individual-jobs-wrapper {
    margin-top:2px !important;
  }
  .page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper.submit-resume-job-wrapper{
    margin-top:2px !important;
  }
  .job-description-content.job-description-wrapper-model2{
    margin-top:0px !important; 
  }
}
@media (min-width: 797px) and (max-width:1024px){
  .page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper.submit-resume-job-wrapper.submit-resume-individual-jobs-wrapper {
    margin-top:105px !important;
  }
  .page-center.careers-opening-wrapper.career-job-opening-wrapper-info.career-individual-job-openings .job-title{
    margin-bottom:0px !important; 
  }
  .page-center.careers-opening-wrapper.career-job-opening-wrapper-info.career-individual-job-openings .job-description-content.job-description-wrapper-model2{
    margin-top:0px !important; 
  }
}
@media (max-width: 796px) and (min-width: 681px){
  .page-center.careers-opening-wrapper .careers-opening-content-right .submit-resume-main-wrapper.submit-resume-job-wrapper.submit-resume-individual-jobs-wrapper {
    margin-top:80px !important;
  }
  .job-description-content.job-description-wrapper-model2{
    margin-top:-20px !important; 
  }
}
@media (min-width: 481px) and (max-width: 768px){
  .custom-top-slider .caption.below{
    padding: 90px 20px 0 20px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .cta-btn-wrapper{
    margin-top: 0px;
  }
  .custom-top-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption .page-header{
    font-size: 2.1em;
    margin-bottom: 20px;
  }
  .custom-top-slider .caption.below h3{
    font-size: 20px;
  }
  .custom-top-slider .slick-slide-inner-wrapper,
  	body.hs-homepage-layout .header-container-wrapper{
    min-height: 440px;
  }
  .span3.xs-col-12.services-list-wrapper{
    width: calc(50% - 10px) !important;
    margin: 0 5px !Important;
  }
  .data-service.home-sol-box{
    margin-bottom: 10px;
    min-height: 440px;
  }
  .data-service.home-sol-box .content-area {
    min-height: 250px;
  }
  .data-service.home-sol-box .bottom-button p{
    width: 250px;
  }
  .inner-header.devops-detail.devops-header-wrapper .slider-inner .slider-image{
    height: 630px !important;
  }
  .devops-detail.devops-header-wrapper .slider-inner .slider-content .slider-text {
    margin-bottom: 30px;
  }
  
}
@media (min-width: 568px) and (max-width: 768px){
  .without-content .slider-inner .slider-image{
    height: 300px !important;
  }  	
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology_heroimage{
    height:280px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.loyalty_consulting_heroimage{
    height:280px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.product_development_heroimage{
    height:280px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology-model2-hero-image{
    height:150px !important;
  }
  .data-services-wrapper .dataservices-col{
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
  }
  .data-services-wrapper .data-service .bottom-button {
    max-width: 235px;
    margin: 0 auto;
  }
  .data-services-wrapper .data-service .content-area {
    min-height: 210px;
  }
  .tool-expertise .tool-exp-col{
    width: 50%;
    margin: 0;
    padding: 10px;
  }
  .benifits-module .area .content-area{
    padding: 20px 40px;
  }
  .description-module.span9{
    width: 100%;
    margin: 0!important;
    padding: 0;
  }
  .description-module.span9 h1{
    margin-bottom: 10px;
  }
  .description-module .span2, .description-module .span10 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .inner-header.devops-detail.devops-header-wrapper .slider-inner .slider-image{
    height: 530px !important;
  }
  .devops-detail.devops-header-wrapper .slider-inner .slider-content .slider-text{
    margin-bottom: 30px;
  }
}
@media (min-width: 568px) and (max-width: 621px){
  .careers-info-header-wrapper video{
    margin-top: 0px !important;
  }
}
@media (min-width: 481px) and (max-width: 812px){
  .inner-page-sub-header-wrapper .inner-page-sub-header .inner-page-header-img{
    bottom: -95px;
    max-width: 220px;
  }
  .data-services-wrapper{
    padding-top: 0px;
  }
  .data-services-wrapper .light-30px{
    padding-right: 190px;
  }
  .featured-benefits .widget-type-linked_image.right{
    min-width: 220px !important;
  }
  .careers-content-wrapper .career-about-wrapper .career-about-content .span10{
    width: 100%;
  }
  .ten-reasons-title-desktop{
    display: none !important;
  }
  .footer-wrapper .row-fluid-wrapper .page-center .row-number-4 .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-section.footer-links,
  .footer-section.footer-connect{
    min-width: 51%;
  }
  .footer-section.footer-links:after{
    content: "";
    background-color: #707475;
    height: 1px;
    width: calc(100% - 30px);
    margin-top: 77px;
    right: 15px;
    left: 15px;
    position: absolute;
  }
  .footer-section.footer-address{
    min-width: 46%;
    margin-left: 10px;
    border-right: none;
  }
  .footer-section.footer-connect{
    margin-left: 0px;
    margin-top: 30px;
  }
  .footer-section.contact-twitter{
    width: 46%;
    margin-top: 30px;
  } 
}
@media (min-width: 568px) and (max-width: 812px){
  .contact-info-wrapper{
    margin-top: 20px!important;
  }
  .contact-address-info-wrapper .contact-address-info-left,
  .contact-address-info-wrapper .contact-address-info-right{
    width: 100%;
    margin-left: 0!important;
  }
  .contact-info-wrapper .contact-form-info-wrapper{
    width: 52%!important;
  }
  .contact-info-wrapper .contact-address-info-wrapper{
    margin-left: 20px!important;
    width: calc(48% - 20px)!important;
  }
  .inner-contact-wrapper.contact-info-wrapper .contact-form-info-wrapper textarea{
    min-width: 260px;
  }
  .blog-content-wrapper .blog-content-right-wrapper{
    padding-top: 90px;
  }
  .career-about-wrapper .about-rythmos {
    padding: 20px;
  }
  .career-about-wrapper .about-rythmos .about-rythmos-left-n-right-wrapper{
    display: -webkit-box;     
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    flex-shrink:1;
    -ms-flex-negative: 1;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center;
  }
  .rythmos-work-flow-wrapper{
    padding: 10px 0!important;
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title.ten-reasons-title-mobile{
    width: 100%;
    max-width: calc(100% - 1vw);	
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li{
    width: calc(33.333% - 1vw);	
  }
  .rythmos-work-flow-wrapper .ten-reasons-to-work-img{
    display: block;
  }
  .rythmos-work-flow-wrapper ul{
    display: none!important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.technology_heroimage{
    height:300px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.loyalty_consulting_heroimage{
    height:300px !important;
  }
  .without-content .widget-type-custom_widget.airlines-wrapper .slider-inner .slider-image.product_development_heroimage{
    height:300px !important;
  }
}
@media (min-width: 681px) and (max-width: 990px){
  .airline-practice-services-list-wrapper .airline-practice-services-list{
    width: 50%!important;
  }
  .airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .heading{
    font-size: 20px;
  }
  .airline-practice-services-list-wrapper .airline-practice-services-list .hoverbox-outer .icon {
    max-width: 50px;
  }
  .services-delivery-process-wrapper .span4{
    width: 50%;
    margin: 0;
    padding: 10px;
  }
  .careers-content-wrapper .about-careers-desc-wrapper {
    padding: 0;
  }
  .work-with-company-services-wrapper .work-with-company-services .work-with-company-services-list{
    width: 100%;
  }
  .work-with-company-services-list.work-with-company-services-list-campus-selection{
    max-width: 100%!important;
  }
  .ux-ui-wrapper .dataservices-col:nth-child(3){
    width:100%;
  }
  .ux-ui-wrapper .dataservices-col:nth-child(3) .data-service{
    min-height: 370px;
  }
}
@media (min-width: 768px) and (max-width: 990px){
/*   .custom-header-bg{
    padding: 0;
  } */

  .custom-menu-primary .hs-menu-wrapper> ul > li > a{
    padding: 0 8px !important;
  }
  .custom-fixed-header .custom-header-bg .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
    top: 12px !important;
    right: 1px !important;
  }
  .custom-fixed-header .custom-menu-primary ul.hs-menu-children-wrapper li a {
    padding: 3px 10px;
  }
  .custom-top-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption .page-header{
    font-size: 3em;
  }
  .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
    background-position: center top;
  }
  .span3.xs-col-12.services-list-wrapper{
    width: calc(50% - 20px) !important;
    margin: 0 10px !Important;
  }
  .data-service .content-area {
    min-height: 180px;
  }
  .data-services-wrapper .dataservices-col{
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
  }
  .data-services-wrapper .data-service .bottom-button {
    max-width: 235px;
    margin: 0 auto;
  }
  .data-services-wrapper .data-service .content-area {
    min-height: 150px;
  }
  .tool-expertise-heading{
    margin-top: 0!important;
  }
  .tool-expertise .tool-exp-col{
    width: 50%;
    margin: 0;
    padding: 10px;
  }
  .case-study .one-third{
    padding: 20px;
  }
  .case-study span.heading{
    font-size: 1.5em;
  }
  .case-study .one-third h4{
    font-size: 16px;  
  }
  .case-study .one-third.left{
    padding-top: 280px;
  }
  .case-study .one-third .btn-warning-ouline{
    font-size: 1em;
    padding: 8px 30px 10px 15px !important;
  }
  .case-study .one-third.right p strong{
    font-weight: normal;
    font-size: 16px;
  }
  .innercontact-left{
    width: calc(60% - 20px) !important;
    margin-right: 20px;
  }
  .innerform-right{
    width: 40% !important;
    margin: 0 !important; 
  }
  .benifits-module .area .content-area{
    padding: 20px 40px;
  }
  .description-module.span9{
    width: 100%;
    margin: 0!important;
    padding: 0;
  }
  .description-module.span9 h1{
    margin-bottom: 25px;
  }
  .game-develop-desc.description-module.span9 h1{
    margin-top: 25px;
  }
  .description-module .span2, .description-module .span10 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .description-module.airline-customer-data-exchange .airline-customer-data-exchange-part-one .span6{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .inner-header.devops-detail.devops-header-wrapper .slider-inner .slider-image{
    height: 530px !important;
  } 
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper {
    display: -webkit-box;     
    display: -moz-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    flex-shrink:1;
    -ms-flex-negative: 1;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper img{
    width: calc(55% - 30px);
    margin-left: 30px;
    order: 2;
  }
  .careers-carousel-wrapper .employee-carousel .slick-slider .slick-slide-inner-wrapper .caption {
    width: 45%;
  }
  .careers-mission-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .careers-mission-wrapper .careers-mission-desc-right img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .work-with-company-services-wrapper{
    background: url("https://cdn2.hubspot.net/hubfs/2721854/career-images/howitworks.jpg") center top no-repeat;
    background-size: contain;
    padding: 150px 0 0px;
  }
  .event-venue-details .events-venue-details-left-content{
    width: 65.74585634900001%!important;
  }
  .event-venue-details .event-venue-details-right-content{
    width: 31.491712705%!important;
  }
}
@media (min-width: 813px) and (max-width: 990px){
  .ten-reasons-title-mobile{
    display: none!important;
  }
  .footer-section.footer-links{
    min-width: 225px;
  }
  .footer-section.footer-address{
    min-width: 180px;
    margin-left: 10px;
  }
  .footer-section.footer-connect{
    min-width: 165px;
    margin-left: 10px;
  }
} 
@media (min-width: 991px) and (max-width: 1060px){
  .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
    background-position: center top;
  }
  .span3.xs-col-12.services-list-wrapper .cell-wrapper.layout-widget-wrapper .home-sol-box{
    margin-left: -5px !important;
    padding: 20px 10px 17px;
  }
  .span3.xs-col-12.services-list-wrapper .home-sol-box:first-child{
    margin-left: 0px !important;
  }
  .careers-mission-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .careers-mission-wrapper .careers-mission-desc-right img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 991px){
  .description-module.span9{
    margin-top: 35px;
    padding-right: 30px;
  }
  .airline-practice-services-list-wrapper .airline-practice-services-list{
    width: calc(33.333% - 1px) !important;
  }
  .ten-reasons-title-mobile{
    display: none!important;
  }
  .work-with-company-services-wrapper{
    /*background: url("https://cdn2.hubspot.net/hubfs/2721854/career-images/howitworks.jpg") center -12px no-repeat;
    */
    background-size: cover;
    padding: 130px 0;
  }
}
@media (max-width: 812px) and (orientation: landscape) { 
  .inner-header.devops-detail.devops-header-wrapper .slider-inner .slider-image {
    height: 700px !important;
  }
}
@media (max-width: 991px) {
  .work-with-company-services-list-campus {
    width:100% !important;
  }
}
@media (max-width: 826px) {
  .work-with-company-services-campus-test-link strong{
    font-size:20px !important;
  }.work-with-company-services-campus-test-link i{
    font-size:18px !important;
  }
  .event-footer-strip-wrapper{
    padding: 10px 0!important;
  }
  .event-footer-strip-wrapper .event-footer-strip span{
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1064px) and (min-width: 767px) {
  .work-with-company-services-wrapper .work-with-company-services-list .work-with-company-services-list-right ul li{
    min-height:105px !important;
  }
}
@media (min-width: 1164px) {
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li{
		margin: 5.75px;
    height: 210px;
    width: calc(263.5px - 11.5px);
    max-width: calc(263.5px - 11.5px);
  }
  .rythmos-work-flow-wrapper .rythmos-work-flow-list ul li.ten-reasons-title{
    min-width: calc(480px + 11.5px);
    max-width: calc(527px - 11.5px);
    width: calc(527px - 11.5px);
  }
}

.file-type-test .hs_file_upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-type-test .hs_file_upload .input{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-type-test .hs_file_upload .input .input-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-type-test .hs_file_upload .input .input-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-type-test .hs_file_upload .input:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-type-test .hs_file_upload .input:hover .input-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-type-test .hs_file_upload.active .input{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-type-test .hs_file_upload.active .input .input-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-type-test .hs_file_upload .input input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}


/* Search Field */
.hs-search-field.custom-search-field-wrapper {
  top: 19px;
}
.hs-search-field.custom-search-field-wrapper .hs-search-field__bar form{ 
  display: flex;
  max-height: 35px;
}
.hs-search-field .hs-search-field__bar form input.hs-search-field__input{
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  border: none;
  background: #fff;
  color: #41505a;
  font-weight: 400 !important;
  max-height: 35px;
  border: 1px solid #d2d2d2;
  border-right: none;
}
.hs-search-field .hs-search-field__bar form input.hs-search-field__input:focus,
.hs-search-field .hs-search-field__bar input.hs-search-field__input:focus{
  outline: -webkit-focus-ring-color auto 0px!important;
}
.hs-search-field .hs-search-field__bar form button.hs-button{
  height: 35px;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
  font-size: 18px;
  max-height: 40px;
  outline: 0;
  box-shadow: none;
  border: 0;
  background-color: rgba(240, 90, 40, 1);
  color: white;
  font-weight: 800;
  cursor: pointer;
}
.hs-search-field .hs-search-field__bar form button.hs-button i{
  position: relative;
  top: -2px;
}
.hs-search-field--open .hs-search-field__suggestions{
  padding: 5px 0px;
  font-size: 14px;
  border: 1px solid #dcd8d8;
  border-top: none;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  background-color: #f9f9f9;
  position: absolute;
  width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions a, 
.hs-search-field--open .hs-search-field__suggestions #results-for{
  padding: 2px 15px;
}
.hs-search-field--open .hs-search-field__suggestions a:hover, 
.hs-search-field--open .hs-search-field__suggestions a:focus{
  background-color: rgb(255, 255, 255);
  outline: 0;
  border: 1px solid #f2f2f2;
  border-left: none;
  border-right: none;
}
/* .hs-search-field .hs-search-field__bar input.hs-search-field__input {
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  background: #e8e8e8;
  color: #41505a;
  font-weight: 400 !important;
  max-height: 35px;
  height: 35px;
  border: 1px inset #d2d2d2;
  margin: 15px 20px 0;
  width: calc(100% - 40px);
} */

.hs-search-results{
  padding: 20px;
}
.hs-search-results .hs-search-results__listing .hs-search-results__description .hs-search-highlight,
.hs-search-results .hs-search-results__listing .hs-search-results__description .hs-highlight-html{
  color: #f05927;
}


