body.nav-open #root {
  position: fixed;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

body.nav-open, body.nav-opening {
  background-color: #071b39;
}

body.nav-open #root, body.nav-opening #root {
  position: fixed;
  -webkit-backface-visibility: hidden;
  box-shadow: -0.5em 0 1em 1em black;
}

.lt-ie9 body.nav-open #root, .lt-ie9 body.nav-opening #root {
  box-shadow: none;
  border-right: 1px solid #d4d6d9;
}

.clear {
  *zoom: 1;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-right-top {
  float: right;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.copy h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  clear: both;
}

aside .copy {
  margin-bottom: 3rem;
}

.content.copy {
  *zoom: 1;
}

.content.copy:before, .content.copy:after {
  content: " ";
  display: table;
}

.content.copy:after {
  clear: both;
}

.content.copy a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

nav.main ul li {
  padding: 0;
}

.indent-box {
  padding: 1rem 2rem;
  font-weight: 700;
}

#root iframe, #root .embed-code iframe {
  max-width: 100%;
}

.content.copy p.footnote {
  font-size: 13px;
  font-size: 1.3rem;
}

.content.copy p.footnote a {
  font-size: 13px;
  font-size: 1.3rem;
}

.disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #d4d6d9;
  margin: 40px 0px;
  margin: 4rem 0rem;
}

hr.double {
  height: 2px;
  background-color: #efefef;
}

i:not(.fa):not([class*="icon-"]) {
  font-style: italic;
  color: #727577;
}

i[class*="icon-"] {
  position: relative;
  top: -2px;
  top: -0.2rem;
}

.icon-share:before {
  position: relative;
  top: 2px;
  top: 0.2rem;
}

.caption {
  font-family: "Open Sans", "Arial Italic", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 5px 20px;
  padding: 0.5rem 2rem;
}

blockquote, caption {
  font-family: "Open Sans", "Arial Italic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
}

.disabled, [disabled] {
  pointer-events: none;
  cursor: default;
}

a.header, a.share {
  text-decoration: none;
}

a[class*="icon-"]:before {
  vertical-align: bottom;
  font-size: 30px;
  font-size: 3rem;
  margin-right: 5px;
  margin-right: 0.5rem;
}

a[class*="icon-"] > span {
  display: inline-block;
  vertical-align: bottom;
}

.lt-ie8 a[class*="icon-"] > span {
  zoom: 1;
  display: inline;
  margin-right: 0.25em;
}

a.social {
  font-size: 48px;
  font-size: 4.8rem;
  color: #fdb913;
}

a.social:hover {
  color: #fdcb54;
}

a.social + a.social {
  margin-left: .2em;
}

a.more {
  text-decoration: none;
  display: block;
  text-align: right;
}

a.more:after {
  font-family: "fontcustom";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: 5px;
  padding-left: 0.5rem;
  position: relative;
  top: -1px;
  top: -0.1rem;
}

#root a.hover-icon {
  position: relative;
}

#root a.hover-icon:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

#root a.hover-icon > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#root a.hover-icon > .content {
  padding: 0;
  background-size: cover;
  box-shadow: none;
}

#root a.hover-icon > .content > span {
  display: block;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #2066a2;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 1em 0;
}

#root a.hover-icon > .content > span i {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  padding: 1em 0 .5em;
}

#root a.hover-icon > .content > span img {
  padding: 10px 0px 5px;
  padding: 1rem 0rem 0.5rem;
  max-height: 60%;
}

#root a.hover-icon > .content > span span {
  display: block;
}

#root a.hover-icon:hover span {
  opacity: 1;
}

a.pdf {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

a.pdf > img {
  display: block;
  width: 100%;
  height: 100%;
}

a.pdf > .pdf-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

a.pdf:hover > .pdf-download {
  background-color: #fdcb54;
  background-color: rgba(253, 203, 84, 0.8);
}

a.video {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

a.video > img {
  display: block;
  width: 100%;
  height: 100%;
}

a.video > .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

a.video:hover > .video-play {
  background-color: #fdcb54;
  background-color: rgba(253, 203, 84, 0.8);
}

.copy ul, .copy ol {
  color: #3a4d6a;
  margin-left: 1em;
}

ol {
  list-style-type: decimal;
}

.alt-bg {
  background-color: #efefef;
}

.bullet {
  display: list-item;
  list-style: square;
  margin-left: 1.5em;
}

.bullet a {
  font-weight: 400;
}

img.rounded {
  border-radius: 5px;
}

img.circular {
  border-radius: 50%;
}

img.align-left, img.align-right {
  display: block;
}

img.align-left {
  float: left;
  margin: 4px 20px 20px 4px;
}

img.align-right {
  float: right;
  margin: 4px 4px 20px 20px;
}

.rounded {
  border-radius: 5px;
}

.rightLeftpadded {
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
}

.border-top {
  border-top: 1px solid #d4d6d9;
}

ul.results {
  padding-left: 0;
}

ul.results li {
  list-style: none;
  margin-top: 1.5em;
  font-size: 0;
}

ul.results li > * {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 ul.results li > * {
  zoom: 1;
  display: inline;
  margin-right: 0.25em;
}

ul.results li > *:first-child {
  width: 40%;
}

ul.results li > *:last-child {
  width: 60%;
  padding: 0 1em;
}

.caps {
  text-transform: uppercase;
}

body.cro.inner header > div > .upper {
  padding: .5em 0 .5em 1.5em;
  text-align: left;
}

body.cro.inner header.lp.custom .wrap {
  max-width: 73rem;
  display: table;
  width: 100%;
}

body.cro.inner header.lp.custom .logo, body.cro.inner header.lp.custom .contact-info {
  float: none;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

body.cro.inner header.lp.custom .logo img {
  max-height: 8rem;
}

body.cro.inner header.lp.custom .contact-info {
  text-align: right;
  font-size: 1.6rem;
}

body.cro.inner #main {
  padding-top: 0;
}

body.cro.inner #main .wrap {
  max-width: 73rem;
}

body.cro.inner .content.header h1 {
  font-size: 2.7rem;
}

body.cro.inner.desktop-device .content.header {
  margin-bottom: 1rem;
  padding: 0;
}

footer {
  margin-top: 3rem;
}
