.text-lightblue {
  color: #00b1e2;
}
.text-ocean {
  color: #347AB7;
}
.bg-gray {
  background: #efefef;
}

.td-button {
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 0.65em 2.5em;
  border-radius: 10px;
  color: white;
  background-color: #00558c;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: -webkit-box-shadow 114ms ease-out;
  transition: -webkit-box-shadow 114ms ease-out;
  -o-transition: box-shadow 114ms ease-out;
  transition: box-shadow 114ms ease-out;
  transition: box-shadow 114ms ease-out, -webkit-box-shadow 114ms ease-out;
}

.td-button:hover,
.td-button:focus {
  color: white;
  -webkit-box-shadow: inset 0 0 1000px 0 rgba(10, 10, 10, 0.2);
  box-shadow: inset 0 0 1000px 0 rgba(10, 10, 10, 0.2);
  text-decoration: none;
}

.td-button.green {
  background-color: #ccd813;
}

.td-button.light-blue {
  color: white;
  background-color: #00b1e2;
}

.td-button.dark-blue {
  color: white;
  background-color: #21314d;
}

.td-button.dark-blue:hover,
.td-button.dark-blue:focus {
  -webkit-box-shadow: inset 0 0 1000px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 1000px 0 rgba(255, 255, 255, 0.2);
}

.td-button.gray {
  color: #353535;
  background-color: #e2e7ea;
}

.td-button.big {
  display: block;
  width: 100%;
  line-height: 1.5em;
  white-space: normal;
  -webkit-transition: background-color, -webkit-transform, -webkit-box-shadow;
  transition: background-color, -webkit-transform, -webkit-box-shadow;
  -o-transition: transform, box-shadow, background-color;
  transition: transform, box-shadow, background-color;
  transition: transform, box-shadow, background-color, -webkit-transform,
    -webkit-box-shadow;
  -webkit-transition-duration: 114ms;
  -o-transition-duration: 114ms;
  transition-duration: 114ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.td-button.big:hover,
.td-button.big:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 15px -3px rgba(10, 10, 10, 0.35);
  box-shadow: 0 0 15px -3px rgba(10, 10, 10, 0.35);
  background-color: #00b1e2;
}

.td-button.rounded {
  border-radius: 1000px;
}

.td-tile {
  position: relative;
  padding: 15px;
  background-color: white;
}

.td-tile img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.td-tile .content {
  line-height: 1.5em;
  margin-top: 1em;
  text-transform: uppercase;
  color: #00b1e2;
  word-break: break-word;
}

.td-tile .tag {
  position: absolute;
  top: 0;
  width: 3em;
  height: 3em;
  border-radius: 0 0 15px 15px;
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 3em;
  text-align: center;
}

.td-tile .tag.scm {
  right: calc(3em + 30px);
  background-color: #21314d;
}

.td-tile .tag.ses {
  right: 15px;
  background-color: #00b1e2;
}

.concierge__float a,
.concierge__static a {
  color: #38b9e8;
  text-decoration: underline;
  font-weight: bold;
}
.concierge__float a:hover,
.concierge__static a:hover,
.concierge__float a:focus,
.concierge__static a:focus {
  color: white;
}
.concierge__float {
  position: absolute;
  z-index: 9998;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  padding: 10px 30px 10px 10px;
  border-bottom-left-radius: 3.5em;
  border-top-left-radius: 3.5em;
  line-height: 1.35em;
  color: white;
  background-color: #202e4d;
}
.concierge__float img {
  margin-right: 1em;
  width: 4em;
  height: auto;
  flex: 0 0 4em;
}
.concierge__float p {
  margin: 0 !important;
}
.concierge__float strong.heading {
  display: block;
  color: #38b9e8;
  font-weight: 500;
}
.concierge__float strong {
  color: #cbdb2b;
}
.concierge__float.tip {
  position: static;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  transform: none;
}
@media (min-height: 900px) {
  .concierge__float {
    display: flex;
  }
}

.concierge__static {
  padding: 40px 20px;
  color: white;
  background-color: #202e4d;
  text-align: center;
}
.concierge__static .container {
  max-width: 550px;
}
.concierge__static img {
  margin-bottom: 1em;
}
@media (min-height: 900px) {
  .concierge__static {
    display: none;
  }
}

/*
**
Helpers
**
*/

.wrapper {
  display: inline-block;
  width: auto;
}

.body-copy {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.br {
  display: inline;
}

@media (min-width: 768px) {
  .br {
    display: block;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
**
Manual Resets
**
*/

a:focus,
a:active,
button:focus,
button:active,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
}

a.lock {
  position: relative;
  display: flex;
  align-items: center;
}
a.lock:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 1em;
  margin-right: 0.25em;
  background: url("../images/TD_Cloud_Lock_Blue.png") center/contain no-repeat;
}
a.lock:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "Requires LevelUp Account";
  display: none;
  line-height: 1em;
  font-size: 0.7em;
  padding: 1.5em;
  border-radius: 0.5em;
  color: white;
  background-color: #202e4d;
  white-space: nowrap;
  pointer-events: none;
  animation: blip 228ms ease-out forwards;
}
a.lock:hover:after {
  display: block;
}

a.apn-lock {
  position: relative;
  display: flex;
  align-items: center;
}
a.apn-lock:before,
a.is-generally-locked:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 1em;
  margin-right: 0.25em;
  background: url("../images/TD_Cloud_Lock_Blue.png") center/contain no-repeat;
}
a.apn-lock:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "Requires APN Log-in";
  display: none;
  line-height: 1em;
  font-size: 0.7em;
  padding: 1.5em;
  border-radius: 0.5em;
  color: white;
  background-color: #202e4d;
  white-space: nowrap;
  pointer-events: none;
  animation: blip 228ms ease-out forwards;
}
a.apn-lock:hover:after {
  display: block;
}

ul.big {
  padding-left: 1rem;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
ul.big ul {
  font-size: 1.5rem;
}
ul.big ul > li {
  padding-left: 1.5rem;
  position: relative;
}
ul.big ul > li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 1rem 1rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #38b9e8;
}
ul.big > li {
  margin-top: 1rem;
  padding-left: 3rem;
  position: relative;
}
ul.big > li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.8rem 2rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cbdb2b;
}

.container {
  width: 100% !important;
  max-width: 1200px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container--narrow {
    width: 75% !important;
  }
}

.container:before,
.container:after {
  display: none !important;
}

.re-li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

th,
td {
  padding: 10px !important;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.75em !important;
  color: #353535;
}



h1,
h2,
h3,
h4,
h5,
p,
a,
span {
  font-family: "Work Sans" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em !important;
  font-weight: 300 !important;
  color: #21314d;
}
h2{
  color:  #fff;
}

h4,
h5,
h6 {
  color: #00b1e2;
}

h1 {
  font-size: 2.4em !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.8em !important;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.5em !important;
  }
}

h2 {
  font-size: 2em !important;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.1em !important;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.7em !important;
  }
}

h3 {
  font-size: 1.4em !important;
  /*color: #00b1e2 !important;*/
}

p {
  margin: 1em 0 0 0;
}

/*
**
Site Header
**
*/

header#user-header {
  display: none;
}

@media (min-width: 1025px) {
  header#user-header {
    display: block;
    position: relative;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    background-color: #e2e7ea;
    font-size: 14px;
  }
  header#user-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header#user-header .container .logo svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  header#user-header .container .logo svg * {
    fill: #97999b;
  }
  header#user-header .container .logo a {
    display: inline-block;
    vertical-align: middle;
  }
  header#user-header .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.35em;
  }
  header#user-header .container ul li {
    margin-left: 20px;
  }
  header#user-header .container ul li svg {
    margin-right: 0.5em;
  }
  header#user-header .container ul li .login-link {
    color: #fdae00;
    font-weight: 600;
  }
  header#user-header .container ul li:first-child {
    padding-right: 20px;
    border-right: 1px solid #97999b;
  }
}
header#site-messg {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  left: 0;
}
header#site-messg .announcement-banner{
  background-color: #244a7e;
  color: #ffffff;
  text-align: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
}
header#site-messg .announcement-banner a{
  text-decoration: underline;
  font-weight: bolder;
  color: #ffffff;
}
header#site-messg .announcement-banner a:hover{
  color: #ffffff;
}
header#site-header {
  /*position: relative;*/
  position: fixed;
  z-index: 9997;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-shadow: 0 0 15px -3px rgba(10, 10, 10, 0.25);
  box-shadow: 0 0 15px -3px rgba(10, 10, 10, 0.25);
  background-color: white;
  font-size: 17px;
}

header#site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1300px) {
  header#site-header .container {
    max-width: none !important;
  }
}

header#site-header .container:before,
header#site-header .container:after {
  display: none;
}

header#site-header .logo svg {
  display: block;
  width: 250px;
  height: auto;
}

header#site-header #shop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: none;
  text-align: center;
}

header#site-header #shop .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-animation: slide_down 228ms ease-out forwards;
  animation: slide_down 228ms ease-out forwards;
  max-width: 450px;
  padding: 0px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px -3px rgba(10, 10, 10, 0.35);
  box-shadow: 0 0 25px -3px rgba(10, 10, 10, 0.35);
}

header#site-header #shop .wrapper ul li:first-child .td-button {
  margin: 0;
}

header#site-header #shop .wrapper .td-button {
  width: 100%;
}

header#site-header #shop .wrapper .td-button.gray {
  width: auto;
}

header#site-header #shop:target {
  display: block;
}

@media (max-width: 500px) {
  header#site-header #shop .wrapper {
    width: 375px;
  }

  header#site-header #shop .wrapper .td-button {
    font-size: 16px;
    padding: 0.7em 1.2em;
  }
}

@media (max-width: 1024px) {
  header#site-header {
    position: fixed;
    top: 60px;
  }
  header#site-header nav {
    position: relative;
  }
  header#site-header nav .menu-button {
    display: block;
    padding: 7px 10px;
    border: 2px solid white;
    border-radius: 5px;
    -webkit-transition: background-color 0ms linear 250ms,
      border 0ms linear 250ms;
    -o-transition: background-color 0ms linear 250ms, border 0ms linear 250ms;
    transition: background-color 0ms linear 250ms, border 0ms linear 250ms;
  }
  header#site-header nav .menu-button:before,
  header#site-header nav .menu-button:after,
  header#site-header nav .menu-button span {
    content: "";
    display: block;
    width: 1.5em;
    height: 3px;
    margin: 5px 0;
    border-radius: 1px;
    background-color: #00558c;
  }
  /*
  header#site-header nav .menu-button:focus {
    border-top-color: #00558c;
    border-right-color: #00558c;
    border-left-color: #00558c;
    background-color: white;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  header#site-header nav .menu-button:focus + #menu {
    top: 100%;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  header#site-header nav #menu {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border: 1px solid #00558c;
    border-radius: 10px 0px 11px 11px;
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 20px 45px -3px rgba(10, 10, 10, 0.2);
    box-shadow: 0 20px 45px -3px rgba(10, 10, 10, 0.2);
    -webkit-transition: top 0ms linear 250ms;
    transition: top 0ms linear 250ms;
  }
  header#site-header nav #menu > li {
    margin: 7px 20px 0 20px;
  }
  header#site-header nav #menu > li:first-child {
    margin-top: 20px;
  }
  header#site-header nav #menu > li:last-child {
    margin-top: 0;
    margin-bottom: 15px;
  }
  header#site-header nav #menu > li .td-button {
    display: block;
    padding-right: 3em;
    padding-left: 3em;
  }
  header#site-header nav #menu > li .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #97999b;
  }
  header#site-header nav #menu > li .sub-menu li:first-child a {
    font-weight: 600;
    color: #fdae00;
  }
  header#site-header nav #menu > li .sub-menu li:first-child a svg {
    margin-right: .5em;
  }
  */
}

@media (min-width: 1025px) {
  header#site-header {
    height: 100px;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header#site-header nav .menu-button {
    display: none;
  }
  header#site-header nav #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header#site-header nav #menu > li {
    margin-right: 15px;
  }

  header#site-header nav #menu > li:last-child {
    margin-right: 0;
  }
  header#site-header nav #menu > li a {
    color: #011d45;
    font-weight: bold;
  }
  header#site-header nav #menu .cloud-market-btn {
    padding: 10px 30px;
    border: 2px solid #00b8e6;
    border-radius: 1000px;
    color: #00b8e6;
  }
  header#site-header nav #menu .cloud-market-btn:hover {
    border: 2px solid #00b8e6;

    color: white;
    background-color: #00b8e6;
    text-decoration: none;
  }
  header#site-header nav #menu > li a.td-button {
    color: white;
    margin: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  header#site-header nav #menu > li .sub-menu {
    display: none;
  }
  header#site-header nav #menu > li .sub-menu li a {
    font-weight: normal !important;
  }
  header#site-header nav #menu > li.remove {
    display: none;
  }
}
@media (min-width: 768px) {
  #section_hero div#buildHero {
    margin-top: 131px;
  }
}

@media (min-width: 1200px) {
  header#site-header {
    font-size: 16px;
  }
  #section_hero div#buildHero {
    margin-top: 70px;
  }
}

@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@keyframes slide_down {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

/*
**
Site Footer
**
*/

footer#site-footer {
  padding: 20px 0;
  color: white;
  background-color: #00558c;
  font-size: 13px;
  line-height: 1.2em;
  text-align: center;
  overflow-x: hidden;
}

footer#site-footer .logo {
  display: inline-block;
}

footer#site-footer .logo svg {
  display: block;
  width: 150px;
  height: 37px;
}

footer#site-footer .legal {
  margin: 20px 0;
  line-height: inherit;
}

footer#site-footer .social li {
  display: inline;
  margin: 0 5px;
}

footer#site-footer .social li a,
a.circle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

footer#site-footer .social li a.twitter,
a.circle.twitter {
  background-color: #22abe5;
}

footer#site-footer .social li a.linkedin,
a.circle.linkedin {
  background-color: #0071b4;
}
a.circle.newsroom {
  background-color: #001f5f;
}

footer#site-footer .social li a svg,
a.circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 30px;
  max-height: 30px;
}

@media (min-width: 768px) {
  footer#site-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer#site-footer .container .legal {
    /*-ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    */
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0 20px;
  }
}

/*
**
Modules
**
*/

.td-module {
  padding: 40px 0;
  text-align: center;
}



.td-module .sub-heading {
  margin-top: 20px;
}

.td-module.light-gray {
  background-color: #edf2f4;
}

.td-module.gray {
  background-color: #e2e7ea;
}

.td-module.med-gray {
  background-color: #97999b;
}

@media (min-width: 768px) {
  .td-module {
    padding: 6vw 0;
  }
}

.td-module.hero {
  position: relative;
  overflow: hidden;
}

.td-module.hero .container {
  text-align: center;
}

.td-module.hero .container .wrapper {
  max-width: 530px;
  text-align: left;
}

.td-module.hero .heading {
  color: white;
  -webkit-font-smoothing: antialiased;
}

.td-module.hero .buttons {
  max-width: 300px;
}

.td-module.hero .buttons .td-button:first-of-type {
  margin: 3em 10px 0 0;
}

.td-module.hero .content {
  margin-top: 1em;
  color: white;
}

.td-module.hero .content a {
  color: #00b1e2;
}

.td-module.hero.home {
  margin: 0;
}

.td-module.hero.home .content {
  color: #21314d;
}
.heroGuide {
  background-color: #02b2e3;
}
@media (max-width: 767px) {
  .td-module.hero {
    background: #21314d !important;
  }
  .td-module.hero.home {
    background: #00b1e2 !important;
  }
}

@media (min-width: 768px) {
  .td-module.hero {
    min-height: 400px;
    position: relative;
  }
  .td-module.hero .container {
    text-align: left;
  }
  .td-module.hero .container .wrapper.abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .td-module.hero.home .content {
    color: #21314d;
  }
}

@media (min-width: 1200px) {
  .td-module.hero .buttons {
    max-width: none;
  }
}

.td-module.hero-alt {
  position: relative;
  color: white;
}
.td-module.hero-alt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.td-module.hero-alt .wrapper {
  margin: 0 auto;
}
.td-module.hero-alt .heading span {
  display: inline;
}
.td-module.hero-alt .container {
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .td-module.hero-alt {
    height: 25vh;
    min-height: 250px;
  }
  .td-module.hero-alt .heading span {
    display: block;
  }
  .td-module.hero-alt .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

.td-module.path-cta img {
  width: 14em;
  margin: 10px 20px;
}
.td-module.path-cta hr {
  border-color: #ddd;
}
.td-module.path-cta .td-button {
  margin-top: 3em;
}

.td-module.hero-content {
  padding: 0;
}
.td-module.hero-content .container .wrapper {
  padding: 40px 0;
}
.td-module.hero-content .cloud-path-icon {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 5px solid #cbdb2b;
  border-radius: 50%;
}
.td-module.hero-content .cloud-path-icon:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ecf2f4;
}
.td-module.hero-content .cloud-path-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 3px;
  background-image: linear-gradient(
    to right,
    transparent 60%,
    rgba(203, 219, 43, 1) 0%
  );
  background-position: center top;
  background-size: 12px 3px;
  background-repeat: repeat-x;
}
.td-module.hero-content .cloud-path-icon img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
.td-module.hero-content .right {
  padding-top: 40px;
}
.td-module.hero-content .heading {
  margin: 0;
}
.td-module.hero-content .heading span {
  display: block;
}
.td-module.hero-content .level {
  margin: 0;
  color: #38b9e8;
}
.td-module.hero-content p {
  margin: 1em 0 0 0;
}
@media (min-width: 768px) {
  .td-module.hero-content {
    padding: 0;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .td-module.hero-content .container .wrapper {
    display: flex;
    padding: 8vw 0;
  }
  .td-module.hero-content .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 40%;
    height: 100%;
    max-width: 365px;
    background: url("../images/bg-ovals.svg");
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: calc(-600px + 46%) center;
  }
  .td-module.hero-content .container:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    left: -9999px;
    transform: translateY(-50%);
    display: block !important;
    height: 3px;
    background-image: linear-gradient(
      to right,
      transparent 60%,
      rgba(203, 219, 43, 1) 0%
    );
    background-position: center top;
    background-size: 12px 3px;
    background-repeat: repeat-x;
  }
  .td-module.hero-content .container .left {
    display: flex;
    flex-direction: column;
    align-self: center;
    flex: 0 0 40%;
    max-width: 350px;
  }
  .td-module.hero-content .container .right {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 60%;
    padding: 0 0 0 60px;
  }
  .td-module.hero-content .container .right div,
  .td-module.hero-content .container .right p {
    padding-left: 10px;
    background-color: #ecf2f4;
  }
  .td-module.hero-content .cloud-path-icon:after {
    display: none;
  }
  .td-module.hero-content .heading span {
    display: inline;
  }
}
@media (min-width: 992px) {
  .td-module.hero-content .container .right {
    padding: 40px 0 40px 60px;
  }
  .td-module.hero-content .cloud-path-icon {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .td-module.hero-content .container:before {
    max-width: none;
  }
}

.td-module.why .container {
  max-width: 750px;
}
.td-module.why .heading span {
  display: inline;
}
.td-module.why p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .td-module.why .heading span {
    display: block;
  }
}

.td-module.how {
  background: linear-gradient(160deg, #041d46 0%, #0375a1 100%);
}
.td-module.how .heading span {
  display: inline;
  color: white;
}
.td-module.how .cloud {
  position: relative;
  width: 345px;
  margin: 0 auto;
  transform: scale(1.2);
}
.td-module.how .icons > div {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 10%;
  padding-bottom: 10%;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #021e47;
  border-radius: 50%;
  cursor: pointer;
}
.td-module.how .icons > div.active {
  background-color: #00b1e2;
}
.td-module.how .icons > div:nth-child(1) {
  top: 60%;
  left: 11%;
}
.td-module.how .icons > div:nth-child(2) {
  top: 20%;
  left: 45%;
}
.td-module.how .icons > div:nth-child(3) {
  top: 40%;
  left: 84%;
}
.td-module.how .icons > div:nth-child(4) {
  top: 85%;
  left: 70%;
}
.td-module.how .icons > div:nth-child(5) {
  top: 85%;
  left: 32%;
}
.td-module.how .descriptions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.td-module.how .descriptions p {
  display: none;
  max-width: 50%;
  margin: 9% 0 0 0;
  font-size: 0.6em;
  line-height: 1.3em;
}
.td-module.how .descriptions p.active {
  display: block;
}
@media (min-width: 600px) {
  .td-module.how .cloud {
    width: 550px;
    transform: none;
  }
  .td-module.how .descriptions p {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .td-module.how .heading span {
    display: block;
  }
}

.td-module.cloud-path {
  position: relative;
}
#insiders.lightbox .mktoForm div.mktoFormRow:not(:first-of-type) {
  display: none;
}
#insiders.lightbox .mktoForm {
  margin: 2rem auto 0;
}
#insiders.lightbox .mktoForm input[type=text], #insiders.lightbox .mktoForm input[type=email]{
border-radius: 0;
border: 1px solid black !important;
font-size: 18px;
font-family: "Work Sans" !important;
}
#insiders.lightbox .mktoFormRow {
display: flex;
justify-content: space-between;
flex: 0 0 80%;
}
#insiders.lightbox .mktoFormRow .mktoFieldDescriptor{
width: 32%;
flex-shrink: 3;
display: flex;
}
#insiders.lightbox .mktoForm div.mktoFormRow:not(:first-of-type) {
  display: none;
}
#insiders.lightbox .mktoForm .mktoButtonRow { 
flex: 0 0 20%;
}
#insiders.lightbox .mktoForm .mktoButtonRow span {
text-align: left !important;
margin: .3em 0 0 0 !important;
}
#insiders.lightbox .mktoForm .mktoButtonRow span .mktoButton{
border-radius: 1000px !important;
padding: 0.8em 2.35em !important;
text-shadow: none !important;
}
@media (max-width: 800px) {
  #insiders.lightbox .mktoFormRow {
    display: contents;
  }
}



.td-module.cloud-path .forms .lightbox,
.assessment-box .lightbox {
  color: white;
}
.assessment-box .lightbox > .wrapper {
  font-size: 19.2px;
  height: auto;
}
.td-module.cloud-path .concierge__float {
  text-align: left;
  min-width: 600px;
}
.td-module.cloud-path .concierge__float img {
  width: 5.5em;
  height: 5.5em;
  flex: 0 0 5.5em;
}
.td-module.cloud-path .container {
  max-width: 375px;
}
.td-module.cloud-path .intro {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .concierge__static.signup {
    display: block;
  }
  .td-module.cloud-path .concierge__float {
    display: none;
  }
}
@media (min-width: 900px) {
  .concierge__static.signup {
    display: none;
  }
  .td-module.cloud-path .concierge__float {
    display: flex;
  }
}

.td-module.cloud-path .loading {
  margin-top: 40px;
  text-align: center;
}
.td-module.cloud-path .loading svg {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
  will-change: transform;
  -webkit-animation: spin_360 500ms linear infinite;
  animation: spin_360 500ms linear infinite;
}
@keyframes spin_360 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin_360 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.td-module.cloud-path .form {
  /*display: none;*/
  padding-top: 40px;
}
.td-module.cloud-path .form.signup form fieldset {
  /*max-width: 500px;*/
}
.td-module.cloud-path .desktop-text {
  padding: 40px 20px;
}
.td-module.cloud-path .form form {
  position: relative;
  padding: 40px 20px 100px;
  border-top: 1px solid rgba(48, 48, 48, 0.15);
}
.td-module.cloud-path .form form fieldset {
  margin-top: 1em;
}
.td-module.cloud-path .form form input[type="text"],
.td-module.cloud-path .form form input[type="email"],
.td-module.cloud-path .form form input[type="tel"],
.td-module.cloud-path .form form input[type="number"],
.td-module.cloud-path .form form input:not([type="checkbox"]),
.td-module.cloud-path .form form input:not([type="radio"]) {
  display: block;
  width: 100%;
  height: calc(3.25em + 2px);
  padding: 0.75em;
  border: 1px solid #dde3e4;
  background-color: #ecf2f4;
}
.td-module.cloud-path .form form label {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-weight: 500;
}
.td-module.cloud-path .form form input[type="checkbox"] {
  display: none;
}
.td-module.cloud-path .form form input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  user-select: none;
}
.td-module.cloud-path .form form input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border: 1px solid #dde3e4;
  box-shadow: inset 0 0 0 0.5em #ecf2f4, inset 0 0 0 0.5em #38b9e8;
  transition: box-shadow 114ms ease-out;
}
.td-module.cloud-path .form form input[type="checkbox"]:checked + label:before {
  box-shadow: inset 0 0 0 0.1em #ecf2f4, inset 0 0 0 0.5em #38b9e8;
}
.td-module.cloud-path .form form input[type="checkbox"] ~ .toggle {
  display: none;
}
.td-module.cloud-path .form form input[type="checkbox"]:checked ~ .toggle {
  display: block;
}

.td-module.cloud-path .form form button {
  display: block;
  padding: 0.75em;
  border-radius: 0;
  color: white;
  background-color: #38b9e8;
  font-family: "Work Sans";
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.td-module.cloud-path .form form button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.td-module.cloud-path .form form button:hover,
.td-module.cloud-path .form form button:focus {
  background-color: #2d98bf;
}
@media (min-width: 768px) {
  .td-module.cloud-path {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .td-module.cloud-path .form.restore,
  .td-module.cloud-path .form.retrieve-key {
    width: 50%;
    margin: 60px 0 0 0;
    padding: 40px 20px 20px;
    float: left;
  }
  .td-module.cloud-path .form.restore {
    border-right: 1px solid rgba(48, 48, 48, 0.15);
  }
}

.td-module.cloud-path ol {
  margin: 0;
  text-align: left;
}
.td-module.cloud-path ol > li {
  margin-top: 30px;
  padding-bottom: 30px;
}
.td-module.cloud-path ol > li.cta {
  background: none;
}
.td-module.cloud-path ol > li.cta div {
  background-color: #202e4d;
  text-align: center;
}
.td-module.cloud-path ol > li.cta div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
.td-module.cloud-path ol > li.cta div h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400 !important;
  color: white !important;
}
.td-module.cloud-path ol > li button {
  padding: 20px 0;
  border-bottom: 2px solid #303030;
  text-align: left;
}
.td-module.cloud-path ol > li button h3 {
  margin-top: 0;
}
.td-module.cloud-path ol > li button p:last-of-type {
  margin: 0;
}
.td-module.cloud-path ol > li button .arrow {
  display: block;
  width: 2.5em;
  height: 1.5em;
  margin-top: 1em;
  background: url("../images/arrow.svg") center/contain no-repeat;
  transition: transform 228ms ease-out;
}
.td-module.cloud-path ol > li button.active .arrow {
  transform: rotate(180deg);
}

.td-module.cloud-path ol > li .content {
  max-height: 0px;
  overflow: hidden;
}
.td-module.cloud-path ol > li .content ul li {
  margin-top: 40px;
}

.td-module.cloud-path ol > li .content ul li .status {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 1em;
}
.td-module.cloud-path ol > li .content ul li .status input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.3em;
  border-radius: 50%;
  cursor: pointer;
  background: url("../images/svg/Todo_Open.svg") center/42px no-repeat;
  background-color: white;
}
.td-module.cloud-path ol > li .content ul li .status input:first-of-type {
  margin-left: 0;
}
.td-module.cloud-path ol > li .content ul li .status input:focus {
  outline: none;
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_in_progress"] {
  background-image: url("../images/svg/InProgress_Open.svg");
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_completed"] {
  background-image: url("../images/svg/Complete_Open.svg");
}
.td-module.cloud-path ol > li .content ul li .status input[value="to_do"]:hover,
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="to_do"]:focus {
  box-shadow: inset 0 0 0 99999px rgba(234, 97, 66, 0.15);
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_in_progress"]:hover,
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_in_progress"]:focus {
  box-shadow: inset 0 0 0 99999px rgba(253, 183, 28, 0.15);
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_completed"]:hover,
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_completed"]:focus {
  box-shadow: inset 0 0 0 99999px rgba(203, 219, 43, 0.15);
}
.td-module.cloud-path ol > li .content ul li .status input:checked {
  animation: 228ms 1 forwards blip;
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="to_do"]:checked {
  background-image: url("../images/svg/Todo_Filled.svg");
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_in_progress"]:checked {
  background-image: url("../images/svg/InProgress_Filled.svg");
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_completed"]:checked {
  background-image: url("../images/svg/Complete_Filled.svg");
}
.td-module.cloud-path ol > li .content ul li .status label {
  display: none;
  flex: 0 0 auto;
  margin: 0 0 0 1em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: 228ms 1 forwards blip;
  /*transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;*/
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="to_do"]:checked
  ~ label.to_do {
  display: block;
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_in_progress"]:checked
  ~ label.res_in_progress {
  display: block;
}
.td-module.cloud-path
  ol
  > li
  .content
  ul
  li
  .status
  input[value="res_completed"]:checked
  ~ label.res_completed {
  display: block;
}
@-webkit-keyframes blip {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes blip {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.td-module.cloud-path ol > li .content ul li:last-child > div {
  padding-bottom: 1em;
  color: white;
  background-color: #202e4d;
}
.td-module.cloud-path ol > li .content ul li:last-child > div a.level-up,
.td-module.cloud-path ol > li .content ul li:last-child > div a.apn-login {
  color: white;
}
.td-module.cloud-path ol > li .content ul li > * > * {
  margin: 0 10px;
}
.td-module.cloud-path ol > li .content ul li .thumb {
  position: relative;
  margin: 0 0 1em;
}
.td-module.cloud-path ol > li .content ul li .thumb > .feat,
.td-module.cloud-path ol > li .content ul li .thumb > .play,
.td-module.cloud-path ol > li .content ul li .thumb > .lock {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.td-module.cloud-path ol > li .content ul li .thumb > .feat {
  top: 0;
  left: 0;
  width: 55px;
  height: 58px;
  background: url("../images/TD_Cloud_Featured.svg");
}
.td-module.cloud-path ol > li .content ul li .thumb > .play {
  top: 15px;
  right: 15px;
  width: 27px;
  height: 37px;
  background: url("../images/TD_Cloud_Play.svg");
}
.td-module.cloud-path ol > li .content ul li .thumb > .lock {
  bottom: 15px;
  right: 15px;
  width: 39px;
  height: 54px;
  background: url("../images/TD_Cloud_Lock.svg");
}
.td-module.cloud-path ol > li .content ul li img {
  width: 100%;
  height: auto;
  margin: 0;
}
.td-module.cloud-path ol > li .content ul li img[src="undefined"],
.td-module.cloud-path ol > li .content ul li img[src=""],
.td-module.cloud-path ol > li .content ul li img[src="#"] {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.td-module.cloud-path ol > li .content ul li .time {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.td-module.cloud-path ol > li .content ul li a {
  display: block;
  font-weight: 600;
  text-decoration: underline;
  color: #38b9e8;
}
.td-module.cloud-path ol > li .content ul li a.lock {
  display: flex;
  align-items: center;
}
.td-module.cloud-path ol > li .content ul li a.lock:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 1em;
  margin-right: 0.25em;
  background: url("../images/TD_Cloud_Lock_Blue.png") center/contain no-repeat;
}
.td-module.cloud-path ol > li .content ul li em {
  color: #38b9e8;
}
.td-module.cloud-path ol > li .content.active {
  max-height: none;
}
@media (min-width: 768px) {
  .td-module.cloud-path .container {
    max-width: 1200px;
  }
  .td-module.cloud-path ol {
    counter-reset: path_counter;
  }
  .td-module.cloud-path ol > li {
    position: relative;
    padding-left: 40px;
    background-image: linear-gradient(
      transparent 60%,
      rgba(203, 219, 43, 1) 0%
    );
    background-position: calc(1em - 2px) top;
    background-size: 3px 12px;
    background-repeat: repeat-y;
  }
  .td-module.cloud-path ol > li:before {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    counter-increment: path_counter;
    content: counter(path_counter);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    padding: 20px 0;
    font-size: 2em;
    color: #cbdb2b;
    background-color: white;
    text-align: center;
  }
  .td-module.cloud-path ol.ul > li:before {
    content: "";
  }
  .td-module.cloud-path ol.ul > li:after {
    content: "";
    position: absolute;
    top: calc(20px + 1em);
    left: 1em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #cbdb2b;
    transform: translate(-50%, -50%);
  }
  .td-module.cloud-path ol > li.cta div {
    text-align: left;
  }
  .td-module.cloud-path ol > li.cta div a {
    flex-direction: row;
  }
  .td-module.cloud-path ol > li.cta div a h3 {
    margin: 0;
    padding-right: 40px;
  }
  .td-module.cloud-path ol > li.cta div a svg {
    flex-shrink: 0;
  }
  .td-module.cloud-path ol > li button {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .td-module.cloud-path ol > li button div {
    flex-grow: 1;
  }
  .td-module.cloud-path ol > li button .arrow {
    flex-shrink: 0;
    margin-left: 40px;
  }
  .td-module.cloud-path ol > li .content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .td-module.cloud-path ol > li .content ul li {
    flex: 0 0 50%;
  }
  .td-module.cloud-path ol > li .content ul li > * {
    margin: 0 10px;
  }
  .td-module.cloud-path ol > li .content ul li .thumb {
    width: 100%;
    margin: 0 0 1em;
  }
}
@media (min-width: 992px) {
  .td-module.cloud-path ol > li .content ul li .status input {
    /*background-size: 50px;*/
  }
}
@media (min-width: 1024px) {
  .td-module.cloud-path ol > li {
    padding-left: 60px;
  }
  .td-module.cloud-path ol > li .content ul li {
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1200px) {
  .td-module.cloud-path ol > li .content ul li .status {
    font-size: inherit;
  }
  .td-module.cloud-path ol > li .content ul li .status input {
    background-size: 50px;
  }
}

.td-module.cloud-path ol > li .content ul li.tab-nav-item {
  display: flex;
}
@media (min-width: 768px) {
  .td-module.cloud-path ol > li .content ul li.tab-nav-item {
    flex: 0 0 33.3333%;
  }
}
.td-module.cloud-path ol > li .content ul li.tab-nav-item a {
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  color: black;
  background-color: #ecf2f4;
  text-decoration: none;
}
.td-module.cloud-path ol > li .content ul li.tab-nav-item a:hover {
  color: white;
  background-color: #00b1e2;
  text-decoration: none;
}
.td-module.cloud-path ol > li .content ul li.tab-nav-item a.active {
  color: white;
  background-color: #202e4d;
  text-decoration: none;
}
.td-module.cloud-path ol > li .content ul.conditional-content {
  display: none;
}
.td-module.cloud-path ol > li .content ul.conditional-content.active {
  display: flex;
}

.td-module.image-link-list ul {
  margin-top: 20px;
}

.td-module.image-link-list ul li {
  display: inline-block;
  max-width: 220px;
  margin: 20px;
}

.td-module.image-link-list ul li img {
  display: block;
  width: 100%;
}

.td-module.image-link-list ul li .td-button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .td-module.image-link-list ul li {
    margin: 10px;
  }
}

.td-module.three-up-icons .list {
  margin: 40px 0 0 0;
}

.td-module.three-up-icons .list li {
  display: block;
  max-width: 350px;
  margin: 40px auto 0 auto;
  padding: 0 1.25rem;
}

.td-module.three-up-icons .list li:first-child {
  margin-top: 0;
}

.td-module.three-up-icons .list li > * {
  margin: 15px 0 0 0;
}

.td-module.three-up-icons .list li h3 {
  font-weight: 400 !important;
}

.td-module.three-up-icons .list li svg {
  width: auto;
  height: 80px;
}

.td-module.three-up-icons .list li img {
  width: 120px;
  height: auto;
}

.td-module.three-up-icons .td-button {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .td-module.three-up-icons .list li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 2.5rem;
  }
  .td-module.three-up-icons .list li img {
  }
}

.td-module.three-up {
  text-align: center;
}
.td-module.three-up .wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.td-module.three-up ul {
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}
.td-module.three-up ul li {
  margin-top: 40px;
}
.td-module.three-up .title {
  margin-top: 1em;
}
.td-module.three-up a {
  color: #38b9e8;
  font-weight: bold;
  text-decoration: underline;
}
.td-module.three-up .thumb {
  padding-bottom: 56.25%;
  background: gainsboro;
}
@media (min-width: 992px) {
  .td-module.three-up ul {
    display: flex;
    justify-content: center;
    max-width: none;
    margin-top: 2em;
  }
  .td-module.three-up ul li {
    flex: 0 1 33.3333%;
    margin: 0;
  }
  .td-module.three-up ul li:first-child {
    margin-right: 10px;
  }
  .td-module.three-up ul li:nth-child(2) {
    margin: 0 5px;
  }
  .td-module.three-up ul li:last-child {
    margin-left: 10px;
  }
}

.td-module.image-content {
  position: relative;
  color: white;
  text-shadow: 0 0 5px rgba(10, 10, 10, 0.5);
  background: #21314d;
}

.td-module.image-content--white {
  background: white !important;
  color: inherit;
  text-shadow: none !important;
  margin: 1em 0;
}
.td-module.image-content.portfolio-details {
  margin: 0;
}

@media (min-width: 768px) {
  .td-module.image-content--white {
    margin: 6em 0;
  }
  .td-module.image-content.portfolio-details {
  }
}

.td-module.image-content--white .heading {
  color: #353535 !important;
}

.td-module.image-content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.td-module.image-content .image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.td-module.image-content .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(10, 10, 10, 0.35);
}

.td-module.image-content .content .wrapper {
  padding: 0 20px;
}

.td-module.image-content .content .heading {
  color: white;
}

@media (min-width: 992px) {
  .td-module.image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-shadow: none;
  }
  .td-module.image-content.portfolio-details {
  }
  .td-module.image-content .image,
  .td-module.image-content .content {
    width: 50%;
  }
  .td-module.image-content.reverse .image {
    order: 2;
  }
  .td-module.image-content.reverse .content {
    order: 1;
  }
  .td-module.image-content .image {
    position: static;
    z-index: 1;
  }
  .td-module.image-content .image:after {
    display: none;
  }
  .td-module.image-content .content .wrapper {
    max-width: 600px;
    padding: 6vw 20px 6vw 40px;
    float: left;
    text-align: left;
  }
  .td-module.image-content .content .td-button {
    margin-top: 3em;
  }
  .td-module.image-content.alt {
    padding: 6vw 0;
    background-color: #21314d;
  }
  .td-module.image-content.alt .content {
    background-color: transparent;
  }
  .td-module.image-content.alt .content .wrapper {
    padding: 0 40px 0 20px;
    float: right;
  }
}

.td-module.tile-list {
  background-color: #edf2f4;
}

.td-module.tile-list .tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px -5px 0;
  font-size: 14px;
}

.td-module.tile-list .tiles li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 50%;
  max-width: 240px;
  padding: 5px;
}

.td-module.tile-list .tiles li .td-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.td-module.tile-list.button-bottom .tiles li .td-tile {
  position: relative;
  padding-bottom: 100px;
}

.td-module.tile-list.home .tiles li .td-tile {
  background-color: transparent;
}

.td-module.tile-list .tiles li .td-tile img {
  width: 90px;
  height: auto;
}

.td-module.tile-list.home .tiles li .td-tile .icon {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 1em;
  background-color: white;
}

.td-module.tile-list.home .tiles li .td-tile img {
  width: 75px;
}

.td-module.tile-list .tiles li .td-tile p {
  width: 100%;
  line-height: 1.25;
}

.td-module.tile-list.button-bottom .tiles li .td-tile .td-button {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.td-module.tile-list .td-button {
  margin-top: 3em;
}

.td-module.tile-list.big .tiles {
  margin: 20px -10px 0;
}

.td-module.tile-list.big .tiles li {
  width: 100%;
  max-width: 500px;
  padding: 10px;
}

.td-module.tile-list.big .tiles li .td-tile img {
  width: 120px;
}

.td-module.tile-list.big .tiles li .td-tile .content {
  margin-top: 1em;
  font-size: 1.25em;
  color: #353535;
}

.td-module.tile-list.big .tiles li .td-tile p {
  margin-top: 0;
}

.td-module.tile-list.big .tiles li .td-tile .td-button {
  margin-top: 1em;
}

.td-module.tile-list.vendors .tiles li {
  max-width: 500px;
}

.td-module.tile-list.vendors .tiles li .td-tile {
  text-align: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.td-module.tile-list.vendors .tiles li .td-tile .image {
  position: relative;
  display: block;
  width: 150px;
  height: 80px;
}

.td-module.tile-list.vendors .tiles li .td-tile img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.td-module.tile-list.vendors .tiles li .td-tile .content {
  font-size: 1.5em;
  text-transform: none;
}

.td-module.tile-list.vendors .tiles li .td-tile p {
  margin: 1em 0 0 0;
}

.td-module.tile-list.vendors .tiles li .td-tile .td-button {
  margin-top: 2em;
}

.td-module.tile-list.services.button-bottom .tiles li .td-tile .td-button {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .td-module.tile-list .tiles {
    max-width: 728px;
    margin-right: auto;
    margin-left: auto;
  }
  .td-module.tile-list.big .tiles {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
  }
  .td-module.tile-list.big .tiles li {
    width: 50%;
  }
  .td-module.tile-list.vendors .tiles li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .td-module.tile-list.big .tiles {
    max-width: 992px;
    margin: 20px auto 0;
  }
  .td-module.tile-list.vendors .tiles {
    max-width: none;
  }
  .td-module.tile-list.home .tiles {
    max-width: none;
  }
  .td-module.tile-list.home .tiles li {
    width: 16.66%;
  }
}

.td-module.solutions {
  padding: 0;
}
.td-module.solutions .tab-nav {
  padding: 6vw 0 0;
}
.td-module.solutions .tab-nav h2 {
  margin: 0;
}
.td-module.solutions .tab-nav p {
  max-width: 750px;
  margin: 1em auto 0;
  margin-bottom: 6vw;
}
.td-module.solutions .tab-nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  text-align: center;
}
.td-module.solutions .tab-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.65em 0.5em;
  color: black;
  background-color: #ecf2f4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td-module.solutions .tab-nav ul li a:hover,
.td-module.solutions .tab-nav ul li a:focus {
  text-decoration: none;
  color: white;
  background-color: #00b1e2;
}
.td-module.solutions .tab-nav ul li a.active {
  color: white;
  background-color: #202e4d;
}
@media (min-width: 768px) {
  .td-module.solutions .tab-nav ul {
    flex-direction: row;
  }
  .td-module.solutions .tab-nav ul li {
    flex: 0 0 33.3333%;
  }
  .td-module.solutions .tab-nav ul li {
    display: flex;
    border-right: 1px solid #979797;
  }
  .td-module.solutions .tab-nav ul li:last-child {
    border-right: 0;
  }
}

.graphs {
  position: relative;
  background-color: #ecf2f4;
}
.graphs .legend {
  width: 100%;
  padding: 20px 0;
  color: white;
  background-color: #202e4d;
}
.graphs .legend.alt {
  width: 100%;
  padding: 20px 0;
  color: black;
  background-color: transparent;
}
.graphs .legend .container {
  max-width: 950px;
}
.graphs .legend p {
  margin-bottom: 0px;
}
.graphs .legend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.graphs .legend ul li {
  display: flex;
  align-items: center;
  margin: 0 1em;
}
.graphs .legend ul li span {
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  margin-right: 0.75em;
  border-radius: 50%;
}
.graphs .legend ul li span.starter {
  background-color: #1c558c;
}
.graphs .legend ul li span.transformer {
  background-color: #fab732;
}
.graphs .legend ul li span.accelerator {
  background-color: #cbdb2b;
}
.graphs .head strong,
.graphs .hr strong,
.graphs .foot strong {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  white-space: nowrap;
}
.graphs .graph .hr strong {
  transform: translateY(-50%);
}
.graphs > .container {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
}
.graphs .graph {
  position: relative;
  display: none;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.graphs .graph.active {
  display: block;
}
.graphs .graph .head,
.graphs .graph .foot {
}
.graphs .graph .head {
  padding-bottom: 10px;
}
.graphs .graph .foot {
  padding-top: 10px;
}
.graphs .graph .hunk {
  display: flex;
}

.graphs .graph .hunk .column {
  display: flex;
  flex: 0 0 50%;
  border-right: 1px solid #202e4d;
}
.graphs .graph .hunk .column:last-child {
  border: 0;
}
.graphs .graph .hunk .column .wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 20px;
}
.graphs .graph .hunk.top .column .wrapper {
  padding: 10px 20px 40px;
}
.graphs .graph .hunk.bottom .column .wrapper {
  padding: 40px 20px 10px;
}
.graphs .graph .flip-card {
  flex: 0 0 46%;
  margin: 1.5%;
  border-radius: 0;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.graphs .graph .flip-card .flip-card-inner {
  height: auto;
}
.graphs .graph .flip-card .flip-card-front {
  position: relative;
  display: flex;
  align-items: center;
  height: 4em;
  padding: 0 60px 0 10px;
  border-radius: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  color: white;
  background-color: #00b1e2;
  cursor: pointer;
}
.graphs .graph .flip-card.starter .flip-card-front {
  background-color: #1c558c;
}
.graphs .graph .flip-card.transformer .flip-card-front {
  background-color: #fab732;
}
.graphs .graph .flip-card.accelerator .flip-card-front {
  background-color: #cbdb2b;
}

.hr .desktop-only {
  display: flex;
  width: 100%;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 899px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: inline !important;
  }

  .graphs .graph {
    width: 100vw;
  }
  .graphs .graph .hunk {
    display: flex;
    flex-direction: column;
  }

  .graphs .graph .column {
    /* width: 100%; */
    /* margin: 40px auto; */
  }
  .graphs .graph .hunk .column {
    border-right: 1px solid transparent;
  }
  .graphs .graph .hr {
    height: 65px !important;
    margin-top: 9px;
  }
  .graphs .graph .hunk .column .wrapper {
    padding: 0px;
    display: block;
  }
  .graphs .graph .hunk.top .column .wrapper {
    padding: 0px;
  }
  .graphs .graph .hunk.bottom .column .wrapper {
    padding: 0px;
  }

  .graphs .graph .flip-card {
    width: 95%;
    margin: 10px auto;
    margin-bottom: 0px;
  }
}

.graphs .graph .flip-card .flip-card-front:after {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  content: "";
  display: block;
  width: 80px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.35;
  transition: opacity 0.5s ease-out 0.5s;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.graphs .graph .flip-card .flip-card-front.data-services:after {
  top: auto;
  bottom: 0;
  height: 90%;
  background-image: url("../images/svg/icon-data-services.svg");
}
.graphs .graph .flip-card .flip-card-front.application-innovation:after {
  background-image: url("../images/svg/icon-application-innovation.svg");
}
.graphs .graph .flip-card .flip-card-front.dc-modernization:after {
  background-image: url("../images/svg/icon-dc-modernization.svg");
}
.graphs .graph .flip-card .flip-card-front.enterprise-apps:after {
  background-image: url("../images/svg/icon-enterprise-apps.svg");
}
.graphs .graph .flip-card .flip-card-front.data-ai:after {
  background-image: url("../images/svg/icon-data-ai.svg");
}
.graphs .graph .flip-card .flip-card-front.iot-analytics:after {
  background-image: url("../images/svg/icon-iot-analytics.svg");
}
.graphs .graph .flip-card .flip-card-front.security-compliancy:after {
  background-image: url("../images/svg/icon-security-compliancy.svg");
}
.graphs .graph .flip-card .flip-card-front.core-infrastructure:after {
  background-image: url("../images/svg/icon-core-infrastructure.svg");
}
.graphs .graph .flip-card .flip-card-front.data-protection:after {
  background-image: url("../images/svg/icon-data-protection.svg");
}
.graphs .graph .flip-card .flip-card-front.data-fabric:after {
  top: auto;
  bottom: 0;
  width: 90px;
  height: 90%;
  background-image: url("../images/svg/icon-data-fabric.svg");
}
.graphs .graph .flip-card .flip-card-front.modern-workplace:after {
  top: auto;
  bottom: 0;
  height: 90%;
  background-image: url("../images/svg/icon-modern-workplace.svg");
}
.graphs .graph .flip-card .flip-card-front.collaboration:after {
  background-image: url("../images/svg/icon-collaboration.svg");
}
.graphs .graph .flip-card .flip-card-front.collaboration:after {
  background-image: url("../images/svg/icon-collaboration.svg");
}
.graphs .graph .flip-card .flip-card-back {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  width: 245px;
  height: 140px;
  padding: 20px;
  border-radius: 10px;
}
.graphs .graph.outcome .flip-card .flip-card-back {
  justify-content: center;
  width: 100%;
  height: 100%;
}
.graphs .graph .flip-card .flip-card-back p {
  margin: 0;
  /*line-height: 1.15em;*/
}
.graphs .graph .flip-card .flip-card-back a {
  color: white;
  font-weight: bold;
}
.graphs .graph .flip-card .flip-card-back a:hover,
.graphs .graph .flip-card .flip-card-back a:focus {
  text-decoration: underline;
}
/*.graphs .graph .flip-card .flip-card-back p:before {
  content: "Business Outcome: ";
  display: inline;
  font-weight: bold;
}*/
.graphs .graph .hr {
  position: relative;
  display: flex;
  height: 0;
}
.graphs .graph .hr .line {
  flex-basis: 100%;
  margin: 0 20px;
  border-top: 1px solid #202e4d;
}
.graphs .graph .hr .flip-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.graphs .modals .lightbox {
  position: absolute;
  z-index: 998;
  margin: auto !important;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.graphs .modals .lightbox .wrapper {
  height: 100%;
  max-width: none;
  color: white;
  text-align: left;
  background: url("../images/TD_Icon.svg") no-repeat #202e4d;
  background-position: bottom right;
  background-size: 60px;
  box-shadow: 0 0 90px -10px rgba(10, 10, 10, 0.25);
  overflow-y: auto;
}
.graphs .modals .lightbox .wrapper h2 {
  color: #cbdb2b;
}
.graphs .modals .lightbox .wrapper strong {
  display: block;
  margin-top: 2em;
  color: #38b9e8;
}
.graphs .modals .lightbox .wrapper ul {
  margin-bottom: 2em;
  padding-left: 1em;
}
.graphs .modals .lightbox .wrapper ul li:before {
  display: inline-block;
  margin-right: 0.35em;
  content: "\2022";
  color: #cbdb2b;
  font-size: 20px;
  font-weight: bold;
}
@keyframes scale_in {
  0% {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    height: 575px;
  }
}
@-webkit-keyframes scale_in {
  0% {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    height: 575px;
  }
}
@keyframes scale_away {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    height: 575px;
  }
  100% {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes scale_away {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    height: 575px;
  }
  100% {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    height: 0;
  }
}
@keyframes scale_down {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale_down {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .graphs .modals .lightbox {
    max-width: 700px;
    max-height: 700px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .graphs .graph .flip-card:not(:hover) .flip-card-inner {
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .graphs .graph .flip-card:hover .flip-card-inner,
  .graphs .graph .flip-card:active .flip-card-inner {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .graphs .graph .flip-card .flip-card-back {
    opacity: 0;
    transition: 1s;
    transform: translate(-50%, -50%) !important;
    pointer-events: none;
  }

  .graphs .graph .flip-card:hover .flip-card-back {
    transform: translate(-50%, -50%) !important;
    opacity: 1;
    pointer-events: all;
  }

  .graphs .graph .flip-card h2 {
    opacity: 1;
    transition: all 1s;
  }

  .graphs .graph .flip-card:hover .plus-button,
  .graphs .graph .flip-card:hover h2,
  .graphs .graph .flip-card:active .plus-button,
  .graphs .graph .flip-card:active h2 {
    opacity: 0;
    transition: 1s;
  }
}

.solutions-cta .graphs {
  background-color: transparent;
}
.solutions-cta .graphs .graph .flip-card {
  max-width: 300px;
  margin: 1em auto;
}
.solutions-cta .graphs .graph .flip-card .flip-card-inner {
  transition: transform 228ms ease-out;
}
.solutions-cta .graphs .graph .flip-card .flip-card-inner:hover,
.solutions-cta .graphs .graph .flip-card .flip-card-inner:focus {
  transform: scale(1.05);
}
.solutions-cta .graphs .graph .flip-card .flip-card-inner:hover a,
.solutions-cta .graphs .graph .flip-card .flip-card-inner:focus a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .solutions-cta .graphs .graph {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .solutions-cta .graphs .graph .flip-card {
    flex: auto;
    width: 30%;
    margin: 0;
    padding: 0;
  }
  .solutions-cta .graphs .graph .flip-card .flip-card-inner {
    margin: 0 10px;
  }
}

.cta .heading {
  margin-top: 0;
}

.cta p {
  color: white;
  max-width: 43em;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

.td-module.cta .heading {
  position: relative;
  color: white;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(10, 10, 10, 0.5));
  filter: drop-shadow(0px 0px 15px rgba(10, 10, 10, 0.5));
  font-weight: 600;
}

.td-module.cta .heading span {
  display: inline;
}

.td-module.cta .td-button {
  margin-top: 3em;
}

.td-module.cta.alt {
  padding-top: 40px;
}

.td-module.cta.alt .heading {
  text-transform: none;
}

.td-module.cta.cloud-assessment .container {
  max-width: 960px;
}

@media (min-width: 768px) {
  .td-module.cta {
    /*    padding-top: 160px;*/
  }
  .td-module.cta .heading span {
    display: block;
  }
  .td-module.cta.alt {
    padding-top: 6vw;
  }
}

.td-module.form-cta {
  text-align: left;
}
.td-module.form-cta .form {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 140px;
  padding: 20px;
  background: linear-gradient(-115deg, #cbdb2b 0%, #00558c 50%);
}
.td-module.form-cta .form > img {
  display: block;
  width: 292px;
  height: 366px;
  margin: 0 auto;
  margin-top: -140px;
}
.td-module.form-cta .form h2 {
  color: white;
  text-align: center;
}
.td-module.form-cta .form .mktoForm {
  display: block;
  margin: 0;
}
.td-module.form-cta .form .mktoForm > *:nth-child(odd) > .mktoFormCol,
.td-module.form-cta .form .mktoForm > *:nth-child(even) > .mktoFormCol {
  padding: 0;
}
@media (min-width: 992px) {
  .td-module.form-cta {
    position: relative;
    z-index: 2;
  }
  .td-module.form-cta .wrapper {
    display: flex;
  }
  .td-module.form-cta .wrapper .left {
    margin-right: 3vw;
  }
  .td-module.form-cta .form {
    width: 400px;
    padding: 30px;
    margin: 0;
    margin-top: -292px;
  }
}

.td-module.downloads .browser {
  max-width: 375px;
  margin: 20px auto 0;
}

.td-module.downloads--features .browser {
  max-width: 100%;
}

.td-module.downloads .browser img {
  display: none;
  width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .td-module.downloads .browser {
    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;
    max-width: none;
    margin: 40px auto 0;
  }
  .td-module.downloads .browser img {
    display: block;
    height: auto;
  }
  .td-module.downloads--features .browser img {
    padding-right: 60px;
  }
  .td-module.downloads .browser .files {
    padding-left: 20px;
  }
}

/*.td-module.contact .tiles li {
  width: 100%;
  max-width: 375px;
}

.td-module.contact .tiles li .td-tile {
  padding: 20px;
  text-align: left;
}

.td-module.contact .tiles li .td-tile * {
  width: 100%;
}

.td-module.contact .tiles li p:nth-of-type(n + 2) {
  margin: 0;
}*/
.contact .mktoForm label,
.contact .mktoForm .mktoLabel span,
.contact .mktoForm .mktoAsterix {
  color: #333 !important;
}
.contact .mktoForm input[type="text"],
.contact .mktoForm input[type="url"],
.contact .mktoForm input[type="email"],
.contact .mktoForm input[type="tel"],
.contact .mktoForm input[type="number"],
.contact .mktoForm input[type="date"],
.contact .mktoForm textarea.mktoField,
.contact .mktoForm select.mktoField {
  width: 100%;
  height: auto;
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
  border: 1px solid #e1e4e3 !important;
  border-radius: 7px;
  font-size: 16px !important;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .mktoForm input[type="text"]:focus,
.contact .mktoForm input[type="url"]:focus,
.contact .mktoForm input[type="email"]:focus,
.contact .mktoForm input[type="tel"]:focus,
.contact .mktoForm input[type="number"]:focus,
.contact .mktoForm input[type="date"]:focus,
.contact .mktoForm textarea.mktoField:focus,
.contact .mktoForm select.mktoField:focus {
  border-color: #333 !important;
}
.contact .mktoForm .mktoCheckboxList {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  padding: 0;
}
.contact .mktoForm .mktoButtonRow {
  margin-top: 5rem;
  text-align: center;
}
.contact .mktoForm .mktoButtonWrap {
  margin: 0 !important;
}
.contact .mktoForm .mktoButtonWrap button {
  width: 100% !important;
  border-radius: 5rem !important;
}
.contact .mktoForm input[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .mktoForm input[type="checkbox"] + label {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0.25rem 0;
  font-weight: normal;
  user-select: none;
  cursor: pointer;
}
.contact .mktoForm input[type="checkbox"] + label:before {
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
  border: 1px solid #e1e4e3;
  border-radius: 7px;
  background: white;
  transition: box-shadow 128ms ease-out, border-color 128ms ease-out;
  box-shadow: inset 0 0 0 2.25rem white, inset 0 0 0 9999px #00b1e2 !important;
}
.contact .mktoForm input[type="checkbox"]:checked + label:before {
  border-color: #333;
  box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 9999px #00b1e2 !important;
}
.contact .content {
  max-width: 768px;
}
.contact .form {
  max-width: 420px;
  margin-top: 5rem;
}
.contact .form .image {
  display: none;
}
.contact .form form {
  margin-top: 0;
  padding: 5rem 2rem;
  background-color: white;
}
.contact .form .thank-you {
  padding: 25vh 2rem;
  background-color: white;
}

@media (min-width: 992px) {
  .contact .form {
    display: flex;
    max-width: 1200px;
  }
  .contact .form .image,
  .contact .form form {
    flex: 0 0 50%;
  }
  .contact .form .image {
    display: block;
  }
  .contact .form form {
    padding: 5rem;
  }
  .contact .mktoForm {
    display: block;
  }
  .contact .mktoForm > *:nth-child(even) > .mktoFormCol {
    padding-right: 0;
  }
  .contact .mktoForm > *:nth-child(odd) > .mktoFormCol {
    padding-left: 0;
  }
  .contact .mktoForm input[type="checkbox"] + label {
    padding: 0.5rem 0;
  }
}

@media (min-width: 992px) {
  .td-module.contact .tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .td-module.contact .tiles li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .td-module.contact .tiles li .td-tile {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .td-module.larger {
    font-size: 1.2em;
    line-height: 1.75em;
  }
}

.td-module.gradient-box {
  padding: 0;
}
.td-module.gradient-box:before {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  margin: 0 auto;
  background-image: linear-gradient(transparent 60%, rgba(203, 219, 43, 1) 0%);
  background-position: center;
  background-size: 3px 12px;
  background-repeat: repeat-y;
}
.td-module.gradient-box .wrapper {
  padding: 30px;
}
.td-module.gradient-box .wrapper p {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .td-module.gradient-box .wrapper {
    padding: 60px;
  }
  .td-module.gradient-box:before {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .td-module.gradient-box:before {
    height: 120px;
  }
}

.td-module.about-builder {
  padding: 0;
}
.td-module.about-builder:before,
.td-module.about-builder:after {
  content: "";
  display: block;
  width: 70px;
  height: 40px;
  margin: 0 auto;
  background-image: linear-gradient(transparent 60%, rgba(203, 219, 43, 1) 0%);
  background-position: center;
  background-size: 3px 12px;
  background-repeat: repeat-y;
}
.td-module.about-builder:before {
  border-bottom: 3px solid rgba(203, 219, 43, 1);
}
.td-module.about-builder:after {
  border-top: 3px solid rgba(203, 219, 43, 1);
}
.td-module.about-builder .wrapper {
  margin: 30px;
}
@media (min-width: 992px) {
  .td-module.about-builder:before,
  .td-module.about-builder:after {
    height: 80px;
  }
  .td-module.about-builder .wrapper {
    margin: 70px;
  }
}
@media (min-width: 1200px) {
  .td-module.about-builder:before,
  .td-module.about-builder:after {
    height: 120px;
  }
}

.td-module.how-it-works {
  background-color: rgba(236, 242, 244, 1);
}
.td-module.how-it-works .icon {
  display: block;
  width: auto;
  height: 130px;
  margin: 20px auto;
}
.td-module.how-it-works .heading {
  margin: 0;
}
.td-module.how-it-works .steps {
  text-align: center;
}
.td-module.how-it-works .steps li {
  display: block;
  width: 345px;
  margin: 2em auto;
}
.td-module.how-it-works .steps .title {
  margin: 1em 0;
  color: #38b9e8;
  font-weight: 500;
}
.td-module.how-it-works .steps hr {
  display: none;
  width: 100%;
  height: 2px;
  margin: 30px 0 20px;
  background-color: #303030;
}
@media (min-width: 992px) {
  .td-module.how-it-works {
    background-image: linear-gradient(
      to right,
      transparent 60%,
      rgba(203, 219, 43, 1) 0%
    );
    background-position: center calc(6vw + 7.5em);
    background-size: 12px 3px;
    background-repeat: repeat-x;
  }
  .td-module.how-it-works .steps {
    display: flex;
  }
  .td-module.how-it-works .steps li {
    margin: 2em auto;
    padding: 0 1em;
  }
  .td-module.how-it-works .steps hr {
    display: block;
  }
}
@media (min-width: 1200px) {
  .td-module.how-it-works {
    background-position: center calc(6vw + 8em);
  }
  .td-module.how-it-works .steps li {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.td-module.content.blue {
  color: white;
  background-color: #202e4d;
}
.td-module.content .container {
  max-width: 960px;
}
.td-module.content p {
  margin-top: 2em;
}

.td-module.benefits {
  color: white;
  background-color: #00558c;
}
.td-module.benefits ul {
  max-width: 700px;
  margin: 0 auto;
}
.td-module.benefits ul li {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin: 40px 20px 0;
}
.td-module.benefits ul li:before {
  display: block;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  margin: 0 auto 20px;
  content: "";
  background: url("../images/checkmark.svg") no-repeat #38b9e8;
  background-size: 2.5em;
  background-position: center;
}
@media (min-width: 1200px) {
  .td-module.benefits ul {
    max-width: none;
  }
  .td-module.benefits ul li {
    margin-right: 0;
    margin-left: 0;
  }
}

.td-module.key-areas {
}
.td-module.key-areas .heading {
  margin: 0;
}
.td-module.key-areas .slick-slide {
  height: auto;
  padding: 40px 0;
}
.td-module.key-areas ol li img {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}
.td-module.key-areas ol li .image {
  width: 126px;
  height: 126px;
  margin: 0 auto;
}
.td-module.key-areas ol li .title {
  margin-top: 10px;
  color: #38b9e8;
}
.td-module.key-areas ol li p {
  max-width: 300px;
  margin: 0 auto;
}
.td-module.key-areas .slick-dots li {
  width: 15px;
  height: 15px;
}
.td-module.key-areas .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.td-module.key-areas .slick-dots li button:before {
  width: 15px;
  height: 15px;
  color: #202e4d;
  font-size: 15px;
  opacity: 1;
}
.td-module.key-areas .slick-dots li.slick-active button:before {
  color: #38b9e8;
  opacity: 1;
}
@media (min-width: 1024px) {
  .td-module.key-areas ol {
    counter-reset: key_counter;
    display: flex;
    margin-top: 40px;
    border: 2px solid #cbdb2b;
    border-right-width: 1px;
    border-left-width: 1px;
    font-size: 16px;
    line-height: 1.75em;
  }
  .td-module.key-areas ol li {
    flex: 0 0 20%;
    padding-bottom: 20px;
    border-right: 1px solid #cbdb2b;
    border-left: 1px solid #cbdb2b;
    background-image: linear-gradient(
      to right,
      transparent 60%,
      rgba(203, 219, 43, 1) 0%
    );
    background-position: center 29px;
    background-size: 12px 3px;
    background-repeat: repeat-x;
  }
  .td-module.key-areas ol li p {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .td-module.key-areas ol li:before {
    counter-increment: key_counter;
    content: counter(key_counter);
    display: block;
    width: 2em;
    height: 2em;
    margin: 5px auto 0;
    font-size: 24px;
    line-height: 2em;
    font-weight: 600;
    color: #cbdb2b;
    background-color: white;
  }
}

.td-module.eligibility {
  max-width: 375px;
  margin: 0 auto;
}
.td-module.eligibility .wrapper {
  padding: 0 15px;
}
.td-module.eligibility .wrapper h2 {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .td-module.eligibility {
    display: flex;
    max-width: none;
    align-items: flex-start;
  }
  .td-module.eligibility img {
    width: 50vw;
  }
  .td-module.eligibility .wrapper {
    width: 50vw;
    padding: 0 15px 0 30px;
    text-align: left;
  }
  .td-module.eligibility .wrapper h2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .td-module.eligibility .wrapper {
    width: 600px;
  }
}

.td-module.accordion-tabs .container {
  max-width: 500px;
}
.td-module.accordion-tabs .tab-nav {
  display: none;
}
.td-module.accordion-tabs .accordion {
  margin: 0;
}
.td-module.accordion-tabs .accordion input {
  display: none;
}
.td-module.accordion-tabs .accordion button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 30px 20px 30px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  background-color: #202e4d;
  text-align: left;
  user-select: none;
  cursor: pointer;
}
.td-module.accordion-tabs .accordion button .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.td-module.accordion-tabs .accordion button .icon img {
  width: 40px;
  height: auto;
}
.td-module.accordion-tabs .accordion button .name {
  flex: 0 1 100%;
}
.td-module.accordion-tabs .accordion button .arrow {
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url("../images/arrow.svg") center/cover no-repeat;
  transition: transform 228ms ease-out;
}
.td-module.accordion-tabs.vendor-enablement .container {
  max-width: none;
  padding: 0;
}
.td-module.accordion-tabs.vendor-enablement .accordion button {
  padding: 20px;
  justify-content: space-between;
}
.td-module.accordion-tabs.vendor-enablement .accordion button .icon {
  position: static;
  transform: none;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #202e4d;
}
.td-module.accordion-tabs.vendor-enablement .accordion button .icon img {
  width: 100px;
}
.td-module.accordion-tabs .accordion button .arrow {
  width: 44px;
  height: 25px;
}
.td-module.accordion-tabs .accordion .content {
  max-height: 0px;
  overflow: hidden;
  background-color: white;
  transition: max-height 228ms ease-out;
}
.td-module.accordion-tabs .accordion .content .wrapper {
  display: block;
  width: 100%;
  padding: 0 20px 40px;
}
.td-module.accordion-tabs .accordion .content .wrapper ul.coaches li {
  margin-top: 40px;
}
.td-module.accordion-tabs .accordion .content .wrapper .headshot {
  margin-bottom: 1em;
}
.td-module.accordion-tabs .accordion .content .wrapper .headshot img {
  border: 5px solid #cbdb2b;
  border-radius: 50%;
}
.td-module.accordion-tabs .accordion .content .wrapper p {
  margin-top: 0;
}
.td-module.accordion-tabs .accordion .content .wrapper a {
  display: inline-block;
  margin-top: 1em;
  font-weight: 400;
  text-decoration: underline;
}
.td-module.accordion-tabs.vendor-enablement {
  text-align: left;
}
.td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper h3 {
  width: 100%;
  margin: 1em auto;
}
.td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper a {
  display: inline;
  margin-top: 0;
  font-weight: 400;
  text-decoration: underline;
}
.td-module.accordion-tabs.vendor-enablement
  .accordion
  .content
  .wrapper
  .td-button {
  display: block;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 500px;
  margin: 3em auto 0;
}
.td-module.accordion-tabs .accordion button.active .arrow {
  transform: rotate(180deg);
}
.td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper {
  padding: 40px 20px;
}
.td-module.accordion-tabs.vendor-enablement .accordion button.active .icon {
  border-color: #cbdb2b;
}
.td-module.accordion-tabs.vendor-enablement
  .accordion
  .content
  .wrapper
  .choice:not(:last-child) {
  margin-bottom: 2.5em;
}
.td-module.accordion-tabs.vendor-enablement
  .accordion
  .content
  .wrapper
  .choice.right {
  margin-top: 4em;
}
.td-module.accordion-tabs.vendor-enablement
  .accordion
  .content
  .wrapper
  strong {
  display: block;
  margin-top: 1.5em;
}
.td-module.accordion-tabs .accordion .content .wrapper .group {
  position: relative;
  margin-top: 4em;
  padding: 5rem 2.5rem;
  border: 2px solid #00b1e2;
  border-radius: 1em;
}
.td-module.accordion-tabs .accordion .content .wrapper .group .heading {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  background-color: white;
  top: -2px;
  right: 2.5rem;
  left: 2.5rem;
  transform: translateY(-50%);
  font-weight: 700 !important;
  color: white !important;
  background-color: #00b1e2;
}
.td-module.accordion-tabs .accordion .content.active {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.td-module.accordion-tabs .accordion .content .lightbox {
  color: white;
}
.td-module.accordion-tabs .accordion .content .lightbox .bio {
  margin-top: 3em;
  text-align: left;
  clear: both;
}
.td-module.accordion-tabs .accordion .content .lightbox .bio p {
  margin-top: 1em;
}
.td-module.accordion-tabs .accordion .content .lightbox .cta .td-button {
  text-decoration: none;
}
.td-module.accordion-tabs .simple-list {
  margin-top: 1.5em;
  padding-left: 2em;
  list-style: disc;
  text-align: left;
}
.td-module.accordion-tabs.vendor-enablement
  .accordion
  .content
  .wrapper
  .choice
  img {
  width: auto;
  height: 5rem;
}
@media (min-width: 500px) {
  .td-module.accordion-tabs .accordion .content .wrapper .group .heading {
    right: auto;
  }
}
@media (min-width: 768px) {
  .td-module.accordion-tabs .accordion .content .lightbox {
    text-align: left;
  }
  .td-module.accordion-tabs .accordion .content .lightbox .headshot {
    float: left;
    margin-right: 2em;
  }
  .td-module.accordion-tabs .accordion .content .lightbox .headshot + p {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .td-module.accordion-tabs .container {
    max-width: 1200px;
  }
  .td-module.accordion-tabs .tab-nav {
    display: flex;
    margin: 0;
  }
  .td-module.accordion-tabs .tab-nav li {
    display: flex;
    flex: 0 0 20%;
  }
  .td-module.accordion-tabs .tab-nav li:not(:last-child) {
    /*border-right: 1px solid #314675;*/
    box-shadow: inset -1px 0 0 0 #314675;
  }
  .td-module.accordion-tabs .tab-nav li button {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    color: white;
    background-color: #202e4d;
    box-shadow: inset 0 0px 0 0 #cbdb2b;
    font-size: 14px;
    cursor: pointer;
    transition: box-shadow 228ms ease-out;
  }
  .td-module.accordion-tabs .tab-nav li button:hover {
    box-shadow: inset 0 -7px 0 0 #cbdb2b;
  }
  .td-module.accordion-tabs .tab-nav li button.active {
    box-shadow: inset 0 -15px 0 0 #cbdb2b;
  }
  .td-module.accordion-tabs .tab-nav li button span {
    flex: 0 0 100%;
  }
  .td-module.accordion-tabs .tab-nav li button .name {
    margin-top: 1em;
    font-weight: 300;
  }
  .td-module.accordion-tabs .tab-nav button .icon {
    display: block;
  }
  .td-module.accordion-tabs .tab-nav button .icon img {
    width: auto;
    height: 60px;
  }
  .td-module.accordion-tabs .accordion button {
    display: none;
  }
  .td-module.accordion-tabs .accordion .content {
    transition: none;
  }
  .td-module.accordion-tabs .accordion .content ul.coaches {
    display: flex;
    flex-wrap: wrap;
  }
  .td-module.accordion-tabs .accordion .content ul.coaches li {
    flex: 0 0 33.3333%;
  }
  .td-module.accordion-tabs .accordion .content.active {
    max-height: none;
  }
  .td-module.accordion-tabs .accordion .content ul.coaches li > * {
    margin: 0 10px;
  }

  .td-module.accordion-tabs.vendor-enablement {
    position: relative;
    padding: 0;
  }
  .td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .group {
    display: flex;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .group
    .choice {
    position: relative;
    flex: 0 0 33.3333%;
    text-align: left;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice.right {
    margin: 0;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice.right
    .td-button {
    /*right: 0; left: 2em;*/
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice {
    display: flex;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice:not(:last-child) {
    margin-bottom: 0;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice
    > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice:nth-child(2)
    > div {
    padding-right: 1em;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice:nth-child(3)
    > div {
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    padding-left: 1em;
    padding-right: 1em;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice:nth-child(4)
    > div {
    padding-left: 1em;
  }
  .td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper > p {
    flex: 0 0 100%;
    margin-bottom: 2em;
  }
  .td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper h3 {
    color: #333 !important;
  }
  .td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper h4 {
    color: #00b1e2;
    font-weight: 600 !important;
  }
  .td-module.accordion-tabs.vendor-enablement .accordion .content .wrapper hr {
    width: 5em;
    margin: 2em 0 0 0;
    border-top: 3px solid #00b1e2;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .td-button {
    margin-top: auto;
    padding-right: 1em;
    padding-left: 1em;
  }
  .td-module.accordion-tabs.vendor-enablement
    .accordion
    .content
    .wrapper
    .choice
    img {
    width: auto;
    height: 5rem;
    margin-bottom: 1em;
  }
  .td-module.accordion-tabs.vendor-enablement .tab-nav li {
    flex: 0 0 20%;
  }
  .td-module.accordion-tabs.vendor-enablement .tab-nav li button {
    justify-content: center;
    padding: 0 20px 40px;
  }
  .td-module.accordion-tabs.vendor-enablement .tab-nav button .icon {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    margin-top: -90px;
    border: 5px solid #202e4d;
    border-radius: 50%;
    overflow: hidden;
  }
  .td-module.accordion-tabs.vendor-enablement .tab-nav li button.active .icon {
    border-color: #cbdb2b;
  }
  .td-module.accordion-tabs.vendor-enablement .tab-nav button .icon img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .td-module.accordion-tabs.vendor-enablement .tab-nav button .icon {
    width: 180px;
    height: 180px;
  }
}

.td-module.double-cta {
  padding: 0;
}
.td-module.double-cta .cta {
  padding: 40px 20px;
  border-bottom: 1px solid #979797;
}
.td-module.double-cta h3 {
  display: flex;
  justify-content: center;
  color: white !important;
}
@media (min-width: 992px) {
  .td-module.double-cta {
    display: flex;
  }
  .td-module.double-cta .cta {
    flex: 0 0 50%;
    padding: 60px 0;
    border-bottom: 0;
    border-right: 1px solid #979797;
  }
  .td-module.double-cta .cta > * {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.steps {
  margin: 0;
  counter-reset: steps_counter;
}
.steps li {
  margin: 40px auto 0;
}
.steps li .counter:before,
.steps li .counter:after {
  line-height: 1em;
}
.steps li .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 6em;
  height: 6em;
  margin: 0 auto;
  border: 2px solid #38b9e8;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  color: #00558c;
  background: white;
}
.steps li .counter:before {
  display: block;
  margin: 0 auto;
  content: "step";
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
}
.steps li .counter:after {
  display: block;
  margin: 0 auto;
  counter-increment: steps_counter;
  content: counter(steps_counter);
  font-size: 2.45em;
  font-weight: 300;
}
.platform-comparison {
  background-color: white;
}

.platform-comparison .t-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid #edf2f4;
}

.platform-comparison .t-row > div {
  padding: 1em 0.5em;
  background-color: white;
}

.platform-comparison .t-row > div:first-child {
  border-right: 5px solid #00558c;
}

.platform-comparison .t-row > div:last-child {
  border-left: 5px solid #ccd813;
}

.platform-comparison .t-row > div.full-width {
  border: 0;
  color: white;
  background-color: #00558c;
  text-align: center !important;
}

.platform-comparison .t-row:last-child {
  border: 0;
}

.platform-comparison .head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 5px solid #00558c;
}

.platform-comparison .head > div:last-child {
  border-color: #ccd813;
}

.platform-comparison .head img {
  display: none;
  max-width: 150px;
  margin-right: 2em;
}

.platform-comparison .head h3 {
  margin: 0;
  text-align: left !important;
  color: #353535 !important;
}
.videoSec {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
a.playButton {
  color: #05b1e2;
  background-color: #fff;
  padding: 16px 18px 16px 21px;
  border-radius: 50%;
  position: relative;
  top: 12px;
  transition: 0.3ms;
}
@media (max-width: 768px) {
  a.playButton {
    top: 20px;
  }
}
a.playButton:hover {
  color: #03a6d4;
  background-color: #f1efef;
}
@media (min-width: 768px) {
  .platform-comparison .t-row {
    border-bottom-width: 15px;
  }
  .platform-comparison .t-row > div {
    padding: 1em;
  }
  .platform-comparison .t-row > div:first-child {
    margin-right: 10px;
    border-right-width: 15px;
  }
  .platform-comparison .t-row > div:last-child {
    margin-left: 10px;
    border-left-width: 15px;
  }
  .platform-comparison .t-row > div.full-width {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .platform-comparison .head > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-width: 15px;
  }
  .platform-comparison .head img {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .platform-comparison .t-row > div:first-child {
    margin-right: 20px;
    border-right-width: 25px;
  }
  .platform-comparison .t-row > div:last-child {
    margin-left: 20px;
    border-left-width: 25px;
  }
}

/* Sections */

.section--primary {
  background: #23324d;
  color: white;
}

.section--grey {
  background: #edf2f4;
}

.section--white {
  background: #ffffff !important;
}

.section--no-pad-btm {
  padding-bottom: 0;
}

/* Testimonial-Section */
.testimonial-sep {
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  margin: 20px auto;
}

/* Cards */

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  margin: 10px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
}

@media (min-width: 768px) {
  .card {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: auto;
  }
}

.card__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card__block img {
  width: auto;
}

.card__header {
  padding: 20px;
  background-color: #23324d;
}

.card__block img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.card__title {
  color: white;
}

.card__footer {
  padding: 20px;
  background-color: white;
}

.card__footer ul {
  margin-top: 0 !important;
}

.card__footer ul li {
  display: block !important;
  max-width: 100% !important;
}

/* Utilities */

@media (min-width: 768px) {
  .u-text-left-desktop {
    text-align: left;
  }
}

/* Mobile Menu */

#menu {
  opacity: 0;
}
@media (min-width: 1025px) {
  #menu {
    opacity: 1 !important;
  }
  #menu svg path{
    fill: #011d45 !important;
  }
}

@media (max-width: 1024px) {
  #menu {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 60px);
    left: 0;
    top: -9999px;
    margin-top: 60px;
    padding: 30px 24px;
    background: #202f4e;
    overflow: auto;
  }

  .menu-is-active #menu {
    top: 0;
  }

  #menu svg{
    fill: white !important;
  }

  .menu-is-active .menu-button {
    border: 2px solid #b8c5de !important;
  }

  #menu li {
    line-height: 1;
  }

  #menu a {
    color: white;
    padding: 0.5em 0;
    display: block;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
  }

  #menu .sub-menu {
    display: none;
    padding-left: 4.5em;
  }

  #menu .sub-menu.is-active {
    display: block;
  }

  /*
  #menu li:first-child {
    display: none;
  }
  */
}

@media (min-width: 1025px) {
  .has-children {
    position: relative;
  }
  #menu .sub-menu {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    min-width: 250px;
    padding: 1em;
    line-height: 1.25em;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
  #menu .sub-menu li:not(:first-child) {
    margin-top: 0.75em;
  }

  #menu .has-children:hover .sub-menu {
    display: block !important;
  }
}

/* homepage hero */
#section_hero .carousel {
  margin: 0 !important;
  background: #22324b;
}

@media (max-width: 768px) {
  .td-module.hero .content a {
    color: #00558c;
  }
}

#section_hero .carousel .hero__image img {
  width: 77%;
  margin-left: auto;
}

#section_hero .carousel__slide {
  height: auto;
  padding: 40px 0;
}
@media (min-width: 768px) {
  #section_hero .carousel__slide {
    height: 500px;
  }
}

#section_hero .slick-dots {
  bottom: 15px;
}

#section_hero .container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}

#section_hero .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  #section_hero .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#section_hero .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#section_hero .hero__info {
  padding-right: 4em;
}

#section_hero .hero__heading {
  font-weight: 300;
  font-family: Lato;
  font-size: 55px;
  color: white;
  line-height: 1.1;
  margin-bottom: 0.25em;
  max-width: 420px;
}

#section_hero .hero__description {
  color: white;
  font-family: Lato;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
}

#section_hero .slick-dots li button::before {
  font-size: 10px !important;
  color: white;
}

#section_hero .slick-dots li.slick-active button:before {
  color: #cbdb2b;
  opacity: 1;
}
.slick-prev,
.slick-next {
  z-index: 20;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
}
.slick-prev {
  left: 30px !important;
}
.slick-next {
  right: 30px !important;
}

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* flex cols */
@media (min-width: 992px) {
  .row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col--flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.col--flex-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text--left {
  text-align: left;
}

#smart_guides .content-wrapper {
  max-width: 27em;
  margin: 0 auto;
}

#smart_guides h2 {
  margin-bottom: 0.3em;
}

#smart_guides p {
  line-height: 1.5;
  font-size: 1.1em;
}

#smart_guides .td-button {
  margin-top: 2em;
}

.color--white {
  color: white;
}
img {
  max-width: 100%;
}

.cta__heading {
  font-size: 3em !important;
  font-size: calc(1.5em + 2vw) !important;
  max-width: 10em;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.guides-icon img {
  max-width: 100%;
  max-height: 85px;
  margin: 30px 0;
}

/* tabs*/
.tab {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.tabs li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid white;
}
.tabs li:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  width: auto;
}
.tabs a {
  background-color: #23324d;
  color: white !important;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 5px 10px;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .tabs a {
    padding: 0 50px;
    font-size: 1em;
  }
}

.tabs li:hover,
.tabs a:hover {
  text-decoration: none;
  color: white;
}

.tabs__item {
  display: none;
  padding: 50px 0;
  text-align: left;
}
.tabs__item img {
  width: 375px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tabs__item img {
    width: 50%;
    float: left;
    margin: 0;
    margin-right: 50px;
  }
}
.tabs__item:first-child {
  display: block;
}

.tabs__item li {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .tabs__item li {
    margin-top: 3px;
  }
}

.current a {
  color: #fff;
  background: #00558c;
}

.section--testimonials {
  position: relative;
  margin: 6em 0 4em;
}
.testimonial .slick-prev {
  left: 0 !important;
}
.testimonial .slick-next {
  right: 0 !important;
}
.testimonial .slick-arrow {
  width: auto;
  height: auto;
}
.testimonial .slick-arrow:before {
  padding: 10px;
  color: #05b1e2;
}
.testimonial__text {
  padding-top: 2em;
}
.testimonial__text--accent {
  color: #00b1e2;
}
@media (min-width: 768px) {
  .testimonial__text {
    padding-right: 1em;
  }
}
.testimonial__img img {
  position: relative;
  width: 375px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .testimonial__img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

/* ABOUT */
@media (min-width: 768px) {
  .row--leadership + .row {
    margin-top: 2em !important;
  }
}

.leadership {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .leadership__block {
    margin: 1em 0;
  }
}

.leadership__heading {
  padding-bottom: 0.5em;
}

.leadership__name {
  margin-top: 0.5em;
}

.leadership__title span {
  display: block;
  margin-top: 0.25em;
  font-size: 1em;
}

.leadership__name,
.leadership__title {
  font-size: 1em;
}

.leadership__title {
  color: inherit;
}

@media (max-width: 768px) {
  .leadership__img {
    max-width: 100%;
    max-height: 375px;
  }
}

.leadership__icon .fa-circle path {
  fill: #00b1e2;
}

@media (min-width: 768px) {
  .row--awards + .row {
    margin-top: 2em;
  }
}

.award__link {
  display: inline-block;
  margin-top: 1em;
  color: #00558c;
}

@media (min-width: 768px) {
  .award__link {
    margin-top: 2em;
  }
}

.award__img {
  max-width: 130px;
  max-height: 80px;
  display: block;
  margin: 3em auto 0;
}
@media (min-width: 768px) {
  .award__img {
    margin: 0 auto;
  }
}

/* ABOUT - TIMELINE */
.timeline {
  padding-top: 4em;
  background: transparent;
}

.timeline__month {
  position: relative;
  padding-bottom: 4em;
}
.timeline__month:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  background: #fff;
  z-index: 0;
}
@media (min-width: 768px) {
  .timeline__month:before {
    left: calc(50% - 2px);
  }
}

.timeline__month__title {
  position: relative;
  width: 8em;
  height: 8em;
  padding: 1em;
  margin: auto;
  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;
  margin-bottom: 4em;
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
  text-transform: uppercase;
}

.timeline__list {
  list-style: none;
  margin: 0;
  position: relative;
}
.timeline__list li + li {
  margin-top: 4em;
}

.timeline__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 3em;
}
@media (min-width: 768px) {
  .timeline__item__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.timeline__item__detail .desc {
  padding: 2em;
  padding-top: 0;
  text-align: left;
}

.timeline__item__detail .desc img {
  width: 75px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .timeline__item__detail .desc img {
    padding-bottom: 35px;
    margin-top: -20px;
  }
}

.timeline__item__date {
  display: block;
  margin-left: 21px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cada3f;
  -ms-box-shadow: 0px 0px 2px 10px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: 0px 0px 2px 10px rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0px 0px 2px 10px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 0px 2px 10px rgba(255, 255, 255, 0.12);
}

.timeline__item__title {
  margin-top: -1em;
}

@media (min-width: 768px) {
  .timeline__item .timeline__item__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .timeline__item .timeline__item__article:before {
    content: "";
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .timeline__item .timeline__item__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 0px 0px 2px 10px #ffffff1f;
    box-shadow: 0px 0px 2px 10px #ffffff1f;
  }
  .timeline__item .timeline__item__detail {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .timeline__item:nth-child(1n + 1) .timeline__item__detail:before {
    right: -0.6rem;
  }
  .timeline__item:nth-child(1n + 2) .timeline__item__article:before {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .timeline__item:nth-child(1n + 2) .timeline__item__detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .timeline__item:nth-child(1n + 2) .timeline__item__detail:before {
    left: -0.6rem;
  }
  .timeline__item:nth-child(1n + 2) .timeline__item__detail .edit__btn {
    left: -1em;
  }
  .timeline__item__title {
    margin-top: 0;
  }
}

/* Lightbox */

.lightbox {
  display: none;
  margin: 0 !important;
  padding: 20px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  animation: scale_down 500ms ease-in-out forwards;
}
.lightbox .wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px !important;
  position: relative;
  background-color: #202e4d;
}
.lightbox.white .wrapper {
  background-color: white;
}
.lightbox .wrapper .cancel {
  display: block !important;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/lightbox-close.svg") center/cover no-repeat;
}
.lightbox:target {
  display: block;
}
.lightbox .mktoForm {
  color: white !important;
}
.lightbox .mktoForm input,
.lightbox .mktoForm textarea {
  color: black !important;
}
@media (min-width: 768px) {
  .lightbox .wrapper {
    padding: 60px !important;
  }
  .lightbox .wrapper .cancel {
    width: 60px;
    height: 60px;
  }
}
.globalCta {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}

/* UTILITIES */
.u-color-primary {
  color: #00558c !important;
} /*dark blue*/
.u-color-secondary {
  color: #00b1e2 !important;
} /*light blue*/
.u-color-white {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .u-text-left-desktop {
    text-align: left !important;
  }
  .u-text-right-desktop {
    text-align: right !important;
  }
}
.u-text-center {
  text-align: center !important;
}

.u-pad-top {
  padding-top: 2em;
}

.u-color-navy {
  color: #202f4e !important;
}

.u-bg-navy {
  background-color: #202f4e;
}

.u-color-black {
  color: black !important;
}

.u-color-white {
  color: white !important;
}

.u-color-pale-blue {
  color: #edf2f5 !important;
}

.u-text-light {
  font-weight: 300;
}

.u-text-left {
  text-align: left !important;
}

/* card component */

.c-card {
  width: 100%;
  height: 200px;
  background-color: slategray;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.c-card__title {
  margin-top: 1em;
}

/* notification */

.notification {
  position: fixed;
  z-index: 9999999;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 375px;
  padding: 1em;
  font-weight: 500;
  text-align: center;
  color: white;
  background-color: #38b9e8;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.18);
  animation: notify 4000ms ease-in-out forwards;
  pointer-events: none;
}
@keyframes notify {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  10% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
}
@-webkit-keyframes notify {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  10% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
}

.mktoForm {
  width: 100% !important;
  font-size: 16px !important;
}
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  display: none;
}
.mktoForm .mktoLabel,
.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="tel"],
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoButtonRow {
  display: block;
  width: 100% !important;
  text-align: left;
}
.mktoForm .mktoLabel {
  margin-bottom: 0.5em;
  color: white;
  position: absolute;
  top: 54px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .mktoForm .mktoLabel {
    position: absolute;
    top: 36px;
  }
  .platform-comparison div#videoT {
    display: block;
  }
}
.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="tel"] {
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border: none;
  margin-bottom: 30px !important;
  font-size: 20px;
}
.mktoForm button {
  width: 200px;
  padding: 0.75em;
  font-weight: 300;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  margin-top: 20px !important;
  background-color: #05b1e2 !important;
  background-image: none !important;
  border: none !important;
  transition: 114ms;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #04a3d0 !important;
}
@media (min-width: 992px) {
  .mktoForm {
    display: flex;
    flex-wrap: wrap;
  }
  .mktoForm > * {
    flex: 0 0 50%;
  }
  .mktoForm > *:nth-child(even) > .mktoFormCol {
    padding-right: 10px;
  }
  .mktoForm > *:nth-child(odd) > .mktoFormCol {
    padding-left: 10px;
  }
  .mktoForm .mktoButtonRow {
    flex: 0 0 100%;
  }
  .mktoForm .mktoButtonWrap {
    margin: 0 !important;
  }
  .mktoForm .mktoButtonRow span {
    display: block;
    width: 100%;
    margin: 2em 0 0 0 !important;
    text-align: center;
  }
}

.mktoForm {
  max-width: 750px;
  margin: 2em auto 0;
}
.mktoForm button {
  background-image: none !important;
  background-color: #00b1e2 !important;
  color: #fff !important;
  width: auto !important;
  max-width: 300px;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0.8em 1.35em !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 1em !important;
  font-family: "Work Sans" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1.35em !important;
}
.mktoForm .mktoLabel {
  position: initial;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  width: 100% !important;
  height: 2em;
  margin-bottom: 5px !important;
  box-shadow: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border: 0 !important;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  background-color: white;
}
.mktoForm label,
.mktoForm .mktoLabel span {
  color: #fff !important;
}
.mktoRadioList.mktoHasWidth.mktoRequired {
  width: 100% !important;
}
.mktoRadioList label {
  color: #fff;
}
button.close {
  color: #fff;
}
.modal-content {
  background: url("./images/bg-experiences-partnership.jpg");
  background-size: cover;
  background-position: center;
  border: none;
}
.modal-title {
  text-align: left;
  color: #fff !important;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.modal-header {
  background-color: #21314d;
  border: none;
  padding: 15px 15px 0px 15px;
}
.modal-body {
  background-color: #21314d;
}
.mktoForm input[type="checkbox"] + label:before,
.mktoForm input[type="radio"] + label:before {
  box-shadow: none !important;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  font-size: 14px;
}
.mktoForm .mktoAsterix {
  color: #fff !important;
}
.mktoForm input[type="radio"]:checked + label:before {
  background-position: 2px 2px !important;
}
@media only screen and (max-width: 480px) {
  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    height: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mktoForm input[type="text"],
  .mktoForm input[type="url"],
  .mktoForm input[type="email"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="number"],
  .mktoForm input[type="date"],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    margin-bottom: 32px !important;
  }
  .mktoForm .mktoLabel {
    top: -25px !important;
  }
}

.wing-button {
  color: #38b9e8;
  border: 2px solid #cbdb2b;
  border-radius: 10px;
  padding: 5px 9px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.wing-button:hover {
  background-color: #cbdb2b;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 576px) {
  .wing-button {
    border-radius: 15px;
    padding: 10px 65px;
  }
}

@media (min-width: 1200px) {
  .wing-button {
    padding: 15px 65px;
  }
}

.td-module.get-started-steps {
  font-weight: 500;
  color: white;
  background: linear-gradient(45deg, #1c558c 20%, #94b149 100%);
}
.td-module.get-started-steps .sections-nav {
  position: relative;
  padding: 30px;
}
.td-module.get-started-steps .sections-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 12px 3px;
  background-repeat: repeat-x;
}
.td-module.get-started-steps .sections-nav ol {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.td-module.get-started-steps .sections-nav ol li {
  flex: 0 0 50%;
  margin: 40px 0 0 0;
  max-width: 150px;
}
.td-module.get-started-steps .sections-nav ol li .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.td-module.get-started-steps .sections-nav ol li p {
  margin: 0.5em 15px 0;
  text-align: center;
  line-height: 1.25em;
}
.td-module.get-started-steps .sections-nav ol li[for="educate-enable"] .icon {
  background-image: url("../images/svg/icon-educate-enable.svg");
}
.td-module.get-started-steps .sections-nav ol li[for="assess-discover"] .icon {
  background-image: url("../images/svg/icon-assess-discover.svg");
}
.td-module.get-started-steps .sections-nav ol li[for="procure"] .icon {
  background-image: url("../images/svg/icon-procure.svg");
}
.td-module.get-started-steps .sections-nav ol li[for="build-deliver"] .icon {
  background-image: url("../images/svg/icon-build-deliver.svg");
}
.td-module.get-started-steps .sections-nav ol li[for="migrate-refresh"] .icon {
  background-image: url("../images/svg/icon-migrate-refresh.svg");
}

@media (min-width: 650px) {
  .td-module.get-started-steps .sections-nav:before {
    background-image: linear-gradient(
      to right,
      transparent 60%,
      rgba(203, 219, 43, 1) 0%
    );
    background-position: center 80px;
  }
  .td-module.get-started-steps .sections-nav ol li {
    flex: 0 0 20%;
    margin: 0;
  }
  .td-module.get-started-steps .sections-nav ol li p {
    margin-top: 1em;
  }
}

.td-module.hybrid-hero {
  padding: 0;
  position: relative;
  color: white;
  background-color: #202e4d;
  text-align: left;
}
.td-module.hybrid-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.65;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}
.td-module.hybrid-hero .container {
  position: relative;
  z-index: 10;
}
.td-module.hybrid-hero .top-rings {
  padding: 60px 0;
}
.td-module.hybrid-hero .top-rings > div {
  max-width: 330px;
  margin: 0 auto;
}
.td-module.hybrid-hero .top-rings .cloud {
  display: none;
}
.td-module.hybrid-hero .top-rings .content {
  padding: 2rem 0 0 0;
  border-top: 3px solid white;
}
.td-module.hybrid-hero .top-rings .content > div {
  padding-right: 2rem;
}
.td-module.hybrid-hero .top-rings .content .td-button {
  display: block;
  width: 100%;
}
.td-module.hybrid-hero .accent {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.td-module.hybrid-hero .mid-content {
  margin-top: 5rem;
  padding: 40px 20px;
  border-radius: 5px;
  text-align: center;
  color: black;
  background-color: white;
}
.td-module.hybrid-hero .path {
  padding: 60px 0;
  text-align: center;
}
.td-module.hybrid-hero .path .number {
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 500;
  color: #cbdb2b;
}
.td-module.hybrid-hero .path .number:before,
.td-module.hybrid-hero .path .number:after {
  content: "";
  display: block;
  width: 1px;
  height: 5rem;
  margin: 1rem auto;
  background-color: #cbdb2b;
}
.td-module.hybrid-hero .slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  outline: none;
}
.td-module.hybrid-hero .slider .slick-arrow.slick-disabled {
  visibility: hidden;
}
.td-module.hybrid-hero .slider .slick-dots li button {
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.17);
}
.td-module.hybrid-hero .slider .slick-dots li button:before {
  display: none;
}
.td-module.hybrid-hero .slider .slick-dots li button:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #1c558c;
}
.td-module.hybrid-hero .slider .slick-dots li.slick-active button {
  color: #cbdb2b;
}
.td-module.hybrid-hero .slider .slick-dots li.slick-active button:after {
  background-color: #cbdb2b;
}
.td-module.hybrid-hero .slider .slick-slide > div {
  flex: 0 0 33.3333%;
}
.td-module.hybrid-hero .slider .slick-slide .accent {
  text-align: right;
}
.td-module.hybrid-hero .slider .slick-slide .number {
  max-width: 15rem;
}
.td-module.hybrid-hero .slider .slick-slide .content {
  text-align: left;
}
@media (min-width: 768px) {
  .td-module.hybrid-hero .top-rings {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8% 0 14%;
    background: url("../images/Rings1.png") center/contain no-repeat;
  }
  .td-module.hybrid-hero .top-rings > div {
    flex: 0 0 33.3333%;
    max-width: 330px;
  }
  .td-module.hybrid-hero .top-rings .cloud {
    display: block;
    max-width: 400px;
  }
}

.td-module.featured-3-up .list li {
  width: 300px;
  margin: 120px auto 0;
}
.td-module.featured-3-up .list li .wrapper {
  width: 100%;
  padding: 0 30px 30px;
  border: 3px solid #1c558c;
}
.td-module.featured-3-up .list li .icon {
  margin-top: -104px;
}
.td-module.featured-3-up .list li img {
  display: block;
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .td-module.featured-3-up .list {
    display: flex;
  }
  .td-module.featured-3-up .list li {
    display: flex;
    width: auto;
    flex: 0 0 33.3333%;
  }
  .td-module.featured-3-up .list li:first-child .wrapper {
    margin-right: 1rem;
  }
  .td-module.featured-3-up .list li:nth-child(2) .wrapper {
    margin: 0 0.5rem;
  }
  .td-module.featured-3-up .list li:last-child .wrapper {
    margin-left: 1rem;
  }
}

.td-module.featured-three-up {
  background-color: #edf2f4;
}
.td-module.featured-three-up .list li,
.td-module.featured-5-up .list li {
  width: 300px;
  margin: 120px auto 0;
}
.td-module.featured-three-up .list li {
  margin-top: 2em;
}
.td-module.featured-three-up .list li .wrapper,
.td-module.featured-5-up .list li .wrapper {
  width: 100%;
  padding: 0 1em 1em;
  background-color: #38b9e8;
}
.td-module.featured-three-up .list li .wrapper {
  border: 0;
  border-radius: 15px;
  box-shadow: 0 0 15px -3px rgba(10, 10, 10, 0.35);
  background-color: white;
}
.td-module.featured-three-up .list li .icon,
.td-module.featured-5-up .list li .icon {
  width: 140px;
  height: 140px;
  margin: -70px auto 0;
  border: 3px solid #38b9e8;
  border-radius: 50%;
  background-color: white;
}
.td-module.featured-three-up .list li .icon svg,
.td-module.featured-5-up .list li .icon svg {
  width: 100%;
  height: 100%;
  padding: 25%;
}
.td-module.featured-three-up .list li img,
.td-module.featured-5-up .list li img {
  display: block;
  margin: 2em auto;
}
.td-module.featured-three-up .list li img {
  width: auto;
  max-height: 150px;
}
.td-module.featured-three-up .list li .title,
.td-module.featured-5-up .list li .title {
  margin-top: 1.25em;
  font-weight: 700 !important;
}
.td-module.featured-three-up .list li .content,
.td-module.featured-5-up .list li .content {
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .td-module.featured-three-up .list,
  .td-module.featured-5-up .list {
    display: flex;
  }
  .td-module.featured-three-up .list li,
  .td-module.featured-5-up .list li {
    display: flex;
    width: auto;
    flex: 0 0 20%;
  }
  .td-module.featured-three-up .list li {
    flex: 0 0 33.3333%;
  }
  .td-module.featured-5-up .list li:first-child .wrapper {
    margin-right: 0.5em;
  }
  .td-module.featured-three-up .list li:first-child .wrapper {
    margin-right: 1em;
  }
  .td-module.featured-three-up .list li:nth-child(2) .wrapper,
  .td-module.featured-5-up .list li:nth-child(2) .wrapper,
  .td-module.featured-5-up .list li:nth-child(3) .wrapper,
  .td-module.featured-5-up .list li:nth-child(4) .wrapper {
    margin: 0 0.5em;
  }
  .td-module.featured-5-up .list li:last-child .wrapper {
    margin-left: 0.5em;
  }
  .td-module.featured-three-up .list li:last-child .wrapper {
    margin-left: 1em;
  }
  .td-module.featured-three-up .list li .content,
  .td-module.featured-5-up .list li .content {
    opacity: 0;
    transform: translateY(15%);
    transition: transform 228ms ease-out, opacity 228ms ease-out;
  }
  .td-module.featured-three-up .list li:hover .content,
  .td-module.featured-5-up .list li:hover .content {
    opacity: 1;
    transform: translateY(0%);
  }
}

.td-module.migration-services {
  color: white;
}
.td-module.migration-services .icons img {
  display: block;
  width: 250px;
  height: auto;
  margin: 4rem auto;
}
.td-module.migration-services .icons img.skykick {
  width: 200px;
}
@media (min-width: 768px) {
  .td-module.migration-services .icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .td-module.migration-services .icons img {
    width: 170px;
  }
  .td-module.migration-services .icons img.skykick {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .td-module.migration-services .icons img {
    width: 250px;
  }
  .td-module.migration-services .icons img.skykick {
    width: 200px;
  }
}

.td-module.tabs-alt {
}
.td-module.tabs-alt .wrapper {
  width: 100%;
  max-width: 800px;
  margin-top: 2.5em;
  padding: 2.5em 1.25em;
  background-color: white;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.td-module.tabs-alt input[type="radio"] {
  display: none;
}
.td-module.tabs-alt input[type="radio"] + label {
  display: block;
  margin-top: 2em;
  cursor: pointer;
}
.td-module.tabs-alt input[type="radio"] + label h2 {
  display: inline-block;
  color: #1c558c;
}
.td-module.tabs-alt input[type="radio"] + label h2:after {
  content: "";
  display: block;
  width: 0%;
  height: 1rem;
  background-color: #1c558c;
  transition: width 228ms ease-out;
}
.td-module.tabs-alt input[type="radio"] + label + .content {
  display: none;
  margin: 1.25em 0;
}
.td-module.tabs-alt input[type="radio"]:checked + label h2 {
  font-weight: bold !important;
}
.td-module.tabs-alt input[type="radio"]:checked + label h2:after {
  width: 100%;
}
.td-module.tabs-alt input[type="radio"]:checked + label + .content {
  display: block;
}
.td-module.tabs-alt input[type="radio"] + label + .content li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.td-module.tabs-alt input[type="radio"] + label + .content li img {
  width: 2em;
  height: auto;
  margin-right: 1em;
  padding: 0.25em;
  background-color: white;
}
.td-module.tabs-alt input[type="radio"] + label + .content li p {
  margin: 0.375em 0 0;
  line-height: 1.25em;
}
@media (min-width: 992px) {
  .td-module.tabs-alt .wrapper {
    position: relative;
    padding: 2.5em;
  }
  .td-module.tabs-alt input[type="radio"] + label {
    width: 40%;
  }
  .td-module.tabs-alt input[type="radio"] + label + .content {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 2.5em;
    transform: translateY(-50%);
    width: 60%;
  }
  .td-module.tabs-alt input[type="radio"] + label + .content li img {
    width: 3em;
  }
  .td-module.tabs-alt input[type="radio"] + label + .content li p {
    margin-top: 0.875em;
  }
}

.td-module.six-grid .list li {
  margin-top: 2em;
}
.td-module.six-grid img {
  width: 140px;
  max-height: 140px;
  margin-bottom: 1em;
}
.td-module.six-grid .heading {
  margin: 0;
}
@media (min-width: 600px) {
  .td-module.six-grid .list {
    display: flex;
    flex-wrap: wrap;
  }
  .td-module.six-grid .list li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .td-module.six-grid .list li {
    width: 33.3333%;
  }
}

.td-module.color-boxes {
}
.td-module.color-boxes .list li {
  max-width: 400px;
  margin: 2em auto 0;
  text-align: left;
}
.td-module.color-boxes .list .wrapper {
  padding: 1em;
  border: 1px solid #1b558b;
  border-radius: 10px;
  box-shadow: 0 0 15px -3px rgba(10, 10, 10, 0.25);
  background-color: white;
}
.td-module.color-boxes .list li:nth-child(2) .wrapper {
  border-color: #38b9e8;
}
.td-module.color-boxes .list li:nth-child(3) .wrapper {
  border-color: #202f4e;
}
.td-module.color-boxes .list li:nth-child(4) .wrapper {
  border-color: #cbdb2b;
}
@media (min-width: 768px) {
  .td-module.color-boxes .list {
    display: flex;
    flex-wrap: wrap;
  }
  .td-module.color-boxes .list li {
    display: flex;
    flex: 0 0 50%;
    max-width: none;
    margin: 0;
  }
  .td-module.color-boxes .list li .wrapper {
    margin-top: 1em;
  }
  .td-module.color-boxes .list li:nth-child(odd) .wrapper {
    margin-right: 0.5em;
  }
  .td-module.color-boxes .list li:nth-child(even) .wrapper {
    margin-left: 0.5em;
  }
}

.small-cta {
  color: white;
  background-color: #00558c;
}
@media (min-width: 768px) {
  .small-cta {
    padding: 40px 0;
    text-align: left;
  }
  .small-cta .container {
    max-width: 750px;
  }
  .small-cta .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .small-cta h2 {
    font-size: ;
    margin: 0 1.5em 0 0;
  }
  .small-cta .td-button {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .small-cta h2 {
    font-size: 2em !important;
  }
}

.td-module.hero.col2 {
  padding: 2.5rem;
  color: white;
  background-color: #1f2e4d;
}
@media (min-width: 768px) {
  .td-module.hero.col2 .container {
    display: flex;
    align-items: center;
  }
  .td-module.hero.col2 .heading {
    margin-right: 1.25rem;
  }
  .td-module.hero.col2 img {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .td-module.hero.col2 .heading {
    margin-right: 2.5rem;
  }
  .td-module.hero.col2 img {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .td-module.hero.col2 img {
    width: 550px;
  }
}

.td-module.featured-coaches .coaches {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.td-module.featured-coaches .coaches li {
  padding: 1rem;
}
.td-module.featured-coaches .coaches img {
  border: 5px solid #cbdb2b;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .td-module.featured-coaches .coaches li {
    flex: 0 0 20%;
  }
}

.td-module.coach-slider {
  color: white;
  background-color: #202f4e;
}
.td-module.coach-slider * {
  color: inherit;
}
.td-module.coach-slider .coaches {
  margin-top: 2.5rem;
}

.td-module.coach-slider .testimonials p {
  padding: 20px 70px;
}
.td-module.coach-slider .profile,
.td-module.coach-slider .cta {
  max-width: 350px;
  margin: 0 auto;
}
.td-module.coach-slider .cta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 5px solid #cbdb2b;
}
.td-module.coach-slider .cta .td-button {
  margin-top: 1.25rem;
}
.td-module.coach-slider .headshot img {
  display: inline;
  border: 5px solid #cbdb2b;
  border-radius: 50%;
}
.td-module.coach-slider .role {
  margin-top: 0;
}
.td-module.coach-slider .slick-dotted.slick-slider {
  padding-bottom: 30px;
}
.td-module.coach-slider .slick-slide {
  height: auto;
}
.td-module.coach-slider .slick-arrow:before {
  display: none;
}
.td-module.coach-slider .slick-next {
  transform: scale(-1);
}
.td-module.coach-slider .slick-dots {
  bottom: -30px;
}
.td-module.coach-slider .cpb-slides .slick-dots {
  bottom: 30px;
}
.td-module.coach-slider .slick-dots li {
  width: 1.25rem;
  height: 1.25rem;
  margin: 10px 5px;
}
.td-module.coach-slider .slick-dots li button:before {
  display: none;
}
.td-module.coach-slider .slick-dots li button {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #00b8e6;
  box-shadow: inset 0 0 0 0.875rem white;
  background-color: #00b8e6;
  border-radius: 1.25rem;
}
.td-module.coach-slider .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 0.2rem white;
}

.td-module.coach-slider .slick-slide:focus {
  outline: none;
}
@media (max-width: 768px) {
  .td-module.coach-slider .slick-prev,
  .td-module.coach-slider .slick-next {
    top: 25%;
    display: inline-block !important;
  }
}
@media (min-width: 769px) {
  .td-module.coach-slider .coaches .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .td-module.coach-slider .profile {
    margin-right: 2.5rem;
    padding-right: 2.5rem;
    border-right: 5px solid #cbdb2b;
  }
  .td-module.coach-slider .cta {
    max-width: 600px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
}

.td-module.coach-slider-ltblue {
  color: white;
  background-color: #00b8e6;
}
.td-module.coach-slider-ltblue * {
  color: inherit;
}
.td-module.coach-slider-ltblue .coaches {
  margin-top: 2.5rem;
}

.td-module.coach-slider-ltblue .testimonials p {
  padding: 20px 70px;
}
.td-module.coach-slider-ltblue .profile,
.td-module.coach-slider .cta {
  max-width: 350px;
  margin: 0 auto;
}
.td-module.coach-slider-ltblue .cta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 5px solid #202f4e;
}
.td-module.coach-slider-ltblue .cta .td-button {
  margin-top: 1.25rem;
}
.td-module.coach-slider-ltblue .headshot img {
  display: inline;
  border: 5px solid #cbdb2b;
  border-radius: 50%;
}
.td-module.coach-slider-ltblue .role {
  margin-top: 0;
}
.td-module.coach-slider-ltblue .slick-dotted.slick-slider {
  padding-bottom: 30px;
}
.td-module.coach-slider-ltblue .slick-slide {
  height: auto;
}
.td-module.coach-slider-ltblue .slick-arrow:before {
  display: none;
}
.td-module.coach-slider-ltblue .slick-next {
  transform: scale(-1);
}
.td-module.coach-slider-ltblue .slick-dots {
  bottom: -30px;
}
.td-module.coach-slider-ltblue .cpb-slides .slick-dots {
  bottom: 30px;
}
.td-module.coach-slider-ltblue .slick-dots li {
  width: 1.25rem;
  height: 1.25rem;
  margin: 10px 5px;
}
.td-module.coach-slider-ltblue .slick-dots li button:before {
  display: none;
}
.td-module.coach-slider-ltblue .slick-dots li button {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #00b8e6;
  box-shadow: inset 0 0 0 0.875rem white;
  background-color: #00b8e6;
  border-radius: 1.25rem;
}
.td-module.coach-slider-ltblue .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 0.2rem white;
}

.td-module.coach-slider-ltblue .slick-slide:focus {
  outline: none;
}

@media (max-width: 768px) {
  .td-module.coach-slider .slick-prev,
  .td-module.coach-slider .slick-next {
    top: 25%;
    display: inline-block !important;
  }
}
@media (min-width: 769px) {
  .td-module.coach-slider .coaches .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .td-module.coach-slider .profile {
    margin-right: 2.5rem;
    padding-right: 2.5rem;
    border-right: 5px solid #cbdb2b;
  }
  .td-module.coach-slider .cta {
    max-width: 600px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
}
.td-module.smartguide-library {
  padding-top: 0;
}
.td-module.smartguide-library .container {
  max-width: 960px;
}
.td-module.smartguide-library .tab-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  text-align: center;
}
.td-module.smartguide-library .tab-nav input {
  display: none;
}
.td-module.smartguide-library .tab-nav label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.65em 0.5em;
  color: black;
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.td-module.smartguide-library .tab-nav label:hover,
.td-module.smartguide-library .tab-nav label:focus {
  text-decoration: none;
  color: white;
  background-color: #00b1e2;
}
.td-module.smartguide-library .tab-nav input:checked + label {
  color: white;
  background-color: #202e4d;
}
@media (min-width: 768px) {
  .td-module.smartguide-library .tab-nav {
    flex-direction: row;
  }
  .td-module.smartguide-library .tab-nav label {
    flex: 0 0 25%;
  }
  .td-module.smartguide-library .tab-nav label {
    display: flex;
    border-right: 1px solid #979797;
  }
  .td-module.smartguide-library .tab-nav label:last-child {
    border-right: 0;
  }
}
.td-module.smartguide-library .filters {
  text-align: left;
}
.td-module.smartguide-library select {
  padding: 0.75rem 5rem 0.75rem 2.5rem;
  border: 2px solid #21314d;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 1rem center !important;
}
.td-module.smartguide-library .featured-item {
  margin-top: 2.5rem;
  padding: 1.25rem;
  font-size: 0.85em;
  color: white;
  background-color: #21314d;
}
.td-module.smartguide-library .featured-item img {
  width: 150px;
}
.td-module.smartguide-library .featured-item p {
  line-height: 1.65;
}
.td-module.smartguide-library .list {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem -0.875rem 0;
}
.td-module.smartguide-library .list .item {
  flex: 0 0 50%;
  padding: 0.875rem;
}
.td-module.smartguide-library .list .item a {
  display: block;
  box-shadow: 0 5px 15px -3px rgba(10, 10, 10, 0.5);
  transition: transform 256ms ease-out;
}
.td-module.smartguide-library .list .item a:hover,
.td-module.smartguide-library .list .item a:focus {
  transform: scale(1.05);
}
.td-module.smartguide-library .load-more {
  margin-top: 2.5rem;
  font-weight: 400;
  cursor: pointer;
}
.td-module.smartguide-library .all-shown {
  margin-top: 2.5rem;
}
.td-module.smartguide-library .load-more svg {
  width: 3rem;
  height: auto;
  transition: transform 256ms ease-out;
}
.td-module.smartguide-library .load-more:hover svg {
  transform: translateY(65%);
}
@media (min-width: 600px) {
  .td-module.smartguide-library .featured-item {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1em;
    text-align: left;
  }
  .td-module.smartguide-library .featured-item a:first-child {
    flex: 0 0 50%;
    padding-right: 0.875rem;
  }
  .td-module.smartguide-library .featured-item img {
    width: 100%;
  }
  .td-module.smartguide-library .featured-item div {
    padding: 2.5rem;
  }
  .td-module.smartguide-library .featured-item p {
    line-height: 1.65;
  }
}
@media (min-width: 768px) {
  .td-module.smartguide-library .featured-item a:first-child {
    flex: 0 0 35%;
    padding-right: 1.25rem;
  }
  .td-module.smartguide-library .list {
    margin: 2.5rem -1.25rem 0;
  }
  .td-module.smartguide-library .list .item {
    flex: 0 0 33.3333%;
    padding: 1.25rem;
  }
}

.td-tooltip {
  position: relative;
}
.td-tooltip:after {
  content: attr(data-tooltip-text);
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  line-height: 1em;
  font-size: 0.7em;
  padding: 1.5em;
  border-radius: 0.5em;
  color: white;
  background-color: #202e4d;
  white-space: nowrap;
  pointer-events: none;
  animation: blip 228ms ease-out forwards;
}
.td-tooltip:hover:after {
  display: block;
}

.form-window {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background-color: white;
  z-index: 10000;
  opacity: 1;
  transition-duration: 0.3s;
  padding-bottom: 50px;
}

.form-window.submitted {
  opacity: 0;
  pointer-events: none;
}

.form-window h2,
.form-window p {
  text-align: center;
}

.form-window .container {
  padding-top: 40px;
}
.form-window .mktoForm {
  max-width: 100% !important;
}
/* 

.form-window form .mc-field-group {
  width: 45%;

  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .form-window form .mc-field-group {
    width: 93%;
  }
}
.form-window form .mc-field-group.size-full {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 3.5%;
} */

.form-window form label.mktoLabel span,
.form-window form label.mktoLabel {
  display: block;
  color: black !important;
  font-weight: 900;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
}
.form-window form input.mktoField,
.form-window form select.mktoField {
  display: inline-block;
  width: 100%;
  height: auto !important;
  font-family: "Work Sans", sans-serif;

  margin: 0.25rem 0 0;
  padding: 16px !important;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  color: #111111;
  background-color: #ecf2f4;
  border: 1px solid #dde3e4;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.form-window form input[type="submit"] {
  width: 93%;
  margin: 20px auto;
  display: block;
  font-size: 16px;
  padding: 20px 40px;
  border: 0;
  color: white;
  background-color: #00b1e2;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-concierge {
  transform: none !important;
}

.concierge_wrapper {
  position: relative;
  height: 40px;
  margin: 20px auto;
}

.concierge.line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #dddddd;
  height: 1px;
}

.apps-dropdown-bar {
  padding: 1rem;
  color: white;
  background-color: #00b1e2;
}

.apps-dropdown-bar .flex {
  align-items: center;
  padding: 1.5rem auto;
}
.apps-dropdown-bar .dropdown {
  flex: 0 0 33.3333%;
}
.apps-dropdown-bar .app-icon svg {
  width: auto;
  height: 2rem;
}

.fun-fact .container {
  max-width: 768px;
}
.fun-fact p {
  padding: 0 2.5rem;
  border: 2px solid #00b9e8;
  border-top: 0;
  border-bottom: 0;
  font-weight: bolder;
  font-size: 18px;
}

.leading-providers {
  background-color: #ecf2f4;
}
.leading-providers .list {
  max-width: 350px;
  margin: 2.5rem auto 0;
  padding: 1.5rem;
  border: 1px solid #e1e4e3;
  border-radius: 15px;
  background-color: white;
}
.leading-providers .list li {
  padding: 1.5rem 0;
  border-top: 1px solid #e1e4e3;
}
.leading-providers .list li:first-child {
  border: 0;
}
.leading-providers .list li .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .leading-providers .container {
    max-width: 1280px;
  }
  .leading-providers .list {
    display: flex;
    justify-content: center;
    max-width: none;
    padding: 2.5rem;
  }
  .leading-providers .list li {
    flex: 0 0 20%;
    padding: 0;
    border: 0;
    border-left: 1px solid #e1e4e3;
  }
}

.award-winning-training {
  text-align: center;
}
.award-winning-training .container {
  max-width: 1280px;
}
.award-winning-training .wrapper {
  margin: 2.5rem auto 0;
  padding: 2.5rem 1.5rem;
  border-radius: 15px;
  background: linear-gradient(45deg, #0067ac, #cbdb2a 115%);
  color: white;
}
.award-winning-training .wrapper img {
  margin: 0 auto;
}
.award-winning-training .wrapper p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
.award-winning-training .wrapper p.cite {
  font-size: 1rem;
  margin-top: 2.5rem;
}
.award-winning-training .wrapper .content {
  position: relative;
  padding: 2.5rem 0;
}
.award-winning-training .wrapper .content svg {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 5rem;
  height: auto;
}
@media (min-width: 768px) {
  .award-winning-training .wrapper {
    display: flex;
    align-items: center;
    padding: 5rem;
  }
  .award-winning-training .wrapper .content {
    padding: 0 0 0 10%;
  }
  .award-winning-training .wrapper .content svg {
    width: 8rem;
  }
}

