/* General Voyage Styles */
.header-left {
    position: relative;
}
.info-tip {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #29a2ff;
    color: #ffffff;
    width: 15px;
    height: 15px;
    text-align: center;
    text-transform: none;
    line-height: 15px;
    font-size: 13px;
    font-family: 'GEORGIA', serif;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 5px;
    font-weight: bolder;
}
.info-tip:hover {
    cursor: pointer;
}
.info-tip .popup {
    position: absolute;
    display: none;
    bottom: 26px;
    background: #29a2ff;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;
    padding: 5px 0px;
    width: fit-content;
    text-align: center;
    width: 180px;
    left: -83px;
    font-family: 'Open Sans', sans-serif;
}
.info-tip .popup:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    bottom: -10px;
    left: 70px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #29a2ff;
}
.info-tip:hover .popup {
    display: block;
}
.mobile-menu {
    display: none;
    width: 38px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 20px;
}
.mobile-menu:hover {
    cursor: pointer
}
.mobile-menu .bar {
    width: 38px;
    height: 6px;
    display: block;
    background: #29a2ff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mobile-menu:hover .bar, .mobile-menu:hover:before, .mobile-menu:hover:after {
    background: #ffffff;
}
.mobile-menu:before {
    content: "";
    width: 38px;
    height: 6px;
    background: #29a2ff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    right: 0px;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mobile-menu:after {
    content: "";
    width: 38px;
    height: 6px;
    background: #29a2ff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
sup.citation {
    vertical-align: top;
    font-size:0.6em;
    position: relative;
    top: -0.5em;
}
sup.citation a {
    text-decoration: none;
    color: #29a2ff;
}
sup.citation a:hover {
    text-decoration: underline;
}
.share-mobile {
    display: none;
}
span.blockquote:before { content: "["}
span.blockquote:after { content: "]"}
.voyage {
    font-family: 'Open Sans', sans-serif;
}
.voyage-bottom-nav {
    display: block;
    padding-top: 75px;
    padding-bottom: 40px;
    background: url(imgs/phase-header-bg.png) top center no-repeat #ffffff;
}
voyage-bottom-nav .share-mobile {
    display: none;
}
.dive-deeper .voyage-bottom-nav {
    padding-top: 0px;
}
.voyage-bottom-nav .first-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.voyage-bottom-nav .first-nav .left {
    min-width: 234px;
}
.voyage-bottom-nav .first-nav .right {
    min-width: 197px;
}
.voyage-bottom-nav .first-nav .center {
    flex-grow: 1;
}
.voyage-bottom-nav .first-nav .center .voyage-add-this {
    text-align: center;
}
.voyage-bottom-nav .first-nav .center .voyage-add-this .at-share-btn-elements a {
    background: #ffffff !important;
}
.voyage-bottom-nav a.bottom-nav-btn {
    display: inline-block;
    background: #29a2ff;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration:none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-bottom-nav a.bottom-nav-btn:hover {
    cursor: pointer;
    filter: brightness(110%);
}
.voyage-bottom-nav a.bottom-nav-btn:after {
    content: "";
    position: absolute;
    top: 22px;
    display: block;
    width: 10px;
    height: 16px;
}
.voyage-bottom-nav a.bottom-nav-btn.prev:after {
    background: url(imgs/single-arrow-left.png);
    left: 15px;
}
.voyage-bottom-nav a.bottom-nav-btn.next:after {
    background: url(imgs/single-arrow-right.png) center center no-repeat;
    right: 15px;
}
.voyage-bottom-nav a.bottom-nav-btn.next {
    padding-right: 60px;
}
.voyage-bottom-nav a.bottom-nav-btn.prev {
    padding-left: 60px;
}

.voyage-bottom-nav .second-nav {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 60px;
}

.voyage-bottom-nav .second-nav .title {
    font-size: 16px;
    font-weight: bold;
    color: #29a2ff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/* Highlight and Share */
.highlight-and-share-wrapper {
    background: #0b386c;
    padding: 5px;
    margin-top: -10px;

}
.highlight-and-share-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #0b386c;
}
.highlight-and-share-wrapper div {
    background: transparent !important;
    padding: 7px !important;
    margin: 0 !important;
}
.highlight-and-share-wrapper div .has-icon {
    width: 18px;
    height: 18px;
}
.highlight-and-share-wrapper div span.has-text {
    display: none !important;
}
.highlight-and-share-wrapper div a {
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 5px !important;
}
.highlight-and-share-wrapper div a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}
/* Voyage Header Styles */
.voyage-top-content {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
}
.voyage-home-top-content {
    -webkit-background-size: 1400px auto !important;
    -moz-background-size: 1400px auto !important;
    -o-background-size: 1400px auto !important;
    -ms-background-size: 1400px autos !important;
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
}
.voyage-header {
    display: block;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 60px;
}
.voyage-header .prelude {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 52px;
    font-style: italic;
    position: relative;
    display: inline-block;
}
a .voyage-header, a.voyage-header-link .voyage-header .prelude, a.voyage-header-link .voyage-header .title {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover .voyage-header, a.voyage-header-link:hover, a.voyage-header-link:hover .voyage-header .prelude, a.voyage-header-link:hover .voyage-header .title {
    text-decoration: none;
    color: #D3D3D3;
}
.voyage-home .voyage-header .prelude, .voyage-home .voyage-header .title {
    color: #0b386c;
}
.voyage-header .prelude:before, .voyage-header .prelude:after {
    content: "";
    height: 3px;
    width: 90px;
    display: block;
    position: absolute;
    top: 25px;
    background: #29a2ff;
}
.voyage-home .voyage-header .prelude:before, .voyage-home .voyage-header .prelude:after {
background: #dddddd;
}
.voyage-header .prelude:before {
    left: -110px;
}
.voyage-header .prelude:after {
    right: -110px;
}
.voyage-header .title {
    font-size: 68px;
    line-height: 76px;
    color: #ffffff;
    font-family: Georgia, serif;
    text-transform: uppercase;
}
.voyage-header .content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}
.voyage-header .content p {
    font-size: 20px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #0b386c;
}
.voyage-header .play-btn-bg {
    width: 70px;
    height: 70px;
    padding: 40px;
    margin: 0 auto;
    display: block;
    background: url(imgs/baby-preview.jpg) center center no-repeat;
    background-size: contain;
}
.voyage-header a.play-btn {
    display: block;
    width: 70px;
    height: 70px;
    background: url(imgs/play.svg) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-header a.play-btn:hover {
    cursor: pointer;
    filter: brightness(110%);
}
.voyage-header .get-started {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.voyage-header .get-started a {
    display: inline-block;
    padding: 0px 60px;
    height: 60px;
    line-height: 60px;
    background: #29a2ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.voyage-header .get-started a:hover {
    cursor: pointer;
    filter: brightness(110%);
}
.voyage-header .share {
    margin-top: 60px;
    display: block;
}
.voyage-header .scroll {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    position: relative;
    padding-bottom: 30px;
}
.voyage-header .scroll .text {
    color: #cccccc;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 22px;
}
.voyage-header .scroll .mouse {
    display: block;
    background: url(imgs/mouse2.png) center center no-repeat;
    width: 26px;
    height: 43px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 32px;
    z-index: 20;
}
.voyage-header .scroll .mouse-arrow {
    display: block;
    background: url(imgs/mouse-arrow.png) center center no-repeat;
    width: 26px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 85px;
    z-index: 20;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
    animation-timing-function: ease-in-out;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}
.phase-selector {
    display: block;
    width: 100%;
    text-align: center;
}
.phase-selector-inner {
    margin: 0 auto;
    display: inline-block;
    max-width: 385px;
    width: 100%;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.phase-selector-inner:after {
    content: "";
    width: 22px;
    height: 14px;
    position: absolute;
    right: 25px;
    top: 25px;
    background: url(imgs/single-arrow-down.png);
}
.phase-selector select, .phase-selector .select2 {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    outline: 0;
    border: 2px solid #eeeeee !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #777777;
    padding-right: 60px;
    width: 100%;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 20px;
    outline: none !important;
}
.phase-selector .select2 {
    padding-right: 0px;
    z-index: 10;
    background: transparent;
}
.phase-selector  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.phase-selector  .select2-container--default .select2-selection--single {
    border: 0px !important;
    outline: none !important;
}
.phase-selector .selection {
    outline: none !important;
}
.phase-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    height: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #777777;
    text-align: left;
    padding-left: 0px;
    outline: none !important;
}
.select2-search--dropdown, .select2-container--default .select2-results__option--disabled {
    display: none !important;
}
.select2-results__option {
    font-family: "Open Sans", sans-serif;
    color: #777777;
    padding-left: 20px !important;
}
.admin-bar .select2-container--open .select2-dropdown--below {
    margin-top: 25px;
}
.admin-bar .select2-container--open .select2-dropdown--above {
    margin-top: 38px;
}
.select2-container--open .select2-dropdown--below {
    margin-top: -5px;
    outline: 0;
    border: 2px solid #eeeeee !important;
    border-top: 0px !important;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.select2-container--open .select2-dropdown--above {
    margin-top: 5px;
    outline: 0;
    border: 2px solid #eeeeee !important;
    border-bottom: 0px !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.phase-selector select:hover {
    cursor: pointer;
}



.voyage-footer {
    display: block;
    width: 100%;
    background: #eeeeee;
    position: relative;
    margin-top: 115px;
}
.voyage-home .voyage-footer {
    margin-top: 0px;
}
.voyage-footer .subscribe-banner {
    padding: 50px 40px;
    background: #0b386c;
    top: -80px;
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 4%;
    position: relative;
}
.voyage-footer .subscribe-banner .text {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-famiy: 'Open Sans', sans-serif;
    width: 46%
}
.voyage-footer .subscribe-banner .form {
    width: 46%;
}
.voyage-footer .subscribe-banner form {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.voyage-footer .subscribe-banner form  input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #29a2ff;
    border: 0px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size:16px;
    line-height: 60px;
    line-height: 60px;
    padding: 0 28px;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-appearance: button;
    font-family: 'Open Sans', sans-serif;
}
.voyage-footer .subscribe-banner form  input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(110%);
}
.voyage-footer .subscribe-banner form input[type=email] {
    font-size: 20px;
    color: #333333;
    line-height: 60px;
    height: 60px;
    font-family: 'Open Sans', sans-serif;
    text-indent: 20px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0;
    flex-grow: 1;
    margin-bottom: 0px !important;
}

.voyage-footer .citations {
    margin-top: -20px;
    max-widths: 940px;
    margin: 0 auto;
}
.voyage-footer .bibliography {
    text-align: center;
    padding-bottom: 40px;
}
.voyage-footer .citations .title {
    color: #0b386c;
    font-size: 30px;
    line-height: 40px;
    font-family: Georgia, serif;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.voyage-footer .citations ol {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    list-style-position: inside;
}
.voyage-footer .citations ol li {
    margin-bottom: 30px;
}
.voyage-footer .voyage-disclaimer {
    padding-bottom: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
.voyage-footer .voyage-disclaimer p {
    line-height: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

/* Voyage Home */
.voyage-home .voyage-header {
    padding-bottom: 20px;
}

.voyage-home-content {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 220px;
    padding-bottom: 115px;
    background-color: #072548;
    background-image: url(imgs/phase-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.voyage-home-content .top-border {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    overflow: hidden;
}
.voyage-home-content .top-border .white-bar {
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    -moz-border-radius-bottomright: 100%;
    -moz-border-radius-bottomleft: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    background: #ffffff;
    height: 180px;
    position: absolute;
    width: 100%;
    top: -110px;
    left: -10%;
    z-index: 2;
    width: 120%;
}
.voyage-home-content .top-border .blue-bar {
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    -moz-border-radius-bottomright: 100%;
    -moz-border-radius-bottomleft: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    background: #0a3465;
    height: 150px;
    position: absolute;
    width: 100%;
    top: -55px;
    left: -10%;
    z-index: 1;
    width: 120%;
}
.voyage-home-content .phase-menu {
    position: absolute;
    left: 20px;
    top: 125px;
    z-index: 70;
}
.voyage-home-content .phase-menu.fixed {
    position: fixed;
    top: 50px;
}
.voyage-home-content .phase-menu.absolute {
    position: absolute;
    bottom: 50px;
    top: auto;
}
.voyage-home-content .phase-menu .phase-menu-nav-item {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 50px;
}
.voyage-home-content .phase-menu .phase-menu-nav-item:hover {
    cursor: pointer;
}
.voyage-home-content .phase-menu .phase-menu-nav-item .label {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-home {
    display: block;
    width: 20px;
    height: 20px;
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-home:before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 9px;
    height: 15px;
    width: 15px;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAr0lEQVQ4jdXSsQ2DMBCF4R8rGSANO7AMDAAMkDKTpCOUyC1jZQEaiiRIpLGlEzqDnS5PsrDR3WfLclbYlZ1cgTtwAx6hotMB0Lm5/6qQiQB8Ovc/CmkVQELtEVIDQwDwGVyditSADZxu22Ml5BuqSGALVX5RAmMCIKERKLPCrm/gnAjIfAyQA82PQAPkBpiAWSnogYsYvVIzA9Pei325DeRaTepl/gnyBJbE3sX18QV35CJCKVQ5bwAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: contain;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-home:hover:before {
    top: 3px;
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-prev {
    padding-top: 20px;
    margin-bottom: 40px;
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-prev:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 100%;
    background: url(imgs/single-arrow-up.png) center center no-repeat;
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-next {
    padding-bottom: 20px;
    margin-top: 40px;
}
.voyage-home-content .phase-menu .phase-menu-nav-item.phase-next:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    height: 14px;
    width: 100%;
    background: url(imgs/single-arrow-down.png) center center no-repeat;
}
.voyage-home-content .phase-menu .phase-menu-item {
    display: block;
    margin-bottom: 5px;
    height: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 38px;
    padding-right: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 10;
}
.voyage-home-content .phase-menu .phase-menu-item:hover {
    background: #0b386c;
    cursor: pointer;
}
.voyage-home-content .phase-menu .phase-menu-item .title {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    max-width: 0px;
    white-space: nowrap;
}
.voyage-home-content .phase-menu .phase-menu-item:hover .title {
    max-width: 300px;
}
.voyage-home-content .phase-menu .phase-menu-item .bubble {
    height: 6px;
    width: 6px;
    background: #2061ac;
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    top: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.voyage-home-content .phase-menu .phase-menu-item.current .bubble {
    background: #ffffff;
    height: 12px;
    width: 12px;
    top: 9px;
    left: 11px;
}
.voyage-home-content .phase-menu .phase-menu-item:hover .bubble {
    background: #29a2ff;
    height: 12px;
    width: 12px;
    top: 9px;
    left: 11px;
}
.voyage-home-content .phase-animation {
    position: relative;
}
.voyage-home-content .phase-animation.content.fixed {
    position: fixed;
    top: 52px;
}
.voyage-home-content .phase-animation.absolute {
    position: absolute;
    bottom: 550px;
    top: auto;
}
.voyage-home-content .phase-animation .phase-image {
    width: 270px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}
.voyage-home-content .phase-animation .phase-image img {
    width: 100%;
    height: auto;
}
.voyage-home-content .phase-list {
    display: block;
    width: 100%;
}
.voyage-home-content .phase-list .home-phase {
    display: block;
    width: 100%;
    margin-bottom: 150px;
}
.voyage-home-content .phase-list .home-phase .home-phase-image {
    float: left;
    width: 270px;
    display: block;
}
.voyage-home-content .phase-list .home-phase .home-phase-content {
    overflow: hidden;
    margin-left: 350px;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header {
    display: block;
    max-width: 100%;
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: center;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title, .voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    flex-grow: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title a:hover {
    text-decoration: none;
    color: #cccccc;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .side-content {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid #29a2ff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #cccccc;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .side-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .side-content ul li {
    display: block;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .side-content .heading {
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .phase-excerpt {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    max-width: 100%;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .phase-excerpt .heading {
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 45px;
    font-family: 'Georgia', serif;
    margin-bottom: 15px;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .learn-more {
    display: block;
    width: 100%;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .learn-more a {
    display: inline-block;
    padding: 0px 60px;
    height: 60px;
    line-height: 60px;
    background: #29a2ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.voyage-home-content .phase-list .home-phase .home-phase-content .learn-more a:hover {
    cursor: pointer;
    filter: brightness(110%);
}
.voyage-home-content .phase-list .home-phase .dive-deeper-articles {
    margin-top: 60px;
}
.voyage-home-content .phase-list .home-phase .dive-deeper-articles.slick-slider.content {
    width: 100% !important;
}
.voyage-home-content .phase-list .home-phase .dive-deeper-articles.slick-slider.content .article {
    margin-left: 15px;
    margin-right: 15px;
    outline: none !important;
}
.voyage-home-content .phase-list .home-phase .dive-deeper-articles.slick-slider .slick-track {
    align-items: stretch;
    display: flex !important;
}
.voyage-home-content .phase-list .home-phase .dive-deeper-articles.slick-slider .slick-track .slick-slide {
    height: auto !important;
}
.voyage-home-content .slider-controls {
    text-align: center;
}
.voyage-home-content .slide-m-dots {
    display: inline-block;
}
.voyage-home-content .slider-controls button {
    display: none;
}
.voyage-home-content .slider-controls button.slick-arrow {
    display: inline-block;
    background: transparent;
    border: 0px;
    outline: none;
    color: #dddddd;
    font-weight: bold;
    font-size: 25px;
    line-height: 20px;
    height: 17px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-postion: center center;
    background-repeat: no-repeat;
}
.voyage-home-content .slider-controls button.slick-arrow.next {
    background-image: url(imgs/single-arrow-right.png);
}
.voyage-home-content .slider-controls button.slick-arrow.prev {
    background-image: url(imgs/single-arrow-left.png);
}
.voyage-home-content .slider-controls button.slick-arrow:hover {
    color: #29a2ff;
    cursor: pointer;
}
.voyage-home-content .slick-dots {
    position: relative;
    display: inline-block;
    width: auto;
    bottom: auto;
    padding: 0;
    margin: 0;
}
.voyage-home-content .slider-controls .slick-dots button {
    display: block;
}
.voyage-home-content .slick-dots li button:before {
    width: 20px;
    height: 20px;
    display: block;
    background: #dddddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    opacity: 0.85;
}
.voyage-home-content .slick-dots li {
    top: -9px;
}
.voyage-home-content .slick-dots li.slick-active button:before {
    background: #29a2ff;
}
.voyage-home-content .phase-list .home-phase .dive-deeper-articles .article .readmore {
    text-align: left;
    margin-top: 5px;
}
.voyage-home-content .share {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}
.voyage-home-content .share .at-share-btn-elements a {
    background: #ffffff !important;
    padding: 2px 0px;
}
.voyage-home-content .phase-list {
    display: block;
    position: relative;
}

/* Single Phase */
.phase-nav {
    width: 100%;
    display: block;
    background: #ffffff;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 10;
    position: relative;
}
.fixed-phase-nav .phase-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
.fixed-phase-nav.admin-bar .phase-nav {
    top: 32px;
}
.fixed-phase-nav .phase-header {
    margin-top: 41px;
}

.phase-nav-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 10px;
}
.phase-nav-content .nav-placeholder {
    display: block;
    width: 39.97px;
    float: left;
    margin-left: 10px;
}
.phase-nav-content .nav-placeholder.next-placeholder {
    width: 41.91px;
}
.phase-nav-content .nav a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #29a2ff;
    text-transform: uppercase;
    font-weight: bold;
}
.phase-nav-content .nav a.prev {
    margin-left: 10px;
}
.phase-nav-content .nav.left-nav a {
    float: left;

}
.phase-nav-content .nav-bar {
    flex-grow: 1;
    display: block;
}

.phase-nav-content .nav-bar * {
    box-sizing: border-box;
}
.phase-nav-content .nav-bar .range {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: 20px;
    background: #29a2ff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
.phase-nav-content .nav-bar .range .range-bg-mid {
    position: absolute;
    z-index: 1;
    left: 33%;
    width: 34%;
    height: 20px;
    top: 0;
    background: #2061ac;
}
.phase-nav-content .nav-bar .range .range-bg-right {
    position: absolute;
    z-index: 1;
    left: 67%;
    width: 33%;
    height: 20px;
    top: 0;
    background: #0b386c;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.phase-nav-content .nav-bar .phase-slider {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    height: 20px;
    outline: none;
}

.phase-nav-content .nav-bar .phase-slider:hover {
    opacity: 1;
}

.phase-nav-content .nav-bar .phase-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    z-index: 100;
    position: relative;
    margin-top: -4px;
}

.phase-nav-content .nav-bar .phase-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    background: #FF0000;
    cursor: pointer;
}

.phase-nav-content .nav-bar .phase-sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    z-index: 10;
}

.phase-nav-content .nav-bar .phase-sliderticks .tick {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 10px;
    background: rgba(255,255,255,0.3);
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 0 20px 0;
    margin-top: 4px;
}
.phase-nav-content .nav-bar .phase-sliderticks .tick:hover {
    cursor: pointer;
}
.phase-nav-content .nav-bar #slider-title {
    display: block;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    width: 120px;
    top: 20px;
    z-index: 200;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 50%;
    margin-left: -60px;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 10px 0px;
}
.phase-nav-content .nav-bar .tick.active #slider-title, .phase-nav-content .nav-bar .tick:hover #slider-title {
    max-height: 200px;
    visibility: visible;
    opacity: 1;
}
.phase-nav-content .nav-bar #slider-title .slider-title-text {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #0b386c;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    padding-top: 4px;
}
.phase-nav-content .nav-bar #slider-title .slider-title-image {
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.phase-header {
    width: 100%;
    display: block;
    background: url(imgs/phase-header-bg.png) 120px center no-repeat #ffffff;
    padding-top: 30px;
    padding-bottom: 150px;
}
.phase-header .content.share-mobile {
    display: none;
}
.dive-deeper .phase-header {
    padding-bottom: 0;
}
.phase-header .content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: center;
}
.phase-header .content .image {
    max-width: 250px;
    min-width: 250px;
}
.dive-deeper .phase-header .content .image {
    max-width: 375px;
    min-width: 375px;
}
.phase-header .content .image img {
    width: 100%;
    height: auto;
}
.phase-header .content .center-content {
    flex-grow: 1;
}
.phase-header .content .center-content .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: #0b386c;
    margin-bottom: 5px;
}
.phase-header .content .center-content .back a .link {
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding-left: 17px;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.phase-header .content .center-content .back a .link:before {
    content: "";
    background: url(imgs/single-arrow-left-blue.png);
    left: 0px;
    position: absolute;
    top: 2px;
    display: block;
    width: 10px;
    height: 16px;
}
.phase-header .content .center-content .back a:hover, .phase-header .content .center-content .back a:hover .link {
    text-decoration: none;
    filter: brightness(120%);
}
.phase-header .content .center-content .subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 35px;
    color: #777777;
    font-style: italic;
}
.phase-header .content .center-content .share {
    margin-top: 20px;
}
.phase-header .content .center-content .share  .voyage-add-this .at-share-btn-elements a {
    background: #ffffff !important;
}
.phase-header .content .right-content {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid #eeeeee;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #777777;
}

.phase-header .content .right-content .title {
    display: block;
    margin-bottom: 10px;
    color: #0b386c;
}
.phase-header .content .right-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.phase-header .content .right-content ul li {
    display: block;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}

.phase-highlights {
    display: block;
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 40px;
    position: relative;
}

.phase-highlights .highlight-box {
    padding: 45px;
    top: -115px;
    background: #0b386c;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    position: relative;
}
.phase-highlights .highlight-box .title {
    font-family: 'Georgia', serif;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.phase-highlights .highlight-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.phase-highlights .highlight-box ul li {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    margin-left: 30px;
}
.phase-highlights .highlight-box ul li:last-child {
    margin-bottom: 0px;
}
.phase-highlights .highlight-box ul li:before {
    content: "";
    height: 18px;
    width: 18px;
    background: url(imgs/double-arrow.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 2px;
    left: -30px;
}
.phase-highlights .top-text {
    max-width: 940px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 36px;
    color: #0b386c;
    margin-top: -70px;
}

.phase-dive-deeper {
    display: block;
    width: 100%;
    position: relative;
}
.phase-dive-deeper .background {
    height: 65%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #0b386c;
    z-index:0;
}
.phase-dive-deeper .content {
    position: relative;
    z-index: 1;
}
.phase-dive-deeper .section-title {
    font-family: Georgia, serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    padding-top: 60px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.dive-deeper-articles {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
}
.home-phase .dive-deeper-articles {
    justify-content: flex-start;
}
.dive-deeper-articles  .article {
    width: 100%;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    background: #ffffff;
    outline: none !important;
}
.dive-deeper-articles  .article:only-child {
    max-width: 580px;
}
.home-phase .dive-deeper-articles  .article:only-child {
    max-width: calc(50% - 20px);
}
.dive-deeper-articles  .slick-track .article {
    margin: 0 20px;
}
.dive-deeper-articles  .article .inner {
    padding: 30px;
}

.dive-deeper-articles .article .image {
    display: block;
    width: 100%;
    height: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dive-deeper-articles .article a .image {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dive-deeper-articles .article a:hover .image {
    cursor: pointer;
    filter: brightness(110%);
}
.dive-deeper-articles  .article .title, .dive-deeper-articles  .article .title a {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #0b386c;
    display: block;
    width: 100%;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dive-deeper-articles  .article .title a:hover {
    color: #29a2ff;
    text-decoration: none;
}
.dive-deeper-articles  .article .excerpt {
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.dive-deeper-articles  .article .readmore {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 25px;
}
.dive-deeper-articles  .article .readmore a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #29a2ff;
}
.dive-deeper-articles  .article .readmore a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.dive-deeper-articles.slick-slider.content .article {
    margin-left: 15px;
    margin-right: 15px;
    outline: none !important;
}
.dive-deeper-articles.slick-slider.content .slick-track {
    align-items: stretch;
    display: flex !important;
}
.dive-deeper-articles.slick-slider.content .slick-track .slick-slide {
    height: auto !important;
}
.phase-dive-deeper .dive-deeper-articles .slick-list {
    margin: 0;
}
.dive-deeper-articles .slick-list {
    padding-bottom: 10px !important;
    margin: 0 -20px;
}
.dive-deeper-articles .slick-dots {
    bottom: -55px;
}
.dive-deeper-articles .slick-dots li button:before {
    width: 20px;
    height: 20px;
    display: block;
    background: #dddddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    opacity: 0.85;
}
.dive-deeper-articles .slick-dots li.slick-active button:before {
    background: #29a2ff;
}

/* Block Styles */
.voyage-blocks {
    display: block;
    padding-top: 40px;
}
.voyage-blocks a {
    text-decoration: underline;
    color: #2061ac;
}
.voyage-blocks a:hover {
    text-decoration: none;
}
.voyage-blocks .voyage-block {
    display: block;
    margin-bottom: 85px;
}
.voyage-blocks .voyage-block.gallery-block {
    margin-bottom: 50px;
}
.voyage-blocks .block-clear, .voyage-clear {
    display: block;
    width:100%;
    clear: both;
}
.voyage-blocks .voyage-block .voyage-text-block {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.voyage-blocks .voyage-block .subheading {
    font-family: 'Georgia', serif;
    color: #0b386c;
    font-size: 36px;
    line-height: 42px;
}
.voyage-blocks .voyage-block .voyage-text-block .text p {
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

.voyage-blocks .voyage-block .voyage-table-block table  {
    border-collapse: collapse;
    border-color: #ccc;
    border-spacing: 0;
    margin: 0 auto;
}

.voyage-blocks .voyage-block .voyage-table-block table  td {
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 11px 11px;
    word-break: normal;
}

.voyage-blocks .voyage-block .voyage-table-block table  th {
    background-color: #f0f0f0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    padding: 11px 11px;
    word-break: normal;
    text-align: left;
    border-color: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.voyage-blocks .voyage-block .voyage-table-block table  .voyage-blocks .voyage-block .voyage-table-block table -lboi {
    border-color: inherit;
    text-align: left;
    vertical-align: middle
}

.voyage-blocks .voyage-block .voyage-table-block table  .voyage-blocks .voyage-block .voyage-table-block table -g7sd {
    border-color: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: middle
}

.voyage-blocks .voyage-block .voyage-columns-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
    gap: 50px;
}
.voyage-blocks .voyage-block .voyage-columns-block .voyage-column {
    flex: 1;
}
.voyage-blocks .voyage-block .voyage-columns-block .voyage-column .voyage-column-image {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 20px;
}
.voyage-blocks .voyage-block .voyage-columns-block .voyage-column .voyage-column-icon {
    height: 100px;
    width: 100%;
    overflow: hidden;
}
.voyage-blocks .voyage-block .voyage-columns-block .voyage-column .voyage-column-icon img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto;
}

.voyage-blocks .voyage-block .voyage-columns-block .voyage-column .voyage-column-text {
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.voyage-blocks .voyage-block .side-image-block {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: center;
    align-items: center;
}
.voyage-blocks .voyage-block .side-image-block .side-column-text {
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.voyage-blocks .voyage-block .side-image-block .side-column-image img {
    max-width: 430px;
    height: auto;
}
.voyage-blocks .voyage-block .side-image-block .side-column-image .caption {
    display: block;
    margin-top: 5px;
    color: #666666;
    font-size: 13px;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
.voyage-blocks .voyage-block .side-image-block.right .side-column-text {
    padding-left: 130px;
}
.voyage-blocks .voyage-block .side-image-block.left .side-column-text {
    padding-right: 130px;
    text-align: left;
}

.voyage-blocks .voyage-block .voyage-media-block {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.voyage-blocks .voyage-block .voyage-media-block .caption {
    display: block;
    margin-top: 5px;
    color: #666666;
    font-size: 13px;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 10px;
}
.voyage-blocks .voyage-block .voyage-media-block img, .voyage-blocks .voyage-block .voyage-media-block iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.voyage-blocks .voyage-block .voyage-box-block {
    display: block;
    width: 100%;
    padding: 60px;
    color: #ffffff;
    background-color: #000000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.voyage-blocks .voyage-block .voyage-box-block .box-block-inner {
    width: 100%;
    color: inherit;
}

.voyage-blocks .voyage-block .voyage-quote-block {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.voyage-blocks .voyage-block .voyage-quote-block .quote-inner:before {
    content: "";
    font-size: 200px;
    width: 160px;
    height: 100%;
    color: #eeeeee;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 2px solid #29a2ff;
}

.voyage-blocks .voyage-block .voyage-quote-block .quote-inner:after {
    content: "";
    background: url(imgs/open-quote.png) center center no-repeat;
    background-size: contain;
    width: 70px;
    height: 57px;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -28px;
}

.voyage-blocks .voyage-block .voyage-quote-block .quote-inner {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Open-Sans', sans-serif;
    color: #0b386c;
    width: 100%;
    padding-left: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    position :relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.voyage-blocks .voyage-stat-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 50px;
}
.voyage-blocks .voyage-stat-block.block-count-2 {
    gap: 80px;
}

.voyage-blocks .voyage-stat-block .voyage-stat {
    background: #f7f7f7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex: 1;
    padding: 30px 50px;
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px;
}
.voyage-blocks .voyage-stat-block .voyage-stat .count {
    display: block;
    width: 100%;
    text-align: center;
    color: #0b386c;
    font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat .count {
    padding-right: 50px;
    width: auto;
}
.voyage-blocks .voyage-stat-block .voyage-stat .count .subtitle {
    font-size: 40px;
    line-height: 45px;
}
.voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat .text {
    display: block;
    flex-grow: 1;
}
.voyage-blocks .voyage-stat-block .voyage-stat .text {
    text-align: center;
    display: block;
}
.voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat .text {
    text-align: left;
}
.voyage-blocks .voyage-stat-block .voyage-stat .text .voyage-small-share {
    margin-top: 15px;
}
.voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat .text .voyage-small-share {
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.voyage-blocks .voyage-cta-block {
    width: 100%;
    background: #0b386c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.voyage-blocks .voyage-cta-block .cta {
    flex-grow: 1;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.voyage-blocks .voyage-cta-block a.cta-link {
    height: 60px;
    line-height: 60px;
    white-space:nowrap;
    padding: 0 60px;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    background: #29a2ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-blocks .voyage-cta-block a.cta-link:hover {
    cursor: pointer;
    filter: brightness(110%);
}

.voyage-blocks .voyage-block .voyage-side-topic-block {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: center;
    align-items: center;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-text {
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    flex-grow: 1;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic {
    min-width: 370px;
    max-width: 370px;
    height: auto;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .headline {
    width: 100%;
    display: block;
    margin-bottom :5px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container {
    width: 100%;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .top-image {
    display: block;
    width: 100%;
    height: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .content {
    padding: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .content .title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #0b386c;
    display: block;
    width: 100%;
    font-weight: bold;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .content .text {
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .content .topic-link {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 25px;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .content .topic-link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #29a2ff;
}
.voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic .topic-container .content .topic-link a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.voyage-blocks .voyage-block .voyage-side-topic-block.right .side-column-text {
    padding-left: 130px;
}
.voyage-blocks .voyage-block .voyage-side-topic-block.left .side-column-text {
    padding-right: 130px;
}
.voyage-blocks .voyage-block .voyage-gallery-block {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    align-items: center;
}
.voyage-blocks .voyage-block .voyage-gallery-block a {
    width: 30%;
    height: 300px;
    padding-bottom: 3%;
}
.voyage-blocks .voyage-block .voyage-gallery-block a:hover {
    cursor: pointer;
    filter: brightness(110%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-blocks .voyage-block .voyage-gallery-block a div {
    height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
}

.voyage-blocks .voyage-block .voyage-share-block {
    display: block;
    text-align: center;
}

/* Share Styles */
.voyage-add-this .at-share-btn-elements a {
    height: 32px;
    padding: 10px 4px;
    border: 1px solid #eeeeee;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: transparent !important;
    margin-left: 3px;
    margin-right: 3px;
}
.voyage-add-this .at-share-btn-elements a .at-label {
    color: #0b386c !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
}
.voyage-add-this .at-share-btn-elements a svg {
    fill: #29a2ff !important;
    width: 32px !important;
    height: 32px !important;
}
.voyage-add-this .at-share-btn-elements a.at-svc-facebook .at-label  {
    font-size: 0px !important;
}
.voyage-add-this .at-share-btn-elements a.at-svc-facebook .at-label:after {
    content: "Share";
    font-size: 12px !important;
}
.voyage-add-this .at-share-btn-elements a.at-svc-twitter .at-label  {
    font-size: 0px !important;
}
.voyage-add-this .at-share-btn-elements a.at-svc-twitter .at-label:after {
    content: "Tweet";
    font-size: 12px !important;
}
.voyage-small-share {
    width: 150px;
    margin: 0 auto;
}
.voyage-small-share .label {
    display: block;
    float: left;
    font-family: 'Open-Sans', sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    color: #777777;
    padding-right: 15px;
}
.voyage-small-share a {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.voyage-small-share a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}
.voyage-small-share a svg {
    width: 35px;
    height: 35px;
}
.voyage-small-share a svg path, .voyage-small-share a svg g {
    fill: #29a2ff !important;
}
@media only screen and (max-width: 1488px) {
    .voyage-home-content {
        border-top: 0px;
    }
    .voyage-home-content .top-border {
        width: 100%;
        top:0px;
        margin-top: 0px;
        left: 0px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 1300px) {
    .voyage-blocks .voyage-block .side-image-block.right .side-column-text {
        padding-left: 80px;
    }
    .voyage-blocks .voyage-block .side-image-block.left .side-column-text {
        padding-right: 80px;
    }

    .voyage-blocks .voyage-block .voyage-side-topic-block.right .side-column-text {
        padding-left: 80px;
    }
    .voyage-blocks .voyage-block .voyage-side-topic-block.left .side-column-text {
        padding-right: 80px;
    }

}
@media only screen and (max-width: 1200px) {
    .voyage-home-content {
        padding-top: 130px;
    }
    .voyage-blocks .voyage-block .side-image-block.right .side-column-text {
        padding-left: 0px;
    }

    .voyage-blocks .voyage-block .side-image-block.left .side-column-text {
        padding-right: 0px;
    }

    .voyage-blocks .voyage-block .voyage-side-topic-block.right .side-column-text {
        padding-left: 0px;
    }

    .voyage-blocks .voyage-block .voyage-side-topic-block.left .side-column-text {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 1150px) {
    .voyage-home-content .phase-animation .phase-image {
        left: 50%;
        margin-left: -135px;
    }
    .voyage-home-content .phase-list {
        margin-top: 280px;
    }
    .voyage-home-content .phase-animation.content {
        width: 100% !important;
        left: 0px !important;
        height: 270px;
        position: absolute;
        top: 100px;
        z-index: 50;
        -webkit-transition: background .2s linear;
        transition: background .2s linear;
    }
    .voyage-home-content .phase-animation.content.fixed {
        top: 0px;
        padding-top: 00px;
        background: #072548;
        background: rgba(7, 37, 72, 0.7);
    }
    .voyage-home-content .phase-animation.content.fixed .phase-image {
        top: 0px;
    }
    .voyage-home-content .phase-animation.content:after {
        content: "";
        width: 100%;
        height: 129px;
        background: url(imgs/fade-out.png) repeat-x;
        position: absolute;
        top: 270px;
        left: 0px;
        display:none;
        opacity: 0.7;
    }
    .voyage-home-content .phase-animation.content.fixed:after {
        top: 270spx;
        display: block;
    }
    .voyage-home-content .phase-animation.content.absolute {
        top: auto;
        bottom: 290px;
        padding-top: 30px;
        background: #072548;
    }
    .voyage-home-content .phase-animation.content.absolute:after {
        display: none;
    }
    .voyage-home-content .phase-list .home-phase .home-phase-image {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .voyage-home-content .phase-list .home-phase .home-phase-image img {
        display: block;
        margin: 0 auto;
    }
    .voyage-home-content .phase-list .home-phase .home-phase-content {
        margin-left: 0px;
    }
    .voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header {
        flex-direction: column;
        gap: 30px;
    }
    .voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .side-content {
        border-left: 0px;
        border-top: 2px solid #29a2ff;
        padding-left: 0px;
        text-align: center;
    }
    .voyage-home-content .phase-list .home-phase .home-phase-content .learn-more {
        text-align: center;
    }
    .voyage-footer .subscribe-banner {
        flex-direction: column;
    }
    .voyage-footer .subscribe-banner .text {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .voyage-footer .subscribe-banner .form {
        width: 100%;
    }
    .phase-header .content {
        flex-direction: column;
    }
    .phase-header .content .center-content .share {
        display: none;
    }
    .phase-header .content {
        gap: 30px;
        padding-bottom: 20px;
    }
    .phase-header .content .right-content {
        padding-left: 0px;
        padding-top: 20px;
        border-top: 2px solid #eeeeee;
        border-left: 0px;
        text-align: center;
    }
    .phase-header .content.share-mobile {
        display: block;
        text-align: center;
    }
    .phase-header .content.share-mobile .at-share-btn-elements a {
        background: #ffffff !important;
    }
    .phase-header {
        background-position: bottom 120px center !important;
    }
    .voyage-home-content .phase-menu .phase-menu-nav-item {
        display: block;
    }
    .voyage-home-content .phase-menu .phase-menu-nav-item.phase-home {
        display: none;
    }
    .voyage-home-content .phase-menu .phase-menu-item {
        display: none;
    }
    .voyage-home-content .phase-menu {
        right: 5px;
        left: auto;
        padding-bottom: 100px;
    }
    .voyage-home-content .phase-menu {
        top: 105px;
    }
    .voyage-home-content .phase-menu.fixed {
        top: 30px;
    }
    .voyage-home-content .phase-menu.absolute {
        bottom: 85px;
    }
    .home-phase .dive-deeper-articles {
        justify-content: center;
    }
    .voyage-footer .subscribe-banner {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}
@media only screen and (max-width: 940px) {
    .voyage-blocks .voyage-block .voyage-columns-block {
        flex-direction: column;
        gap: 30px;
    }
    .voyage-blocks .voyage-block .side-image-block {
        flex-direction: column;
        gap: 30px;
    }
    .voyage-blocks .voyage-block .side-image-block .side-column-text,
    .voyage-blocks .voyage-block .side-image-block .side-column-image,
    .voyage-blocks .voyage-block .side-image-block .side-column-image .caption {
        text-align: center !important;
    }
    .voyage-blocks .voyage-stat-block {
        flex-direction: column;
        gap: 30px;
    }
    .voyage-blocks .voyage-block .voyage-side-topic-block {
        flex-direction: column;
        gap: 30px;
    }
    .voyage-blocks .voyage-block .voyage-gallery-block div {
        width: 48.5%;
    }
    .voyage-blocks .voyage-block .voyage-gallery-block a {
        width: 48.5%
    }
}
@media only screen and (max-width: 900px) {
    .dive-deeper-articles.slick-slider.content {
        width: 100% !important;
    }
}
@media only screen and (max-width: 800px) {
    .phase-nav-content .nav-bar .phase-sliderticks .tick {
        background: transparent;
    }
    .phase-nav-content .nav-bar .phase-sliderticks .tick:first-child #slider-title {
        margin-left: -20px;
    }
    .phase-nav-content .nav-bar .phase-sliderticks .tick:last-child #slider-title {
        margin-left: -100px;
    }
    .phase-nav-content .nav-bar .phase-sliderticks {
        right: 0px;
        left: 0px;
    }
    .phase-nav-content .nav.left-nav a.home-nav {
        display: none;
    }
    .phase-nav-content .nav a {
        font-size: 0px;
        width: 10px;
        height: 16x;
        background: url(imgs/single-arrow-left-blue.png) center 2px no-repeat;
        margin: 0 auto !important;
    }
    .phase-nav-content .nav.right-nav a {
        background-image: url(imgs/single-arrow-right-blue.png);
    }
    .phase-nav-content .nav-placeholder {
        width: 10px;
        margin: 0 !important;
    }
    .phase-nav-content .nav-bar .range {
        padding-left: 10px;
        padding-right: 10px;
    }
    .phase-header .content .center-content {
        text-align: center;
    }
    .phase-header .content .center-content .title {
        font-size: 50px;
        line-height: 60px;
    }
    .voyage-bottom-nav .first-nav .center {
        display: none;
    }
    .voyage-bottom-nav .first-nav {
        gap: 2%;
    }
    .voyage-bottom-nav .first-nav div {
        width: 49%;
    }
    .voyage-bottom-nav .first-nav .right {
        text-align: right;
        min-width: 0px;
    }
    .voyage-bottom-nav .first-nav .left {
         min-width: 0px;
    }
    .mobile-menu {
        display: block;
    }
    .header {
        position: relative;
    }
    .header-right {
        display: none;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100% !important;
        background: #333333;
        box-shadow: 0px 0px 50px -10px rgb(32 33 36 / 24%);
        z-index: 1000;
    }
    .menu-main-menu-container ul.nav-menu li {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-decoration: none !important;
        color: #ffffff;
    }
    .menu-main-menu-container ul.nav-menu li.current_page_item a {
        text-decoration: none;
    }
    .menu-main-menu-container ul.nav-menu li .sub-menu {
        display: block;
        position: relative;
        visibility: visible;
        opacity: 1;
        width: 100%;
        top: 0px;
        background: transparent;
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .menu-main-menu-container ul.nav-menu li .sub-menu li, .menu-main-menu-container ul.nav-menu li .sub-menu li a {
        padding-right: 0px;
        font-size: 12px;
        margin-top: 0px;
    }
    .menu-main-menu-container ul.nav-menu li:hover .sub-menu li {
        text-decoration: none !important;
    }
    .menu-main-menu-container {
        width: 100%;
        float: none;
        text-align: center;
    }
    .search-pannel {
        margin-left: 0px;
        margin: 0 auto;
    }
    .search-pannel-container {
        float: none;
        width: 100%;
        border: 0px;
        margin-top: 15px;
    }
    .home-phase .dive-deeper-articles .article:only-child {
        max-width: 100%;
    }

}
@media only screen and (min-width: 801px) {
    .header-right {
        display: block !important;
    }
    .voyage-home .menu-main-menu-container ul.nav-menu a {
        color: #0b386c;
        text-shadow: 0 0 0;
    }
    .voyage-home .menu-main-menu-container ul.nav-menu ul a {
        color: #ffffff;
    }
    .voyage-home .search-pannel, .voyage-home .search-pannel-container {
        border-color: #0b386c;
    }
    .voyage-home .text-input {
        color: #0b386c;
    }
    .voyage-home .text-input::-webkit-input-placeholder { color: #0b386c; }
    .voyage-home .text-input:-moz-placeholder { color: #0b386c; }
    .voyage-home .text-input::-moz-placeholder { color: #0b386c }
    .voyage-home .text-input:-ms-input-placeholder { color: #0b386c; }
}
@media only screen and (max-width: 780px)
{
    .dive-deeper-articles.single-article {
        margin: 0 50px;
    }
    .desktop-content.content {
        width: 100% !important;
    }
    .phase-highlights .highlight-box {
        width: 100% !important;
    }
    .voyage-blocks .voyage-block.box-block {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .admin-bar .select2-container--open .select2-dropdown--below {
        margin-top: 38px;
    }
    .admin-bar .select2-container--open .select2-dropdown--above {
        margin-top: 48px;
    }
}
@media only screen and (max-width: 650px) {
    .dive-deeper-articles  .article:last-child {
        display:  block;
    }
    .voyage-header .prelude {
        font-size: 36px;
        line-height: 42px;
    }
    .voyage-header .title {
        font-size: 42px;
        line-height: 50px;
    }
    .voyage-header .content p {
        font-size: 19px;
        line-height: 30px;
    }
    .voyage-footer .subscribe-banner .text {
        font-size: 30px;
        line-height: 36px;
    }
    .voyage-footer .subscribe-banner.content {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 25px;
    }
    .voyage-footer .subscribe-banner form input[type=submit] {
        line-height: 60px !important;
    }
    .voyage-blocks .voyage-block .voyage-gallery-block div {
        width: 100%;
    }
    .voyage-bottom-nav a.bottom-nav-btn {
        width: 170px;
        line-height: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: left;
        padding-top: 10px;
        padding-left: 34px;
    }
    .voyage-bottom-nav a.bottom-nav-btn.prev {
        padding-left: 45px;
    }
    .voyage-bottom-nav .share-mobile {
        display: block;
        text-align: center;
        margin-top: 45px;
    }
    .voyage-bottom-nav .second-nav {
        margin-top: 45px;
    }
    .voyage-blocks .voyage-block .voyage-quote-block .quote-inner {
        padding-left: 60px;
    }
    .voyage-blocks .voyage-block .voyage-quote-block .quote-inner:after {
        left: 0%;
        top: 0;
        margin-top: 10px;
        width: 45px;
        height: 45px;
    }
    .voyage-blocks .voyage-block .voyage-quote-block .quote-inner:before {
        display: none;
    }
    .voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat {
        flex-direction: column;
    }
    .voyage-blocks .voyage-stat-block.block-count-1 .voyage-stat .count {
        padding-right: 0px;
    }
    .voyage-blocks .voyage-cta-block {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .voyage-blocks .voyage-block .voyage-gallery-block a {
        width: 100%
    }
    .voyage-home-content .phase-animation .phase-image {
        width: 160px;
    }
    .voyage-home-content .phase-animation .phase-image {
        margin-left: -80px;
    }
    .voyage-home-content .phase-list {
        margin-top: 200px;
    }
    .voyage-home-content .phase-animation.content {
        height: 200px;
    }
    .voyage-home-content .phase-animation.content.fixed:after {
        top: 200px;
    }
    .voyage-home-content .phase-animation.content.absolute {
        bottom: 305px;
    }
    .voyage-home-content .phase-animation .phase-image {
        top: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .fixed-phase-nav.admin-bar .phase-nav {
        top: 0px;
    }
}
@media only screen and (max-width: 480px) {
    .voyage-bottom-nav a.bottom-nav-btn {
        width: 145px;
    }
    .voyage-blocks .voyage-block .voyage-side-topic-block .side-column-topic {
        min-width: 0px;
        max-width: 100%;
    }
    .voyage-blocks .voyage-block .side-image-block .side-column-image img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .voyage-footer .subscribe-banner form {
        flex-direction: column;
    }
    .voyage-footer .subscribe-banner form input[type=submit] {
        width: 100%;
    }
    .voyage-footer .subscribe-banner form input[type=email] {
        width: 100%;
    }
}

/* Patrick Styles */
.voyage-home .voyage-header {
    margin-top: 120px;
}

.table-form-right span, p {
    line-height: 32px;
}

.phase-header .content .center-content .title {
    font-size: 64px;
    line-height: 68px;
}

.phase-header {
    padding-top: 80px;
    padding-bottom: 160px;
}

/* THIS ONE DOESN'T WORK WITHOUT THE -P- */
.phase-highlights .top-text p {
    font-size: 22px;
    line-height: 36px;
}

.voyage-blocks .voyage-block .voyage-quote-block .quote-inner {
    font-size: 22px;
    line-height: 36px;
}

.voyage-blocks .voyage-block .voyage-text-block .text p {
    font-size: 17px;
    line-height: 32px;
}

.voyage-blocks .voyage-block {
    margin-bottom: 55px;
}

.phase-dive-deeper {
    margin-top: 40px;
}

.voyage-home-content .phase-list .home-phase {
    margin-bottom: 150px;
}

.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header {
    margin-bottom: 20px;
}

.voyage-home-content .phase-list .home-phase .dive-deeper-articles {
    margin-top: 50px;
}

.voyage-home-content .phase-list .home-phase .home-phase-content .phase-excerpt .heading {
    font-size: 34px;
    line-height: 42px;
}

.voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title, .voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title a {
    font-size: 54px;
    line-height: 64px;
}

.phase-dive-deeper .background {
    height: 80%;
}

.dive-deeper-articles .article .inner {
    padding: 20px 28px;
}

.dive-deeper-articles .article .image {
    height: 180px;
}

.dive-deeper-articles .article .title, .dive-deeper-articles .article .title a {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 34px;
}

.dive-deeper-articles .article .excerpt {
    color: #555;
    font-size: 16px;
    line-height: 26px;
}

.dive-deeper-articles .article .readmore {
    text-align: left;
    margin-top: 15px;
}

.phase-highlights .highlight-box ul li {
    margin-bottom: 16px;
}

/* THIS ONE DOESN'T WORK WITHOUT THE -P- */
.phase-highlights .highlight-box ul li p {
    font-size: 17px;
    line-height: 28px;
}

.phase-header .content .right-content {
    line-height:21px;
}

.phase-header .content .right-content ul li {
    margin-bottom: 5px;
}

.voyage-text-block li {
    margin-bottom: 12px;
    font-size:17px;
    line-height:30px;
    color:#333;
}

.voyage-text-block ul li::marker {
    color:#29a2ff;
}

.citations {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.phase-header .content {
    gap: 10px;
}

.voyage-blocks .voyage-block .voyage-media-block {
    max-width: 750px;
}

.bibliography-full p {
    padding-left: 3.5em;
    text-indent:-3.5em;
}

.admin-bar .lity-close, .admin-bar .lity-close:active {
    top: 30px;
}
@media only screen and (min-width: 1900px) {
    .voyage-home-content .phase-animation .phase-image {
        width: 400px;
        left: -130px;
    }
}

@media only screen and (max-width: 1150px) {
    .voyage-home-content .phase-animation.content.fixed {
        background: none;
        background-image: -webkit-gradient(linear, center 40, center bottom, from(rgba(7, 37, 72, .95)), to(rgba(7,37,72, 0)));
    }

    .voyage-home-content .phase-animation.content:after {
        background:none;
        display:none;
    }

    .voyage-home-content .phase-menu.fixed {
        top: 14px;
    }

}

@media only screen and (max-width: 940px) {
    .voyage-blocks .voyage-block .side-image-block .side-column-text {
        text-align: left !important;
    }
}

@media only screen and (max-width: 800px) {
    .phase-header .content .center-content .title {
        font-size: 46px !important;
        line-height: 50px !important;
    }
}

@media only screen and (max-width: 650px) {
    .voyage-home-top-content {
        -webkit-background-size: 800px auto !important;
        -moz-background-size: 800px auto !important;
        -o-background-size: 800px auto !important;
        -ms-background-size: 800px autos !important;
    }

    .voyage-top-content {
        background-size: contain !important;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        -ms-background-size: contain !important;
        background-color: #0b386c !important;
    }

    .voyage-header .title {
        font-size: 38px;
        line-height: 42px;
    }

    .voyage-header {
        display: block;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .voyage-home .voyage-header {
        margin-top:50px;
    }

    .voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title, .voyage-home-content .phase-list .home-phase .home-phase-content .home-phase-header .title a {
        font-size: 40px;
        line-height: 45px;
        text-align:center;
    }

    .phase-header {
        padding-top: 30px;
        padding-bottom: 120px;
    }

    .phase-header .content {
        gap: 0px;
    }



}