/*
	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 {
  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;
  font-weight: 300;
  letter-spacing: 0.04px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

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

h3 {
  font-family: "proxima_novasemibold";
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

h4 {
  font-family: "proxima_novasemibold";
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

a {
  color: #066FAC;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 3px solid #5580F7;
  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;
}

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

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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;
  justify-content: center;
  align-items: center;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.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 {
  width: 198px;
  background: none;
  border: 1px solid #FFFFFF;
}
.button.button-transparent:hover {
  background: #fff;
  color: #024688;
}
.button.button-transparent:focus-visible {
  background: #fff;
  color: #024688;
}
.button.button-white-blue-color {
  width: 198px;
  background: #FFFFFF;
  color: #066FAC;
}
.button.button-white-blue-color:hover {
  color: #024688;
}
.button.button-white-blue-color:focus-visible {
  color: #024688;
}
.button.button-white-blue-color:disabled {
  color: #fff;
  opacity: 0.1;
}
.button.button-blue {
  background: #002FA7;
  color: #FFFFFF;
}
.button:disabled {
  background: rgba(6, 111, 172, 0.1);
  color: rgba(6, 111, 172, 0.3);
}
.button:focus {
  border: none;
}

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;
}

.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;
}
.header .button {
  width: 130px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  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: "proxima_novasemibold";
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  color: #222;
  margin: 0 10px 0 0;
}

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

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

.sub-header-container {
  background: #002FA7;
}
.sub-header-container .sub-title {
  color: #FFFFFF;
  font-family: "proxima_novasemibold";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}
.sub-header-container .h1 {
  margin: 8px 0 0 0;
}
.sub-header-container .text {
  color: #FFFFFF;
  font-family: "proxima_novalight";
  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: "proxima_novasemibold";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}
.sub-header-container .number {
  color: #FFFFFF;
  font-family: "proxima_novalight";
  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 {
  flex-wrap: wrap;
  position: relative;
  padding-top: 33px;
  padding-bottom: 58%;
  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%;
}

.home .sub-header-container .sub-header-content {
  padding-top: 42px;
}

/* nav */
/* sidebar */
/* footer */
.top-footer-wrapper {
  background: #001138;
  text-align: center;
  color: #fff;
}
.top-footer-wrapper .top-footer {
  padding: 44px 20px 28px 20px;
}
.top-footer-wrapper .footer-title {
  color: #FFFFFF;
  font-family: "proxima_novasemibold";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.top-footer-wrapper .footer-text {
  color: #FFFFFF;
  font-family: "proxima_novalight";
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
}
.top-footer-wrapper .buttons {
  margin: 25px 0 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.top-footer-wrapper .buttons .button {
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
}
.top-footer-wrapper .buttons .button:first-child {
  margin-left: 0;
}
.top-footer-wrapper .buttons .button:focus-visible {
  text-decoration: none;
}

footer {
  background: #001138;
}
footer .bottom-footer {
  padding: 16px 20px 16px 20px;
  display: flex;
  flex-direction: column;
}
footer .bottom-footer-bg {
  background: rgba(153, 175, 255, 0.15);
}
footer .footer-socials {
  display: flex;
  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: "proxima_novalight";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  width: 100%;
  text-align: left;
  order: 3;
}
footer .footer-external-link {
  order: 2;
  margin-bottom: 16px;
}
footer .footer-external-link svg {
  width: 75px;
  height: 28px;
}
footer .footer-links {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}
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%;
  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: "proxima_novalight";
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
}
footer .footer-links li a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    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: "proxima_novaitalic";
  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;
}

.navigation {
  margin: 30px 0 30px 0;
  display: flex;
  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: #002FA7;
  margin: 24px -20px 34px -20px;
  padding: 30px 35px 30px 35px;
}
.grab-check-list-section p {
  color: #FFFFFF;
  font-family: "proxima_novasemibold";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
.grab-check-list-section p a {
  color: #CAD8FF;
}

.watch-now {
  background: #002FA7;
  margin-top: 42px;
  margin-bottom: 38px;
  padding: 50px 20px 0 20px;
  margin-left: -20px;
  margin-right: -20px;
  flex-direction: column;
}
.watch-now .watch-now-text {
  text-align: center;
  color: #FFFFFF;
  font-family: "proxima_novalight";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04px;
  line-height: 20px;
}
.watch-now .watch-now-text .title {
  font-family: "proxima_novasemibold";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 16px;
}
.watch-now .watch-now-text .sub-title {
  margin: 0;
}
.watch-now .watch-now-button {
  display: flex;
  margin: 30px auto 0 auto;
  width: 166px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  color: #066FAC;
  font-family: "proxima_novasemibold";
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 16px;
}
.watch-now .watch-now-button:hover {
  text-decoration: none;
  color: #024688;
}
.watch-now .watch-now-button:focus-visible {
  text-decoration: none;
  color: #024688;
}
.watch-now .watch-now-image {
  margin: 50px 0 0 0;
  width: 100%;
}

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

/* read more */
.read-more-section-bg {
  background: #F5F7F8;
}

.read-more-section {
  color: #222;
  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: #222;
  font-family: "proxima_novasemibold";
  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 .button:focus {
  outline: none;
}
.read-more-section .button:focus-visible {
  outline: 2px solid #5580F7;
}
.read-more-section .number {
  margin: 24px 0 12px 0;
  font-family: "proxima_novasemibold";
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-transform: uppercase;
  color: #222;
}
.read-more-section .title {
  margin: 0;
  font-family: "proxima_novasemibold";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  color: #222;
}
.read-more-section .title:hover {
  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;
  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 .more-item:focus-visible {
  outline: 3px solid #5580F7;
  outline-offset: 2px;
}
.read-more-section .is-load {
  opacity: 0.3;
}

.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 a:hover {
  text-decoration: none;
}
.main-post-list .main-post-list-item, .main-post-list .main-post-list-item-type-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.main-post-list .main-post-list-item:focus-visible, .main-post-list .main-post-list-item-type-2:focus-visible {
  text-decoration: none;
}
.main-post-list .main-post-list-item.item-type-2-margin, .main-post-list .main-post-list-item-type-2.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 {
  width: 46%;
  padding-top: 30%;
  position: relative;
}
.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 {
  width: 46%;
}
.main-post-list .main-post-list-item .item-img, .main-post-list .main-post-list-item-type-2 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-post-list .main-post-list-item .number, .main-post-list .main-post-list-item-type-2 .number {
  margin-bottom: 10px;
  line-height: 9px;
  color: #222;
  font-family: "proxima_novasemibold";
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 10px;
  text-transform: uppercase;
}
.main-post-list .main-post-list-item .title, .main-post-list .main-post-list-item-type-2 .title {
  color: #222;
  font-family: "proxima_novasemibold";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.main-post-list .main-post-list-item .title:hover, .main-post-list .main-post-list-item-type-2 .title:hover {
  color: #066FAC;
}
.main-post-list .main-post-list-item-type-2 {
  background: #EFF2F3;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  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-type-2 .text-title {
  color: #222;
  font-family: "proxima_novasemibold";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.main-post-list .main-post-list-item-type-3 {
  position: relative;
  margin: 15px -20px 0 -20px;
  padding: 0 20px 0 20px;
  display: block;
}
.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%;
  flex-direction: column;
  justify-content: space-between;
}
.main-post-list .type-3-content .title {
  display: block;
  width: 60%;
  color: #FFFFFF;
  font-family: "proxima_novasemibold";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.main-post-list .type-3-content .title:hover {
  text-decoration: underline;
}
.main-post-list .type-3-content .number {
  display: block;
  order: 2;
  margin-top: 43px;
  text-align: right;
  color: #FFFFFF;
  font-family: "proxima_novasemibold";
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 10px;
  text-transform: uppercase;
}
.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 .title:hover {
  color: #066FAC;
  text-decoration: none;
}
.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;
}

/*------------------------------------*\
    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% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}