.clearfix,
.cf {
    *zoom: 1
}

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after,
.cf:after {
    clear: both
}

p:first-child,
article ul:first-child,
article ol:first-child,
.row:first-child {
    margin-top: 0
}

p:last-child,
article ul:last-child,
article ol:last-child,
.row:last-child {
    margin-bottom: 0
}

.contact__info p:first-child {
    margin: 2.75em 0;
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std 65';
    src: url('../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'avenirregular_black';
    src: url('../fonts/avenir-black-webfont.woff2') format('woff2'), url('../fonts/avenir-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir_black';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'), url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir medium';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir roman';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir light';
    src: url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juno';
    font-display: swap;
    src: url("../fonts/Juno.ttf?lnermw") format("truetype"), url("../fonts/Juno.woff?lnermw") format("woff"), url("../fonts/Juno.svg?lnermw#Juno") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'Juno' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

html.ua-ios {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a,
a:visited {
    outline: none;
    text-decoration: none;
    color: inherit
}

a:hover,
a:active,
a:visited:hover,
a:visited:active {
    text-decoration: none;
}

a img,
a:visited img {
    border: none;
    outline: none
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none
}

a,
button,
input,
select,
textarea,
label,
summary {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

iframe {
    vertical-align: bottom
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle
}

header,
footer,
nav,
article,
aside,
section,
main {
    display: block
}

html {
    font-size: 100%
}

body {
    color: #000000;
    font-family: 'Myriad Pro';
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    line-height: 1.1;
    margin: 1.75em 0 .75em;
    font-family: 'Avenir light';
    color: #555555;
}

section h3 {
    margin-bottom: 0.5em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

h1 {
    margin: 0;
    line-height: 1.2;
    font-size: 31px;
    font-family: 'avenirregular_black';
}

.index h1 {
    font-size: 24px;
}

.index p,
.index li {
    font-family: 'Avenir medium';
}

h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h4 {
    font-size: 26px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

h6 {
    font-size: .75em
}

@media screen and (max-width: 48em) {
    h1 {
        font-size: 2.025em;
        line-height: 1.2;
    }
}

@media screen and (min-width: 48em) and (max-width: 68em) {
    h2 {
        font-size: 1.95em;
    }
}

p,
ul,
ol {
    font-size: 1em;
    line-height: 1.20;
    font-family: 'Avenir roman';
    font-size: 24px;
}

p {
    margin: 0.7em 0;
}

section ul li,
section p,
section ol li {
    font-size: 22px;
    font-size: 19px;
    line-height: 28px;
}

section ul li {
    font-size: 19px;
}

section ul li {
    margin-bottom: 0.35em;
}

article ul,
article ol {
    padding-left: 1em
}

small {
    display: inline-block;
    line-height: 1.25;
    font-size: .75em
}

small.error {
    color: #ff0000;
}

body {
    background: #fff;
    min-width: 320px;
    height: auto;
    min-height: 100%
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.container {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    /* max-width: 1576px; */
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (min-width: 30em) {
    .container {
        padding: 0 30px
    }
}

@media screen and (min-width: 37em) {
    .container {
        padding: 0 55px
    }
}

@media screen and (min-width: 1925px) {
    .container {
        margin: 0 auto;
        max-width: 1920px;
    }
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* min-height: 100vh; */
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 600px) {
    section h2 {
        font-size: 30px;
    }
}

section {
    padding: 3em 0;
    position: relative;
}

@media screen and (min-width: 68em) {
    section {
        padding: 60px 0
    }
}

@media screen and (max-width: 68em) {
    section {
        padding-top: 20px;
    }
}

.row {
    margin: 1.25em 0
}

@media (min-width: 768px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.row .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 20px;
}

.column p:only-of-type {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .row .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .row .column.column-45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        max-width: 45%;
    }
    .row .column.column-55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        max-width: 55%;
    }
    .row .column.column-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%;
    }
    .row .column.column-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%;
    }
}

@media (min-width: 48em) {
    .row .column:first-child {
        padding-right: 10px;
        padding-left: 0;
    }
}

@media (max-width: 48em) {
    .row .column:last-child {
        margin-top: 1.25em
    }
}

@media (min-width: 48em) {
    .row .column:last-child {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .row .column:only-child {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .row .column:only-child {
        padding-left: 0
    }
}

button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

button:focus {
    outline: none
}

input[type=button],
input[type=submit],
input[type="reset"],
.button,
.button:visited {
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    padding: .875em 2em;
    cursor: pointer;
    outline: none;
    font-family: 'Myriad Pro';
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    background-color: #666666;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s, border-color .2s, color .2s;
    transition: background-color .2s, border-color .2s, color .2s;
    min-width: 205px
}

.button-row {
    margin: 2.625em auto 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.button-row:last-child {
    margin-bottom: 0
}

.button-row.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button-row small {
    margin-left: auto;
    margin-top: 1.5em
}

option:focus {
    outline: none
}

input[type=radio],
input[type=checkbox] {
    vertical-align: baseline;
    position: relative
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

:-moz-placeholder {
    opacity: 1;
    color: #fff
}

::-moz-placeholder {
    opacity: 1;
    color: #fff
}

:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

.header-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 75px);
    margin-right: 0;
}

.header-inner .menu {
    width: 100%;
    padding-right: 30px;
}

@media screen and (max-width: 68em) {
    .header-inner .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0;
    }
}

header .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0 0 55px;
}

@media screen and (min-width: 1925px) {
    header .container {
        margin: 0 auto;
        max-width: 1920px;
    }
}

.topnav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 0 9% 0 30px;
}

.topnav li {
    padding: 7px 20px;
    font-size: 21.29px;
    color: #fff;
    font-family: 'Avenir medium';
    text-transform: uppercase;
}

.topnav li:last-child {
    border: none;
}

.topnav li:hover {
    color: #fff;
}

.topnav li a {
    padding: 0 5px;
}

.topnav li a:hover {
    border-bottom: 1px solid #fff;
}

.topnav {
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333399;
}

@media screen and (max-width: 68em) {
    .topnav li,
    .topnav li a:hover {
        color: #333399;
    }
}

.open-button {
    background: url('../images/close.png') no-repeat;
    width: 23px;
    height: 17px;
}

.open-button,
.close-button {
    position: absolute;
    top: 43px;
    right: 20px;
    z-index: 999999;
}

.close-button {
    background: url('../images/open.png') no-repeat;
    width: 23px;
    height: 17px;
    display: none;
}

.topnav li.current a,
.topnav li.current a:hover {
    font-weight: bold
}

@media screen and (max-width: 68em) {
    .topnav li {
        border: none;
    }
    header .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 18px;
    }
    header {
        padding: 0;
    }
    header .logo {
        margin-right: 2em;
    }
    .topnav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 40px;
        background: #fff;
        z-index: 999;
        display: none;
    }
    .topnav ul {
        text-align: center;
    }
    .topnav li {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .open-button {
        display: block;
        z-index: 1000;
    }
    nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: none;
        padding: 17px 0;
    }
    nav ul {
        display: flex;
        flex-direction: column;
    }
    nav ul li {
        margin: 0;
        padding: 10px 0;
    }
    .open-button,
    .close-button {
        top: 0;
        right: auto;
        position: relative;
    }
}

.logo {
    max-width: 165px;
    flex: 1 0 auto;
    height: 60px;
}

header .logo {
    margin-right: 20px;
    max-width: 404px;
    height: 123px;
}

header .logo img {
    height: 100%;
    object-fit: contain;
}

@media (max-width: 37em) {
    header .logo {
        max-width: 182px;
        height: 59px;
    }
}

@media (max-width: 48em) and (min-width: 37em) {
    header .logo {
        max-width: 300px;
        height: 90px;
    }
}

@media (max-width: 48em) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .column::nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 68em) {
    header .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 60px);
    }
}

.hero-section {
    position: relative;
    flex: 1;
    color: #fff;
    min-height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 auto;
}

@media screen and (min-width: 1940px) {
    .hero-section {
        min-height: auto;
    }
}

.hero-section>.container {
    margin: 50px 0;
}

.index .hero-section>.container {
    padding-right: 0;
    margin: 0 auto;
}

.clear {
    clear: both
}

.center {
    text-align: center !important
}

*[hidden] {
    display: none !important
}

@media screen and (min-width: 85em) {
    .hide-desktop {
        display: none !important
    }
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width: 48em) {
    .show-on-mobile {
        display: block;
    }
}

@media screen and (max-width: 68em) {
    .container-fw.show-on-mobile {
        display: block;
    }
    .our-approach-section,
    .about-us-section {
        background: none !important;
    }
    .about-us-section .container-fw img,
    .our-approach-section .container-fw img {
        object-position: top;
    }
}

@media screen and (max-width:68em) {
    .container-fw.about-container.hide-on-mobile {
        display: none;
    }
}

.info p {
    font-size: 1.15em;
    line-height: 1.20;
}

.invert {
    color: #333333;
}

.column.image-wrap {
    text-align: center;
}

.text {
    margin-top: 3em;
    padding-left: 3em;
}

.text p:last-of-type {
    margin-bottom: 1em;
}

.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 662px;
    margin: -10px auto 4.2em;
}

.items .item {
    display: inline-block;
    height: 58px;
    width: 45%;
    color: #fff;
}

.items .item:first-of-type {
    margin-right: 0;
}

.items .item:last-of-type {
    margin-left: 0;
}

.items .item .div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.items .item .div .text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 0;
    text-align: center;
    font-family: 'avenirregular_black';
    border-radius: 2px;
}

.items .item.blue .div .text {
    background-color: #333399;
}

.items .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}

.items .item.orange .div .text {
    background-color: #ff9900;
}

.triangle-left {
    margin-right: -1px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 50px solid #555;
    border-bottom: 30px solid transparent;
}

.triangle-right {
    margin-left: -1px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 50px solid #555;
    border-bottom: 30px solid transparent;
}

.items .item.blue .triangle-left {
    border-right: 50px solid #333399;
}

.items .item.blue .triangle-right {
    border-left: 50px solid #333399;
}

.items .item.orange .triangle-left {
    border-right: 50px solid #ff9900;
}

.items .item.orange .triangle-right {
    border-left: 50px solid #ff9900;
}

.about-brian {
    margin-bottom: 70px;
}

.about-brian div {
    float: left;
    margin-right: 20px;
}

.about-brian div img {
    max-width: 204px;
}

.about-brian ul {
    padding-top: 44px;
}

.about-brian div p:only-of-type {
    margin-bottom: 10px;
    font-size: 24px;
}

.brians-logo-text img {
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.brians-logo-text p {
    font-size: 20px;
    font-family: 'avenirregular_black';
}

.served {
    margin: 40px auto 0;
    max-width: 405px;
    text-align: center;
}

.served div {
    margin-bottom: 5px;
}

@media screen and (max-width: 48em) {
    .items {
        margin-bottom: 3em;
        text-align: center;
    }
    .items .item {
        width: 100%;
        height: auto;
        margin: 0 auto 25px;
    }
    section p {
        font-size: 20px;
    }
    .items .item:first-of-type {
        margin: 0 auto 25px;
    }
    .items .item:last-of-type {
        margin: 0 auto;
    }
    .items .item .div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .items {
        display: block;
        margin-top: 15px;
    }
    .served img {
        display: none;
    }
    .served div {
        font-size: 19px;
    }
    .about-brian ul {
        clear: both;
    }
}

#wrap {
    width: 960px;
    height: 640px;
    width: 100%;
    height: 100%;
    background: #cbd4da;
    margin: 40px auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 48em) {
    .hero-section {
        min-height: 100%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    main {
        min-height: 100vh;
    }
}

.row.row--bottom {
    margin: 0 0 5em;
}

.row.row--bottom h2 {
    margin-bottom: 10px;
    margin-right: 90px;
    font-family: 'avenirregular_black';
    font-size: 20px;
}

.row.row--bottom .bottom {
    display: flex;
}

.row.row--bottom .bottom img {
    max-width: 350px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.column-text .wrap {
    margin: 50px 0;
    max-width: 700px !important;
    min-height: auto;
}


/*contact*/

.form-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2em;
    max-width: 600px;
}

.form {
    max-width: 600px;
}

.form-header div p {
    margin: 0.45em 0;
}

.form-header div p:last-of-type {
    margin-bottom: 0;
}

.form-header div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.form-header h1 {
    margin-bottom: 70px;
}

.form-header div img {
    max-width: 82px;
}

form .form-row {
    position: relative;
    margin: 0;
    clear: both;
}

@media screen and (min-width: 37em) {
    form .form-row {
        margin: 22px -17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .row.row--bottom h2 {
        font-size: 27px;
    }
}

@media screen and (min-width: 37em) {
    form .form-row:first-child {
        margin-top: 0;
    }
}

form .form-row .field {
    margin-top: 22px;
    margin-bottom: 22px;
    position: relative;
}

@media screen and (min-width: 37em) {
    form .form-row .field {
        margin: 0;
        padding: 0 17px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

form .form-row .field:first-child {
    margin-top: 0;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=date],
select,
textarea,
.input {
    border: 1px solid transparent;
    padding: 1em 1em 0.6923em;
    height: 50px;
    font-family: 'Avenir roman';
    font-size: 1em;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    background-color: #0c316c;
    width: 100%;
    display: inline-block;
    border-radius: 0;
}

.button:hover,
.button:active {
    border: 1px solid #0c316c;
    background-color: #0c316c;
    color: #fff;
}

textarea {
    height: auto;
}

.required {
    color: #0c316c;
}

.button-row {
    margin-top: 1.6em;
}

@media screen and (max-width: 48em) {
    .form-header {
        display: block;
    }
    .row.row--bottom {
        margin: 2em 0;
    }
    .form-header h1 {
        margin-bottom: 40px;
    }
    section p {
        font-size: 18px;
        line-height: 1.45;
    }
    .form-header div img {
        max-width: 62px;
    }
    .column-text .wrap {
        margin: 10px 0;
    }
    .row.row--bottom .bottom {
        display: block;
    }
    .row.row--bottom h2 {
        margin-bottom: 40px;
        margin-right: 0;
    }
}


/*end content*/

.silver-text {
    margin: 35px 0;
}

.silver-text p {
    color: #333333;
    font-family: 'Avenir_black';
}

.new-p p span {
    font-family: 'Avenir_black';
}

.index-bottom-text p {
    font-family: 'Avenir medium';
}

.index-bottom-text span {
    color: #333399;
    font-family: 'Avenir_black';
}

.column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.column-right {
    position: relative;
}

.column-right img.barrett {
    width: 100%;
    max-width: 500px;
}

.column-right-content {
    padding-left: 18%;
    padding-right: 49px;
    max-width: 970px;
    z-index: 9;
}

.column-right .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: 48.8% center;
    object-position: 48.8% center;
}

.column-right p {
    font-size: 21px;
    font-family: 'Myriad Pro Bold';
}

.container-fw {
    margin-bottom: 30px;
    /* height: 350px; */
    height: auto;
}

.container-fw img {
    /* height: 100%; */
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.container-fw img.barrett {
    height: 100%;
}

.font-medium {
    font-family: 'Avenir medium';
}

.bg-image {
    position: relative;
    width: 100%;
    height: 790px;
}

.about-us-section {
    width: 100%;
}


/* .about-us-section .column-text {
    max-width: 700px !important;
} */

.our-approach-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.our-approach-section .column-text {
    max-width: 700px !important;
}

.index .hero-section {
    margin-right: 0;
    width: 100%;
    padding: 0 0 0 50px;
    margin: 0 auto;
    max-width: 1920px;
}

.index .hero-section>.container {
    padding: 0;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.column.flex-end {
    margin-bottom: 59px;
}

@media screen and (min-width: 68em) and (max-width: 1520px) {
    .bg-image {
        height: 808px;
        background-position: 57.5% 89% !important;
    }
    .column-right-content {
        padding-right: 13%;
    }
    .row .column.column-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
        flex: 0 1 47%;
        max-width: 47%;
    }
    .row .column.column-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 53%;
        flex: 0 1 53%;
        max-width: 53%;
    }
    .row.row--bottom {
        margin: 14.5em 0 5em;
    }
}

@media screen and (min-width: 68em) and (max-width: 1520px) {
    .column-right-content {
        padding-left: 8%;
        padding-right: 5%;
    }
}

@media screen and (max-width:68em) {
    .index .hero-section {
        padding-left: 0;
        padding-right: 0;
    }
    .index .hero-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .column-right-content {
        padding: 0 15px 0;
    }
    img.barrett {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .contact-us-section .row .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }
    .form,
    .form-header {
        max-width: 100%;
    }
    .column-text .wrap {
        max-width: none !important;
    }
}

.index .bg-image {
    display: block;
}

.backgroundg-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 796px;
}

.backgroundg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

@media screen and (max-width: 68em) {
    .index .bg-image {
        display: none;
    }
    .backgroundg-image {
        height: 350px;
    }
}

@media screen and (max-width: 48em) {
    .hero-section {
        background: none !important;
    }
    .form-header div:nth-child(1) {
        margin-bottom: 30px;
    }
    .column-right-content {
        padding: 0;
    }
}

@media screen and (min-width: 1925px) {
    .index .hero-section>.container {
        max-width: 1925px;
    }
    /* .column-right {
        height: 1000px;
    } */
    .bg-image {
        width: 97.3%;
    }
    .column-right .bg-image img {
        object-position: 48% center;
    }
    .row.row--bottom {
        padding-right: 55px;
    }
    .about-us-section {
        margin-left: auto;
        margin-right: auto;
        max-width: 1969px;
        width: 100%;
    }
    .our-approach-section {
        background-position: 48% top !important;
    }
    .about-us-section {
        background-position: 46% top !important;
    }
}

@media screen and (min-width: 48em) and (max-width: 68em) {
    .hero-section.our-approach-section {
        background-size: cover;
    }
    .hero-section.about-us-section {
        background-size: cover;
    }
    .hero-section.about-us-section .row .column.column-45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        max-width: 80%;
    }
    .index .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .index .row .column.column-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        order: 1;
    }
    .index .row .column.column-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        order: 2;
    }
    .index .row .column .wrap {
        max-width: 100%;
    }
    .index .bg-image {
        height: 400px;
    }
}

@media screen and (min-width: 48em) and (max-width: 1700px) {
    .hero-section.our-approach-section {
        background-position: 86% top !important;
    }
    .hero-section.about-us-section {
        background-position: 86% top !important;
    }
}

@media screen and (max-width: 1300px) and (min-width: 68em) {
    .row .column.column-45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 56%;
        flex: 0 1 56%;
        max-width: 56%;
    }
    .topnav li {
        font-size: 19px;
    }
}

@media screen and (min-width: 68em) {
    .row .column.column-45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%;
    }
    .row .column.column-45.about-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 702px;
        flex: 0 1 702px;
        max-width: 702px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .row.row--bottom img {
        max-width: 1800px;
    }
    header .logo {
        width: 100%;
        max-width: 295px !important;
    }
    .our-approach-section {
        -ms-overflow-style: none;
        overflow: auto;
    }
}

.link {
    border-bottom: 2px solid #333399;
}

.link:hover {
    color: #333399;
}

.thankyou {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(100vh - 133px);
}

.thankyou .container {
    padding-bottom: 100px;
}

.thankyou h1 {
    text-align: center;
}

@media screen and (max-width: 48em) {
    .thankyou {
        height: calc(100vh - 120px);
    }
    .thankyou h1 {
        font-size: 1.725em;
    }
}