
@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AvenirNext-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AvenirNext-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AvenirNext-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next"; 
  src: url("./fonts/AvenirNext-Italic.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AvenirNext-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AvenirNext-Italic.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AvenirNext-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-Medium.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AvenirNext-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AvenirNext-Medium.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AvenirNext-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-DemiBold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AvenirNext-DemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AvenirNext-DemiBold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AvenirNext-DemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AvenirNext-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AvenirNext-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AvenirNext-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Red Hat";
  src: url("./fonts/RedHatDisplay-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/RedHatDisplay-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/RedHatDisplay-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/RedHatDisplay-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Red Hat";
  src: url("./fonts/RedHatDisplay-Medium.otf") format("opentype"), /* Open Type Font */
    url("./fonts/RedHatDisplay-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/RedHatDisplay-Medium.woff") format("woff"), /* Modern Browsers */
    url("./fonts/RedHatDisplay-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Red Hat";
  src: url("./fonts/RedHatDisplay-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/RedHatDisplay-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/RedHatDisplay-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/RedHatDisplay-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

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;
}

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

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

#mobile_nav {
    position: fixed;
    top: 0px;
    height: 70px;
    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 {
    display: none;
    position: fixed;
    top: 80px;
    height: 100vh;
    width: 100%;
    background-color: white;
}

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

#close_mobile_menu {
    display: none;
}

#mobile_nav .logo img {
    height: 50px;
    display: block;
    margin: auto;
    padding-left: 1rem;
}

#mobile_nav ul {
    padding: 0px;
    background-color: white;
}

#mobile_nav ul li {
    display: block;
    padding: 15px 30px;
    text-align: left;
}

#mobile_nav ul li a {
    text-decoration: none;
    color: #0066fa;
    font-size: 2rem;
}

/* Desktop Nav Bar */
#desktop_menu .container {
    width: 100%;
}

#desktop_menu .logo img {
    height: 30px;
}

.logo a {
    display: inline-block;
    position: relative;
    top: 2px;
}

header {
    background-color: #ffffff;
}

nav#desktop_menu {
    height: 80px;
    display: grid;
    align-items: center;
    grid-template-columns: 3FR 7FR 2FR;
}

nav#mobile_nav {
    height: 80px;
    display: grid;
    align-items: center;
    grid-template-columns: 70% 30%;
}

#mobile_nav .logo img {
    height: 30px;
    display: block;
    width: auto;
    margin-left: 3rem;
}

nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

nav ul li {
    display: inline-block;
    margin: 0px 4.0rem 0px 0px;
}

nav ul li a {
    color: #2c2c2c;
    font-family: "Red Hat", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul li:last-child {
    margin: 0px;
}

li.current-menu-item a, li.current_page_item a {
    font-weight: 600;
}

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

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

/* Footer */
footer {
    background-color: #2c2c2c;
}

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

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: block;
    color: white;
    margin: 0px 0px 5px 0px;
}

footer ul li a, footer ul li {
    text-decoration: none;
    color: white;
    font-family: "Avenir Next", sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    transition: .5s;
}

footer ul li a:hover {
    color: #999999;
    margin-left: 5px;
    transition: .5s;
}

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

footer h2 {
    color: white;
    text-transform: uppercase;
    font-family: "Avenir Next", 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: "Avenir Next", 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: #0066fa;
}

.primary_background {
    background-color: #0066fa;
}

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

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

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

h3 {
    font-family: "Red Hat", sans-serif;
    font-size: 3.34rem;
    line-height: 4.0rem;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 3.2rem;
}

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

h5 {
    font-family: "Red Hat", sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 2.4rem;
}

h6,
footer h2.widget_title,
h6.overline {
    font-family: "Avenir Next";
    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;
}

p, li, td, button, a {
    font-family: "Avenir Next", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    font-weight: 400;
}

p {
    margin-bottom: 3.2rem;
}

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-style: italic;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 500;
}

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

a {
    color: #0066fa;
    font-weight: 500;
}

a.no_underline {
    text-decoration: none;
}

.center {
    text-align: center;
}

.white {
    color: #ffffff !important;
}

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

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

/* 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;
}

.birds {
    width: 40%;
    position: absolute;
    right: -5px;
    top: -5px;
}

/* 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%;
}

.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: #0066fa80;
    z-index: 2;
}

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

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

.black {
    color: #2c2c2c !important;
}

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

*/

.card {
    position: relative;
    background-color: #fafafa;
    z-index: 2;
    margin-bottom: 3.2rem;
}

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

.blue.card {
    box-shadow: none;
    background-color: #0066fa33 !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;
    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;
}

.image.card {
    padding: 0;
    border-radius: 4px;
}

.image.card .four_three {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.image_row .card_inner {
    padding: 2.4rem 2.4rem 2.4rem 0;
    border: none;
}

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

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

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

.post .left_sidebar .card_inner {
    padding-top: 3.2rem;
}

.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;
}

/*  Resouces Page - - - - - - - - - - - - - - - -  */
.resource.card {
    height: 240px;
}

.resource.card a.button {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    right: 2.4rem;
    line-height: 2.4rem;
}

.fade_to_white {
    height: 90px;
    overflow: hidden;
}

/*  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: #2c2c2c !important;
}

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

form button.submit-button {
    padding: 0.8rem 3.2rem !important;
    background-color: #2c2c2c !important;
    border: 1px solid #2c2c2c !important;
    transition: all .1s linear !important;
}

form button.submit-button span.text {
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}

form button.submit-button {
    background-color: #0066fa !important;
    border: 1px solid #0066fa !important;
    border-radius: 50px !important;
}

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

.final-success {
    background-color: #0066FA;
    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: "Avenir Next" !important;
}

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: "Avenir Next", sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
}

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

.page-numbers.current {
    font-family: "Avenir Next", sans-serif;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 0px;
}

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

/*  Buttons  - - - - - - - - - - - - - - - - 
    
    Button Types
    - Large Solid
    - Small Solid
    - Larege Wire
    - Small Wire
    - Rounded Wire

*/

.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;
    border-radius: 50px;
}

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

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

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

.small.rounded.wire.button {
    border-radius: 50px;
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: 600;
    padding: 1.2rem 4rem;
}

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

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

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

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

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

.white.button {
    background-color: #ffffff !important;
    color: #0066fa !important;
    border: 1px solid #ffffff !important;
}

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: #0066fa;
    border: 1px solid #0066fa;
}

.white.button:hover {
    background-color: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}

.wire.button:hover {
    background-color: #0066fa;
    color: #ffffff;
    border: 1px solid #0066fa;
}

.button:active {
    opacity: .6;
}

/* 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;
}

/* Media Queries */

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

    .hide_on_desktop {
        display: none;
    }
}

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

    nav#mobile_nav {
        display: none;
    }

    .hide_on_desktop {
        display: none;
    }

    .airplane img {
        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#mobile_nav {
        display: grid;
        align-items: center;
    }

    .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;
    }
}

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

    nav#desktop_menu {
        display: none;
    }

    nav#mobile_nav {
        display: grid;
        align-items: center;
    }

    /* 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;
    }

    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;
    }

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

    footer .column {
        margin: 0px 0px 60px 0px;
    }
}