/* ==========================================================================
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=Open+Sans:300,400,700');

@font-face {
  font-family: "socialshare";
  src: url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/iconfont.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/iconfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/iconfont.ttf") format("truetype");
}

@font-face {
  font-family: "pingfang";
  src: url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/PingFang-Bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/PingFang-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "pingfang";
  src: url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/PingFang-Regular.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Fonts/PingFang-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html{
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: Microsoft Yahei, sans-serif;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.42857143;
  transition: margin-left .5s, margin-right .5s;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  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 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a { color: #337ab7; text-decoration:none; }
a:hover, a:focus { color: #23527c; }

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

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

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


/* =============== 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 {}



.widget-span.custom-header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.fix-header .custom-header-wrapper {
  transform: translateY(-39px);
}

.menu-pop-up-open .widget-span.custom-header-wrapper {
  overflow-y: auto;
  height: 100%;
}
.menu-pop-up-open div#custom-menu-pop-up {
  margin-bottom: 5%;
}
.header1 {
  background: #ff7f00;
}
.header1 .container1920 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.header1 .container1920 .header1Icon {
  float: right;
  width: 3%;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.header1 .container1920 .header1Icon:nth-child(1) {
  width: 4.1%;
}
.header1 .container1920 .header1Icon a {
  color: #222222;
}
.header1 .container1920 .header1Icon a p {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  color: #fff;
  margin-bottom: 8%;
  margin-top: 8%;
  font-size: 18px;
}
.header1 .container1920 .lancho {
  width: 10%;
  float: right;
  cursor: pointer;
  margin-right: 1%;
}
.header1 .container1920 .lancho .headimgx {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.header1 .container1920 .lancho .headerTextLan {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.custom-header-bottom-section .page-center {
  max-width: 100% !important;
}
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.header-menu {
  float: left;
  width: 2% !important;
  padding-right: 0%;
  margin-left: 1% !important;
  padding-top: 3.7%;
  padding-left: 0.5%;
  cursor: pointer;
}
.header-menu img {
  width: 100%;
  vertical-align: middle;
  display: block;
}
.widget-span.custom-menu-primary.left {
  width: 40% !important;
  padding-left: 6%;
  padding-top: 3%;
  font-size: 18px;
  font-weight: 700;
}
.widget-span.custom-logo {
  width: 12% !important;
}
.widget-span.custom-logo img {
  width: 100%;
  vertical-align: middle;
  display: block;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}
.widget-span.custom-menu-primary.right {
  width: 30% !important;
  padding-top: 3%;
  font-size: 18px;
  font-weight: 700;
}
.widget-span.custom-telephone-section {
  width: 15% !important;
  padding-top: 3.5%;
  font-size: 16px;
}
.widget-span.custom-telephone-section p {
  margin: 0 0 10px;
}
.custom-header-bottom-section {
  background: #fff;
  border-bottom: 1px solid #aaaaaa;
  position:relative;
}
.custom-logo p {
  margin: 0;
}
.header-searchFunction2 {
  padding-top: 1%;
  padding-bottom: 1%;
  vertical-align: middle;
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/headerSearchBg.jpg') no-repeat top center;
  background-size: cover;
  display: none;
}
.header-searchFunction2 .backenter {
  width: 29%;
  color: #ff7f00;
  display: inline-block;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
  vertical-align: middle;
  cursor: pointer;
  font-size: 22px;
}
.header-searchFunction2 .backenter a.orgx {
  color: #ffffff;
  -webkit-transition: all ease .5s;
}
.header-searchFunction2 .backenter a.orgx:hover {
  color: #ff7f00;
  text-decoration: underline;
}
.header-searchFunction2 .choicelang {
  width: 42%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  vertical-align: middle;
}
.header-searchFunction2 .choicelang .choiceup {
  border-bottom: 1px solid #000000;
  padding-bottom: 2%;
  padding-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.header-searchFunction2 .choicelang .choicedown {
  padding-bottom: 2%;
  padding-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.header-searchFunction2 .choicelang .choiceup .txthead {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
.header-searchFunction2 .choicelang .choiceup .flags {
  display: inline-block;
  width: 72%;
  vertical-align: middle;
  padding-left: 5%;
}
.header-searchFunction2 .choicelang .choiceup .flags .flag {
  display: inline-block;
  width: 12%;
  margin-left: 6.5%;
  margin-right: 6.5%;
  cursor: pointer;
}
.header-searchFunction2 .choicelang .choiceup .flags .flag img.active-image {
  display: none;
}
.header-searchFunction2 .choicelang .choicedown .txthead {
  display: inline-block;
  width: 27%;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  white-space:nowrap;
}
.header-searchFunction2 .choicelang .choicedown .txts {
  text-align: left;
  padding-left: 10%;
  width: 72%;
  vertical-align: middle;
  display:none;
}
.header-searchFunction2 .choicelang .choicedown .txts.current{
  display:inline-block;
}
.header-searchFunction2 .choicelang .choicedown .txts .txtes {
  margin-right: 10%;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all ease .5s;
}
.header-searchFunction2 .yes {
  width: 29%;
  color: #ff7f00;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
}
.header-searchFunction2 .yes .headbutton {
  background: #fff;
  width: 53%;
  margin: 0 auto;
  display:block;
  line-height: 2.2;
  color: #ff7f00;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #327fe8;
  -webkit-transition: all ease .9s;
  -moz-transition: all ease .9s;
}
.header-searchFunction2 .myes {
  display: none;
}
.header-searchFunction2 .choicelang .choiceup .flags .flag img {
  width: 100%;
  border: none;
  display: block;
  vertical-align: middle;
}
.header-searchFunction2 .yes .headbutton:hover {
  color: #fff;
  box-shadow: inset 450px 0 0 #327fe8;
}
.header-searchFunction2 .choicelang .choiceup .flags .flag.active-lang img.inactive-image {
  display: none;
}
.header-searchFunction2 .choicelang .choiceup .flags .flag.active-lang img.active-image {
  display: block;
}
.header-searchFunction2 .choicelang .choicedown .txts .txtes:hover,
.header-searchFunction2 .choicelang .choicedown .txts .txtes.active-url{
  color: #ff7f00;
  text-decoration: underline;
}
.header-searchFunction2 .choicelang .choicedown .txts .txtes.active-url{
  text-decoration:none;
}

.hs-search-field.header-search {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/headerSearchBg.jpg') no-repeat top center;
  background-size: cover;
  display:none;
}
.hs-search-field.header-search .hs-search-field__bar {
  max-width: 100%;
  margin: 0;
  border-bottom: 1px solid white;
  margin-left: 25%;
  margin-right: 25%;
  padding-top: 2.5%;
  width: auto;
  position:relative;
}
.hs-search-field.header-search .hs-search-field__bar form input.hs-search-field__input {
  background: transparent;
  font-size: 22px;
  color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  width: 95%;
  border: none;
  outline: none;
  float: left;
  line-height: 2;
  padding-bottom: 0;
  -webkit-appearance: none;
  font-family: inherit;
}
.hs-search-field.header-search .hs-search-field__bar form input.hs-search-field__input::-webkit-input-placeholder {
  color:#fff;
}

.hs-search-field.header-search .hs-search-field__bar form input.hs-search-field__input::-moz-placeholder {
  color:#fff;
  opacity:1;
} 


.hs-search-field.header-search .hs-search-field__bar form button.search-button {
  float: right;
  cursor: pointer;
  border: 0;
  background: 0;
  padding: 0;
  padding-top: 1%;
  position: absolute;
  top: 31px;
  width: 66px;
}

.hs-search-field.header-search p.hotText {
  margin-left: 25%;
  margin-right: 25%;
  color: #fff;
  padding-top: 1%;
  padding-bottom: 2.5%;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 0;
  opacity:0;
  visibility:hidden;
}

div#custom-menu-pop-up {
  background: #e7e7e7;
  z-index: 5000;
  width: 90%;
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  padding-top: 1%;
  padding-bottom: 0.5%;
  max-width: 1920px;
  margin-left: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: 5%;
  display:none;
}
div#custom-menu-pop-up > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
div#custom-menu-pop-up > .row-fluid-wrapper > .row-fluid > .custom-site-map-logo {
  width: 38%;
}
.custom-site-map-logo img {
  width: 84%;
  margin-left: 5%;
  border: none;
  display: block;
}
div#custom-menu-pop-up > .row-fluid-wrapper > .row-fluid > .custom-pop-up-right-menu-site-map {
  width: 62%;
  padding-top: 2%;
}
.custom-header-all-menu .hs-menu-wrapper > ul {
  display: block;
}
.widget-span.custom-header-all-menu {
  padding-right: 6%;
  padding-top: 3%;
  padding-bottom: 2%;
  float: none;
  width: auto;
}
.custom-header-all-menu .hs-menu-wrapper > ul > li {
  width: 20%;
  float: left;
  font-size: 14px;
}
.custom-header-all-menu .hs-menu-wrapper > ul > li > a {
  color: #222;
  padding-bottom: 2.5%;
  font-size: 20px;
  margin: 0 0 10px;
  cursor:text;
}
.custom-header-all-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: #222222;
  padding-bottom: 1%;
  margin: 0 0 10px;
  white-space: normal !important;
  font-size: 16px;
}
.custom-header-all-menu .hs-menu-wrapper>ul>li > ul > li > a:hover{
  color: #ff7f00;
}
.custom-right-menu .hs-menu-wrapper > ul {
  display: block;
}
.custom-right-menu .hs-menu-wrapper > ul > li {
  width: 30%;
  float: left;
  padding-left: 10%;
  padding-top: 2%;
}
.custom-right-menu .hs-menu-wrapper > ul > li > ul{
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 14px;
}
.custom-right-menu .hs-menu-wrapper>ul>li.plan {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon1.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.communications {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon2.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.TV {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon3.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.phone {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon4.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.support {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon5.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.and.relatives {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon6.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}


.custom-right-menu .hs-menu-wrapper>ul>li.plan:hover {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon1Blue.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.communications:hover {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon2Blue.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.TV:hover {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon3Blue.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.phone:hover {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon4Blue.png') no-repeat left top;
  background-position-y: 50%;
  background-size: 25%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.support:hover {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon5Blue.png') no-repeat left top;
  background-size: 25%;
  background-position-y: 50%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.and.relatives:hover {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/sitemapIcon6Blue.png') no-repeat left top;
  background-size: 25%;
  background-position-y: 50%;
}

.custom-right-menu .hs-menu-wrapper>ul>li>a span,
.custom-right-menu .hs-menu-wrapper>ul>li.and.relatives>ul>li.club:first-child>a span {
  display: none;
}
.custom-right-menu .hs-menu-wrapper>ul>li > a,
.custom-right-menu .hs-menu-wrapper>ul>li.and.relatives > ul > li.club:first-child > a{
  border-bottom: 2px solid #ff7f00;
  padding-bottom: 4%;
  width: 55%;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
  font-family: 'pingfang', Microsoft Yahei, sans-serif;
  cursor:text;
}
.custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend > ul > li.VIPClub:first-child > a{
  padding-top: 10%;
  line-height: 1.4;
}
.custom-right-menu .hs-menu-wrapper>ul>li.HomePhone > ul {
  margin-bottom: 60px;
}
.custom-right-menu .hs-menu-wrapper>ul>li > ul{
  line-height: 1.8;
}
.custom-right-menu .hs-menu-wrapper>ul>li > ul > li > a{
  color: #2a2a2a;
  font-size: 16px;
}
.custom-right-menu .hs-menu-wrapper>ul>li > ul > li > a:hover{
  color: #ff7f00;
}
.closeSitemap {
  cursor: pointer;
  float: left;
  width: 5%;
  margin-left: 3%;
  margin-top: -5%;
}

.closeSitemap img.img {
  width: 50%;
  border: none;
  display: block;
}
.mask {
  opacity: 0.5;
  background-color: black;
  z-index: 500;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  width: 100%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:nth-child(2)>a {
  font-size: 16px;
}
.custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.YouziGift游子礼品网 > a {
  font-size: 16px;
}
.custom-right-menu .hs-menu-wrapper>ul>li.Mobile > ul {
  margin-bottom: 35px;
}
.custom-right-menu .hs-menu-wrapper>ul>li.ChineseTV > ul {
  margin-bottom: 36px;
}
.custom-right-menu .hs-menu-wrapper>ul>li.Support {
  background-position-y: 38%;
}
.custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend {
  background-position-y: 33%;
}

.fix-header .widget-span.custom-menu-primary.left {
  padding-top: 1.03%;
}
.fix-header .widget-span.custom-menu-primary.right {
  padding-top: 1.03%;
}
.fix-header .widget-span.custom-telephone-section {
  padding-top: 1.460%;
}
.fix-header .header-menu {
  padding-top: 1.7%;
}

.custom-logo-wrapper img#fix-logo {
  display: none;
}

.fix-header .custom-logo-wrapper img#fix-logo {
  display: block;
}
.fix-header .custom-logo-wrapper img#standard-logo {
  display: none;
}
.widget-span.custom-telephone-section{
  font-family: 'pingfang', Microsoft Yahei, sans-serif;
  font-size: 18px;
  font-weight:normal;
}
.widget-span.custom-telephone-section p span {
  font-family: 'open sans', Arial, sans-serif;
  font-weight:normal;
}



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

.non{display:none !important}
.blk{display:block!important}



.body-container-wrapper {}
.body-container {
  font-size: 16px;
  padding:0;
}
.simple-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 36vw;
  text-align: left;
  padding-top: 8%;
  padding-left: 10.42%;
  color: #fff;
  position:relative;
  top:-1px;
  max-width: 1920px;
  margin:0 auto;
  
}
.simple-banner .banner-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1.5%;
  line-height: 1.42857143;
  font-family: 'pingfang', Microsoft Yahei, sans-serif;
}
.simple-banner .banner-content h4 {
  font-size: 30px;
  margin: 0 0 10px;
  font-family: Microsoft Yahei, sans-serif;
  line-height: 1.42857143;
}


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


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-wrapper {
  border-top: .4vw solid #327fe8;
}
.custom-footer-wrapper {
  background: #404040;
}
.custom-copyright-link p {
  padding-bottom: .2%;
  padding-top: 2%;
  margin:0;
  text-align: center;
}
.custom-footer-bottom-section {
  font-size: 14px;
  font-family: 'open sans', Arial, sans-serif;
}
.custom-copyright-link p a {
  color: #d4d4d4;
  font-family: Microsoft Yahei, sans-serif;
}
.bbbimg {
  width: 6%;
  margin: 0 auto;
  line-height: 3.4;
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/bbb.png') no-repeat scroll center center;
  background-size: 100%;
}
.bbbimg p.text14.mText22 {
  margin-top: 26%;
  margin-bottom: 38%;
}
.custom-footer-copyright-section p {
  color: #d4d4d4;
  padding-top: 0;
  padding-bottom: 1%;
  text-align: center;
  margin: 0;
}
.custom-footer-copyright-section p:last-child {
  color: #d4d4d4;
  margin: 0;
  padding-bottom: 8%;
}
.custom-footer-top-section .page-center {
  max-width: 100% !important;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 3%;
  padding-bottom: 2%;
  border-bottom: 1px solid #6a6a6a;
}
.custom-footer-link .hs-menu-wrapper > ul {
  display: block;
}
.custom-footer-link .hs-menu-wrapper > ul > li {
  width: 20%;
  float: left;
  padding-left: 6%;
  position: static !important;
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-footer-link .hs-menu-wrapper > ul > li > a {
  padding-bottom: 2.5%;
  color: #d4d4d4;
  font-size: 20px;
  margin: 0 0 10px;
  cursor:text;
}
.custom-footer-link .hs-menu-wrapper>ul>li>a span {
  font-family: 'open sans', Arial, sans-serif;
  display:inline-block;
  width:auto;
}
.custom-footer-link .hs-menu-wrapper > ul > li:last-child > a {
  cursor:pointer;
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul > li > a {
  color: #d4d4d4;
  font-size: 16px;
  margin: 0 0 10px;
  padding-bottom: 1%;
  font-size: 16px;
  white-space:normal !important;
}
.custom-footer-link .hs-menu-wrapper>ul>li>ul>li>a:hover,
.custom-copyright-link p a:hover{
  color: #ff7f00;
}



@media screen and (min-width:1001px) {
  /* ==========================================================================
  4. MAIN NAVIGATION                                            
  ========================================================================== */

  div#custom-mobile-right-section,
  .widget-span.custom-mobile-menu{
    display:none;
  }
  /* =============== Custom Menu Primary =============== */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    width: 25%;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 1.5;
    padding-top: 5%;
    margin: 0 0 10px;
    text-align: center;
    color: #555;
    display: block;
    font-family: 'pingfang', Microsoft Yahei, sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a  span.downArrow {
    font-family: 'pingfang', Microsoft Yahei, sans-serif;
    font-size: 16px;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #ff7f00;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu-open > a {
    color: #ff7f00;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
    background: #fff;
    opacity: 0.85;
    z-index: 200;
    width: 100%;
    text-align: center;
    position: absolute;
    border-bottom: 1px solid #aaaaaa;
    padding-top: 1%;
    padding-bottom: 0.5%;
    top: 100%;
    margin-top: 1px;
    left:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li {
    width: 13%;
    margin: 0 0 10px;
    display: inline-block;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    font-family: 'open sans', Arial, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:hover {
    color: #327fe8;
    text-decoration: none;
    transform: scale(1.1);
  }
  .custom-menu-primary.right .hs-menu-wrapper>ul>li.hs-item-has-children:last-child>ul>li:hover{
    transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li > a{
    color: #2a2a2a;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:hover > a{
    color: #327fe8;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li > a:before {
    width: 26%;
    margin-left: 37%;
    padding-bottom: 4%;
    content: "";
    height: 74px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child > a[href*="https://www.italkbb.com/us/chs/bundles-mobile-tv-phone.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBundleBBTVMobile.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:nth-child(2) > a[href*="https://www.italkbb.com/us/chs/bundles-mobile-phone.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuMobileBB.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:nth-child(3)> a[href*="https://www.italkbb.com/us/chs/bundles-tv-phone.html"]:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBBTV.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child > a[href*="https://www.italkbb.com/us/chs/web-tv-phone.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menushy.png');
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child > a[href*="https://www.italkbb.com/us/chs/bundles-mobile-tv-phone.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBundleBBTVMobileBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:nth-child(2) > a[href*="https://www.italkbb.com/us/chs/bundles-mobile-phone.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuMobileBBBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:nth-child(3)> a[href*="https://www.italkbb.com/us/chs/bundles-tv-phone.html"]:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBBTVBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child > a[href*="https://www.italkbb.com/us/chs/web-tv-phone.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menushyblue.png');
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/mobile-plans.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuMobilePlan.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:nth-child(2) a[href*="https://www.italkbb.com/us/chs/mobile-coverage.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuMobileSignalCoverage.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="https://student.italkbb.com/"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/childa.png');
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/mobile-plans.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuMobilePlanBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:nth-child(2) a[href*="https://www.italkbb.com/us/chs/mobile-coverage.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuMobileSignalCoverageBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="https://student.italkbb.com/"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/childb.png');
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/chinese-tv-plans.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuTVPlan.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children  > ul > li:last-child a[href*="https://www.italkbb.com/us/chs/chinese-tv-recommendations.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuShowRec.png');
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/chinese-tv-plans.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuTVPlanBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children  > ul > li:last-child a[href*="https://www.italkbb.com/us/chs/chinese-tv-recommendations.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuShowRecBlue.png');
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/home-phone-plans.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBBPlan.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="https://www.italkbb.com/us/chs/home-phone-rates.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBBRates.png');
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/home-phone-plans.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBBPlanBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="https://www.italkbb.com/us/chs/home-phone-rates.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuBBRatesBlue.png');
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/support.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuFaq.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:nth-child(2) a[href*="https://www.italkbb.com/us/chs/contact-us.html?service"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuCustomerService.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:nth-child(3) a[href*="https://www.italkbb.com/us/chs/contact-us.html?stores"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuStoreLocator.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="https://www.italkbb.com/us/chs/log-in.html"]:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuLogin.png');
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="https://www.italkbb.com/us/chs/support.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuFaqBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:nth-child(2) a[href*="https://www.italkbb.com/us/chs/contact-us.html?service"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuCustomerServiceBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:nth-child(3) a[href*="https://www.italkbb.com/us/chs/contact-us.html?stores"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuStoreLocatorBlue.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="https://www.italkbb.com/us/chs/log-in.html"]:hover:before{
    background-image: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/menuLoginBlue.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="http://www.italkbbvip.com/"],
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="http://www.youzigift.com/"]{
    font-family: 'pingfang', Microsoft Yahei, sans-serif;
    line-height:1;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:first-child a[href*="http://www.italkbbvip.com/"]:before{
    background-image: url(//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/vip5.png);
    width: 100%;
    padding-bottom: 4%;
    margin-left: 0;
    height: 42px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child a[href*="http://www.youzigift.com/"]:before{
    background-image: url(//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/vip3.png);
    padding-bottom: 4%;
    margin-left: 0;
    height: 50px;
    width: 60%;
    margin: 0 auto;
  }








  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .custom-menu-primary .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 */

  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}


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

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

@media (max-width: 1000px){


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
  }
  .mobile-trigger a{
    cursor:pointer;
  }


  /* ===== 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  
  .widget-span.custom-mobile-menu {
    height: 100%;
    width: 50% !important;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -50%;
    background-color: #fff;
    overflow: auto;
    transition:left .5s;
    border-right: 1px solid #ff7f00;
  }
  .mobile-open .widget-span.custom-mobile-menu {
    left: 0;
  }
  div#site-wrapper {
    position: relative;
    overflow: hidden;
    transition: left 0.5s;
    left:0;
  }
  .mobile-open div#site-wrapper {
    left: 50%;
  }
  body.mobile-open {
    overflow-x: hidden;
  }
  .mobileHeaderBlank {
    height: 14.2vw;
    border-bottom: 1px solid #5e5e5e;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    color: #222;
    border-bottom: 1px solid #2a2a2a;
    text-align: left;
    padding-left: 10%;
    transition: .5s;
    margin-bottom: 0;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.8vw;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children > a:before {
    content: ">";
    padding-right: 23px;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li > a:before {
    content: "";
    padding-right: 32px;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper > ul li a:hover{
    color: white;
    background: #ff7f00;
    border-bottom: 1px solid #ff7f00;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li {
    position: static !important;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li > ul {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -50%;
    background-color: white;
    overflow: auto;
    transition: left .5s;
    overflow-x: hidden;
    border-right: 1px solid #ff7f00;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.sub-menu-open > ul.hs-menu-children-wrapper {
    left: 0;
  }
  p.closebtn.closeMobileNav {
    position: absolute;
    top: 4vw;
    left: 3vw;
    font-size: 5vw;
    color: #ff7f00;
    margin: 0 0 10px;
    cursor:pointer;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li > ul > li > a{
    color: #222;
    border-bottom: 1px solid #2a2a2a;
    text-align: left;
    padding-left: 10%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.8vw;
    transition: 0.5s;
    margin-bottom: 0;
  }
  .maskMobile {
    opacity: 0.5;
    background-color: black;
    z-index: 500;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
  }
  .mobile-open .widget-span.custom-header-wrapper {
    z-index: 100;
  }

  html{
    overflow-x:hidden;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li>a span {
    display: inline;
  }
}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-listing .content-wrapper {
  max-width: 79.2% !important;
}


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

.hs-blog-post .blog-section {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 6%;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  font-size: 18px;
}
.section.post-header h1 {
  text-align: center;
  font-size: 36px;
  font-family: 'pingfang', Microsoft Yahei, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
  line-height: 1.42857143;
}

.templateTextLeft {
  width: 50%;
  float: right;
  margin-top: 4%;
}



.shareLeft {
  width: 65%;
  float: left;
  text-align: right;
}
.social-share {
  font-family: "socialshare" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  text-decoration: none;
  margin: 4px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover{
  color:#fff;
}

.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}

.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}

.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}

.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}

.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}

.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}

.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-facebook:hover {
  background: #44619D;
}

.social-share .icon-twitter:hover {
  background: #55acee;
}

.social-share .icon-wechat:hover {
  background: #7bc549;
}

.social-share .icon-weibo:hover {
  background: #ff763b;
}

.social-share .icon-linkedin:hover {
  background: #0077B5;
}

.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter:before {
  content: "\f06a";
}

.social-share .icon-wechat:before {
  content: "\f09a";
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.section.post-body {
  font-size: 18px;
  line-height: 26px;
}
p.templateJump {
  width: 40%;
  margin-left: 30%;
  text-align: center;
  float: left;
  padding-top: 5%;
  margin-bottom: 10px;
  padding-bottom: 5%;
  font-weight: 700;
  font-size: 24px;
  color: #222;
  font-family: 'pingfang', Microsoft Yahei, sans-serif;
}
.templateBack a,
p.templateJump a {
  color: #222;
}
.templateBack {
  width: 30%;
  float: left;
  text-align: right;
  padding-top: 5%;
  padding-bottom: 5%;  
  font-weight: 700;
  font-size: 24px;
  color: #222;
  font-family: 'pingfang', Microsoft Yahei, sans-serif;
}
.section.post-body,
.section.post-footer{
  width: 60%;
  margin: 0 auto;
}
section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn.selected {
  color: white;
  box-shadow: inset 450px 0 0 #327fe8;
}
.widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
  color: #ff7f00;
}




button.slick-prev.slick-arrow:before {
  display: none;
}
button.slick-prev.slick-arrow {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/mSwiperPrev.png') no-repeat;
  background-size: 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  left: 2%;
  right: auto;
  height: 15%;
  width: 12%;
  transform: none;
  margin-top: -52px;
  z-index: 10;
  cursor: pointer;
}

button.slick-next.slick-arrow:before {
  display: none;
}
button.slick-next.slick-arrow {
  background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/mSwiperNext.png') no-repeat;
  background-size: 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  right: 1.5%;
  left: auto;
  height: 15%;
  width: 12%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}
.blog-pagination {
  margin: 50px 0;
}

.blog-pagination a{
  display:inline-block;
  padding:0 8px;
}




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


.recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image {
  width: 33.3%;
  float: left;
  margin-right: 0.05%;
  position: relative;
  border-bottom: 5px solid #327fe8;
  overflow: hidden;
  cursor: pointer;
}
.recent-post-wrapper a.main-link-wrapper:first-child .blog-list-recent-post-image {
  margin-right: 0;
}
.recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image img {
  transition: transform 1s;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  max-height: 33vw;
}
.recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image img:hover{
  transform: scale(1.2);
}
.recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper {
  background: #000;
  opacity:0;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  transition:all 0.4s ease-in-out;
}
.recent-post-wrapper a.main-link-wrapper:hover .blog-list-recent-post-image .recent-post-title-wrapper{
  opacity:1;
}
.recent-post-wrapper.desktop-content a.main-link-wrapper.no-popular-image {
  display: block;
}
.recent-post-wrapper.desktop-content a.main-link-wrapper.no-popular-image .blog-list-recent-post-image {
  height: 100vh;
  max-height: 33vw;
  background-color: #000;
}
.recent-post-wrapper.desktop-content a.main-link-wrapper.no-popular-image .blog-list-recent-post-image .recent-post-title-wrapper {
  bottom: 0;
  opacity:1;
}

.blog .body-container {
  padding: 0;
}
section.mainMgnTop {
  margin-top: 3%;
}
section.mainMgnTop .mainMgn200 .lineOrange {
  height: 0;
  border-bottom: .4vw solid #ff7f00;
  -khtml-border-bottom: .4vw solid #ff7f00;
}
section.mainMgnTop .menuCon {
  margin: 0 auto;
  width: 54%;
  padding-top: 1.2%;
}
section.mainMgnTop .menuCon .menuBox.menuBox3 {
  width: 101.1%;
}
section.mainMgnTop .menuCon .menuBox.menuBox3 a {
  color: #222;
}
section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn {
  width: 32.3%;
  margin: 0 0 10px;
  float: left;
  text-align: center;
  margin-right: 1%;
  border: 1px solid #327fe8;
  line-height: 200%;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #327fe8;
  -webkit-transition: all ease .9s;
  -moz-transition: all ease .9s;
  font-size: 24px;
}
section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn:hover {
  color: #fff;
  box-shadow: inset 450px 0 0 #327fe8;
}
.post-listing .post-item .post-item-inner-wrapper {
  margin-top: 5%;
  margin-bottom: 0;
  cursor: pointer;
  padding-bottom: 3%;
  border: 1px solid #ececec;
  border-top: none;
}
.post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans {
  float: left;
  padding-left: 3%;
  width: 20%;
}
.post-listing .post-item .post-item-inner-wrapper .post-header {
  float: left;
  width: 80%;
  padding-right: 4%;
}

.post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftYear {
  font-size: 30px;
  margin: 0;
  font-family: 'open sans', Arial, sans-serif;
}
a.post-item-link-wrapper {
  color: #222;
}
.post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate {
  font-size: 75px;
  padding-top: 5%;
  margin: 0;
}
.post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust {
  top: -23px;
  vertical-align: middle;
  font-size: 30px;
}
.widget-span.custom-archive-filter {
  width: 28% !important;
  position: relative;
  float: none !important;
}
.widget-span.custom-archive-filter .block .post-fliter-title h3 {
  padding-left: 5%;
  margin-bottom: 0;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  border-right: 1px solid #000000;
  font-size: 24px;
  font-family: 'open sans', Arial, sans-serif;
  font-weight: 700;
  float: left;
  width: 80%;
}
.widget-span.custom-archive-filter .block .post-fliter-title {
  width: 100%;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 1%;
  margin-top: 15%;
  cursor: pointer;
}
.widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight {
  float: left;
  width: 20%;
}
.widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  font-family: 'open sans', Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.widget-span.custom-archive-filter .block .widget-module{
  position: absolute;
  width: 100%;
  display:none;
  z-index: 1000;
  max-height: 450%;
  overflow-y: auto;
  border-bottom: 1px solid #000000;
  font-size: 24px;
  font-family: 'open sans', Arial, sans-serif;
  font-weight: 700;
}
.widget-span.custom-archive-filter .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-span.custom-archive-filter .block ul li {
  display: block;
}
.widget-span.custom-archive-filter .block ul li a {
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  padding-top: 1%;
  background: rgba(255,255,255,0.9);
  font-family: Microsoft Yahei, sans-serif;
  color:#222;
  display: block;
}
.widget-span.custom-archive-filter .block ul li a span.filter-link-count {
  display: none;
}
.templateBack span {
  padding-right: 30px;
}

/* Blog Columns Wrapper */
.blog .content-wrapper {}
.recent-post-wrapper.desktop-content a.main-link-wrapper.no-popular-image .blog-list-recent-post-image {
  max-height: 33.3vw;
}

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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 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;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
} 

.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

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

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {
  padding: 50px 0;
}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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



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


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

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

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

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

/* One Line Inputs */
.body-container form input[type="text"],
.body-container form input[type="password"], 
.body-container form input[type="datetime"], 
.body-container form input[type="datetime-local"], 
.body-container form input[type="date"], 
.body-container form input[type="month"], 
.body-container form input[type="time"], 
.body-container form input[type="week"], 
.body-container form input[type="number"], 
.body-container form input[type="email"], 
.body-container form input[type="url"], 
.body-container form input[type="search"], 
.body-container form input[type="tel"], 
.body-container form input[type="color"],
.body-container form input[type="file"],
.body-container form textarea,
.body-container form select {
  color: #999;
  border-radius: 10px;
  line-height: 1.5;
  border: 2px solid #000;
  font-size: 20px;
  padding:15px;
  display:block;
  width:100%;
  margin:0 0 15px;
}

.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 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

.body-container form input[type="text"]:focus,
.body-container form input[type="password"]:focus, 
.body-container form input[type="datetime"]:focus, 
.body-container form input[type="datetime-local"]:focus, 
.body-container form input[type="date"]:focus, 
.body-container form input[type="month"]:focus, 
.body-container form input[type="time"]:focus, 
.body-container form input[type="week"]:focus, 
.body-container form input[type="number"]:focus, 
.body-container form input[type="email"]:focus, 
.body-container form input[type="url"]:focus, 
.body-container form input[type="search"]:focus, 
.body-container form input[type="tel"]:focus, 
.body-container form input[type="color"]:focus,
.body-container form input[type="file"]:focus,
.body-container form textarea:focus,
.body-container form select:focus {
  outline:none;
}

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

/* Error */
.hs-error-msgs label{
  color:#f00;
  display:block;
  margin:0 0 15px;
}

.body-container form ul{
  margin:0;
  padding:0;
  list-style:none;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container form .hs-button.primary,
.body-container form input[type="submit"],
.body-container form input[type="button"] {
  background: #327fe8;
  border-radius: 10px;
  text-align: center;
  line-height: 2.5;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  outline: 0;
  padding: 7px 30px;
  border: 0;
  color: #fff;
}

.body-container form .hs-button.primary:hover,
.body-container form input[type="submit"]:hover,
.body-container form input[type="button"]:hover {

}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.fix-header .custom-lp-header .custom-header-wrapper {
  transform: none;
}
.recent-post-wrapper.mobile-slider {
  display: none;
}

.custom-lp-header .header-menu, 
.custom-lp-header .mobile-trigger,
.custom-lp-header div#custom-mobile-right-section {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.custom-lp-header .custom-menu-primary {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* Styles that do not fit into any of the available sections above can go here. */


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

@media (max-width: 1800px) and (min-width:1601px) {
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 25px;
  }
  .header-searchFunction2 .choicelang .choicedown .txthead {
    white-space:pre-line;
  }
}


@media (max-width: 1700px) {
  .hs-search-field.header-search .hs-search-field__bar {
    padding-top: 2%;
  }
}

@media (max-width: 1680px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a:before{
    height: 65px;
  }
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 30px;
  }
  .custom-menu-primary.right .hs-menu-wrapper>ul>li.hs-item-has-children:last-child>ul>li {
    margin-bottom: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child a[href*="http://www.italkbbvip.com/"],
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child a[href*="http://www.youzigift.com/"] {
    line-height: 0.3;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child a[href*="http://www.italkbbvip.com/"]:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child a[href*="http://www.youzigift.com/"]:hover {
    color:#222;
  }
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 25px;
    right: -20px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li.and.relatives>ul>li.club:first-child>a {
    padding-top: 10%;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li.phone,
  .custom-right-menu .hs-menu-wrapper>ul>li.phone:hover{
    background-position-y: 70%;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li.communications,
  .custom-right-menu .hs-menu-wrapper>ul>li.communications:hover{
    background-position-y: 64%;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li.TV,
  .custom-right-menu .hs-menu-wrapper>ul>li.TV:hover{
    background-position-y: 70%;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li.support,
  .custom-right-menu .hs-menu-wrapper>ul>li.support:hover{
    background-position-y: 38%;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li.and.relatives,
  .custom-right-menu .hs-menu-wrapper>ul>li.and.relatives:hover{
    background-position-y: 39%;
  }

  .fix-header .header-menu {
    padding-top: 1.9%;
  }
  .fix-header .widget-span.custom-menu-primary.left,
  .fix-header .widget-span.custom-menu-primary.right{
    padding-top: 1.2%;
  }
  .fix-header .widget-span.custom-telephone-section {
    padding-top: 1.6%;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 3px;
  }
}


@media (max-width: 1600px) {
  .custom-footer-bottom-section {
    font-size: 13px;
  }
  .post-header h2 {
    font-size: 25px;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper{
    font-size: 17px;
  }
  .templateBack {
    font-size: 20px;
  }
  .section.post-body {
    font-size: 15px;
  }
  .section.post-header h1{
    font-size:30px; 
  }
  p.templateJump {
    font-size: 20px;
  }
  .simple-banner .banner-content h4 {
    font-size: 25px;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
  .body-container {
    font-size: 14px;
  }
  .header1 .container1920 .header1Icon a p, 
  .header1 .container1920 .lancho .headerTextLan {
    font-size: 15px;
  }
  .header-searchFunction2 .backenter {
    font-size: 18px;
  }
  .header-searchFunction2 .choicelang .choiceup .txthead, 
  .header-searchFunction2 .choicelang .choicedown .txthead {
    font-size: 14px;
  }
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 25px;
  }
  .header-searchFunction2 .yes {
    font-size: 18px;
  }
  .widget-span.custom-menu-primary.left,
  .widget-span.custom-menu-primary.right {
    font-size: 15px;
  }
  .widget-span.custom-telephone-section {
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a span.downArrow {
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a:before {
    height: 64px;
  }
  .simple-banner .banner-content h1 {
    font-size: 50px;
  }
  .fix-header .widget-span.custom-telephone-section p {
    padding-top: 1%
  }
  .fix-header .widget-span.custom-menu-primary.left,
  .fix-header .widget-span.custom-menu-primary.right {
    padding-top: 22px;
  }
  .fix-header .header-menu {
    padding-top: 33px;
  }
  .fix-header .widget-span.custom-telephone-section {
    padding-top: 27px;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 6px;
  }
  .hs-search-field.header-search .hs-search-field__bar form input.hs-search-field__input {
    font-size: 20px;
  }
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 24px;
    width: 55px;
  }
  .hs-search-field.header-search p.hotText {
    font-size: 14px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>a, 
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:first-child>a {
    font-size: 17px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>ul {
    font-size: 13px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:nth-child(2)>a, 
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.YouziGift游子礼品网>a {
    font-size: 14px;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 17px;
  }
  .widget-span.custom-telephone-section{
    font-size: 15px;
  }
  .body-container form .hs-input,
  .body-container form input[type="text"]{
    font-size: 16px !important;
  }
  .body-container form .hs-button.primary {
    font-size: 18px;
  }
  section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn, 
  .widget-span.custom-archive-filter .block .post-fliter-title h3{
    font-size: 20px;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 15px;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
    font-size: 25px;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftYear,
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    font-size: 25px;
  }

}

@media (max-width: 1400px) {
  .section.post-body,
  .header1 .container1920 .header1Icon a p, .header1 .container1920 .lancho .headerTextLan {
    font-size: 14px;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper{
    font-size: 16px;
  }
  .section.post-header h1{
    font-size:26px; 
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 14px;
  }
  p.templateJump {
    font-size: 18px;
  }
  .post-header h2 {
    font-size: 22px;
  }
  .simple-banner .banner-content h4 {
    font-size: 22px;
  }
  .widget-span.custom-menu-primary.left, .widget-span.custom-menu-primary.right {
    font-size: 14px;
  }
  .widget-span.custom-telephone-section {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a span.downArrow {
    font-size: 13px;
  }
  .custom-footer-bottom-section {
    font-size: 12px;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a:before {
    height: 54px;
  }
  .simple-banner .banner-content h1 {
    font-size: 44px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>a, .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:first-child>a {
    font-size: 17px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>ul {
    font-size: 13px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:nth-child(2)>a,
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.YouziGift游子礼品网>a {
    font-size: 14px;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>a, 
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:first-child>a {
    font-size: 16px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>ul {
    font-size: 12px;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:nth-child(2)>a, 
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.YouziGift游子礼品网>a {
    font-size: 13px;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
  }
  .header-searchFunction2 .backenter {
    font-size: 17px;
  }
  .header-searchFunction2 .choicelang .choiceup .txthead, 
  .header-searchFunction2 .choicelang .choicedown .txthead {
    font-size: 13px;
  }
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 22px;
  }
  .header-searchFunction2 .yes {
    font-size: 17px;
  }
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 15px;
    right: -14px;
    width: 47px;
  }
  .hs-search-field.header-search .hs-search-field__bar {
    padding-top: 1.5%;
  }
  .fix-header .widget-span.custom-menu-primary.left,
  .fix-header .widget-span.custom-menu-primary.right {
    padding-top: 22px;
  }
  .fix-header .widget-span.custom-telephone-section {
    padding-top: 28px;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .widget-span.custom-telephone-section{
    font-size: 14px;
  }
  .fix-header .header-menu {
    padding-top: 33px;
  }
  .body-container form .hs-input,
  .body-container form input[type="text"]{
    font-size: 14px !important;
  }
  .body-container form .hs-button.primary {
    font-size: 15px;
  }
  section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn, 
  .widget-span.custom-archive-filter .block .post-fliter-title h3{
    font-size: 18px;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
    font-size: 22px;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftYear,
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    font-size: 22px;
  }
  .templateBack {
    font-size: 18px;
  }
}


@media (max-width: 1300px) {
  .header1 .container1920 .header1Icon a p, .header1 .container1920 .lancho .headerTextLan {
    font-size: 1vw;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    top: -1.2vw;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 1vw;
  } 
  .post-header h2 {
    font-size: 1.5vw;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper{
    font-size: 1.1vw;
  }
  .hs-blog-post .content-wrapper {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: 100% !important;
  }
  .social-share .social-share-icon {
    width: 3vw!important;
    height: 3vw!important;
    font-size: 2vw!important;
  }
  section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn, 
  .widget-span.custom-archive-filter .block .post-fliter-title h3{
    font-size: 1.23vw;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
    font-size: 1.5vw;
  }
  .section.post-header h1{
    font-size:1.85vw; 
  }
  p.templateJump {
    font-size: 1.23vw;
  }
  .section.post-body,
  .widget-span.custom-menu-primary.left, .widget-span.custom-menu-primary.right {
    font-size: 1vw;
  }
  .widget-span.custom-telephone-section {
    font-size: .9vw;
  }
  .custom-footer-wrapper {
    border-top: .4vw solid #327fe8;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a:before {
    width: 30%;
    margin-left: 35%;
    height: 57px;
  }
  .simple-banner .banner-content h4 {
    font-size: 1.5vw;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    font-size: .9vw;
  }
  .body-container{
    font-size:1vw;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a span.downArrow {
    font-size: .9vw;
  }
  .header-searchFunction2 .backenter {
    font-size: 1.15vw;
  }
  .header-searchFunction2 .choicelang .choiceup .txthead,
  .header-searchFunction2 .choicelang .choicedown .txthead {
    font-size: .9vw;
  }
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 1.5vw;
  }
  .header-searchFunction2 .yes {
    font-size: 1.15vw;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>a,
  .custom-right-menu .hs-menu-wrapper>ul>li.and.relatives>ul>li.club:first-child>a {
    font-size: 1.23vw;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>ul {
    font-size: .85vw;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>a {
    font-size: 1.1vw;
  }
  .custom-header-all-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: .9vw;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: .9vw;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.VIPClub:nth-child(2)>a,
  .custom-right-menu .hs-menu-wrapper>ul>li.Refera.Friend>ul>li.YouziGift游子礼品网>a {
    font-size: .9vw;
  }
  .custom-right-menu .hs-menu-wrapper>ul>li.Mobile>ul {
    margin-bottom: 29px;
  }
  .custom-footer-bottom-section {
    font-size: .85vw;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>a {
    font-size: 1.1vw;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: .9vw;
  }
  .simple-banner .banner-content h1 {
    font-size: 3.2vw;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.1vw;
  }
  .widget-span.custom-telephone-section {
    font-size: 1vw;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 12px;
  }
  .templateBack {
    font-size: 1.23vw;
  }
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 19px;
    right: -13px;
    width: 45px;
  }
  .hs-search-field.header-search .hs-search-field__bar form input.hs-search-field__input {
    font-size: 1.5vw;
  }
  .hs-search-field.header-search p.hotText {
    font-size: 1vw;
  }
  .body-container form .hs-input,
  .body-container form input[type="text"]{
    font-size: 1vw !important;
  }
  .body-container form .hs-button.primary {
    font-size: 1vw;
  }

  .back-to-top {
    height: 50px;
    width: 50px;
  }
  .back-to-top:before {
    width: 34.5px;
    height: 35.5px;
    left: 7px;
    top: 7px;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftYear,
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    font-size: 1.5vw;
  }

}


@media (max-width: 1250px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child a[href*="http://www.italkbbvip.com/"]:before{
    height: 32px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child a[href*="http://www.youzigift.com/"]:before{
    height: 36px;
  }
}



@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child a[href*="http://www.italkbbvip.com/"]:before{
    height: 29px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child a[href*="http://www.youzigift.com/"]:before{
    height: 33px;
  }
}



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

@media (max-width: 1000px) {
  .header-menu {
    display: none;
  }
  .social-share .social-share-icon {
    width: 3.6vw!important;
    height: 3.6vw!important;
    font-size: 2vw!important;
  }
  .section.post-body {
    font-size: 1.6vw;
  }
  .section.post-body, .section.post-footer{
    width:100%;
  }
  .section.post-header h1{
    font-size:3.2vw; 
  }
  p.templateJump {
    font-size: 2.2vw;
  }
  #custom-menu-pop-up{
    display:none;
  }
  .container-fluid .row-fluid .page-center{
    max-width:79.2%;
  }
  .body-container .page-center{
    padding:30px 0;
  }
  section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn {
    width: 32.3%;
    font-size: 2.2vw;
  }
  .blog.hs-blog-listing .content-wrapper {
    max-width: 100% !important;
  }
  section.mainMgnTop .menuCon {
    width: 100%;
  }.widget-span.custom-archive-filter {
    margin-left: 5.2% !important;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title h3 {
    font-size: 2.2vw;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
    font-size: 2.8vw;
  }
  .blog-listing-wrapper {
    padding: 0 5.2%;
  }
}



@media (max-width: 1000px) and (min-width:768px) {
  .header1 .container1920 .header1Icon:nth-child(1) {
    width: 7.1%;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper{
    font-size:1.8vw;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftYear,
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    font-size: 2.8vw;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    top: -1.6vw;
  }
  .post-header h2 {
    font-size: 2.8vw;
  }
  .simple-banner .banner-content h4 {
    font-size: 2.8vw;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate {
    font-size: 5.5vw;
  }
  .headerSubM.showM {
    display: none;
  }
  .header1 .container1920 .header1Icon:nth-child(2) {
    width: 5.2%;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 1.6vw;
  } 
  .header1 .container1920 .header1Icon {
    width: 5%;
  }
  .header1 .container1920 .header1Icon a p, 
  .header1 .container1920 .lancho .headerTextLan {
    font-size: 1.6vw;
  }
  .templateBack {
    font-size: 2.2vw;
  }
  .header1 .container1920 .lancho {
    width: 15%;
  }
  .widget-span.custom-menu-primary.left,
  .widget-span.custom-menu-primary.right {
    display: none;
  }
  .widget-span.custom-telephone-section {
    width: 20% !important;
    float: left;
    font-size: 1.5vw;
    padding-top: 6%;
  }
  .widget-span.custom-logo {
    margin-right: 21%;
    margin-left: 36% !important;
    width: 18% !important;
  }
  .mobile-trigger {
    display: block!important;
    float: left;
    width: 4.5% !important;
    padding-left: 1%;
    padding-top: 5.5%;
  }
  .header-searchFunction2 .backenter {
    font-size: 1.6vw;
  }
  .header-searchFunction2 .choicelang .choicedown .txthead {
    width: 26%;
  }
  .header-searchFunction2 .choicelang .choiceup .txthead,
  .header-searchFunction2 .choicelang .choicedown .txthead {
    font-size: 1.4vw;
    white-space: pre-line;
  }
  .header-searchFunction2 .choicelang .choiceup .flags {
    padding-left: 0;
  }
  .header-searchFunction2 .choicelang .choicedown .txts {
    padding-left: 5%;
  }
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 2.1vw;
  }
  .header-searchFunction2 .yes {
    font-size: 2.0vw;
  }
  .fix-header .mobile-trigger {
    padding-top: 2.6%;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 5px;
  }
  .fix-header .widget-span.custom-telephone-section {
    padding-top: 2.6%;
  }
  .custom-footer-top-section .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>a {
    font-size: 1.8vw;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 1.4vw;
    padding-bottom: .6%;
  }
  .custom-footer-bottom-section {
    font-size: 1.3vw;
  }
  .bbbimg p.text14.mText22 {
    margin-top: 18%;
    margin-bottom: 30%;
    font-size: 1.3vw;
  }
  .bbbimg {
    width: 12%;
    line-height: 3.9;
  }
  .simple-banner {
    padding-top: 13%;
    max-width: 1000px;
    height: 46vw;
    padding-left: 6%;
    background-size: cover;
  }
  .simple-banner .banner-content h1 {
    font-size: 5.2vw;
  }
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    width: 34px;
    top: 16px;
    right: -11px;
  }
  .hs-search-field.header-search p.hotText {
    font-size: 1.4vw;
  }
  .templateTextLeft {
    width: 70%;
    float: right;
    margin-top: 4%;
  }

}




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

@media (max-width: 767px) {
.non{display:block !important}
.blk{display:none!important}
  
  
  .custom-header-bottom-section .page-center>.row-fluid-wrapper>.row-fluid>div{
    float:left;
  }  
  .templateBack span {
    padding-right: 10px;
    padding-left: 20px;
  }
  .section.post-body img {
    margin: 0 !important;
    float: none !important;
  }
  .blog.hs-blog-post .body-container .page-center {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .section.post-body, .section.post-footer {
    width: 100%;
  }
  .back-to-top {
    display: none !important;
  }
  .section.post-body {
    line-height: 1.42857143;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 3.5vw;
  } 
  .templateBack {
    font-size:3.65vw;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    transform: none !important;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image {
    width: 100%;
    float: none;
    overflow: visible;
    height: 100%;
    border: none;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper {
    background: black;
    opacity: 0.8;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 0.9vw solid #327fe8;
  }
  a.main-link-wrapper.no-popular-image {
    height: 100vh;
    background-color: #222;
    max-height: 500px;
  }
  .recent-post-wrapper.mobile-slider ul.slick-dots {
    display: none !important;
  }
  a.main-link-wrapper.no-popular-image .blog-list-recent-post-image .recent-post-title-wrapper {
    position: absolute;
    bottom: 0;
  }
  .recent-post-wrapper.mobile-slider {
    display: block;
    margin: 0 !important;
  }
  section.mainMgnTop .menuCon {
    margin-top: 2%;
  }
  .post-listing .post-item .post-item-inner-wrapper .post-header {
    width: 75%;
    padding-right: 2%;
    padding-left: 3%;
  }
  .recent-post-wrapper.mobile-slider {
    display: block;
  }
  .recent-post-wrapper.desktop-content {
    display: none;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans {
    padding-left: 2%;
    width: 25%;
  }
  .recent-post-wrapper a.main-link-wrapper .blog-list-recent-post-image .recent-post-title-wrapper{
    font-size:3.65vw;
  }
  section.mainMgnTop .mainMgn200 .lineOrange {
    height: 0;
    border-bottom: .9vw solid #ff7f00;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate {
    font-size: 8vw;
  }
  .post-header h2 {
    font-size: 4.4vw;
    margin-bottom:0;
  }
  section.mainMgnTop .menuCon .menuBox.menuBox3 a p.menuBtn {
    font-size: 4.17vw;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title h3 {
    font-size: 4.17vw;
  }
  .widget-span.custom-archive-filter .block .post-fliter-title .yearSelectRight p.org {
    font-size: 4.95vw;
  }
  .widget-span.custom-archive-filter {
    width: 50% !important;
  }
  .social-share .social-share-icon {
    width: 7vw!important;
    height: 7vw!important;
    font-size: 4vw!important;
    line-height: 7vw!important;
  }
  .section.post-body {
    font-size: 3.39vw;
  }
  .templateTextLeft {
    width: 100%;
    float: none;
    margin-top: 4%;
  }
  .shareLeft {
    text-align: left;
  }
  .section.post-header h1{
    font-size:5.74vw; 
    text-align:left;
  }
  p.templateJump {
    font-size: 3.65vw;
  }
  .simple-banner .banner-content h4 {
    font-size:3.91vw;
  }
  .widget-span.custom-menu-primary.left, .widget-span.custom-menu-primary.right{
    display:none;
  }
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 10px;
  }
  .header1 .container1920 {
    display: none;
  }
  .fix-header .custom-lp-header .custom-logo-wrapper img#fix-logo {
    margin-top: 10px;
  }
  .back-to-top{
    display:none;
  }
  .simple-banner {
    max-width: 767px;
    height: 125vw;
    text-align: center;
    padding-top: 9%;
    padding-left: 5%;
    padding-right: 5%;
    background-position: top center;
    background-size: cover;
  }
  .blog .body-container .page-center {
    padding: 0 !important;
  }
  section.mainMgnTop {
    margin-top: 5%;
  }
  .simple-banner .banner-content h1 {
    font-size: 6.52vw;
  }
  .header1 {
    background: #ff7f00;
    height: 1.5vw;
  }
  .body-container{
    font-size:3.39vw;
  }
  .widget-span  .custom-telephone-section {
    display: none;
  }
  div#custom-mobile-right-section {
    width: 20%;
    padding-top: 7%;
    float: right !important;
  }
  .widget-span.custom-logo {
    width: 30% !important;
  }
  .mobile-trigger {
    width: 5% !important;
    padding-top: 7%;
    margin-right: 27.5%;
    margin-left: 3% !important;
    padding-left: 0.5%;
  }
  .mobile-trigger img.img {
    width: 100%;
    border: none;
    display: block;
  }
  .widget-span.custom-logo img {
    width: 70%;
    margin-left: 15%;
  }
  .headerSubM.showM img {
    display: inline-block;
    float: right;
    margin-right: 10%;
    width: 16%;
    cursor:pointer;
  }
  .fix-header .mobile-trigger {
    padding-top: 43px;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 28px;
  }
  .fix-header div#custom-mobile-right-section {
    padding-top: 43px;
  }
  .header-searchFunction2 .backenter {
    display: none;
  }
  .header-searchFunction2 .choicelang {
    width: 100%;
  }
  .header-searchFunction2 .yes {
    display: none;
  }
  .header-searchFunction2 .myes.title22.mTitle18 {
    display: block;
    color: #ff9022;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  .header-searchFunction2 .choicelang .choiceup {
    border-color: #b0afad;
  }
  .header-searchFunction2 .choicelang .choiceup .txthead,
  .header-searchFunction2 .choicelang .choicedown .txthead {
    padding-left: 1%;
    width: 25%;
    text-align: left;
    font-size: 2.87vw;
  }
  .header-searchFunction2 .choicelang .choiceup .flags {
    width: 74%;
    padding-left: 0%;
  }
  .header-searchFunction2 .choicelang .choiceup .flags .flag {
    width: 17%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .header-searchFunction2 .choicelang .choicedown {
    border-bottom: 1px solid #b0afad;
  }
  .header-searchFunction2 .choicelang .choicedown .txts {
    padding-left: 5%;
  }
  .header-searchFunction2 .choicelang .choicedown .txts .txtes {
    font-size: 3.91vw;
  }
  .header-searchFunction2 .choicelang .choicedown .txthead {
    padding-left: 0;
    white-space: pre-line;
  }
  .header-searchFunction2 .myes.title22.mTitle18 .mheadbuttona {
    width: 51%;
    display: inline-block;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 2.5;
    margin-left: 2%;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #327fe8;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    font-size: 2.35vw;
  }
  .header-searchFunction2 .myes.title22.mTitle18 .mheadbuttona a.orgx {
    color: #ff9022;
    webkit-transition: all ease .5s;
  }
  .header-searchFunction2 .myes.title22.mTitle18 #mheadbutton {
    width: 42%;
    display: inline-block;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 2.5;
    margin-left: 2%;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #327fe8;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    font-size: 2.35vw;
    color: #ff9022;
  }
  .header-searchFunction2 .myes.title22.mTitle18 #mheadbutton:hover{
    color: white;
    box-shadow: inset 450px 0 0 #327fe8;
  }
  .custom-footer-bottom-section {
    font-size: 2.87vw;
  }
  .custom-footer-copyright-section p:last-child {
    padding-bottom: 30%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
  }
  .custom-footer-copyright-section p:first-child {
    padding-bottom: 0;
  }
  .bbbimg p.text14.mText22 {
    margin-top: 28%;
    margin-bottom: 42%;
    font-size: 2.87vw;
  }
  .bbbimg {
    width: 25%;
    line-height: 3.6;
  }
  .custom-copyright-link p {
    padding-bottom: .2%;
    padding-top: 2%;
    margin: 0;
  }
  .custom-footer-top-section .page-center {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li {
    width: 100%;
    float: none;
    padding-left: 0;
    border-bottom: 1px solid #888888;
    margin-bottom: 5%;
    padding-bottom: 2%;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>a {
    padding-bottom: 1%;
    background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/footerPlus.png') no-repeat top left;
    background-size: 5%;
    padding-left: 12%;
    background-position: 5% 30%;
    font-size: 3.65vw;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li.hs-item-has-children.submenu-active > a {
    background: url('//cdn2.hubspot.net/hubfs/5745435/iTalkBB%20June%202019/Images/minus.png') no-repeat top left;
    background-size: 5%;
    padding-left: 12%;
    background-position: 5% 30%;
  }
  .custom-footer-link .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  .hs-search-field.header-search .hs-search-field__bar {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 1.5%;
    position: relative;
  }
  .hs-search-field.header-search .hs-search-field__bar form input.hs-search-field__input {
    font-size: 4vw;
    width: 90%;
  }
  .body-container form .hs-input,
  .body-container form input[type="text"]{
    font-size: 4vw !important;
  }
  .body-container form .hs-button.primary{
    font-size: 4vw;
  }
  .hs-search-field.header-search p.hotText {
    font-size: 2.5vw;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
    padding-bottom: 3%;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li>ul>li>a {
    padding-bottom: 1%;
    margin: 0 0 10px;
    padding-left: 12%;
    font-size: 3.13vw;
  }
  .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 {
    max-width: 100%;
  }
  .mobileHeaderBlank {
    height: 10vw;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li>a {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 3.65vw;
  }
  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20%;
    font-size: 3.65vw;
  }
  p.closebtn.closeMobileNav {
    top: 0;
    left: 3vw;
    font-size: 4vw;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftYear,
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    font-size: 4.95vw;
  }
  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans p.newsBlockLeftDate sup.fontAdjust{
    top: -2vw;
  }

}  


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

@media (max-width: 510px) {
  .mobile-trigger {
    float: left;
    width: 8% !important;
    padding-right: 0;
    padding-top: 10%;
    padding-left: 0.5%;
    cursor: pointer;
    margin-right: 24.5%;
  }
  .mobileHeaderBlank {
    height: 20.7vw;
    border-bottom: 1px solid #5e5e5e;
  }

  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li>a {
    padding-top: 8%;
    padding-left: 10%;
    padding-bottom: 8%;
  }

  .widget-span.custom-mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding-top: 8%;
    padding-left: 20%;
    padding-bottom: 8%;
  }
  .widget-span.custom-logo img {
    width: 100%;
    margin-left: 0;
  }
  div#custom-mobile-right-section {
    width: 34%;
    padding-top: 9%;
  }
  .fix-header .custom-logo-wrapper img#fix-logo {
    margin-top: 32px;
  }

  p.closebtn.closeMobileNav {
    position: absolute;
    top: 7.5vw;
    left: 3vw;
    font-size: 9vw;
    color: #ff7f00;
  }
  a.main-link-wrapper.no-popular-image {
    max-height: 400px;
  }
}


@media (max-width: 450px) {
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 5px;
  }
  .post-listing .post-item .post-item-inner-wrapper .post-header {
    width: 100%;
  }

  .post-listing .post-item .post-item-inner-wrapper .newsBlockLeft.sans {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media (max-width: 350px) {
  .hs-search-field.header-search .hs-search-field__bar form button.search-button {
    top: 2px;
    width: 38px;
    right: -10px;
  }
}
