/* @import url('http://example.com/example_style.css'); */

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   Reference: http://designers.hubspot.com/docs/tools/boilerplate-css
   ========================================================================== */


/* These includes are optional, but helpful. */
/* 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;}

 





/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. HELPER CLASSES 
  5. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  6. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  7. MISCELLANOUS
  8. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */


 /* CUSTOM FONTS -  update the fonts as per theme's requirements* [added-a] */
    @font-face {
        font-family: 'fujisans';
        src: url('//cdn2.hubspot.net/hubfs/2585850/Fujitsu_2016/Fonts/FujitsuSansRegular.eot');
        src: url('//cdn2.hubspot.net/hubfs/2585850/Fujitsu_2016/Fonts/FujitsuSansRegular.eot') format('embedded-opentype'),
             url('//cdn2.hubspot.net/hubfs/2585850/Fujitsu_2016/Fonts/FujitsuSansRegular.woff') format('woff'),
             url('//cdn2.hubspot.net/hubfs/2585850/Fujitsu_2016/Fonts/FujitsuSansRegular.ttf') format('truetype'),
             url('//cdn2.hubspot.net/hubfs/2585850/Fujitsu_2016/Fonts/FujitsuSansRegular.svg#fujisansc') format('svg');
    }




/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1175px;
  margin: 0 auto;
}

a { color: gray; text-decoration: none; }
a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
max-width: initial;
}


.yg {
    color: #cec851;
}

.og {
    color: #ffaf00;
}

img {
    max-width: 100%; height: auto;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}







/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.header {    
	width: 100%;
	padding: 75px 100px 0px;
    color: #999;
    position: fixed;
    z-index: 10;
}

.header.sticky {
    padding: 20px 50px 20px;
    background: rgba(115,11,38,0.5);
}

.scroll-btn.sticky {
   /* background: rgba(115,11,38,0.5); */
    border-radius: 38px;
    height: 90px;
}

.header .logo {
    position: relative;
    z-index: 10;
}

.header .top-left-side {
    position: relative;
    z-index: 10;
}

.header.fixed
{
    position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a#menu-button
{
    display: block;
	width: 50px;
	height: 40px;
	padding: 11px;
    display: inline-block;
    z-index: 10;
}

.header a#menu-button:before,
.header a#menu-button:after
{
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a#menu-button span
{
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}

#rs-search {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: none;
    font-size: 20px;
    position: relative;
    top: -12px;
}

.icon-menu {
    text-align: right;
}

.hero-banner img, .abt-left .bg img {
    display: none;
}

.hero-banner, .abt-left {
    background-size: cover;
    background-repeat: no-repeat;
}

.home .section {
    min-height: 100vh !important;
}

.home .hero-banner {
    height: 100vh;
}

.hero-banner {
    height: 470px;
}

.home .hero-banner .text-content {
    min-height: 95vh;
}


.scroll-down {
    text-align: center;
    height: 0 !important;
    min-height: 0px !important;
    display: none !important;
}

.home .scroll-down {
    display: block !important;
}

.scroll-down a {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    left: 48%;
    width: 75px;
}

.scroll-btn {
    padding-top: 5px;
}

ul.social-media li a, .mm-navbar-content-5 li a {
    display: block;
    color: #43505b;
    padding: 7px 10px;
    background: #fff;
    border-radius: 100%;
    width: 35px;
    text-align: center;
    height: 35px;
}

ul.social-media li a:hover, .mm-navbar-content-5 li a:hover {
    background: #ffaf00;
}

ul.social-media li, .mm-navbar-content-5 li {
    display: inline-block;
    margin-right: 5px;
}

a.mm-close {
    display: none;
}

#menu .mm-panels>.mm-panel {
    padding: 5px 50px 0 50px;
}

#menu.mm-menu {
    background: #7e0c2a;
   -webkit-box-shadow: -4px 0px 5px 0px rgba(255,255,255,1);
    border-left: 5px solid rgba(255, 255, 255, .2);
}

#menu .mm-navbar-content-5 {
    height: 60px;
    background: #7e0c2a;
    text-align: right;
}

#menu .mm-navbar-content-5 li {
    float: none !important;
    width: 50px;
    display:inline-block !important;
}

#menu .mm-navbar-content-5 li a {
    color: #43505b !important;
}

.mm-listview .mm-next:before {
    border-left: none !important;   
}

.hs-menu-flow-horizontal ul {
    display: none;
}

.hs-menu-flow-horizontal ul.mm-listview {
    display: block;
}

.mm-menu .mm-search input {
    color: #fff !important;
    max-height: 50px;
    height: 50px;
    font-size: 18px;
}

.lp-page .hero-banner h1 {
    font-size: 3.5em;
}

.lp-page .header {
    position: absolute;
}

.lp-page .hero-banner {
    height: auto;
    background-attachment: fixed;
}

.lp-footer {
    position: relative;
    bottom: 5%;
    text-align: left;
    max-width: 215px;
    left: 0;
}

.lp-footer .social-media {
    padding: 0;
    margin-top: 30px;
}

.lp-page .hero-banner .text-content {
    min-height: 100vh;
     padding: 6% 10% 0%;
}

/*input.hs-button.primary.large {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #7d0c2a;
    font-weight: bold;
}*/

a#cta_button_479958_36323fdf-e41d-4cf0-8999-f8ab01402465:hover, a#cta_button_479958_eb2d5073-9ad9-45aa-914a-8d36b3f36ef5:hover, a#cta_button_479958_bf661fa1-a13f-41cf-91ef-25dc397fc0cb:hover, #home-footer .footer-left-side .form-area .hs_submit .actions input:hover, a#cta_button_479958_e757b82d-80d8-4fd3-8525-22c588bc0892:hover {
    background: #FFAB00 !important;
}

.career-form .hs-form-field ul.hs-error-msgs {
    background-color: #FFAB00;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px !important;
    display: inline-block !important;
    margin-top: 0px;
}




/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

.hero-banner .text-content {
  padding: 10% 10% 0;
}

.hero-banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 4.8em;
    color: #fff;
    line-height: 1em;
    font-weight: bold;
}

.hero-banner p {
    font-size: 16px;
    color: #fff;
    width: 380px;
    margin: 15px auto 30px;
}

.hero-banner a:hover {
    color: #aaa;
}

.lp-page .hero-banner p {
    width: 75%;
}

#about-intro .abt-left {
    height: 100vh;
    position: relative;
    width: 50%;
    z-index: 2;
}

.abt-left .man-image {
    text-align: right;
    position: absolute;
    bottom: -5px;
    left: 10%;
}

#about-intro .abt-right {
    background-color: #7e0c2a;
    height: 100vh;
    display: flex;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    width: 50%;
}

.abt-right .abt-content {
    width: 100%;
}

.abt-right .r-wrap {
    width: 100%;
}

.abt-content h2, .abt-content p {
    width: 100%;
    margin: 0 auto;
    padding: 0 15%;
}

.abt-content h2 {
    font-size: 4.8em;
    color: #fff;
    font-size: 'Helvetica', sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
}

.r-wrap .abt-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}


.slide-item img.slide-bg {
    display: none;
}

#home-services .slide-item {
    background-size: cover;
    height: 75vh;
    position: relative;
    transition: all .2s ease-in-out;
}


#home-services .slide-item:hover {
    background-color: rgba(109,27,52,0.8);
    transform: scale(1.1);
}

#home-services .slide-item:hover > .s-overlay {
    opacity: 1;

}

#home-services .slide-item:hover > .appear-text {
    display: none;
}

#home-services {
    background-color: #525f6c;
    display: flex;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#home-services #hs_cos_wrapper_module_14785675553806275 a:hover {
    background: #FFAB00 !important;
}

.s-overlay {
    padding: 60px 70px;
    position: absolute;
    bottom: 0;
    background-color: rgba(54,13,26,0.8);
    color: #fff;
    opacity: 0;
    text-align: left;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
}

.appear-text {
    padding: 10% 60px 15%;
    position: absolute;
    bottom: 0;
     background-color: rgba(54,13,26,0.8);
    color: #fff;
    text-align: left;
    width: 100%;
}

.slide-item:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

.slide-item .align-center {
    height: 500px;
    position: relative;
    z-index: 10;
    padding-top: 60%;
}

.slide-item .align-center img {
    margin: 0 auto;
}

#home-blog {
    padding: 5% 0; 
    background: #d0d0d0;
}

#home-blog h2 {
    text-align: center;
    font-size: 4.8em;
    color: #7d0c2a;
}

#home-blog h2 span {
    display: inline-block;
    position: relative;
}

#home-blog h2 span:before, #home-blog h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #7d0c2a;
  top: 50%;
  width: 400px;
}

#home-blog h2 span:before {
  right: 100%;
  margin-right: 15px;
}
#home-blog h2 span:after {
  left: 100%;
  margin-left: 15px;
}


#home-blog h2 {
    margin-bottom: 40px;
}

.blog-item {
    width: 31.5%;
    float: left;
    margin-right: 1.5%;
    position: relative;
    transition: background-color 1s;
    height: 245px;
    background-size: cover;
    margin-bottom: 20px;
    cursor: pointer;
}

.blog-item h4 {
    font-weight: bold;
    font-size: 1.5em;
}

.blog-item.active > .c-overlay {
    display: none;
}

.blog-item:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

.blog-item:hover {
    background-color: rgba(109,27,52,0.8);
}

.c-overlay {
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(83,97,110,0.8);
    color: #fff;
    text-align: left;
    width: 100%;
}

.blog-item.active > .initial-content {
    display: block;
    transition: all 2s linear;
    opacity: 1;
}

.initial-content {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 3;
    opacity: 0.5;
    cursor: auto;
}

.initial-content h5 {
    font-size: 1.55em;
    font-weight: bold;
}

.c-overlay p {
    margin: 0;
}

#home-footer {
    background-color: #495764;
    color: #fff;
    position: relative;
    z-index: 2;
}

#home-footer .footer-left-side {
    background-color: #7d0c2a;
    display: flex;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 100vh;
    width: 50%;
}

#home-footer .form-area {
    padding: 0 15%;
}


#home-footer .footer-right-side {
    width: 50%;
    margin-left: 0;
    background-color: #495764;
}

#home-footer .footer-left-side .form-area h3 {
    font-family: 'Helvetica', sans-serif;
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px !important;
}

#home-footer .footer-left-side .form-area label span {
    font-size: 1.65em;
}

#home-footer .footer-left-side .form-area label span.hs-form-required {
    display: none;
}


#home-footer .footer-left-side .form-area .input input {
    background: transparent;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 87%;
    position: relative;
    top: -35px;
    left: 13%;
    height: 30px;
    outline: none;
    color: #fff;
    font-size: 1.6em;
}

#home-footer .footer-left-side .form-area .input select {
    background: transparent;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 78%;
    position: relative;
    top: -35px;
    left: 22%;
    height: 30px;
    outline: none;
    color: #fff;
    font-size: 1.6em;
}

#home-footer .footer-left-side .form-area .input select option {
    color: #333;
}
#home-footer .footer-left-side .form-area .hs_submit {
    text-align: center;
    margin-top: 30px;
}

#home-footer .footer-left-side .form-area .hs_submit .actions input {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: transparent;
    color: rgb(255, 255, 255);
    border: 2px solid #fff;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 50px;
    border-radius: 0px;
    font-size: 1.6em;
}


#home-footer .contact-info {
    display: flex;
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 50vh;
    padding: 0 10%;
}

#other-logo {
    padding: 5% 15%;
}

#other-logo .widget-type-linked_image {
    text-align: center;
}

#footerv2 p a {
    color: #fff;
}

#footerv2 .input {
    position: absolute;
}

#footerv2 {
    background-color: #7d0c2a;
    padding: 50px;
    color: #fff;
}

#footerv2 .contact-info h2, #footerv2 .form-area h3 {
    font-size: 2em;
    margin-bottom: 10px !important;
    font-weight: bold;
    
}

#footerv2  .contact-info .upper-content p {
    font-size: 1.2em;
    margin: 0px;
    padding-left: 5px;
}

#footerv2 .form-area .input input {
    background: transparent;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 95%;
    position: relative;
    top: -35px;
    left: 35%;
    height: 30px;
    outline: none;
    color: #fff;
    font-size: 1em;
}

#footerv2 .form-area .hs_submit .actions input {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: transparent;
    color: rgb(255, 255, 255);
    border: 2px solid #fff !important;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 50px;
    border: none;
    border-radius: 0px;
    font-size: 1.2em;
    margin-top: 30px;
}

#footerv2 .form-area label span {
    font-size: 1.2em;
}

#footerv2 .contact-info .lower-content {
    margin-top: 15%;
}

#footerv2 .fot-soc-content {
    padding-top: 50%;
}

#footerv2 ul.social-media li a, .mm-navbar-content-5 li a {
    color: #7d0c2a;   
}


.contact-info h2 {
    font-family: 'Helvetica', sans-serif;
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0px !important;
}

.contact-info .upper-content p {
    font-size: 1.5em;
    margin: 0px;
    padding-left: 15px;
}

.contact-info .upper-content a {
    color: #fff;
}

.contact-info .lower-content {
    margin-top: 10%;
}

.lower-content p {
    font-size: 1em;
}

.fot-soc-content {
    text-align: right;
}


/* Services */

.services .header a#menu-button:before, .services .header a#menu-button:after, .services .header a#menu-button span {
    background-color: #7d0c2a;   
}

.services .header.sticky a#menu-button:before, .services .header.sticky a#menu-button:after, .services .header.sticky a#menu-button span {
    background-color: #fff;   
}

.services .header #rs-search {
    color: #7d0c2a;   
}

.services .header.sticky #rs-search {
    color: #fff;
}

.text-center {
    text-align: center;
}

/* Services Page Styling */
.services-inner-left {
    color: #434343;
    padding: 8em 8em;
}
.services-inner-left img, #sevices-inner-content img {
    margin-bottom: 2em;
}
.services-inner-left h2, .services-inner-left h3, .services-inner-left h2,  #services-inner-content h2,  #services-inner-content h3 {
    color: #7d0c2a;
    font-weight: bold;
    font-size: 2.6em;
}
.services-inner-left h4, #services-inner-content h4 {
    color: #7d0c2a;
    font-weight: bold;
}

#services-inner-content ul {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

#services-inner-content ul li {
    padding-left: 1em; 
    text-indent: -.7em;

}

#services-inner-content ul li:before {
    content: "• ";
    color: #7d0c2a; /* or whatever color you prefer */
}

.services-inner-right {
    background: #4d5c69;
    color: #f2f2f2;
    padding: 20% 4%;
    text-align: center;
   
}
.services-inner-right h2 {
    font-size: 1.8em;
    font-weight: bold;
}

.services-inner div > div.row-fluid-wrapper.row-depth-1.row-number-6 > div > div > div > div > div {
    min-height: 0;
}


#services-area {
    
    background-color: #fff;
}

#services-area .text-content h2 {
    color: #791d2e;
    font-size: 3.2em;
    font-weight: bold;
}

#services-area .text-content {
    padding-top: 10%;
    width: 50%;
    margin: 0 auto 50px;
    float: none;
}

#services-area .services-item {
    width: 24%;
    float: left;
    margin-right: 1%;
    padding: 0 2%;
    margin-bottom: 80px;
}

.services-item a {
    min-height: 100px;
    display: block;
}

#services-area .services-item h3 a {
    color: #7d0c2a;
    min-height: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}

#services-area .services-item p {
    margin: 0;
    min-height: 100px;
}

#services-menu {
    position: relative;
    min-height: 0;
    height: 0;
    display: none;
}

.navigation-toggle-open {
    position: fixed;
    top: 48%;
    left: -35px;
    z-index: 5;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background-color: #4d5c69;
    border-radius: 0 0 10px 10px;
}

.navigation-toggle-open #smenu-open, .navigation-toggle-close #smenu-close {
    padding: 10px 20px;
    display: block;
    color: #eaeaea;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}



.navigation-toggle-close {
    position: absolute;
    top: 48%;
    right: -74px;
    bottom: auto;
    z-index: 7;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background-color: #4d5c69;
    border-radius: 0 0 10px 10px;
}

.navigation-toggle-close a {
    padding: 10px 20px;
    display: block;
    color: #eaeaea;
    border-radius: 0 0 10px 10px;
}

.service-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    min-width: 290px;
    background: #4d5c69;
    z-index: 10;
    display: none;
}

.ser-inner-wrap {
    display: flex;
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    height: 100vh;
    
}

.ser-inner-wrap ul {
    padding: 0;
    margin: 0 0 90px;
}

.ser-inner-wrap ul li {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}

.ser-inner-wrap ul li a {
    color: #eaeaea;
    font-size: 18px;
    padding: 10px;
    display: block;
}

.ser-inner-wrap ul li a:hover {
    background: #364049;
}

.ser-inner-wrap .nav-button a {
    font-size: 18px;
    padding: 25px;
    text-align: center;
    background-color: #7d0c2a;
    color: #eaeaea;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ser-inner-wrap .nav-button {
    width: 270px;
    height: auto;
    position: relative;
}


#service-inner-menu {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: #4d5c69;
    min-height: 750px;
}

#services-inner-content {
  float: left;
  width: 70%;
  transition: all 0.4s ease;
  position: relative;
  background-color: #fff;
  min-height: 500px;
}
#services-inner-content:before {
  content: '';
  clear:both;
}
#services-inner-content:after {
  content: '';
  clear:both;
  display: table-cell;
}

#service-inner-menu.active {
  width: 0%;
}
#service-inner-menu.active + #services-inner-content {
  width: 75%;
}

#service-inner-menu .navigation-toggle-close {
    display: none;
}

#services-inner-content .navigation-toggle-close {
    left: -6.3%;
    right: 0;
    height: 50px;
    width: 120px;
    display: none;
}

#services-inner-content .widget-type-rich_text {
    max-height: 795px;
    overflow-y: auto;
    width: 100%;
    padding-top: 6em;
}

#service-inner-menu ul {
    padding: 10% 10% 5% 5%;
    list-style: none;
    margin: 10% 0;
    overflow-y: auto;
    max-height: 600px;
}

#service-inner-menu ul li {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

#service-inner-menu ul li a {
    color: #eaeaea;
    font-size: 18px;
    padding: 10px;
    display: block;
}

/* Hide Meet The Team */
#service-inner-menu ul li:nth-child(2) {
    display: none;
}


#service-inner-menu ul li a:hover, #service-inner-menu ul li.active-branch a {
    background: #364049;
}

#service-inner-menu .nav-button {
    clear: both;
}

#service-inner-menu .nav-button a {
    text-align: center;
    background-color: #7d0c2a;
    color: #eaeaea;
    width: 50%;
    height: auto;
    margin: 0 auto 20px;
    padding: 10px;
    display: block;
}

/* Contact Us */

#publication-area {
   /* background-color: #d9d9d9; */
}

.publication-module-area {
    padding-top: 10vh;
}

.publication-item {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 80px;
    float: left;
}

.publication-item .inner-wrap {

}

.publication-item .inner-wrap .span8 {
    display: flex;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 245px;
}

.publication-item .inner-wrap h3 {
    margin-bottom: 5px;
}

.publication-item .inner-wrap h3 a, .publication-content h3 {
    color: #7d0c2a;
    font-weight: bold;
}

.publication-item .inner-wrap p {
    margin: 0;
}

#publication-area .publication-content {
    padding: 15vh 5%;
    background: #fff;
    height: auto;
    display: flex !important;
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}


/* Contact Us */

#contact-area .cleft-area {
    width: 50%;
}

#contact-area .cright-area {
    width: 50%;
    margin-left: 0;
    background-color: #f2f2f2;
    height: 100vh;
    display: flex;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.cright-area .contact-form {
    padding: 0 15%;
}

.cright-area .contact-form h3, .cleft-area .contact-info h2 {
    font-size: 2.6em;
    color: #7d0c2a;
    margin-bottom: 20px;
    font-weight: bold;
}

.cright-area .contact-form label span {
    display: none;
}

.cright-area .contact-form select, .cright-area .contact-form input {
    border: none;
    color: #434343;
    padding-left: 15px;
    height: 45px;
    margin-bottom: 15px;
    font-size: 16px;
}

.cright-area .contact-form textarea {
    height: 160px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
    margin-bottom: 15px;
    border: none;
}

.cright-area .contact-form .hs_submit input:hover, .hs_submit input.hs-button:hover, #footerv2 .form-area .hs_submit .actions input:hover, .event-subscribe .hs_submit input:hover, .publication-form .hs_submit input:hover {
    background-color: #ffaf00;
}

.cright-area .contact-form .hs_submit input {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #7d0c2a;
}

.cright-area .contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #434343;
  font-size: 16px;
}
.cright-area .contact-form input::-moz-placeholder { /* Firefox 19+ */
  color: #434343;
  font-size: 16px;
}
.cright-area .contact-form input:-ms-input-placeholder { /* IE 10+ */
  color: #434343;
  font-size: 16px;
}
.cright-area .contact-form input:-moz-placeholder { /* Firefox 18- */
  color: #434343;
  font-size: 16px;
}

.cright-area .contact-form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #434343;
  font-size: 16px;
}
.cright-area .contact-form select::-moz-placeholder { /* Firefox 19+ */
  color: #434343;
  font-size: 16px;
}
.cright-area .contact-form select:-ms-input-placeholder { /* IE 10+ */
  color: #434343;
  font-size: 16px;
}
.cright-area .contact-form select:-moz-placeholder { /* Firefox 18- */
  color: #434343;
  font-size: 16px;
}

.cright-area .contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #434343;
  font-size: 16px;
}

.cright-area .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #434343;
  font-size: 16px;
}

.cright-area .contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #434343;
  font-size: 16px;
}

.cright-area .contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #434343;
  font-size: 16px;
}

.cleft-area .contact-info {
    height: 50vh;
    display: flex;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
}

.past-events .contact-info h2, .current-events .contact-info h2 {
    color: #7d0c2a;
    font-size: 3.2em;
}

/* Events */

.events-post #blog-main-area {
    padding: 0;
}

.events-register, .publication-form {
    background-color: #f2f2f2;
    display: flex !important;
     display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 10vh 3%;
}

.events-register h3, .publication-form h3 {
    color: #7d0c2a;
    margin-bottom: 30px;
    font-weight: bold;
}

.events-register .event-subscribe label span, .publication-form label span {
    display: none;
}

.event-subscribe input, .publication-form input {
    border: none;
    color: #434343;
    padding-left: 15px;
    height: 45px;
    margin-bottom: 15px;
    font-size: 16px;
}

.event-subscribe textarea {
    height: 160px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
    margin-bottom: 15px;
    border: none;
}

.event-subscribe .hs_submit input, .publication-form .hs_submit input {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #7d0c2a;
    font-weight: bold;
}

#events-section .widget-type-blog_content {
    padding: 15vh 5% 5%;
}

#event-area .current-events {
    width: 60%;
    padding: 8vh 9% 0;
}

#event-area .past-events {
    width: 40%;
    margin-left: 0px;
    background-color: #f2f2f2;
    height: auto;
    padding-top: 8vh;
}


#event-area h3 {
    font-size: 2.4em;
    font-weight: bold;
    color: #7d0c2a;
    margin-bottom: 30px;
}

#event-area .past-events h3 {
    padding: 0 15%;
}

.events-item {
    margin-bottom: 30px;
    width: 100%;
    overflow: auto;
}

.events-item h4, .events-item h4 a {
    color: #7d0c2a;
    font-weight: bold;
}

.events-item .span5 img {
    margin-bottom: 25px;
}

.events-item .span7 {
    margin-bottom: 25px;
}

.events-item a.rbutton {
    width: 90%;
    padding: 10px;
    background: #7d0c2a;
    color: #fff;
    text-align: center;
    display: block;
}

#event-area #pastevent-accordion h3 {
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    padding: 10px 15%;
    margin-bottom: 0;
}

#pastevent-accordion h3.ui-state-default.ui-state-active {
    background: #7d0c2a;
    border:none;
}

#pastevent-accordion h3.ui-state-default {
    background: #4b5966;
    border:none;
}

#pastevent-accordion .ui-accordion-content {
    background-color: #f2f2f2;
}

.events-post .hs-blog-social-share {
    border: none;   
}

/* Blog */

#blog-main-area {
   padding: 7% 0;
}

#blog-main-area .post-header h3, .post-header h3 a {
    color: #7d0c2a;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
}

.blog-back-button a {
    padding: 10px 30px;
    background: #7d0c2a;
    color: #fff;
    text-align: center;
}

.post-header {
    clear: both;
}

.blog-listing-wrapper .post-listing .post-item {
    min-height: 260px;
    height: auto;;
    overflow: hidden;
    margin-bottom: 30px;
}

a.more-link {
    width: 40%;
    padding: 10px;
    background: #7d0c2a;
    color: #fff;
    text-align: center;
    display: block;
}

.search-blog .hs-form {
    padding: 20px;
    background-color: #7d0c2a;
    margin-bottom: 30px;
}

.search-blog .hs-form label {
    font-size: 1.6em;
    color: #fff;
}

.search-blog .hs-form .input {
    position: relative;
}

.search-blog .hs-form .input input {
    padding: 10px 30px;
    font-size: 1em;
}

.search-blog .widget-type-google_search .hs-button.primary {
    position: absolute;
    top: 8px;
    left: 10px;
}

.right-blog-side .blog-subscribe {
    padding: 20px;
    background-color: #7d0c2a;
    margin-bottom: 30px;
}

.right-blog-side .blog-subscribe h3 {
    color: #fff;
}

.right-blog-side .blog-subscribe .input input {
    padding: 10px 30px;
    font-size: 1em;
    margin-bottom: 5px;
}

.right-blog-side .blog-subscribe .hs_email, .right-blog-side .blog-subscribe .hs_name  {
    position: relative;
}

.right-blog-side .blog-subscribe .hs_email label, .right-blog-side .blog-subscribe .hs_name label {
    position: absolute;
    top: 10px;
    left: 8px;
}


.right-blog-side #hs_form_target_blog_subscription ul.inputs-list li label span {
    color: #fff;
    font-size: 1em;
}

.right-blog-side .blog-subscribe .hs_submit {
    text-align: center;
}

.right-blog-side .row-number-2, .right-blog-side .row-number-3  {
    padding: 0 10%;
    margin-bottom: 30px;
}

.right-blog-side .row-number-2 h3, .right-blog-side .row-number-3 h3, .post-listing h3  {
    font-size: 1.6em;
    color: #7d0c2a;
    margin-bottom: 10px;
}

.right-blog-side .row-number-2 ul, .right-blog-side .row-number-3 ul, .post-listing ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.right-blog-side .row-number-2 ul li, .right-blog-side .row-number-3 ul li, .post-listing ul li {
    list-style: none;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.right-blog-side .row-number-2 ul li a, .right-blog-side .row-number-3 ul li a {
    color: #7d0c2a;
}

.right-blog-side .row-number-2 ul li:before, .right-blog-side .row-number-3 ul li:before {
    list-style: none;
    content: '\f0da';
    font-family: FontAwesome;
    color: #7d0c2a;
}

.blog-section .section {
    min-height: inherit !important;
}

#blog-main-area #hubspot-author_data {
    position: relative;
}

.inline-blog {
    position: relative;
    margin-right: 15px;
}

.inline-blog, #blog-main-area #hs_cos_wrapper_blog_social_sharing {
    display: inline-block;
    position: relative;
    top: 8px;
}

#hs_cos_wrapper_blogSocialSharing,{
    position: relative;
    top: 6px;

}

.events-post  #hs_cos_wrapper_blogSocialSharing {
    margin-bottom: 10px;
    display: block; 
}

#blog-main-area #hubspot-author_data .hs-blog-social-share {
    padding: 0;
    border: none;
    height: 10px;
}

.blog-section .post-header h1 {
    font-size: 1.8em;
    color: #7d0c2a;
    font-weight: bold;
}

.blog-feature-img {
    margin-bottom: 20px;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}

.pagination {
    list-style: none;
    margin: 0 auto;
    width: 80%;
}

.pagination li a {
    padding: 5px 10px;
    color: #7d0c2a;
    border: 1px solid #7d0c2a;
}

.pagination li.disabled a, .pagination li:last-child a {
    border: none;
}

.pagination li.active a, .pagination li a:hover {
    background: #7d0c2a;
    color: #fff;
}

#hs_cos_wrapper_blogSocialSharing img[alt="Share on Facebook"] { background: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Images/Blog/social-fb.png) center center no-repeat; width: 0px; height: 0px; padding: 11px; vertical-align: middle;  }
#hs_cos_wrapper_blogSocialSharing img[alt="Share on Twitter"] { background: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Images/Blog/social-twitter.png) center center no-repeat; width: 0px; height: 0px; padding: 11px; vertical-align: middle; }
#hs_cos_wrapper_blogSocialSharing img[alt="Share on LinkedIn"] { background: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Images/Blog/social-linkedin.png) center center no-repeat; width: 0px; height: 0px; padding: 11px; vertical-align: middle; }
#hs_cos_wrapper_blogSocialSharing img[alt="Share on Google+"] { background: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Images/Blog/social-google-plus.png) center center no-repeat; width: 0px; height: 0px; padding: 11px; vertical-align: middle; }

/* Our Team */

/* Our Team Page */
.ourteam-firm { position: relative; background: -webkit-linear-gradient(to bottom,#fff, #eee); background: -o-linear-gradient(to bottom,#fff, #eee); background: -moz-linear-gradient(to bottom,#fff, #eee); background: linear-gradient(to bottom,#fff, #eee); }
.ourteam-firm-left { position: relative; height: 100vh; background: -webkit-linear-gradient(to bottom,#fff, #eee); background: -o-linear-gradient(to bottom,#fff, #eee); background: -moz-linear-gradient(to bottom,#fff, #eee); background: linear-gradient(to bottom,#fff, #eee); }
.ourteam-firm-left .desc { max-width: 580px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ourteam-firm-left .desc h2 { font-size: 4.8em; color: #7d0c2a; font-weight: bold; line-height: 1em; }
.ourteam-firm-right { background-color: #7d0c2a; height: 100vh; }
.ourteam-firm-img img { width: 85% !important; position: absolute; bottom: 0; right: 0; }

.ourteam-partners {  }
.ourteam-partners-left { position: relative; height: 100vh; width: 50% !important; background: -webkit-linear-gradient(to bottom,#fff, #eee); background: -o-linear-gradient(to bottom,#fff, #eee); background: -moz-linear-gradient(to bottom,#fff, #eee); background: linear-gradient(to bottom,#fff, #eee); }
.ourteam-partners-left .desc { max-width: 580px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ourteam-partners-left .desc h2 { font-size: 4.8em; color: #7d0c2a; font-weight: bold; line-height: 1em; }
.ourteam-partners-right { height: 100vh; width: 50% !important; margin: 0 !important; position: relative; }
.ourteam-partners-right .blank { width: 33.33% !important; height: 33.33vh !important; background-color: #4a0316; }
.ourteam-partners-right .partner { width: 33.33% !important; }
.ourteam-partners-right .partner .thumb { height: 33.33vh; cursor: pointer; position: relative; background: rgba(0,0,0,0.5); transition: all 0.5s; }
.ourteam-partners-right .partner .thumb:hover { background: transparent; }
.ourteam-partners-right .partner .thumb .thumb-label { background: rgba(125,12,42, 0.8); position: absolute; width: 100%; bottom: 0; text-align: center; color: #fff; opacity: 0; transition: all 0.5s; }
.ourteam-partners-right .partner .thumb:hover .thumb-label { opacity: 1; }
.ourteam-partners-right .partner .thumb .thumb-label h3 { margin-top: 15px; font-weight: bold; font-size: 2em; }
.ourteam-partners-right .partner .thumb .thumb-label p { margin-top: 0; }
.ourteam-partners-right .partner .full-size { position: absolute; width: 100%; height: calc(100vh + 1px); top: 0; left: 0; background: #fff; z-index: 1; background: -webkit-linear-gradient(to bottom right,#fff, #eee); background: -o-linear-gradient(to bottom right,#fff, #eee); background: -moz-linear-gradient(to bottom right,#fff, #eee); background: linear-gradient(to bottom right,#fff, #eee); }
.ourteam-partners-right .partner .full-size .container { position: relative; height: 100vh; }
.ourteam-partners-right .partner .full-size .container img { position: absolute; bottom: 0; left: -25%; width: 90%; }
.ourteam-partners-right .partner .full-size .container .details { position: absolute; right: 10%; height: 100vh; max-width: 400px !important; padding-top: 10%; }
.ourteam-partners-right .partner .full-size .container .details .description {  }
.ourteam-partners-right .partner .full-size .container .details .description p span { color: #770b28; font-weight: bold; }
.ourteam-partners-right .partner .full-size .container .details .description a { color: #fff; background: #ffae00; width: 32px; height: 30px; border-radius: 100%; text-align: center; display: inline-block; padding: 5px; }
.ourteam-partners-right .partner .full-size .container .details .label { background: #7d0c2a; position: absolute; width: 100%; bottom: 25%; text-align: center; color: #fff; z-index: -1; }
.ourteam-partners-right .partner .full-size .container .details .label h3 { margin-top: 15px; font-weight: bold; font-size: 2em; }
.ourteam-partners-right .partner .full-size .container .details .label p { margin-top: 0; }


.ourteam-directors {  }
.ourteam-directors-left { height: 100vh; width: 50% !important; }
.ourteam-directors-left .blank { width: 33.33% !important; height: 33.33vh !important; background-color: #4a0316; }
.ourteam-directors-left .director { width: 33.33% !important; }
.ourteam-directors-left .director .thumb { height: 33.33vh; cursor: pointer; position: relative; background: rgba(0,0,0,0.5); transition: all 0.5s; }
.ourteam-directors-left .director .thumb:hover { background: transparent; }
.ourteam-directors-left .director .thumb .thumb-label { background: rgba(125,12,42, 0.8); position: absolute; width: 100%; bottom: 0; text-align: center; color: #fff; opacity: 0; transition: all 0.5s; }
.ourteam-directors-left .director .thumb:hover .thumb-label { opacity: 1; }
.ourteam-directors-left .director .thumb .thumb-label h3 { margin-top: 15px; font-weight: bold; font-size: 2em; }
.ourteam-directors-left .director .thumb .thumb-label p { margin-top: 0; }
.ourteam-directors-right { position: relative; height: 100vh; width: 50% !important; margin: 0 !important; background: -webkit-linear-gradient(to bottom,#fff, #eee); background: -o-linear-gradient(to bottom,#fff, #eee); background: -moz-linear-gradient(to bottom,#fff, #eee); background: linear-gradient(to bottom,#fff, #eee); }
.ourteam-directors-right .desc { max-width: 580px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ourteam-directors-right .desc h2 { font-size: 4.8em; color: #7d0c2a; font-weight: bold; line-height: 1em; }


.close-fs {
    position: absolute;
    top: 10%;
    left: 30px;
    font-size: 3em;
    display: block;
    z-index: 100;
    color: #7d0c2a;
    opacity: .5;
    cursor: pointer;
}

.close-fs:hover {
    opacity: 1;
}

/* Career */

/* Careers Page Styling */
.careers #careers-area {
    background: #fff;
    padding: 150px 0;
}

.careers .careers-inner-area {
    max-width: 1292px;
    margin: 0 auto !important;
    float: none !important;
    padding:0 15px;
}

.careers .intro {
    max-width: 1055px;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 5em;
}

.careers .intro h2 {
    color: #7d0c2a;
}

.careers .description {
    max-width: 768px;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 5em;
}

.careers .description h2 {
    font-weight: bold;
    color: #7d0c2a;
}

.careers .careers-position {
    max-width: 890px;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 5em;
}

.careers .careers-position h3 {
    font-weight: bold;
    color: #7d0c2a;
}



/* Carrer Inner */

.career-inner .hero-banner h1 {
    font-size: 2.5em;
}

.career-inner .hero-banner {
    min-height: 100vh;
}

.career-inner .inner-content {
    padding: 10% 0 0%;
}

.career-inner .hero-banner p {
    margin: 15px 0px 30px;
    width: auto;
}

/* Career Inner Form */
.career-form {
    
}

.career-form, #form-login {
    padding: 3.5% 10%;
    background-color: #7d0c2a;
    color: #fff;
    margin-bottom: 5em;
}
.career-form h3 {
    font-size: 2.6em;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
.career-form input, #form-login input {
    padding: 10px 15px;
    margin-bottom: 1em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
}

.input select {
    padding: 10px 15px;
    font-size: 1.2em;
    margin-bottom: 1em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
}

.input select option {
    color: #333;
}
textarea {
    min-height: 100px;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 1em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
}

.career-form .hs_submit input, #submit_btn, #btnLogin {
    width: 100%;
        font-size: 16px;
    background-color: #fff;
    border: none;
}
ul.hs-error-msgs.inputs-list {
    margin-top: -5px;
}



/* Forensic */

.ot-item {
    padding: 5% 0;
    overflow: hidden;
}

.ot-item.whitebg {
    background-color: #fff;
}

.ot-item.graybg {
    background-color: #fff;
}

.ot-image {
    padding-top: 6%;
}

.ot-content h3 {
    font-size: 2.2em;
    font-weight: bold;
    color: #7d0c2a;
}

.ot-content h4 {
    font-size: 1.14em;
    font-weight: bold;
}

.ot-content span.position {
    font-size: 1.5em;
    color: #434343;
    font-weight: bold;
}

.email-add a, .ot-content a {
    color: #7d0c2a;
}

.ot-content .phone a {
    color: #434343;
}

/* Our Team Inners */

.our-team-inner .ourteam-partners {
    background-color: #efefef;
}

.our-team-inner .ourteam-partners-right {
    height: auto;
}




/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

/* Slick */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 64px;
    height: 64px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
   /* color: transparent;
    outline: none;
    background: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/left-arrow.png);
}
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/left-arrow.png);
}
.slick-prev:before
{
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/left-arrow.png);
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/right-arrow.png);
}

.slick-next
{
    right: 10px;
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/right-arrow.png);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/right-arrow.png);
}
.slick-next:before
{
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/right-arrow.png);
    
}
[dir='rtl'] .slick-next:before
{
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/479958/Cutcher_Neale/Scrollify/left-arrow.png);
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;
    

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

  #mm-2 ul li.hs-menu-depth-2 a {
      background-color: rgba(86,87,102,.3);
  }

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


 
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    
  }
  


  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



/* ==========================================================================
   4. HELPER CLASSES                                        
   ========================================================================== */

     
  /* Display and Alignment */
  .fl { float: left}
  .fr { float: right}
  .clearfix {
    &:before,
    &:after {
      content: "";
         display: table;
        }
    &:after { clear: both; }
  }
  .pos-relative     		{ position:relative;}
  .pos-absolute 			{ position:absolute;}
  .hidden       			{ display: none !important; }
  .visible      			{ display: block !important; }

  .min-height0  			{ min-height:0 !important}      
  .align-left   			{ text-align: left; }
  .align-center 			{ text-align: center; }
  .align-right 			{ text-align: right; }
  .align-just   			{ text-align: justify; }   

  .vertical-center { 
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);  
  }
        
  .vertical-bot-center { 
    position: absolute;
    top: 60%;
    left:0;
    right:0;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);  
  }
  

  /* Padding and Margin */      
  .pad-tb4  			{ padding:4em 0}
  .pad0  			{ padding:0; }
  .pad-t0  			{ padding-top:0 !important}
  .pad-b0 			{ padding-bottom:0 !important}
  .pad-t2  			{ padding-top:2em;}
  .pad-lr1   		{ padding:0 1.5em;}
  .pad-r1    			{ padding-right:1.5em;}
  
  .mar-0      			{ margin:0 !important;}
  .mar-t0			{ margin-top:0 !important}
  .mar-t1  			{ margin-top:1em;}
  .mar-t2  			{ margin-top:2em;}
  .mar-r1    			{ margin-right:1em;}
  .mar-l1    			{ margin-left:1em;}
  .mar-b2  			{ margin-bottom:2em;}
  .mar-b0			{ margin-bottom:0 !important}


  /* List */
  ul.unstyled, ol.unstyled,  .unstyled ul, .unstyled ol { list-style: none; padding: 0; }
  .list-inline li { display:inline-block;}
 
  /* Effects */
  
    /* Easing effect */
	.ease-fx * {
      box-sizing: inherit;
      transition-property: all;
      transition-duration: .6s;
      transition-timing-function: ease;
    }
	
    /* Fade content */
    .fade * {
      animation: fadein 0.6s;
      -moz-animation: fadein 0.6s; /* Firefox */
      -webkit-animation: fadein 0.6s; /* Safari and Chrome */
      -o-animation: fadein 0.6s; /* Opera */     
    }
     
    @keyframes fadein {
      from {
        opacity:0;
        }
        to {
        opacity:1;
        }
    }

    /* Img to background image */
    .bg-img-wrap, .hs-rss-item { 
      background-size:cover; 
      background-repeat:no-repeat;
      background-position:bottom center;
    }
      .bg-img, .bg-img img, .hs-rss-featured-image  { display:none !important;}
    
    /* Circled image */
    .img-circle img { border-radius:50%;}     


  /* 4a - CUSTOM GLOBAL HELPER CLASSES */

    /* CUSTOM GLOBAL CLASSES -- adjust your style as per theme's requirements [added-a] */
       
      html { font-size: 16px; }
    
      @media (max-width: 900px) {
        html { font-size: 15px; }
      }
      @media (max-width: 400px) {
        html { font-size: 13px; }
      }
    
      body {    
        line-height: 1.45rem; 
        color: #515252; 
        font-family: 'Helvetica', sans-serif;
        font-size:16px; 
        font-weight:400;}
        
      p { font-weight:300; line-height: 1.5em}
    
     
      h1, .h1 { font-size: 3em; }
      h2, .h2 { font-size: 2.2em; }
      h3, .h3 { font-size: 1.6em; }
      h4, .h4 { font-size: 1.4em; }
      h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {  
       /* font-family: 'calistb', sans-serif; */
        line-height:1.2em; 
        margin-bottom:15px; 
        margin:0; 
        padding:0; 
        font-weight:normal; }
    
      /* Font Declaration */
      .calist *         { font-family: 'calist', sans-serif; font-weight:normal; }
      .centurygothic *  { font-family: 'centurygothic', sans-serif;  font-weight:normal; }
      .sm-font *        { font-size:12px;}

      .page-center { 
        max-width:1120px; 
        margin:0 auto; 
      }
	  
      .row-fluid [class*="span"].page-center  { 
        float:none !important; 
        margin:0 auto !important;
      }
        
  
    
      /* Secton header and section body */
      .sec-head h1 {  }
      .sec-head h2 {  }
      .sec-head h3 {  }
      .sec-head h4 {  }
      .sec-head p {  
        font-family: 'calistb',sans-serif;
        font-size: 2.2em;
        margin-top: 0;
      }
      .sec-body { min-height:0px;}
      .sec-body p { font-size:20px;}
               
      /* Color: Font and Background  */
      .white, .white *   	{ color: #fff; }
	  .dark-gray			{ color: #eee; }
      .gray              			{ color: #333; }
	  .purple          			{ color:#2a1e56; }
	  
      .bg-black          		{ background-color:#302b23; }
      .bg-white          		{ background-color: #fff }
      .gray-bg				{ background-color: #333; }
  
      /* Overlay */  
      .white-overlay:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(213, 222, 229,0.8);
        top: 0;
        z-index: 0; 
      }  
        
      .white-mid-overlay:before {
        position: absolute;
        width: 100%;
        height: 54%;
        content: '';
        bottom: 0;
        z-index: 0; 
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
          background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
      }
        
      /* Others */  
      .border-yellow {   border:2px solid #F2A900; }
        
      /* CTA buttons */
      .cta_button { 
        text-decoration:none; 
        display:inline-block;
        text-transform:uppercase;
        font-size:14.5px;
        font-family: 'Montserrat', sans-serif;
        font-weight:700;
        padding: .5em 2.2em;
        border-radius: 6px;
        letter-spacing:1px;
        border:2px solid transparent;
        border-color:#F2A900;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position: relative;    
        }

      .cta_button:focus, .cta_button:active { border:2px solid #F2A900; } 
      .cta_button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          overflow: hidden;
          border-radius: 4px;
        }
        
        .cta_button:hover:before {
          webkit-transform: scaleX(1);
          transform: scaleX(1);
        }
        
        .cta_button.yellow-bg { color:#fff;}
        .cta_button.yellow-bg:before {   background: #fff;  }
        .cta_button.yellow-bg:hover {
          background: #da9506;
          color: #2a1e56;
        }
        
        .cta_button.border-yellow:before  {   background: #f6a704 }
        .cta_button.border-yellow:hover {
          background:  #fff;
          color: #2e1a46;
        }
        
        .cta_button.border-white {  
          color:#fff;
          border: 2px solid #fff;
          padding: 8px 2.5em; }
        .cta_button.border-white:before  {   background: #ffffff }
        .cta_button.border-white:hover {
          background:  #e5e5e5;
          color: #f6a704;
        }
            
      
        /* Width */
        .maxwidth-90{ max-width: 900px; }
       

        
  

/* ==========================================================================
   5. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   6. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data { color: #bababa; }
#hubspot-author_data a.author-link { color: #bababa;}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
    margin: 1em 0;
}

.post-listing .post-body h1, .post-listing .post-body h2, .post-listing .post-body h3, .post-listing .post-body h4, .post-listing .post-body h5 {
    margin: 1em 0;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Open Sans', sans-serif;
  font-size: 13px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Open Sans', sans-serif;
  font-size: 13px;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    color: #fff;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */







/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 





/* ==========================================================================
   8. MOBILE MEDIA QUERIES                              
   ========================================================================== */



/* ==========================================================================
   RESPONSIVE - mobile first -
   ========================================================================== */
   
   /* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */
@media (max-width: 1175px) {
    
   .container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1600px) {
 
	.contact-info h2, #home-footer .footer-left-side .form-area h3, .abt-content h2 {
        font-size: 2.8em;   
	}
    
    contact-info h2 {
        padding-top: 5%;
    }
    
    .contact-info .lower-content {
        margin-top: 5%;
    }

    .slide-item .align-center {
        height: 200px;
        padding-top: 20%;
    }
    
    .career-inner .inner-content {
       
    }
    
    .lp-page .hero-banner p {
        width: 90%;
    }
    
    #form-login {
        width: 95%;   
    }
    

    
    #services-inner-content .navigation-toggle-close {
        left: -7%;
    }
    
}

@media (max-width: 1400px) {
    .contact-info .lower-content {
        margin-top: 0%;
    }
    .contact-info h2, #home-footer .footer-left-side .form-area h3, .abt-content h2 {
        font-size: 2.5em;   
    }
    
    #services-inner-content .navigation-toggle-close {
        left: -7.4%;
    }
    
    #home-footer .footer-left-side .form-area .input input {
        width: 84%;
        left: 16%;
    }
    
    #home-footer .footer-left-side .form-area .input select {
        width: 75%;
        left: 25%;
        top: -32px;
    }
    
    .ourteam-partners-right .partner .full-size .container .details {
        right: 2%;
        padding-top: 5%;
    }
}

@media (max-width: 1024px) {
    
     .page-center { padding:0 1em;}
     
    .home .scroll-down { display: none !important; }

    .scroll-down { display: none; }
    
    .header {
        position: absolute;
        width: 100% !important;
        padding: 75px 30px 0px;
    }
    
    .header .logo {
        position: absolute;
        z-index: 10;
        top: 30px;
    }
    
    .icon-menu {
        text-align: right;
        position: absolute;
        top: 30px;
        right: 30px;
    }
        
    .page-center { padding:0 1em;}
    
    .scroll-down { display: none !important;  }
    
    /* Services */
    
    .service-menu-wrap {
        display: block;
        z-index: 100;
    }
    .ser-inner-wrap {
        display: block; 
        overflow-y: scroll;
        padding: 2em;
    }
    
    #services-inner-content .navigation-toggle-close {
        left: -8.9%;
    }
    
    #footerv2 .contact-info h2, #footerv2 .form-area h3 {
        font-size: 1.6em;
    }
    #footerv2 .contact-info .upper-content p, #footerv2 .form-area label span {
        font-size: 1em;
    }
    
    #footerv2 .form-area .hs_cos_wrapper_type_form .hs-form-field {
        height: 35px;
    }
    
    #footerv2 .fot-soc-content {
        padding-top: 70%;
    }
    
    /* Home */
    
    
    .abt-content h2 {
        font-size: 3em;
        
    }
    
    .abt-content h2, .abt-content p {
        margin: 0;
        padding: 0 10%;
    }
    
    
    #home-footer .footer-left-side .form-area h3, #home-footer h2 {
        font-size: 3em;
    }
    
    #home-footer .form-area {
        padding: 0 5%;
    }
    
    #home-footer .footer-left-side .form-area .input input {
        width: 75%;
        left: 22%;
    }
    
    .contact-info .lower-content {
        margin-top: 5vh;
    }
    
    #home-footer .contact-info {
        padding: 0 10%;
    }
    
    .contact-info .upper-content p {
        padding-left: 5px;   
    }
    
    .social-footer ul.social-media {
        padding: 0px;
    }
    
    #home-blog h2 span:before, #home-blog h2 span:after {
        width: 100%;
    }
    
    #home-footer .footer-left-side .form-area .input select {
        width: 67%;
        left: 30%;
    }
    
    .lower-content .span6 {
        width: 100%;
    }
    
    .slide-item .align-center {
        height: 300px;   
    }
    
    .s-overlay {
        padding: 10%;
    }
    
    /* Services */
    
     #services-area .text-content {
        padding-top: 10%;
        width: 90%;
    }
    
    /* Contact Us */
    
    #contact-area {
        height: auto;
        background-color: #f2f2f2;
    }
    
    #contact-area .contact-info .span6 {
        width: 100%;
        margin-left: 0;
    }
    
    .cright-area .contact-form h3, .cleft-area .contact-info h2 {
        font-size: 2em;   
    }
    
    #contact-area .cleft-area .contact-info {
       height: auto;
        padding: 9% 20%;
        background: #fff;
    }
    
    #contact-area .cright-area {
        height: 850px;
    }
    
    #contact-area .cleft-area {
        float: left;   
    }
    
    /* Blog */
   
   #blog-main-area {
        padding: 3vh 0;
    }
    
    .inline-blog {
        position: relative;
        top: 0;
    }
    
    /* Publication */
    
    .publication-module-area {
        padding-top: 5%;
    }
    
    /* Our Team */
    
    .desc {
        max-width: 100%;
        padding: 0 10%;
    }
    
    .ourteam-partners-right .partner .full-size .container .details {
        position: absolute;
        right: 10%;
        height: 100vh;
        max-width: 100% !important;
        padding-top: 10%;
        width: 65%;
    }
    
    .ourteam-partners-right .partner .full-size .container img {
        position: absolute;
        bottom: 0;
        left: -25%;
        width: 75%;
    }
    
    /* Events */
    
    #event-area .current-events, #event-area .past-events {
        width: 100%;   
    }
    

}

@media (max-width: 770px) {
    
    .text-center-mobile {
        text-align: center;
    }
    
    #row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
    
    #footerv2 .contact-info .upper-content p, #footerv2 .form-area label span {
        font-size: 0.9em;
    }
    
    #footerv2 .form-area .hs_submit .actions input {
       font-size: 1em;
    }
    
    ul.social-media li a, .mm-navbar-content-5 li a {
        width: 30px;
        height: 30px;
        padding: 4px 10px;
    }
    
    #footerv2 p a {
        font-size: 0.8em;
    }
     
    
    .hero-banner {
        height: 300px;   
    }
    
    
    #footerv2 {
        padding: 5% 1%;
    }
    
    #footerv2 .contact-info .lower-content {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    #footerv2 .fot-soc-content {
        padding-top: 10%;
    }
    
    /* Events */
    
    .events-item {
        height: auto;   
    }
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        float: left;   
    }
    
    /* Services */
    
     .services-inner-left {
       padding: 4em 1em;
    }
    .services-inner-right {
       padding: 4em 1em;
    }
    
     #services-inner-content .navigation-toggle-close {
        display: none;   
     }
     
     #service-inner-menu {
         display: none;
     }
     
     #services-inner-content {
         width: 94%;
         padding-left: 8%;
     }
     
     #services-menu {
        display: block;   
     }
     
     #services-inner-content .widget-type-rich_text {
        max-height: inherit;
        overflow-y: inherit;
        width: 100%;
        padding-top: 3em;
    }
    
    /* Career */
    
    .careers .careers-position .hs_cos_wrapper > div > div > div.span4 {
        margin-bottom: 2em;
    }
    
    .careers .careers-position .hs_cos_wrapper > div > div > div.span4:last-child {
        margin-bottom: 0;
    }
    
    /* Contact Us */
    
    .hero-banner .text-content {
        padding: 10% 10% 0%;   
    }
    
    /* Publication */
    
    .events-register, .publication-form {
        height: auto;   
    }
    
    /* Our Team */
    
    .ourteam-partners-right .blank, .ourteam-directors-left .blank {
        display: none;
    }
    
    
}


@media (max-width: 767px) {
    .hero-banner .text-content {
        min-height: 100vh;
        padding: 10% 0%;
    }
    
    .width-50 { width:100% !important;}
        .hs-rss-item { width: 100%; float:none;}
        .pad-r-1,  .mar-r-1 , .mar-l-1     { padding-right:0; margin-right:0; margin-left:0}
        h1 { font-size:2em}
        h2 { font-size:1.5em}
        p { font-size:1em;}
        
    .sec-padding-lg { padding:2.5em 0;}
        
    .align-right, .align-left { text-align:center;}

   .header {
        position: absolute;
        width: 100% !important;
        padding: 75px 30px 0px;
    }
    
    .header .logo {
        position: absolute;
        z-index: 10;
        top: 30px;
        width: 200px;
    }
    
    .icon-menu {
        text-align: right;
        position: absolute;
        top: 30px;
        right: 30px;
    }
        
    .page-center { padding:0 1em;}
    
    .scroll-down { display: none !important;  }
    
    #home-footer .form-area {
        padding: 0 5%;
    }
    
    #footerv2 .contact-info .upper-content p, #footerv2 .form-area label span {
        font-size: 0.9em;
    }
    
    #footerv2 .form-area .hs_submit .actions input {
       font-size: 1em;
    }
    
    #footerv2 .fot-soc-content {
        padding-top: 10%;
    }
        
    /* Home */
    
    #home-blog h2 span:before, #home-blog h2 span:after {
        width: 50px;
    }
    

    
    .hero-banner h1 {
        font-size: 2.7em;    
    }
    
    #about-intro .abt-left, #about-intro .abt-right {
        float: left;
        height: 550px;
    }
    
    .man-image img {
        width: 200px !important;
    }
    
    .abt-content {
        padding: 0 5%;
    }
    
    .abt-content h2 {
        font-size: 2.5em;   
    }
    
    .r-wrap .abt-content p {
        font-size: 12px;   
    }
    
    #home-blog {
        padding: 5vh 0;
    }
    
    #home-blog h2 {
        font-size: 2.5em;   
    }
    
    .abt-content h2, .abt-content p {
        margin: 0;
        padding: 0;
    }
    
    #home-footer .footer-left-side, #home-footer .footer-right-side  {
        float: left;
        height: 480px;
    }
    
    #home-footer .form-area {
        padding: 0 5%;
    }
    
    #home-footer .footer-left-side .form-area h3 {
        font-size: 2.5em;  
    }
    
    #home-footer .footer-left-side .form-area .input input {
        width: 70%;
        height: 30px;
        left: 30%;
    }
    
    .slide-item .align-center {
        height: 110px;
        width: 70px;
        margin: 0 auto;
    }
    
    #home-footer .footer-left-side .form-area .input select {
        left: 33%;   
    }
    
    .contact-info .lower-content {
        margin-top: 0;
    }
    
    .contact-info .upper-content p {
        font-size: 1em;
    }
    
    #home-footer .contact-info {
        height: 290px;   
    }
    
    .fot-soc-content {
        text-align: left;
    }
    
    #home-footer .footer-left-side .form-area h3, #home-footer h2 {
        font-size: 2.5em;   
    }
    
    /* Contact Us */
    
    #contact-area {
        height: auto;
    }
    
     #contact-area .cright-area {
        height: 850px;
        width: 100%;
    }
    
    #contact-area .cleft-area {
        float: left;  
        width: 100%;
    }
    
   /* Publication */
   
   .inner-wrap .span4 img {
       margin-bottom: 20px;
   }
   
   /* Our Team */
   
        .ourteam-partners-left, .ourteam-firm-left, .ourteam-firm-right {
            height: auto;
            background: transparent;
        }
        
        .ourteam-firm-left .desc, .ourteam-partners-left .desc, .ourteam-directors-right .desc {
            max-width: 100% !important;
            position: static;
            transform: none;
            padding-top: 5%;
        }
        
        .ourteam-partners-left, .ourteam-directors-right, .ourteam-partners-right {
            width: 100% !important;
        }
        
        .ourteam-partners-right {
            position: relative;   
        }
        
        .ourteam-partners-right .partner {
            width: 40% !important;
            height: 65vh;
            float: left;
            position: relative;
            margin: 5vh 5% 5vh 5%;
            margin-left: 5% !important;
        }
        
        .ourteam-partners-right .partner .thumb {
            height: 65vh;
        }
        
        .ourteam-partners-right .partner .full-size .container .details .label h3 {
            margin-top: 5px;
            font-weight: bold;
            font-size: 1.5em;
        }
        
        .ourteam-partners-right .partner .full-size .container .details .label {
            bottom: 5%;   
        }
        
        
        .ourteam-partners-right .partner .full-size .container img {
            position: absolute;
            bottom: 25px;
            left: -9%;
            width: 47%;
        }
        
        .ourteam-partners-right .partner .full-size .container .details {
            position: absolute;
            right: 3%;
            padding-top: 0;
            width: 60%;
        }
        
        .container .description p {
            font-size: 0.7em;
        }
        
        .ourteam-firm-left .desc h2, .ourteam-partners-left .desc h2, .ourteam-directors-right .desc h2 {
            font-size: 2em;   
        }
        
        .ourteam-directors-left {
            display: none !important;   
        }
        
        .ourteam-partners-right .partner .full-size .container .details .description a {
            padding: 8px;   
        }
        
        .ourteam-partners-right .partner .full-size .container {
            position: fixed;
            height: 90vh;
            width: 100%;
            z-index: 10;
            background: #fff;
            left: 0;
            top: 0;
            padding: 81px 20px 0px;
        }
        
        .close-fs {
            position: fixed;
            top: 10%;
            left: 30px;
        }
        
        /* Events */
        
        
    
	

}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
    { 
        .hero-banner h1 {
            font-size: 3.5em;    
        }
        
        .abt-content h2 {
            font-size: 2.5em;
        }
        
        #about-intro .abt-left {
            height: 730px;
            float: left;
        }
        
        #about-intro .abt-right {
            height: 730px;
        }
        
        #home-footer .footer-left-side, #home-footer .footer-right-side  {
            height: 720px;
            float: left;
        }
        
        #home-footer .contact-info {
            height: 340px;
        }
        
        /* Our Team */
        
        .ourteam-firm-left .desc, .ourteam-partners-left .desc, .ourteam-directors-right .desc {
            max-width: 100% !important;
            position: static;
            transform: none;
            padding-top: 5%;
        }
        
        .ourteam-partners-left, .ourteam-directors-right, .ourteam-partners-right {
            width: 100% !important;
        }
        
        .ourteam-partners-right {
            position: relative;   
        }
        
        .ourteam-partners-right .partner {
            width: 90% !important;
            height: 90vh;
            float: left;
            position: relative;
            margin: 5vh 5% 5vh 5%;
            margin-left: 5% !important;
        }
        
        .ourteam-partners-right .partner .thumb {
            height: 90vh;
        }
        
        .ourteam-partners-right .partner .full-size .container .details .label h3 {
            margin-top: 5px;
            font-weight: bold;
            font-size: 1.5em;
        }
        
        .ourteam-partners-right .partner .full-size .container .details .label {
            bottom: 5%;   
        }
        
        
        .ourteam-partners-right .partner .full-size .container img {
            position: absolute;
            bottom: 0;
            left: -9%;
            width: 47%;
        }
        
        .ourteam-partners-right .partner .full-size .container .details {
            position: absolute;
            right: 3%;
            padding-top: 0;
            width: 60%;
        }
        
        .ourteam-firm-left .desc h2, .ourteam-partners-left .desc h2, .ourteam-directors-right .desc h2 {
            font-size: 2em;   
        }
        
        .ourteam-directors-left {
            display: none !important;
        }
        
        .ourteam-firm-img img {
            width: 30% !important;
        }
        
        .hero-banner .text-content {
            padding: 10% 10% 0%;
        }
        
 }
 
@media ( max-width: 580px) {
    .home .section {
        min-height: 385px !important;
    }
    
    .home .hero-banner {
        height: 385px;
    }
    
    #about-intro .abt-right {
        width: 100%;   
    }
    
    #about-intro .abt-left {
        display: none;   
    }
    
    .hero-banner .text-content {
        min-height: 50vh;
    }
    
    .hero-banner h1 {
        font-size: 2em;
        padding-top: 32px;
    }

    #about-intro .abt-left, #about-intro .abt-right  {
        width: 100%;
    }
    
    .blog-item {
        margin: 0 10% 30px;
        width: 82%;
    } 
    
    #home-footer .footer-left-side, #home-footer .footer-right-side  {
        width: 100%;
    }
    
    #home-footer .contact-info {
        height: 320px;
        background: #4a5965;
    }
    
    .hero-banner p {
        width: 65%;   
    }
    
    #footerv2 {
        padding: 10%;
    }
    
    #footerv2 .contact-info .lower-content {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    #footerv2 .fot-soc-content {
        padding-top: 10%;
    }
    
    .lp-footer ul.social-media li a {
        width: 32px;
        height: 30px;
        padding: 7px 10px;
    }
    
    /* Services */
    
    #services-area .services-item {
        width: 49%;
    }
    
    .service-menu-wrap {
        width: 280px;   
    }
    
    /* Publication */
    
    .publication-item {
        width: 100%;
        margin: 0 auto 30px;
    }
    
    .publication-item .span4 {
        text-align: center;
    }
    
    /* Our Team */
    
    .ourteam-partners-right .partner .thumb {
        height: 50vh;
    }
    
    .ourteam-partners-right .partner {
        width: 90% !important;
        height: 50vh;
    }
    
    .close-fs {
        position: fixed;
        top: 5%;
    }
    
    .ourteam-firm-img img {
        width: 40% !important;
    }
    
    .ourteam-firm-img img {
        width: 40% !important;
    }
}



@media ( max-width: 360px) {
    .header .logo {
        width: 140px;   
    }
    
    .hero-banner h1 {
        padding-top: 45px;   
    }
    
    .hero-banner p {
        width: 85%;
    }
    
    .home .hero-banner {
        height: 70vh;
    }
    
    #home-footer .footer-left-side .form-area .input select {
        left: 40%;
        width: 60%;
        font-size: 1.2em;
    }
    

}

/* Cross Browser */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    #menu.mm-menu {
        z-index: 20;   
    }
    
    #home-services {
        padding: 7% 0;
    }
    
    
}


/* February 23, 2017 */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.btn-danger {
  color: #fff;
  background-color: #7D0C2A;
  border-color: #7D0C2A;
  text-decoration: none;
}
.btn-danger span {
    text-decoration: underline;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

