/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}html{box-sizing:border-box;cursor:default;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,main-header,nav,section,site-footer{display:block}body{margin:0}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}nav ol,nav ul{list-style:none}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,optgroup,select,textarea{margin:0}button,input,select,textarea{background-color:transparent;color:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}[aria-disabled]{cursor:default}:root{cursor:auto;font:1rem/1.75 proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}*,:after,:before{box-sizing:border-box}@viewport{width:device-width}

html {
    font-size: 1rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-size: 1rem;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    color: #676468;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
}
@media (min-width: 768px) {
    .util-ExtraPadding {
        padding-bottom: 79px;
    }
}
button {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
@media (max-width:700px) {
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}	
}
hr {
    border: 0;
    border-top: 1px solid #f6f2f2;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}

#primary p {
    margin-bottom: 12px;	
}

a {
    font-weight: 500;
    text-decoration: none;
    color: #676468;
	transition: color 0.3s;
}
a:hover {
    text-decoration: underline;
}
input,
select,
textarea {
    font-family: inherit;
}
img {
    max-width: 100%;
}
svg {
    display: block;
}
table {
    width: 100%;
    table-layout: fixed;
}

.main-container {
    position: relative;
}

.btn-Primary {
    display: inline-block;
    padding: 16px 36px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    position: relative;
    border: 0;
    box-shadow: inset 0 0 0 2px #e9e8e8;
    color: #676468;
}

@media (max-width: 767px) {
    .btn-Primary {
        width: 100%;
    }
}
.btn-Primary:hover {
    text-decoration: none;
}
.btn-Primary:hover {
    color: #000;
    transition: color 0.18s;
	box-color: white;
}

.footer-address {
    font-style: normal;
}
.address-header {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.25rem;
    margin-bottom: 0.838rem;
    color: #6393c9;
}
@media (max-width: 767px) {
    .address-header {
    margin-top: 0.838rem;
}
}
@media (min-width: 768px) {
    .address-header {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .address-details {
        font-size: 0.875rem;
    }
}
@media (min-width: 500px) {
.contact-address {
    grid-gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
}
@media (min-width: 901px) {
    .contact-address {
        grid-gap: 36px;
    }
}

.site-footer {
    padding-top: 1.513rem;
    padding-bottom: 1.313rem;
    background-color: #111a30;
    color: #fff;
}
@media (min-width: 768px) {
    .site-footer {
        padding-top: 2.188rem;
        padding-bottom: 2.188rem;
    }
}
@media (min-width: 901px) {
    .site-footer {
        padding-top: 3.063rem;
        padding-bottom: 3.063rem;
    }
}
@media (min-width: 1201px) {
    .site-footer {
        padding-top: 6.125rem;
        padding-bottom: 6.125rem;
    }
}
@media (min-width: 1441px) {
    .site-footer {
        padding-top: 8.313rem;
        padding-bottom: 8.313rem;
    }
}

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

.site-footer a:hover {
    text-decoration: none;
    color: #fff;
}

.site-footer-wrp {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (min-width: 768px) {
    .site-footer-wrp {
        max-width: 1872px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 901px) {
    .site-footer-wrp {
        max-width: 1908px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 768px) {
    .site-footer-main {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .site-footer-main {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .site-footer-main {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .site-footer-main {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}
.site-footer-details {
    grid-column: 1 / span 8;
}

@media (min-width: 1201px) {
    .site-footer-details {
        grid-column: 1 / span 5;
        display: block;
    }
}
@media (min-width: 1441px) {
    .site-footer-details {
        grid-column: 1 / span 5;
    }
}
.site-footer-header {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.03125rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem;
    color: currentColor;
}
@media (min-width: 768px) {
    .site-footer-header {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}
@media (min-width: 1201px) {
    .site-footer-header {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1441px) {
    .site-footer-header {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 901px) {
    .site-footer-header {
        grid-column: 1/6;
    }
}
@media (min-width: 1201px) {
    .site-footer-header {
        margin-bottom: 2.625rem;
    }
}
.site-footer-url {
    font-weight: 400;
    color: currentColor;
}
@media (max-width: 767px) {
    .site-footer-url {
        font-size: 0.875rem;
    }
}
.site-footer_Phone {
    margin-top: 1.313rem;
}
@media (min-width: 768px) {
    .site-footer_Phone {
        margin-top: 1.75rem;
    }
}
.site-footer-contact {
    margin-top: 0.875rem;
}
@media (min-width: 901px) {
    .site-footer-contact {
        grid-column: 1/5;
        grid-row: 2;
        margin-top: 1.75rem;
    }
}
@media (min-width: 901px) {
    .site-footer-contact {
        grid-column: 1/4;
    }
}

.footer-form {
    grid-column: 1 / span 8;
    align-self: end;
}
@media (min-width: 1201px) {
    .footer-form {
        grid-column: 6 / span 7;
    }
}
@media (min-width: 1441px) {
    .footer-form {
        grid-column: 8 / span 7;
    }
}

.site-footer-detail {
    grid-column: 5/9;
    grid-row: 2;
    align-self: flex-end;
	margin-bottom: 20px
}

.site-footer-detail p {
	margin-bottom: 20px
}

@media (min-width: 1201px) {
    .site-footer-contact p {
	margin-bottom: 30px
    }
}
.footer-legal {
    grid-column: 1/-1;
    align-items: center;
    flex-flow: column wrap;
    display: flex;
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #676468;
}
@media (max-width: 440px) {
    .footer-legal {
    font-size: 14px;
}
}
@media (min-width: 850px) {
    .footer-legal {
        flex-flow: row wrap;
    }
}
@media (min-width: 1441px) {
    .footer-legal {
        grid-column: /14;
        margin-top: 2.625rem;
    }
}
.footer-logo {
    display: none;
    margin-right: 24px;
}
@media (min-width: 901px) {
    .footer-logo {
        display: block;
    }
}
.footer-logo svg {
    width: 60px;
    height: 60px;
}
@media (min-width: 768px) {
    .footer-copy {
        margin-right: 24px;
    }
}
@media (max-width: 440px) {
    .footer-copy {
    margin-right: 0;
		text-align: center
}
}
.footer-pp {
    margin-top: 8px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .footer-pp {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 850px) {
    .footer-social {
        margin-left: auto;
    }
}

.main-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 76px;
    color: #000;
    transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 451px) {
    .main-header {
        height: 100px;
    }
}
@media (min-width: 1201px) {
    .main-header {
        height: 167px;
        color: #9b9b9b;
    }
}

.lyt-NoHero .main-header {
    position: relative;
    background: #000;
}
.main-header-col {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
    height: 100%;
}
@media (max-width: 525px) {
.main-header-col  {
    padding-right: 20px;
    padding-left: 20px;
}
}
@media (min-width: 768px) {
    .main-header-col {
        max-width: 1872px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 901px) {
    .main-header-col {
        max-width: 1908px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
.main-header-main {
    align-items: center;
    justify-content: space-between;
    display: flex;
    height: 100%;
}
@media (min-width: 1441px) {
    .main-header-main {
        padding-top: 0.7rem;
        padding-bottom: 1.75rem;
    }
}
@media (min-width: 1441px) {
    .lyt-NoHero .main-header-main {
        padding: 0;
    }
}
.header-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: 100px;
    height: 34px;
    color: #000;
}
@media (min-width: 767px) {
    .header-logo {
    width: 120px;
    height: 41px;
    }
}
@media (min-width: 1401px) {
    .header-logo {
        width: 150px;
        height: 50px;
    }
}
.header-logo svg {
    width: inherit;
    height: inherit;
    fill: none;
}

.link-arrow {
    align-items: center;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
    color: #676468;
    transition: color 0.2s;
}
@media (min-width: 768px) {
    .link-arrow {
        font-size: 1rem;
        line-height: 1.375rem;
    }
}
@media (min-width: 901px) {
    .link-arrow {
        font-size: 1.125rem;
    }
}

.link-arrow:hover {
    text-decoration: none;
    color: #000;
}

.link-arrow i {
	margin-left: 8px;
	color: #0774c0;
}

@media (max-width: 767px) {
   /* .logo-list {
        margin-right: -18px;
    }*/
}
.logo-list-ul {
    display: flex;
    overflow: scroll;
	overflow-x:scroll; 
    position:relative;
}
@media (min-width: 768px) {
    .logo-list-ul {
        grid-gap: 3px;
        grid-template-columns: repeat(auto-fit, minmax(150px, auto));
        display: grid;
        overflow: visible;
    }
}
@media (max-width: 767px) {
    .logo-list-ul:after {
        content: "";
        flex-shrink: 0;
        display: block;
        width: 18px;
    }
}
.logo-list-li {
    display: flex;
	margin-right: 12px;
	width: 150px;
}
@media (max-width: 767px) {
    .logo-list-li {
        min-width: 150px;
        margin-right: 4px;
    }
}
.logo-list-li:last-child {
    margin-right: 0;
}


.mgl-blocks-content-header {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #000;
}
@media (min-width: 768px) {
    .mgl-blocks-content-header {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.mgl-blocks-content_Link {
    display: block;
    margin-top: 0.875rem;
}
.mgl-blocks-ul {
    grid-gap: 1.313rem;
    display: grid;
}
@media (min-width: 768px) {
    .mgl-blocks-ul {
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 901px) {
    .mgl-blocks-ul {
        grid-gap: 32px;
    }
}
@media (min-width: 1201px) {
    .mgl-blocks-ul {
        grid-gap: 3.5rem 54px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1441px) {
    .mgl-blocks-ul {
        grid-gap: 4.375rem 108px;
    }
}

.services-list-ul {
    display: grid;
}
@media (min-width: 768px) {
    .services-list-ul {
        grid-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 901px) {
    .services-list-ul {
        grid-gap: 36px;
        grid-template-columns: repeat(4, 1fr);
    }
}
.services-list-li {
    display: flex;
    margin-top: 1.75rem;
}
@media (min-width: 768px) {
    .services-list-li {
        margin-top: 0;
    }
}
.services-list-li:first-child {
    margin-top: 0;
}

.services-list-card {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 350px;
    width: 100%;
    padding: 1.75rem 24px;
    background-color: #fff;
    border: 2px solid #d9edf9;
}
@media (max-width: 767px) {
    .services-list-card {
        flex-direction: column;
        display: flex;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .services-list-card {
        min-height: 470px;
        padding: 1.75rem 30px;
    }
}
@media (min-width: 901px) {
    .services-list-card {
        min-height: 480px;
        padding: 2.188rem 30px;
    }
}
@media (min-width: 1201px) {
    .services-list-card {
        min-height: 520px;
        padding: 2.425rem 38px;
    }
}
@media (min-width: 1441px) {
    .services-list-card {
        padding: 3rem 44px;
    }
}
/*.services-list-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 25px 30px 0 hsla(0, 0%, 61%, 0.3);
    
    transition: opacity 0.24s;
}*/
.services-list-card:hover {
    text-decoration: none;
}
.services-list-card:hover:before {
    opacity: 1;
}
@media (max-width: 767px) {
    .services-list-card-imgwrp {
        order: 2;
        max-width: none !important;
        margin-right: -24px;
        margin-left: -24px;
    }
}
@media (min-width: 768px) {
    .services-list-card-imgwrp {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}
.services-list-card_Kicker {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    color: #000;
}
@media (min-width: 768px) {
    .services-list-card_Kicker {
        font-size: 0.875rem;
    }
}
@media (min-width: 1201px) {
    .services-list-card_Kicker {
        margin-bottom: 1.313rem;
    }
}
.services-list-card-header {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.625rem;
    color: #9b9b9b;
}
@media (min-width: 768px) {
    .services-list-card-header {
        font-size: 1.15rem;
        line-height: 1.375rem;
    }
}
@media (min-width: 1201px) {
    .services-list-card-header {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
}
.services-list-card-wrapper h2 {
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 12px;
	letter-spacing: -0.03125rem;
}

@media (max-width: 1800px) {
.services-list-card-wrapper h2 {
	font-size: 1.8rem;
	line-height: 1.8rem;
}	
}

@media (max-width: 830px) {
.services-list-card-wrapper h2 {
	font-size: 1.6rem;
	line-height: 1.6rem;
}	
}

.services-list-card-url {
    margin-top: 0.875rem;
	margin-bottom: 0.875rem;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
    transition: transform 0.24s ease-in-out, opacity 0.24s ease-in-out;
    transition: transform 0.24s ease-in-out, opacity 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
.services-list-card:hover .services-list-card-url {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-transform: translateX(5pc);
    transform: translateX(5px);
}

.section-services-list {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
}
@media (min-width: 768px) {
    .section-services-list {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }
}
@media (min-width: 901px) {
    .section-services-list {
        padding-top: 5.25rem;
        padding-bottom: 5.25rem;
    }
}
@media (min-width: 1201px) {
    .section-services-list {
        padding-top: 9.188rem;
        padding-bottom: 9.188rem;
    }
}
@media (min-width: 1441px) {
    .section-services-list {
        padding-bottom: 10.5rem;
        padding-bottom: 10.5rem;
    }
}

.section-services-list-wrapper {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (min-width: 768px) {
    .section-services-list-wrapper {
        max-width: 1872px;
        padding-right: 34px;
        padding-left: 34px;
    }
}
@media (min-width: 901px) {
    .section-services-list-wrapper {
        max-width: 1908px;
        padding-right: 34px;
        padding-left: 34px;
    }
}
@media (min-width: 768px) {
    .section-services-list-wrapper {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .section-services-list-wrapper {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .section-services-list-wrapper {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-services-list-wrapper {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}
.section-services-list-header {
    margin-bottom: 1.75rem;
	margin-left: 20px
}
@media (min-width: 768px) {
    .section-services-list-header {
        grid-column: 1 / span 8;
        grid-template-columns: 8fr 4fr;
    }
}
@media (min-width: 901px) {
    .section-services-list-header {
        display: grid;
        margin-bottom: 2.188rem;
    }
}
@media (min-width: 1201px) {
    .section-services-list-header {
        grid-column: 2 / span 10;
        margin-bottom: 3rem;
    }
}
@media (min-width: 1441px) {
    .section-services-list-header {
        grid-column: 1 / span 14;
        margin-bottom: 3.25rem;
    }
}
@media (min-width: 768px) {
    .section-services-list-hastext .section-services-list-header {
        grid-template-columns: 5fr 4fr;
    }
}
@media (min-width: 901px) {
    .section-services-list-hastext .section-services-list-header {
        grid-template-columns: 7fr 5fr;
    }
}
@media (min-width: 1441px) {
    .section-services-list-hastext .section-services-list-header {
        grid-template-columns: 5.5fr 6.5fr;
    }
}

.section-services-list-title {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.03125rem;
    line-height: 1.75rem;
    grid-row: 2;
}
@media (min-width: 768px) {
    .section-services-list-title {
        font-size: 1.9rem;
        line-height: 2rem;
    }
}
@media (min-width: 1201px) {
    .section-services-list-title {
        font-size: 2.5rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1441px) {
    .section-services-list-title {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}
.section-services-list-hastext .section-services-list-title {
    margin-bottom: 0.438rem;
}
@media (min-width: 768px) {
    .section-services-list-hastext .section-services-list-title {
        margin-bottom: 0.875rem;
    }
}
@media (min-width: 1201px) {
    .section-services-list-hastext .section-services-list-title {
        margin-bottom: 1.75rem;
    }
}
.section-services-list_Link {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin-top: 1.313rem;
    justify-self: end;
}
@media (min-width: 901px) {
    .section-services-list_Link {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .section-services-list-content {
        grid-column: 1 / span 8;
    }
}
@media (min-width: 1201px) {
    .section-services-list-content {
        grid-column: 2 / span 10;
    }
}
@media (min-width: 1441px) {
    .section-services-list-content {
        grid-column: 1 / span 14;
    }
}


/*@media (min-width: 768px) {
    .section-image-smaller {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .section-image-smaller {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .section-image-smaller {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-image-smaller {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}*/


/*@media (min-width: 768px) {
    .section-image-smaller-imgwrap {
        grid-column: 1 / span 8;
        grid-row: 1;
    }
}
@media (min-width: 901px) {
    .section-image-smaller-imgwrap {
        grid-column: 1 / span 6;
    }
}
@media (min-width: 1201px) {
    .section-image-smaller-imgwrap {
        grid-column: 1 / span 9;
    }
}
@media (min-width: 768px) {
    .section-image-smaller-right .section-image-smaller-imgwrap {
        grid-column-start: 1;
    }
}
@media (min-width: 901px) {
    .section-image-smaller-right .section-image-smaller-imgwrap {
        grid-column-start: 4;
    }
}
@media (min-width: 1201px) {
    .section-image-smaller-right .section-image-smaller-imgwrap {
        grid-column-start: 5;
    }
}*/

.section-image-smaller-imgwrap {
	padding: 30px 0;
	float:right;
	width: 57%
}

.section-image-smaller-wrapper {
    position: relative;
    /*grid-row: 1;*/
    align-self: start;
    display: block;
    padding: 1.313rem 28px;
    background-color: #1d2539;
    color: #fff;
	float: left;
	width: 40%
}
@media (min-width: 768px) {
    .section-image-smaller-wrapper {
        /*grid-column-end: span 3;*/
        margin-top: 2.625rem;
        padding: 1.75rem 26px;
    }
}

/*@media (min-width: 1100px) {
    .section-image-smaller-wrapper {
        width: 580px;
    }
}
.section-image-smaller-right .section-image-smaller-wrapper {
    grid-column-start: 1;
}*/

@media (min-width: 1201px) {
    .section-image-smaller-right .section-image-smaller-wrapper {
        /*grid-column-start: 1;*/
        padding: 3.063rem 36px;
    }
}

@media (max-width: 901px) {
.section-image-smaller-imgwrap {
	padding: 30px 0;
	float:left;
	width: 100%
}

.section-image-smaller-wrapper {
	width: 100%;
	margin-top: 0;
    padding: 1.75rem 0;
	margin-bottom: 30px
}
}
.section-image-smaller-right a.section-image-smaller-wrapper, .section-image-smaller-right a.section-image-smaller-wrapper:hover {
    text-decoration: none!important;
	border-bottom: none
}
.section-image-smaller-header {
    color: white!important
}

.section-image-smaller-wrapper .client-logos_Link {
    width: 100%;
    box-shadow: inset 0 0 0 2px #f6d705;
	color: white;
	transition: border 0.18s;
	margin-top: 55px
}

@media (max-width: 1000px) {
.section-image-smaller-wrapper .client-logos_Link {
	margin-top: 35px
}
}

@media (max-width: 768px) {
.section-image-smaller-wrapper .client-logos_Link {
	margin-top: 25px
}
}

.section-image-smaller-wrapper .btn-Primary:hover, .section-image-smaller-wrapper .client-logos_Link:hover {
    box-shadow: inset 0 0 0 2px #fff;
}

.section-image-smaller-header {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75rem;
    color: currentColor;
}
@media (min-width: 768px) {
    .section-image-smaller-header {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}
@media (min-width: 1201px) {
    .section-image-smaller-header {
        font-size: 1.75rem;
        line-height: 2.1875rem;
    }
}
.section-image-smaller_Link {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1.313rem;
    color: #9b9b9b;
    transition: color 0.2s;
}
@media (min-width: 768px) {
    .section-image-smaller_Link {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .section-image-smaller_Link {
        margin-top: 2.625rem;
    }
}
@media (min-width: 901px) {
    .section-image-smaller_Link {
        margin-top: 3.5rem;
    }
}
@media (min-width: 1201px) {
    .section-image-smaller_Link {
        margin-top: 4.813rem;
    }
}
.section-image-smaller-wrapper:hover .section-image-smaller_Link {
    color: #fff;
}
.sec-FullImage {
    position: relative;
}
.sec-FullImage_Gif {
    width: 100%;
}
.hero-image-col {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
.hero-image-col img {
   width: 100%;
	height: auto
}
.hero-image-container {

}
.hero-image-half {
    width: 50%;
	float:left;
}
.hero-image-full {
    width: 100%;
	float:left;
}
.hero-box-wrap {
	display:block;
	position: relative
}
.hero-box-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(21, 38, 61, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	
	
}
.sectionlinks-box_url:hover .hero-box-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(21, 38, 61, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(21, 38, 61, 0.75) 100%);
}
.hero-box-title {
	position: absolute;
	left: 40px;
    bottom: 40px;
	font-size: 1.8rem;
    line-height: 2.8rem;
	color: #f6d705;
	font-weight: 600;
	z-index: 999;
}
.sectionlinks-box_url {

}
.sectionlinks-box_url:hover img {

}
.header-hero {
    padding-top: 6.625rem;
    padding-bottom: 2.625rem;
    background-color: #1d2539;
    color: #fff;
}
@media (min-width: 768px) {
    .header-hero {
        padding-top: 8.125rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 901px) {
    .header-hero {
        padding-top: 10.4rem;
        padding-bottom: 2.563rem;
    }
}
@media (min-width: 1441px) {
    .header-hero {
        padding-top: 13.313rem;
        padding-bottom: 3.438rem;
    }
}

.header-hero-column {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (max-width: 525px) {
.header-hero-column {
    padding-right: 20px;
    padding-left: 20px;
}
}
@media (min-width: 768px) {
    .header-hero-column {
        max-width: 1872px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 901px) {
    .header-hero-column {
        max-width: 1908px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 768px) {
    .header-hero-column {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .header-hero-column {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .header-hero-column {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-hero-column {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) {
    .header-hero-wrap, .header-hero-cta, .header-hero-title, .header-hero-intro {
        grid-column: 1 / span 12;
    }
}
@media (min-width: 1201px) {
    .header-hero-wrap {
        grid-column: 1 / span 7;
    }
    .header-hero-cta {
        grid-column: 9 / span 7;
    }
    .header-hero-title {
        grid-column: 1 / span 6;
    }
	.header-hero-intro {
        grid-column: 8 / span 10;
    }
}
@media (min-width: 1601px) {
    .header-hero-wrap {
        grid-column: 1 / span 8;
    }
    .header-hero-cta {
        grid-column: 11 / span 7;
    }
    .header-hero-title {
        grid-column: 1 / span 7;
    }
	.header-hero-intro {
        grid-column: 8 / span 10;
    }
}

@media (max-width: 1200px) {
    .header-hero-cta {
        margin-top: 12px
    }
}

.hero-title {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2rem;
    color: currentColor;
    transition-property: opacity;
    transition-duration: 0.18s;
    transition-delay: 0.3s;
}
.hero-title-large {
font-family: 'Soho Pro';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    line-height: 2rem;
    color: currentColor;
    transition-property: opacity;
    transition-duration: 0.18s;
    transition-delay: 0.3s;
}
@media (min-width: 768px) {
    .hero-title {
        font-size: 1.625rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 901px) {
    .hero-title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1201px) {
    .hero-title {
        font-size: 1.85rem;
        line-height: 2.1rem;
    }
}
@media (min-width: 1441px) {
    .hero-title {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (min-width: 600px) {
    .hero-title-large {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

@media (min-width: 768px) {
    .hero-title-large {
        font-size: 2.8rem;
        line-height: 3rem;
    }
}
@media (min-width: 1200px) {
    .hero-title-large {
        font-size: 3rem;
        line-height: 3.2rem;
    }
}
@media (min-width: 1580px) {
    .hero-title-large {
        font-size: 4rem;
        line-height: 4.875rem;
    }
}
@media (min-width: 1750px) {
    .hero-title-large {
        font-size: 4.5rem;
        line-height: 5.125rem;
    }
}

.header-hero-links {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2rem;
    color: currentColor;
    transition-property: opacity;
    transition-duration: 0.18s;
    transition-delay: 0.3s;
}

.header-hero-links strong {
       font-weight: 600;
		color: #6393c9;
}

.header-hero-cta p {
       margin-bottom: 0!important
}

.header-hero-links a {
		color: #fff;
	transition: color 0.3s;
	text-decoration: none;
	border-bottom: 1px solid #f6d705;
	padding-bottom: 2px;
	font-size: 1.6rem;
}

.header-hero-links a:hover {
    color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #6393c9;
	text-decoration: none!important;
}

.header-hero-links span:after {
	content: ", ";
}

.header-hero-links span:last-of-type::after {
	content: "";
}

@media (min-width: 901px) {
    .header-hero-links {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }
}
@media (min-width: 1401px) {
    .header-hero-links {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1541px) {
    .header-hero-links {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 1400px) {
    .header-hero-cta a {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
}

@media (max-width: 767px) {
    .header-hero-links {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .header-hero-links a {
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
}

.client-logos {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
}
@media (min-width: 768px) {
    .client-logos {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }
}
@media (min-width: 901px) {
    .client-logos {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
    }
}
@media (min-width: 1201px) {
    .client-logos {
        margin-top: 9.188rem;
        margin-bottom: 9.188rem;
    }
}
@media (min-width: 1201px) {
    .client-logos {
        margin-top: 6.875rem;
        margin-bottom: 6.875rem;
    }
}

.client-logos-wrapper {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (min-width: 768px) {
    .client-logos-wrapper {
        max-width: 1872px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 901px) {
    .client-logos-wrapper {
        max-width: 1908px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 768px) {
    .client-logos-wrapper {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .client-logos-wrapper {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .client-logos-wrapper {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .client-logos-wrapper {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}
.client-logos_main-header {
    margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
    .client-logos_main-header {
        grid-column: 1 / span 8;
        margin-bottom: 1.313rem;
    }
}
@media (min-width: 1201px) {
    .client-logos_main-header {
        grid-column: 1 / span 12;
        margin-bottom: 2.188rem;
    }
}

.client-logos-content {
    grid-column: 1/-1;
}
@media (min-width: 768px) {
    .client-logos-content {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .client-logos-content {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .client-logos-content {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .client-logos-content {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}
.client-logos-left {
    margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
    .client-logos-left {
        grid-column: 1/-1;
    }
}
@media (min-width: 901px) {
    .client-logos-left {
        grid-column: 1 / span 3;
        margin-bottom: 0;
    }
}
@media (min-width: 1201px) {
    .client-logos-left {
        grid-column: 1 / span 3;
    }
}
@media (min-width: 768px) {
    .client-logos-right {
        grid-column: 1/-1;
    }
}
@media (min-width: 901px) {
    .client-logos-right {
        grid-column: 4 / span 6;
    }
}
@media (min-width: 1201px) {
    .client-logos-right {
        grid-column: 5 / span 7;
    }
}
@media (min-width: 1441px) {
    .client-logos-right {
        grid-column: 4 / span 10;
    }
}
@media (min-width: 901px) {
    .client-logos-right-full {
        grid-column-end: span 5;
    }
}
@media (min-width: 1201px) {
    .client-logos-right-full {
        grid-column-end: span 8;
    }
}
@media (min-width: 1441px) {
    .client-logos-right-full {
        grid-column-end: span 12;
    }
}
.client-logos-header {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.03125rem;
    line-height: 1.75rem;
    color: #151515;
}

@media (min-width: 768px) {
    .client-logos-header {
    font-size: 1.9rem;
    line-height: 2rem;
    }
}
@media (min-width: 1201px) {
    .client-logos-header {
        font-size: 2.5rem;
    line-height: 2.25rem;
    }
}
@media (min-width: 1650px) {
    .client-logos-header {
        font-size: 3.3rem;
        line-height: 3.3rem;
    }
}
@media (min-width: 768px) {
    .client-logos-header {
        width: 75%;
    }
}

.client-logos_Columns {
    grid-gap: 3.5rem 72px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.client-logos_ColumnTitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-top: 10px;
    margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
    .client-logos_ColumnTitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.client-logos_ColumnListItem {
    font-weight: 300;
    letter-spacing: 0.00625rem;
    color: #4a4a4a;
}
.client-logos_ColumnListItem a {
    font-weight: 300;
    color: currentColor;
}
.client-logos_ColumnListItem strong {
    font-weight: 400;
}

.section-content-qtr {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
}
@media (min-width: 768px) {
    .section-content-qtr {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }
}
@media (min-width: 901px) {
    .section-content-qtr {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr {
        margin-top: 9.188rem;
        margin-bottom: 9.188rem;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr {
        margin-top: 13.125rem;
        margin-bottom: 14.875rem;
		background-color: #f5f5f5;
    }
}

.section-content-qtr-light {
    margin: 0;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    background-color: #e2f1fa;
}
@media (min-width: 768px) {

    .section-content-qtr-light {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }
}
@media (min-width: 901px) {

    .section-content-qtr-light {
        padding-top: 5.25rem;
        padding-bottom: 5.25rem;
    }
}
@media (min-width: 1201px) {

    .section-content-qtr-light {
        padding-top: 10.938rem;
        padding-bottom: 10.063rem;
    }
}
.section-content-qtr-dark {
    background-color: #151515;
    color: #fff;
}
.section-content-qtr-column {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (min-width: 768px) {
    .section-content-qtr-column {
        max-width: 1872px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 901px) {
    .section-content-qtr-column {
        max-width: 1908px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 768px) {
    .section-content-qtr-column {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr-column {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1441px) {
    .section-content-qtr-column {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-content-qtr-column {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}
.section-content-qtr_main-header {
    margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
    .section-content-qtr_main-header {
        grid-column: 1 / span 8;
        margin-bottom: 1.313rem;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr_main-header {
        grid-column: 2 / span 12;
        margin-bottom: 2.188rem;
    }
}

.section-content-qtr_Text {
    margin-top: 2.188rem;
    margin-right: 36px;
}
.section-content-qtr_Link {
    margin-top: 1.75rem;
}
.section-content-qtr-wrapper {
    grid-column: 1/-1;
}
@media (min-width: 901px) {
    @media (min-width: 768px) {
        .section-content-qtr-wrapper {
            grid-column-gap: 36px;
            grid-template-columns: repeat(8, 1fr);
            display: grid;
        }
    }
    @media (min-width: 1201px) {
        .section-content-qtr-wrapper {
            grid-template-columns: repeat(12, 1fr);
        }
    }
    @media (min-width: 1441px) {
        .section-content-qtr-wrapper {
            grid-template-columns: repeat(14, 1fr);
        }
    }
    @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .section-content-qtr-wrapper {
            max-width: 1540px;
            margin-right: auto;
            margin-left: auto;
        }
    }
}
.section-content-qtr-one {
    margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
    .section-content-qtr-one {
        grid-column: 1 / span 2;
        margin-bottom: 0;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr-one {
        grid-column: 2 / span 3;
    }
}
@media (min-width: 768px) {
    .section-content-qtr-three {
        grid-column: 3 / span 6;
        margin-top: 0.875rem;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr-three {
        grid-column: 5 / span 7;
        margin-top: 5px;
    }
}
@media (min-width: 1441px) {
    .section-content-qtr-three {
        grid-column: 5 / span 9;
    }
}
.section-content-qtr-three-full {
    grid-column-end: span 10;
}
.section-content-qtr-header {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.03125rem;
    line-height: 1.75rem;
    color: #151515;
}
@media (min-width: 768px) {
    .section-content-qtr-header {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}
@media (min-width: 1201px) {
    .section-content-qtr-header {
        font-size: 2.75rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1441px) {
    .section-content-qtr-header {
        font-size: 3.3rem;
        line-height: 3.3rem;
    }
}
@media (min-width: 768px) {
    .section-content-qtr-header {
        width: 90%;
    }
}
.section-content-qtr-light .section-content-qtr-header {
    color: #151515;
}

.section-content-qtr_Columns {
    grid-gap: 18px;
    display: grid;
}
@media (min-width: 768px) {
    .section-content-qtr_Columns {
        grid-gap: 18px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1201px) {
    .section-content-qtr_Columns {
        grid-gap: 3.5rem 72px;
        grid-template-columns: repeat(3, 1fr);
    }
}
.section-content-qtr_ColumnTitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-top: 10px;
    margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
    .section-content-qtr_ColumnTitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.section-content-qtr_ColumnListItem {
    font-weight: 300;
    letter-spacing: 0.00625rem;
    color: #4a4a4a;
}
.section-content-qtr_ColumnListItem a {
    font-weight: 300;
    color: currentColor;
}
.section-content-qtr_ColumnListItem strong {
    font-weight: 400;
}

.section-content {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
}
@media (max-width: 525px) {
.section-content  {

	    margin-top: 1rem;
    margin-bottom: 0;
}
}
@media (min-width: 768px) {
    .section-content {
        margin-top: 2.8rem;
        margin-bottom: 2.8rem;
    }
}
@media (min-width: 901px) {
    .section-content {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1441px) {
    .section-content {
        margin-top: 3.5rem;
        margin-bottom: 3.25rem;
    }
}
.section-content-reduce {
    margin-top: 0;
    margin-bottom: 2.625rem;
	
}
@media (min-width: 768px) {
    .section-content-reduce {
        margin-top: 0;
        margin-bottom: 3.5rem;
    }
}
@media (min-width: 901px) {
    .section-content-reduce {
        margin-top: 0;
        margin-bottom: 3.5rem;
    }
}
@media (min-width: 1201px) {
    .section-content-reduce {
        margin-top: 0;
        margin-bottom: 5.25rem;
    }
}
@media (min-width: 1441px) {
    .section-content-reduce {
        margin-top: 0;
        margin-bottom: 7rem;
    }
}

.section-content-wrapper {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (max-width: 525px) {
.section-content-wrapper  {
    padding-right: 20px;
    padding-left: 20px;
}
}
@media (max-width: 767px) {
.section-content-wrapper {
    display: grid;
    grid-column: auto;
}	
	.section-content-other-full {
		grid-column: auto;
	}
}
@media (min-width: 768px) {
    .section-content-wrapper {
        max-width: 1872px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 901px) {
    .section-content-wrapper {
        max-width: 1908px;
        padding-right: 54px;
        padding-left: 54px;
    }
}
@media (min-width: 768px) {
    .section-content-wrapper {
        grid-column-gap: 36px;
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
}
@media (min-width: 1201px) {
    .section-content-wrapper {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (min-width: 1441px) {
    .section-content-wrapper {
        grid-template-columns: repeat(14, 1fr);
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-content-wrapper {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
    }
}

.section-content-wrapper-darkblue {
	background-color: #1d2539;
}

.section-content-introduction {
    margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
    .section-content-introduction {
        grid-column: 1 / span 8;
        margin-bottom: 1.75rem;
    }
}
@media (min-width: 1201px) {
    .section-content-introduction {
        grid-column: 3 / span 10;
        margin-bottom: 3.063rem;
    }
}

.section-content-header {
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: -0.03125rem;
    line-height: 1.55rem;
	color: black;
	margin-bottom: 25px
}
.post-42 h2.section-content-header {
	margin-bottom: 0px!important
}
p.section-content-header {
	margin-bottom: 25px!important
}
@media (min-width: 768px) {
    .section-content-header {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}
@media (min-width: 1201px) {
    .section-content-header {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1441px) {
    .section-content-header {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.section-content-header a {
    text-decoration: none;

	transition: color 0.3s;
border-bottom: 1px solid #f6d705;
    padding-bottom: 2px;
}
.section-content-header a:hover {
    color: #6393c9;
	border-bottom: 1px solid #000
}
@media (min-width: 768px) {
    .section-content-other {
        grid-column: 1 / span 8;
    }
}
@media (min-width: 1201px) {
    .section-content-other {
        grid-column: 2 / span 10;
    }
}
@media (min-width: 1441px) {
    .section-content-other {
        grid-column: 2 / span 12;
    }
}
@media (min-width: 768px) {
    .section-content-other-constrained {
        grid-column: 1 / span 8;
    }
}
@media (min-width: 1201px) {
    .section-content-other-constrained {
        grid-column: 3 / span 10;
    }
}
.section-content-other-full {
    grid-column: 1/-1;
}
.section-content-half-wrp {
    display: grid;
}
@media (min-width: 768px) {
    .section-content-half-wrp {
        grid-column-gap: 36px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1201px) {
    .section-content-half-wrp {
        grid-column-gap: 90px;
    }
}
.section-content-half {
    margin-top: 1.313rem;
}
@media (min-width: 768px) {
    .section-content-half {
        margin-top: 0;
    }
}
.section-content-half:first-child {
    margin-top: 0;
}
.section-content-half:last-child {
	margin-bottom: 0 !important;
}



.section-content > h3 {
    margin-bottom: 0.438rem;
}
@media (min-width: 768px) {
.section-content > h3 {
        margin-bottom: 0.875rem;
    }
}
.section-content > p {
    margin-bottom: 1.313rem;
}
@media (min-width: 768px) {
.section-content > p {
        margin-bottom: 1.75rem;
    }
}
.section-content > hr {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.section-content a {
    text-decoration: none;
	transition: color 0.3s;
border-bottom: 1px solid #f6d705;
    padding-bottom: 2px;
	color: black;
	font-weight: 500
}
.section-content a:hover {
    color: #6393c9;
	border-bottom: 1px solid #000
}
.section-content ul {
    margin-top: 1.313rem;
    margin-bottom: 1.313rem;
    list-style: none;
}
@media (min-width: 768px) {
.section-content ul {
        margin-top: 1.488rem;
        margin-bottom: 1.188rem;
    }
}
.section-content ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.section-content ul li:last-child {
    margin-bottom: 0;
}
.section-content ul li:before {
    content: "•";
    position: absolute;
    top: -6px;
    left: 0;
	font-size: 32px;
	line-height: normal;
	color: deepskyblue;
}

.nf-row ul li:before {
    content: ""!important;
}

.section-content ul li > ul {
    margin-top: 0.875rem;
    margin-bottom: 1.313rem;
}
.section-content pre {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f5f5f5;
    overflow: scroll;
}

.section-content > :first-child {
    margin-top: 0 !important;
}
.section-content > :first-child > :first-child {
    margin-top: 0 !important;
}
.section-content > :last-child {
    margin-bottom: 0 !important;
}
.section-content > :last-child > :last-child {
    margin-bottom: 0 !important;
}

/** SERVICES LOGOS **/

.logo-column img {
    max-width: 90%;
	display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
.logo-column img {
    max-width: 70%;
	margin: 0 auto 0;
}
}

/** ICONS **/

.gg-stopwatch, .gg-file-document, .gg-smile-mouth-open, .gg-calculator, .gg-girl, .gg-layout-pin {
	   --ggs: 3; display: inline-block; color: teal; margin-left: 19px; margin-top: 40px; margin-bottom: 28px;
	}
	.gg-file-document {
	margin-bottom: 30px;
	   color: #e92333
	}
	.gg-smile-mouth-open {
	margin-bottom: 26px;
	       color: #0774c0
	}
	.gg-girl {
	margin-bottom: 30px;
	   color: #66c250
	}
	.gg-layout-pin {
	margin-bottom: 34px;
	   color: #c7af28
	}
	.gg-calculator {

	   color:#7348d5;
	   }
	.icon__link {
	   width: 100%;
	   height: 100%;
	}
	@media screen and (max-width: 1200px) {
	   .mob-hide {display:none}
	   }

/** FORM **/

.entry-content .nf-form-content {
    padding: 5px 0;
    max-width: 100%;
}

.footer-form .nf-form-content {
    padding: 0px!important;
   width: 100%!important;
	max-width: none!important;
}

.footer-form .nf-form-content {
    margin-bottom: 10px
}

@media (max-width: 1200px) {
.footer-form .nf-form-content {
    margin-top: 10px
}
}

.site-footer .nf-form-fields-required {
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
.site-footer .nf-form-fields-required {
	margin-top: 22px
}	
}

@media screen and (max-width: 639px) {
.nf-field-label label {
    font-weight: 500;
}
		
	}
.site-footer .nf-form-layout {
	position: relative!important
}

.nf-field-element .btn-Primary {
	width: 300px!important;
	background: rgba(0,0,0,0.00)!important;
}

.entry-content .nf-field-element .btn-Primary, .single-vacancies .nf-field-element .btn-Primary {
	width: 300px!important;
	background: #111a30!important;
	color: white;
	border: 0px solid transparent;
	box-shadow: inset 0 0 0 2px #111a30;
}

.site-footer .nf-field-element .btn-Primary {
	background: #fff!important;
	color: #111a30
}

.entry-content .nf-field-element .btn-Primary:hover, .single-vacancies .nf-field-element .btn-Primary:hover {
	background: #c4c4c4!important;
	color: #111a30;
	box-shadow: inset 0 0 0 2px #c4c4c4;
}

@media screen and (max-width: 639px) {
.nf-field-element .btn-Primary {
	width: 200px!important;
}
}

.nf-field-element .btn-Primary:hover {
	background: white!important;
	color: white
}

.page-id-36 .entry-content .nf-field-element .btn-Primary {
    width: 300px!important;
	background: black!important;
}

.site-footer .nf-field-element .btn-Primary:hover {
	background: #6393c9!important;
	color: #111a30;
}

/** SLICK SLIDE **/

.slick-initialized .slick-slide {
    margin: 0 20px
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.fa {
    color: black
}

.slick-slider .gg-arrow-left-r, .slick-slider .gg-arrow-right-r {
    border-radius: 0px;
	--ggs: 2;
	transition: color 0.3s;
	position: absolute;
	right: 35px;
	top: -80px
}

.slick-slider .gg-arrow-left-r {
	right: 117px;
	top: -80px
}

.slick-slider .gg-arrow-left-r:hover, .slick-slider .gg-arrow-right-r:hover {
    color:#6393c9
}

.slick-slider .slick-disabled, .slick-slider .slick-disabled:hover  {
    color: rgba(149,149,149,1.00)
}

@media (max-width: 1200px) {
.slick-slider .gg-arrow-left-r, .slick-slider .gg-arrow-right-r {
	top: -60px
}	
}

/** BLOCK STYLES **/

.alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw;
    }

@media (max-width: 1200px) {
.alignwide {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }	
	
.alignfull {
        margin-left: calc((-100vw + 0) / 2 + 100% / 2);
	margin-right: calc((-100vw + 0) / 2 + 100% / 2);
        max-width    : 100vw;
    }
}

body {
    overflow-x: hidden !important;
}

/** Service & Vacancies Template **/

.page-template-service-page .section-content, .single-vacancies .section-content {
    margin-bottom: 0;
}

.page-template-service-page .wp-block-group, .single-vacancies .wp-block-group {
    margin-top: 2.625rem;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
}

@media (min-width: 768px) {
.page-template-service-page .wp-block-group, .single-vacancies .wp-block-group {
        margin-top: 3rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 901px) {
    .page-template-service-page .wp-block-group, .single-vacancies .wp-block-group {
        margin-top: 4.813rem;
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
    }
}

@media (min-width: 1201px) {
    .page-template-service-page .wp-block-group, .single-vacancies .wp-block-group {
        margin-top: 5.588rem;
		padding-top: 5.875rem;
        padding-bottom: 5.875rem;

    }
	.single-vacancies .wp-block-group {
        margin-top: 3.5rem;
        padding-top: 4.188rem;
        padding-bottom: 6.188rem;

    }
}
@media (min-width: 1441px) {
    .page-template-service-page .wp-block-group {
        margin-top: 6.188rem;
		padding-top: 6.875rem;
        padding-bottom: 6.875rem;

    }
	.single-vacancies .wp-block-group {
        margin-top: 4.5rem;
        padding-top: 6.188rem;
        padding-bottom: 9.188rem;

    }
}


.wp-block-group__inner-container {
    max-width: 1836px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}
@media (min-width: 768px) {
    .wp-block-group__inner-container{
        max-width: 1872px;
        padding-right: 34px;
        padding-left: 34px;
    }
}
@media (min-width: 901px) {
    .wp-block-group__inner-container {
        max-width: 1408px;
        padding-right: 54px;
        padding-left: 54px;
    }
}

.page-template-service-page .nf-form-content, .single-vacancies .nf-form-content {
    padding: 30px 0 0 0;
    max-width: none;
	width: 100%;
    margin: 0 auto;
	color: white
}

.page-id-36 .nf-form-content {
    padding: 10px 0 0 0;
    max-width: none;
	width: 100%;
    margin: 0 auto;
}

.page-template-service-page .nf-before-form-content, .single-vacancies .nf-before-form-content {
	color: rgba(255,255,255,0.49);
	font-size: 14px;
	padding-top: 15px;
	color: white
}

.single-vacancies .files_uploaded .delete {
	color: yellow
}

.single-vacancies .nf-fu-progress {
    height: 10px;
    margin-bottom: 10px;
    background-color: #04587e;
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}

.single-vacancies .nf-fu-fileinput-button {
    background: #fff;
    color: #333;
	padding: 8px 12px!important;
}

.page-template-service-page .wp-block-group__inner-container .nf-response-msg p, .page-template-service-page .wp-block-group__inner-container .nf-response-msg,
.single-vacancies .wp-block-group__inner-container .nf-response-msg p, .single-vacancies .wp-block-group__inner-container .nf-response-msg, .single-vacancies .wp-block-group__inner-container h2, .single-vacancies .wp-block-group__inner-container h3, .single-vacancies .wp-block-group__inner-container h4 {
	color: white!important
}

.wp-block-group__inner-container ul li:before {
    content: "";
}

.wp-block-group__inner-container h1 {
    line-height: normal
}

.page-template-service-page .featured-image {
	margin-bottom: 60px
}

@media (max-width: 1200px) {
    .page-template-service-page .featured-image {
	margin-bottom: 40px
}
.page-template-service-page .section-content, .page-id-39 .section-content {
    margin-top: 0;
}
}

@media (max-width: 900px) {
    .page-template-service-page .featured-image {
	margin-bottom: 30px
}


.page-template-service-page .wp-block-group h1 {
    font-size: 1.6em;
    margin: 0.67em 0;
}
}

/* SECTION LINKS */

.sectionlinks {
    padding: 0;
	background-color: white
}

.sectionlinks-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
	background-color: white;
}

.sectionlinks-wrapper:after,
.sectionlinks-wrapper:before {
    content: "";
    display: table
}

.sectionlinks-wrapper:after {
    clear: both
}

.sectionlinks-box {
    height: 220px;
    /*margin-bottom: 15px;*/
    overflow: hidden;
	background-color: rgba(0,92,152,1.00)
}

@media (max-width:550px) {
.sectionlinks-box {
    height: 150px;
}	
}

.sectionlinks-box:nth-of-type(6n) {
    margin-bottom: 0
}

@media (max-width:767px) {
.sectionlinks-box:nth-of-type(6n) {
    margin-bottom: 15px
}	
}

.sectionlinks-box_url, .sectionlinks-box_url--none {
    display: block;
    height: 100%;
    position: relative
}

.sectionlinks-box_url .arrow-link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    opacity: 0
}

@media (max-width:1250px) {
.sectionlinks-box_url .arrow-link {
    left: 25px;
    bottom: 25px;
}	
}

.sectionlinks-box_url .arrow-link span {
    color: #fff
}

.sectionlinks-box--yellow .sectionlinks-box_url .arrow-link span:hover {
    color: #f8d609
}

.sectionlinks-box_url:hover .sectionlinks-box_bgimg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sectionlinks-box_url:hover .sectionlinks-box_name {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px)
}

.sectionlinks-box_url:hover .arrow-link {
    opacity: 1
}

.sectionlinks-box_name {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    color: #f8d609;
    font-size: 1.8em;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    font-weight: 600
}

@media (max-width:1400px) {
.sectionlinks-box_name {
    left: 23px;
    bottom: 23px;
    font-size: 1.6em;
}	
}

@media (max-width:550px) {
.sectionlinks-box_url--none .sectionlinks-box_name, .sectionlinks-box_url--none .arrow-link {
    display:none;
}	
}

.sectionlinks-box_bgimg {
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
	    list-style: none;
}

.sectionlinks-box_bgimg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(21, 38, 61, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%)
}

.sectionlinks-box--yellow .sectionlinks-box_bgimg:after {
    background: rgba(255, 146, 0, 0.6)
}

.sectionlinks-box--blue .sectionlinks-box_bgimg:after {
    background: rgba(25, 75, 157, 0.85)
}

.sectionlinks-box--blue .sectionlinks-box_bgimg img,
.sectionlinks-box--yellow .sectionlinks-box_bgimg img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

/*@media (max-width:1024px) {
	.sectionlinks-box_bgimg img {
		margin-top: -167px!important;
	}
}*/

.sectionlinks-box__icon {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    color: #fff;
}

.icon--block {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 height: 100%;
	
}

.icon--block-item {
  width: 100px;
  height: 100px;
		border: 0px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	background: rgba(255,255,255,1);
	display:inline-block;
    vertical-align: middle;
	text-align: center;
	margin: 0 10px;
}

.sectionlinks-box:nth-of-type(8n) .icon--block-item {
	background: rgba(255,255,255,0.29);
}

.icon--block-item i {
	color: rgba(255,255,255,0.5);
	display: inline-block;
	font-size: 3.42857rem;
	line-height: 2.8rem;
	padding: 27px 0 30px 0;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-align: center
}

.sectionlinks-box:nth-of-type(8n) .icon--block-item i {
	padding-left: 10px;
}

@media (max-width:1250px) {
	
.icon--block-item {
  width: 80px;
  height: 80px;
}
	
.icon--block-item i {
	font-size: 2.42857rem;
	line-height: 2.7rem;
	padding: 17px 0 30px 0;
}	
}

@media (max-width:1024px) {
	
.icon--block-item {
  width: 40px;
  height: 40px;
}
	
.icon--block-item i {
	font-size: 1.4rem;
	line-height: 1.2rem;
	padding: 12px 0 6px 0;
}	
	
.sectionlinks-box:nth-of-type(8n) .icon--block-item i {
    padding-left: 3px;
}	
}

@media (max-width:950px) {
	
.icon--block-item {
  width: 37px;
  height: 37px;
}
	
.icon--block-item i {
	font-size: 1.2rem;
	line-height: 1rem;
	padding: 12px 0 6px 0;
}	
}

.phone i {
  color: #0822aa;
}

.email i {
  color: #f8d609;
}

.twitter i {
  color: #1DA1F2;
}

.facebook i {
  color: #3b5998;
}

.instagram i {
  color: #3f729b;
}

.phone i:hover, .email i:hover, .twitter i:hover, .facebook i:hover, .instagram i:hover {
  color: rgba(0,0,0,0.43);
	cursor: pointer
}

@media (min-width:769px) {
    .sectionlinks-box {
        float: left;
        width: calc(50%);
        margin-right: 0;
        height: 200px;
        margin-bottom: 0
    }
    .sectionlinks-box:nth-of-type(6n),
    .sectionlinks-box:nth-of-type(6n-1),
    .sectionlinks-box:nth-of-type(6n-2),
	.sectionlinks-box {
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n),
    .sectionlinks-box:nth-of-type(6n-3) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .sectionlinks-box {
        height: 250px;
    }
}

@media (min-width:1025px) {
    .sectionlinks {
        padding: 0
    }
    .sectionlinks-box {
        margin-right: 0;
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n-5) {
        width: calc(25% /*- (45px/4)*/);
        height: 380px;
        /*margin-bottom: 15px*/
    }
    .sectionlinks-box:nth-of-type(6n-4) {
        width: calc(25% /*- (45px/4)*/);
        height: 380px;
        /*clear: left*/
		float:left;
		margin-top: 0;
		/*margin-left: 15px*/
    }
    .sectionlinks-box:nth-of-type(6n-3) {
       /* width: calc(25% - (45px/4));
        height: 775px;
        margin: -395px 15px 0*/
			
			width: calc(50% /*- ((45px/4) * 2) + 15px*/);
    height: 380px;
    margin: 0 -395px 0 /*15px*/ 0
    }
    .sectionlinks-box:nth-of-type(6n-2) {
        width: calc(50% /*- ((45px/4) * 2) + 15px*/);
        height: 380px;
        margin: 0 /*15px*/ 0 0 0;
		float:left;
	clear:left;
    }
    .sectionlinks-box:nth-of-type(6n-1) {
        width: calc(25% /*- (45px/4)*/);
        height: 380px;
       /* margin-right: 15px;*/
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n) {
        width: calc(25% /*- (45px/4)*/);
        height: 380px;
        margin-top: 0
    }
	
    .sectionlinks-box:nth-of-type(7n), .sectionlinks-box:nth-of-type(8n), .sectionlinks-box:nth-of-type(9n) {
        margin-top: 15px
    }	
}

.img-align1 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:600px;
}

.img-align12 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:1000px;
}

@media (max-width:1025px) {
	.img-align2 {
		height: 100%
	}
}

@media (max-width:767px) {
.img-align1 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:100%;
}

.img-align2 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:100%; height: auto
}
}

@media (max-width:440px) {
.img-align1, .img-align2 {
	width:100%; height: 100%
}
}

@media (max-width:1450px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 320px;
}
}	

@media (max-width:1250px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 280px;
}
}

@media (max-width:1050px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 250px;
}
}

@media (max-width:1025px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 270px;
}
}

@media (max-width:510px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 230px;
}
}

/* FIXED NAV */

@media (min-width:1180px) {
	
.main-header {
    position: fixed;
    width: 100%;
    z-index: 999999999;
	background-color: #1d2539;
}	

.main-header.smaller, .header-logo img, .contact-nav {	
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
	
.main-header.smaller  {
    height: 77px;
}
	
.main-header.smaller .header-logo img {
    display: block;
	width: 110px;
    height: 37px;
    margin-top: 13px;
}
		
.main-header.smaller .mgl-header__nav {
	margin-top: 5px
}
}	

/* Guenberg icons */

.wp-block-coblocks-icon__inner {
	margin-bottom: 12px
}

@media (max-width:700px) {
.wp-block-coblocks-icon__inner {
	margin-bottom: 6px
}	
}


/* HIDE CATEGORIES DROP DOWN ON MAP */

.wpgmp_filter_wrappers, .wpgmp_infowindow .fc-badge.info {display:none}

.scroll-pane ul li::before {
    display:none!important
}

/* CHATTER */

.chatter-wrp {
    background-color: rgba(248,238,250,1.00);
    min-height: 120px;
	padding-top: 20px
}
.class-twitter {
    padding: 0 20px 20px 20px;
	overflow-y: scroll;
	height: 580px
}

	
@media (max-width: 900px) {
.class-twitter {
    padding: 0 15px 15px 15px;
}
}
	
/** **/
	
.title-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 70px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
	font-family: 'Raleway', sans-serif;
}
	
.title-icon {
    width: 50px;
    margin-right: 15px;
    display: inline-block;
    max-width: 100%;
}
	
.title-card-titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
	
.title-card-titles h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a1f44;
    font-size: 26px;
    line-height: 28px;
	font-weight: 700
}
	
/** **/
	
.chat-post {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
	margin-top: 1.5rem;
	background-color: white;
	padding: 0 25px 25px;
	position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.chat-post:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
	box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.48);
}

@media (max-width: 900px) {
.chat-post {
    box-shadow: 8px 8px 20px 0 rgba(118, 126, 173, 0.08);
}
	
.chat-post:hover {
	box-shadow: 8px 8px 20px 0 rgba(118, 126, 173, 0.48);
}
}
	
@media (max-width: 600px) {
.chat-post {
	margin-top: 1rem;
	padding: 0 20px 20px;
}
}
	
.chat-post-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    background-color: #fff;
}
	
@media (max-width: 767px) {
.chat-post-content {
    margin-top: 15px
}
}
	
.chat-post-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
	margin-top: 24px;
    display: inline-block;
	border-radius: 50%
	
}
	
@media (max-width: 767px) {
.chat-post-icon {
    width: 40px;
    height: 40px;
	margin-top: 14px;
}
}
	
.chat-post-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	width: 100%
}
	
.chat-post-wrp a, .chat-post-wrp a:visited {
    color: #4169e1;
}
	
.chat-post-wrp a:hover {
    color: rgba(1,57,116,1.00);
}
	
.chat-post-wrp .entry-content {
	position: relative;
	width:100%
}

@media (max-width: 767px) {
.chat-post-wrp .entry-content span {
	display: block
}
.chat-post-wrp .entry-content .sl-wrapper span {
	display: inline-block
}
}

.chat-post .subtitle {
    min-height: 15px;
    min-width: 45px;
    padding: 0px 12px;
    -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;
    border-radius: 50px;
    background-color:#EBECF0;
    color: #4E5D78;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    text-decoration: none;
	max-width: 100px;
	position: absolute;
	z-index: 9999;
	
}
	
@media (min-width: 768px) {
.chat-post .subtitle {
    display: inline-block;
	right: 22px;
	top: 22px;
}
}
	
@media (max-width: 767px) {
.chat-post .subtitle {
	top: 0px;
	left: 20px;
	background-color:#fff;
	padding: 3px 12px 0 0;
}
}
	
@media (max-width: 767px) {
.chat-post h3 {
    font-size: 20px;
    line-height: 23px;
}
}
	
.chat-post p {
    margin: 0 0 0.6em 0!important;
	font-size: 14px;
	line-height: 1.2
}
	
.chat-post h3 {
    margin-top: 26px;
    margin-bottom: 10px;
    color: #0a1f44;
    font-size: 28px;
    line-height: 30px;
	font-weight: 700;
	padding-right: 120px;
}
	
@media (max-width: 1450px) {
.chat-post h3 {
    font-size: 24px;
    line-height: 26px;
}
}
	
@media (max-width: 1200px) {
.chat-post h3 {
    margin-top: 25px;
}
}
	
@media (max-width: 767px) {
.chat-post h3 {
    font-size: 20px;
    line-height: 23px;
	padding-right: 0px;
	margin-bottom: 5px
}
}
	
@media (max-width: 767px) {
.chat-post h3 {
    margin-top: 16px
}
}
	
.tags {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	border-radius: 20px;
    background-color: rgba(248,238,250,1.00);
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
	padding: 6px 8px
}
	
.tags a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 25px;
    min-width: 45px;
    margin-right: 5px;
    padding: 6px 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;
    border-radius: 50px;
    background-color: #e3d9fc;
    color: #7540ee;
    font-size: 12px;
	line-height: 11px;
    font-weight: 700;
    letter-spacing: 1px;
	text-decoration: none;
	transition: all 200ms ease-in;
	text-align: center
}
	
.tags a:hover {
    background-color: #7540ee;
    color: #e3d9fc;
}
	
.seperator {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ebecf0;
}
	
/** **/
	
.acf-video {
	margin-top: 15px;	
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:hidden;
}

.acf-video iframe, .acf-video embed, .acf-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
.acf-gallery {
	display:grid;
	grid-gap:1rem;
	grid-template-columns:repeat(auto-fill, minmax(14ch, 1fr));
	margin:var(--wp--preset--spacing--lg) auto;
	max-width:var(--wp--style--global--content-size);
	margin-top: 15px;
}
	
@media (max-width: 600px) {
.acf-gallery {
	grid-gap:0.6rem;
}
}
	
.acf-gallery a {
	position: relative
}
	
.acf-gallery a img {
	display: block;
	filter: grayscale(0%);
	height: 100%;
	transition: filter 0.7s ease;
	width: 100%;
}
	
.acf-gallery a:hover img {
	filter: grayscale(100%);
}

.acf-gallery a:after {
	content: '';
  background:url('../images/magnifying-glass.svg');
  width: 16px;
  height: 16px;
  display: block;
	position: absolute;
	bottom: 4px;
    right: 5px;
}
	
#TB_overlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999999999999;
}
	
#TB_window {
    z-index: 9999999999999;
  display:flex;
  flex-direction: column; 
}
	
#TB_window img#TB_Image {
    max-width: 100%;
	height: auto;
    margin: 15px 0 0 15px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #666;
    border-left: 0px solid #666;
}
	
#TB_caption {
    display: none
}
	
.tb-close-icon {
    top: -15px;
}
	
div#shShutter {
    z-index: 999999999999;
}
	
div#shDisplay {
    z-index: 9999999999999;
}
	
#swipebox-overlay {
    z-index: 9999999999999!important;
	background: rgba(0,0,0,0.88)!important;
}
	
/* LIKE POST STYLING */
.sl-wrapper {
	margin-top: 10px;
	display: inline-block!important
}
	
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em 0.375em 0;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle; display: inline-block!important
}
.sl-icon svg {
	fill: currentColor; display: inline-block!important;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: 0.625em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle; display: inline-block!important
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}