.skip-to-content-link {
  background: #0a1842;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-120%);
  transition: transform 0.3s;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  top: 4px;
  line-height: 1;
  font-size: .75rem;
  transition: transform 0.3s;
  z-index:250;
}
.skip-to-content-link:visited {
  color: white;
}
.skip-to-content-link:hover {
  color: white;
  text-decoration:underline;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
}
/* chrome vanishing fix */
html {
  height:100%;
  overflow:auto;
}
.en__component--row {
  max-width:840px;
  margin: 0 auto;
}
/* Makes header 100% wide */
.en__component--row:first-of-type {
  width:100%;
  max-width:100%;
  padding-left: 0;
  padding-right: 0;
}
/* removes padding of 1st column */
.en__component--row:first-of-type > .en__component--column:first-of-type {
  padding-left: 0;
  padding-right: 0;
  margin:0;
  background: transparent;
}
.en__component--column {
  max-width:450px;
  background-color:white;
  padding-left: 30px;
  padding-right: 30px;
}
.row.main-nav {
  margin-bottom: 1rem;
}
@media only screen and (max-width:675px) {
  .row.main-nav {
      margin-bottom: 0;
  }
  .en__component--column {
    margin-top:2rem;
  }
}
.redesign-2016 { 
  box-sizing: border-box; 
}
.redesign-2016 * { 
  box-sizing: inherit; 
}
/* Body */
@media all and (min-width: 675px) {
  body {
    background:#fff;
  }
}
form.en__component:first-of-type::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  padding:0 12px 20px 12px;
  /* disappearing background fix */
  z-index: -8000;
}
@media all and (max-width: 675px) {
  /* Makes header 100% wide */
  .en__component--row:first-of-type {
    margin-top: 0;
  }
  form.en__component:first-of-type::before {
    background: #fff !important;
  }
  .en__component--column {
    margin:0 auto;
  }
}
body {
  font-family:'Figtree',Arial,Helvetica,sans-serif;
  color:#333;
  padding-top:0 !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 2.25rem;
  color:#fff;
  font-weight:normal;
  margin: 78px 0 11px 0;
  text-align:center;
  line-height:1.2;
}
h1.form_header {
  color: #222;
  line-height: 1.4;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  border: 0px;
  border-top: 5px solid #347ad6;
  margin:1rem 0 !important;
  padding-top: 2rem !important;
  line-height:1;
}
h2 { 
  font-size: 1.25rem;
  color: #222;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}
.expressCheckout_label h2 { 
  font-size: 1.125rem;
}
h3 { 
  font-size: 1.125rem;
  color: #222;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
  margin: 0; 
}
.en__component--codeblock h3,
.en__component--copyblock h3 {
  border: 0px;
  border-top: 5px solid #347ad6;
  margin-top:1rem !important;
  padding-top: 2rem !important;
  line-height:1;
}
h4 { 
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
  margin: 0; 
}
h5 { 
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
  margin: 0; 
}
h6 { 
  font-size: 0.875rem;
  color: #222;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
  margin: 0; 
}
p { 
  font-size: 1rem;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.6;
}
ol, ul {
  font-size: 1rem;
  color: #333;
  margin: 0 0 1rem 30px;
}
a,
a:visited {
  color: #2375c9;
}
a:hover {
  color: #2883e0;
}
select {
    font-weight:500;
}
button {
  font-family:'Figtree',Arial,Helvetica,sans-serif;
}
label, select, textarea {
  color:#333;
}
@media only screen and (max-width: 675px),
only screen and (max-device-width: 675px) {
  h1 { 
    font-size: 2.25rem; 
    color: #222;
    margin: 4px 0 0 0;
    padding:0;
  }
  h1.form_header {
    font-size: 1.125rem;
    margin:1rem 0 !important;
    padding-top: 2rem !important;
  }
  .en__component--codeblock h3,
  .en__component--copyblock h3 {
    margin-top:1.75rem !important;
  }
  form.en__component:first-of-type {
      padding:55px 0 0 0 !important;
  }
}
/* header */
.top-links {
  position: fixed;
  z-index: 230;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Raleway',Figtree,Arial,Helvetica,sans-serif;
  font-weight: 600;
  background: #0a1842;
}
.top-links .top-bar {
  position:relative;
  width: 100%;
  max-width: 990px;
  padding: 0 10px;
  overflow: visible;
  height: 31px;
  margin: 0 auto;
  background: 0 0;
  line-height: 45px;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar .logo {
  position: absolute;
  width: 400px;
  font-size: 12px;
  font-weight: 700;
  line-height: 31px;
  left: 10px;
  display: block;
  top: 0;
}
.top-links .top-bar .logo .logo-img {
  position: absolute;
  top: 0;
  left: 0;
}
.top-links .top-bar .logo .logo-img img {
  width: 50px;
}
.top-links .top-bar .logo em {
  display: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 65px;
}
@media (min-width: 675px) {
  .top-links .top-bar .logo em {
    display: inline;
  }
}
.top-links .top-bar-section {
  position: absolute;
  top: -8px;
  left: auto;
  right: 0;
  text-align: left;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.dropdown__title {
   background-color: transparent;
   border: none;
   font-family: inherit;
}
 nav {
   padding: 0 1rem;
   position: sticky;
   top: 0;
   display: grid;
   place-items: center;
}
 nav > ul {
   grid-auto-flow: column;
}
 nav > ul > li {
   margin: 0 0.5rem;
}
 nav > ul > li a, nav > ul > li .dropdown__title {
   text-decoration: none;
   text-align: center;
   display: inline-block;
   color: #fff;
   font-size: .75em;
   font-weight: 600;
}
 nav > ul > li a:focus, nav > ul > li .dropdown__title:focus {
   outline: none;
}
 nav > ul > li > a, nav > ul > li .dropdown__title {
   padding: 1rem 0.5rem .5rem;
   transition: 280ms all 120ms ease-out;
}
 nav > ul > li > a:hover, nav > ul > li .dropdown__title:hover, nav > ul > li > a:focus, nav > ul > li .dropdown__title:focus {
   color: #418fde;
}
 nav ul {
  font-family: 'Raleway', Arial,Helvetica,sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
 nav ul li {
  padding: 0;
  line-height: 1.3;
}
 .dropdown {
   position: relative;
   font-family: 'Raleway', Arial,Helvetica,sans-serif;
}
 .dropdown .dropdown__title {
   display: inline-flex;
   align-items: center;
   color: #418fde;
   cursor: pointer;
   margin-left: 88px;
}
 .dropdown .dropdown__title:after {
   content: "";
   border: 0.35rem solid transparent;
   border-top-color: rgba(65,143,222,1.0);
   margin-left: 0.25em;
   transform: translateY(0.15em);
}
 .dropdown .dropdown__menu {
   position: absolute;
   min-width: 20ch;
   left: 50%;
   /*top: calc(100% - 0.25rem);*/
   transition: 280ms all 120ms ease-out;
   transform: rotateX(-90deg) translateX(-50%);
   transform-origin: top center;
   visibility: hidden;
   opacity: 0.3;
   padding: 0.5em 0;
   background-color: #fff;
   border-radius: 0;
   box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
}
 .dropdown .dropdown__menu a {
   color: #418fde;
   display: block;
   padding: 0.5em .75rem;
   opacity: 0;
   transition: 280ms all 120ms ease-out;
   text-align: left;
}
 .dropdown .dropdown__menu a:hover {
   background-color: #f3f3f3;
}
 .dropdown .dropdown__menu a:focus {
  box-shadow:0px 0px 0px 3px #2375c9 inset;
  outline: none;
  transition:none;
}
 .dropdown:after {
   content: "";
   /*border: 0.5rem solid transparent;
   border-bottom-color: #fff;*/
   position: absolute;
   top: calc(100% - 1.25rem);
   left: 50%;
   transform: translateX(-50%);
   transition: 280ms all 120ms ease-out;
   opacity: 0;
   will-change: opacity;
}
 .dropdown:hover .dropdown__title, 
 .dropdown:focus-within .dropdown__title {
   background: #fff;
}
 .dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
   opacity: 1;
   transform: rotateX(0) translateX(-50%);
   visibility: visible;
}
 .dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
   opacity: 1;
}
 .dropdown:hover:after, .dropdown:focus-within:after {
   opacity: 1;
}
@media only screen and (max-width: 939px){
  .top-links .top-bar .top-bar-section {
    display: none;
  }
}
/* right aligned image */
div.mainImg_Right {
  float:right;
  max-width: 380px;
  text-align: center;
  margin: 0 0 1rem 1rem;
}
div.mainImg_Right img {
  width: 100% !important;
  height: auto !important;
  padding:5px 0;
}
/* premium styles */
.premium {
  border-top: 5px solid #347ad6;
  padding-top: 20px;
}
.premium .columns:first-of-type {
  padding-left: 0;
}
.premium p {
  font-weight:600;
  color:#347ad6;
}
.premium a,
.premium a:hover {
  font-weight:600;
  color:#347ad6;
  text-decoration:none;
}
/* list with checkmark icon  */
.checkmark-icon ul {
  list-style: none;
  padding-left: 0;
}
.checkmark-icon li {
  position: relative;
  padding-left: 1.5em;
  list-style-type: none;
}
.checkmark-icon li:before {
  content: '';
  position: absolute;
  top:5px;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12.6px' height='12px' viewBox='0 0 12.6 12' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23008000' d='M5.7,12c-0.3,0-0.6-0.1-0.9-0.3L0.6,8.6c-0.7-0.5-0.8-1.4-0.3-2.1c0.5-0.7,1.4-0.8,2.1-0.3l2.8,2.1l4.6-7.6 c0.4-0.7,1.4-0.9,2.1-0.5c0.7,0.4,0.9,1.3,0.5,2.1l-5.4,9c-0.2,0.4-0.6,0.6-1,0.7C5.9,12,5.8,12,5.7,12z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}
/* footer */
.footer {
  background-color:white;
}
/* magnific heading colors */
.cc-popup h1, 
.cc-popup h2, 
.cc-popup h3, 
.cc-popup h4 {
  color: #3e6ab3;
}
/* mobile only thumbnail */
.redesign-2016 form .mobile-only {
  display: none;
}
@media all and (max-width: 675px) {
  .redesign-2016 form .mobile-only {
    display: block;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }
}
/* old header - remove once all pages are updated with new header */
.top-links {
  position: fixed;
  z-index: 230;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Raleway',Figtree,Arial,Helvetica,sans-serif;
  font-weight: 600;
  background: #0a1842;
}
.top-links .top-bar {
  position:relative;
  width: 100%;
  max-width: 990px;
  padding: 0 10px;
  overflow: visible;
  height: 31px;
  margin: 0 auto;
  background: 0 0;
  line-height: 45px;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar .logo {
  position: absolute;
  width: 400px;
  font-size: 12px;
  font-weight: 700;
  line-height: 31px;
  left: 10px;
  display: block;
  top: 0;
}
.top-links .top-bar .logo .logo-img {
  position: absolute;
  top: 0;
  left: 0;
}
.top-links .top-bar .logo .logo-img img {
  width: 50px;
}
.top-links .top-bar .logo em {
  display: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 65px;
}
@media (min-width: 675px) {
    .top-links .top-bar .logo em {
      display: inline;
    }
}
.top-links .top-bar-section {
  position: absolute;
  top: -8px;
  left: auto;
  right: 10px;
  text-align: left;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.top-links .dropbtn {
  background:transparent;
  color: #418fde;
  font-size: .75em;
  font-weight: 600;
  padding: 8px 0 8px 8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.top-links .dropdown {
  position: relative;
  display: inline-block;
}
.top-links .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: auto;
  box-shadow: none;
  z-index: 1;
  left: -80px;
  margin-top: -8px;
}
.top-links .dropdown-content ul {
  font-family: 'Raleway',Figtree,Arial,Helvetica,sans-serif;
  list-style-type: none;
  padding: 5px;
  margin: 0;
}
.top-links .dropdown-content a {
  color: #418fde;
  font-size: .75em;
  font-weight: 600;
  text-decoration: none;
  display: block;
  white-space: normal;
  padding: 5px 8px !important;
  line-height: 1.5 !important;
}
.top-links .dropdown-content a:hover {
  background-color: #f3f3f3
}
.top-links .dropdown:hover .dropdown-content {
  display: block;
}
.top-links .dropdown:hover .dropbtn {
  background-color: #fff;
}
.top-links .dropbtn::after {
  position: static;
  top: auto;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
    margin-left: 0px;
  padding: 0 0 0 .7729em;
  font-size: .9em;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='5px' viewBox='0 0 8 5' overflow='visible' xml:space='preserve'%3E%3Cpolygon fill='%23418FDE' points='4,5 0,0 8,0 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  margin-left: 5px;
  border: 0 none;
}
@media only screen and (max-width: 939px){
  .top-links .top-bar .top-bar-section {
    display: none;
  }
}