
body {
    background-color: white;
    background-image: none;
}

body.admin-bar .content.full_width_banner.home.no_margin_bottom {
    position: relative;
    top: -30px;
}

div {
    position: relative;
}

/* Desktop Nav Bar */
header {
    position: absolute;
    width: 100%;
    top: 3.4rem;
}

nav#desktop_menu {
    display: grid;
    grid-template-columns: 3fr 260px 3fr;
    grid-column-gap: 4rem;
    align-items: center;
    z-index: 3;
    position: relative;
}

nav#desktop_menu a {
    color: white;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: .53px;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

nav#desktop_menu a:hover {
    opacity: .65;
}

nav#desktop_menu .logo a img {
    margin: auto;
    width: 195px;
    display: block;
}

nav#desktop_menu .drop_down_menu {
    display: inline-block;
}

nav#desktop_menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

nav#desktop_menu .left_nav {
    text-align: right;
}

nav#desktop_menu .drop_down_menu:first-child {
    margin-right: 4rem;
}

nav#desktop_menu .drop_down_menu ul li a {
    line-height: 3rem;
    font-weight: 300;
}

nav#desktop_menu .drop_down_menu ul.menu {
    display: none;
    position: absolute;
    margin-top: 1rem;
    width: 280px;
}

nav#desktop_menu .right_nav a {
    margin-right: 4rem;
}

nav#desktop_menu .right_nav a:last-child {
    margin: 0;
}

li.current-menu-item a, li.current_page_item a {
    color: #d77900;
    text-decoration: underline;
}

nav ul li a:hover {
    color: #999999;
}

/* Mobile Nav Bar */
.nav-up {
    top: -80px !important;
    transition: top .2s linear;
}

.nav-down {
    transition: top .2s linear;
}

#mobile_nav {
    display: none;
    height: 80px;
    align-items: center;
    grid-template-columns: 70% 30%;
    position: fixed;
    top: 0px;
    background-color: white;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 1px 3px RGBA(0,0,0,.1);
}

#hamburger {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    margin: 0px 30px;
    display: grid;
    align-items: center;
    font-size: 30px;
    color: #333333;
}

#hamburger .fa-times {
    display: none;
}

.mobile_nav_actions {
    position: absolute;
    right: 2rem;
    font-size: 3rem;
    color: #333333;
    top: 1.9rem;
}

#close_mobile_menu {
    display: none;
}

#mobile_nav .logo img {
    height: 50px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 13px;
    left: 2.4rem;
}

nav#mobile_menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 80px;
    background-color: white;
    padding: 2.4rem;
}

#mobile_nav .menu_section {
    margin-bottom: 2rem;
}

#mobile_nav ul {
    margin: 0;
    padding: 0;
}

#mobile_nav ul li {
    display: block;
    text-align: left;
    line-height: 3rem;
}

#mobile_nav ul li a {
    text-decoration: none;
    color: #d77900;
    font-size: 2.2rem;
}

.menu_section p {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: 'montserrat';
    letter-spacing: 1px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d77900;
    margin-bottom: .8rem;
}

nav#mobile_menu a.button {
    width: 100%;
    display: block;
}

.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    right: 0px;
}

/* Footer */
footer {
    background-color: #3C5466;
    clear:both;
}

footer .wide_container {
    margin-top: 4rem;
}

footer .logo img {
    max-width: 60%;
}

/* Footer Nav Bar */
nav#footer_navigation {
    display: table;
    z-index: 3;
    background-color: #d77900;
    padding: 0 4rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -3.6rem;
    height: 7.2rem;
    box-shadow: 0 10px 20px 0 rgba(65,83,100,0.65);
}

nav#footer_navigation a {
    color: white;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: .53px;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 0 2rem;
    line-height: 7.2rem;
}

nav#footer_navigation a:hover {
    opacity: .65;
}

nav#footer_navigation .drop_down_menu {
    display: inline-block;
}

nav#footer_navigation ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    top:-3rem;
}

nav#footer_navigation .drop_down_menu ul.menu {
    display: none;
    position: absolute;
    margin-top: 1rem;
    width: 280px;
    background-color: #d77900;
    padding: 2rem 0;
}

nav#footer_navigation .drop_down_menu ul.menu li a {
    line-height: 3.2rem;
    font-weight: 300;
}

footer .fa-ul {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
}

footer h2 {
    color: white;
    text-transform: uppercase;
    font-family: freight-sans-pro, sans-serif;
    font-size: 1.2rem;
}

footer .credits {
    margin-top: 2rem;
}

footer .credits p {
    text-align: center;
}

footer .credits a {
    font-weight: 500;
    color: #666666;
    text-decoration: none;
}

footer .nf-field-element input[type="email"],
footer .nf-field-element input[type="button"],
footer .nf-field-element input[type="text"] {
    border-radius: 4px;
    padding: 10px 18px;
    background-color: transparent;
    border: 2px solid white !important;
    color: #ffffff;
    font-weight: 400;
}

footer .nf-form-fields-required {
    color: white;
    font-weight: 400;
    font-family: freight-sans-pro, sans-serif;
}

footer .nf-field-element input[type="button"]:hover {
    border-radius: 4px;
    padding: 10px 18px;
    background-color: white;
    border: 2px solid white !important;
    color: #333333;
    font-weight: 300;
}

footer input[type="email"]::placeholder {
    color: #ffffff;
    font-weight: 300;
}

.copyright p {
    text-align: center;
    color: #999999;
    font-size: .9rem;
    text-transform: uppercase;
}



/*  Typography - - - - - - - - - - - - - - - - 
    
    Font Weights
    - regular = 400
    - medium = 500
    - demiBold = 600
    - bold = 700

    - - - - - - - - - - - - - - - - - - - - - - 
*/

html {
    font-size: 10px;
    box-sizing: border-box;
}

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

.svg_background_top > svg {
  display: block;
}

.svg_background_top {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.primary {
    color: #d77900;
}

.primary_background {
    background-color: #d77900;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    color: #415364;
    margin-top: 0;
}

h1 {
    font-family: montserrat, sans-serif;
    font-size: 6.5rem;
    line-height: 8.0rem;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 6.4rem;
}

h2 {
    font-family: montserrat, sans-serif;
    font-size: 5.4rem;
    line-height: 6.4rem;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 4.8rem;
}

h3 {
    font-family: freight-sans-pro, sans-serif;
    font-size: 4.2rem;
    line-height: 4.4rem;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 3.2rem;
}

h4 {
    font-family: montserrat, sans-serif;
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 3.2rem;
}

h5 {
    font-family: montserrat, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

h6,
footer h2.widget_title,
h6.overline {
    font-family: montserrat, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    margin-bottom: .8rem;
}

h6.overline + h1,
h6.overline + h2,
h6.overline + h3,
h6.overline + h4,
h6.overline + p {
    margin-top: 0;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
    font-weight: 300;
}

h1.freight_sans,
h2.freight_sans,
h3.freight_sans,
h4.freight_sans,
h5.freight_sans,
h6.freight_sans {
    font-family: freight-sans-pro, sans-serif;
}

h1.montserrat,
h2.montserrat,
h3.montserrat,
h4.montserrat,
h5.montserrat,
h6.montserrat,
p.montserrat {
    font-family: montserrat, sans-serif;
}

p, li, td, button, a {
    font-family: freight-sans-pro, sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: 0px;
    font-weight: 400;
}

p {
    margin-bottom: 3.2rem;
}

p.small {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

#slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:450px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 450px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background-size: cover;
    height: 450px;
}

.control_prev, .control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.control_prev:hover, .control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

.control_prev {
    border-radius: 0 2px 2px 0;
}

.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

span.semi_bold {
    font-weight: 600;
}


span.bold {
    font-weight: 600;
}

p.caption {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0.14px;
    opacity: 0.6;
    margin-bottom: 2.4rem;
}

p.quote {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
}

p.teaser {
    color: #747474;
    height: 36px;
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a {
    color: #d77900;
    font-weight: 500;
}

a.no_underline {
    text-decoration: none;
}

.center {
    text-align: center;
}

.white {
    color: #ffffff !important;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .66px;
}

.primary {
    color: #d77900}

/* Pagination */

.page-numbers {
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    padding: 1.8rem;
    background-color: #dadada;
    border-radius: 4px;
    height: auto;
    text-align: center;
    width: auto;
    line-height: .8rem;
    display: inline-block;
    text-decoration: none;
    color: #415364;
    margin: 0 .2rem;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers.current {
    background-color: #d77900;
    color: white;
}

.page-numbers:hover {
    opacity: .8;
}

.page-numbers.current:hover {
    opacity: 1;
}

/*  Components - - - - - - - - - - - - - - - - 
    - Empty State
    - TBD
*/

.empty_state {
    padding: 10rem;
    border: 2px solid #415364;
}

/* page-home.php - - - - - - - - - - - - - - - - */

/* Single Post */
span.seperator {
    margin: 0 1rem;
}

/* page-about.php - - - - - - - - - - - - - - - - */
.process_grid {
    display: grid;
    grid-template-columns: 2fr 10fr;
    grid-column-gap: 3.2rem;
}

.hide {
    display: none;
}

.process ul {
    border-left: 2px solid #4F4F4F80;
    list-style: none;
    padding: 0px;
}

.process ul li {
    padding: 1rem 0 1rem 3.4rem;
    cursor: pointer;
    position: relative;
    left: -3px
}

.process ul li h5 {
    font-weight: 400;
    padding: 0.1rem 0 0.1rem 0;
}

.process ul li.active {
    padding: 1rem 0 1rem 3rem;
    border-left: 4px solid #4F4F4F;
}

.process ul li.active h5 {
    font-weight: 600;
}

.process_steps .card {
    padding: 1.6rem 2.4rem;
    margin: 0 0 0.8rem 0;
}

.process_steps p.pannel {
    padding-top: 0.8rem;
}

.accordion span.rotate {
    transform: rotate(180deg);
}

.accordion span {
    position: absolute;
    right: 2.4rem;
    font-size: 2rem;
}

/* page-why_us.php - - - - - - - - - - - - - - - - */
ul.reasons {
    border-left: 4px solid #d77900;
    list-style: none;
}

ul.reasons li {
    position: relative;
    top: -36px;
    margin-bottom: 3rem;
}

ul.reasons li h4 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0;
    font-weight: 300;
}

ul.reasons li h4:before {
    content: "";
    background-image: url('https://sundberggroup.com/wp-content/uploads/2022/04/mountain-icon.svg');
    background-size: cover;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 48px;
    height: 26px;
}

ul.reasons li:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 30px;
    left: -49px;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background-color: #d77900;
}

/* social_widget.widget.php - - - - - - - - - - - - - - - - */

/* Images - - - - - - - - - - - - - - - - */

img.alignright { float: right; margin: 0 0 2.4rem 2.4rem; }
img.alignleft { float: left; margin: 0 2.4rem 2.4rem 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img {
    width: 100%;
    position: relative;
}

.square {
    padding-top: 100%;
    width: 100%;
}

.sixteen_nine {
    padding-top: 56.25%;
}

.four_three {
    padding-top: 75%;
}

.portrait {
    padding-top: 75%;
}

.fill {
    width: 100%;
    height: 100%;
}

.banner {
    padding-top: 40%;
}

.fixed_top_banner {
    position: relative;
    top: 0;
    height: 90vh;
    margin: 0 0 0 0;
    max-height: 100rem;
    min-height: 700px;
}

.secondary_scrim:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #415364E5;
    z-index: 1;
}

.secondary_scrim .inner {
    z-index: 2;
    padding: 4rem;
    display: grid;
    align-items: center;
    height: 100%;
}

.fixed_top_banner:after {
    content: "";
    width: 100%;
    height: 593px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #415364 11%, rgba(216,216,216,0.00) 100%);
    z-index: 1;
}

.secondary_scrim .wide_container {
    z-index: 2;
}

.fixed_top_banner .inner {
    text-align: center;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12rem;
}

.fixed_top_banner_small {
    position: relative;
    top: -8rem;
    height: 55rem;
    margin: 0 0 -8rem 0;
}

.fixed_top_banner_small .inner {
    text-align: center;
    z-index: 2;
    display: grid;
    align-items: end;
    height: 100%;
    padding-bottom: 6rem;
}

.fixed_top_banner_small .inner h1,
.fixed_top_banner  .inner h1 {
    font-size: 6rem;
    line-height: 6rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fixed_top_banner_small .inner h1:after,
.fixed_top_banner .inner h1:after,
.underline:after {
    top: 2rem;
    display: block;
    content: "";
    width: 20rem;
    margin: 2.7rem auto 0 auto;
    height: 6px;
    background-color: #d77900;
}

.small_underline:after {
    top: 2rem;
    display: block;
    content: "";
    width: 8rem;
    margin: 2.7rem auto 0 auto;
    height: 4px;
    background-color: #d77900;
}

.left_underline:after {
    top: 2rem;
    display: block;
    content: "";
    width: 10rem;
    margin: 2.7rem 0 0 0;
    height: 4px;
    background-color: #d77900;
}

.fixed_top_banner_small:after {
    content: "";
    width: 100%;
    height: 32.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #415364 11%, rgba(216,216,216,0.00) 100%);
    z-index: 1;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.projects_banner {
    padding: 7.2rem 0 7.2rem 0;
}

.blue_scrim::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d7790080;
    z-index: 2;
}

.scrim_overlay {
    position: relative;
    z-index: 3;
}

/*  Colors - - - - - - - - - - - - - - - - */

.black {
    color: #415364 !important;
}

/*  Card Styles - - - - - - - - - - - - - - - - 
    
    Card Sizes
    - Large (6.4rem padding)
    - Medium (4.8rem padding)
    - Small (2.4rem padding)
    - Wire Card (Outline insted of drop shadow)

*/

.team_bio h4 {
    margin-bottom: 0.8rem;
}

.team_bio p {
    margin-bottom: .8rem;
}

.card {
    position: relative;
    background-color: #fafafa;
    z-index: 2;
    box-shadow: 0 10px 20px 0 rgba(65,83,100,0.65);
}

.wire.card:active {
    box-shadow: 0 8px 24px 0 rgba(14,13,13,0.10);
}

.blue.card {
    box-shadow: none;
    background-color: #d7790033 !important;
}

.slick-track .medium.card {
    margin: 0 1.2rem;
}

.card a:hover,
.post a:hover {
    text-decoration: underline !important;
    text-decoration-color: #666666 !important;
}

.wire.card {
    box-shadow: none;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    margin-bottom: 3.2rem;
    border-radius: 4px;
}

.banner.card {
    display: block;
}

.large.card,
.image.card .large.card_inner {
    padding: 6.4rem;
}

.medium.card,
.image.card .medium.card_inner {
    padding: 3.6rem;
}

.small.card,
.image.card .small.card_inner {
    padding: 2.4rem 2.4rem 3.2rem 2.4rem;
}

.card_inner h4.fixed_height {
    line-height: 2.6rem;
    height: 60px;
}

.card_inner,
.overlay {
    z-index: 2;
    background-color: #fafafa;
}

.secondary.card {
    background: #415364;
    box-shadow: 0 10px 20px 0 rgba(65,83,100,0.63);
}

.white_bg {
    background-color: white;
    border-radius: 4px;
    border: solid 1px #eaeaea;
}

.pin_to_bottom {
    position: absolute;
    bottom: 4.8rem;
    left: 4.8rem;
    right: 4.8rem;
    z-index: 2;
}

.scroll_inside {
    position: absolute;
    top: 4.8rem;
    bottom: 4.8rem;
    left: 4.8rem;
    right: 4.8rem;
    overflow: scroll;
    z-index: 2;
}

.card h1:last-child,
.card h2:last-child,
.card h3:last-child,
.card h4:last-child,
.card h5:last-child,
.card h6:last-child,
.card p:last-child,
.card p.caption:last-child {
    margin-bottom: 0;
}

/* Carousel */

i.fal.fa-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: -18px;
    font-size: 40px;
}

i.fal.fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: -18px;
    font-size: 40px;
}

/*  Scrims - - - - - - - - - - - - - - - - 

    Scrim Types
    - full_scrim
    - half_scrim

*/

.full_scrim:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.full_white_scrim:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(256,256,256,.7);
    z-index: 1;
}

.half_scrim:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
}

/*  Testimonies Page - - - - - - - - - - - - - - - -  */
.hidden {
    display: none;
}

.medium.testimony.card {
    grid-template-rows: 3fr 1fr;
    display: grid;
}

.testimony_author_row {
    display: grid;
    grid-template-columns: 50px auto;
    grid-column-gap: 2.4rem;
    align-items: center;
}

/*  Listing Options - - - - - - - - - - - - - - - -  */
.package_inclusions {
    grid-column-gap: 6rem;
    column-count: 2;
}

ul.package_inclusions li {
    margin-bottom: 1rem;
}

ul.package_inclusions li::marker {
    color: #d77900 !important;
}

ul.package_inclusions li span {
    color: #415364;
    font-weight: 500;
}

.secondary_scrim.package li, 
.secondary_scrim.package li span, 
.secondary_scrim.package h3, 
.secondary_scrim.package h4, 
.secondary_scrim.package h5 {
    color: white;
}

.secondary_scrim.package li span {
    font-weight: 600;
}

.full_width_container.package {
    padding: 7rem 0;
    overflow: auto;
}

.full_width_container.package .section {
    margin: 0;
    overflow: auto;
}

/*  Listing Page - - - - - - - - - - - - - - - -  */
table.listing_details {
    width: 100%;
}

table.listing_details tr {
    border-bottom: 1px solid #dadada;
}

table.listing_details tr td {
    font-size: 1.6rem;
}

.fixed_bottom_left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
}

.listing_card {
    margin-bottom: 4rem;
}

.listing_card h5, .listing_card h6 {
    margin-bottom: 0.4rem;
    letter-spacing: 1px !important;
}

.listing_status {
    font-size: .8em;
    background-color: #de8a27;
    padding: 4px 10px;
    border-top-right-radius: 6px;
    text-transform: uppercase;
}

.listing_address .street {
    margin: 5px 0 8px 0;
    font-size: 1.3em;
    font-weight: 500;
    color: #de8a27;
}

.listing_address .city {
    font-size: .8em;
    font-weight: 500;
    color: #A7A7A7;
}

.wide_container.image_slider {
    padding: 0px;
}

table {
    width: 100%;
}

tr {
    border-bottom: 1px solid black;
}

td {
    padding: .4rem 0;
}

.back_to_top {
    position: fixed;
    bottom: 4rem;
    left: 4rem;
    z-index: 2;
}

.back_to_top .button {
    opacity: 0;
    transition: .25s linear opacity;
}

/*  page-contact.php */

.airplane img {
    width: 400px;
    position: absolute;
    top: 0px;
    right: -100px;
}

html .formcraft-css .fc-form {
    border-radius: 0px !important;
}

input[type="text"],
input[type="email"] {
    height: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
    color: #415364 !important;
}

form textarea {
    font-size: 14px !important;
    color: #415364 !important;
}

.powered-by {
    display: none !important;
}

.final-success {
    background-color: #d77900;
    color: white;
    padding: 4rem !important;
}

.final-success span {
    font-size: 2rem
}

i.final-success-check.formcraft-icon {
    color: white;
    border: 2px solid white !important;
    font-size: 2rem !important;
}

/*  page-payments.php */

.payment_method_row {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    margin-bottom: 1.6rem;
}

.payment_method_row svg {
    height: 36px;
}

.check_instructions {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: baseline;
    margin-bottom: 2.4rem;
}

.check_instructions p:first-child {
    margin: 0;
    line-height: 1.8rem;
}

.check_instructions p:last-child {
}

.formcraft-css .fc-form .stripe-cover,
.type-amount.coupon-.stripe-cover.field-cover {
    padding-top: 0px;
}

html .formcraft-css .fc-form .field-cover>span>span {
    font-size: 1.4rem;
    font-family: Sans Serif;
    color: #777;
}

.ElementsApp, .ElementsApp .InputElement {
    font-size: 1.4px !important;
    font-family: freight-sans-pro, sans-serif;
}

html .formcraft-css .fc-form .form-element .error {
    top: 19px !important;
    right: 20px !important;
}

.formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show {
    display: none !important;
}

html .formcraft-css .fc-form .form-element .field-cover.customText-cover p {
    font-size: 1.4rem;
}

/*  Pagination */
nav.navigation.pagination {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 15px;
}

.navigation.pagination h2 {
    display: none;
}

.nav-links a.page-numbers {
    font-family: freight-sans-pro, sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
}

.nav-links a.page-numbers:hover {
    font-family: freight-sans-pro, sans-serif;
    color: #999999;
    padding: 0 4px;
    text-decoration: none;
}

.page-numbers .fa-chevron-left, .page-numbers .fa-chevron-right {
    position: relative;
    top: 1px;
}

/*  Buttons  - - - - - - - - - - - - - - - - */

.center.button {
    margin: auto;
}

.button {
    text-align: center;
    transition: all .1s linear;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2.4rem;
    padding: 0.8rem 1.6rem;
    background-color: transparent;
    text-transform: uppercase;
    box-shadow: 0 10px 20px 0 rgba(65,83,100,0.37);
}

.button.no_margin {
    margin-bottom: 0px
}

.small.button {
    padding: 0.8rem 1.6rem;
}

.large.button {
    padding: 1.2rem 3.2rem;
}

.wire.button {
    text-align: center;
    cursor: pointer;
    display: block;
    border: 2px solid #d77900;
    transition: all .1s linear;
}

.small.wire.button {
    padding: 0.8rem 1.6rem;
    line-height: 3.5rem;
    border: 1px solid #415364;
}

.small.solid.button {
    padding: 0.8rem 1.6rem;
    line-height: 3.5rem;
    background-color: #415364;
    color: #ffffff;
    border: 1px solid #415364;
}

.large.solid.button {
    background-color: #d77900;
    color: #ffffff;
    border: 1px solid #d77900;
}

.large.solid.secondary.button {
    background-color: #415364;
    color: #ffffff;
    border: 1px solid #415364;
}

.large.wire.button {
    color: #415364;
    border: 3px solid #d77900;
}

.inline.button {
    display: inline-block;
    margin: 0;
}

html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
    text-align: center !important;
    transition: all .1s linear !important;
    cursor: pointer !important;
    display: inline-block !important;
    margin-bottom: 2.4rem !important;
    padding: 0.8rem 1.6rem !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    padding: 1.2rem 3.2rem !important;
    background-color: #d77900 !important;
    color: #ffffff !important;
    border: 1px solid #d77900 !important;
    border-radius: 0 !important;
    font-family: freight-sans-pro, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    font-weight: 400;
}

a.card,
a.button {
    text-decoration: none;
}

.right.button {
    float: right;
}

.flag {
    background-color: RGBA(255,255,255,.75);
    padding: .5rem;
}

.rounded.flag {
    border-radius: 4px;
}

.top.left.flag {
    position: absolute;
    top: 10px;
    left: 10px;
}

.bottom.left.flag {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.solid.button:hover,
form button.submit-button {
    background-color: #ffffff; 
    color: #d77900;
    border: 1px solid #d77900;
}

.wire.button:hover {
    background-color: #d77900;
    color: #ffffff;
    border: 3px solid #d77900;
}

.button:active {
    opacity: .6;
}

.button_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6rem;
}

.fixed_top_banner .button_group {
    padding-top: 8rem;
}

.button_group .button {
    width: 100%;
    display: block;
}

.center.button {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Margin Classes */
.no_margin_top {
    margin-top: 0px !important;
}

.no.margin.bottom {
    margin-bottom: 0px !important;
}

.medium.top_and_bottom_padding {
    padding: 2.4rem 0;
}

/* Alignment Classes */
.center {
    text-align: center;
}

.top.right {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
}

.bottom.right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hide_on_desktop {
    display: block;
}

.parallax {
    background-size: cover; 
    background-position: center center; 
    background-attachment: fixed;
}

/* Media Queries */

@media (min-width: 1023px) {
    nav#mobile_nav {
        display: none;
    }

    .hide_on_desktop {
        display: none;
    }
}
/* iPad */
@media (max-width: 819px) {
    nav#footer_navigation a {
        margin: 0 1rem;
    }

    .fixed_top_banner {
        height: 65vh;
    }

    nav#desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: block;
    }

    .team_bio .two_columns .column:nth-child(2),
    .listing .right_sidebar .column {
        margin-top: 2.4rem;
    }

    .team_bio .two_columns,
    .wide_container.listing_package .left_sidebar,
    .wide_container.listing .right_sidebar {
        grid-template-columns: 1fr;
    }

    .inclusions_heading {
        text-align: center;
    }

    .parallax {
        background-attachment: inherit !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding: 0px 30px;
    }

    nav#mobile_nav {
        display: none;
    }

    .hide_on_desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

@media (min-width: 481px) and (max-width: 767px) {
    nav#desktop_menu {
        display: none;
    }

    nav#footer_navigation {
        display: none;
    }

    #mobile_nav {
        display: block;
    }

    .card {
        margin-bottom: 2.4rem;
    }

    .card:last-child {
        margin-bottom: 0;
    }

    .hide_on_mobile {
        display: none;
    }

    .bottom.right {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .right.button {
        float: initial;
    }

    .footer_columns {
        grid-template-columns: 1fr;
    }

    footer {
        padding: 4rem;
    }

    .button_group.two_rows a.button {
        margin: 0;
    }

    .fixed_top_banner_small .inner h1, 
    .fixed_top_banner .inner h1 {
        font-size: 3rem;
    }

    .package_inclusions {
        grid-column-gap: 0;
        column-count: 1;
    }

    h4.inclusions_heading {
        text-align: center;
    }

    .parallax {
        background-size: cover; 
        background-position: center center; 
        background-attachment: inherit !important;
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .hide_on_mobile {
        display: none !important;
    }

    nav#footer_navigation {
        display: none;
    }

    nav#desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: block;
    }

    /* Cards */
    .medium.card, .large.card, .image.card .large.card_inner {
        padding: 2.4rem;
    }

    .image_row .card_inner {
        padding: 2.4rem;
    }

    .bottom.right {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .right.button {
        float: initial;
    }

    .pin_to_bottom {
        bottom: 2.4rem;
        left: 2.4rem;
        right: 2.4rem;
    }

    .fixed_top_banner_small .inner h1, 
    .fixed_top_banner .inner h1 {
        font-size: 4rem;
        line-height: 4.8rem;
    }

    h1 {
        font-size: 4.6rem;
        line-height: 5.5rem;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }

    h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    h5 {
        font-size: 1.2rem;
        line-height: 2.0rem;
    }

    h6,
    footer h2.widget_title,
    form span.main-label {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

    p, a, li, td {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .banner {
        height: 40vh;
    }

    ul.reasons li h4 {
        font-size: 2rem;
    }

    footer img {
        width: 80%;
        display: block;
        margin: auto;
    }

    footer {
        padding-top: 4rem;
    }

    .button_group {
        grid-template-columns: 1fr;
        grid-row-gap: 2.4rem;
    }

    .button_group .button:first-child {
        margin: 0;
    }

    .button_group a.button {
        width: 100% !important;
    }

    .footer_columns {
        grid-template-columns: 1fr;
        grid-row-gap: 2.4rem;
    }

    .button_group.two_rows a.button {
        margin: 0;
    }

    .package_inclusions {
        grid-column-gap: 0;
        column-count: 1;
    }

    h4.inclusions_heading {
        text-align: center;
    }

    .parallax {
        background-size: cover; 
        background-position: center center; 
        background-attachment: inherit !important;
    }
}