@charset "UTF-8";
@font-face {
    font-family: IBMPlexSans-Regular;
    font-style: normal;
    font-display: auto;
    font-weight: 400;
    src: local('IBMPlexSans-Regular'), local('IBMPlexSans-Regular'), url(../fonts/IBMPlexSans-Regular.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: IBMPlexSans-Bold;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: local('IBMPlexSans-Bold'), local('IBMPlexSans-Bold'), url(../fonts/IBMPlexSans-Bold.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: IBMPlexSans-Medium;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: local('IBMPlexSans-Medium'), local('IBMPlexSans-Medium'), url(../fonts/IBMPlexSans-Medium.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@-ms-viewport {
    width: device-width;
    zoom: 1
}

@-o-viewport {
    width: device-width;
    zoom: 1
}

@viewport {
    width: device-width;
    zoom: 1
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    padding: 1.5rem 1rem!important;
    letter-spacing: normal;
    width: 100%;
    border-radius: 3px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    background: #e54759;
    background: -webkit-linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    background: -o-linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    background: linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .16);
    box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .16);
    border-radius: 10em;
    display: inline-block;
    font-size: 1rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    padding: 1rem 3.125rem;
}

#custom_html-19 h2,
#custom_html-26 h2,
#custom_html-27 h2,
#custom_html-28 h2,
#custom_html-29 h2,
#custom_html-10 h2,
#custom_html-11 h2 {
    display:none;
}


.jc-slider {
    overflow: hidden;
    width: 100%;
}
.jc-slider * {
    box-sizing:border-box;
}
	
.jc-slider {max-width:400px; }
.jc-slide-cont {width:400px; margin:0 auto 30px auto; padding:1em; font-size:1.6rem; font-family:'IBM Plex Sans'; min-height:400px;
background-image:url(images/job-postings-bg.jpg);
background-size:cover;
border-bottom-left-radius:.5rem;
border-bottom-right-radius:.5rem;
text-shadow: 0 0 7px #1d2770;
}
.jc-animation .text-cont {display:flex; flex-direction:column; justify-content:center;}
.bg1 {background-color:#2e84cd; color: #fff;}
.bg2 {background-color:#211966; color: #fff;}
.jc-slide-cont ul {
	width:100%;
	margin-bottom:.4em; margin-top:.4em;
}

.jc-slider1 .jc-animation {
	animation-delay:.2s;
}

.jc-slider2 .jc-animation {
	animation-delay:.4s;
}

.jc-slider3 .jc-animation {
	animation-delay:.6s;
}

.jc-slider4 .jc-animation {
	animation-delay:.8s;
}

.jc-slider5 .jc-animation {
	animation-delay:1s;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
}

a.white {
border-bottom: 1px solid #919394;
padding-bottom:0px;
}

.jobs-title {
width:400px; 
padding:1em; 
font-family:'IBM Plex Sans'; 
background-color:#1d2770;
border-top-left-radius:.5rem;
border-top-right-radius:.5rem;
color:#fff;
margin: 40px auto 0 auto;
font-size:1.2rem;
}

	.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
	
	@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
	
	@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}


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

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:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

figure {
    margin: 0;
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    height: 100%;
    background: #fff
}

body {
    min-height: 100%
}

body.dev_type {
    background-image: -webkit-linear-gradient(top, #0ff 0, rgba(255, 255, 255, 0) 1px);
    background-image: -o-linear-gradient(top, #0ff 0, rgba(255, 255, 255, 0) 1px);
    background-image: linear-gradient(to bottom, #0ff 0, rgba(255, 255, 255, 0) 1px);
    background-repeat: repeat-y;
    background-size: 100% 24px
}

body.nav-active {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    border: 0;
    border-top: 1px solid rgba(46, 132, 205, .2);
    margin: 3em 0
}

hr.header-hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .9);
    margin: 3em 0
}

.disabled,
:disabled,
[disabled] {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

form {
    width: 100%
}

label {
    display: inline-block
}

label.aligned {
    padding: 1em 0;
    border-top: 1px solid transparent
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border: 1px solid rgba(4, 105, 177, .25);
    border-radius: 2px;
    display: inline-block;
    font-size: inherit;
    padding: 1.5rem 1rem;
    width: 100%;
    font-weight: 300;
    color: #211966;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #f4faff
}

input:focus[type=email],
input:focus[type=password],
input:focus[type=search],
input:focus[type=tel],
input:focus[type=text],
input:focus[type=url],
textarea:focus {
    border-color: #2e84cd;
    outline: 0;
    background-color: #faffbd;
    background-image: none;
    color: #000
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(20, 84, 130, .5)
}

input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(20, 84, 130, .5)
}

input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: rgba(20, 84, 130, .5)
}

textarea {
    min-height: 10em;
    resize: vertical
}

button,
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    display: inline-block;
    padding: 0
}

img,
svg {
    display: block;
    max-width: 100%;
    height: auto
}

body {
    color: #585661;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #211966;
    font-family: IBMPlexSans-Regular, sans-serif;
    margin: 0
}

.bq {
    color: #e54759;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 2rem!important;
    text-align:center;
    padding:1em 10%!important;

}

.bq p {

     font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 2rem!important;   
}
.aligncenter {
        text-align: center!important;
}

h2.callout {
    font-size: 2.70rem!important;
    text-align: center;
    line-height: 3rem!important;
    margin-bottom:1.2em!important;
}


.h-peta,
h1 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0 0 2rem 0
}

.h-tera,
h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin: 0 0 2rem 0
}

.h-giga,
h3 {
    font-size: 1.375rem;
    margin: 0 0 2rem 0
}

.h-mega,
h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    font-weight: 600
}

.h-kilo,
h5 {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    font-weight: 600
}

.h-hecto,
h6 {
    font-size: .75rem;
    margin: 0 0 1rem 0;
    font-weight: 600
}

h6.light-grey.uppercase {
    text-transform: uppercase;
    color:#a1a1a1;
    border-bottom:1px solid #f3f3f3;
    margin: 1.8em 0 0 0;
    font-size:.7em;
}

p {
    margin: 0 0 1.5em 0
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration: none;
    color: #2e84cd;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

a:hover {
    color: #e54759!important
}

p.small,
small {
    font-size: .75rem;
    line-height: 1.125rem
}

b,
p b {
    font-weight: 600
}

.b {
    position: relative;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.33333%;
    padding-right: 3.33333%
}

.b-s {
    max-width: 61.25rem
}

.ng-p {
    padding-left: .83333%;
    padding-right: .83333%
}

.ng-pr {
    padding-left: 0;
    padding-right: .83333%
}

.ng-pl {
    padding-left: .83333%;
    padding-right: 0
}

.ng-m {
    margin-left: .83333%;
    margin-right: .83333%
}

.ng-mr {
    margin-left: 0;
    margin-right: .83333%
}

.ng-ml {
    margin-left: .83333%;
    margin-right: 0
}

.g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-flexbox .g {
    display: table-cell;
    float: left;
    width: 100%
}

.g-m {
    margin: 0 -.83333%
}

.gi,
[class^=gi-] {
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    width: 100%
}

.gi-p {
    padding-left: .83333%;
    padding-right: .83333%
}

.gi-pr {
    padding-right: .83333%
}

.gi-pl {
    padding-left: .83333%
}

.gi-m {
    margin-left: .83333%;
    margin-right: .83333%
}

.gi-ml {
    margin-left: .83333%
}

.gi-mr {
    margin-right: .83333%
}

.gi-ml-lg {
    margin-left: 2%
}

.gi-mr-lg {
    margin-right: 2%
}

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

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

.g-vam .gi,
.g-vam .gi-m,
.g-vam .gi-p,
.g-vam .gi-pl,
.g-vam .gi-pr {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    vertical-align: middle
}

.g-vab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.g-vab .gi,
.g-vab .gi-p,
.g-vab .gi-pl,
.g-vab .gi-pr,
.gi-b {
    -ms-flex-item-align: end;
    align-self: flex-end;
    vertical-align: bottom
}

.gi-1 {
    width: 8.33333%
}

.gi-m.gi-1 {
    width: 6.66667%
}

.gi-mr.gi-1 {
    width: 7.5%
}

.gi-in-1 {
    margin-left: 8.33333%
}

.gi-m.gi-in-1,
.gi-ml.gi-in-1 {
    margin-left: 9.16667%
}

.gi-2 {
    width: 16.66667%
}

.gi-m.gi-2 {
    width: 15%
}

.gi-mr.gi-2 {
    width: 15.83333%
}

.gi-in-2 {
    margin-left: 16.66667%
}

.gi-m.gi-in-2,
.gi-ml.gi-in-2 {
    margin-left: 17.5%
}

.gi-3 {
    width: 25%
}

.gi-m.gi-3 {
    width: 23.33333%
}

.gi-mr.gi-3 {
    width: 24.16667%
}

.gi-in-3 {
    margin-left: 25%
}

.gi-m.gi-in-3,
.gi-ml.gi-in-3 {
    margin-left: 25.83333%
}

.gi-4 {
    width: 33.33333%
}

.gi-m.gi-4 {
    width: 31.66667%
}

.gi-mr.gi-4 {
    width: 32.5%
}

.gi-in-4 {
    margin-left: 33.33333%
}

.gi-m.gi-in-4,
.gi-ml.gi-in-4 {
    margin-left: 34.16667%
}

.gi-5 {
    width: 41.66667%
}

.gi-m.gi-5 {
    width: 40%
}

.gi-mr.gi-5 {
    width: 40.83333%
}

.gi-in-5 {
    margin-left: 41.66667%
}

.gi-m.gi-in-5,
.gi-ml.gi-in-5 {
    margin-left: 42.5%
}

.gi-6 {
    width: 50%
}

.gi-m.gi-6 {
    width: 48.33333%
}

.gi-mr.gi-6 {
    width: 49.16667%
}

.gi-in-6 {
    margin-left: 50%
}

.gi-m.gi-in-6,
.gi-ml.gi-in-6 {
    margin-left: 50.83333%
}

.gi-7 {
    width: 58.33333%
}

.gi-m.gi-7 {
    width: 56.66667%
}

.gi-mr.gi-7 {
    width: 57.5%
}

.gi-in-7 {
    margin-left: 58.33333%
}

.gi-m.gi-in-7,
.gi-ml.gi-in-7 {
    margin-left: 59.16667%
}

.gi-8 {
    width: 66.66667%
}

.gi-m.gi-8 {
    width: 65%
}

.gi-mr.gi-8 {
    width: 65.83333%
}

.gi-in-8 {
    margin-left: 66.66667%
}

.gi-m.gi-in-8,
.gi-ml.gi-in-8 {
    margin-left: 67.5%
}

.gi-9 {
    width: 75%
}

.gi-m.gi-9 {
    width: 73.33333%
}

.gi-mr.gi-9 {
    width: 74.16667%
}

.gi-in-9 {
    margin-left: 75%
}

.gi-m.gi-in-9,
.gi-ml.gi-in-9 {
    margin-left: 75.83333%
}

.gi-10 {
    width: 83.33333%
}

.gi-m.gi-10 {
    width: 81.66667%
}

.gi-mr.gi-10 {
    width: 82.5%
}

.gi-in-10 {
    margin-left: 83.33333%
}

.gi-m.gi-in-10,
.gi-ml.gi-in-10 {
    margin-left: 84.16667%
}

.gi-11 {
    width: 91.66667%
}

.gi-m.gi-11 {
    width: 90%
}

.gi-mr.gi-11 {
    width: 90.83333%
}

.gi-in-11 {
    margin-left: 91.66667%
}

.gi-m.gi-in-11,
.gi-ml.gi-in-11 {
    margin-left: 92.5%
}

.gi-12 {
    width: 100%
}

.gi-m.gi-12 {
    width: 98.33333%
}

.gi-mr.gi-12 {
    width: 99.16667%
}

.gi-in-12 {
    margin-left: 100%
}

.gi-m.gi-in-12,
.gi-ml.gi-in-12 {
    margin-left: 100.83333%
}

@media (min-width:30em) {
    .gi-sm-1 {
        width: 8.33333%
    }
    .gi-m.gi-sm-1 {
        width: 6.66667%
    }
    .gi-ml.gi-sm-1,
    .gi-mr.gi-sm-1 {
        width: 7.5%
    }
    .gi-sm-in-1 {
        margin-left: 8.33333%
    }
    .gi-m.gi-sm-in-1,
    .gi-ml.gi-sm-in-1 {
        margin-left: 9.16667%
    }
    .gi-sm-2 {
        width: 16.66667%
    }
    .gi-m.gi-sm-2 {
        width: 15%
    }
    .gi-ml.gi-sm-2,
    .gi-mr.gi-sm-2 {
        width: 15.83333%
    }
    .gi-sm-in-2 {
        margin-left: 16.66667%
    }
    .gi-m.gi-sm-in-2,
    .gi-ml.gi-sm-in-2 {
        margin-left: 17.5%
    }
    .gi-sm-3 {
        width: 25%
    }
    .gi-m.gi-sm-3 {
        width: 23.33333%
    }
    .gi-ml.gi-sm-3,
    .gi-mr.gi-sm-3 {
        width: 24.16667%
    }
    .gi-sm-in-3 {
        margin-left: 25%
    }
    .gi-m.gi-sm-in-3,
    .gi-ml.gi-sm-in-3 {
        margin-left: 25.83333%
    }
    .gi-sm-4 {
        width: 33.33333%
    }
    .gi-m.gi-sm-4 {
        width: 31.66667%
    }
    .gi-ml.gi-sm-4,
    .gi-mr.gi-sm-4 {
        width: 32.5%
    }
    .gi-sm-in-4 {
        margin-left: 33.33333%
    }
    .gi-m.gi-sm-in-4,
    .gi-ml.gi-sm-in-4 {
        margin-left: 34.16667%
    }
    .gi-sm-5 {
        width: 41.66667%
    }
    .gi-m.gi-sm-5 {
        width: 40%
    }
    .gi-ml.gi-sm-5,
    .gi-mr.gi-sm-5 {
        width: 40.83333%
    }
    .gi-sm-in-5 {
        margin-left: 41.66667%
    }
    .gi-m.gi-sm-in-5,
    .gi-ml.gi-sm-in-5 {
        margin-left: 42.5%
    }
    .gi-sm-6 {
        width: 50%
    }
    .gi-m.gi-sm-6 {
        width: 48.33333%
    }
    .gi-ml.gi-sm-6,
    .gi-mr.gi-sm-6 {
        width: 49.16667%
    }
    .gi-sm-in-6 {
        margin-left: 50%
    }
    .gi-m.gi-sm-in-6,
    .gi-ml.gi-sm-in-6 {
        margin-left: 50.83333%
    }
    .gi-sm-7 {
        width: 58.33333%
    }
    .gi-m.gi-sm-7 {
        width: 56.66667%
    }
    .gi-ml.gi-sm-7,
    .gi-mr.gi-sm-7 {
        width: 57.5%
    }
    .gi-sm-in-7 {
        margin-left: 58.33333%
    }
    .gi-m.gi-sm-in-7,
    .gi-ml.gi-sm-in-7 {
        margin-left: 59.16667%
    }
    .gi-sm-8 {
        width: 66.66667%
    }
    .gi-m.gi-sm-8 {
        width: 65%
    }
    .gi-ml.gi-sm-8,
    .gi-mr.gi-sm-8 {
        width: 65.83333%
    }
    .gi-sm-in-8 {
        margin-left: 66.66667%
    }
    .gi-m.gi-sm-in-8,
    .gi-ml.gi-sm-in-8 {
        margin-left: 67.5%
    }
    .gi-sm-9 {
        width: 75%
    }
    .gi-m.gi-sm-9 {
        width: 73.33333%
    }
    .gi-ml.gi-sm-9,
    .gi-mr.gi-sm-9 {
        width: 74.16667%
    }
    .gi-sm-in-9 {
        margin-left: 75%
    }
    .gi-m.gi-sm-in-9,
    .gi-ml.gi-sm-in-9 {
        margin-left: 75.83333%
    }
    .gi-sm-10 {
        width: 83.33333%
    }
    .gi-m.gi-sm-10 {
        width: 81.66667%
    }
    .gi-ml.gi-sm-10,
    .gi-mr.gi-sm-10 {
        width: 82.5%
    }
    .gi-sm-in-10 {
        margin-left: 83.33333%
    }
    .gi-m.gi-sm-in-10,
    .gi-ml.gi-sm-in-10 {
        margin-left: 84.16667%
    }
    .gi-sm-11 {
        width: 91.66667%
    }
    .gi-m.gi-sm-11 {
        width: 90%
    }
    .gi-ml.gi-sm-11,
    .gi-mr.gi-sm-11 {
        width: 90.83333%
    }
    .gi-sm-in-11 {
        margin-left: 91.66667%
    }
    .gi-m.gi-sm-in-11,
    .gi-ml.gi-sm-in-11 {
        margin-left: 92.5%
    }
    .gi-sm-12 {
        width: 100%
    }
    .gi-m.gi-sm-12 {
        width: 98.33333%
    }
    .gi-ml.gi-sm-12,
    .gi-mr.gi-sm-12 {
        width: 99.16667%
    }
    .gi-sm-in-12 {
        margin-left: 100%
    }
    .gi-m.gi-sm-in-12,
    .gi-ml.gi-sm-in-12 {
        margin-left: 100.83333%
    }
    .gi-sm-pr {
        padding-left: 0;
        padding-right: .83333%
    }
    .gi-sm-pl {
        padding-left: .83333%;
        padding-right: 0
    }
}

@media (min-width:48em) {
    .gi-md-1 {
        width: 8.33333%
    }
    .gi-m.gi-md-1 {
        width: 6.66667%
    }
    .gi-ml.gi-md-1,
    .gi-mr.gi-md-1 {
        width: 7.5%
    }
    .gi-md-in-1 {
        margin-left: 8.33333%
    }
    .gi-m.gi-md-in-1,
    .gi-ml.gi-md-in-1 {
        margin-left: 9.16667%
    }
    .gi-md-2 {
        width: 16.66667%
    }
    .gi-m.gi-md-2 {
        width: 15%
    }
    .gi-ml.gi-md-2,
    .gi-mr.gi-md-2 {
        width: 15.83333%
    }
    .gi-md-in-2 {
        margin-left: 16.66667%
    }
    .gi-m.gi-md-in-2,
    .gi-ml.gi-md-in-2 {
        margin-left: 17.5%
    }
    .gi-md-3 {
        width: 25%
    }
    .gi-m.gi-md-3 {
        width: 23.33333%
    }
    .gi-ml.gi-md-3,
    .gi-mr.gi-md-3 {
        width: 24.16667%
    }
    .gi-md-in-3 {
        margin-left: 25%
    }
    .gi-m.gi-md-in-3,
    .gi-ml.gi-md-in-3 {
        margin-left: 25.83333%
    }
    .gi-md-4 {
        width: 33.33333%
    }
    .gi-m.gi-md-4 {
        width: 31.66667%
    }
    .gi-ml.gi-md-4,
    .gi-mr.gi-md-4 {
        width: 32.5%
    }
    .gi-md-in-4 {
        margin-left: 33.33333%
    }
    .gi-m.gi-md-in-4,
    .gi-ml.gi-md-in-4 {
        margin-left: 34.16667%
    }
    .gi-md-5 {
        width: 41.66667%
    }
    .gi-m.gi-md-5 {
        width: 40%
    }
    .gi-ml.gi-md-5,
    .gi-mr.gi-md-5 {
        width: 40.83333%
    }
    .gi-md-in-5 {
        margin-left: 41.66667%
    }
    .gi-m.gi-md-in-5,
    .gi-ml.gi-md-in-5 {
        margin-left: 42.5%
    }
    .gi-md-6 {
        width: 50%
    }
    .gi-m.gi-md-6 {
        width: 48.33333%
    }
    .gi-ml.gi-md-6,
    .gi-mr.gi-md-6 {
        width: 49.16667%
    }
    .gi-md-in-6 {
        margin-left: 50%
    }
    .gi-m.gi-md-in-6,
    .gi-ml.gi-md-in-6 {
        margin-left: 50.83333%
    }
    .gi-md-7 {
        width: 58.33333%
    }
    .gi-m.gi-md-7 {
        width: 56.66667%
    }
    .gi-ml.gi-md-7,
    .gi-mr.gi-md-7 {
        width: 57.5%
    }
    .gi-md-in-7 {
        margin-left: 58.33333%
    }
    .gi-m.gi-md-in-7,
    .gi-ml.gi-md-in-7 {
        margin-left: 59.16667%
    }
    .gi-md-8 {
        width: 66.66667%
    }
    .gi-m.gi-md-8 {
        width: 65%
    }
    .gi-ml.gi-md-8,
    .gi-mr.gi-md-8 {
        width: 65.83333%
    }
    .gi-md-in-8 {
        margin-left: 66.66667%
    }
    .gi-m.gi-md-in-8,
    .gi-ml.gi-md-in-8 {
        margin-left: 67.5%
    }
    .gi-md-9 {
        width: 75%
    }
    .gi-m.gi-md-9 {
        width: 73.33333%
    }
    .gi-ml.gi-md-9,
    .gi-mr.gi-md-9 {
        width: 74.16667%
    }
    .gi-md-in-9 {
        margin-left: 75%
    }
    .gi-m.gi-md-in-9,
    .gi-ml.gi-md-in-9 {
        margin-left: 75.83333%
    }
    .gi-md-10 {
        width: 83.33333%
    }
    .gi-m.gi-md-10 {
        width: 81.66667%
    }
    .gi-ml.gi-md-10,
    .gi-mr.gi-md-10 {
        width: 82.5%
    }
    .gi-md-in-10 {
        margin-left: 83.33333%
    }
    .gi-m.gi-md-in-10,
    .gi-ml.gi-md-in-10 {
        margin-left: 84.16667%
    }
    .gi-md-11 {
        width: 91.66667%
    }
    .gi-m.gi-md-11 {
        width: 90%
    }
    .gi-ml.gi-md-11,
    .gi-mr.gi-md-11 {
        width: 90.83333%
    }
    .gi-md-in-11 {
        margin-left: 91.66667%
    }
    .gi-m.gi-md-in-11,
    .gi-ml.gi-md-in-11 {
        margin-left: 92.5%
    }
    .gi-md-12 {
        width: 100%
    }
    .gi-m.gi-md-12 {
        width: 98.33333%
    }
    .gi-ml.gi-md-12,
    .gi-mr.gi-md-12 {
        width: 99.16667%
    }
    .gi-md-in-12 {
        margin-left: 100%
    }
    .gi-m.gi-md-in-12,
    .gi-ml.gi-md-in-12 {
        margin-left: 100.83333%
    }
    .gi-md-pr {
        padding-left: 0;
        padding-right: .83333%
    }
    .gi-md-pl {
        padding-left: .83333%;
        padding-right: 0
    }
}

@media (min-width:64em) {
    .gi-lg-1 {
        width: 8.33333%
    }
    .gi-m.gi-lg-1 {
        width: 6.66667%
    }
    .gi-ml.gi-lg-1,
    .gi-mr.gi-lg-1 {
        width: 7.5%
    }
    .gi-lg-in-1 {
        margin-left: 8.33333%
    }
    .gi-m.gi-lg-in-1,
    .gi-ml.gi-lg-in-1 {
        margin-left: 9.16667%
    }
    .gi-lg-2 {
        width: 16.66667%
    }
    .gi-m.gi-lg-2 {
        width: 15%
    }
    .gi-ml.gi-lg-2,
    .gi-mr.gi-lg-2 {
        width: 15.83333%
    }
    .gi-lg-in-2 {
        margin-left: 16.66667%
    }
    .gi-m.gi-lg-in-2,
    .gi-ml.gi-lg-in-2 {
        margin-left: 17.5%
    }
    .gi-lg-3 {
        width: 25%
    }
    .gi-m.gi-lg-3 {
        width: 23.33333%
    }
    .gi-ml.gi-lg-3,
    .gi-mr.gi-lg-3 {
        width: 24.16667%
    }
    .gi-lg-in-3 {
        margin-left: 25%
    }
    .gi-m.gi-lg-in-3,
    .gi-ml.gi-lg-in-3 {
        margin-left: 25.83333%
    }
    .gi-lg-4 {
        width: 33.33333%
    }
    .gi-m.gi-lg-4 {
        width: 31.66667%
    }
    .gi-ml.gi-lg-4,
    .gi-mr.gi-lg-4 {
        width: 32.5%
    }
    .gi-lg-in-4 {
        margin-left: 33.33333%
    }
    .gi-m.gi-lg-in-4,
    .gi-ml.gi-lg-in-4 {
        margin-left: 34.16667%
    }
    .gi-lg-5 {
        width: 41.66667%
    }
    .gi-m.gi-lg-5 {
        width: 40%
    }
    .gi-ml.gi-lg-5,
    .gi-mr.gi-lg-5 {
        width: 40.83333%
    }
    .gi-lg-in-5 {
        margin-left: 41.66667%
    }
    .gi-m.gi-lg-in-5,
    .gi-ml.gi-lg-in-5 {
        margin-left: 42.5%
    }
    .gi-lg-6 {
        width: 50%
    }
    .gi-m.gi-lg-6 {
        width: 48.33333%
    }
    .gi-ml.gi-lg-6,
    .gi-mr.gi-lg-6 {
        width: 49.16667%
    }
    .gi-lg-in-6 {
        margin-left: 50%
    }
    .gi-m.gi-lg-in-6,
    .gi-ml.gi-lg-in-6 {
        margin-left: 50.83333%
    }
    .gi-lg-7 {
        width: 58.33333%
    }
    .gi-m.gi-lg-7 {
        width: 56.66667%
    }
    .gi-ml.gi-lg-7,
    .gi-mr.gi-lg-7 {
        width: 57.5%
    }
    .gi-lg-in-7 {
        margin-left: 58.33333%
    }
    .gi-m.gi-lg-in-7,
    .gi-ml.gi-lg-in-7 {
        margin-left: 59.16667%
    }
    .gi-lg-8 {
        width: 66.66667%
    }
    .gi-m.gi-lg-8 {
        width: 65%
    }
    .gi-ml.gi-lg-8,
    .gi-mr.gi-lg-8 {
        width: 65.83333%
    }
    .gi-lg-in-8 {
        margin-left: 66.66667%
    }
    .gi-m.gi-lg-in-8,
    .gi-ml.gi-lg-in-8 {
        margin-left: 67.5%
    }
    .gi-lg-9 {
        width: 75%
    }
    .gi-m.gi-lg-9 {
        width: 73.33333%
    }
    .gi-ml.gi-lg-9,
    .gi-mr.gi-lg-9 {
        width: 74.16667%
    }
    .gi-lg-in-9 {
        margin-left: 75%
    }
    .gi-m.gi-lg-in-9,
    .gi-ml.gi-lg-in-9 {
        margin-left: 75.83333%
    }
    .gi-lg-10 {
        width: 83.33333%
    }
    .gi-m.gi-lg-10 {
        width: 81.66667%
    }
    .gi-ml.gi-lg-10,
    .gi-mr.gi-lg-10 {
        width: 82.5%
    }
    .gi-lg-in-10 {
        margin-left: 83.33333%
    }
    .gi-m.gi-lg-in-10,
    .gi-ml.gi-lg-in-10 {
        margin-left: 84.16667%
    }
    .gi-lg-11 {
        width: 91.66667%
    }
    .gi-m.gi-lg-11 {
        width: 90%
    }
    .gi-ml.gi-lg-11,
    .gi-mr.gi-lg-11 {
        width: 90.83333%
    }
    .gi-lg-in-11 {
        margin-left: 91.66667%
    }
    .gi-m.gi-lg-in-11,
    .gi-ml.gi-lg-in-11 {
        margin-left: 92.5%
    }
    .gi-lg-12 {
        width: 100%
    }
    .gi-m.gi-lg-12 {
        width: 98.33333%
    }
    .gi-ml.gi-lg-12,
    .gi-mr.gi-lg-12 {
        width: 99.16667%
    }
    .gi-lg-in-12 {
        margin-left: 100%
    }
    .gi-m.gi-lg-in-12,
    .gi-ml.gi-lg-in-12 {
        margin-left: 100.83333%
    }
    .gi-lg-pr {
        padding-left: 0;
        padding-right: .83333%
    }
    .gi-lg-pl {
        padding-left: .83333%;
        padding-right: 0
    }
}

@media (min-width:90em) {
    .gi-xl-1 {
        width: 8.33333%
    }
    .gi-m.gi-xl-1 {
        width: 6.66667%
    }
    .gi-ml.gi-xl-1,
    .gi-mr.gi-xl-1 {
        width: 7.5%
    }
    .gi-xl-in-1 {
        margin-left: 8.33333%
    }
    .gi-m.gi-xl-in-1,
    .gi-ml.gi-xl-in-1 {
        margin-left: 9.16667%
    }
    .gi-xl-2 {
        width: 16.66667%
    }
    .gi-m.gi-xl-2 {
        width: 15%
    }
    .gi-ml.gi-xl-2,
    .gi-mr.gi-xl-2 {
        width: 15.83333%
    }
    .gi-xl-in-2 {
        margin-left: 16.66667%
    }
    .gi-m.gi-xl-in-2,
    .gi-ml.gi-xl-in-2 {
        margin-left: 17.5%
    }
    .gi-xl-3 {
        width: 25%
    }
    .gi-m.gi-xl-3 {
        width: 23.33333%
    }
    .gi-ml.gi-xl-3,
    .gi-mr.gi-xl-3 {
        width: 24.16667%
    }
    .gi-xl-in-3 {
        margin-left: 25%
    }
    .gi-m.gi-xl-in-3,
    .gi-ml.gi-xl-in-3 {
        margin-left: 25.83333%
    }
    .gi-xl-4 {
        width: 33.33333%
    }
    .gi-m.gi-xl-4 {
        width: 31.66667%
    }
    .gi-ml.gi-xl-4,
    .gi-mr.gi-xl-4 {
        width: 32.5%
    }
    .gi-xl-in-4 {
        margin-left: 33.33333%
    }
    .gi-m.gi-xl-in-4,
    .gi-ml.gi-xl-in-4 {
        margin-left: 34.16667%
    }
    .gi-xl-5 {
        width: 41.66667%
    }
    .gi-m.gi-xl-5 {
        width: 40%
    }
    .gi-ml.gi-xl-5,
    .gi-mr.gi-xl-5 {
        width: 40.83333%
    }
    .gi-xl-in-5 {
        margin-left: 41.66667%
    }
    .gi-m.gi-xl-in-5,
    .gi-ml.gi-xl-in-5 {
        margin-left: 42.5%
    }
    .gi-xl-6 {
        width: 50%
    }
    .gi-m.gi-xl-6 {
        width: 48.33333%
    }
    .gi-ml.gi-xl-6,
    .gi-mr.gi-xl-6 {
        width: 49.16667%
    }
    .gi-xl-in-6 {
        margin-left: 50%
    }
    .gi-m.gi-xl-in-6,
    .gi-ml.gi-xl-in-6 {
        margin-left: 50.83333%
    }
    .gi-xl-7 {
        width: 58.33333%
    }
    .gi-m.gi-xl-7 {
        width: 56.66667%
    }
    .gi-ml.gi-xl-7,
    .gi-mr.gi-xl-7 {
        width: 57.5%
    }
    .gi-xl-in-7 {
        margin-left: 58.33333%
    }
    .gi-m.gi-xl-in-7,
    .gi-ml.gi-xl-in-7 {
        margin-left: 59.16667%
    }
    .gi-xl-8 {
        width: 66.66667%
    }
    .gi-m.gi-xl-8 {
        width: 65%
    }
    .gi-ml.gi-xl-8,
    .gi-mr.gi-xl-8 {
        width: 65.83333%
    }
    .gi-xl-in-8 {
        margin-left: 66.66667%
    }
    .gi-m.gi-xl-in-8,
    .gi-ml.gi-xl-in-8 {
        margin-left: 67.5%
    }
    .gi-xl-9 {
        width: 75%
    }
    .gi-m.gi-xl-9 {
        width: 73.33333%
    }
    .gi-ml.gi-xl-9,
    .gi-mr.gi-xl-9 {
        width: 74.16667%
    }
    .gi-xl-in-9 {
        margin-left: 75%
    }
    .gi-m.gi-xl-in-9,
    .gi-ml.gi-xl-in-9 {
        margin-left: 75.83333%
    }
    .gi-xl-10 {
        width: 83.33333%
    }
    .gi-m.gi-xl-10 {
        width: 81.66667%
    }
    .gi-ml.gi-xl-10,
    .gi-mr.gi-xl-10 {
        width: 82.5%
    }
    .gi-xl-in-10 {
        margin-left: 83.33333%
    }
    .gi-m.gi-xl-in-10,
    .gi-ml.gi-xl-in-10 {
        margin-left: 84.16667%
    }
    .gi-xl-11 {
        width: 91.66667%
    }
    .gi-m.gi-xl-11 {
        width: 90%
    }
    .gi-ml.gi-xl-11,
    .gi-mr.gi-xl-11 {
        width: 90.83333%
    }
    .gi-xl-in-11 {
        margin-left: 91.66667%
    }
    .gi-m.gi-xl-in-11,
    .gi-ml.gi-xl-in-11 {
        margin-left: 92.5%
    }
    .gi-xl-12 {
        width: 100%
    }
    .gi-m.gi-xl-12 {
        width: 98.33333%
    }
    .gi-ml.gi-xl-12,
    .gi-mr.gi-xl-12 {
        width: 99.16667%
    }
    .gi-xl-in-12 {
        margin-left: 100%
    }
    .gi-m.gi-xl-in-12,
    .gi-ml.gi-xl-in-12 {
        margin-left: 100.83333%
    }
    .gi-xl-pr {
        padding-left: 0;
        padding-right: .83333%
    }
    .gi-xl-pl {
        padding-left: .83333%;
        padding-right: 0
    }
}

@media (min-width:48em) {
    .o-main {
        margin-top: 6.25rem
    }
}

.o-standard-content {
    background: #fff;
    padding: 5rem 0
}

.o-standard-content--no_pad_top {
    padding-top: 0
}

.o-standard-content--no_pad_btm {
    padding-bottom: 0
}

.o-page-heading {
    color: #211966;
    font-size: 2.25rem;
    margin: 0 0 1.5rem 0
}

.o-standard-content__tiles--peek_up {
    padding-top: 1px
}

.o-standard-content__tiles--peek_up>* {
    margin-top: -3.375rem;
    position: relative;
    top: -1px
}

.c-banner {
    background-color: #145482;
    backgorund-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 10.625rem 0;
    text-align: center
}

.c-banner__heading {
    color: inherit;
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0 auto 2rem auto;
    max-width: 37.5rem
}

.c-banner__description {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0 auto 3.125rem auto;
    max-width: 50rem
}

.c-banner__cta {
    margin: 0 .3125rem;
    max-width: 31.25rem
}

.c-brands {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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
}

.c-brands__item {
    margin: 1.875rem 2.5rem
}

.c-brands__logo {
    max-height: 5.3125rem;
    max-width: 8.75rem
}

.c-button,
input.c-button {
    border: 1px solid #e54759;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    border-radius: 10em;
    color: inherit;
    display: inline-block;
    font-size: 1rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    padding: 1rem 3.125rem;
    -webkit-transition: color .1s ease, border .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: color .1s ease, border .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -o-transition: color .1s ease, border .1s ease, background .1s ease, box-shadow .1s ease;
    transition: color .1s ease, border .1s ease, background .1s ease, box-shadow .1s ease;
    transition: color .1s ease, border .1s ease, background .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
    line-height: 1;
    cursor: pointer
}

.c-button--sm {
    padding: .7em 1.4em;
    font-size: .8125rem
}

.c-button--blue {
    border-color: #145482;
    color: #145482;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.c-button--blue:hover {
    color: #11466c;
    border-color: #11466c;
    -webkit-box-shadow: rgba(20, 84, 130, .25) 0 2px 3px;
    box-shadow: rgba(20, 84, 130, .25) 0 2px 3px
}

.c-button--pink,
input.c-button--pink {
    color: #e54759;
    border-color: #e54759;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.c-button--pink:hover,
input.c-button--pink:hover {
    color: #e23145;
    border-color: #e23145;
    -webkit-box-shadow: rgba(229, 71, 89, .25) 0 2px 3px;
    box-shadow: rgba(229, 71, 89, .25) 0 2px 3px
}

.c-button--grad-pink,
input.c-button--grad-pink {
    color: #fff;
    background: #e54759;
    background: -webkit-linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    background: -o-linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    background: linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .16);
    box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .16)
}

.c-button--grad-pink:hover {
    -webkit-box-shadow: rgba(229, 71, 89, .25) 0 2px 3px;
    box-shadow: rgba(229, 71, 89, .25) 0 2px 3px;
    color: #fff!important
}

.c-button--inv {
    color: #fff;
    border-color: #fff
}

.c-button--inv:hover {
    color: #bcccf7;
    border-color: #bcccf7
}

.c-tag {
    border: .0625rem solid;
    border-radius: 10em;
    display: inline-block;
    font-size: .7rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: .125rem 1rem
}

.c-tag--grey {
    border-color: #bdbdbd;
    color: #bdbdbd
}

.c-tag--foundational {
    border: none;
    background-color: #4abfaa;
    color: #fff
}

.c-tag--advanced {
    border: none;
    background-color: #187f8d;
    color: #fff
}

.c-tag--expert {
    border: none;
    background-color: #145482;
    color: #fff
}

.c-footer {
    background: #211966;
    color: #fff
}

.c-footer__content {
    padding: 3.75rem 0 2.5rem 0
}

.c-footer__heading {
    color: #d2eefb;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: .0625rem;
    margin-bottom: .5rem
}

.c-footer__subheading {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin: 0 0 1.5rem 0
}

.c-footer__menu {
    margin-bottom: 1.875rem
}

.c-footer__menu li {
    font-size: .75rem;
    letter-spacing: .0625rem
}

.c-footer__menu a {
    color: inherit;
    display: inline-block;
    padding: .375rem 0;
    text-decoration: underline;
    font-size: .75rem
}

.c-footer__sidebar {
    height: 100%;
    padding: 2.5rem 1.25rem
}

.table2 {
    font-size:1.1rem;
}

@media (min-width:48em) {
    .c-footer__sidebar {
        border-left: .0625rem solid #8faaf1;
        padding: 3.75rem 0 2.5rem 2.5rem
    }
}

.c-footer__fineprint {
    border-top: .0625rem solid #8faaf1;
    padding: 1.5rem 0
}

.c-footer__fineprint .b::after {
    content: "";
    display: table;
    clear: both
}

.c-footer__copyright {
    float: left;
    font-size: .75rem;
    margin: 0
}

.c-footer__credit {
    float: right;
    font-size: .875rem;
    margin: 0
}

.c-footer__nv_link {
    background: #000;
    border-radius: 10em;
    display: inline-block;
    height: 2.5rem;
    vertical-align: middle;
    width: 2.5rem
}

.c-footer__nv_logo {
    height: .75rem;
    margin: .875rem auto
}

.c-header {
    background: #fff;
    z-index: 9;
    padding: 1.25rem 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:48em) {
    .c-header {
        width: 100%;
        height: 7.8125rem;
        position: fixed;
        top: 0
    }
    .c-header::after {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 86, 97, .05)), to(rgba(88, 86, 97, 0)));
        background: -webkit-linear-gradient(rgba(88, 86, 97, .05) 0, rgba(88, 86, 97, 0) 100%);
        background: -o-linear-gradient(rgba(88, 86, 97, .05) 0, rgba(88, 86, 97, 0) 100%);
        background: linear-gradient(rgba(88, 86, 97, .05) 0, rgba(88, 86, 97, 0) 100%);
        position: absolute;
        height: 1.5625rem;
        bottom: -1.5625rem;
        left: 0;
        width: 100%;
        z-index: 20;
        pointer-events: none
    }
}

.c-header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: static
}

.c-header__home {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11.25rem;
    flex: 0 1 11.25rem
}

@media (min-width:48em) {
    .c-header__home {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 13.75rem;
        flex: 0 1 13.75rem
    }
}

@media (min-width:48em) {
    .c-header__home {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 19rem;
        flex: 0 1 180px;
    }
}

.c-header__logo {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
        max-width: 200px;
		width:160px;
}

@media (min-width:75em) {
	.c-header__logo {
		width:180px;
}
}

@media (min-width:0) and (max-width:767px) {
    .c-header__nav {
        -webkit-overflow-scrolling: touch;
        background: #fff;
        bottom: 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        position: absolute;
        right: 0;
        top: 5.6875rem;
        z-index: 100
    }
}

@media (min-width:48em) {
    .c-header__nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: auto
    }
}

.nav-active .c-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-header__minor_nav {
    margin-top: .875rem;
    border-bottom: 1px solid #f0f0f0
}

@media (min-width:48em) {
    .c-header__minor_nav {
        border-bottom: none
    }
}

@media (min-width:48em) {
    .c-header__main_nav {
        margin-top: 1.25rem
    }
	 .c-header--collapse .c-header__main_nav {
        margin-top: 0!important
    }
    .c-header--collapse .c-header__minor_nav {
        height: 0;
        margin: 0;
        overflow: hidden
    }
}

@media (min-width:64em) {
    .c-header--collapse {
        padding: 0;
        height: 3.75rem
    }
    .c-header--collapse .c-header__logo {
        max-width: 40%
    }
   


.c-hero {
     background-color: #145482; /*url(../images/hero-secondary-1.jpg); */
    background-size: cover;
    color: #fff;
    padding: 5rem 1.25rem 7.5rem
}
}

@media (min-width:48em) {
    .c-hero {
        height: 65vw
    }
}

.c-hero .b {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.c-hero__content {
    max-width: 55.625rem
}

.c-hero__label {
    font-size: .75rem;
    font-weight: 600;
    margin: 0 0 2rem 0
}

.c-hero__heading {
    color: #fff;
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0 0 2.5rem 0
}

.c-form {
    width: 100%
}

.c-form__group {
    position: relative;
    margin-bottom: 2em
}

.c-form__group input {
    background-image: none
}

.c-form__label {
    color: #211966;
    font-weight: 600;
    margin-bottom: .625rem
}

.c-form__submit_wrap {
    display: table-cell;
    position: relative;
    width: 4rem
}

.c-form__submit {
    background: url(../img/chevron-right.svg) center no-repeat;
    background-size: .75rem;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-icon_tile {
    border-radius: .5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem;
    min-height: 16.875rem;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 16px -3px rgba(86, 145, 194, .25);
    box-shadow: 0 8px 16px -3px rgba(86, 145, 194, .25);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.c-icon_tile:focus,
.c-icon_tile:hover {
    -webkit-box-shadow: 0 8px 11px -6px rgba(86, 145, 194, .25);
    box-shadow: 0 8px 11px -6px rgba(86, 145, 194, .25)
}

.c-icon_tile__header {
    background: #2e84cd;
    padding: 1.125rem 1.25rem
}

.c-icon_tile__name {
    font-size: .875rem;
    font-weight: 600;
    margin: 0
}

.c-icon_tile__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2e84cd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.c-icon_tile__content .c-icon_tile__name {
    left: 1.25rem;
    position: absolute;
    top: 1.25rem;
    z-index: 2
}

.c-icon_tile__icon {
    height: 7.125rem;
    z-index: 2
}

.c-icon_tile__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    background-color: #2e84cd;
    z-index: 1;
    opacity: .3;
    left: 0
}

.c-image_segue {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem
}

.c-image_segue--grid {
    height: 100%;
    padding-bottom: 2rem
}

.c-image_segue__link {
    border-radius: .25rem .25rem 0 0;
    color: inherit;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 2rem;
    position: relative;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 8px 16px -3px rgba(86, 145, 194, .25);
    box-shadow: 0 8px 16px -3px rgba(86, 145, 194, .25);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.c-image_segue__link:focus,
.c-image_segue__link:hover {
    -webkit-box-shadow: 0 8px 11px -6px rgba(86, 145, 194, .25);
    box-shadow: 0 8px 11px -6px rgba(86, 145, 194, .25)
}

.c-image_segue__content {
    padding: 1.25rem
}

.c-image_segue__label {
    color: #e54759;
    font-size: .8125rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin: 0 0 .25rem 0
}

.c-image_segue__heading {
    color: #145482;
    font-size: 1rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin-bottom: .625rem
}

@media (min-width:48em) {
    .c-image_segue__heading {
        font-size: 1.25rem
    }
}

.c-image_segue__excerpt {
    color: #979797;
    font-size: .75rem
}

.c-image_segue__excerpt p {
    margin: 0
}

.c-image_segue__icon {
    display: block;
    height: 1rem;
    margin: .5rem 0 0 auto;
    width: 1rem;
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem
}

.c-image_segue__arrow {
    fill: #e54759
}

.c-info_card {
    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;
    border-radius: .5rem;
    margin-bottom: 1.25rem;
    padding: 2rem;
    -webkit-box-shadow: 0 2px 24px -3px rgba(86, 145, 194, .25);
    box-shadow: 0 2px 24px -3px rgba(86, 145, 194, .25);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.c-info_card:focus,
.c-info_card:hover {
    -webkit-box-shadow: 0 0 8px -3px rgba(86, 145, 194, .6);
    box-shadow: 0 0 8px -3px rgba(86, 145, 194, .6)
}

.c-info_card__heading {
    color: #211966;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1rem 0
}

.c-info_card__description {
    color: #7a7a7a;
    font-size: .9375rem
}

.c-info_card__cta {
    font-size: .8125rem;
    padding: .5rem 2rem
}

.c-info_card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1rem 0
}

@media (min-width:64em) {
    .c-info_card__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-info_card__header .c-info_card__heading {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-info_card__header .c-info_card__tags {
    white-space: nowrap
}

.c-info_card--index {
    padding: 0 0 2rem 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(86, 145, 194, .25);
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-info_card--index:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-info_card--cta {
    background: #115992;
    background: -webkit-gradient(linear, left top, left bottom, from(#115992), to(#1d2770));
    background: -webkit-linear-gradient(top, #115992 0, #1d2770 100%);
    background: -o-linear-gradient(top, #115992 0, #1d2770 100%);
    background: linear-gradient(to bottom, #115992 0, #1d2770 100%)
}

.c-info_card--cta .c-info_card__heading {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    color: #fff
}

.c-info_card--cta .c-info_card__description {
    font-size: .75rem;
    color: #fff
}

.c-info_card__footer {
    margin: 24px -32px -32px -32px;
    background-color: #211966;
    border-radius: 0 0 .5rem .5rem;
    font-size: .75rem;
    line-height: 1.125rem;
    padding: .3125rem .5rem;
    color: #fff
}

.c-reg_card {
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
    border: .0625rem solid;
    border-color: #e54759;
    margin-bottom: 1.25rem;
    padding: 4rem;
    text-align: center
}

@media (min-width:48em) {
    .c-reg_card {
        padding: 4rem 8rem
    }
}

.c-reg_card__heading {
    color: #211966;
    font-size: 1.25rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin-bottom: .625rem
}

.c-reg_card__price {
    color: #2e84cd;
    font-size: 2.25rem;
    margin: 0 0 1rem 0
}

.c-reg_card__desc {
    color: #7a7a7a;
    font-size: .75rem
}

.c-reg_card__note {
    color: #e54759
}

.c-info_tile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #211966;
    border-radius: .5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    min-height: 22.5rem;
    padding: 1.25rem;
    text-align: center
}

.c-info_tile__heading {
    color: inherit;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 .5rem 0
}

.c-info_tile__description {
    line-height: 1.75rem;
    margin: 0 auto;
    max-width: 31.25rem
}

.c-info_tile__cta {
    color: #fff;
    border-color: #fff
}

.c-info_tile__cta:hover {
    color: #bcccf7;
    border-color: #bcccf7
}

.c-list {
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
    border-radius: .5rem
}

.c-list li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0
}

.c-list__header,
.c-list__item {
    display: block;
    line-height: 3.125rem;
    padding-left: 1rem
}

.c-list__item {
    color: #666;
}

.c-list__item b {
    font-weight: 600
}

.c-list__spacer {
    height: 3.125rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: none!important
}

.c-list__header {
    color: #211966;
    font-weight: 600
}

.c-list__item.download {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-list__item.download:hover .download__format {
    visibility: visible;
    opacity: 1
}

.download__title {
    color: #2e84cd;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.download__format a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    line-height: 3.125rem;
    padding: 0 1rem;
    border-right: 1px solid #e5e5e5;
    text-decoration: underline
}

.download__format a:before {
    display: block;
    content: "";
    width: 1.25rem;
    height: 3.125rem;
    background-image: url(../img/icon-download.svg);
    background-repeat: no-repeat;
    background-position: center
}

.download__format a:first-of-type {
    border-left: 1px solid #e5e5e5
}

.c-pagination {
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.c-pagination__list {
    border-bottom: 1px solid #e5e5e5
}

ul.c-pagination__list li {
    display: inline-block;
    margin: 0
}

ul.c-pagination__list a {
    padding: .5rem 1rem;
    display: inline-block
}

ul.c-pagination__list a.next,
ul.c-pagination__list a.prev {
    background-image: url(../img/icon-prev.svg);
    background-repeat: no-repeat;
    background-position: center
}

ul.c-pagination__list a.next {
    background-image: url(../img/icon-next.svg)
}

ul.c-pagination__list a.active {
    position: relative
}

ul.c-pagination__list a.active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e54759
}

@media (min-width:0) and (max-width:767px) {
	.c-main_nav {
        width: 100vw
    }
    .c-main_nav.subnav-active .c-main_nav__menu {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width:0) and (max-width:64em) {
  .c-hero{height:auto; padding-top:30px; padding-bottom:60px;}

  
}

.c-main_nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 200%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (min-width:48em) {
    .c-main_nav__menu {
        position: static;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-main_nav__item {
    width: 50%
}

@media (min-width:48em) {
    .c-main_nav__item {
        width: auto
    }
}

.c-main_nav__item.is-current .c-sub_nav {
    opacity: 1;
    pointer-events: all;
    height: auto
}

.c-main_nav__item:hover .c-main_nav__link {
    color: #4f45aa
}

.c-main_nav__item.subnav-open .c-main_nav__link {
    position: relative
}

.c-main_nav__item.subnav-open .c-main_nav__link:after {
    display: block;
    content: "";
    width: 27px;
    height: 15px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -14px;
    background-image: url(../img/caret.svg);
    background-position: center;
    background-repeat: no-repeat
}

.c-main_nav__link {
    color: #211966;
    display: block;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    letter-spacing: .0625rem;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #f0f0f0
}

@media (min-width:48em) {
    .c-main_nav__link {
        padding: 1.25rem .75rem
    }
}

@media (min-width:48em) {
    .c-main_nav__link {
        border-bottom: 0
    }
}

.c-main_nav__item--selected .c-main_nav__link {
    color: #e54759
}

.c-main_nav__item--selected .c-main_nav__link:hover {
    color: #e54759
}

.c-main_nav__link:focus {
    background-color: transparent
}

.c-main_nav__search {
    background-image: url(../img/icon-search.svg);
    background-position: 20px;
    background-repeat: no-repeat;
    padding: 1.25rem 1.5rem 1.25rem 0;
    cursor: pointer
}

@media (min-width:48em) {
    .c-main_nav__search {
        background-position: center
    }
}

.c-sub_nav {
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media (min-width:0) and (max-width:767px) {
    .c-sub_nav {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        width: 50%;
        top: 0;
        left: 50%;
        min-height: 80vh;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease
    }
}

@media (min-width:48em) {
    .c-sub_nav {
        position: absolute;
        top: 7.8125rem;
        left: 0;
        width: 100%;
        background: #fff;
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-box-shadow: rgba(88, 86, 97, .2) 0 5px 10px;
        box-shadow: rgba(88, 86, 97, .2) 0 5px 10px;
        z-index: -1
    }
    .c-header--collapse .c-sub_nav {
        top: 3.75rem
    }
}

.c-sub_nav.open {
    height: auto;
    opacity: 1
}

@media (min-width:48em) {
    .c-sub_nav__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:48em) {
    .c-sub_nav__description {
        background: #f4faff;
        width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 3.125rem 3.125rem 3.125rem 0;
        position: relative
    }
    .c-sub_nav__description::before {
        background: #f4faff;
        bottom: 0;
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
        width: 500%;
        z-index: 0
    }
}

@media (min-width:48em) {
    .c-sub_nav__search .c-sub_nav__description {
        display: none
    }
}

.c-sub_nav__back {
    background: transparent url(../img/chevron-left.svg) no-repeat 50% 50%;
    padding: 1.875rem;
    margin-right: 1.875rem;
    font-size: 0;
    cursor: pointer
}

@media (min-width:48em) {
    .c-sub_nav__back {
        display: none
    }
}

.c-sub_nav__heading {
    color: #211966;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 1em
}

@media (min-width:0) and (max-width:767px) {
    .c-sub_nav__heading {
        border-bottom: 1px solid #f0f0f0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:48em) {
    .c-sub_nav__heading {
        margin-bottom: 2em
    }
}

.c-sub_nav__heading_link {
    color: #211966;
    text-decoration: underline
}

.c-sub_nav__blurb {
    display: none
}

@media (min-width:48em) {
    .c-sub_nav__blurb {
        display: block
    }
}

@media (min-width:48em) {
    .c-sub_nav__nav {
        width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3.125rem 0 3.125rem 3.125rem
    }
}

.c-sub_nav__group {
    min-width: 33%;
	padding: 0 7px;
}

.c-sub_nav__group_heading {
    margin-bottom: 1em;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    font-size: 1em
}

@media (min-width:48em) {
    .c-sub_nav__group_heading {
        margin-bottom: 2em
    }
}

.c-sub_nav__group_heading_link {
    color: #211966;
    text-decoration: underline
}

.c-sub_nav__list {
    margin-bottom: 2em
}

@media (min-width:48em) {
    .c-sub_nav__list {
        margin-bottom: 4em
    }
}

.c-sub_nav__item {
    margin-bottom: .4em;
}

.c-sub_nav__link {
    color: #2e84cd;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    font-size: .9em
}

.c-mini_form {
    background: #3e3686;
    border-radius: .25rem;
    display: table;
    height: 4rem;
    overflow: hidden;
    width: 100%
}

.c-mini_form__field_wrap {
    display: table-cell;
    position: relative
}

.c-mini_form__field {
    background: 0 0;
    border: 0!important;
    border-radius: 0!important;
    color: inherit;
    height: 100%;
    left: 0;
    padding: 0 1rem;
    position: absolute;
    top: 0;
    width: 100%
}

.c-mini_form__submit_wrap {
    display: table-cell;
    position: relative;
    width: 4rem
}

.c-mini_form__submit {
    background: url(../img/chevron-right.svg) center no-repeat;
    background-size: .75rem;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-mini_form--search {
    margin: 2em 0
}

.c-mini_form--search .c-mini_form__submit {
    background-color: #145482
}

.c-mini_form--search .c-mini_form__submit:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-minor_nav__menu {
    text-align: center;
    padding: 0 1rem 1.25rem 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-minor_nav__item {
	padding-left: .5em;
    padding-right: .5em;
	letter-spacing:normal;
}

@media (min-width:48em) {
    .c-minor_nav__menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0
    }
}

.c-minor_nav__item {
    margin-bottom: .625rem;
    width: auto;
}

@media (min-width:48em) {
    .c-minor_nav__item {
        margin-left: .75rem;
        margin-bottom: 0;
        width: auto
    }
    .c-minor_nav__item:last-child {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.c-minor_nav__link {
    color: #585661;
    font-size: .8rem;
    letter-spacing: normal;
}

.c-module_section {
    background: #f4faff;
    padding: 3.75rem 0
}

@media (min-width:64em) {
    .c-module_section {
        padding: 6.25rem 0
    }
}

.c-module_section:nth-of-type(even) {
    background: #fff
}

.c-module_section__heading {
    color: #211966;
    font-size: 1.75rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    line-height: 2.625rem;
    margin: 0 auto 1.875rem auto;
    max-width: 59.375rem;
    text-align: center
}

.c-module_section__description {
    color: #145482;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 2rem;
    margin: 0 auto 1.5rem auto;
    max-width: 53.125rem;
    text-align: center
}

.c-module_section__subheading {
    font-size: 1.25rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: .5rem;
    text-align: center
}

.c-module_section__subheading--sm {
    font-size: 1rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    text-align: center
}

.c-module_section__note {
    font-size: .9375rem;
    padding: 0 1.25rem;
    text-align: center
}

.c-module_section__note a {
    color: #2e84cd
}

.c-module_section__note a:hover {
    color: #e54759
}

.c-module_section__note--pink {
    color: #e54759
}

.c-module_section__note--pink a {
    color: inherit
}

.c-module_section__icon {
    display: block;
    height: 9.375rem;
    margin: 2.1875rem auto
}

.c-module_section__icon--sm {
    display: block;
    height: 9.375rem;
    margin: 2.1875rem auto 0
}

.c-module_section__tiles {
    margin: 3.75rem 0
}

.c-module_section__tiles:last-of-type {
    margin: 3.75rem 0 0
}

.c-module_section__tiles_heading {
    color: #211966;
    font-size: .75rem;
    font-weight: 600;
    margin: 0 0 1rem 0
}

.c-module_section--news {
    padding: 2.5rem 0
}

@media (min-width:48em) {
	.c-minor_nav__menu {
    justify-content: flex-end;
}

    .c-module_section--news {
        padding: 3.75rem 0
    }
}

.c-module_section--news .c-module_section__heading {
    margin: 0 0 1.5rem 0;
    max-width: 100%;
    text-align: left
}

.c-module_section--news .c-module_section__description {
    margin: 0;
    max-width: 100%;
    text-align: left
}

.c-nav_toggle {
    display: block;
    background: 0 0;
    border-radius: 0;
    padding: 1.5em;
    float: right;
    margin-left: auto
}

@media (min-width:48em) {
    .c-nav_toggle {
        display: none
    }
}

.c-nav_toggle:focus,
.c-nav_toggle:hover {
    outline: 0
}

.c-nav_toggle:focus .c-nav_toggle__line,
.c-nav_toggle:hover .c-nav_toggle__line {
    fill: #e54759
}

.c-nav_toggle__line {
    fill: #211966;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.c-nav_toggle.is-active .c-nav_toggle__line--1 {
    opacity: 0;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.c-nav_toggle.is-active .c-nav_toggle__line--2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-nav_toggle.is-active .c-nav_toggle__line--3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-nav_toggle.is-active .c-nav_toggle__line--4 {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.c-rich_text>:first-child {
    margin-top: 0
}

.c-rich_text h1 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0 0 2rem 0
}

.c-rich_text h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin: 0 0 2rem 0
}

.c-rich_text h3 {
    font-size: 1.375rem;
    margin: 0 0 2rem 0
}

.c-rich_text h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    font-weight: 600
}

.c-rich_text h5 {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    font-weight: 600
}

.c-rich_text h6 {
    font-size: .75rem;
    margin: 0 0 1rem 0;
    font-weight: 600
}

.c-section_nav a {
    color: #2e84cd;
    display: block;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    padding: .625rem 0;
    font-size: .9em
}

.c-subheader {
    padding-top: 1.875rem;
    border-bottom: 1px solid rgba(189, 189, 189, .5)
}

.c-subheader__button {
    float: right;
    margin-top: .375rem;
    height: 2rem;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.c-subheader__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:30em) {
    .c-subheader__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .c-subheader__content ul {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
	
	
}

@media (min-width:48em) {
	
	
    .c-subheader__content .c-subheader__button {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.c-segue {
    border-bottom: .0625rem solid #f0f0f0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem
}

.c-segue a {
    color: inherit
}

.c-segue__label {
    color: #e54759;
    font-size: .8125rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin: 0 0 .25rem 0
}

.c-segue__heading {
    color: #145482;
    font-size: 1.25rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin-bottom: .625rem
}

.c-segue__excerpt {
    color: #979797;
    font-size: .75rem
}

.c-segue__excerpt p {
    margin: 0
}

.c-segue__icon {
    display: block;
    height: 1rem;
    margin: .5rem 0 0 auto;
    width: 1rem
}

.c-segue__arrow {
    fill: #e54759
}

.c-sidebar_section {
    margin: 2.5rem 0
}

@media (min-width:48em) {
    .c-sidebar_section {
        margin: 0 0 2.5rem
    }
}

.c-sidebar_section__heading {
    color: #211966;
    font-weight: 600;
    margin-bottom: .625rem;
    font-size: 1em
}

.c-sidebar_section__price {
    color: #2e84cd;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin-bottom: .625rem
}

.c-sidebar_links a {
    color: #2e84cd;
    display: block;
    font-weight: 300;
    padding: .625rem 0;
    font-size: 1rem;
    text-decoration: underline
}

.c-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    overflow-x: auto
}

.c-tabs__tab {
    margin: 0
}

.c-tabs__tab_link {
    color: #979797;
    background: #f0f0f0;
    display: block;
    letter-spacing: .07em;
    padding: .8em .8em;
    font-size: .8em;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

@media (min-width:48em) {
    .c-tabs__tab_link {
        padding: 1em 1em;
        font-size: 1em
    }
}

@media (min-width:64em) {
    .c-tabs__tab_link {
        padding: 1em 1.5em
    }
}

.c-tabs__tab_link--active {
    color: #fff;
    cursor: default;
    pointer-events: none;
    background: #e54759
}

.c-tabs__tab_link:hover {
    background: #ececec;
    color: #999
}

.c-tabs__tab_link--disabled {
    color: #bdbdbd;
    cursor: none;
    pointer-events: none
}

.c-tabs__tab_link--disabled:hover {
    color: #bdbdbd
}

.ripple {
    background-position: center;
    transition: background .8s
}

.ripple:hover {
    background: #cecece radial-gradient(circle, transparent 1%, #999 1%) center/15000%
}

.ripple:active {
    background-color: #000;
    background-size: 100%;
    transition: background 0s
}

.c-tab__content .c-tab__pane {
    display: none
}

.c-tab__content .c-tab__pane.active {
    display: block
}

.c-text_banner {
    padding: 2.5rem 0;
    text-align: center
}

.c-text_banner__heading {
    color: #211966;
    font-size: 2rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    line-height: 2.625rem;
    margin: 0 auto 1.25rem auto;
    max-width: 50rem
}

.c-text_banner__description {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0 auto;
    max-width: 62.5rem
}

.c-tile {
    display: block;
    background: #585661;
    border-radius: .5rem;
    color: #fff;
    margin-bottom: 1.25rem;
    min-height: 10.625rem;
    padding: 1.25rem 1.375rem;
    -webkit-box-shadow: 0 8px 11px -6px rgba(86, 145, 194, .25);
    box-shadow: 0 8px 11px -6px rgba(86, 145, 194, .25)
}

.c-tile:hover {
    color: #fff!important
}

.c-tile--light_teal {
    background: #4abfaa
}

.c-tile--teal {
    background: #187f8d
}

.c-tile--deep_blue {
    background: #145482
}

.c-tile__name {
    font-size: .875rem;
    line-height: 1.2;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    margin: 0 0 .25rem 0
}

.c-embed {
    padding-top: 75%;
    position: relative;
    width: 100%;
    background: #fefefe;
    margin-bottom: 1.5rem
}

@media (min-width:30em) {
    .c-embed {
        padding-top: 66.6666%
    }

    .c-minor_nav__item {
    margin-bottom: .625rem;
    width: auto;
}

}

@media (min-width:48em) {
    .c-embed {
        padding-top: 50%
    }

    .c-minor_nav__item {
    margin-bottom: .625rem;
    width: auto;
}

}

.c-embed>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-overlay__wrapper {
    position: relative
}

.c-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem 0
}

.u-fr {
    float: right
}

.u-fl {
    float: left
}

.u-mb {
    margin-bottom: .03125rem
}

.u-mb-1 {
    margin-bottom: .5rem
}

.u-mb-2 {
    margin-bottom: 1rem
}

.u-mb-3 {
    margin-bottom: 1.5rem
}

.u-mb-4 {
    margin-bottom: 2rem
}

.u-mb-5 {
    margin-bottom: 2.5rem
}

.u-mb-6 {
    margin-bottom: 3rem
}

.u-mt-1 {
    margin-top: .5rem
}

.u-mt-2 {
    margin-top: 1rem
}

.u-mt-3 {
    margin-top: 1.5rem
}

.u-mt-4 {
    margin-top: 2rem
}

.u-mt-5 {
    margin-top: 2.5rem
}

.u-mt-6 {
    margin-top: 3rem
}

.u-show-md {
    display: none
}

@media (min-width:48em) {
    .u-show-md {
        display: block
    }
}

.u-hide-md {
    display: block;
    display: none
}

@media (min-width:48em) {
    .u-hide-md {
        display: none
    }
}

@media (min-width:48em) {
 .c-header--collapse
 
    .u-sticky {
        position: -webkit-sticky;
        position: sticky
    }
}

.u-tc {
    text-align: center
}

.u-tr {
    text-align: right
}

.u-tl {
    text-align: left
}

.u-c--pink {
    color: #e54759
}

.u-c--medium-blue {
    color: #2e84cd
}

.u-c--deep-blue {
    color: #145482
}

.u-c--deep-purple {
    color: #211966
}

.u-c--light-grey {
    color: #979797
}

.u-c--medium-grey {
    color: #585661
}

.u-c--lighter-grey {
    color: #bdbdbd
}

.u-bg--pink {
    background-color: #e54759
}

.u-bg--medium-blue {
    background-color: #2e84cd
}

.u-bg--deep-blue {
    background-color: #145482
}

.u-bg--deep-purple {
    background-color: #211966
}

.u-bg--lighter-grey {
    background-color: #bdbdbd
}

.u-bg--light-grey {
    background-color: #979797
}

.u-bg--medium-grey {
    background-color: #585661
}

.u-c--white {
    color: #fff
}

.u-bg--blue {
    background: #211966
}

.u-bg--grad-blue {
    background: #115992;
    background: -webkit-gradient(linear, left top, left bottom, from(#115992), to(#1d2770));
    background: -webkit-linear-gradient(top, #115992 0, #1d2770 100%);
    background: -o-linear-gradient(top, #115992 0, #1d2770 100%);
    background: linear-gradient(to bottom, #115992 0, #1d2770 100%)
}

p.u-error {
    color: #c60000;
    font-weight: 700;
    font-size: .875em;
    padding: .5em 0;
    margin-bottom: 0
}

input[type=checkbox].u-error+label,
input[type=radio].u-error+label {
    color: #c60000
}

input[type=email].u-error,
input[type=password].u-error,
input[type=search].u-error,
input[type=tel].u-error,
input[type=text].u-error,
input[type=url].u-error,
select.u-error,
textarea.u-error {
    border-color: #c60000
}


/* added-styles.css */

h3.c-info_tile__heading {color:#fff;}
ul.checked li {
    list-style: none;
    position: relative;
    padding: 6px 0 0 25px;
    color:#fff;
}

ul.checked li:before {
    background: transparent url(/assets/images/check-circle-white.png) scroll 0 0 no-repeat;
    background-size: contain;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 8px;
}

@charset "UTF-8";
html {
    font-size: 75%;
    background-color: #999
}

body {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

span.pipe {
    color: #b2b2b2;
    padding-left: 4px;
    padding-right: 4px
}

#interstitial {
    display: none
}

.c-header {
    max-width: 2000px
}

.download__title {
    opacity: 100
}

.c-list__item.download,
.download__format {
    display: block
}

.download__format {
    opacity: 100;
    position: relative;
    visibility: visible
}

.download__format a {
    border-right: none
}

.download__format a:first-of-type {
    border-left: none
}

.c-list__item.download span.download__title {
    line-height: 2em!important
}

.o-standard-content ul {
    list-style: inherit;
    margin: 1em
}

.c-sub_nav__group_heading {
    line-height: 1.2rem
}

strong {
    font-weight: 700
}

.c-image_segue {
    height: 100%
}

.download__format {
    height: 100%
}

#vscf .form-group button {
    color: #fff;
    background: #e54759;
    background: -webkit-linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    background: -o-linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    background: linear-gradient(45deg, #e54759 0, #ff6478 50%, #ff8595 100%);
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .16);
    box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .16);
    border-radius: 10em;
    display: inline-block;
    font-size: 1rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    padding: 1rem 3.125rem
}

#vscf .form-group input[type=email],
#vscf .form-group input[type=text],
#vscf .form-group textarea {
    width: 100%!important
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.4em
}

input#searchsubmit {
    margin-top: 20px
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
    margin-top: 1em;
    margin-bottom: .5em
}

#content ol,
#content p,
#content ul {
    margin: 1em 0;
    font-size: 1.1rem
}

#content ul {
    list-style: square;
    padding-left: 1.1em
}

p.small,
small {
    font-size: .75rem!important;
    line-height: 1.125rem!important
}

#content ul ul {
    list-style: circle
}

#content ol {
    list-style: decimal;
    padding-left: 1.1em
}

#content li {
    margin-top: .5em;
    margin-bottom: .5em
}

#content .c-list li {
    margin-top: 0;
    margin-bottom: 0
}

#content blockquote {
    padding: 0 2em
}

#content ul.c-list {
    list-style: none;
    padding-left: 0
}

.roadmap-row {
    margin-left: -35px;
    margin-right: -35px
}

.svg-wrapper {
    margin-left: auto;
    margin-right: auto
}

.roadmap-btn {
    opacity: 0;
    transition: ease .3s
}

.roadmap-btn:hover {
    opacity: .7;
    transition: ease .3s
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-sidebar_section__heading {
    line-height: 1.4
}

em {
    font-style: italic
}

blockquote {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 2em 0
}

blockquote.red{
    border-top: 3px solid #e54759;
    border-bottom: 3px solid #e54759;
    margin: .5em 2px .5em 0;
    width:100%;
    float:right;
    color:#e54759;
}
blockquote.red p {
        font-size:1.5em!important;
}

.table1,
.table2 {
    width: 100%
}

.table1 td,
.table2 td {
    padding: .25em .5em
}

.table1 tr {
    border-bottom: 1px solid #f0f0f0
}

.table2 td {
    border: 1px solid #f0f0f0
}

.table2 {
    font-size: 1.1rem
}

.provider-table-container {
    box-shadow: 0 2px 24px -3px rgba(86, 145, 194, .25);
    border-radius: .5rem;
    padding: 1em;
    margin: 3em 0
}

.provider-table {
    width: 100%;
    font-size: 11px
}

.provider-table td {
    padding: 2px
}

.provider-table tr {
    border-bottom: 1px solid #ccc
}

.provider-table tr:nth-child(1) {
    border-top: 1px solid #ccc
}

.provider-table tr td:nth-child(1) {
    width: 75%
}

.provider-table tr td:nth-child(even) {
    background-color: #ececec
}

#content .provider-table-container h1 {
    margin-top: .25em
}

.d-none {
    display: none
}

.steps {
    background: #ececec;
    margin-top: 1px;
    font-weight: 700;
    font-size: 1.2rem;
    ding-top: 4px;
    ding-bottom: 4px
}

.steps-section {
    background-color: #fafafa;
    margin-bottom: 5px
}

.stepsb div {
    font-size: .8em
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: block
}

.col-xs-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-offset-4 {
    margin-left: 33.33333333%
}

.row:after {
    clear: both
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.form-dropdown {
    border: 1px solid rgba(4, 105, 177, .25);
    border-radius: 2px;
    background: #f4faff;
    color: #211966;
    font-size: 16px;
    padding: 10px
}

.hr2 {
    margin: 2em 0
}

.sidebar-col .c-tile {
    min-height: 0
}

.c-info_card {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-1 {
    margin-top: 1em;
    margin-bottom: 1em
}

.white {
    color: #fff
}

#searchsubmit {
    border: 1px solid #e54759;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    border-radius: 10em;
    color: inherit;
    display: inline-block;
    font-size: 1rem;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500;
    padding: 1rem 3.125rem;
    -webkit-transition: color .1s ease, border .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: color .1s ease, border .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -o-transition: color .1s ease, border .1s ease, background .1s ease, box-shadow .1s ease;
    transition: color .1s ease, border .1s ease, background .1s ease, box-shadow .1s ease;
    transition: color .1s ease, border .1s ease, background .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
    line-height: 1;
    cursor: pointer;
    font-size: .8125rem;
    padding: .5rem 2rem;
    color: #e54759;
    border-color: #e54759;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff
}

#searchsubmit:hover {
    border-color: #e23145;
    box-shadow: rgba(229, 71, 89, .25) 0 2px 3px;
    color: #e54759!important;
    background-color: #fff
}



.no-webp .c-hero {
    background: #145482;
}

.webp .c-hero {
    background: #145482;
}

a .c-icon_tile__icon {
    transition: ease .3s
}

a .c-icon_tile__icon:hover {
    opacity: .6;
    transition: ease .3s
}

.no-webp .hp-box1 {
    background-image: url(../img/hp-box1.jpg)
}
.hp-box1 {
    background-image: url(../img/hp-box1.webp)
}

.no-webp .hp-box2 {
    background-image: url(../img/hp-box2.jpg)
}
.webp .hp-box2 {
    background-image: url(../img/hp-box2.webp)
}

.no-webp .hp-box3 {
    background-image: url(../img/hp-box3.jpg)
}
.webp .hp-box3 {
    background-image: url(../img/hp-box3.webp)
}

.no-webp .hp-box4 {
    background-image: url(../img/hp-box4.jpg)
}
.webp .hp-box4 {
    background-image: url(../img/hp-box4.webp)
}

.no-webp .hp-box5 {
    background-image: url(../img/hp-box5.jpg)
}
.webp .hp-box5 {
    background-image: url(../img/hp-box5.webp)
}

.no-webp .hp-box6 {
    background-image: url(../img/hp-box6.jpg)
}
.webp .hp-box6 {
    background-image: url(../img/hp-box6.webp)
}

.no-webp .hp-box7 {
    background-image: url(../img/hp-box7.jpg)
}

.webp .hp-box7 {
    background-image: url(../img/hp-box7.webp)
}

.no-webp .hp-box8 {
    background-image: url(../img/hp-box8.jpg)
}

.webp .hp-box8 {
    background-image: url(../img/hp-box8.webp)
}

.no-webp .cta-footer {
    background-image: url(../img/cta-footer.jpg)
}

.webp .cta-footer {
    background-image: url(../img/cta-footer.webp)
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    padding: 1.25rem 1rem
}

.c-form__group {
    margin-bottom: 1em
}

.c-form__label {
    margin-bottom: .25rem
}

textarea {
    min-height: 7em
}

.alignright {
    margin-bottom: 1em
}

.alignleft {
    margin-bottom: 1em
}

.anchor {
    position: relative;
    top: -50px;
    display: block
}

select.form-control {
    -webkit-appearance: none;
    background: #f4faff;
    border: 1px solid rgba(4, 105, 177, .25);
    border-radius: 2px;
    display: inline-block;
    font-size: inherit;
    padding: .5em 4em .5em 1em;
    font-weight: 300;
    color: #211966;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.25em;
    background-repeat: no-repeat
}

select.form-control:focus {
    background-color: #faffbd;
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #2e84cd;
    color: #000;
    outline: 0
}

select[multiple] {
    background-image: none
}

select:focus[multiple] {
    background-image: none
}

.c-sub_nav__group {
    min-width: 36%
}


@media (min-width:30em) {
    .provider-table {
        font-size: 12px
    }
    .provider-table td {
        padding: 4px
    }
    .provider-table tr td:nth-child(1) {
        width: 75%
    }
}

@media (min-width:48em) {
    .provider-table {
        font-size: 14px
    }
    .provider-table td {
        padding: 8px
    }
    .d-block-48em {
        display: block
    }
    .d-none-48em {
        display: none
    }
}

@media (min-width:768px) {
    html {
        font-size: 90%
    }
    .alignright {
        float: right;
        margin-left: 10px
    }
    .alignleft {
        float: left;
        margin-right: 10px
    }
	
    ul.columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

blockquote.red{
    border-top: 3px solid #e54759;
    border-bottom: 3px solid #e54759;
    margin: .5em 2px .5em 0;
    width:40%;
    float:right;
    color:#e54759;
}
blockquote.red p {
        font-size:1.5em!important;
}

	.no-webp .c-hero {
     background-color: #145482; /*url(../images/hero-secondary-1.jpg); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .c-hero {
     background-color: #145482; /*url(../images/hero-secondary-1.jpg); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
}

@media (min-width:1200px) {
    html {
        font-size: 100%
    }
	
	.no-webp .c-hero {
     background-color: #145482; /*url(../images/hero-secondary-1.jpg); */
  background-position: top center;
        background-position: top center;
        background-repeat: no-repeat;
        background-size:cover;
        max-height: 827px
}

.webp .c-hero {
     background-color: #145482; /*url(../images/hero-secondary-1.jpg); */
   background-position: top center;
        background-position: top center;
        background-repeat: no-repeat;
        background-size:cover;
        max-height: 827px
}
   
}