/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
  font-family: "	";
  src: url("./fonts/rc-fonts/RingCentralSans-VF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RingCentralDisplay";
  src: url("./fonts/rc-fonts/RingCentralDisplay-VF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RingCentralSansMedium";
  src: url("./fonts/rc-fonts/RingCentralSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RingCentralDisplayMedium";
  src: url("./fonts/rc-fonts/RingCentralDisplay-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
  font-family: "RingCentralSans", sans-serif;
  color: #222;
  letter-spacing: 0.04px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  padding-top: 60px;
}

h2 {
  color: #222;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 29px;
}

h3 {
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

h4 {
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

a {
  color: #066FAC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible {
  text-decoration: underline;
  border-radius: 4px;
}

strong {
  font-weight: 900;
}

.display-flex {
  display: flex;
}

.full-width {
  width: 100%;
}

.hide-for-mobile {
  display: none;
}

.hide-for-desktop {
  display: block;
}

.overflow {
  overflow: hidden;
}

.is-load {
  opacity: 0.3;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: block;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.item-img {
  height: 100%;
  width: 100%;
}

.item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border-radius: 20px;
}

.main-post-list-item-icon .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-post-list-item-icon .item-img img {
  width: 100%;
  height: auto;
}

input:focus {
  outline: 0;
}

header, footer {
  display: block;
}

.padding-l {
  padding-left: 15px;
}

.padding-r {
  padding-right: 15px;
}

.height-100 {
  height: 100%;
}

.button {
  display: flex;
  height: 50px;
  width: 190px;
  border-radius: 4px;
  background: #066FAC;
  text-decoration: none;
  border-color: transparent;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.button:focus {
  border-color: transparent;
}
.button:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #024688;
}
.button:focus-visible {
  background-color: #024688;
}
.button.button-white {
  width: 198px;
  background: #FFFFFF;
  color: #066FAC;
}
.button.button-white:hover {
  color: #024688;
}
.button.button-white:focus-visible {
  color: #024688;
}
.button.button-transparent {
  font-weight: 600;
  width: 198px;
  background: none;
  border: 1px solid #FFFFFF;
}
.button.button-transparent:hover {
  color: #024688;
  background-color: #fff;
}
.button.button-transparent:focus-visible {
  color: #024688;
  background-color: #fff;
}
.button.button-white-blue-color {
  width: 198px;
  background: #FFFFFF;
  color: #002FA7;
}
.button.button-blue {
  background: #002FA7;
  color: #FFFFFF;
}
.button:disabled {
  opacity: 0.3;
}

.container-paddings {
  padding-left: 28px;
  padding-right: 28px;
}

.page-container {
  max-width: 1204px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */
.header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
}
.header .button {
  width: 130px;
  height: 36px;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
}
.header .button:focus-visible {
  text-decoration: none;
}
.header .header-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header .learn-more-title {
  display: none;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  color: #222;
  margin: 0 10px 0 0;
}
.header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}

/* logo */
.logo {
  display: block;
  height: 30px;
  width: 124px;
}
.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-sales {
  color: #002FA7;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.21px;
  line-height: 14px;
  margin: 0;
}

.sub-header-container {
  background: #1D3C34;
}
.sub-header-container .sub-title {
  color: #FFFFFF;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}
.sub-header-container .sub-title a {
  color: inherit;
  font-size: inherit;
}
.sub-header-container .sub-title a:focus-visible {
  text-decoration: none;
}
.sub-header-container .h1 {
  margin: 8px 0 0 0;
}
.sub-header-container .text {
  color: #FFFFFF;
  font-family: "RingCentralSans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 20px;
  margin: 16px 0 0 0;
}
.sub-header-container h1 {
  margin: 0;
  color: #FFFFFF;
  font-family: "RingCentralDisplayMedium", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
}
.sub-header-container .number {
  color: #FFFFFF;
  font-family: "RingCentralSans", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 53px 0 0 0;
}
.sub-header-container .button {
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 180px;
}
.sub-header-container .sub-header-content {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 0;
  padding-bottom: 40px;
  justify-content: space-between;
}
.sub-header-container .sub-header-text {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-header-container .sub-header-image {
  z-index: 5;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
}
.sub-header-container .sub-header-image img {
  display: block;
  max-width: 100%;
  border-radius: 0 0 16px 16px;
}

a.skip-link {
  display: block;
  position: fixed;
  top: -100px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  font-weight: 600;
  color: #066FAC;
  border: 1px dashed #066FAC;
  border-radius: 30px;
  padding: 4px;
  transition: all 1s;
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
}

a span.skip-link__text {
  display: inline-block;
  background-color: white;
  border: 1px solid #066FAC;
  border-radius: 30px;
  padding: 13px 30px 15px;
}

a.skip-link:focus {
  top: 30px;
}

*:focus-visible, button:focus-visible, a:focus-visible,
button:focus-visible, [type=button]:focus-visible, [type=reset]:focus-visible, [type=submit]:focus-visible {
  outline: 3px solid #5580F7;
  outline-offset: 2px;
}

.home .sub-header-container .h1 {
  margin: 0;
}
.home .text {
  line-height: 24px;
}

/* nav */
/* sidebar */
/* footer */
footer {
  background: #002855;
  margin-top: -1px;
}
footer .blog-content {
  padding: 0 28px;
}
footer .footer-menu-section {
  display: flex;
  flex-direction: column;
}
footer .top-footer {
  padding: 44px 20px 28px 20px;
}
footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px 0;
  margin: 32px 0 0;
  width: 100%;
}
footer .footer-right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  order: 2;
}
footer .footer-socials {
  display: flex;
}
footer .footer-socials a {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 15px;
}
footer .footer-socials a:first-child {
  margin: 0;
}
footer .bottom-footer-bg {
  background: #132758;
}
footer .footer-logo-countries {
  order: 1;
  margin: 36px auto 0;
  max-width: 1204px;
  padding: 11px 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-logo {
  display: none;
  width: 164px;
  height: 34px;
}
footer .footer-logo a {
  display: block;
}
footer .footer-logo svg {
  width: 100%;
  height: 100%;
}
footer .copyrigtht {
  color: #FFFFFF;
  font-family: "RingCentralSans", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  width: 100%;
  text-align: left;
  order: 3;
}
footer .footer-links {
  margin: 10px 0 0 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-links li {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 7px 7px 0;
  padding: 0 7px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
footer .footer-links li:last-child {
  border: none;
}
footer .footer-links li a {
  color: inherit;
  font-size: inherit;
}
footer .footer-links-wrapper {
  display: flex;
}
footer .footer-copyright {
  margin: 16px 16px 28px 0;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  order: 3;
}
footer .footer-external-link {
  margin-top: 28px;
  order: 2;
  width: 100%;
}
footer .footer-external-link a {
  display: block;
}
footer .footer-external-link svg {
  width: 75px;
  height: 28px;
}
footer .footer-title {
  color: #FFFFFF;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
footer .footer-text {
  color: #FFFFFF;
  font-family: "RingCentralSans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 26px;
  text-align: center;
  margin: 15px auto 0 auto;
  max-width: 700px;
}
footer .buttons {
  margin: 25px 0 50px 0;
  flex-wrap: wrap;
}
footer .buttons .button {
  width: 100%;
  margin-top: 10px;
}
footer .buttons .button:first-child {
  margin: 0;
}
footer .footer-menu {
  order: 0;
  list-style-type: none;
  padding-left: 0;
}
footer .footer-menu > li > a {
  text-decoration: none;
}
footer .footer-menu li a:focus {
  margin-left: 3px;
}
footer .footer-menu li:last-child {
  margin-bottom: 3px;
}
footer .page-container {
  width: 100%;
  order: 2;
}
footer .footer-menu-item, footer .footer-menu > .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
footer .footer-menu-item > ul, footer .footer-menu > .menu-item > ul {
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: max-height 0.5s;
  padding: 0 0 0 20px;
}
footer .footer-menu-item > ul li, footer .footer-menu > .menu-item > ul li {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 0 0;
}
footer .footer-menu-item > ul li:last-child, footer .footer-menu > .menu-item > ul li:last-child {
  margin-bottom: 3px;
}
footer .footer-menu-item > ul a, footer .footer-menu > .menu-item > ul a {
  color: rgba(255, 255, 255, 0.6);
  font-size: inherit;
  position: relative;
}
footer .footer-menu-item.active > ul, footer .footer-menu > .menu-item.active > ul {
  max-height: 1000px;
}
footer .footer-menu-item-title, footer .footer-menu > li > a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
}
footer .footer-menu-item-title:after, footer .footer-menu > li > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: transform 0.5s;
  position: absolute;
  right: 5px;
  top: 0;
}
footer .footer-menu > li.active > a:after {
  transform: rotate(-225deg);
}
footer .footer-country-select {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 9px 9px 9px 0;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  line-height: 1;
  font-size: 16px;
}
footer .footer-country-select:focus {
  outline: none;
}
footer .footer-country-select:focus-visible {
  outline: 3px solid #5580F7;
}
footer .footer-country-select .footer-country-select-flag {
  width: 18px;
  height: 12px;
  background-size: cover;
  margin: 0 8px 0 0;
}
footer .footer-country-select .footer-country-select-flag svg {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-country-select .footer-country-select-text {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
footer .footer-country-select .footer-country-select-shevron {
  display: block;
  width: 11px;
  height: 6px;
  transition: transform 0.5s;
  margin: 0 0 0 5px;
}
footer .footer-country-select .footer-country-select-shevron svg {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-country-select .footer-country-select-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 238px;
  padding-bottom: 44px;
  z-index: 10;
}
footer .footer-country-select ul {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  border-radius: 5px;
  color: rgb(40, 40, 41);
  list-style-type: none;
  transition: max-height 1s;
}
footer .footer-country-select ul li:hover a {
  background: #f4f4f4;
  text-decoration: none;
}
footer .footer-country-select ul li:first-child a:focus-visible {
  margin-top: 4px;
}
footer .footer-country-select ul li:last-child a:focus-visible {
  margin-bottom: 4px;
}
footer .footer-country-select ul a {
  display: flex;
  justify-content: space-between;
  padding: 9px 15px 9px 28px;
  font-size: inherit;
  color: inherit;
  position: relative;
}
footer .footer-country-select ul a:focus-visible {
  background-color: #f4f4f4;
}
footer .footer-country-select ul a .active-icon {
  display: block;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 14px;
  left: 8px;
}
footer .footer-country-select ul a .active-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-country-select.active {
  background: rgba(255, 255, 255, 0.2);
}
footer .footer-country-select.active .footer-country-select-hover {
  display: block;
}
footer .footer-country-select.active ul {
  max-height: 1000px;
  padding: 6px;
}
footer .footer-country-select.active:after {
  content: "";
  transform: rotate(180deg);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.text-container {
  margin-top: 76px;
}
.text-container article > pre {
  white-space: pre-wrap;
  max-width: 1140px;
}
.text-container article > h2, .text-container article > h3, .text-container article > h4, .text-container article > h1, .text-container article > p, .text-container article > ul, .text-container article > ol {
  max-width: 1140px;
}
.text-container article > ol, .text-container article > ul {
  padding-left: 30px;
}
.text-container article .wp-block-embed {
  max-width: 1140px;
  margin-top: 32px;
  margin-bottom: 20px;
}
.text-container article .wp-block-embed img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.text-container article .wp-block-embed-youtube {
  max-width: 1140px;
  margin-top: 32px;
  margin-bottom: 20px;
}
.text-container article .wp-block-embed-youtube iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 220px;
}
.text-container article > iframe {
  margin: 32px auto 20px auto;
  display: block;
  width: 100%;
  height: 220px;
}
.text-container article > h2, .text-container article > h1 {
  margin-top: 32px;
  margin-bottom: 20px;
}
.text-container article > h3, .text-container article > h4 {
  margin-top: 24px;
  margin-bottom: 20px;
}
.text-container article .wp-block-table {
  max-width: 1140px;
}
.text-container article .wp-block-image {
  max-width: none;
  margin-top: 32px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.text-container article .wp-block-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.text-container article .wp-block-image figcaption {
  padding: 0 20px 0 20px;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: "RingCentralSans", sans-serif;
  color: #222;
}
.text-container article .wp-block-image figcaption strong {
  font-weight: 900;
}
.text-container article .box {
  max-width: 900px;
  margin: 0 auto 16px;
  padding: 12px;
  border: 2px solid #eeee57;
}
.text-container article .blue-text {
  color: #0073ae;
}
.text-container article .no-bullet-list {
  list-style-type: none;
  padding-left: 0;
}
.text-container .watch-now {
  cursor: pointer;
}
.text-container .watch-now .watch-now-text .title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
.text-container .watch-now .watch-now-text .sub-title {
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.navigation {
  margin: 30px 28px;
  padding: 28px 32px;
  display: flex;
  justify-content: flex-end;
  background-color: #F6F5F1;
  border-radius: 20px;
}
.navigation .next-chapter-text {
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 12px;
  color: #222;
  line-height: 20px;
  margin-bottom: 4px;
}
.navigation .inner-wrap-nav {
  flex-direction: column;
  position: relative;
  padding-right: 46px;
  width: 100%;
}
.navigation .inner-wrap-nav .angle-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.navigation .next-post {
  text-align: right;
  font-weight: bold;
  color: #222;
}

.test-col {
  height: 50px;
  background: grey;
}

/* grab checklist */
.grab-check-list-section {
  background: #002FA7;
  margin: 34px -20px 34px -20px;
  padding: 30px 35px 30px 35px;
}
.grab-check-list-section .text, .grab-check-list-section ul {
  color: #FFFFFF;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
.grab-check-list-section .text a, .grab-check-list-section ul a {
  color: #CAD8FF;
}

.watch-now {
  cursor: pointer;
  background: #002FA7;
  margin-top: 42px;
  padding: 50px 20px 0 20px;
  margin-left: -20px;
  margin-right: -20px;
  flex-direction: column;
}
.watch-now.watch-now-dark-blue {
  background: #001138;
}
.watch-now .watch-now-text {
  text-align: center;
  color: #FFFFFF;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04px;
  line-height: 30px;
}
.watch-now .watch-now-text .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.watch-now .watch-now-text .sub-title {
  margin: 0;
}
.watch-now .watch-now-button {
  display: flex;
  margin: 30px auto 0 auto;
  width: 244px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #002FA7;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.34px;
  line-height: 16px;
}
.watch-now .watch-now-button:hover {
  text-decoration: none;
}
.watch-now .watch-now-image {
  margin: 50px 0 0 0;
  background: url("img/video-2.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 71%;
}
.watch-now.watch-now-dark-blue .watch-now-image {
  padding-top: 101%;
  background: url("img/guide-to-evolving.png") no-repeat center center;
  background-size: cover;
}
.watch-now.watch-now-dark-blue .watch-now-button {
  width: auto;
  max-width: 330px;
}

.home .watch-now {
  margin-top: 0;
}

/* read more */
.read-more-section {
  color: #222;
  padding-top: 56px;
  padding-bottom: 56px;
}
.read-more-section .more-item:hover .title, .read-more-section .more-item:focus-visible .title {
  color: #066FAC;
  text-decoration: underline;
}
.read-more-section a {
  text-decoration: none;
}
.read-more-section a :hover {
  text-decoration: none;
}
.read-more-section h2 {
  border-top: 1px solid #D3D3D3;
  color: #222;
  padding-top: 56px;
  padding-bottom: 56px;
  font-family: "RingCentralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}
.read-more-section .button {
  margin: 32px auto 0;
  background-color: transparent;
  color: #066FAC;
  height: 24px;
  width: 160px;
}
.read-more-section .button svg {
  margin-right: 10px;
}
.read-more-section .button:focus {
  text-decoration: none;
  outline: none;
}
.read-more-section .button:hover, .read-more-section .button :focus-visible {
  text-decoration: underline;
}
.read-more-section .button:focus-visible {
  outline: 3px solid #5580F7;
}
.read-more-section .button:disabled {
  opacity: 0.3;
}
.read-more-section .number {
  margin: 24px 0 12px 0;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-transform: uppercase;
  color: #222;
}
.read-more-section .title {
  margin: 0;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  color: #222;
}
.read-more-section .more-item-image {
  border-radius: 20px;
}
.read-more-section .more-item-image img {
  border-radius: 20px;
  width: 100%;
}
.read-more-section .delimiter {
  display: none;
  height: 1px;
  background: #959A9B;
}
.read-more-section .more-item {
  padding-bottom: 24px;
  flex-direction: column;
  width: 100%;
}

.read-more-section-container::after {
  content: "";
  display: none;
  height: 1px;
  background: #959A9B;
}

.read-more-section-container.full::after {
  content: "";
  display: none;
}

.content-container {
  max-width: 1311px;
  margin: 0 auto;
  padding: 0 24px 0 24px;
}

.main-post-list {
  margin-top: 64px;
}
.main-post-list .like {
  font-family: "Apple Color Emoji";
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.main-post-list .like img {
  display: block;
}
.main-post-list .icon-like {
  width: 60px;
  height: 60px;
}
.main-post-list .icon-rocket {
  width: 60px;
  height: 60px;
}
.main-post-list a:hover {
  text-decoration: none;
}
.main-post-list .main-post-list-item, .main-post-list .main-post-list-item-type-2, .main-post-list .main-post-list-item-full-size {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 48px;
  border-radius: 20px;
}
.main-post-list .main-post-list-item.item-type-2-margin, .main-post-list .main-post-list-item-type-2.item-type-2-margin, .main-post-list .main-post-list-item-full-size.item-type-2-margin {
  margin-top: 20px;
}
.main-post-list .main-post-list-item:focus-visible, .main-post-list .main-post-list-item-type-2:focus-visible, .main-post-list .main-post-list-item-full-size:focus-visible {
  text-decoration: none;
}
.main-post-list .main-post-list-item:focus-visible .title, .main-post-list .main-post-list-item-type-2:focus-visible .title, .main-post-list .main-post-list-item-full-size:focus-visible .title {
  text-decoration: underline;
  color: #066FAC;
}
.main-post-list .main-post-list-item .main-post-list-item-image, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image, .main-post-list .main-post-list-item-full-size .main-post-list-item-image {
  width: 100%;
  position: relative;
}
.main-post-list .main-post-list-item .main-post-list-item-image.main-post-list-item-icon .item-img, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image.main-post-list-item-icon .item-img, .main-post-list .main-post-list-item-full-size .main-post-list-item-image.main-post-list-item-icon .item-img {
  background-color: #F6F5F1;
}
.main-post-list .main-post-list-item .main-post-list-item-image-text, .main-post-list .main-post-list-item-type-2 .main-post-list-item-image-text, .main-post-list .main-post-list-item-full-size .main-post-list-item-image-text {
  width: 100%;
  margin-top: 22px;
}
.main-post-list .main-post-list-item .number, .main-post-list .main-post-list-item-type-2 .number, .main-post-list .main-post-list-item-full-size .number {
  margin-bottom: 10px;
  line-height: 9px;
  color: #222;
  font-family: "RingCentralSansMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
}
.main-post-list .main-post-list-item .title, .main-post-list .main-post-list-item-type-2 .title, .main-post-list .main-post-list-item-full-size .title {
  color: #222;
  font-family: "RingCentralSansMedium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
.main-post-list .main-post-list-item-full-size .title {
  font-family: "RingCentralDisplayMedium", sans-serif;
}
.main-post-list .main-post-list-item:hover .title, .main-post-list .main-post-list-item-full-size:hover .title {
  color: #066FAC;
  text-decoration: underline;
}
.main-post-list .main-post-list-item-type-2 {
  text-decoration: none;
}
.main-post-list .main-post-list-item-type-2:hover .title > p {
  color: #066FAC;
  text-decoration: underline;
}
.main-post-list .main-post-list-item-type-2:focus-visible .title {
  text-decoration: none;
}
.main-post-list .main-post-list-item-type-2:focus-visible .title > p {
  color: #066FAC;
  text-decoration: underline;
}
.main-post-list .main-post-list-item {
  margin-bottom: 32px;
}
.main-post-list .main-post-list-item:last-child {
  margin-bottom: 48px;
}
.main-post-list .main-post-list-item .item-img {
  border-radius: 20px;
}
.main-post-list .main-post-list-item-type-2 {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 10px;
}
.main-post-list .main-post-list-item-type-2:focus-visible {
  text-decoration: none;
}
.main-post-list .main-post-list-item-type-2 .text {
  display: none;
}
.main-post-list .main-post-list-item-type-2 .padding-l {
  padding-left: 0;
}
.main-post-list .main-post-list-item-type-2 .padding-r {
  padding-right: 0;
}
.main-post-list .main-post-list-item-type-2 .title {
  color: #222;
}
.main-post-list .main-post-list-item-type-2 .title:hover {
  color: #066FAC;
}
.main-post-list .main-post-list-item-type-2 .item-img img {
  border-radius: 20px 0 0 20px;
}
.main-post-list .main-post-list-item-full-size .text {
  display: none;
}
.main-post-list .main-post-list-item-type-3 {
  position: relative;
  margin: 0;
  padding: 0;
  background: #F6F5F1;
  display: block;
  border-radius: 20px;
}
.main-post-list .main-post-list-item-type-3:focus-visible {
  text-decoration: none;
}
.main-post-list .main-post-list-item-type-3:focus-visible .title {
  text-decoration: underline;
  color: #066FAC;
}
.main-post-list .main-post-list-item-type-3.main-post-list-item-blue {
  background: #1D3C34;
}
.main-post-list .main-post-list-item-type-3:hover .title {
  text-decoration: underline;
  color: #066FAC;
}
.main-post-list .main-post-list-item-type-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.main-post-list .type-3-content {
  position: relative;
  z-index: 10;
  padding: 28px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.main-post-list .type-3-content .title {
  display: block;
  color: #222;
  font-family: "RingCentralDisplayMedium", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 86px;
}
.main-post-list .type-3-content .number {
  display: block;
  text-align: left;
  color: #222;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 10px;
  text-transform: uppercase;
}
.main-post-list .main-post-list-item-blue .type-3-content .title {
  color: #ffffff;
}
.main-post-list .main-post-list-item-blue .type-3-content .number {
  color: #fff;
}
.main-post-list .main-post-list-item-type-4 .text {
  display: none;
}
.main-post-list .main-post-list-item-type-4 .title {
  color: #222;
}
.main-post-list .main-post-list-item-type-4 .number {
  color: #222;
}
.main-post-list .main-post-list-item-type-4 .text-block {
  order: 1;
  display: block;
}
.main-post-list .main-post-list-row:first-child .main-post-list-item-type-3 {
  margin-top: 20px;
}
.main-post-list .main-post-list-row-second .main-post-list-item-type-3 {
  margin-top: 0;
}

.video-section {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.video-section .video-container {
  padding-top: 60%;
  position: relative;
}
.video-section .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-section .video-container a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.video-section .text-container {
  margin-top: 20px;
}
.video-section .tag {
  margin-bottom: 10px;
  color: #001138;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
}
.video-section .title {
  color: #222;
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}
.video-section .text {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #001138;
  display: none;
}
.video-section .play {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 11px 0 11px 19.1px;
  border-style: solid;
  border-color: transparent transparent transparent #002FA7;
}

.popup-form-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background: rgba(0, 16, 59, 0.5);
  overflow: auto;
}
@media only screen and (max-height: 800px) {
  .popup-form-container {
    align-items: flex-start;
    padding: 40px 0 40px 0;
  }
}

.popup-form {
  width: 100%;
  max-width: 568px;
  padding: 40px 40px 38px 40px;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
}
.popup-form .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
  width: 20px;
  height: 20px;
}
.popup-form .close:before, .popup-form .close:after {
  position: absolute;
  left: 8px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #DBD9D6;
}
.popup-form .close:before {
  transform: rotate(45deg);
}
.popup-form .close:after {
  transform: rotate(-45deg);
}
.popup-form h2 {
  text-align: center;
  color: #002FA7;
  font-family: "RingCentralSans", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 900;
  margin: 0;
}
.popup-form h2 span {
  font-family: "Apple Color Emoji";
  font-size: 30px;
}
.popup-form form {
  margin-top: 30px;
}
.popup-form input, .popup-form select {
  border: none;
  outline: none;
}
.popup-form input[type=text], .popup-form input[type=email] {
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #6f6f6f;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  color: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
}
.popup-form input[type=text].error, .popup-form input[type=email].error {
  border-color: #E91207;
  color: #E91207;
}
.popup-form input[type=text].error::-moz-placeholder, .popup-form input[type=email].error::-moz-placeholder {
  color: #E91207;
}
.popup-form input[type=text].error::placeholder, .popup-form input[type=email].error::placeholder {
  color: #E91207;
}
.popup-form input[type=text]:focus-visible, .popup-form input[type=email]:focus-visible {
  outline: 3px solid #5580F7;
  outline-offset: 2px;
  border-radius: 2px;
}
.popup-form input[type=text]::-moz-placeholder, .popup-form input[type=email]::-moz-placeholder {
  color: #6f6f6f;
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 1;
}
.popup-form input[type=text]::placeholder, .popup-form input[type=email]::placeholder {
  color: #6f6f6f;
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 1;
}
.popup-form .style-select {
  width: 100%;
  border: none;
  outline: none;
}
.popup-form .style-select .ss-selected-option {
  height: 50px;
  border: 1px solid #DBD9D6;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #FFFFFF;
  padding: 12px 14px 12px 14px;
  outline: none;
  color: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}
.popup-form .style-select .ss-selected-option:after {
  content: "";
  top: 12px;
  right: 18px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #002FA7;
  border-right: 2px solid #002FA7;
  transform: rotate(45deg);
}
.popup-form .style-select .ss-dropdown {
  top: 48px;
}
.popup-form .style-select .ss-dropdown .ss-option:first-child {
  display: none;
}
.popup-form .selectric-wrapper {
  margin-bottom: 20px;
  width: 100%;
}
.popup-form .selectric-wrapper .selectric {
  height: 50px;
  border: 1px solid #DBD9D6;
  border-radius: 4px;
  background: #FFFFFF;
}
.popup-form .selectric-wrapper .selectric .label {
  height: 100%;
  color: #6f6f6f;
  font-family: "RingCentralSans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
  padding: 12px 30px 12px 14px;
}
.popup-form .selectric-wrapper .selectric .button {
  width: 10px;
  height: 10px;
  background: none;
  top: 16px;
  right: 18px;
  left: auto;
  bottom: auto;
  border: none;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  border-radius: 0;
}
.popup-form .selectric-wrapper .selectric .button:after {
  content: "";
  display: none;
}
.popup-form .selectric-wrapper .selectric-items ul, .popup-form .selectric-wrapper .selectric-items li {
  font-size: 14px;
}
.popup-form .selectric-wrapper .selectric-items li:first-child {
  display: none;
}
.popup-form .selectric-wrapper.error .selectric {
  border-color: #E91207;
}
.popup-form .selectric-wrapper .selectric-items li.highlighted {
  outline: 3px solid #5580F7;
  outline-offset: 2px;
  margin: 0 3px;
  padding: 10px 7px;
}
.popup-form .form-notice {
  margin: 18px 0 0 0;
  font-family: "RingCentralSans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.19px;
  line-height: 21px;
}
.popup-form .privacy {
  font-family: "RingCentralSansMedium", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  color: #002FA7;
  margin: 18px 0 0 0;
}
.popup-form .privacy a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.popup-form .no-thanks {
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
  color: #5A5A5A;
  font-family: "RingCentralSans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
}
.popup-form .number-employers.select-choose .selectric-wrapper .selectric .label {
  padding: 19px 12px 10px;
  color: #222;
}
.popup-form .number-employers.show-error .selectric-wrapper .selectric .label {
  padding: 6px 12px 20px;
  color: #222;
}

.ajax-input {
  position: relative;
}
.ajax-input .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #F8F8F8;
  overflow: auto;
  max-height: 250px;
  z-index: 20;
  border: 1px solid #DBD9D6;
  cursor: pointer;
}
.ajax-input .dropdown .option {
  font-size: 14px;
  color: #666;
  padding: 10px;
  width: 100%;
  border: none;
  background: white;
  text-align: left;
}
.ajax-input .dropdown .option:hover {
  background: #D5D5D5;
}
.ajax-input .dropdown .option.hover-option {
  background: #D5D5D5;
  margin: 3px 3px 4px;
  width: calc(100% - 8px);
  padding: 7px 10px 7px 10px;
}

.selectric-wrapper.selectric-focus {
  outline: 3px solid #5580F7;
  outline-offset: 2px;
}

.demo-form-section {
  background: #002855;
  margin-top: 80px;
  padding-top: 70px;
  position: relative;
  padding-bottom: 14px;
}
.demo-form-section .demo-form-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.demo-form-section .footer-image-top, .demo-form-section .footer-image-left, .demo-form-section .footer-image-right {
  position: absolute;
  z-index: 0;
}
.demo-form-section .footer-image-top > span, .demo-form-section .footer-image-left > span, .demo-form-section .footer-image-right > span {
  display: block;
}
.demo-form-section .footer-image-top svg, .demo-form-section .footer-image-left svg, .demo-form-section .footer-image-right svg {
  display: block;
  width: 100%;
  height: 100%;
}
.demo-form-section .footer-image-left {
  top: 0;
  left: 0;
  width: 135px;
  height: 156px;
}
.demo-form-section .footer-image-top {
  top: -22px;
  right: 6%;
  width: 50px;
  height: 53px;
}
.demo-form-section .footer-image-right {
  top: 36%;
  right: 0;
  width: 75px;
  height: 109px;
}
.demo-form-section .demo-form-title {
  font-family: "RingCentralDisplayMedium", sans-serif;
  font-size: 42px;
  line-height: 46px;
  margin: 0 0 0 0;
  color: #ffffff;
}
.demo-form-section .demo-form-title-thank {
  font-family: "RingCentralDisplayMedium", sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 0 0;
  color: #ffffff;
}
.demo-form-section .demo-form-subtitle-thank {
  font-family: "RingCentralSans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 0 0;
  color: #ffffff;
}
.demo-form-section .demo-form-subtitle {
  font-family: "RingCentralSans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0 0 0;
  color: #ffffff;
}
.demo-form-section .popup-form {
  background: none;
  padding: 0;
  max-width: 100%;
}
.demo-form-section .popup-form form {
  margin: 20px 0 0 0;
}
.demo-form-section .popup-form input[type=text], .demo-form-section .popup-form input[type=email] {
  z-index: 2;
  color: #222;
  background-color: transparent;
  position: relative;
}
.demo-form-section .popup-form input[type=text].error, .demo-form-section .popup-form input[type=email].error {
  border-color: #E91207;
}
.demo-form-section .popup-form input[type=text]::-moz-placeholder, .demo-form-section .popup-form input[type=email]::-moz-placeholder {
  color: #6f6f6f;
}
.demo-form-section .popup-form input[type=text]::placeholder, .demo-form-section .popup-form input[type=email]::placeholder {
  color: #6f6f6f;
}
.demo-form-section .popup-form input[type=text].error, .demo-form-section .popup-form input[type=email].error {
  border-color: #E91207;
  color: #E91207;
}
.demo-form-section .popup-form input[type=text].error::-moz-placeholder, .demo-form-section .popup-form input[type=email].error::-moz-placeholder {
  color: #E91207;
}
.demo-form-section .popup-form input[type=text].error::placeholder, .demo-form-section .popup-form input[type=email].error::placeholder {
  color: #E91207;
}
.demo-form-section .popup-form .style-select .ss-selected-option {
  color: #2f2f2f;
}
.demo-form-section .popup-form .selectric-wrapper .selectric .label {
  color: #6f6f6f;
}
.demo-form-section .popup-form .selectric-wrapper.error .selectric .label {
  color: #222;
}
.demo-form-section .popup-form .demo-form-thank {
  display: none;
}
.demo-form-section .popup-form.thank {
  width: 100%;
}
.demo-form-section .popup-form.thank .demo-form {
  display: none;
}
.demo-form-section .popup-form.thank .demo-form-thank {
  display: block;
}
.demo-form-section .required {
  font-size: 14px;
  color: #ffffff;
}
.demo-form-section .form-notice {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.demo-form-section .privacy {
  color: #fff;
  font-size: 14px;
}
.demo-form-section .privacy a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.demo-form-section .privacy a:hover {
  text-decoration: underline;
}
.demo-form-section .privacy a:focus-visible {
  text-decoration: underline;
}
.demo-form-section .demo-form-row {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
.demo-form-section .demo-form-row.enter-value .animate-form-placeholder {
  top: 12px;
  font-size: 12px;
}
.demo-form-section .demo-form-row.enter-value input[type=text] {
  padding: 19px 12px 10px;
}
.demo-form-section .demo-form-row.enter-value.show-error .animate-form-placeholder {
  top: 10px;
}
.demo-form-section .demo-form-row.enter-value.show-error .form-error-message {
  bottom: -7px;
}
.demo-form-section .demo-form-row .animate-form-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1;
  font-family: "RingCentralSans", sans-serif;
  z-index: 1;
}
.demo-form-section .demo-form-row.show-error .form-error-message {
  display: block;
}
.demo-form-section .demo-form-row.show-error .animate-form-placeholder {
  top: 40%;
}
.demo-form-section .number-employers {
  position: relative;
}
.demo-form-section .number-employers.select-choose .animate-form-placeholder {
  display: block;
}
.demo-form-section .number-employers .animate-form-placeholder {
  display: none;
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
}
.demo-form-section .number-employers.show-error .form-error-message {
  display: block;
}
.demo-form-section .form-error-message {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 3px 12px;
  background-color: #E91207;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-family: "RingCentralSans", sans-serif;
  width: 100%;
  z-index: 2;
}
.demo-form-section .demo-form-image {
  width: 100%;
}
.demo-form-section .demo-form-image img {
  width: 93%;
  height: auto;
}
.demo-form-section .button-container .button {
  font-weight: 500;
}
.demo-form-section .demo-form-wrapper.hide-first-column {
  width: 100%;
  text-align: center;
}
.demo-form-section .demo-form-wrapper.hide-first-column .demo-form-image {
  display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}