p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .outline-btn, .white-outline-btn {
position: relative;
display: inline-block;
margin-bottom: .5em;
padding: 0.5em 1em;
border: 0;
border-radius: 2px;
text-decoration: none;
} .outline-btn:active, .white-outline-btn:active {
top: 1px;
} .outline-btn { display: flex;
align-items: center;
justify-content: center;
max-width: 500px;
height: 70px; border: 2px solid #23473E;
color: #23473E;
opacity: 1;
font-weight: bold;
} .outline-btn:hover, .outline-btn:focus {
background-color: rgba(35, 71, 62, 0.25);
color: #23473E;
text-decoration: none;
} .outline-btn:active {
top: 1px;
} .white-outline-btn { display: flex;
align-items: center;
justify-content: center;
max-width: 500px;
height: 70px; border: 2px solid #ffffff;
color: #ffffff;
opacity: 1;
font-weight: bold;
} .white-outline-btn:hover, .white-outline-btn:focus {
background-color: rgba(255, 255, 255, 0.25);
color: #ffffff;
text-decoration: none;
} .white-outline-btn:active {
top: 1px;
} .block-text-and-image-alt {
margin-left: -1rem;
margin-right: -1rem;
margin-top: 2rem;
} .block-text-and-image-alt:first-of-type {
margin-top: 0rem;
} .block-text-and-image-alt .text-and-image-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
align-items: center;
padding: 2rem;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-subheading {
font-size: 20px;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #ffffff;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-heading {
margin-top: 1rem;
font-size: 40px;
line-height: 50px;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
color: #ffffff;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-body {
margin-top: 2rem;
font-size: 20px;
line-height: 30px;
color: #ffffff;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-cta {
margin-top: 3rem;
}
@media only screen and (min-width: 1030px) { .block-text-and-image-alt {
margin-top: 6rem;
margin-left: unset;
margin-right: unset;
} .block-text-and-image-alt .text-and-image-grid {
grid-template-columns: 1fr 1fr;
padding-right: 6rem;
}
}