.fiugold {
    /*background-color: #b68401;*/
    background-color: #081E3F;
    padding-top: 40px;
}

.bdev-form {
    color: white;
    padding: 20px 0;
    width: 90%;
}

.bdev-form input[type=text],
.bdev-form input[type=select],
.bdev-form select {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    margin: 10px;
    padding: 8px;
    float: left;
    color: white;
}

.submit-row {
    margin-top: 20px;
    text-align: center;
}

.bdev-form label {
    color: white;
    position: relative;
    margin-top: .8em;
    font-size: 0.83rem;
    margin-left: 13px;

}

.bdev-form input:focus+label {
    top: 30px;
}

.bdf-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 5px;



}

.bdev-form h2,
.bdev-form h3 {
    color: #fff;
    text-align: center;
}

body {
    /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
    color: #333;
    /*font-size: 0.83rem;
    line-height: 20px;*/
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.235rem;
    line-height: 44px;
    font-weight: bold;
}

h2 {
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
    /*font-size: 1.88rem;*/
    /* line-height: 36px;*/
    /*font-weight: bold;*/
}

h3 {
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
    /*font-family: 'Libre Franklin', sans-serif;*/
    color: #000;
    /*font-size: 1.06rem;*/
    /*line-height: 1.55;*/
    /*font-weight: 600;*/
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
    font-size: 1.06rem;
    line-height: 1.55;
    font-weight: 600;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.83rem;
    line-height: 20px;
    font-weight: bold;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.706rem;
    line-height: 18px;
    font-weight: bold;
}

/*p {
    margin-bottom: 10px;
}*/

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    /*padding-left: 40px; update: removed to fix pg header*/
}

ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}



img {
    display: inline-block;
    max-width: 100%;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
    border-left-style: solid;
    border-left-width: 5px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 400;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

.sticky-container {
    position: relative;
}

.navigation {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    max-width: 1170px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.header {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 800px;
    margin-top: -49px;
    padding: 210px 30px 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/top-img-2.jpg');
    background-position: 50% 50%;
    background-size: 1384px;
}

.navigation-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-link {
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 600;
    text-decoration: none;
}

.bullet {
    width: 4px;
    height: 4px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.navigation-button {
    margin-left: 15px;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 600;
}

.navigation-button:hover {
    background-color: #fff;
    color: #000;
}

.header-content {
    position: absolute;
    z-index: 1;
    max-width: 770px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    text-align: center;
}

.h1-bd {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 4.23rem;
    line-height: 78px;
    font-weight: 800;
    letter-spacing: -1px;
    animation-duration: 2s;
    animation-name: slidefromtop;
}

.h1.cc-black {
    margin-top: 15px;
    margin-bottom: 60px;
    color: #000;
    text-align: center;
}

.paragraph {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    animation-duration: 1.5s;
    animation-name: slidefrombottom;
}

.paragraph.cc-gray {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    clear: none;
    color: #08133f;
    text-align: left;
}

.paragraph.rankings {
    margin-top: 20px;
    font-size: 1.06rem;
}

.header-content .button {
    margin-top: 50px;
    padding: 15px 30px;
    border-radius: 4px;
    background-color: #f1c300;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #08133f;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 800;
}

.button:hover {
    background-color: #b68400;
    color: #fff;
}

.button.cc-cta {
    margin-top: 0px;
}

.button.cc-cta:hover {
    background-color: #b68400;
    color: #fff;
}

.button.cc-banner {
    background-color: #fff;
    color: #000;
}

.button.cc-banner:hover {
    background-color: #e6e6e6;
}

.button._1-2-box {
    margin-top: 0px;
}

.container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1170px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.container.cc-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.cc-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container.cc-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.container.cc-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.cc-blogpost {
    display: block;
    max-width: 770px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.cc-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #08133f;
    font-size: 1.42rem;
    line-height: 36px;
    font-weight: 300;
}/*pending to check what these styles target*/

.h2.cc-center {
    margin-bottom: 40px;
    text-align: center;
}

.h2.cc-2-rows {
    margin-top: 20px;
    margin-bottom: 0px;
}

.h2.cc-white-text {
    color: #fff;
}

.h2.text-span.cc-post-text {
    margin-bottom: 15px;
}

.h2.text-span-2 {
    text-align: center;
}

.h2.text-span-footer {
    margin-top: 50px;
    color: #b68400;
    font-weight: 700;
}

.h2.text-span-footer.cc-post-text {
    margin-bottom: 15px;
}

.h2-container {
    width: 50%;
    margin-bottom: 10px;
    float: left;
}

.h2-container.cc-center {
    width: 65%;
    margin-bottom: 0px;
    text-align: center;
}

.h2-container.cc-questions {
    margin-bottom: 60px;
}

.text-span {
    /*color: #b68400;*/
    color: #081E3F;
    font-size: 2.12rem;
    font-weight: 800;
}

.text-span.cc-white-text {
    color: #fff;
}

.feature-item-container {
    height: auto;
    padding: 50px 40px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

.collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-list.cc-feature-row {
    margin-bottom: -20px;
}

.h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.h3.cc-cta {
    margin-bottom: 0px;
    color: #039be5;
}

.h3.cc-header {
    margin-bottom: 0px;
    color: #fff;
    text-decoration: none;
}

.h3.cc-pricing {
    width: 100%;
}

.h3.cc-team-title {
    width: 100%;
    margin-bottom: 0px;
}

.h3.cc-latest-posts {
    margin-bottom: 40px;
}

.slider-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 360px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #fafafa;
}

.slider {
    height: 720px;
    max-width: 1440px;
    margin-top: -360px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.slide {
    background-image: url('../images/grad-hat-air.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide-nav {
    font-size: .4rem;
}

.icon {
    width: 30px;
    height: 30px;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: none;
}

.slide-2 {
    background-image: url('../images/slider-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide-3 {
    background-image: url('../images/fiu-lib-palms.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
}

.link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #5ab963;
    font-size: 0.706rem;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.link:hover {
    color: #48944f;
}

.separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.separator.cc-background-gold {
    /*background-color: #b68400;*/
    background-color: #081E3F;
}

.separator.cc-background-grey {
    background-color: #fafafa;
}

.line-color {
    height: 1px;
    background-color: #e6e6e6;
}

.premium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
}

.premium.cc-background {
    background-color: transparent;
}

.w-button {
    animation-duration: 1.5s;
    animation-name: slidefrombottom;
}

._2-row-image.cc-bottom {
    margin-right: 0px;
}

._2-row-image.cc-row-spacing {
    margin-right: 100px;
}

._2-row-text {
    max-width: 370px;
    margin-right: 100px;
}

._2-row-text.cc-bottom {
    margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
    margin-right: 0px;
    margin-left: 100px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row.cc-bottom {
    margin-top: 90px;
    margin-bottom: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row.cc-bottom.cc-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row.cc-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

._2-row-action-text {
    margin-top: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.bd-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
}

.cta-line {
    width: 30px;
    height: 2px;
    margin-left: 20px;
    background-color: #039be5;
}

.cta-line.cc-header {
    background-color: #fff;
}

.cta-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-arrow {
    height: 150px;
    margin-right: 50px;
}

.cta-left-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 30px 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #08133f;
}

.footer-column {
    display: block;
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-column.cc-footer {
    width: 100%;
    margin-right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-footer-credits {
    display: block;
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.706rem;
    line-height: 18px;
    font-weight: 400;
}

.footer-links-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.link-footer {
    margin-bottom: 25px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    font-size: 0.706rem;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
}

.link-footer:hover {
    color: hsla(0, 0%, 100%, 0.7);
}

.link-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}

.collection-item {
    width: 33.33333333%;
    padding-right: 10px;
    padding-left: 10px;
}

.collection-item.cc-feature-row {
    width: 25%;
    margin-bottom: 20px;
}

.feature-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-button {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-icon-piece {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.nav-icon-piece.top {
    position: absolute;
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
}

.nav-icon-piece.bottom {
    position: absolute;
    -webkit-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
    transform: translate(0px, 8px);
}

.header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -90px;
    padding: 180px 30px 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5ab963;
}

.header-inner.cc-header-extra {
    padding-bottom: 210px;
}

.header-inner-content {
    width: 57%;
}

.inner-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-height: 720px;
    padding: 120px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/image-premium-banner.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.premium-banner-inner {
    max-width: 370px;
    padding: 60px 50px;
    background-color: #5ab963;
}

.premium-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium-image-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 720px;
    max-width: 1440px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.premium-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin-top: -60px;
    margin-bottom: 120px;
    padding: 40px 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.image-banner {
    margin-right: 60px;
}

.container-quote {
    width: 70%;
    text-align: center;
}

.block-quote {
    border-left: 0px none transparent;
    font-family: 'Libre Franklin', sans-serif;
    color: #5ab963;
    font-size: 1.42rem;
    line-height: 36px;
    font-weight: 300;
}

.author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.text-block {
    margin-left: 20px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #000;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 400;
}

.container-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pricing-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333333%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    border: 1px solid #f7f7f7;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

.pricing-block:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
}

.price {
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
    font-size: 4.23rem;
    line-height: 78px;
    font-weight: 800;
}

.price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.currency {
    margin-top: 40px;
    margin-left: 10px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #999;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 400;
}

.small-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #000;
    font-size: 0.706rem;
    line-height: 18px;
    font-weight: 400;
}

.small-text.cc-light {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #999;
}

.pricing-block-separator {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #5ab963;
}

.pricing-info {
    padding: 50px 40px 40px;
}

.button-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5ab963;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 800;
}

.button-pricing:hover {
    background-color: #48944f;
}

.container-facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.facts {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fact-block {
    padding: 50px 40px;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.image-2 {
    margin-bottom: 20px;
}

.facts-gray-background {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background-color: #fafafa;
}

.faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
}

.container-questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: -30px -10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.question-block {
    width: 50%;
    margin: 30px 50px 30px 10px;
}

.container-facts-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}

.header-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -120px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 115px 30px 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.goals-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.goals-container-inner {
    width: 33.33333333%;
    margin-right: 10px;
    margin-left: 10px;
}

.team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-list-2 {
    margin: -10px;
}

.team-member {
    padding-top: 10px;
    padding-bottom: 10px;
}

.team-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.team-avatar {
    width: 100%;
    height: 100%;
}

.team-member-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 30px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.our-goals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -120px;
    margin-bottom: 120px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-posts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333333%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.post-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.blog-posts-item-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.post-info {
    padding: 30px;
}

.post-date {
    margin-bottom: 10px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #000;
    font-size: 0.706rem;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-blog {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -90px;
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-image {
    position: relative;
    z-index: 1;
    max-height: 750px;
    max-width: 1440px;
}

.header-color {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 75%;
    background-color: #5ab963;
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contact-info {
    width: 50%;
    margin-top: -10px;
    margin-bottom: -10px;
}

.contact-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-info-text {
    width: 25%;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #999;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 400;
}

.contact-info-text.cc-text-black {
    width: auto;
    color: #000;
}

.form-input {
    width: 50%;
    margin-top: -10px;
    margin-bottom: -10px;
}

.text-field {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e6e6e6;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #b3b3b3;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 400;
}

.text-field:hover {
    border-bottom-color: #000;
}

.text-field:active {
    color: #000;
}

.text-field:focus {
    border-bottom-color: #000;
    color: #000;
}

.text-field::-webkit-input-placeholder {
    color: #b3b3b3;
}

.text-field:-ms-input-placeholder {
    color: #b3b3b3;
}

.text-field::-ms-input-placeholder {
    color: #b3b3b3;
}

.text-field::placeholder {
    color: #b3b3b3;
}

.rich-text {
    font-family: 'IBM Plex Mono', sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 400;
}

.rich-text h2 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.42rem;
    font-weight: 800;
}

.rich-text p {
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #000;
    font-size: 0.83rem;
    line-height: 1.55;
}

.rich-text img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rich-text figcaption {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Libre Franklin', sans-serif;
    color: #777;
    font-size: 0.706rem;
    line-height: 20px;
    text-align: left;
}

.logo {
    margin-top: 17px; /*update: 20px*/
    margin-bottom: 18px; /*update: 20px*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link {
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    font-size: 0.83rem;
    line-height: 1.55;
    font-weight: 600;
}

.nav-link.w--current {
    color: #fff;
}

.latest-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.style-guide-label {
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #777;
    color: #777;
    font-size: .765rem;
    line-height: 14px;
}

.image-licensing {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.05);
    line-height: 1.55;
}


/*ANIMATIONS*/

@keyframes slidefromleft {
    from {
        margin-left: 100%;
        opacity: 0;
    }

    to {
        margin-left: 0%;
        opacity: 100%;
    }
}

@keyframes slidefromright {
    from {
        margin-right: 100%;
        opacity: 0;
    }

    to {
        margin-right: 0%;
        opacity: 100%;
    }
}

@keyframes slidefromtop {
    from {
        margin-top: 100%;
        opacity: 0;
    }

    to {
        margin-top: 0%;
        opacity: 100%;
    }
}

@keyframes slidefrombottom {
    from {
        margin-bottom: 100%;
        opacity: 0;
    }

    to {
        margin-bottom: 0%;
        opacity: 100%;
    }
}

.bold-text {
    /*color: #b68400;*/
    color: #081E3F;
}

.image-3 {
    position: absolute;
    left: -26%;
    top: -75%;
    right: auto;
    bottom: 0px;
    z-index: 0;
    overflow: hidden;
}

.image-4 {
    position: relative;
    right: -95px;
    bottom: -258px;
    z-index: 0;
    overflow: visible;
    width: 800px;
    animation-duration: 1.5s;
    animation-name: slidefromright;
}







.image-5 {
    animation-duration: 1.5s;
    animation-name: slidefromleft;
    position: relative;
    left: -162px;
    top: -150px;
    z-index: 0;
    width: 1000px;
}

.grad-badge,
.bach-badge,
.vet-badge {
    animation-duration: 2s;
    animation-name: slidefromtop;
}




.text-block-2 {
    font-family: Montserrat, sans-serif;
    color: #b68400;
    font-size: 4.23rem;
    line-height: 72px;
    font-weight: 900;
}

.div-block {
    width: 40%;
    height: auto;
    margin-top: 185px;
    float: right;
    clear: none;
}

.text-block-3 {
    margin-right: 10px;
    float: left;
    font-family: Montserrat, sans-serif;
    color: #b68400;
    font-size: 4.23rem;
    line-height: 1px;
    font-weight: 900;
    margin-bottom: 20px;
}

.text-block-4 {
    margin-right: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 300;
}

.bold-text-2 {
    /*color: #b68400;*/
    color: #081E3F;
    font-weight: 400;
}

.image-6 {
    margin-top: 0px;
    margin-bottom: 47px;
}

.image-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    margin-top: -60px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.image-8 {
    margin-right: 121px;
    margin-bottom: 41px;
}

.div-block-2 {
    max-width: 400px;
    margin-top: 0px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.image-9 {
    position: absolute;
    z-index: 1000;
    margin-top: -60px;
    opacity: 0.5;
}

.columns {
    margin-top: 60px;
}

.grid {
    justify-items: center;
    grid-template-areas: "Area Area-2";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.text-span-2 {
    color: #fff;
    font-size: 2.12rem;
    font-weight: 700;
}

.paragraph-2 {
    position: static;
}

.grid-2 {
    margin-top: 40px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-3 {
    margin-top: 45px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.container-2 {
    position: static;
    display: block;
}

.container-3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.container-4 {
    clear: both;
}

.div-block-3 {
    margin: 40px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.div-block-4 {
    margin: 40px;
    padding: 40px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.div-modal-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
}

.div-modal-window {
    width: 480px;
    height: 320px;
    background-color: #fff;
}

.image-11 {
    margin-top: 60px;
}

.image-12 {
    margin-top: 60px;
}

.image-13 {
    margin-top: 60px;
}

.columns-2 {
    width: auto;
    margin: -140px 100px 60px;
}

.ranking-spacing {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

#business-dev-request-info-form .submit-row {
    margin-top: 20px;
    text-align: center;
}

#business-dev-request-info-form .submit-row .submit {
    margin: auto;
    min-width: 350px;
}


/*Responsive*/


@media (min-width: 992px) {
    .h1-bd {
        font-size: 4.23rem;
    }

    #business-dev-request-info-form .comp-gen,
    #business-dev-request-info-form .form-disclaimers,
    #business-dev-request-info-form .submit-row {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    #business-dev-request-info-form .submit-row .submit {
        width: 25vw;
    }

    .bdf-flex {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .navigation {
        z-index: 999;
        padding-right: 10px;
    }

    .header {
        padding-right: 60px;
        padding-left: 60px;
    }

    .h1-bd {
        line-height: 1.5;
    }

    .bullet {
        display: none;
    }

    .navigation-button {
        width: 75%;
        margin: 20px 30px;
    }

    .container.cc-contact {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .h2.text-span-footer {
        margin-top: 50px;
        /*color: #b68400;*/
        font-size: 1.18rem;
        font-weight: 700;
    }

    .h2-container {
        width: 50%;
    }

    .h2-container.cc-center {
        width: 80%;
    }

    .feature-item-container {
        height: auto;
    }

    .collection-list {
        margin-right: -5px;
        margin-left: -5px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .slider-section {
        margin-top: 240px;
    }

    .slider {
        height: 480px;
        margin-top: -240px;
    }

    ._2-row-image {
        max-width: 50%;
        margin-right: 30px;
    }

    ._2-row-image.cc-row-spacing {
        margin-right: 50px;
    }

    ._2-row-image.cc-row-reverse {
        margin-right: 0px;
    }

    ._2-row-text {
        margin-right: 0px;
    }

    ._2-row-text.cc-bottom {
        margin-right: 50px;
    }

    ._2-row-text.cc-bottom.cc-reverse {
        margin-left: 50px;
    }

    ._2-row-text.cc-row-reverse {
        margin-right: 50px;
    }

    .text-footer-credits {
        margin-top: 0px;
    }

    .collection-item {
        width: 33.33333333%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .collection-item.cc-feature-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
    }

    .header-inner-content {
        width: 80%;
    }

    .premium-image-container {
        margin-top: 0px;
    }

    .container-quote {
        width: 100%;
    }

    .container-pricing {
        margin-top: -10px;
        margin-bottom: -10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pricing-block {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .container-facts {
        margin: -10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .fact-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .container-facts-inner {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .team {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .collection-list-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team-member {
        width: 33.33333333%;
    }

    .blog-posts-item {
        width: 50%;
    }

    .header-color {
        height: 85%;
    }

    .contact-intro {
        padding-bottom: 110px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-info {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .form-input {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .nav-menu {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #5ab963;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    }

    .nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-2 {
        color: #fff;
        font-size: 1.88rem;
    }

    .menu-button:active {
        background-color: #5ab963;
    }

    .menu-button.w--open {
        background-color: #5ab963;
    }

    .text-block-3 {
        margin-top: 19px;
        margin-bottom: 10px;
    }

    .bold-text-2 {
        line-height: 1.55;
    }

    .image-8 {
        margin-right: 0px;
    }

    .grid {
        grid-auto-flow: row;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        grid-template-areas: "Area Area-2";
        -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-3 {
        margin-top: 0px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .image-10 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1-bd {
        font-size: 3.65rem
    }
}
@media (min-width: 576px) and (max-width: 991px) {
  .bdf-flex {
        grid-template-columns: 1fr 1fr;
    }

    #business-dev-request-info-form .comp-gen,
    #business-dev-request-info-form .form-disclaimers,
    #business-dev-request-info-form .submit-row {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #business-dev-request-info-form .submit-row .submit {
        width: 45vw;
    }

}

@media screen and (max-width: 850px) {
    .bdev-form {
        width: 75%;
        margin: auto;
        margin-right:auto; /*update: center form on mobile*/
    }
}

@media (max-width: 767px) {
    .header {
        height: 600px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .navigation-links {
        display: none;
    }

    .h1 {
        font-size: 2.825rem;
        line-height: 54px;
        animation-duration: 1.5s;
        animation-name: slidefrombottom;
    }

    .h1-bd {
        font-size: 3.3em;
        font-size: 7vw;

    }

    .h1.cc-black {
        margin-bottom: 50px;
    }

    .container {
        margin-bottom: 60px;
    }

    .container.cc-cta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container.cc-footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .features {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .h2.cc-2-rows {
        margin-top: 20px;
    }

    .h2.text-span-footer {
        margin-top: 0px;
    }

    .h2-container {
        width: 100%;
        margin-bottom: 11px;
    }

    .h2-container.cc-center {
        width: 100%;
    }

    .feature-item-container {
        height: auto;
    }

    .collection-list {
        margin: -10px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider-section {
        margin-top: 150px;
    }

    .slider {
        height: 300px;
        margin-top: -150px;
    }

    .about {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .premium {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    ._2-row-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 60px;
    }

    ._2-row-image.cc-bottom {
        display: block;
        margin-bottom: 20px;
    }

    ._2-row-image.cc-row-spacing {
        margin-right: 0px;
    }

    ._2-row-text {
        margin-right: 0px;
    }

    ._2-row-text.cc-bottom {
        margin-right: 0px;
    }

    ._2-row-text.cc-bottom.cc-reverse {
        margin-left: 0px;
    }

    ._2-row-text.cc-row-reverse {
        margin-right: 0px;
    }

    .row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.cc-bottom {
        margin-top: 60px;
    }

    ._2-row-action-text {
        margin-top: 50px;
    }

    .cta {
        padding-top: 0px;
        padding-bottom: 90px;
    }

    .cta-column {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-column {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-column.cc-footer {
        width: 100%;
    }

    .collection-item {
        width: 100%;
        margin: 10px 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .collection-item.cc-feature-row {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-icon-piece {
        background-color: #fff;
    }

    .nav-icon-piece.top {
        background-color: #fff;
    }

    .collection-list-wrapper {
        margin-top: 400px;
    }

    .collection-list-wrapper.cc-feature-row {
        margin-bottom: -60px;
    }

    .header-inner {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .header-inner.cc-header-extra {
        padding-bottom: 180px;
    }

    .header-inner-content {
        width: 100%;
    }

    .premium-intro {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .premium-image-container {
        margin-bottom: 90px;
    }

    .about-intro {
        padding-top: 85px;
        padding-bottom: 45px;
    }

    .goals-container {
        margin-top: -15px;
        margin-bottom: -25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .goals-container-inner {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .team-member {
        width: 50%;
    }

    .our-goals {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .blog-posts-item {
        width: 100%;
    }

    .header-color {
        height: 85%;
    }

    .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-intro {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .contact-info-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact-info-text {
        width: 100%;
    }

    .logo.w--current {
        margin-top: 40px;
    }

    .div-block {
        width: 100%;
        margin: 2em 0 3em;
    }

    .image-7 {
        margin-bottom: 0px;
    }

    .image-8 {
        margin-right: 0px;
    }

    .grid {
        display: inline-block;
        grid-auto-columns: 1fr;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }

    .column {
        padding-right: 60px;
        padding-left: 60px;
    }

    .column-2 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .column-3 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .columns-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: -40px;
    }
}

@media screen and (max-width: 575px) {
    .bdf-flex {

        grid-template-columns: 1fr;

    }
    /*UPDATE*/
    form#business-dev-request-info-form {
        margin-right: 7%;
    }
}

@media (max-width: 479px) {
    .navigation-container {
        height: 60px;
    }

    .header {
        height: 100vh;
        margin-top: -60px;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .h1 {
        font-size: 2.12rem;
        line-height: 42px;
        letter-spacing: 0px;
    }

    .container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*.h2 {
        font-size: 1.18rem;
        line-height: 30px;
    }*/

    .h2.cc-2-rows.text-span {
        font-size: 2.12rem;
        font-weight: 700;
    }

    .h2.text-span-footer {
        margin-top: 0px;
    }

    .h2-container {
        margin-top: 40px;
    }

    .h2-container.cc-center {
        margin-top: 40px;
    }

    .slider-section {
        margin-top: 140px;
    }

    .slider {
        height: 150px;
        margin-top: -75px;
    }

    .separator.cc-background-gold {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .premium {
        margin-top: 60px;
        padding-bottom: 0px;
    }

    ._2-row-image {
        margin-bottom: 60px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    ._2-row-image.cc-bottom {
        display: block;
        margin-bottom: 0px;
    }

    ._2-row-text {
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    ._2-row-text.cc-bottom {
        margin-right: 0px;
    }

    ._2-row-text.cc-bottom.cc-reverse {
        margin-left: 0px;
    }

    .row {
        margin-top: 0px;
    }

    .row.cc-bottom {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .cta {
        padding-top: 0px;
    }

    .footer-column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-links-list {
        width: 50%;
    }

    .footer-social {
        width: 50%;
    }

    .header-inner {
        margin-top: -60px;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .header-inner.cc-header-extra {
        padding-bottom: 150px;
    }

    .premium-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .premium-banner-inner {
        padding-right: 30px;
        padding-left: 30px;
    }

    .premium-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .premium-image-container {
        margin-bottom: 60px;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .image-banner {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .faq {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .container-questions {
        margin: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .question-block {
        width: 100%;
        margin: 15px 0px;
    }

    .container-facts-inner {
        width: 100%;
    }

    .team-member {
        width: 100%;
    }

    .blog-posts {
        margin-top: -90px;
        margin-bottom: 90px;
    }

    .header-color {
        height: 85%;
    }

    .contact-intro {
        padding-bottom: 80px;
    }

    .logo.w--current {
        margin-top: 60px;
    }

    .image-8 {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .div-block-2 {
        position: static;
    }

    .grid-2 {
        display: block;
    }

    .div-block-3 {
        margin: 40px 0px 0px;
        padding: 20px;
        margin-bottom: 15%; /*update*/
    }

    .column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .image-11 {
        margin-top: 220px;
    }

    .image-12 {
        margin-top: 220px;
    }

    .image-13 {
        margin-top: 220px;
    }

    .columns-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .column-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-5 {
        padding-right: 0px;
        padding-left: 0px;
    }
    /*update*/
    div#bdev-form {
        width: 100%;
        padding-left: 5%;
        padding-right: 7%;
    }
    /*update*/
    div#businessdev-optin-check {
        padding-left: 3%;
    }
}