@charset "UTF-8";
.navAppMode ~ .navStaticPages { margin-top: 59px; margin-bottom: -40px; }

div#container.container { padding-top: 0 !important; }

.navAppMode ~ div#container.container { padding-top: 59px !important; }

.navAppMode ~ .landerSplash { padding-top: 80px !important; }
.navAppMode ~ .contentBox { margin-top: 80px !important; }

html { background: #f0f3f4; color: #656d78; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }

body, html { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

body b, body i { font-family: inherit; }

body { position: relative; z-index: 0; background: transparent; }
body:after { content: ''; display: block; position: absolute; bottom: 0; width: 100%; height: 1019px; left: 0; z-index: -1; background: center top; background-repeat: repeat-x; background-image: url(../images/newpages-bg.png); }

pre { background-color: #f5f5f5; padding: 10px 20px; border: 1px solid #eaeaea; overflow: auto; white-space: pre-wrap; }

.cp-mt0 { margin-top: 0 !important; }

.cp-mb0 { margin-bottom: 0 !important; }

.cp-mb-m { margin-bottom: 30px; }

.cp-mt-m { margin-top: 30px; }

h1, h2, h3, h4 { color: #434a53; font-family: "Montserrat", Helvetica, Arial, sans-serif; }

h1 { font-size: 30px; }

h2 { font-size: 30px; margin: 80px 0 30px 0; }

.container { max-width: 1200px; margin: 0 auto; padding: 0; }

.rtl { direction: rtl; }

h2 { text-align: center; }
h2 + .contentBox { margin-top: 40px; }

p.commentNote { text-align: center; font-size: 14px; border-top: 1px solid #e4e6e8; padding-top: 20px; }
p.bigger { font-size: 20px; text-align: center; margin-bottom: 2em; }

.btn { padding: 18px 15px; border-radius: 3px; transition: .2s ease all; }
.btn i { color: inherit !important; font-size: 20px; margin: -6px 5px; position: relative; top: -2px; }
.btn > * { transition: none; }
.btn.blue { background-image: -webkit-gradient(linear, left center, right center, color-stop(0%, #5389e8), color-stop(100%, #22b4e1)); background-image: -webkit-linear-gradient(left, #5389e8, #22b4e1); background-image: -moz-linear-gradient(left, #5389e8, #22b4e1); background-image: -ms-linear-gradient(left, #5389e8, #22b4e1); background-image: -o-linear-gradient(left, #5389e8, #22b4e1); background-image: linear-gradient(to right, #5389e8 0%, #22b4e1 100%); border: none; text-transform: uppercase; letter-spacing: .1em; }
.btn.blue:hover { background: #5389e8; }
.btn.green { transition: none; }
.btn.green:hover { background: #42BD41; background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%); }
.btn .primary { transition: none; }
.btn .primary:hover { color: #fff; background: #0086CF; background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%); }
.btn.ghost-fbblue { background: transparent; border: 1px solid #3c5a97; color: #3c5a97; }
.btn.ghost-fbblue:hover { background-color: #3c5a97; color: #fff; }
.btn.ghost-blue { background: transparent; border: 1px solid #0086cf; color: #0086cf; transition: none; }
.btn.ghost-red { background: transparent; border: 1px solid #db4c3f; color: #db4c3f; }
.btn.ghost-red:hover { background-color: #db4c3f; color: #fff; }
.btn.ghost-yh { background: transparent; border: 1px solid #582987; color: #582987; }
.btn.ghost-yh:hover { background-color: #582987; color: #fff; }
.btn.ghost-aol { background: transparent; border: 1px solid #0069b4; color: #0069b4; }
.btn.ghost-aol:hover { background-color: #0069b4; color: #fff; }
.btn.emb-green { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47bc49), color-stop(100%, #38963a)); background-image: -webkit-linear-gradient(top, #47bc49, #38963a); background-image: -moz-linear-gradient(top, #47bc49, #38963a); background-image: -ms-linear-gradient(top, #47bc49, #38963a); background-image: -o-linear-gradient(top, #47bc49, #38963a); background-image: linear-gradient(to bottom, #47bc49 0%, #38963a 100%); color: #fff; transition: none; }
.btn.emb-green:hover { background: #42BD41; background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%); }
.btn.block { width: 100%; display: block; margin: 20px 0; }
.btn.wide { min-width: 200px; }

.label { background-image: -webkit-gradient(linear, left center, right center, color-stop(0%, #ef8372), color-stop(100%, #fad244)); background-image: -webkit-linear-gradient(left, #ef8372, #fad244); background-image: -moz-linear-gradient(left, #ef8372, #fad244); background-image: -ms-linear-gradient(left, #ef8372, #fad244); background-image: -o-linear-gradient(left, #ef8372, #fad244); background-image: linear-gradient(to right, #ef8372 0%, #fad244 100%); border-radius: 20px; padding: 5px 10px; font-size: 13px; text-transform: uppercase; color: #fff; line-height: 1; display: inline-block; margin: 10px 0; font-weight: bold; }

ol.olList { list-style: none; counter-reset: ol_item; }
ol.olList li { counter-increment: ol_item; margin-bottom: 18px; }
ol.olList li::before { content: counter(ol_item); display: inline-block; border: 1px solid #a3a6ab; border-radius: 20px; width: 26px; height: 26px; line-height: 26px; text-align: center; margin: 0 13px 0 -40px; }

ul.ulList { list-style: none; padding-left: 20px; margin: .5em 0; }
ul.ulList li { margin-bottom: 5px; }
ul.ulList li::before { content: '•'; font-weight: bold; color: #29abe2; display: inline-block; text-align: center; margin: 0 10px 0 -17px; }
ul.ulList b { color: #434a53; text-decoration: underline; }
ul.ulList.bigger li::before { font-size: 24px; line-height: .5; vertical-align: top; margin-top: .25em; }

ul.arrList { list-style: none; font-size: 18px; }
ul.arrList li { margin-bottom: 5px; color: #29abe2; }
ul.arrList li a { text-decoration: none; }
ul.arrList li a:hover { text-decoration: underline; }
ul.arrList li::before { content: "\e62c"; font-family: "cincopaicons"; color: #ba68c8; display: inline-block; text-align: center; margin: 0 15px 0 -40px; }
ul.arrList.circle li:before { border-radius: 16px; background: #ba68c8; color: #fff; width: 24px; height: 24px; line-height: 24px; }
ul.arrList.tube li:before { border-radius: 5px; background: #f2584a; color: #fff; width: 24px; height: 24px; line-height: 24px; content: "\e614"; }

ul.squArrows { list-style: none; font-size: 18px; margin: 30px 0; }
ul.squArrows li { margin-bottom: 5px; }
ul.squArrows li::before { content: "\e614"; font-family: "cincopaicons"; display: inline-block; text-align: center; margin: 0 15px 0 -40px; }

.orSeparator { text-align: center; margin: 15px 0; position: relative; }
.orSeparator:before { content: ''; display: block; position: absolute; width: 90%; left: 5%; top: 50%; height: 1px; background: -moz-linear-gradient(-45deg, #ffffff 0%, #dfdfdf 50%, #ffffff 100%); background: -webkit-linear-gradient(-45deg, #ffffff 0%, #dfdfdf 50%, #ffffff 100%); background: linear-gradient(135deg, #ffffff 0%, #dfdfdf 50%, #ffffff 100%); }
.orSeparator > div { display: inline-block; position: relative; padding: 0 15px; background: #fff; }

.fieldBox { position: relative; margin: 20px 0; }
.fieldBox .fb-field { display: block; width: 100%; font-size: 15px; color: #343a41; border: 1px solid #d8dade; border-radius: 2px; padding: 14px; outline: none !important; }
.fieldBox .fb-field:focus { border-color: #656d77 !important; }
.fieldBox select.fb-field { height: auto; color: #717171; padding-right: 35px; background-color: #fff !important; background-position: calc(100% - 10px) 50% !important; }
.fieldBox .fb-msg { position: absolute; top: 50%; margin-top: -13px; right: 10px; font-size: 12px; display: inline-block; padding: 3px 5px; border-radius: 3px; }
.fieldBox .fb-msg.danger { background-color: #db4c3f; color: #fff; }
.fieldBox.error .fb-field { border-color: #db4c3f !important; }
.fieldBox.grouped { display: table; width: 100%; }
.fieldBox.grouped > div { display: table-cell; }
.fieldBox.grouped > div .fb-field { border-radius: 0; border-left-color: transparent; }
.fieldBox.grouped > div:first-child .fb-field { border-radius: 2px 0 0 2px; border-left-color: #d8dade; }
.fieldBox.grouped > div:last-child .fb-field { border-radius: 0 2px 2px 0; }

.collapsibleItem.faq { transition: .5s ease all; background: transparent; box-shadow: none !important; border: none !important; color: #485059; margin: 30px auto; }
.collapsibleItem.faq > .title { background: #ffffff; border-radius: 10px; padding: 7px 30px 7px 20px; font-size: 16px; color: #538ae8; }
.collapsibleItem.faq > .title:before { font-size: 24px; top: 8px; margin-top: 0; content: "+"; position: absolute; right: 15px; left: auto; font-weight: bold; color: #0086cf; }
.collapsibleItem.faq > .title i { width: 62px; height: 62px; display: inline-block; line-height: 48px; text-align: center; border-radius: 50px; font-weight: bold; font-size: 18px; border: 6px solid #fff; box-shadow: 0 0 2px #4d4d4d; margin: -12px 25px -13px -30px; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bace2), color-stop(100%, #4794e6)); background-image: -webkit-linear-gradient(top, #2bace2, #4794e6); background-image: -moz-linear-gradient(top, #2bace2, #4794e6); background-image: -ms-linear-gradient(top, #2bace2, #4794e6); background-image: -o-linear-gradient(top, #2bace2, #4794e6); background-image: linear-gradient(to bottom, #2bace2 0%, #4794e6 100%); }
.collapsibleItem.faq .content { padding-left: 60px; margin-top: 10px; font-size: 13px; color: #485059; }
.collapsibleItem.faq:hover { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
.collapsibleItem.faq:hover > .title { color: #0086cf; }
.collapsibleItem.faq.active > .title:before { left: 10px; top: 13px; margin-top: 0; content: "–"; opacity: 1; }

.content-container { padding-left: 300px; }
.content-container.hideleftbar { padding-left: 0 !important; }
.content-container.hideleftbar .librarySideMenu { display: none !important; }
.content-container.hideleftbar .library-head { padding-left: 10px !important; }

.librarySideMenu { position: fixed; z-index: 99; float: left; overflow: auto; overflow-x: hidden; height: 100%; height: 100vh; width: 300px; top: 0; left: 0; margin: 0; margin-right: -320px !important; padding: 79px 30px 90px 30px; font-size: 14px; background: #f6f7fb; border-top: 1px solid #d8dadf; border-right: 1px solid #d8dadf; }
.librarySideMenu > h3 { margin: 10px 0 25px 0; font-size: 18px; font-weight: normal; }
.librarySideMenu:after { content: ''; display: block; clear: both; height: 0; }
.librarySideMenu .left_panel > *, .librarySideMenu .right_panel > * { vertical-align: middle; }
.librarySideMenu .title { color: #7BBF90; font-size: 24px; line-height: 1em; border-right: solid 2px #C0C0C0; padding: 0 15px 0 0; display: inline-block; font-family: 'neo_sans_prolight', sans-serif; font-weight: 500; }
.librarySideMenu .all_media_types, .librarySideMenu .all_galleries { border: 0; display: block; }
.librarySideMenu .divDDContainer { height: auto !important; border: none; display: block; margin: 30px 5px; max-width: 150px; font-size: 1.2em; color: #333; min-width: 8em; cursor: pointer; background: transparent; }
.librarySideMenu .create_gallery, .librarySideMenu .upload_files { width: auto; display: block; text-transform: uppercase; font-weight: bold; }
.librarySideMenu .create_gallery, .librarySideMenu #dropdownUsageMobile { display: none; }
.librarySideMenu .sideMenuFilters { border-top: 1px solid #d8dadf; margin: 19px -30px 19px -30px; padding: 20px 30px; width: auto !important; border-bottom: 1px solid #d8dadf; }
.librarySideMenu .all_tags_block { overflow: auto; margin-right: -10px; padding: 5px 0; }
.librarySideMenu .all_tags_block > h4 { margin-top: 0; }
.librarySideMenu .sideMenuControls + .all_tags_block { border-top: 1px solid #d8dadf; margin: 19px -30px 19px -30px; padding: 20px 30px; width: auto !important; }
.librarySideMenu h4 { text-transform: none; font-weight: 400; font-size: 18px; display: block; }
.librarySideMenu h4 i { color: #9ba5b7; margin-right: 5px; }
.librarySideMenu h4 b { vertical-align: middle; }
.librarySideMenu .skinsFilters { max-height: calc(100vh - 260px); overflow-y: auto; }
.librarySideMenu .skinsFilters > ul { padding: 0 15px 0 35px; margin-left: -35px; border-radius: 0 5px 5px 0; }
.librarySideMenu .skinsFilters li { margin: 10px 0; }
.librarySideMenu .skinsFilters a { display: block; font-size: 15px; color: #909caa; text-decoration: none; cursor: pointer; }
.librarySideMenu .skinsFilters a:hover { color: #0086cf; }
.librarySideMenu .skinsFilters a.active { color: #000 !important; font-weight: bold; opacity: 1; cursor: default; }

#wasthispagehelpful { bottom: 45px; position: fixed; left: 27px; }
#wasthispagehelpful .pageHelpful { margin-right: 0px; display: none; }
#wasthispagehelpful #feedbacktext { width: 215px; }
#wasthispagehelpful .feedback.btn { margin-left: 44px; font-size: 11px; font-weight: 400; }
@media screen and (max-width: 800px) { #wasthispagehelpful .feedback.btn { margin-left: 22px; } }

#wasthispagehelpful .feedbackTitle, .helpTitle .titleFirstRow { font-size: 13px; }

.sidebarFooter { margin: 0 10px; padding: 10px 0; position: fixed; bottom: 0; width: 250px; }
.sidebarFooter p { font-size: 12px; margin: -1px 0; }
.sidebarFooter p b { color: #434a53; font-size: 14px; }
.sidebarFooter .links { font-size: 11px; color: #ddd; }
.sidebarFooter .links a { color: #aab2bc; display: inline-block; margin: 0 .1em; text-decoration: none; }

@media screen and (max-width: 1150px) and (min-width: 801px) { .library-head { padding-left: 260px !important; }
  .content-container { padding-left: 250px !important; }
  .librarySideMenu { width: 250px; margin-right: -250px !important; }
  .sidebarFooter { width: 230px; } }
@media screen and (max-width: 800px) { .content-container { padding-left: 0 !important; }
  .library_message_main { display: none !important; }
  .library-head { padding-left: 0 !important; }
  .librarySideMenu { display: block !important; visibility: visible !important; z-index: 5000 !important; background: #e5e5e5; width: 90%; padding-bottom: 15px; top: 6px; left: 0; transform: translate(-100%, 0); max-height: calc(100% - 6px); opacity: 0; transition: .3s ease opacity, .3s ease transform; }
  .librarySideMenu.active { transform: translate(0, 0); opacity: 1; }
  .librarySideMenu .dd-container { margin: 10px auto !important; background: #fff; border-radius: 3px; border: none !important; padding: 10px 20px !important; }
  .librarySideMenu .dd-container .dd-selected { display: none !important; }
  .librarySideMenu .dd-container .dd-options { max-height: none !important; display: block !important; width: auto !important; float: none; position: relative; top: 0; left: 0; box-shadow: none; border-radius: 0; padding: 0; z-index: auto; position: static; height: auto !important; }
  .librarySideMenu .dd-container .dd-options > li > a { min-height: 40px; padding: 7px 0; position: relative; margin: 0; }
  .librarySideMenu .dd-container .dd-options > li > a.dd-option-selected { padding-right: 20px; }
  .librarySideMenu .dd-container .dd-options > li > a.dd-option-selected:before { font-family: 'cincopaicons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 24px; line-height: 1; vertical-align: middle; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e602"; position: absolute; right: 0; font-size: 19px; color: #f00; top: 50%; margin-top: -10px; color: #0086cf !important; }
  .librarySideMenu .sideMenuControls { margin: -20px -30px; padding: 20px; background: #434a54; text-align: center; display: flex; flex-wrap: wrap; }
  .librarySideMenu .sideMenuControls .btn { flex-grow: 1; flex-shrink: 1; }
  .librarySideMenu .sideMenuFilters { padding: 20px; }
  .librarySideMenu .create_gallery, .librarySideMenu .upload_files { width: 45%; display: inline-block; }
  .librarySideMenu .create_gallery b, .librarySideMenu .upload_files b { display: block; }
  .librarySideMenu .dd-container { width: auto !important; }
  .librarySideMenu #dropdownUsageMobile { display: block; }
  .librarySideMenu .sidebarFooter, .librarySideMenu #wasthispagehelpful { display: none; } }
.sidemenuNavigation { max-height: 80%; max-height: calc(100% - 85px); overflow: auto; padding: 20px 5px 20px 15px; margin: 0 -30px; }
.sidemenuNavigation ul, .sidemenuNavigation li { display: block; list-style: none; margin: 0; padding: 0; }
.sidemenuNavigation li > a { display: block; border-bottom: 1px solid #d8dadf; padding: 11px 0; text-decoration: none; }
.sidemenuNavigation > ul > li > a > i { font-size: 40px; }
.sidemenuNavigation > ul > li:last-child > a { border-bottom: none; }
.sidemenuNavigation > ul { background: #fff; padding: 0 20px; font-size: 16px; border-radius: 4px; }
.sidemenuNavigation > ul > li > a { color: #434a54; font-size: 18px; }
.sidemenuNavigation > ul > li ul { display: none; margin-left: 30px; }
.sidemenuNavigation > ul > li.active > a { color: #0086cf; }
.sidemenuNavigation li.active > ul { display: block; }
.sidemenuNavigation > ul > li > ul a { color: #aab2bc; }

.librarySideMenu.loggedOut .sideMenuControls .start_now { display: block; font-size: 16px; text-transform: uppercase; padding: 20px 5px; }
.librarySideMenu.loggedOut .sideMenuControls { margin: -20px -30px 0 -30px; }

@media screen and (max-width: 800px) { .gridMenuWrap { display: none !important; } }
/* /pages/_static-lander.scss */
.lander__promobox { margin: 30px 0 0 0; text-align: center; }
.lander__promobox__item { display: inline-block; text-decoration: none; vertical-align: top; line-height: 2em; letter-spacing: .05em; width: 255px; max-width: 100%; color: #fff; border: 2px solid #fff; margin: 20px; padding: 20px; text-align: center; text-transform: uppercase; text-align: center; cursor: pointer; -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; -ms-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; text-shadow: 0 1px 2px #000; }
.lander__promobox__item:hover { background-color: #fff; color: #0d2830; text-shadow: none; -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }

.landerSection { width: 100%; max-width: 1200px; margin: 0 auto; position: relative; padding: 80px 0; flex-wrap: wrap; }
.landerSection:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.landerSection:before { content: ''; border-bottom: 1px solid #e6e5e5; display: block; width: 5000px; position: absolute; bottom: 0; z-index: 10; left: -2000px; }
.landerSection > .row { max-width: 1280px; margin: 0 auto; }
.landerSection h2 { margin-top: 0; }
.landerSection h5 { font-size: 15px; font-weight: normal; color: #1c1c1c; margin: 1em 0 0 0; }
.landerSection a { text-decoration: none; color: inherit; }
.landerSection ul a, .landerSection p a { text-decoration: underline; color: #0086cf; }
.landerSection p { font-size: 20px; }
.landerSection p:last-child { margin-bottom: 0; }
.landerSection .ls-br:before { content: '\u2219'; }
.landerSection .ls-features a { font-weight: bold; text-decoration: none; margin: 0 5px; }
.landerSection .ls-features a:hover { text-decoration: underline; }
.landerSection.sm { padding-top: 40px; padding-bottom: 40px; }
.landerSection.sm p { font-size: 16px; }
.landerSection.purple { background: #967bdc; color: #fff; margin: 0 -1000px; padding-left: 1000px; padding-right: 1000px; width: auto; max-width: none; }
.landerSection.purple h1, .landerSection.purple h2, .landerSection.purple h3, .landerSection.purple p { color: inherit; }
.landerSection.blue { background: #0086cf; color: #fff; margin: 0 -1000px; padding-left: 1000px; padding-right: 1000px; width: auto; max-width: none; }
.landerSection.blue h1, .landerSection.blue h2, .landerSection.blue h3, .landerSection.blue p { color: inherit; }
@media screen and (max-width: 640px) { .landerSection h1, .landerSection h2 { font-size: 25px; }
  .landerSection p { font-size: 16px; }
  .landerSection p:last-child { margin-bottom: 1em; }
  .landerSection .ls-actions .btn { display: block; width: 100%; margin: 15px 0; } }

.landerpage { position: relative; margin: 0 -20px; overflow: hidden; background: #96938c url("/_cms/design15/images/landingsplash-01.jpg") no-repeat center 50%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
.landerpage h2 { max-width: 1200px; margin-left: auto; margin-right: auto; }
.landerpage.lander01 h1, .landerpage.lander01 h2, .landerpage.lander01 h4, .landerpage.lander02 h1, .landerpage.lander02 h2, .landerpage.lander02 h4, .landerpage.lander03 h1, .landerpage.lander03 h2, .landerpage.lander03 h4, .landerpage.lander04 h1, .landerpage.lander04 h2, .landerpage.lander04 h4, .landerpage.lander05 h1, .landerpage.lander05 h2, .landerpage.lander05 h4, .landerpage.lander06 h1, .landerpage.lander06 h2, .landerpage.lander06 h4 { text-shadow: 0 0 10px #67585d, 0 0 3px #42383b; }
.landerpage.lander01 h1, .landerpage.lander01 h2, .landerpage.lander01 h4 { color: #fff; }
.landerpage.lander02 { background-color: #ADA2A8; background-image: url("/_cms/design15/images/landingsplash-02.jpg"); background-position: center 50%; }
.landerpage.lander02 h2 { max-width: 1125px; }
.landerpage.lander02 h1, .landerpage.lander02 h2, .landerpage.lander02 h4 { color: #fff; }
.landerpage.lander03 { background-color: #f7f8fa; background-image: url("/_cms/design15/images/lander03-splash.jpg"); background-position: center 50%; }
.landerpage.lander03 h2 { max-width: 1220px; }
.landerpage.lander03 h1, .landerpage.lander03 h2, .landerpage.lander03 h4 { color: #fff; }
.landerpage.lander04 { background-color: #849493; background-image: url("/_cms/design15/images/lander04-splash.jpg"); background-position: center 50%; }
.landerpage.lander04 h2 { max-width: 1220px; }
.landerpage.lander04 h1, .landerpage.lander04 h2, .landerpage.lander04 h4 { color: #fff; }
.landerpage.lander05 { background-color: #909696; background-image: url("/_cms/design15/images/lander05-splash.jpg"); background-position: center 50%; }
.landerpage.lander05 h2 { max-width: 1220px; }
.landerpage.lander05 h1, .landerpage.lander05 h2, .landerpage.lander05 h4 { color: #fff; }
.landerpage.lander06 { background-color: #5f5e5e; background-image: url("/_cms/design15/images/lander06-splash.jpg"); background-position: center 50%; }
.landerpage.lander06 h2 { max-width: 1100px; }
.landerpage.lander06 h1, .landerpage.lander06 h2, .landerpage.lander06 h4 { color: #fff; }
.landerpage.lander07 { background: #d3d9e2; }
.landerpage.lander07 .landerpage_title { padding: 20px 20px; }
.landerpage.lander07 h1, .landerpage.lander07 h2 { max-width: 1100px; font-size: 40px; margin: 0.45em auto; color: #434a53; }

.landerpage_title { position: relative; text-align: center; margin: 0 -20px; padding: 100px 20px 20px 20px; }
.landerpage_title h1, .landerpage_title h2 { color: #0e2830; font-size: 60px; font-weight: 500; text-align: center; line-height: 1.4; margin-top: 0; }
@media screen and (max-width: 640px) { .landerpage_title h1, .landerpage_title h2 { font-size: 40px; letter-spacing: normal; margin-left: 5px; margin-right: 5px; line-height: 1.3; } }
.landerpage_title h3, .landerpage_title h4, .landerpage_title h5 { color: #2c5369; }
.landerpage_title h4 { font-size: 24px; text-transform: none; line-height: 1.3; margin-bottom: 40px; font-weight: normal; }
.landerpage_title h4 + h4 { margin-top: -1em; }
.landerpage_title .btn + h4 { margin-top: 3em; }
.landerpage_title p { text-align: center; color: #839dc0; font-size: 1em; line-height: 1.5em; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); text-align: center; }
.landerpage_title .btn.trans { font-size: 16px; color: #fff; font-weight: normal; }
.landerpage_title .btn.trans i { color: inherit !important; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); font-size: 28px; }
.landerpage_title ul { color: #fff; list-style: initial; max-width: 850px; margin: 2em auto 2em auto; text-align: left; }
.landerpage_title ul a { color: inherit; }

.lander__buttons { margin: 40px auto 120px auto; }

.landerpage_tabs { position: relative; margin: 0 -20px; background: #f6f7fb; border-bottom: 1px solid #e4e6e9; }
.landerpage_tabs ul { display: block; text-align: center; display: flex; justify-content: space-around; list-style: none; margin: 0 auto; padding: 0; max-width: 1200px; }
.landerpage_tabs ul li { display: inline-block; vertical-align: middle; list-style: none; margin: 0 15px; }
.landerpage_tabs ul li a { display: block; color: #8e98a8; padding: 10px 0; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; position: relative; }
.landerpage_tabs ul li a i { display: inline-block; font-size: 32px; vertical-align: middle; margin-right: 20px; }
.landerpage_tabs ul li a i { display: inline-block; font-size: 32px; vertical-align: middle; margin-right: 20px; }
.landerpage_tabs ul li a b { display: inline-block; vertical-align: middle; line-height: 1.2; text-align: left; font-size: 15px; }
.landerpage_tabs ul li a span { display: none; }
.landerpage_tabs ul li:hover a { color: #0086cf; }
.landerpage_tabs ul li.active a { color: #0086cf; border-bottom-color: #0086cf; }
@media screen and (max-width: 1280px) { .landerpage_tabs ul { flex-wrap: wrap; align-items: center; }
  .landerpage_tabs ul li a i { font-size: 20px; margin-right: 10px; } }
@media screen and (max-width: 640px) { .landerpage_tabs ul { justify-content: flex-start; }
  .landerpage_tabs li { padding: 0 5px; margin: 0; width: 25%; min-height: 50px; text-align: left; }
  .landerpage_tabs li b, .landerpage_tabs li i { display: none; }
  .landerpage_tabs li span { display: block; } }

.lander__raiseBrand { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander01-city.jpg"); color: #fff; }
.lander__raiseBrand h2 { color: inherit; }
.lander__raiseBrand p { color: #d6e8fb; }

.landerpage.landerClient { background: #0c0f11; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #293134), color-stop(100%, #829099)); background-image: -webkit-linear-gradient(top, #293134, #829099); background-image: -moz-linear-gradient(top, #293134, #829099); background-image: -ms-linear-gradient(top, #293134, #829099); background-image: -o-linear-gradient(top, #293134, #829099); background-image: linear-gradient(to bottom, #293134 0%, #829099 100%); }
.landerpage.landerClient h1, .landerpage.landerClient h2, .landerpage.landerClient h4 { color: #fff; text-shadow: 0 1px 20px #4A626B; }
.landerpage.landerClient h1, .landerpage.landerClient h2 { line-height: 1.1; font-size: 50px; }
.landerpage.landerClient h4 { font-size: 18px; }
.landerpage.landerClient ul { font-size: 27px; line-height: 1.3; margin: 1em 0; }
.landerpage.landerClient ul a { text-decoration: none; }
.landerpage.landerClient ul a:hover { text-decoration: underline; }
.landerpage.landerClient ul li { margin: .5em 0; }
.landerpage.landerClient .landerpage_title { padding: 80px 20px 20px 20px; max-width: 1160px; margin: 0 auto; }
.landerpage.landerClient .lander__buttons { margin: 40px auto 50px auto; }

.lander__whyshould { padding: 80px 0; text-align: center; max-width: 1200px; margin: 0 auto; text-decoration: none; }
.lander__whyshould h2:first-child { margin-top: 0; }
.lander__whyshould p { font-size: 22px; color: #656d78; }
.lander__whyshould__item { display: inline-block; width: 220px; max-width: 100%; margin: 10px 5px; text-align: center; text-decoration: none; }
.lander__whyshould__item .img { display: block; }
.lander__whyshould__item img { width: 100px; height: auto; }
.lander__whyshould__item .title { display: block; font-size: 24px; line-height: 1.5; text-align: center; color: #656d78; font-family: "Montserrat", "Open Sans", Arial, sans-serif; }

.lander02__section02 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander02-section02bg.jpg"); color: #fff; }
.lander02__section02 h2 { color: inherit; }
.lander02__section02 p { color: inherit; }
.lander02__section04 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander02-section04bg.jpg"); color: #fff; }
.lander02__section04 h2 { color: inherit; }
.lander02__section04 p { color: inherit; }

.lander03__section02 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander03-section02bg.jpg"); color: #fff; }
.lander03__section02 h2 { color: inherit; }
.lander03__section02 p { color: inherit; }
.lander03__section04 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander03-section04bg.jpg"); color: #fff; }
.lander03__section04 h2 { color: inherit; }
.lander03__section04 p { color: inherit; }

.lander04__section02 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander04-section02bg.jpg"); color: #fff; }
.lander04__section02 h2 { color: inherit; }
.lander04__section02 p { color: inherit; }
.lander04__section04 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander04-section04bg.jpg"); color: #fff; }
.lander04__section04 h2 { color: inherit; }
.lander04__section04 p { color: inherit; }

.lander05__section02 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander05-section02bg.jpg"); color: #fff; }
.lander05__section02 h2 { color: inherit; }
.lander05__section02 p { color: inherit; }
.lander05__section04 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander05-section04bg.jpg"); color: #fff; }
.lander05__section04 h2 { color: inherit; }
.lander05__section04 p { color: inherit; }

.lander06__section02 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander06-section02bg.jpg"); color: #fff; }
.lander06__section02 h2 { color: inherit; }
.lander06__section02 p { color: inherit; }
.lander06__section04 { margin: 0 -20px; padding: 0 20px; background: #1c1b1c no-repeat center center; background-size: cover; background-image: url("/_cms/design15/images/lander06-section04bg.jpg"); color: #fff; }
.lander06__section04 h2 { color: inherit; }
.lander06__section04 p { color: inherit; }

.lander07__section { margin: 0 -20px; padding: 0 20px; background: #d3d9e2 no-repeat center center; background-size: cover; }
@media screen and (max-width: 640px) { .lander07 h1, .lander07 h2 { font-size: 28px; } }

.newDesign h2 { color: #106183; font-weight: 400; font-size: 28px; line-height: 1.45; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
.newDesign .landerpage.lander02 { background-image: url("/_cms/design15/images/landingsplash-publishers.jpg"); background-color: #636b75; background-position: 25% top; }
.newDesign .landerpage.lander02 h2 { font-size: 36px; text-align: left; text-shadow: none; font-family: 'Montserrat', 'Open Sans', Arial, sans-serif; line-height: 1.2; margin-left: 0; }
.newDesign .landerpage.lander02 h4 { text-align: left; color: #f0f3f8; font-weight: 300; text-shadow: none; font-size: 20px; }
.newDesign .landerpage.lander02 p { text-align: left; }
@media screen and (max-width: 800px) { .newDesign .landerpage.lander02 h4 { margin: 15px 0; } }
.newDesign .landerpage_title { margin: 0 auto; max-width: 1200px; padding: 150px 20px; }
.newDesign .landerpage_title .gallerydemo { box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); border-radius: 4px; overflow: hidden; transform: scale3d(1, 1, 1); }
.newDesign .landerpage_title .contactUs { margin-left: 0; min-width: 200px; text-shadow: none; font-size: 15px; font-weight: normal; letter-spacing: 2px; }
.newDesign .landerpage_title .cp_reset_style { margin: 0; }
@media screen and (max-width: 800px) { .newDesign .landerpage_title { padding: 30px 10px; } }
.newDesign .landerSection { position: relative; }
.newDesign .landerSection:after { content: ''; display: block; position: absolute; border-bottom: 1px solid #f0f3f8; bottom: 0; width: 3000px; left: -1000px; visibility: visible; }
.newDesign .landerSection p { font-size: 18px; color: #9ca3a9; font-weight: 300; line-height: 1.66; }
.newDesign .lander__promobox { background: #f0f3f8; }
.newDesign .landerpage_title .lander__promobox { margin-bottom: -20px; }
.newDesign .lander__promobox__item { color: #656d78; text-shadow: none !important; border: none; font-weight: bold; font-size: 14px; letter-spacing: 1px; line-height: 1.55; padding: 10px !important; vertical-align: middle; width: 14em; margin: 20px 50px; }
.newDesign .lander__promobox__item:hover { box-shadow: none; background: transparent; color: #29abe2; }
@media screen and (max-width: 800px) { .newDesign .lander__promobox__item { margin: 5px 10px; } }
.newDesign .lander02__section04, .newDesign .lander02__section02 { background: transparent; }

.lander__whyshould { padding: 40px 0; font-size: 0; }

.lander__whyshould__item { width: 280px; border-right: 1px solid #f0f3f8; }
.lander__whyshould__item:last-child { border-right: none; }
.lander__whyshould__item img { width: 60px; }
.lander__whyshould__item .title { font-size: 16px; }
.lander__whyshould__item:hover .title { color: #0086cf; text-decoration: underline; }
@media screen and (max-width: 800px) { .lander__whyshould__item { width: 100%; border-right: none; } }

.publishersMedia a.slideshow, .publishersMedia a.video, .publishersMedia a.audio { position: absolute; right: 3%; display: block; width: 11%; height: 17%; }
.publishersMedia a.slideshow { top: 22%; }
.publishersMedia a.video { top: 43%; }
.publishersMedia a.audio { top: 63%; }

@media screen and (min-width: 800px) { .col-md-6 .bigsplashbutton { padding: 10px 20px; margin: 15px 20px; } }
.landerSplash { margin-top: -20px; margin: 0 -50px; padding: 0 50px; color: #fff; font-size: 18px; position: relative; margin-top: -20px !important; background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ed813e), color-stop(100%, #f19f25)); background-image: -webkit-linear-gradient(left, #ed813e, #f19f25); background-image: -moz-linear-gradient(left, #ed813e, #f19f25); background-image: -ms-linear-gradient(left, #ed813e, #f19f25); background-image: -o-linear-gradient(left, #ed813e, #f19f25); background-image: linear-gradient(to bottom right, #ed813e 0%, #f19f25 100%); }
.landerSplash .ls-top:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.landerSplash .ls-top .ls-top-left { float: left; }
.landerSplash .ls-top .ls-top-right { float: right; }
.landerSplash p { line-height: 1.55; }
.landerSplash strong { font-weight: bold; font-size: 16px; }
@media (min-width: 1200px) { .landerSplash { margin: 0 -1000px; padding: 0 1000px; margin: 0 -15vw; padding: 0 15vw; } }
@media (min-width: 1500px) { .landerSplash { margin: 0 calc(-50vw + 580px); padding: 0 calc(50vw - 580px); } }
.landerSplash.salesforce { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e8dc8), color-stop(100%, #0e90cb)); background-image: -webkit-linear-gradient(top, #0e8dc8, #0e90cb); background-image: -moz-linear-gradient(top, #0e8dc8, #0e90cb); background-image: -ms-linear-gradient(top, #0e8dc8, #0e90cb); background-image: -o-linear-gradient(top, #0e8dc8, #0e90cb); background-image: linear-gradient(to bottom, #0e8dc8 0%, #0e90cb 100%); }
.landerSplash.publishers { background: #1587cc; }
.landerSplash.publishers h1 { font-size: 36px; font-weight: normal; }
.landerSplash.hasBg { background: none; }
.landerSplash.hasBg .ls-bg { position: absolute; height: 70%; background-size: cover; width: 100%; top: 0; left: 0; }
.landerSplash h1, .landerSplash h2, .landerSplash h3, .landerSplash h4 { color: inherit; }
.landerSplash h1 { margin: .5em; line-height: 1.2; }
.landerSplash h3 { margin: .4em 0; font-size: 24px; font-weight: normal; }
.landerSplash .ls-content { max-width: 900px; margin: 0 auto; padding: 60px 0 30px 0; text-align: center; position: relative; z-index: 1; }
.landerSplash .mediaElement { margin: 30px 0; }
.landerSplash.hasMedia { margin-bottom: 200px; }
.landerSplash.hasMedia .mediaElement { margin-bottom: -150px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); border-radius: 5px; overflow: hidden; }
.landerSplash.hasMedia .mediaElementVideoContainer { border-radius: 5px !important; overflow: hidden; }
.landerSplash.hasMedia .flexslider { margin-bottom: -150px !important; }
.landerSplash.notInverse { color: inherit; }
.landerSplash.notInverse h1 { color: #434a53; }
@media (max-width: 640px) { .landerSplash .ls-actions .btn { display: block; width: 100%; margin: 15px 0; } }

.integrationSteps { display: block; list-style: none; margin: 30px 0; padding: 0; text-align: center; display: flex; justify-content: space-between; }
.integrationSteps .is-item { display: inline-block; vertical-align: top; width: 180px; margin: 10px 5px; text-align: center; position: relative; flex-shrink: 1; }
.integrationSteps .is-item:last-child .is-img:after { display: none !important; }
.integrationSteps .is-img { margin: 10px 0; position: relative; }
.integrationSteps .is-img:after { content: ''; display: block; position: absolute; border-top: 1px solid #cacdd0; width: 100%; left: 50%; top: 50%; margin-left: 58px; box-sizing: content-box; padding: 0 15px; }
.integrationSteps .is-img img { border: 15px solid #f3f5f6; background: #f3f5f6; border-top: none; border-bottom: none; position: relative; z-index: 1; height: 60px; }
.integrationSteps .is-number { background-image: -webkit-gradient(linear, left center, right center, color-stop(0%, #5389e8), color-stop(100%, #22b4e1)); background-image: -webkit-linear-gradient(left, #5389e8, #22b4e1); background-image: -moz-linear-gradient(left, #5389e8, #22b4e1); background-image: -ms-linear-gradient(left, #5389e8, #22b4e1); background-image: -o-linear-gradient(left, #5389e8, #22b4e1); background-image: linear-gradient(to right, #5389e8 0%, #22b4e1 100%); border-radius: 20px; padding: 5px 10px; font-size: 13px; text-transform: uppercase; color: #fff; line-height: 1; display: inline-block; margin-bottom: 20px; }
.integrationSteps .is-text { line-height: 1.5; font-size: 18px; }
.integrationSteps .is-text b { font-weight: normal; color: #0086cf; }
.integrationSteps.magento .is-img { border-radius: 2px; border: 1px solid #e8e8e8; background: #fff; padding: 10px; width: 100px; height: 100px; display: flex; margin: 10px auto 30px auto; align-items: center; justify-content: center; }
.integrationSteps.magento .is-img:after { border-color: #a3ced7; left: 65%; width: 70%; }
.integrationSteps.magento .is-img img { background: transparent; border: none; height: auto; }
.integrationSteps.magento .is-text { font-size: 15px; }
.integrationSteps.magento .is-text a { color: #f36f25; }
@media (max-width: 640px) { .integrationSteps { display: block; }
  .integrationSteps .is-item { display: block; width: auto; text-align: left; }
  .integrationSteps .is-item > div { display: block; vertical-align: middle; margin: 5px; width: auto; text-align: center; }
  .integrationSteps .is-img:after { display: none; } }

.contentBox { margin: 50px 10px; position: relative; overflow: hidden; background: #fff; color: #656d78; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25); padding: 30px 40px; }
.contentBox h2, .contentBox h3 { text-align: left; margin: .5em 0 .25em; }
.contentBox .cb-watermark { font-family: 'Montserrat', Helvetica, Arial, sans-serif; font-size: 64px; letter-spacing: .1em; font-weight: bold; color: #f0f3f8; line-height: 1; position: absolute; bottom: -12px; }
.contentBox img { max-width: 100%; }
.contentBox-graybox { background: #f9f8f8; padding: 30px 40px; margin: -30px -40px 0 -40px; }
.contentBox .grayCol { background: #f6f6f8; margin: -30px 0; padding: 30px 60px; }
.contentBox .grayCol:first-child { margin-left: -30px; }
.contentBox .grayCol:last-child { margin-right: -30px; }
.contentBox .grayWrap { margin: -30px 0; background: #f6f6f8; padding: 30px 60px; }
.contentBox .grayWrap h3 { font-size: 18px; text-align: center; line-height: 1.2; font-weight: normal; }
@media (max-width: 991px) { .contentBox .grayWrap { margin-left: -40px; margin-top: 20px; } }
.contentBox div:first-child > .grayWrap { margin-left: -40px; }
.contentBox div:last-child > .grayWrap { margin-right: -40px; }
.contentBox.flat { border-radius: 3px; box-shadow: none; }
.contentBox.flat h3 { font-size: 24px; margin-bottom: 20px; }

.quoteAuthor { display: table; width: 100%; margin: 20px 0; }
.quoteAuthor > div { display: table-cell; vertical-align: middle; }
.quoteAuthor .qa-thumb { width: 80px; }
.quoteAuthor .qa-thumb > div { width: 80px; height: 80px; border-radius: 40px; overflow: hidden; }
.quoteAuthor .qa-thumb img { max-width: 100%; height: auto; }
.quoteAuthor .qa-descr { padding-left: 20px; }
.quoteAuthor h4 { font-size: 20px; font-weight: normal; margin: .2em 0; line-height: 1.2; text-transform: none; }
.quoteAuthor p { font-style: italic; margin: .2em 0; }

.cincopa_promo_content { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000; display: flex; align-items: center; }
.cincopa_promo_content > .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }

.requestDemo h2 { font-size: 32px; line-height: 1.2; font-weight: normal; margin: 45px 0 30px 0; }
.requestDemo p.bigger { font-size: 22px; text-align: left; margin: 30px 0; }

.btn.rectrace { background: #ef4264; color: #fff; font-size: 16px; font-weight: bold; padding: 22px; }
.btn.rectrace:hover { background: #f55574; }

.landerSplash.rectrace .ls-content { max-width: 1160px; }
.landerSplash.rectrace .ls-rectrace-wrap { display: flex; margin-top: 57px; }
.landerSplash.rectrace .ls-rectrace-text { text-align: left; padding-left: 70px; }
.landerSplash.rectrace h1 { margin: .5em 0; font-size: 36px; }
.landerSplash.rectrace .btn.rectrace { min-width: 360px; }
.landerSplash.rectrace .gallerydemo.storyboard { width: 800px !important; }
@media (max-width: 800px) { .landerSplash.rectrace .ls-rectrace-wrap { flex-wrap: wrap; }
  .landerSplash.rectrace .ls-rectrace-logo, .landerSplash.rectrace .ls-rectrace-text { display: block; float: none; width: 100%; }
  .landerSplash.rectrace .ls-rectrace-logo { text-align: center; } }

.landerSplash.magento { margin-bottom: 150px; }
.landerSplash.magento .ls-content { max-width: 1160px; }
.landerSplash.magento .ls-content img { max-width: 100%; }
.landerSplash.magento .ls-content p { max-width: 940px; margin-right: auto; margin-left: auto; }
.landerSplash.magento h1 { margin: .5em 0; font-size: 48px; }
.landerSplash.magento h2 { font-size: 24px; color: #ff7b31; font-weight: normal; margin: .3em 0 1.5em 0; }
.landerSplash.magento .magentoSplash { margin-bottom: -106px; }

.magentoFeatures { list-style: none; display: block; margin: 70px 0 60px 0; text-align: center; padding: 0; text-transform: uppercase; font-size: 16px; }
.magentoFeatures li { display: inline-block; vertical-align: top; margin: 10px 20px; text-align: center; width: 28%; }

.contentBox.magento { border-radius: 4px; box-shadow: none; }
.contentBox.magento h3 { margin: -30px -40px 30px -40px; padding: 21px 30px; font-size: 24px; color: #fff; font-weight: normal; background: #fc9a47; background-image: -webkit-gradient(linear, left center, right center, color-stop(0%, #ffa751), color-stop(100%, #f78032)); background-image: -webkit-linear-gradient(left, #ffa751, #f78032); background-image: -moz-linear-gradient(left, #ffa751, #f78032); background-image: -ms-linear-gradient(left, #ffa751, #f78032); background-image: -o-linear-gradient(left, #ffa751, #f78032); background-image: linear-gradient(to right, #ffa751 0%, #f78032 100%); }

.arrList.magento { color: #2bace2; }
.arrList.magento li:before { content: ''; width: 17px; height: 17px; background: transparent no-repeat center center !important; }
.arrList.magento.chain li:before { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0QwNEYxODc1QjE5MTFFNzhBMzhDQTZFODA2MzhDRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0QwNEYxODg1QjE5MTFFNzhBMzhDQTZFODA2MzhDRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDA0RjE4NTVCMTkxMUU3OEEzOENBNkU4MDYzOENENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RDA0RjE4NjVCMTkxMUU3OEEzOENBNkU4MDYzOENENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppr1K6IAAAGqSURBVHjapJO/SgNBEMb3gkiMVV4hD2DhaWllLqBgoZDrVFC4PEKCjX9QMGA6C3OgYKWYTkWLpLfxIhZiqnuFK1V0dvzmLglRE3PowN7u3c389tuZWYOZ1X9t5Mvb2WJaMedZc1ppXTNWrvw4EKOr5HwJgVxnrU3MCnMAkJVYu/GGQRJdAAPAbGIugVBQAgeUqjkzHoS5iCOEAGP5smysXruiAmpC0MfhbCYOxIx21m73x/qth/cSQJKf/NDE4hgNPLKyqz6ZtxTpDILvoa7Wzk+8xPLpQhXODgAek7aVpjoLjLSviKYwpwU+WrprDK4OTB/PVeEsoGh3IsWyJhyTyJE1/gVMZCW3ml5fiBgd5YpwysLZR1ANwReiAiPA2m2rFbA1tvfo9YX02ntlJgvneo+iqXCt5Vuo1kqVn7zEbwmLGi90tqVSGH5y5wFVYxubS3M6P9v+uyGo3SvSR1Zyuxl0vkvVUNHM0OOIve1Od5ItVbNCZXJEqESsPV5p1Yw4t/h1cxIgcsJkR5dTRiFVabmxlHTsZWNiH4FRmXE9UgfP7sAS/8U+BRgAEkNtR+XLVLkAAAAASUVORK5CYII=') !important; }
.arrList.magento.circle li:before { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0QwNEYxOEI1QjE5MTFFNzhBMzhDQTZFODA2MzhDRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0QwNEYxOEM1QjE5MTFFNzhBMzhDQTZFODA2MzhDRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDA0RjE4OTVCMTkxMUU3OEEzOENBNkU4MDYzOENENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RDA0RjE4QTVCMTkxMUU3OEEzOENBNkU4MDYzOENENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PszwuqYAAAIgSURBVHjafJTPSxtBFMcnicbqbf+FzdlS2ILQg3hYD4IHe4h3Kd1QKLSXmihYvCgJKNJbM1DwooI5iy27lBbaQsFceqmX5l/IUa3d9/p9M2OyrVkHliGT9z7v+37MFJhZ5S3aX/QVkc8pqdLT90meXeF/CB8seXCMFHHEACgAOE2VgFSadrDr8Zefk3zI4VLAxDEgnnEics7/gBT/IV1e/Vq7cSsOAEePAwBjxewB1MfewF4pRR8KpWdxAcqWAU04ZYFHV1sz7VtKkMYvyR/GPaSxXFw56Y7K/3frUROq6lYd1e5tdnXRpREhso9P3QWQVa5/ayBQB3aiqC5nY0YFc2gBrG8A6dt5qcsxIoaI3EcdGuVXX7RtGwmoKoW/WJsOrBIChFhog6oD2IRx6CJKx9pX2zO+/Dfx+qyH313nE1qIKaYx7g+HBPNB7Dpkdzj5mSB9p952J3PgDSHcywIcsJcJYgOzg5g0rFE4jCR5U2IBUEhUM2lgXazflyYE1ocT02J6txChiG03VA/Hnn/M7Y6BrE0fw74qyqZ2flaMkuKTUy0Hti7cvt6b9e8ANGFXlTTwtQYtdnWRiYxhAJl0hqFqQVVnYv27SeFy40EV0WWeQpeGnto917fuzvWbuQB3I8ZMeMrdFbkzbjqHd4lII40Rdwdr/MWnLrpRkWFi1x2J6tovewdK5rOAkU9Bdl1uBngKUvOeTG7/yH1P/gowAI6z2jRU1xNAAAAAAElFTkSuQmCC') !important; }

ul.ulList.magentoo li::before { color: #f88133; }

.landerSplash.zendesk { background: #78a300; }
.landerSplash.zendesk .ls-content { max-width: 1160px; }
.landerSplash.zendesk .ls-content img { max-width: 100%; }
.landerSplash.zendesk .ls-content p { max-width: 800px; margin-right: auto; margin-left: auto; }
.landerSplash.zendesk h1 { margin: .5em 0; font-size: 40px; }
.landerSplash.zendesk h2 { font-size: 24px; color: #ff7b31; font-weight: normal; margin: .3em 0 1.5em 0; }

.contentBox.zendesk { margin: 90px 0; }
.contentBox.zendesk h3 { font-size: 28px; margin-bottom: 20px; }
.contentBox.zendesk .gray { background: #b9deef; margin: -30px -40px -30px 0; position: relative; right: -25px; display: flex; align-items: center; justify-content: center; }
.contentBox.zendesk .row { display: flex; }

.contentBox.zendesk2 h3 { font-size: 24px; margin-bottom: 20px; }

/* /incl/_static-footer.scss */
#right { background: #f6f7fb; margin: 20px -20px 0 -20px; padding: 20px; font-size: 14px; }
#right .rightWrap { max-width: 1250px; margin: 0 auto; }
#right .disc-list { padding: 0; margin: 0; }
#right .disc-list li { display: inline-block; font-size: 1em; color: #656d78; margin: 5px 5px; }
#right .disc-list li a { color: inherit; text-decoration: none; }
#right .disc-list li a:hover { text-decoration: underline; }

.bottomLinksSitemap { font-size: 14px; }
.bottomLinksSitemap li:before { font-family: 'cincopaicons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 24px; line-height: 1; vertical-align: middle; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e62d"; font-size: 1.14em; color: #6b99b2; vertical-align: middle; }
.bottomLinksSitemap li > a { vertical-align: middle; }
.bottomLinksSitemap h3 { color: #434a53; font-size: 1.29em; font-family: 'Roboto Condensed', Arial, sans-serif; margin: 1em 0 .2em 0; }
.bottomLinksSitemap h3 > a { color: inherit !important; }
.bottomLinksSitemap h3:before { content: ''; display: inline-block; width: 30px; height: 30px; vertical-align: middle; margin-right: 7px; }
.bottomLinksSitemap h3.services:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAZlBMVEUVh8z///8Vh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8wVh8zHZIwBAAAAIXRSTlMAAB4fICEiTldYWVpvcXN3eKWmp7i51+Pk8vP4+fr8/f54DOiZAAAApElEQVR4XqXS3RKCIBCG4Q2ttD9JoAgz3Pu/yQ6WDGUHnfE9fUZG5YNdtu0MlJDm2bmHlnugYhbtB0O+FXM+vjDKnaZ88ThpuMZcDQSRV38WDpOcGPmOTOrHhefYF4EbAgAEirwJrHnWgS2y2cAd//R7gdcdbjKvtvxhJf9bysCgOFZrrwTq9ELr7Bxu2TGdkymq8QCvaIrJkG3fWyMP8ZAzbeUvkzAzjUV4uB4AAAAASUVORK5CYII=); }
.bottomLinksSitemap h3.wordpress:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABIFBMVEX////y8vL////////l5eXY2Nj////y8vL////////Y2NjLy8vLy8v///+/v7+ysrL///+ysrKysrL///////+ysrLy8vJ/f3+/v7////9/f3////+YmJjy8vKYmJjl5eVlZWX///////+Li4uysrI/Pz9LS0uYmJi/v7////9LS0u/v79LS0tlZWV/f3+ysrJlZWWYmJjLy8vLy8tlZWXLy8tLS0uYmJhlZWWysrJ/f39LS0uysrJYWFh/f39lZWVYWFh/f3+YmJiysrLLy8tlZWV/f3/Ly8szMzP///9YWFhlZWV/f3+YmJi/v7/Ly8tLS0ulpaWysrI/Pz+Li4vY2Nja2trl5eXy8vJycnLm5uatra3Ozs7Pz8+ioqKenp7cJtamAAAASHRSTlMABAQFBQUGBwcICAgeHycoKDQ1NTdISFRUVFVVZmdocnR0dZiYn5+fn5/NztHR0dHS0tLT1NXm5unp6enq7e7w8PDw8PDx8fGwRNjuAAABjElEQVR4Xr2SV1cbMRCFlzgBNqH39N4NoRo7AZxmMqO+tRhI/v+/yGi168Yrh3nRkb7R1b2SvJuqmfXX213e3XmzMXsdTj1pxSpHzHVsvj6fnqALTZnGDKhMnIXmy9IYXTlNYxiU6LOztRG6+L3PYKSirPg53H+vOU5Zjjnbb9T4hZacUwPjVAZAImJiXlb0QZummgMUCY3UxgmHouM7vKkEdZeeaNmO1CaS4rHDbzPIEI21RIdWbZE2Hx3eVRAjlsFCxMLyPAcpDhz+IcFU6kWlrkOI5W+HpaS5U2fo1HUBXGqHzwkLpx5U6hnQ7j8OHyoy5dQvWKleBABSHDn8LnOmDDBhM0UQMApXO38U8tJUDP8im0HAFYAZ5L7f1jYLqf8Fm0Ex0g7FiV/fuSI7AaKgARSiZMA0e+VVdbeZskEmgZhBlJr9xvh7J9ZzeUrMLtmv0f+y/C2R0iYuM6iUdVa90Zr7JHPklnKVS/N5fvKnPmuJkEInSpjjp3e8a+Vvvd/t8d7eh4e+dyv1H8JLkJtX88lhAAAAAElFTkSuQmCC); }
.bottomLinksSitemap h3.joomla:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAACglBMVEX////++vL+8vLy9/z2+vD95eb98NjY6fjl8tTL4vb8y87868vc7sb8vsL8576+2/TvusTU6rj74rGx1PLL5qmkzPD7pKr73aT62JiXxe6Kvuz5ipL5hIj5noX3gYix2X/5fYV9t+qp1XH4ynH4x2v4x2n4xmdjqeb4xWSg0WOf0WL2Ymydz133wVn3wVj3wVdXlNdWouT3VmH3wFOUyE2RyUn3SVVIjdaPyUaOyUSJxj32tz72PEmFwjYzjt4xjd72szL2MkD2MD5+wCt+wCp2vR0xjd52vR32MD72szL///+/2JPTf5bp8dtqrsn4cmn57dH62Jj90Yu63Y398NiXzVRWouTyvk/45tn5fYWp1XE0jt78y85WmtzL4vbL5ql9wCmBwS+BwjCDwzOEqduFxDaZylees9t2vR6YyEqGxTiJxD2Kxj+Lx0COvOmQwkiUxkSUzE6Xt+OXxe6XzFQ9k98+lOBBk91Mm+GhxEKiwuiixUKiy2Wjx+2k0Gipttsyjt6y03+124Uyjd693ZS+0nBdpeXF3pzH5KFgm9pjqeZkktDV6LjejnDekHLp6/ZpodzqQVLr7PbvusTwxmM0j97y9/zzPEX0N0L1u0j1vEtupN72MT/2Mj/2M0D2NEH2N0T2OUL2P0z2QExwsOj2tDT2tTv2tj/2uEP2vE33O0T3RlH3TFb3b3f3tz33uUX3ukf3vU33yGz3zXv4TlH4V1hznNX4d3f4vE74w1/4xF/4xWL4zXp0s8b5bm81j975vlL5w2X51Iv51pb536756sY3kN/6Xl76fHz6l553tN/7cGv7iIL8nZn8t7R4rOP84a785br9zX17viV8vyd8wCdpaSS9AAAARnRSTlMACAgIChYiIiYwMDA0PDw8QEJKSlJWVlZiZHBwdnZ6fH5+iYmPkZOXl5eZmZ2ho6OjpaWnrbGxs7W3vb2/xcfJycnLz9HdAFDXUAAAAe9JREFUeF6tzmV3E1EQgOGbNi1FUkjQopsgLVZIirRQ2GUpM3c3KnUv7u7u7u7u7u7uzv/hrmUXvsL76Z7znJk75D/kjDv/Alc03UB737xpA3LtFrRl5zzIybZpXL4yGAyO8li4441IJHKtlcY42u/3/yro1sPTiA227Nypi3A3FotdztIZcSyyJi7u40nt+e3r/VOSms7laPRz3rlXDyUjfbk9d5jOC/a/vG6gkGUjeh5G4+PxVfte3JOk59GowukkUVfESUVy4ZXvTyUpXCbLCjc0uQPi8qLCs8+uMqXHyhQWUk1uhrh25s4zpyWhnUjP37zDeCAxsxfg8I3jSiTBRTiR3noTVs82cyKOWDO1xMWeHD304XG4l83K9R4h1i2bkMa4dYAe/viWI9a8EEKsXTgojbj7zwnQI5/atrBoUx6Azf+YMtTdewPMCtCjn7tbOAMA1tcgYmjd7RVQvJvSC+1TTM5UWK7B0IGRFUxlSumlBia7GRdXV7//Mr0CqnZUVjI+nvg82Tt4KbBmT57/BKq2UbWDQ3xJGp9ctH3LLoDXq+dCQk+Ull7kNIatS8ao48B7m+RrvHfT5j39dNaI573NCUnh8kVRpEo+fbnKGcSMU7mNcRoPfGayhZN8IhXZaXqNZ9Qnf+Z45yD/3G9pyqMgg2aA7AAAAABJRU5ErkJggg==); }

.rateUsOnWordpress { float: right; }
@media screen and (max-width: 500px) { .rateUsOnWordpress { float: none; } }

div.lang-flags { font-size: 0; text-align: center; background: #131a22; margin: 0; z-index: 1; position: relative; }
div.lang-flags a { display: inline-block !important; font-size: 0; background-repeat: no-repeat; color: #727274; background-position: center center; border: 1px solid #727274; vertical-align: middle; margin: 20px 8px 10px 8px; text-decoration: none; text-align: center; padding: 2px 10px; }
div.lang-flags a:before { font-size: 18px; text-decoration: none; text-transform: uppercase; color: inherit; }
div.lang-flags a:hover { background-color: #0086cf; color: #fff; border-color: #0086cf; }
div.lang-flags .flag-en:before { content: 'En'; }
div.lang-flags .flag-ru:before { content: 'Ru'; }
div.lang-flags .flag-cn:before { content: 'Cn'; }
div.lang-flags .flag-zh:before { content: 'Zh'; }
div.lang-flags .flag-he:before { content: 'He'; }
div.lang-flags .flag-es:before { content: 'Es'; }
div.lang-flags .flag-de:before { content: 'De'; }
div.lang-flags .flag-ko:before { content: 'Ko'; }
div.lang-flags .flag-fr:before { content: 'Fr'; }
div.lang-flags .flag-ja:before { content: 'Ja'; }
div.lang-flags .flag-pt:before { content: 'Pt'; }

.container .pageHelpful { margin: 0 !important; padding: 20px; width: 100%; background: #1b252f; }
.container .pageHelpful .help > * { display: inline-block; vertical-align: middle; }
.container .pageHelpful .feedbackTitle, .container .pageHelpful .helpTitle .titleFirstRow { font-size: 18px; display: inline-block; color: #fff; }
.container .pageHelpful .feedbackTitle { vertical-align: top; }
.container .pageHelpful .helpTitle .titleSecondRow { display: inline-block; margin-left: 10px; margin-bottom: 0; color: #fff; }

div.footer, div.sitemap { font-size: 18px; background: #121921; padding: 30px 10px 0px 10px; clear: both; text-align: center; color: #656d78; }

div.sitemap { position: relative; margin-top: 50px; margin: 0; padding: 30px; background: #121921; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #121921), color-stop(100%, #172230)); background-image: -webkit-linear-gradient(top, #121921, #172230); background-image: -moz-linear-gradient(top, #121921, #172230); background-image: -ms-linear-gradient(top, #121921, #172230); background-image: -o-linear-gradient(top, #121921, #172230); background-image: linear-gradient(to bottom, #121921 0%, #172230 100%); }
div.sitemap .btn { min-width: 170px; }
div.sitemap .scrollToTop { position: absolute; top: 48px; width: 9em; right: 15px; }
div.sitemap .scrollToTop i { font-size: 1.3em; margin: 0 4px; }
div.sitemap .footer-social .sIco { color: #fff; }
div.sitemap .footer-social .sIco:hover { color: #fff; }

div.footer { clear: both; font-size: 14px; margin: 0; padding: 10px 30px; text-align: left !important; overflow: hidden; position: relative; z-index: 1; }
div.footer .td6 { float: right; margin-top: -6px; }
div.footer .social * { vertical-align: middle; }
div.footer > b { font-size: 16px; color: #abb2bc; vertical-align: middle; }
div.footer > b a { color: #2e86d1; font-weight: bold; text-decoration: none; }
div.footer > a { text-decoration: none; vertical-align: middle; display: inline-block; }
div.footer > a:first-child:before { display: none; }
div.footer > i { display: inline-block; margin: 0 7px; color: #2F3D4D; vertical-align: middle; }

.social > div { display: inline-block; padding: 0 !important; margin: 5px !important; width: auto !important; }

ul#footermenu { list-style: none; padding: 0; margin: 0; display: block; }

div.sitemap th { text-align: left; vertical-align: top; }

div.sitemap .td1, div.sitemap .td2, div.sitemap .td3, div.sitemap .td4, div.sitemap .td5, div.sitemap .td6 { display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 17.1em; text-align: left; max-width: 23%; }

div.sitemap td { vertical-align: top; }

div.sitemap h3, div.sitemap h3 a, div.sitemap th > a { color: #fff; text-decoration: none; font-size: 18px; text-transform: none; font-weight: bold; min-height: 1.7em; margin-bottom: 0; }

div.sitemap h3:before { content: "\e62d"; font-family: 'cincopaicons'; }

ul#footermenu a:hover { text-decoration: underline; color: #29abe2; }

div.sitemap ul { padding-left: 0; margin: 0 10px 10px 0; list-style: none; }

div.sitemap ul > li > a { color: #656d78; font-size: 1em; text-align: center; text-decoration: none; }

div.sitemap a.ico { display: block; width: 44px; height: 44px; padding: 0; text-indent: -5000px; font-size: 0; float: left; }

div.sitemap a.ico.fb { background: url(../images/ico-fb.png); }

div.sitemap a.ico.tw { background: url(../images/ico-tw.png); margin-top: 15px; }

div.sitemap a.ico.gp { background: url(../images/ico-gp.png); margin-top: 2px; }

div.footer .secondary { float: right; }

div.footer *, div.sitemap * { color: #656d78; }

div.footer a:hover, div.sitemap a:hover { text-decoration: underline; color: #ccd0d9; }

div.footer .logo { display: inline-block; zoom: 1; *display: inline; width: 106px; height: 30px; background: url(../images/foot-logo.png) no-repeat; border: 0; text-indent: -5000px; font-size: 0; vertical-align: top; }

@media screen and (max-width: 800px) { #cool-footer, div.sitemap { display: none; } }
.social > div { display: inline-block; padding: 0 !important; margin: 5px !important; }

.social .fb-like.fb_iframe_widget, .social > div > div { margin: 0 !important; }

.social #twitter-widget-0, .social #___plusone_0 { margin-top: 3px !important; vertical-align: top !important; }

.fb_share { background-repeat: no-repeat; margin: 5px auto; width: 120px; }

.social .fb-like.fb_iframe_widget > span { vertical-align: baseline; }

.social .gp_share { display: inline-block; background-repeat: no-repeat; padding-top: 7px; padding-left: 35px; margin: 5px auto; }

.social .twt_share { display: inline-block; background-repeat: no-repeat; padding-top: 6px; padding-left: 35px; margin: 5px auto; }

/*# sourceMappingURL=pages-new.css.map */
