/* Reboot: normalize browser defaults and apply Bootstrap base styles */ 
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
p {
    margin: 5px 0;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
li {
  line-height: inherit;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
td, th {
  padding: 0;
}
blockquote {
  margin: 0 0 1rem;
}
figure {
  margin: 0 0 1rem;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
small {
  font-size: 80%;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* STYLE START HERE */
body{ 
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
h1 {
    font-size: 59px;
    font-weight: 200;
}
p {
    font-size: 22px;
}
.container {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 65px;
    position: relative;
}
.container.full-width {
    width: 100%;
}
header.site-header {
    background: #f1f2f2;
    min-height: 62px;
}
.logo {
    position: absolute;
    top: 27px;
    left: 65px;
} 
.logo img{
    width: 140px;
}
nav.mainNavWrap {
    padding: 34px 0 22px;
    font-size: 14px;
}
nav.mainNavWrap ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
nav.mainNavWrap ul li {
    display: inline-block;
    margin-left: 18px;
    position: relative;
}  
nav.mainNavWrap ul .subnav {
    position: absolute;
    left: -20px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    padding-top: 5px;
    top: 30px;
    z-index: 5;
	transition: .3s all;
}
nav.mainNavWrap ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    top: 20px;
}
nav.mainNavWrap ul .subnav li {
    margin: 0;
    white-space: nowrap;
    display: block;
}
nav.mainNavWrap > ul > li > a.active,
nav.mainNavWrap > ul > li > a:hover {
    border-bottom: 1px solid #00b6eb;;
    color: #00b6eb;
}
nav.mainNavWrap > ul > li.log-inout > a:hover {
    border-bottom: 1px solid transparent;
    color: #fff;
    background: #00b6eb;
}
li.has-children > a {
    border-color: transparent !important;
}
nav.mainNavWrap ul .subnav li a {
    color: #fff;
    padding: 0 20px;
    display: block;
	transition: .3s all;
    background: #032341;
    border-bottom: 1px solid transparent;
    text-align: left;
}
nav.mainNavWrap ul .subnav li a.active,
nav.mainNavWrap ul .subnav li a:hover {
    background: #00b6eb;
    color: #fff;
}
nav.mainNavWrap ul li a {
    color: #032341;
    text-decoration: none;
    transition: .2s all;
    border-bottom: 1px solid transparent;
}
nav.mainNavWrap ul li.log-inout a{
    padding: 2px 18px;
    background: #032341;
    color: #fff;
    border-radius: 20px;
}
section.banner-wrap {
    padding: 42px 0 65px;
    background: #f1f2f2;
}
.banner-wrap h1 {
    margin: 0px 0px 37px;
}
.banner-wrap h2 {
    font-size: 33px;
    font-weight: 600;
    width: 500px;
    max-width: 100%;
    margin-bottom: 15px;
}
section.banner-wrap p {
    width: 620px;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.4;
}
a.btn {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    padding: 5px 14px;
    display: inline-block;
    background: #00b6eb;
    border-radius: 20px;
    margin: 12px 0;
    transition: .3s all;
} 
a.btn:hover {
    background: #032341;
    color: #fff;
    outline: 1px solid #00b6eb;
}
section.pl-lined {
    padding: 60px 0px 65px;
    background: #ffffff;
}
section.pl-lined.pl-lined--white{
    background:#f1f2f2
}  
h2.h-lined {
    color: #032341;
    font-weight: 900;
    padding-left: 78px;
    font-size: 22px;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
}
h2.h-lined::before {
    content: '';
    position: absolute;
    width: 67px;
    height: 3px;
    display: block;
    top: 50%;
    background: #00b6eb;
    transform: translateY(-50%);
    left: -3px;
}
.plline-slide { 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pllineslide-item {
    width: 265px;
    max-width: 100%;
    position: relative;
    padding: 60px 24px 78px 0;
}
.pllineslide-item.no-btn {
    padding-bottom: 60px;
}
.pllineslide-item h3 {
    font-weight: 200;
    font-size: 28px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 22px;
}
.pllineslide-item h3.dbspace{
    margin-bottom: 42px;
} 
.pllineslide-item h3::before {
    content: '';
    display: block;
    width: 32px;
    height: 20px;
    background: url(../images/blue-arr.png);
    position: absolute;
    top: 5px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.container.pllineswrap {
    background: #f1f2f2;
}
section.pl-lined.pl-lined--white .container.pllineswrap{
    background: #fff
}
.pllineslide-item p {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
}
.pllineslide-item p:last-child {
    margin: 0;
}
.pllineslide-item > a {
    font-size: 15px;
    font-weight: bold;
    color: #00b6eb;
    text-decoration: none;
    position: absolute;
    bottom: 47px;
}
section.futureReadyWrap {
    padding: 60px 0 60px;
    background: #032341;
}
.futureReadyWrap h2.h-lined {
    margin-bottom: 0;
}
.futureReadyWrap.futureReadyWrap--1 {    
    padding: 60px 0 86px;
} 
.sc-2-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc-2-column.heading-position-top > h2 {
    width: 100%;
    margin-bottom: 60px;
}
.sc-2-column.heading-position-top .sc2c-left p.heading-2 {
    margin-top: -8px;
}
.sc-2-column > div {
    width: 50%;
}
h2.h-lined.white {
    color: #fff;
}
.futureReadyWrap p {
    color: #fff;
}

.sc2c-left{
    padding-right: 20px;
}
.sc2c-right {
    padding-left: 15px;
}
.futureReadyWrap .sc2c-left p {
    line-height: 1.4;
} 
.sc2c-left p.heading-2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin: 23px 0px 15px; 
    width: 370px;
    max-width: 100%;
    letter-spacing: -.028em;
}
.sc2c-left a.btn {
    margin-top: 20px;
}
h3.h-lined-up {
    font-size: 27px;
    color: #fff;
}
h3.h-lined-up::before {
    content: '';
    display: block;
    width: 68px;
    background: #00b6eb;
    height: 3px;
    margin: 4px 0 11px;
}
.futureReadyWrap .sc2c-right p {
    font-size: 18px; 
}
.sc2c-right h3.h-lined-up { 
    margin-top: 20px;
}
.sc2c-right h3.h-lined-up:first-child{
  margin-top: 0;
}
section.pl-str-block {
    background: #48bce6;
}
.container.plsbc { 
    background: #fff;
    top: -66px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 56px;
}
.pl-str-block h2 {
    font-size: 49px;
    line-height: 1;
    width: 650px;
    max-width: 100%;
    margin-bottom: 24px
}
.pl-str-block p { 
    line-height: 1.42;
    font-size: 23.3px;
    color: #032341;
}
.plsb-content > a {
    font-size: 15px;
    font-weight: bold;
    color: #00b6eb;
    text-decoration: none;
    margin-top: 12px;
    display: inline-block;
}
.pl-lined > .container > p {
    font-size: 35.7px;
    font-weight: normal;
    width: 562px;
    max-width: 100%;
    line-height: 1.1;
    margin-top: -8px;
    margin-bottom: 60px;
    color: #032341
}
.pl-lined.pllineslide2{
    background: #f1f2f2;
    padding: 60px 0px 65px;
    margin: 0;
}
.pllineslide2 .pllineslide-item p{    
    padding-right: 55px;
}
.pllineslide2 .pllineslide-item {
    padding-bottom: 80px;
}
.pllineslide2 .pllineslide-item:nth-child(3) p {
    padding-right: 20px;
}
.pllineslide2 .pllineslide-item > a{
    padding-bottom: 0px;
}
.container.pllineslide2 {
    margin-top: 50px;
    background: #fff;
}
.pllineslide2 .pllineslide-item h3 {
    min-height: 66px;
    margin-bottom: 10px;
}
section.pl-quoted {
    padding: 60px 0 42px;
    background: #032341;
}
.plq-content p {
    font-size: 27.5px;
    line-height: 1.25;
    color: #fff;
}
.plq-content {
    padding: 0px 0px 20px 96px;
    position: relative;
}
.plq-auth h4 {
    font-size: 22px;
    color: #00b6eb;
    font-weight: normal;
    margin: 0;
}
.plq-auth span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.plq-auth {
    margin-top: 23px;
}
.plq-content:before {
    content: '';
    position: absolute;
    left: -9px;
    font-weight: 300;
    background: url(../images/quote.png);
    height: 85px;
    width: 93px;
    background-repeat: no-repeat;
    top: 0px;
    background-size: contain; 
}
.pl-str h2 {
    font-size: 49px;
    line-height: 1;
    margin-bottom: 20px;
}
.pl-str h3{
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
}
.pl-str p {
    font-size: 26.5px;
    margin:20px 0;
    line-height: 1.4;
}
.pl-str.pl-str--1  h2,
.pl-str.pl-str--1  p{
    width: 445px;
    max-width: 100%;
}
section.pl-str {
    padding: 60px 0 65px;
    background: #fff;
}
section.pl-str > .container > a {
    margin: 0;
}
section.footer {
    display: flex;
    padding: 60px 0 0;
    font-size: 14px;
    font-weight: normal;
}
section.footer a{
    color: #032341;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
} 
section.footer h3 {
    font-size: 14px;
    color: #00b6eb;
    text-transform: uppercase;
}
section.footer > div {
    width: 25%;
    max-width: 100%;
}
a.social-in {
    width: 28px;
}
section.footnote {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: -5px;
}
a.footnotelogo {
    width: 87px;
    margin-right: 45px;
}
.footnote a:not(.footnotelogo), .footnote span {
    font-size: 14px;
    color: #032341; 
    text-decoration: none;
    margin-right: 20px;
    font-weight: normal;
}
footer.footer-wrap {
    background: #f1f2f2;
    border-bottom: 14px solid #66d5e7;
    padding-bottom: 33px;
}
section.box-marg {
    margin: 60px 0;
    position: relative;
}
section.box-padd {
    padding: 60px 0;
    position: relative;
}
.box-padd > .button-box,
#main-content > .text-box,
.box-padd > .text-box {
    margin: 22px auto;
    width: 930px;
    max-width: 100%;
    padding: 0 65px;
}
.box-padd > .button-box:last-child {
    margin-bottom: 0;
}
#main-content > .text-box:last-child,
.box-padd > .text-box:last-child {
    margin-bottom: 0;
}
.text-box {
    margin: 55px 0 5px;
}
.box-padd > .container > .text-box {
    margin: 22px 0 5px;
}
.text-box h2{
    font-size: 27.5px;
    font-weight: normal;
    color: #21bbed;
    margin-bottom: 10px; 
    line-height: 1.1;
}
.text-box p {
    font-size: 19px;
} 
.collapsible {
    margin: 12px 0;
}
.drop-db-title {
    font-size: 19px;
    font-weight: bold;
    color: #00b6eb;
    cursor: pointer
}
.drop-db-content {
    display: none;
    font-size: 19px;
    padding: 15px 0;
}
.drop-db-content p {
    font-size: 19px;
} 
.tcd-wrap .text-box {
    margin: 10px 0 5px;
}
.tcd-wrap .text-box h2 {
    margin-bottom: 5px;
}
.container.tcd-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 40px;
    margin-top: -20px;
}
.container.tcd-wrap > .text-box {
    width: calc(50% - 20px);
    max-width: 100%;
}
h2.h-title { 
    font-size: 35.7px;
    font-weight: normal;
    line-height: 1.1;
    margin: 40px 0 60px;
    color: #032341;
}
.container.white-box {
    padding: 65px;
    background: #fff;
}
.container.white-box .text-box:first-child {
    margin-top: 0;
}
.container.white-box .text-box {
    margin: 22px 0 5px;
}
.box-padd.theme-gray{
    background: #f1f2f2;
}
.hamburger{
    display: none;
}
#hamburger-icon {
    width: 38px;
    height: 18px;
    position: absolute;
    display: block;
    margin: 0;
    right: 15px;
    top: 20px;
}
#hamburger-icon .line {
  display: block;
  background: #032341;
  width: 36px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.calendly-inline-widget iframe {
    height: 800px;
}
@media (min-width: 940px) {
    .mainNavWrap{
        display: block !important
    }
}
@media (min-width: 768px) {
    .mobileOnly{
        display: none !important;
    }
}
@media (max-width: 940px) {
    .container.pllineswrap { 
        width: calc(100% - 50px);
    }
    .container.plsbc{
        top:0;
    }
    .futureReadyWrap.futureReadyWrap--1 {
        padding: 60px 0;
    }
    .hamburger{
        display: block;
    }
    .mainNavWrap{
        display: none;
    }
    nav.mainNavWrap {
        position: absolute;
        width: 100%;
        top: 62px;
        background: #00b6eb;
        left: 0;
        z-index: 10;
        padding: 0;
    }
    nav.mainNavWrap ul li {
        display: block;
        margin-left: 0;
        position: relative;
        text-align: left;
        padding: 0;
    }
    nav.mainNavWrap ul li > a {
        background: #032341;
        color: #fff;
        display: block;
        width: 100%;
        border-radius: 0 !important;
        padding: 5px 20px;
    }
    nav.mainNavWrap ul {
        margin: 0;
    }
    nav.mainNavWrap ul .subnav {
        opacity: 1;
        visibility: visible;
        position: relative; 
        top: 0 !important;
        left: 0;
        padding-top: 0;
    }
    nav.mainNavWrap ul .subnav li a {
        background: #00b6eb;
    }
}
@media (max-width: 767px) {
    .box-padd > .button-box,
    #main-content > .text-box,
    .box-padd > .text-box,
     .container{
       padding: 0 15px;
     }
    .plline-slide {
        flex-direction: column;
    }
    .pllineslide-item.no-btn,
    .pllineslide-item {  
      padding: 30px 24px 20px 0;
    }
    .pllineslide-item > a { 
        position: relative;
        bottom: 0;
    }
    .container.tcd-wrap ,
    .sc-2-column { 
       flex-direction: column;
    }
    .sc-2-column > div {
        width: 100%;
    }
    .sc2c-left {
        margin: 0 0 50px;
        padding-right: 0;
    }
    .sc2c-right {
        padding-left: 0;
    }
    .plq-content:before { 
        width: 26px; 
    }
    .plq-content {
        padding: 0px 0px 20px 25px; 
    }
    .container.white-box {
        padding: 65px 25px; 
    }
    .container.tcd-wrap > .text-box {
        width: 100%; 
    }
    section.footer { 
        flex-wrap: wrap;
    }
    section.footer > div {
        width: 50%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    section.footnote {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .footnote a:not(.footnotelogo), .footnote span { 
      margin-right: 10px;
    }
    a.footnotelogo {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    section.footnote { 
        flex-direction: row;
        align-items: center; 
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo { 
        top: 20px;
        left: 15px;
    }
    nav.mainNavWrap ul .subnav{
        display: none; 
    }
    nav.mainNavWrap ul .subnav {
        padding: 10px 0;
    }
}