/*
	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
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          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';
  color: #222;
  font-weight: 300;
  letter-spacing: 0.04px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  padding-top: 60px;
}

body.fonts-loaded-body {
	font-weight: 300;
}

h2 {
  color: #002855;
  font-family: "RingCentralDisplayMedium";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 29px;
}

h3 {
  font-family: "RingCentralDisplayMedium";
  font-size: 20px;
  font-weight: 600;
  color: #002855;
}

h4 {
  font-family: "RingCentralDisplayMedium";
  font-size: 18px;
  font-weight: 600;
  color: #002855;
}

a {
  color: #066FAC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 900;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input:focus {
  outline: 0;
}

header, footer {
  display: block;
}

.padding-l {
  padding-left: 15px;
}

.padding-r {
  padding-right: 15px;
}

.height-100 {
  height: 100%;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 190px;
  border-radius: 4px;
  background: #066FAC;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-family: "RingCentralSans";
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.button.button-white {
  font-family: "RingCentralSans";
  width: 198px;
  background: #FFFFFF;
  color: #066FAC;
}

.button.button-transparent {
  font-family: "RingCentralSans";
  font-weight: 600;
  width: 198px;
  background: none;
  border: 1px solid #FFFFFF;
}

.button.button-white-blue-color {
  width: 198px;
  background: #FFFFFF;
  color: #066FAC;
}

.button.button-blue {
  background: #066FAC;
  color: #FFFFFF;
}

.button:disabled {
  opacity: 0.3;
}

.container-paddings {
  padding-left: 20px;
  padding-right: 20px;
}

.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;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 16px;
}

.header .header-content {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header .learn-more-title {
  display: none;
  font-family: "RingCentralDisplayMedium";
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  color: #002855;
  margin: 0 10px 0 0;
}

.header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}

/* logo */
.logo {
  display: block;
  height: 18px;
  width: 124px;
}

.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-sales {
  color: #002855;
  font-family: "RingCentralDisplay";
  font-size: 12px;
  letter-spacing: 0.21px;
  line-height: 14px;
  margin: 0;
}

.sub-header-container {
  background: #002855;
}

.sub-header-container .sub-title {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  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 .h1 {
  margin: 8px 0 0 0;
}

.sub-header-container .text {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  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: "RingCentralDisplayBold";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}

.sub-header-container .number {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 53px 0 0 0;
}

.sub-header-container .button {
  margin: 18px 0 0 0;
  width: 100%;
}

.sub-header-container .sub-header-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 33px;
  padding-bottom: 58%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-header-container .sub-header-text {
  position: relative;
  z-index: 10;
  width: 100%;
}

.sub-header-container .sub-header-image {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0 20px 0 20px;
}

.sub-header-container .sub-header-image img {
  display: block;
  max-width: 100%;
}

/* nav */
/* sidebar */
/* footer */
footer {
  background: #002855;
  margin-top: 50px;
}

footer .top-footer {
  padding: 44px 20px 28px 20px;
}

footer .bottom-footer {
  padding: 16px 20px 16px 20px;
}

footer .bottom-footer .footer-links {
  display: none;
}

footer .bottom-footer-bg {
  background: #002855;
}

footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-socials a {
  display: block;
  height: 20px;
  margin-left: 32px;
}

footer .footer-socials a:first-child {
  margin-left: 0;
}

footer .footer-socials a svg {
  display: block;
  height: 100%;
}

footer .footer-socials a svg path {
  fill: #FFFFFF;
}

footer .footer-logo {
  display: none;
  width: 299px;
  height: 30px;
}

footer .footer-logo svg {
  width: 100%;
  height: 100%;
}

footer .copyrigtht {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  width: 100%;
  text-align: center;
}

footer .footer-links {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-links li {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 10px;
}

footer .footer-links li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background: #FFFFFF;
}

footer .footer-links li:first-child {
  margin-left: 0;
  padding: 0;
}

footer .footer-links li:first-child:before {
  content: '';
  display: none;
}

footer .footer-links li a {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
}

footer .footer-links li a:hover {
  text-decoration: underline;
}

footer .footer-title {
  color: #FFFFFF;
  font-family: "RingCentralDisplay";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

footer .footer-text {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .buttons .button {
  width: 100%;
  margin-top: 10px;
}

footer .buttons .button:first-child {
  margin: 0;
}

/*------------------------------------*\
    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';
  color: #002855;
}

.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: #0684BC;
}

.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: 'RingCentralSans';
  font-size: 24px;
  line-height: 30px;
}

.navigation {
  margin: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navigation .next-post {
  text-align: right;
  font-weight: bold;
}

.test-col {
  height: 50px;
  background: grey;
}

/* grab checklist */
.grab-check-list-section {
  background: #002855;
  margin: 34px -20px 34px -20px;
  padding: 30px 35px 30px 35px;
}

.grab-check-list-section .text, .grab-check-list-section ul {
  color: #FFFFFF;
  font-family: "RingCentralSans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}

.grab-check-list-section .text a, .grab-check-list-section ul a {
  color: #066FAC;
}

.watch-now {
  cursor: pointer;
  background: #0684BC;
  margin-top: 42px;
  padding: 50px 20px 0 20px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.watch-now.watch-now-dark-blue {
  background: #002855;
}

.watch-now .watch-now-text {
  text-align: center;
  color: #FFFFFF;
  font-family: "RingCentralSans";
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0 auto;
  width: 244px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002FA7;
  font-family: "Proxima Nova";
  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-bg {
  background: #F6f5f1;
}

.read-more-section {
  color: #001138;
  padding-top: 40px;
  padding-bottom: 34px;
}

.read-more-section a {
  text-decoration: none;
}

.read-more-section a :hover {
  text-decoration: none;
}

.read-more-section h2 {
  margin: 0 0 4 0;
  color: #002855;
  font-family: "RingCentralDisplay";
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.read-more-section .button {
  margin-left: auto;
  margin-right: auto;
}

.read-more-section .number {
  margin: 24px 0 12px 0;
}

.read-more-section .number a {
  font-family: "RingCentralSans";
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-transform: uppercase;
  color: #066FAC;
}

.read-more-section .title {
  margin: 0;
}

.read-more-section .title a {
  font-family: "RingCentralSans";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  color: #066FAC;
}

.read-more-section .more-item-image {
  display: none;
}

.read-more-section .delimiter {
  display: none;
  height: 1px;
  background: #959A9B;
}

.read-more-section .more-item {
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.read-more-section .more-item:after {
  content: '';
  display: block;
  height: 1px;
  background: rgba(149, 154, 155, 0.5);
  margin-top: 26px;
}

.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: 80px;
}

.main-post-list .like {
  display: none;
  font-family: 'Apple Color Emoji';
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.main-post-list .icon-like {
  width: 50px;
  height: 66px;
  background: url(https://www.ringcentral.com/blog/wp-content/uploads/2020/03/chapter-1-1.png) no-repeat center;
  background-size: cover;
}

.main-post-list .icon-rocket {
  width: 50px;
  height: 66px;
  background: url(https://www.ringcentral.com/blog/wp-content/uploads/2020/03/chapter-5-emoji.png) no-repeat center;
  background-size: contain;
}

.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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 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 .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: 46%;
  padding-top: 30%;
  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: #002855;
  background-size: contain;
}

.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: 46%;
}

.main-post-list .main-post-list-item .item-img, .main-post-list .main-post-list-item-type-2 .item-img, .main-post-list .main-post-list-item-full-size .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.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;
}

.main-post-list .main-post-list-item .number a, .main-post-list .main-post-list-item-type-2 .number a, .main-post-list .main-post-list-item-full-size .number a {
  color: #066FAC;
  font-family: "RingCentralSans";
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 10px;
  text-transform: uppercase;
}

.main-post-list .main-post-list-item .title a, .main-post-list .main-post-list-item-type-2 .title a, .main-post-list .main-post-list-item-full-size .title a {
  color: #066FAC;
  font-family: "RingCentralSans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.main-post-list .main-post-list-item-type-2 {
  background: #EFF2F3;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  padding: 20px 20px 20px 20px;
}

.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-full-size .text {
  display: none;
}

.main-post-list .main-post-list-item-type-3 {
  position: relative;
  margin: 15px -20px 0 -20px;
  padding: 0 20px 0 20px;
  background: #002855;
}

.main-post-list .main-post-list-item-type-3.main-post-list-item-blue {
  background: #002855;
}

.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: 16px 0 10px 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-post-list .type-3-content .title {
  display: block;
  width: 60%;
  color: #D5EBFD;
  font-family: "RingCentralDisplay";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.main-post-list .type-3-content .number {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 43px;
  text-align: right;
  color: #FFFFFF;
  font-family: "RingCentralSans";
  font-size: 10px;
  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-type-4 .text {
  display: none;
}

.main-post-list .main-post-list-item-type-4 .title {
  color: #002855;
}

.main-post-list .main-post-list-item-type-4 .number {
  color: #002855;
}

.main-post-list .main-post-list-item-type-4 .text-block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.video-section .video-container {
  padding-top: 60%;
  position: relative;
  background-size: cover;
}

.video-section .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video-section .video-container a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #066FAC;
  font-family: "RingCentralSans";
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 10px;
  text-transform: uppercase;
}

.video-section .title {
  color: #002855;
  font-family: "RingCentralDisplay";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
}

.video-section .text {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #222;
}

.video-section .play {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-form .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-form h2 {
  text-align: center;
  color: #002855;
  font-family: 'RingCentralDisplayBold';
  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: 50px;
  border: 1px solid #DBD9D6;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px 14px 12px 14px;
  color: rgba(28, 27, 28, 0.5);
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}

.popup-form input[type="text"].error, .popup-form input[type="email"].error {
  border-color: #D12525;
}

.popup-form input[type="text"]::-webkit-input-placeholder, .popup-form input[type="email"]::-webkit-input-placeholder {
  /* Edge */
  color: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 1;
}

.popup-form input[type="text"]:-ms-input-placeholder, .popup-form input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 1;
}

.popup-form input[type="text"]::-ms-input-placeholder, .popup-form input[type="email"]::-ms-input-placeholder {
  color: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 1;
}

.popup-form input[type="text"]::placeholder, .popup-form input[type="email"]::placeholder {
  color: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans";
  font-size: 18px;
  font-weight: 600;
  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";
  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 #002855;
  border-right: 2px solid #002855;
  -webkit-transform: rotate(45deg);
          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: rgba(28, 27, 28, 0.5);
  font-family: "RingCentralSans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
  padding: 12px 30px 12px 14px;
}

.popup-form .selectric-wrapper .selectric .button {
  width: 18px;
  height: 18px;
  background: none;
  top: 12px;
  right: 18px;
  left: auto;
  bottom: auto;
  border: none;
  border-bottom: 2px solid #002855;
  border-right: 2px solid #002855;
  -webkit-transform: rotate(45deg);
          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: #D12525;
}

.popup-form .form-notice {
  margin: 18px 0 0 0;
  font-family: "RingCentralSans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.19px;
  line-height: 21px;
}

.popup-form .privacy {
  font-family: "RingCentralSans";
  font-size: 18px;
  font-weight: 600;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 0 0;
  color: #5A5A5A;
  font-family: "RingCentralSans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
}

.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 10px 10px 10px;
}

.ajax-input .dropdown .option:hover {
  background: #D5D5D5;
}

/*------------------------------------*\
    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;
    -webkit-box-shadow: none !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% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.css.map */