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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Roboto:300,400,500,700,900|Oxygen:300,400,700');



@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Missing Template at Path: \'MOBISMART_July2018_Theme\/Coded_Files\/MOBISMART_July2018-modules.css\' */


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

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

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

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

html {
  font-size: 62.5%;
  vertical-align: baseline;
}

body {
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-family: PT Sans;
  font-weight: 400;
  color: #444444;
  vertical-align: baseline;
}

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

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


/* =============== 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 {
  margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
  text-transform: uppercase;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 32px;
  font-weight: 400;
}
h2 {
  font-size: 28px;
  font-weight: 300;
  color: #ff6600;
}
h3 {
  font-size: 24px;
  font-weight: 300;
}
h4 {
  font-size: 20px;
  font-weight: 300;
}
h5 {
  font-size: 18px;
  font-family: 'PT Sans';
  font-weight: 400;
}
h6 {
  font-size: 16px;
  font-family: 'PT Sans';
  font-weight: 400;
}

/* Anchor Links */
a { 
  color: #db4b3f;
}
a:hover, a:focus { 
  color: #db4b3f;
}

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 0px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul {
  list-style: none; 
}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


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


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

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

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


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

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

.custom-header-wrapper {
  min-height: 89px !important;
}
.custom-header {
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  background: rgba(255,255,255,1);
  padding: 10px 0px 3px 0px!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 89px !important;
  z-index: 2;
}
.custom-logo {
  padding: 5px 0 10px 0;
}
.fixed .custom-header {
  position: fixed;
  min-height: 74px !important;
  -webkit-animation: animatedown 0.3s;
  animation: animatedown 0.3s;
}

@-webkit-keyframes animatedown {
  from {top: -200px;}
  to {top: 0}
}

@keyframes animatedown {
  from {top: -200px;}
  to {top: 0}
}
.fixed .custom-logo {
  padding: 0 0 0 0;
}
.mobile-open .custom-header {
  box-shadow: none;
}



/* =============== Content =============== */

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

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

.banner-area {
  background-color: #FFFFFF;
  position: relative;
  background-position: center top;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-blog-post .banner-area,
.hs-blog-listing .banner-area{
  margin-top: -1px; 
  padding-top: 89px;
  background-size: auto;
}
.banner-area .banner-contant-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  padding: 50px 0;
}
.banner-area .banner-contant {
  display: table-cell;
  text-align: center;
}
.banner-date {
  font-style: italic;
  font-size: 14px;
}
.hs-blog-post .banner-date,
.hs-blog-listing .banner-date{
  font-style: italic;
  font-size: 14px;
  padding-top: 3px;
  color: #000;
}
.banner-area .banner-contant h1 {
  text-align: center;
  color: #000;
  margin: 0 auto 10px;
  vertical-align: middle;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
.hs-blog-post .custom-header-wrapper,
.hs-blog-listing .custom-header-wrapper{
  min-height: 0!important;
}



/* =============== Footer =============== */

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

.custom-footer-bottom {
  background: #222222;
  color: #cccccc;
  padding: 15px 0;
  font-size: 14px;
}
.custom-copyright p {
  margin: 0;
}
.custom-copyright p:first-child {
  float: left;
}
.custom-copyright p:last-child {
  float: right;
}
.footer-social-icons {
  text-align: center;
  padding: 25px 0 5px;
}
.footer-social-icons a {
  font-size: 20px;
  font-family: Arial;
  margin: 0 2px;
  color: #FFF;
  border: 1px solid #FFF;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
}
.footer-social-icons a {
  border-color: #cccccc;
}
.bottom-footer a, .footer-social-icons a {
  color: #cccccc;
}
.bottom-footer a, .footer-social-icons a {
  text-decoration: none;
}
.footer-social-icons a:hover {
  background: #cccccc;
  color: #db4b3f;
}
.custom-footer-top {
  background: #db4b3f;
  color: #ffffff;
  padding: 30px 0;
}
.custom-footer-top h4 {
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  color: #FFF;
  line-height: 1.2;
}
.custom-footer-top h4:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 40px;
  border-bottom: 1px solid #FFF;
  left: 0;
  margin-top: 5px;
}
.custom-contact-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-contact-wrapper ul li {
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 22px;
}
.custom-contact-wrapper ul li p {
  margin-bottom: 20px;
  margin-top: 0;
}
.ap-contact-info-wrapper li .fa {
  float: left;
  margin-left: -30px;
  margin-top: 5px;
}
.secure-wrapper {
  padding-right: 20px;
  margin: 0 0 20px;
}
.custom-mobismart p {
  margin: 0 0 20px;
  font-size: 15px;
}
.custom-mobismart-wrapper {
  margin-left: 0 !important;
  padding-left: 26px;
}
.custom-mobismart p a {
  color: #fff;
  text-decoration: none;
}
.gallery-item-wrapper {
  margin-bottom: 20px;
  font-size: 0;
}
.gallery-item-wrapper .gallery-item {
  /*max-width: 33.33%;
  display: inline-block; */
  text-align: center;
  vertical-align: top;
  width: 100%;
  /*padding: 0 4px 4px 0;*/
  margin: 0;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/zoom.png') no-repeat center rgba(0,0,0,0.5);
  display: none;
}
.gallery-icon.landscape:hover a:after {
  display: block;
}
.gallery-icon.landscape {
  position: relative;
}

/*hs support */

figure.gallery-item img {
  width:31.3%;
  float:left;
  padding:3px;
}



/*end hs support */




#back-to-top{
  right: 30px;
  bottom: 30px;
  position: fixed;
  text-decoration: none;
  color: #fff;
  background-color: #db4b3f;
  text-align: center;
  line-height: 40px;
  font-family: arial;
  text-decoration: none;
  width: 40px;
  height: 40px;
}

/* Mac Styling */

.osx .nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/prev.png'); 
}

.osx .nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/next.png');
}
.osx .nivo-lightbox-theme-default .nivo-lightbox-nav {
  background-size: 48px 48px;
}
.osx .nivo-lightbox-theme-default .nivo-lightbox-close {
  background-image: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/close@2x.png');
}



.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/prev%20%281%29.png'); 
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/next%20%281%29.png');
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-image: url('//3409680.fs1.hubspotusercontent-na1.net/hubfs/3409680/MOBISMART_July2018%20/images/close.png');
}

.nivo-lightbox-theme-default .nivo-lightbox-next:hover,
.nivo-lightbox-theme-default .nivo-lightbox-prev:hover { 
  opacity: 1;
  background-color: rgba(0,0,0,0.1);
}

.nivo-lightbox-image img {
  background: #fff !important;
  padding: 8px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: inline-flex;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  padding: 15px 0;
  font-size: 14px;
  margin-left: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 14px;
  font-family: PT Sans;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  display: block !important;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active a {
  color: #db4b3f;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  height: 0;
  width: 0;
  line-height: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #db4b3f;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  font-size: 15px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  min-width: 160px;
  top: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-family: PT Sans;
  font-weight: 400;
  padding: 10px 10px;
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  white-space: nowrap;
  border-bottom: 1px solid #F6F6F6;
  display: block;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  border-color: #db4b3f;
  background-color: #db4b3f;
  color: #FFF
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow: initial !important;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }
  
 
  
}
 .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
   position: absolute;
  }

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

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

@media (max-width: 1000px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 15px;
    right: 27px;
    width: auto; /* Button width */
    height: auto; /* Button height */    
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #db4b3f; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #db4b3f; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i:after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    height: 0;
    width: 0;
    line-height: 5px;
    font-style: normal;
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
    margin: 0;
    width: 100%;
  }

  /* 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: 10px;
    left: 0;
    padding: 0;
    
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #db4b3f;
    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 {
     
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    display: block;
    border-bottom: 1px solid #c54439;
    padding: 0;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 0;
    color: #FFF;
    font-size: 14px;
    line-height: 21px;
    font-family: PT Sans;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-item-has-children  a {
    padding-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-item-has-children  a:after {
    content: none; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px 15px !important;
    color: #FFF;
    font-size: 14px;
    line-height: 21px;
    font-family: PT Sans;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #c54439;
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    border-color: #c54439;
  }
  
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

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


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

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

/* Blog Post */
.hs-blog-post {}
a.at-icon-wrapper.at-share-btn.at-svc-print {
    display: none !important;
}
.hs-blog-post #hubspot-author_data {
  text-transform: uppercase;
}
.apss-theme-4 .apss-single-icon a {
  position: relative;
  display: block;
  float: left;
  margin: 8px;
  color: #fff;
  min-height: 60px;
}
.apss-theme-4 .apss-icon-block {
  border-radius: 36px;
  margin: 0 auto;
  position: relative;
  width: 36px;
  height: 36px;
}
.apss-facebook .apss-icon-block {
  background-color: #3b5998;
}
.apss-twitter .apss-icon-block {
  background-color: #1dcaff;
}
.apss-linkedin .apss-icon-block {
  background-color: #3f729b;
}
.apss-digg .apss-icon-block {
  background-color: #2169a8;
}
.apss-email .apss-icon-block {
  background-color: #8f8f8f;
}
.apss-theme-4 .apss-single-icon .fa {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  min-width: 36px;
  vertical-align: top;
  padding: 8px 0px 8px 0px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.apss-theme-4 .apss-icon-block {
  border-radius: 36px;
  margin: 0 auto;
  position: relative;
  width: 36px;
  height: 36px;
}
.apss-theme-4 .apss-facebook a:hover .fa {
  color: #3b5998;
}
.apss-theme-4 .apss-twitter a:hover .fa {
  color: #1dcaff;
}
.apss-theme-4 .apss-linkedin a:hover .fa {
  color: #3f729b;
}
.apss-theme-4 .apss-digg a:hover .fa {
  color: #2169a8;
}
.apss-email .apss-icon-block {
  background-color: #8f8f8f;
}
.apss-theme-4 .apss-email a:hover .fa {
  color: #8f8f8f;
}
.apss-theme-4 .apss-single-icon a:hover .fa {
  z-index: 5;
}
.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after {
  background: none repeat scroll 0 0 #fff;
  border-radius: 100%;
  content: "";
  height: 100%;
  left: -3px;
  position: absolute;
  top: -3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  width: 100%;
}
.at-share-btn-elements {
  margin: 20px 0;
  font-size: 0;
}
a.at-icon-wrapper.at-share-btn {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  overflow: hidden;
  border: 0;
  text-decoration: none;
  text-transform: none;
  background-color: transparent;
  color: inherit;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  font-family: helvetica neue,helvetica,arial,sans-serif;
  padding: 0;
  line-height: 0;
}
.at-share-btn:hover {
  transform: translateY(-4px);
  outline-offset: -1px;
  color: inherit;
}
.at-share-tbx-element .at-icon-wrapper {
  vertical-align: middle;
}
.at4-visually-hidden {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}
.at-share-tbx-element .at-icon-wrapper {
  vertical-align: middle;
}
a .at-icon-wrapper {
  cursor: pointer;
}
.at-icon-wrapper {
  display: inline-block;
  overflow: hidden;
}
.at-icon {
  fill: #fff;
  border: 0;
}
.blog-post-wrapper .post-body h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: PT Sans;
  margin: 0;
}
.blog-post-wrapper .post-body p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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


.blog .blog-content {
  width: 100%;
  float: left;
}
.blog .blog-sidebar {
  width: 24%;
  float: right;
  margin-left: 0 !important;
}


/* =============== 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 {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 0 20px;
  background: #FFF;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #DDD;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body h3, 
.blog-listing-wrapper .post-listing .post-item .post-body h2 {
  display: inline;
  line-height: 1.5;
  font-size: 16px;
  font-family: PT Sans;
  font-weight: 400;
  color: #444444;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2 {
  text-transform: capitalize;
} 
.post-item.no-post-img .post-header h2 {
    padding-top: 45px;
}


.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 70%;
  height: auto;
  width: 65%;
  float: none;
  margin: 0;
  vertical-align: middle;
}
.hs-blog-listing .hs-featured-image-wrapper {
  margin: -20px -20px 15px;
  text-align: center;
}
.listing-date {
  position: absolute;
  left: 20px;
  top: -14px;
  background: #db4b3f;
  width: 60px;
  text-align: center;
  color: #FFF;
  font-family: "Oxygen",sans-serif;
  font-size: 14px;
  padding: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.listing-date:before {
  border-style: solid;
  border-width: 7px 5px;
  top: 0;
  content: "";
  height: 0;
  right: -10px;
  position: absolute;
  width: 0;
  z-index: 1;
  border-color: transparent transparent #c54439 #c54439;
}
.listing-date .day {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
.listing-date .month {
  display: block;
}

.post-listing .post-header h2 {
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
}


/* Read More Link */
a.more-link {
  display:block;
  margin: 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 0;
  font-size: 13px;
  padding: 0 0 15px;
}
#hubspot-topic_data a.topic-link {
  text-decoration: none;
  font-style: italic;
  color: #333;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination {
    padding: 10px 0 15px 0;

}
.blog-pagination a {
  display:inline-block;
  padding-right:7px;
}

.custom-previous {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.custom-next {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 10px;
}
.custom-previous a,
.custom-next a{
  background: #333;
  padding: 8px 25px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-family: "Oxygen",sans-serif;
  display: inline-block;
}
.custom-previous a .fa {
  margin-right: 8px;
  font-size: 16px;
}
.custom-next a .fa {
  margin-left: 8px;
  font-size: 16px;
}
.post-category {
  font-size: 13px;
  color: #333;
}
.post-category a.topic-link {
  text-decoration: none;
  font-style: italic;
  color: #333;
}

.blog-pagination > div {
  display: inline-block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}
.brochure_inner img {
  max-width: 300px;
  width: 100%;
}
.sidebar-title{
  font-size: 20px;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}
.sidebar-title span {
  display: inline-block;
  padding: 0 15px 0 0;
  background: #FFF;
  z-index: 1;
  position: relative;
}
.sidebar-title:after,
.custom-news h3:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #E5623B;
  left: 0;
  width: 100%;
}
.custom-news h3 {
  font-size: 20px;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}
.custom-news h3 span {
  display: inline-block;
  padding: 0 15px 0 0;
  background: #FFF;
  z-index: 1;
  position: relative; 
}
.mobisun-content,
.mobiwind-content {
  margin: 0;
  padding: 5px 0 0 0;
  text-align: left;
  overflow: hidden;
}
.mobisun-content img,
.mobiwind-content img {
  border: 2px solid #a9a9a9;
  margin: 0 2px 2px 0;
  padding: 1px;
  height: auto;
  float: left;
  vertical-align: middle;
  max-width: 138px;
  width:47%;
}
.custom-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-news ul li {
  padding: 6px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #F6F6F6;
}
.custom-news ul li a {
  text-decoration: none;
  color: #444444;
}
.custom-news ul li a:hover {
  color: #db4b3f;
}
.hs-blog-listing .banner-contant h1 {
  color: #fff;
}
.mobisun-media-content,
.mobiwind-oembed-content {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 56.4%;
}
.mobisun-media-content iframe,
.mobiwind-oembed-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

.hs_recaptcha {
  margin: 15px 0;
}
.form-title:empty {
  display: none;
}

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  white-space: normal;
  display: inline-block;
  width:100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="search"] {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,	
.widget-type-google_search,
.hs-search-field__bar{
  margin-bottom: 30px;
  display: block;
}



/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

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

.hs-form-required {
  color: red;
}

/* Error */
.hs-error-msgs label{
  color: red;
}
ul.hs-error-msgs.inputs-list {
  margin: -7px 0 0;
  padding: 5px 0;
  list-style: none;
}

.hs-input.invalid.error {
  
}

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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


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

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

.section.post-footer .hs_subscribe.hs-subscribe label {

}

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
    margin-top: 10px;
  padding: 4px 12px;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


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

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


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

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


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

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


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

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


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


.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}

.error-template .body-container .page-center, 
.password-template .body-container .page-center, 
.subscription-template .body-container .page-center,
.search-result .body-container .page-center {
  padding: 30px 10px 20px !important;
}
.error-template .mobile-trigger, 
.password-template .mobile-trigger, 
.subscription-template .mobile-trigger,
.search-result .mobile-trigger,
.custom-header.lp .mobile-trigger{
  display: none !important;
}
.hs-search-field__bar{
  max-width: 600px;
}


/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

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


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


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

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding: 0 10px;
  }
  .custom-header .page-center {
    padding: 0 0 !important;
  }
  .custom-logo {
    padding: 5px 0 10px 10px;
  }
  .fixed .custom-logo {
    padding: 0 0 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .custom-header{
    padding: 10px 0 9px;
  }
  .banner-area .banner-contant {
    padding: 0 15px;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container form,  
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .hs-search-field__bar{
    max-width: 100%;
  }
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }  
  .custom-menu-primary.js-enabled {
    padding-top: 0; 
    margin: 0; */
  } 
  .custom-header {
    padding: 10px 0 9px 0;
  }
  .custom-copyright p {
    float: none !important;
    text-align: center;
  }
  .blog .blog-content,
  .blog .blog-sidebar{
    width: 100%;
    float: none;
  }
  .brochure_inner {
    text-align: center;
  }
  .custom-mobismart-wrapper {
    padding-left: 0px;
  }
  .gallery-icon.landscape img {
    width: 100%;
  }
  .custom-previous,
  .custom-next {
    width: 100% !important; 
    padding: 10px 10px;
  }
}  


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

@media (max-width: 479px) {
  .custom-logo {
    width: 80% !important;
    padding-right: 6px;
  }
  .fixed .custom-logo {
    padding-right: 6px;
  }
}

@media (max-width: 320px) {
  .custom-header {
    min-height: auto !important;
  }
  .custom-header-wrapper {
    min-height: 82px !important;
  }
  .fixed .custom-header {
    min-height: 72px !important;
  }
}