@font-face {
    font-family: "Helvetica-Neue-Light";
    src: url("../fonts/Helvetica_Nue/HelveticaNeueLight.eot");
    src: url("../fonts/Helvetica_Nue/HelveticaNeueLight?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Nue/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/Helvetica_Nue/HelveticaNeueLight.woff") format("woff"), url("../fonts/Helvetica_Nue/HelveticaNeueLight.ttf") format("truetype"), url("../fonts/Helvetica_Nue/HelveticaNeueLight.svg") format("svg");
}

@font-face {
    font-family: "Helvetica-Neue-Medium";
    src: url("../fonts/Helvetica_Nue/HelveticaNeueMedium.eot");
    src: url("../fonts/Helvetica_Nue/HelveticaNeueMedium?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Nue/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/Helvetica_Nue/HelveticaNeueMedium.woff") format("woff"), url("../fonts/Helvetica_Nue/HelveticaNeueMedium.ttf") format("truetype"), url("../fonts/Helvetica_Nue/HelveticaNeueMedium.svg") format("svg");
}

@font-face {
    font-family: "Proxima-Nova-Reg";
    src: url("../fonts/Proxima_Nova/Proxima_Reg.eot");
    src: url("../fonts/Proxima_Nova/Proxima_Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima_Nova/Proxima_Reg.woff2") format("woff2"), url("../fonts/Proxima_Nova/Proxima_Reg.woff") format("woff"), url("../fonts/Proxima_Nova/Proxima_Reg.ttf") format("truetype"), url("../fonts/Proxima_Nova/Proxima_Reg.svg") format("svg");
}

@font-face {
    font-family: "Proxima-Nova-Bold";
    src: url("../fonts/Proxima_Nova/Proxima_Bold.eot");
    src: url("../fonts/Proxima_Nova/Proxima_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima_Nova/Proxima_Bold.woff2") format("woff2"), url("../fonts/Proxima_Nova/Proxima_Bold.woff") format("woff"), url("../fonts/Proxima_Nova/Proxima_Bold.ttf") format("truetype"), url("../fonts/Proxima_Nova/Proxima_Bold.svg") format("svg");
}

body {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Helvetica-Neue-Light', sans-serif;
    margin: 0;
}


/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #394D67;
    font-family: "Proxima-Nova-Bold";
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: normal;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p,
li {
    font-size: 17px;
    line-height: 28px;
}

a {
    text-decoration: underline;
    color: #EC0362;
}

strong {
    color: #EC0362;
    font-family: "Helvetica-Neue-Medium";
    font-weight: normal;
}

ul {
    margin-left: 0;
    padding-left: 3em;
}

ul.ticks li {
    list-style: none;
    display: flex;
}

ul.ticks li:before {
    content: '✓';
    color: #34BCAF;
    margin-right: 2em;
    font-size: 20px;
}

hr,
hr.hr-second {
    border-top: 0px solid #EBEBEB;
    margin-top: 3em;
    margin-bottom: 3em;
}

hr.hr-second {
    border-top: 1px solid #666;
    width: 100%;
}

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

.text-center {
    text-align: center;
    margin: auto;
}

.img-center {
    display: block;
    margin: auto;
}

.upper {
    text-transform: uppercase;
}


/* img alignment */

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* spacing */

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.p-3 {
    padding: 3em;
}

.pt-3 {
    padding-top: 3em;
}

.center-xs.left-align {
    text-align: left
}

.text-space {
    padding-right: 3em;
}


/* colours */

.primary {
    background-color: #45749E;
    z-index: 9;
    position: relative;
}

.primary p,
.primary-head {
    color: #fff;
}

.light-bk {
    background-color: #f0f0f0;
}


/* news_pag MENU */

.logo {
    display: block;
    position: relative;
    z-index: 2;
}

.site-logo {
    display: block;
    float: left;
    margin-left: 5em;
    width: 220px;
    margin-top: 2em;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #45749E;
    position: fixed;
    z-index: 10;
    top: 63px
}

.menu-mobile {
    display: none;
    padding: 20px;
    padding-top: 2.5em;
}

.menu-mobile:after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    font-size: 2rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.7em 0.7em;
    color: #fff;
    font-size: 22px;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    padding-top: 3em;
    text-align: right;
    padding-right: 2em;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    padding: 0;
    margin: 0;
    display: inline-flex;
    padding-bottom: 1.5em;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 1em 1.3em;
    display: block;
    color: #fff;
    font-family: "Proxima-Nova-Bold";
    font-size: 15px;
    text-transform: uppercase;
}

.menu>ul>li>ul {
    display: none;
    background: #394D67;
    position: absolute;
    z-index: 99;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 32%;
    background: none;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #254058;
}

.menu>ul>li>ul>li:last-child {
    border-bottom: none;
}

.menu>ul>li>ul>li a {
    color: #fff;
    padding: .2em 0;
    width: 82%;
    display: block;
    font-family: "Proxima-Nova-Bold";
}

.menu>ul>li>ul>li>ul {
    display: flex;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 2px 0;
    margin: 0;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-family: "Proxima-Nova-Bold";
    text-align: left;
    text-transform: none;
}

.menu>ul>li>ul.sub-menu {
    right: 45px;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    right: auto;
    padding: 10px 20px;
    top: 7.7em;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    padding: 0.5em 0;
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a,
.menu>ul>li>ul.sub-menu>li a {
    text-decoration: none;
}

.navbar-fixed-top.scrolled {
    background-color: #fff;
    transition: background-color 200ms linear;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top.scrolled .invisible {
    display: inline-block;
    width: 100%;
    height: 90px;
    z-index: 9999;
    position: relative;
}

.navbar-fixed-top.scrolled li.menu-item a {
    color: #222;
}

.navbar-fixed-top.scrolled ul.normal-sub>li a,
.navbar-fixed-top.scrolled ul.sub-menu>li a,
.white-header .menu>ul>li>ul.normal-sub>li a,
.menu>ul>li>ul.sub-menu>li a {
    color: #fff;
}

.navbar-fixed-top.scrolled .scroll-logo {
    background-image: url('/wp-content/uploads/2020/08/SYLO-logo-pos.svg') !important;
    display: block;
    float: left;
    margin-left: 5em;
    width: 220px;
    height: 68px;
    margin-top: 2em;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-fixed-top.scrolled img {
    display: none;
}

section.contact-top .menu-container {
    background-color: #fff;
    top: 0;
}

section.contact-top .menu-container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 4em;
}

section.contact-top .menu-container ul li {
    margin-right: 20px;
}

section.contact-top .menu-container .navbar-fixed-top.scrolled {
    background-color: #394D67;
}

section.contact-top .menu-container .navbar-fixed-top.scrolled li a {
    color: #fff;
}

.search {
    margin-right: 1em;
}

.search input {
    height: 35px;
    margin-top: 0.5em;
    width: 300px;
    float: right;
    border: 1px solid #ddd;
}

.search button {
    float: right;
    border: 0;
    height: 35px;
    margin-top: 8px;
    padding: 0em 1em;
}

.admin-bar-search {
    display: none;
}

.white-header .menu>ul>li a {
    color: #222;
}

.white-header {
    height: 25px;
}

.menu>ul>li.hide-md {
    display: none;
}

@media only screen and (max-width: 1199px) {
    body {
        padding-top: 0em;
    }
    .menu>ul>li.show-sm {
        display: flex;
        width: 100%;
        float: none;
        background-color: #394D67;
        padding-bottom: 0;
    }
    .menu>ul>li.show-sm .search {
        margin-left: 1.3em;
    }
    .menu>ul>li.show-sm .search input {
        margin-top: 1em;
    }
    .menu>ul>li.show-sm .search button {
        margin-left: 0;
        margin-top: 1em;
    }
    .site-logo {
        margin-left: 1em;
        margin-top: 1em;
    }
    .menu-container,
    .white-header {
        width: 100%;
        position: initial;
        height: 100px;
    }
    .white-header {
        height: 100px;
    }
    .white-header .menu>ul>li a {
        color: #fff;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
        text-align: left;
        padding-top: 0;
        padding-right: 0;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        background-color: #394D67;
        padding-bottom: 0;
    }
    .menu>ul>li a {
        display: block;
        font-size: 16px;
        border-bottom: 1px solid #254058;
    }
    .menu>ul>li>ul {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: inline-block;
        z-index: 999;
        position: relative;
        margin-top: 6px;
    }
    .menu>ul>li>ul>li>ul {
        padding-left: 4em;
    }
    .menu>ul>li>ul.normal-sub {
        top: 0;
    }
    .menu>ul>li>ul>li {
        border-bottom: 0;
    }
}


/* form elements */

legend {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

label {
    font-family: "Proxima-Nova-Reg";
    font-size: 18px;
    line-height: 35px;
    /*    display: inline-block;*/
}

label strong {
    font-size: 16px;
}

small {
    color: #838383;
    font-size: 12px;
    line-height: 15px;
}

input,
textarea,
select {
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #666;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: 1px solid #92BDD9;
}

textarea {
    resize: none;
    height: auto;
    overflow: auto;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url('../img/select-handle.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

input[type=checkbox],
input[type=radio] {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    top: 4px;
}

.update-box input[type=checkbox],
.update-box input[type=radio] {
    margin-top: 5px;
}

.ebd_input {
    display: none;
}

blockquote {
    display: flex;
    min-height: 400px;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 700px;
    position: relative;
    padding: 2em;
}

.quotetationMarks {
    font-size: 60px;
    font-weight: 600;
    color: #45749E;
    font-family: Georgia, serif;
}

.quotetationMarks.right {
    text-align: right;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #838383;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #838383;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #838383;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #838383;
}


/* error placeholder colours*/

input#error::-webkit-input-placeholder {
    color: #E72424;
}

input#error::-moz-placeholder {
    /* Firefox 19+ */
    color: #E72424;
}

input#error:-ms-input-placeholder {
    /* IE 10+ */
    color: #E72424;
}

input#error:-moz-placeholder {
    /* Firefox 18- */
    color: #E72424;
}


/* buttons */

button,
input[type=submit],
a.cta {
    background: #EC0362;
    font-family: "Proxima-Nova-Reg";
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 28px;
    width: auto;
    transition: 0.3s;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
}

.cta-calendly {
    background: #EC0362;
    font-family: "Proxima-Nova-Reg";
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    align-self: center;
}

.cta-calendly-footer {
    background: #fff;
    font-family: "Proxima-Nova-Reg";
    padding: 10px 20px;
    font-size: 16px;
    color: #EC0362;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    align-self: center;
    display: none;
}

.main-banner a.cta,
input[type=submit] {
    padding: 12px 50px;
    border: 0;
}

.arrow {
    margin: 1em 0;
}

.arrow::after {
    display: inline-block;
    padding-left: 20px;
    content: "\0279E";
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    font-size: 28px;
    position: relative;
    top: 4px;
}

.arrow:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.arrow:hover,
input[type=submit]:hover {
    color: #fff;
    background-color: #394D67;
}

.section-title {
    margin-top: 3em;
    position: relative;
    z-index: 1;
}

.section-title span,
.section-title.second-line span {
    font-size: 17px;
    font-family: "Helvetica-Neue-Medium";
    margin-bottom: 33px;
    text-transform: uppercase;
    color: #222;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}

.section-title span::before,
.section-title.second-line span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #EC0362;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.section-title.second-line span::before {
    background: #29BDAF;
}

.section-title span.primary-head {
    color: #fff;
}

.cta-bk .section-title {
    margin-top: 0;
}

.span-small span {
    margin-bottom: 0;
}

.section-title.small {
    margin-top: 1.3em;
}


/* hero */

.header-content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 87%;
}

.header-content h5 {
    text-transform: uppercase;
    margin-bottom: 1em;
}


/* slider */

.main-banner,
.small-banner,
.page-header {
    min-height: 400px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*margin-top: 9.4em;*/
    margin-top: 11.7em;
}

.small-banner {
    background-position: center;
}

.main-banner h1,
.main-banner h5 {
    color: #fff;
}

.page-header {
    background-image: linear-gradient(55deg, rgba(208, 208, 208, 0.03) 0%, rgba(208, 208, 208, 0.03) 20%, rgba(55, 55, 55, 0.03) 20%, rgba(55, 55, 55, 0.03) 40%, rgba(81, 81, 81, 0.03) 40%, rgba(81, 81, 81, 0.03) 60%, rgba(208, 208, 208, 0.03) 60%, rgba(208, 208, 208, 0.03) 80%, rgba(191, 191, 191, 0.03) 80%, rgba(191, 191, 191, 0.03) 100%), linear-gradient(291deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 14.286%, rgba(105, 105, 105, 0.02) 14.286%, rgba(105, 105, 105, 0.02) 28.572%, rgba(230, 230, 230, 0.02) 28.572%, rgba(230, 230, 230, 0.02) 42.858%, rgba(216, 216, 216, 0.02) 42.858%, rgba(216, 216, 216, 0.02) 57.144%, rgba(181, 181, 181, 0.02) 57.144%, rgba(181, 181, 181, 0.02) 71.42999999999999%, rgba(129, 129, 129, 0.02) 71.43%, rgba(129, 129, 129, 0.02) 85.71600000000001%, rgba(75, 75, 75, 0.02) 85.716%, rgba(75, 75, 75, 0.02) 100.002%), linear-gradient(32deg, rgba(212, 212, 212, 0.03) 0%, rgba(212, 212, 212, 0.03) 12.5%, rgba(223, 223, 223, 0.03) 12.5%, rgba(223, 223, 223, 0.03) 25%, rgba(11, 11, 11, 0.03) 25%, rgba(11, 11, 11, 0.03) 37.5%, rgba(86, 86, 86, 0.03) 37.5%, rgba(86, 86, 86, 0.03) 50%, rgba(106, 106, 106, 0.03) 50%, rgba(106, 106, 106, 0.03) 62.5%, rgba(220, 220, 220, 0.03) 62.5%, rgba(220, 220, 220, 0.03) 75%, rgba(91, 91, 91, 0.03) 75%, rgba(91, 91, 91, 0.03) 87.5%, rgba(216, 216, 216, 0.03) 87.5%, rgba(216, 216, 216, 0.03) 100%), linear-gradient(312deg, rgba(113, 113, 113, 0.01) 0%, rgba(113, 113, 113, 0.01) 14.286%, rgba(54, 54, 54, 0.01) 14.286%, rgba(54, 54, 54, 0.01) 28.572%, rgba(166, 166, 166, 0.01) 28.572%, rgba(166, 166, 166, 0.01) 42.858%, rgba(226, 226, 226, 0.01) 42.858%, rgba(226, 226, 226, 0.01) 57.144%, rgba(109, 109, 109, 0.01) 57.144%, rgba(109, 109, 109, 0.01) 71.42999999999999%, rgba(239, 239, 239, 0.01) 71.43%, rgba(239, 239, 239, 0.01) 85.71600000000001%, rgba(54, 54, 54, 0.01) 85.716%, rgba(54, 54, 54, 0.01) 100.002%), linear-gradient(22deg, rgba(77, 77, 77, 0.03) 0%, rgba(77, 77, 77, 0.03) 20%, rgba(235, 235, 235, 0.03) 20%, rgba(235, 235, 235, 0.03) 40%, rgba(215, 215, 215, 0.03) 40%, rgba(215, 215, 215, 0.03) 60%, rgba(181, 181, 181, 0.03) 60%, rgba(181, 181, 181, 0.03) 80%, rgba(193, 193, 193, 0.03) 80%, rgba(193, 193, 193, 0.03) 100%), linear-gradient(80deg, rgba(139, 139, 139, 0.02) 0%, rgba(139, 139, 139, 0.02) 14.286%, rgba(114, 114, 114, 0.02) 14.286%, rgba(114, 114, 114, 0.02) 28.572%, rgba(240, 240, 240, 0.02) 28.572%, rgba(240, 240, 240, 0.02) 42.858%, rgba(221, 221, 221, 0.02) 42.858%, rgba(221, 221, 221, 0.02) 57.144%, rgba(74, 74, 74, 0.02) 57.144%, rgba(74, 74, 74, 0.02) 71.42999999999999%, rgba(201, 201, 201, 0.02) 71.43%, rgba(201, 201, 201, 0.02) 85.71600000000001%, rgba(187, 187, 187, 0.02) 85.716%, rgba(187, 187, 187, 0.02) 100.002%), linear-gradient(257deg, rgba(72, 72, 72, 0.03) 0%, rgba(72, 72, 72, 0.03) 16.667%, rgba(138, 138, 138, 0.03) 16.667%, rgba(138, 138, 138, 0.03) 33.334%, rgba(54, 54, 54, 0.03) 33.334%, rgba(54, 54, 54, 0.03) 50.001000000000005%, rgba(161, 161, 161, 0.03) 50.001%, rgba(161, 161, 161, 0.03) 66.668%, rgba(17, 17, 17, 0.03) 66.668%, rgba(17, 17, 17, 0.03) 83.33500000000001%, rgba(230, 230, 230, 0.03) 83.335%, rgba(230, 230, 230, 0.03) 100.002%), linear-gradient(47deg, rgba(191, 191, 191, 0.01) 0%, rgba(191, 191, 191, 0.01) 16.667%, rgba(27, 27, 27, 0.01) 16.667%, rgba(27, 27, 27, 0.01) 33.334%, rgba(66, 66, 66, 0.01) 33.334%, rgba(66, 66, 66, 0.01) 50.001000000000005%, rgba(36, 36, 36, 0.01) 50.001%, rgba(36, 36, 36, 0.01) 66.668%, rgba(230, 230, 230, 0.01) 66.668%, rgba(230, 230, 230, 0.01) 83.33500000000001%, rgba(93, 93, 93, 0.01) 83.335%, rgba(93, 93, 93, 0.01) 100.002%), linear-gradient(90deg, #ffffff, #ffffff);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.cta-bk {
    background-image: url('../img/dot-grid-cta.png');
    background-repeat: repeat;
}

.cta-bk a {
    position: relative;
    z-index: 1;
    color: #222;
    font-size: 22px;
    text-decoration: none;
}


/* front page */

.blog {
    background-image: url('../img/blog-bk.jpg');
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.darken-pseudo,
.darken-secondary {
    position: relative;
}

.darken-pseudo:after,
.darken-secondary:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

.darken-secondary:after {
    background-color: rgba(69, 116, 158, 0.3);
}

.post {
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
    padding: 2em;
    padding-bottom: 10em;
    width: 100%;
}

.post a {
    color: #fff;
    text-decoration: none;
}

.post.read-more {
    border: 0;
    background-color: #45749E;
}

.post.read-more a {
    position: absolute;
    bottom: 0;
    font-family: "Proxima-Nova-Reg";
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}

.post.read-more a.arrow:hover {
    background-color: transparent;
}

.list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.list-item {
    display: flex;
    padding: 0.95em;
    width: 100%;
    height: 200px;
}

.list-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1em;
    width: 100%;
    flex: 1 0 auto;
}

span.date {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.work {
    background-position: center;
    background-size: contain;
    padding-top: 3em;
    padding-bottom: 3em;
}

.work a {
    color: #fff;
    font-family: "Helvetica-Neue-Medium";
}


/*testimonials */

.testi-bk {
    background-image: url('/wp-content/uploads/2020/09/man-on-mountain-scaled.jpg');
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.testimonials {
    border-top: 1px solid #eee;
}

.test-container {
    max-width: 600px;
    margin: auto;
}


/*logos */

ul.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
}

ul.logos li {
    padding: 20px;
}

ul.client-logos img {
    width: 65%;
}


/* team */

section.teams,
section.secondary-bk {
    background-color: #eeeeee;
}

.team-img img {
    margin: auto;
    display: block;
    margin-top: 1.5em;
}


/* cards */

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cards_item {
    display: flex;
    padding: 1rem;
    position: relative;
    flex-direction: column;
}

.card {
    background-color: #c1bab3;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.1);
}

.card_content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 2em;
    padding-bottom: 0;
    position: relative;
    /* justify-content: center;
    align-items: center;*/
    flex: 1 1 auto;
    height: 100%;
}

.card_content h3 a {
    text-decoration: none;
    color: #000000;
    font-family: 'Helvetica-Neue-Light';
    font-weight: normal;
}

.card_content h3 {
    margin-top: 0;
}

.card_content p {
    color: #666;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.card_footer {
    background-color: #fff;
    padding-bottom: 1em;
}

.image-cropper {
    /*width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;*/
    height: 180px;
    width: 180px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.card_content img {
    display: inline;
    margin: 0 auto;
    /*  height: 100%;*/
    width: auto;
    min-height: 200px;
}

.intro-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    min-height: 350px;
}

.about-img {
    background-position: center;
    position: relative;
    top: -3.5em;
}


/* case studies / blog */

span.client {
    font-size: 24px;
}

.card_content img.case-icon {
    width: 40%;
}

section.case .card_content p {
    margin-top: 0;
    font-size: 18px;
}

.client-test {
    background-color: #E0E1E4;
    padding: 3em;
}

.client-test .section-title {
    margin-top: 10px;
}

.client-logo {
    margin-top: 3em;
}

.client-test blockquote {
    padding: 1em;
}

.client-test blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: -5px;
    left: 0;
    content: "\201C";
    color: #45749E;
}

.client-test blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 4em;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
    color: #45749E;
}

.cta-icon i,
.contact-icons i {
    font-size: 1.2em;
    border-radius: 50%;
    color: #34BCAF;
    line-height: 2.8em;
    width: 2.8em;
    height: 2.8em;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    background-color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
}

.cta-icon i {
    font-size: 30px;
}

.cta-icon i:hover,
.contact-icons i {
    background-color: #EC0362;
    color: #fff;
}

.contact-icons i {
    font-size: 17px;
    margin-right: 10px;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.icons-space {
    margin-top: 2em;
    margin-bottom: 4em;
}

.icons-space p {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-bottom {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}

.service-icon {
    width: 65%;
}

.client-contact {
    background-color: #F0F0F0;
    padding: 2em;
    margin-top: 3em;
    margin-bottom: 2em;
}

.client-contact p {
    font-size: 15px;
    font-family: "Helvetica-Neue-Medium";
    margin-bottom: 20px;
}

span.title {
    color: #666666;
    font-size: 18px;
    margin-bottom: 20px;
}

span.name {
    font-size: 24px;
    display: block;
    margin: 20px;
}

.blog-posts {
    padding-top: 3em;
    padding-bottom: 3em;
}

.news_pag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2em;
}

.news_pag li a,
.news_pag li a:hover,
.news_pag li.active a,
.news_pag li.disabled {
    color: #fff;
    text-decoration: none;
}

.news_pag li {
    display: inline;
}

.news_pag li a,
.news_pag li a:hover,
.news_pag li.active a,
.news_pag li.disabled {
    background-color: #598DBA;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.news_pag li a:hover,
.news_pag li.active a {
    background-color: #45749E;
}


/* tables */

td,
th {
    border: 1px solid #ddd;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #EC0362;
    color: white;
}


/* meeting template */

.meeting img {
    margin-bottom: 20px;
}

span.wpcf7-list-item {
    margin: 10px;
}


/* accordion*/

.accordion {
    margin: 2em 0em;
}

.templates ul {
    padding-top: 2em;
    padding-bottom: 2em;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #EC0362;
}

.set>a.accord-btn {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    color: #fff;
    font-family: "Proxima-Nova-Bold";
    font-size: 19px;
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a.accord-btn i {
    float: right;
    margin-top: 2px;
}

.set>a.accord-btn.active {
    background-color: #EC0362;
    color: #fff;
}

.content {
    border-bottom: 1px solid #ddd;
    display: none;
    background-color: #eeeeee;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}


/* woocommerce */

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    margin: 0 10px;
}

.event-bk {
    background-position: center;
    background-size: cover;
    min-height: 250px;
}

ul.event-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 0;
}

ul.event-list li {
    margin-right: 10px;
}


/* cookies*/

.cn-set-cookie.cn-button.bootstrap {
    background-color: #EC0362;
}


/* footer*/

footer {
    background-color: #394D67;
    padding: 4em 3em;
}

footer p,
footer a,
footer span,
footer strong {
    color: #fff;
    margin: 5px 0px;
}

footer strong {
    margin-left: 5px;
}

footer img {
    width: 200px;
    display: inline-block;
    margin-bottom: 30px;
}

ul.social_icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    align-items: end;
    justify-content: flex-end;
}

ul.social_icons li {
    font-size: 15px;
}

ul.social_icons li a {
    font-size: 1.2em;
    border-radius: 50%;
    border: 2px solid #34BCAF;
    color: #34BCAF;
    line-height: 2em;
    width: 2em;
    height: 2em;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    margin-right: 1em;
}

ul.social_icons li a:hover {
    background-color: #34BCAF;
    border: 2px solid #34BCAF;
    color: #fff;
}

footer .footer-extra {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer .footer-extra p {
    font-size: 16px;
}

.subfooter {
    width: 100%;
    border-top: 1px solid #5D7B89;
    margin-top: 2em;
}

.subfooter p,
.subfooter a {
    font-size: 14px;
}

.subfooter a {
    display: block;
    font-family: "Helvetica-Neue-Medium";
    margin-top: 15px;
    display: inline-block;
}

a.ebd_link{
	background-color: #ddd;
	padding: 2em;
	font-weight: bold;
	display: flex;
	padding-bottom: 0.5em;
}

/* flexbox */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 1300px;
    margin: auto;
    z-index: 1;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-space {
    padding-top: 3em;
    padding-bottom: 3em;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.center-xs.post-content {
    text-align: left;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        width: 61rem;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

.no-padding {
    padding: 0;
    position: relative;
}


/* screen sizes */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    a.cta {
        padding: 12px 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    ul.social_icons {
        justify-content: flex-start;
    }
    footer .footer-extra {
    display: block;
}
    .footer-extra p {
        text-align: left;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .main-banner h1,
    .page-header h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .list-item:nth-child(3),
    .list-item:nth-child(4),
    .list-item:nth-child(5) {
        display: none;
    }
    .primary img {
        width: 50%;
    }
    .text-space {
        padding-right: 0em;
    }
    .intro-img {
        margin-top: 2em;
        margin-bottom: 2em;
        min-height: 280px;
    }
    .section-title span::before,
    .section-title.second-line span::before {
        width: 25px;
    }
    .section-title span,
    .section-title.second-line span {
        padding-left: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .main-banner h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .page-header h1 {
        font-size: 38px;
        line-height: 42px;
    }
    .list-item:nth-child(3),
    .list-item:nth-child(4) {
        display: flex;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .small-banner {
        min-height: 200px;
    }
    .main-banner {
        min-height: 300px;
    }
    .small-banner h1 {
        font-size: 35px;
    }
    .about-img {
        top: 0;
        margin-top: 2em;
        margin-bottom: 0;
    }
}

@media (min-width: 1199px) {
    .small-banner,
    .page-header,
    .main-banner {
        min-height: 500px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .p-3 {
        padding: 0.5em;
    }
    footer {
        padding: 4em 0em;
    }
    .cta-bk {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .small-banner,
    .page-header,
    .main-banner {
        margin-top: 0;
    }
    .contact-top {
        display: none;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .small-banner,
    .page-header,
    .main-banner {
        min-height: 400px;
    }
}

@media (min-width: 1280px) {}

@media (max-width: 640px) {
    ul.client-logos img {
        width: 100%;
    }
    img.alignright,
    img.alignleft,
    img.aligncenter {
        float: none;
        display: block;
    }
    #account-memberships {
        white-space: normal;
    }
    .cta-calendly-footer {
        display: inline-block;
    }
}

.modal {
    display: none;
}

.modal-open {
    display: block;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal iframe {
    width: 100%;
}

h3 a.video-btn {
    cursor: pointer;
    text-decoration: underline;
    color: #EC0362;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.card_content.video_link {
    padding: 2em;
}

.card.content.video_link h3 {
    margin-bottom: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}