/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),
    url('../../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'),
    url('../../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'),
    url('../../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'),
    url('../../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'),
    url('../../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'),
    url('../../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




@keyframes button-arrow {
    0% {
        transform: translate(0, -5px);
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        transform: translate(0, 5px);
        opacity: 0;
    }
}

@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* html .slides {
    height: 1%;
}

a {
    color: #0F4A65;
    transition: .5s ease;
}

a:active,
a:focus,
a:hover {
    outline: none;
    outline: 0;
}

a * {
    text-decoration: none;
}

a.read-more,
a.cta-button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #1AC0C6;
    text-decoration: underline;
    text-transform: uppercase;
}

a.read-more:hover {
    text-decoration: none;
}

html {
    background: #fff;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-family: 300;
    overflow-x: hidden;
    font-size: 100%;
    height: 100%;
}

html input[type=button] {
    cursor: pointer;
}

html input[disabled] {
    cursor: default;
}

body {
    margin: 0;
    color: #134A64;
    font-size: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}

ul {
    list-style: disc;
    margin: 0 0 0 15px;
    padding: 0 0 15px;
}

ul li {

    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75em;
	font-family: "Roboto", sans-serif;
}

ul a {
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

ol {
    margin: 0 0 0 24px;
    padding: 0 0 15px;
}

ol li {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: numeric;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    padding-bottom: 15px;
}

p:empty {
    display: none;
}

::selection {
    background: #1AC0C6;
    color: #fff;
}

blockquote {
    border: none;
    padding: 0;
}

blockquote p {
    font-style: italic;
}

blockquote p:last-of-type {
    font-style: normal;
    font-weight: 700;
}

pre {
    background: #eee;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 20px;
    font-family: monospace, serif;
    font-size: 1em;
    white-space: pre-wrap;
    overflow-x: auto;
}

h1,
h2 {
    line-height: 40px;
    margin: 0;
    padding-bottom: 25px;
    font-variant-ligatures: common-ligatures;
    font-weight: 700;
}

h3,
h4,
h5 {
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
    font-variant-ligatures: common-ligatures;
    font-weight: 300;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    color: #000;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-top: 0;
    border: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code {
    font-family: monospace, serif;
    font-size: 1em;
    overflow-wrap: anywhere;
}

kbd {
    font-family: monospace, serif;
    font-size: 1em;
}

samp {
    font-family: monospace, serif;
    font-size: 1em;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
}

.wp-block-image em{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.display-none{
    display: none;
}

.display-flex{
    display: flex;
}

.pillar-menu-trigger>a {
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

.pillar-menu-trigger.open>a {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.menu-utility-menu-container .menu-item-has-children {
    position: relative;
}

.menu-utility-menu-container .menu-item-has-children a {
    cursor: pointer;
}

.menu-utility-menu-container .menu-item-has-children .sub-menu {
    padding: 0;
    max-height: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 110;
    background: #fff;
    list-style-type: none;
    margin: 0;
    text-align: left;
    transition: .5s;
    opacity: 0;
}

.menu-utility-menu-container .menu-item-has-children.menu-active .sub-menu {
    max-height: 200px;
    padding: 0 15px 15px;
    visibility: visible;
    opacity: 1;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    display: block;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
    text-transform: none;
    cursor: pointer;
    border: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    border: 1px solid #c2c2c2;
    margin: 0;
    overflow: auto;
    vertical-align: top;
}

textarea:focus {
    outline: none;
}

select {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
}

input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=text] {
    border: 1px solid #c2c2c2;
}

input[type=text]:focus {
    outline: none;
}

button[disabled] {
    cursor: default;
}

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tablepress td,
.tablepress th {
    word-break: break-word;
}

article {
    display: block;
}

aside {
    display: block;
}

details {
    display: block;
}

figcaption {
    display: block;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

main {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

summary {
    display: block;
}

audio {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

canvas {
    display: inline-block;
}

video {
    display: inline-block;
}

[hidden] {
    display: none;
}

pre[class*="language-"] {
    background: #f8f8f8;
    border-color: #ddd;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    html.mobile-menu-active {
        overflow: hidden;
    }
    
    body.mobile-menu-active {
        overflow: hidden;
    }
}

.row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    *zoom: 1;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row:before {
    content: "";
    display: table;
}

.row .row {
    margin-right: -15px;
    margin-left: -15px;
    max-width: none;
    width: auto;
    *zoom: 1;
}

.row .row:after {
    content: "";
    display: table;
    clear: both;
}

.row .row:before {
    content: "";
    display: table;
}

.block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
}

[class*=columns-] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

[class*=columns-].column-center {
    float: none;
    margin: 0 auto;
}

.columns-1 {
    width: 8.33333%;
}

.columns-2 {
    width: 16.66667%;
}

.columns-3 {
    width: 25%;
}

.columns-4 {
    width: 33.33333%;
}

.columns-5 {
    width: 41.66667%;
}

.columns-6 {
    width: 50%;
}

.columns-7 {
    width: 58.33333%;
}

.columns-8 {
    width: 66.66667%;
}

.columns-9 {
    width: 75%;
}

.columns-10 {
    width: 83.33333%;
}

.columns-11 {
    width: 91.66667%;
}

.columns-12 {
    width: 100%;
}

[class*=left-] {
    position: relative;
}

[class*=right-] {
    position: relative;
}

.left-1 {
    position: relative;
    right: 8.33333%;
}

.left-2 {
    position: relative;
    right: 16.66667%;
}

.left-3 {
    position: relative;
    right: 25%;
}

.left-4 {
    position: relative;
    right: 33.33333%;
}

.left-5 {
    position: relative;
    right: 41.66667%;
}

.left-6 {
    position: relative;
    right: 50%;
}

.left-7 {
    position: relative;
    right: 58.33333%;
}

.left-8 {
    position: relative;
    right: 66.66667%;
}

.left-9 {
    position: relative;
    right: 75%;
}

.left-10 {
    position: relative;
    right: 83.33333%;
}

.left-11 {
    position: relative;
    right: 91.66667%;
}

.left-12 {
    position: relative;
    right: 100%;
}

.right-1 {
    position: relative;
    left: 8.33333%;
}

.right-2 {
    position: relative;
    left: 16.66667%;
}

.right-3 {
    position: relative;
    left: 25%;
}

.right-4 {
    position: relative;
    left: 33.33333%;
}

.right-5 {
    position: relative;
    left: 41.66667%;
}

.right-6 {
    position: relative;
    left: 50%;
}

.right-7 {
    position: relative;
    left: 58.33333%;
}

.right-8 {
    position: relative;
    left: 66.66667%;
}

.right-9 {
    position: relative;
    left: 75%;
}

.right-10 {
    position: relative;
    left: 83.33333%;
}

.right-11 {
    position: relative;
    left: 91.66667%;
}

.right-12 {
    position: relative;
    left: 100%;
}

[class*=block-grid-] {
    display: block;
    margin: 0 -15px 15px -15px;
    padding: 0;
}

[class*=block-grid-]>li {
    display: block;
    float: left;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.block-grid-1>li {
    width: 100%;
}

.block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
}

.block-grid-2>li {
    width: 50%;
}

.block-grid-2>li:nth-of-type(odd) {
    clear: both;
}

.block-grid-3>li {
    width: 33.33333%;
}

.block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
}

.block-grid-4>li {
    width: 25%;
}

.block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
}

.block-grid-5>li {
    width: 20%;
}

.block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
}

.block-grid-6>li {
    width: 16.66667%;
}

.block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
}

.block-grid-7>li {
    width: 14.28571%;
}

.block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
}

.block-grid-8>li {
    width: 12.5%;
}

.block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
}

.blocks [class*=block-grid-]>li {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #999999;
    padding-bottom: 5px;
    padding-top: 5px;
}

.lt-ie9 .block-grid-2>li:first-child+li {
    float: right;
}

.lt-ie9 .block-grid-2>li:first-child+li+li {
    clear: both;
}

.lt-ie9 .block-grid-3>li:first-child+li+li {
    float: right;
}

.lt-ie9 .block-grid-3>li:first-child+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-4>li:first-child+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-4>li:first-child+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-5>li:first-child+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-5>li:first-child+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-6>li:first-child+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-6>li:first-child+li+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-7>li:first-child+li+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-7>li:first-child+li+li+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-8>li:first-child+li+li+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-8>li:first-child+li+li+li+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-9>li:first-child+li+li+li+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-9>li:first-child+li+li+li+li+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-10>li:first-child+li+li+li+li+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-10>li:first-child+li+li+li+li+li+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-11>li:first-child+li+li+li+li+li+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-11>li:first-child+li+li+li+li+li+li+li+li+li+li+li {
    clear: both;
}

.lt-ie9 .block-grid-12>li:first-child+li+li+li+li+li+li+li+li+li+li+li {
    float: right;
}

.lt-ie9 .block-grid-12>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li {
    clear: both;
}

.padding--container {
    padding-bottom: 75px;
    padding-top: 75px;
}

.no-padding{
    padding: 0;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-top-20{
    padding-top: 20px;
}

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

.margin-top-20{
    margin-top: 20px;
}

.margin-0{
  margin: 0;
}

#masthead {
    background: #fff;
    max-height: 100px;
    position: relative;
    left: 0px;
    right: 0px;
    padding: 20px 0px;
    z-index: 100;
}

#masthead .site-branding {
    float: left;
}

.admin-bar #masthead {
    top: 80px;
}

#masthead.fixed-header {
    top: 0;
    position: fixed;
    transition: top 0.4s;
}

#masthead.fixed-header.hidden {
    top: -100%;
    visibility: hidden;
    opacity: 0;
}

.site-branding img {
    max-width: 232px;
}

@media screen and (max-width: 767px) {
    .top-banner {
        display: none;
        position: static;
    }
    
    .site-header {
        min-height: 100px;
        height: auto;
        top: 0px;
    }
    
    .site-branding {
        position: static;
        width: 83.33333%;
    }
    
    .site-branding img {
        padding-bottom: 0;
        max-width: 200px;
        padding-top: 5px;
    }
}

.footer-wrapper {
    margin-top: auto;
    clear: both;
}

.site-footer {
    background: #DDE0E5 !important;
    padding-top: 40px;
}

.site-footer [class*=columns-] {
    position: static;
    width: 100%;
}

.site-footer form input[type=email] {
    width: 100% !important;
}

.site-footer form input[type=password] {
    width: 100% !important;
}

.site-footer form input[type=tel] {
    width: 100% !important;
}

.site-footer form input[type=text] {
    width: 100% !important;
}

.site-footer .newsletter h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
}

.site-footer .newsletter p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

@media screen and (max-width: 1230px) {
    .site-footer {
        padding-left: 30px;
    }
    
    .site-footer #gform_4 {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer {
        padding-left: 0;
    }
    
    .site-footer .newsletter {
        margin-top: 30px;
    }
    
    .site-footer .newsletter h4 {
        max-width: 430px;
        margin: 0 auto;
    }
    
    .site-footer .newsletter p {
        max-width: 430px;
        margin: 0 auto;
    }
    
    .site-footer #gform_4 {
        padding: 0 15px;
        max-width: 430px;
        margin: 0 auto;
    }
}

.site-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.site-info>* {
    padding-bottom: 0;
}

.site-info>p {
    padding: 0 5px;
}

.site-info a {
    color: #000;
}

.site-info a:hover {
    color: #1AC0C6;
}

#menu-copyright-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-copyright-menu li {
    display: inline-block;
    padding: 0 5px;
    font-size: 80%;
}

#menu-copyright-menu small {
    font-size: 1em;
}

#menu-copyright-menu a{
    font-weight: 300;
    color: black;
    font-family: 'Roboto', sans-serif;
}

#main {
    margin-top: 96px;
}

@media screen and (min-height: 1200px) {
    #main {
        min-height: calc(100vh - 378px);
    }
}

#main form input[type=email] {
    width: 100% !important;
}

#main form input[type=password] {
    width: 100% !important;
}

#main form input[type=tel] {
    width: 100% !important;
}

#main form input[type=text] {
    width: 100% !important;
}

#main .author-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 0;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #main {
        margin-top: 100px;
        transition: none;
    }
}

.sidebar-inner {
    background: none repeat scroll 0 0 #DEE0E6;
    margin-bottom: -4000px;
    padding: 40px 0px 4040px 0;
    position: relative;
}

.sidebar-inner>ul {
    position: relative;
    z-index: 5;
}

.sidebar-inner form {
    position: relative;
    z-index: 5;
}

.sidebar-inner h5 {
    position: relative;
    z-index: 5;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 15px;
}

.sidebar-inner:before {
    background: none repeat scroll 0 0 #DEE0E6;
    bottom: 0;
    content: "";
    left: -40000px;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar-inner ul {
    list-style: none;
    margin: 0;
    padding-top: 25px;
    position: relative;
    margin-bottom: 500px;
}

.sidebar-inner ul:after {
    background: url(../../images/sidebar-bg.png);
    background-repeat: no-repeat;
    content: '';
    height: 479px;
    width: 100%;
    max-width: 341px;
    position: absolute;
    bottom: -471px;
}

.sidebar-inner ul li {
    padding-bottom: 5px;
}

.sidebar-inner ul li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
}

.sidebar-inner ul li a:hover {
    color: #1AC0C6;
}

.sidebar-inner ul li.contact-support-button {
    padding-bottom: 35px;
}

.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.font-italic {
    font-style: italic;
}

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

.text-left {
    text-align: left;
}

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

.d-flex {
    display: flex !important;
    flex-direction: row !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.reverse-block {
    flex-direction: row-reverse !important;
}

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

.column-center {
    float: none;
    margin: 0 auto;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse !important;
}

.has-text-align-center {
    text-align: center;
}

.bottom-line {
    position: relative;
    padding-bottom: 15px;
    line-height: 1.2;
}

.bottom-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    border-bottom: 1px solid #1AC0C6;
    width: 460px;
    max-width: 90%;
}

hr.sep {
    border: none;
    border-top: 1px solid #1AC0C6;
    width: 460px;
    max-width: 80%;
    margin: 18px auto 40px;
}

.page-banner {
    background: url(../../images/Hero-02.png);
    background-size: cover;
    padding: 40px 0px;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.page-banner .page-banner-header {
    padding-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-banner h1,
.page-banner h2 {
    color: #fff;
    padding: 10px 0px;
}

.page-banner p {
    color: #fff;
}

.page-banner p.page-banner-content {
    width: 60%;
    margin: auto;
    line-height: 22px;
}

.page-banner a,
.list-filter a
{
    font-weight: bold;
    color: #fff;
}

.page-banner a.resource-topic {
    font-weight: normal;
    text-decoration: none;
    color: #1AC0C6;
}

.page-banner .page-banner-cta-container {
    display: flex;
    justify-content: space-around;
}

.page-banner .page-banner-cta-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.page-banner .page-banner-cta-title {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-right: 7px;
}

.page-banner .resource-topic {
    font-size: 1rem;
    color: #1AC0C6;
    text-transform: uppercase;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .page-banner {
        margin-bottom: 30px;
    }
    
    .page-banner .page-banner-header {
        margin-top: -25px;
        margin-bottom: 5px;
    }
    
    .page-banner [class*=columns-] {
        position: static;
        width: 100%;
    }
    
    .page-banner .sale-callout-image {
        padding-top: 40px;
        position: relative;
    }
    
    .page-banner p.page-banner-content {
        width: 90%;
        padding-bottom: 0;
    }
    
    .page-banner a .page-banner-button {
        margin: 20px auto 40px;
    }
    
    .page-banner .page-banner-cta-container {
        justify-content: unset;
        margin: 0 -15px -30px;
        background: #fff;
        border-bottom: 1px solid #bbb;
        white-space: nowrap;
        overflow: scroll;
        padding: 28px 0;
    }
    
    .page-banner .page-banner-cta-link {
        color: #000;
        margin-left: 20px;
    }
    
    .page-banner .page-banner-cta-title {
        color: #000;
    }
    
    .page-banner .page-banner-cta-container i.fa-angle-down {
        margin-right: 20px;
    }
}

.page-sub-banner {
    background-color: #DEE0E6;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media (min-width: 767px) {
    .page-sub-banner {
        margin-top: -110px;
        margin-bottom: 60px;
    }
}

.page-sub-banner .banner-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 767px) {
    .page-sub-banner .banner-col {
        flex-wrap: nowrap;
        text-align: left;
    }
}

.page-sub-banner .banner-col>* {
    margin: 10px;
}

.page-sub-banner .banner-col>.button {
    flex-shrink: 0;
}

/* CTA Banners */
.case-banner {
    width: calc(100% + 30px) !important;
    max-width: 400px;
    margin: 35px auto auto;
}

.cta-banner {
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 35px auto;
}

.wp-block-columns{
    width: 100%;
}

@media screen and (min-width: 600px) {
    .wp-block-columns .cta-banner {
        margin: 10px auto 35px;
    }
}

@media screen and (min-width: 1024px) {
    .case-banner {
        max-width: 1185px;
        margin: 75px auto auto;
    }
    
    .cta-banner:not(.cta-banner-mini) {
        max-width: none;
    }
    
    .cta-banner {
        margin: 50px auto;
    }
}

.case-banner>div,
.cta-banner>.row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0F4A65;
    padding: 0 15px 30px;
}

.cta-banner>.row>div {
    padding: 30px 20px;
}

@media screen and (min-width: 1024px) {

    .case-banner>div,
    .cta-banner:not(.cta-banner-mini)>.row>div {
        flex-direction: row;
        justify-content: space-around;
        height: 136px;
        overflow: hidden;
        padding: 0 38px 0 8px;
    }
    
    .cta-banner:not(.cta-banner-mini)>.row>div {
        justify-content: space-between;
        height: auto;
        padding: 10px 20px;
    }
}

.case-banner .button,
.cta-banner .button {
    text-align: center;
    width: 270px;
    height: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner .button {
    width: auto;
    height: 45px;
    padding: 10px 30px;
}

.case-banner .case-banner-img {
    width: 224px;
    max-width: 100%;
    min-height: 1px;
}

.cta-banner .cta-banner-img {
    flex-shrink: 0;
}

.cta-banner .cta-banner-img img {
    display: block;
}

@media screen and (min-width: 1024px) {
    .case-banner .case-banner-img {
        width: 270px;
    }
}

.case-banner .case-banner-blurb,
.cta-banner .cta-banner-blurb {
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
    padding: 0 0 30px;
    line-height: 1.2;
}

.cta-banner .cta-banner-blurb {
    padding: 30px 20px;
    font-size: 26px;
}

@media screen and (min-width: 1024px) {
    .case-banner .case-banner-blurb {
        width: calc(100% - (270px * 2));
        padding: 15px 30px;
        line-height: 1.3;
    }
    
    .cta-banner:not(.cta-banner-mini) .cta-banner-blurb {
        padding: 20px;
        font-size: 26px;
    }
}

@media screen and (min-width: 1024px) {
    .case-banner .case-study-link {
        width: 270px;
    }
}

.cta-banner .cta-banner-link {
    flex-shrink: 0;
}


.single-resource-banner .banner-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-resource-banner .banner-col>p {
    width: 65%;
}

.single-resource-banner .resource-topic {
    text-decoration: none;
}

.single-page-content figure img{
	border: 1px solid lightgray;
}

.button,.wp-element-button {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: #0F4A65;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 15px 30px;
    background: #8CDFE2;
}

.wp-element-button{
    background-color: #134A64;
    color: white;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 13px 20px;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
}

.secondary-button-btn .wp-element-button{
    background: white;
    outline: 2px solid #134A64;
    outline-offset: -2px;
    color: #134A64;
}

.button:hover {
    background: #63CED2 !important;
    color: #0F4A65;
    text-decoration: none;
}

.button:focus {
    background: #63CED2;
    color: #0F4A65;
    text-decoration: none;
}

.button:active {
    background: #63CED2;
    color: #0F4A65;
    text-decoration: none;
}

.button.button-blue {
    text-transform: none;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    background-color: #134f71;
}

.button.button-blue:hover {
    background: #10354a;
    color: #fff;
}

.support-contact #content form {
    width: 500px;
    max-width: 100%;
    margin: 30px auto 60px;
}

.support-contact #content form label {
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.support-contact #content form input {
    margin-bottom: 10px;
}

.support-contact #content form textarea {
    display: block;
    min-height: 200px;
    width: 100%;
}

.contact-us-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #154865;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    clear: both;
    padding: 5px 0;
}

.contact-us-sticky p {
    color: #fff;
    padding: 0;
    margin-right: 1.875em;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.contact-us-sticky .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 50px;
}

@media (max-width: 702px) {
    .contact-us-sticky {
        flex-direction: column;
        min-height: 130px;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .contact-us-sticky p {
        margin: 0;
        text-align: center;
        font-size: 1rem;
    }
}

.content-block {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 3.75em 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    align-items: center;
}

.content-block :last-child {
    padding-bottom: 0;
}

.content-block.intro-text p:last-child {
    padding-bottom: 0;
}

.content-block .block-item {
    max-width: 1200px;
    width: 100%;
}

.content-block .block-item+.block-item {
    margin-top: 5em;
}

.content-block.bg-white {
    background-color: #fff !important;
}

.content-block.bg-lightgrey {
    background-color: #DEE0E6 !important;
}

.content-block>p {
    max-width: 760px;
    margin: auto;
    width: 100%;
}

.content-block ul,
.content-block ol {
    max-width: 760px;
    margin: auto;
    width: 100%;
    padding-left: 20px;
		font-family: roboto,sans-serif;
}

.content-block h2,
.content-block h3 {
    padding-bottom: .625em;
}

.content-block .text-block p {
    font-size: 1rem;
}

.content-block .text-block h3,
.content-block .text-block h4,
.content-block .text-block h5 {
    padding-bottom: .25em;
}

.content-block .image-blocks {
    display: flex;
}

.content-block .image-blocks .image-block+.image-block {
    margin-left: auto;
}

.content-block .image-blocks .image-block p {
    font-style: italic;
}

.content-block .two-thirds-width .text-block {
    width: 65%;
}

.content-block .two-thirds-width .image-block {
    width: 32%;
    max-width: 300px;
}

.content-block .one-third-width .text-block {
    width: 32%;
}

.content-block .one-third-width .image-block {
    width: 65%;
}

.content-block .half-width .text-block {
    width: 49%;
}

.content-block .half-width .image-block {
    width: 49%;
}

.content-block .block-heading {
    color: #000;
}

.content-block .block-heading+p {
    width: 80%;
}

.content-block img {
    width: 100%;
    max-height: 100%;
    max-width: 550px;
}

li#menu-item-15159 a {
    color: #000;
}

@media screen and (max-width: 767px) {
    .content-block {
        padding: 2.5em 22px;
    }
    
    .content-block .block-item {
        padding: 0 .25em;
    }
    
    .content-block h1,
    .content-block h2,
    .content-block h3,
    .content-block h4,
    .content-block h5 {
        text-align: center;
    }
    
    .content-block h5 {
        padding: 0;
    }
    
    .content-block p {
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
    
    .content-block .block-heading+p {
        width: 100%;
    }
    
    .content-block .image-blocks {
        flex-direction: column;
    }
    
    .content-block .image-blocks .image-block {
        width: 100%;
        text-align: center;
    }
    
    .content-block .image-text-block {
        display: flex;
        flex-wrap: wrap;
    }
    
    .content-block .image-text-block .text-block {
        width: 100%;
    }
    
    .content-block .half-width .image-block {
        width: 100%;
        order: 2;
        margin: 0 auto;
    }
    
    .content-block .half-width .text-block {
        margin: 1em 0;
        width: 100%;
        order: 1;
    }
    
    .content-block .half-width .text-block h5 {
        padding-bottom: 0;
    }
    
    .content-block .two-thirds-width .image-block {
        width: 100%;
        order: 2;
        margin: 0 auto;
    }
    
    .content-block .two-thirds-width text-block {
        width: 100%;
        order: 1;
    }
}

.content-offer-modal-container {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.content-offer-modal {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    margin: 0 auto;
    max-width: 850px;
    padding: 50px 55px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
}

.content-offer-modal ul.gform_fields {
    margin: 0 -5px;
}

.content-offer-modal .ginput_container input {
    margin: 0;
}

.content-offer-modal .ginput_container textarea {
    margin: 0;
}

.content-offer-modal form .gform_footer {
    text-align: left;
}

.content-offer-modal form input[type=submit] {
    padding: 15px 30px 11px;
    max-width: 270px;
    text-transform: none;
    width: 100%;
}

.com-close {
    font-size: 16px;
    font-size: 1rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    background: url(../../images/modal-close.png) no-repeat right center;
    color: white;
    cursor: pointer;
    padding: 7px 35px 5px 0;
    position: absolute;
    top: -40px;
    right: 10px;
}

.com-upper h2 {
    padding-bottom: 10px;
}

.com-subtitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #1AC0C6;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.com-lower {
    zoom: 1;
}

.com-lower:before {
    content: '';
    display: block;
}

.com-lower:after {
    content: '';
    display: table;
    clear: both;
}

.com-left {
    float: left;
    width: 37.17949%;
}

.com-left img {
    padding-bottom: 0;
}

.com-right {
    float: left;
    width: 62.82051%;
}

.cookie-notice-holder {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 16000002;
    clear: both;
    background: #2ba6cb;
    padding: 5px 0;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}

.cookie-notice-holder .action {
    padding-right: 15px;
    padding-left: 15px;
}

.cookie-notice-holder .content {
    padding-right: 15px;
    padding-left: 15px;
}

.cookie-notice-holder p {
    padding-bottom: 0;
    color: #fff;
}

.cookie-notice-holder a {
    color: #fff;
}

.cookie-notice-holder .button {
    transition: 0.5s ease;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    overflow: visible;
}

.cookie-notice-holder.is-visible {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .cookie-notice-holder.is-visible {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}



@media (max-width: 639px) {
    .tablesaw>tbody>tr>td:nth-child(1) b {
        display: none;
    }
}

.ui-datepicker {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    font-size: 9pt;
    font-family: "Roboto", sans-serif;
    height: auto;
    margin: 5px auto 0;
    width: 216px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
}

.ui-datepicker thead {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1)) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    color: #666666;
    font-size: 6pt;
    padding: 5px 0;
    text-align: center;
    text-shadow: 1px 0 0 #fff;
    text-transform: uppercase;
}

.ui-datepicker tbody td {
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    padding: 0;
}

.ui-datepicker tbody td:last-child {
    border-right: 0 none;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0 none;
}

.ui-datepicker td a {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 30px;
}

.ui-datepicker td span {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 30px;
}

.ui-datepicker-header {
    background-color: #666;
    border-color: #666;
    border-style: solid;
    border-width: 1px 0 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
    box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
    color: #e0e0e0;
    font-weight: bold;
    line-height: 30px;
    min-height: 30px !important;
    text-shadow: 1px -1px 0 #000;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-title select {
    margin-top: 2.5%;
}

.ui-datepicker-next {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 600%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 30px;
}

.ui-datepicker-next:before {
    border-color: transparent #e0e0e0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 30%;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
    border-width: 5px 0 5px 10px;
    right: 40%;
}

.ui-datepicker-prev {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 600%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 30px;
}

.ui-datepicker-prev:before {
    border-color: transparent #e0e0e0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 30%;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
    border-width: 5px 10px 5px 0;
    left: 40%;
}

.ui-datepicker-calendar .ui-state-default {
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede)) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 transparent;
    -webkit-box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
    box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}

.ui-datepicker-calendar .ui-state-hover {
    background: none repeat scroll 0 0 #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c19163;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    color: #666;
    margin: -1px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0;
    width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    margin-right: 0;
    width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.ui-datepicker-unselectable .ui-state-default {
    background: none repeat scroll 0 0 #DEE0E6;
    color: #b4b3b3;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
    margin: 0 !important;
}

.flex-video {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video iframe {
    width: 100%;
}

.flex-video img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.flex-video button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    appearance: none;
    border: none;
    outline: none;
    padding: 0;
    background: 0 0;
    opacity: .8;
    transition: .3s;
}

.flex-video button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

.footer-blocks-career .footer-block {
    text-align: center;
    padding: 20px 0px;
}

.footer-blocks-career .footer-block img {
    width: 52px;
    max-height: none;
}

.footer-blocks-career .footer-block h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 12px;
}

.footer-blocks-career .footer-block p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
}

.footer-blocks-career .footer-block.career-block .link-text {
    color: #1AC0C6;
}

.footer-blocks-career .footer-block.custom-block .link-text {
    color: #1AC0C6;
}

.footer-blocks .footer-block {
    text-align: center;
    padding: 20px 0px;
}

.footer-blocks .footer-block img {
    width: auto;
    max-height: 54px;
}

.footer-blocks .footer-block h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 12px;
}

.footer-blocks .footer-block p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
}

.footer-blocks .footer-block.career-block .link-text {
    color: #1AC0C6;
}

.footer-blocks .footer-block.custom-block .link-text {
    color: #1AC0C6;
}

.footer-block {
    position: relative;
}

.footer-block .block-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

#footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

#footer-nav li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 10px;
    width: 100%;
}

.gf-contact-form-wrap form input[type="button"],
.gf-contact-form-wrap form input[type="submit"] {
    color: #0F4A65;
    background: #8CDFE2;
}

.gf-contact-form-wrap form input[type="button"]:hover,
.gf-contact-form-wrap form input[type="submit"]:hover {
    background: #63CED2;
}

#footer-nav li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    padding: 10px;
}

#footer-nav li a:hover {
    color: #1AC0C6;
}

#footer-nav a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    #footer-nav li {
        width: auto;
        margin: 0 10px;
    }
}

.site-info {
    background: #DDE0E5;
    padding-top: 35px;
    text-align: center;
}

.site-info small {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    color: #000000;
    line-height: 1.4;
}

.site-info small a {
    color: #fff;
    text-decoration: none;
}

.site-info small a:hover {
    color: #1AC0C6;
}

.social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0 20px;
}

.social-wrapper .social-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    text-align: center;
}

.social-wrapper .social-menu li {
    display: inline-block;
    padding: 0px 20px;
}

.social-wrapper .social-menu li a {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
}

.social-wrapper .social-menu li a:hover {
    color: #1AC0C6;
}

.social-wrapper .social-menu li a.ss-social-regular {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: block;
}

.social-wrapper .social-menu li a.ss-social-regular.Facebook {
    -webkit-mask: url(../../images/Facebook-Black-2x.svg);
    background-color: #0F4A65;
}

.social-wrapper .social-menu li a.ss-social-regular.Facebook:hover {
    background-color: #1AC0C6;
}

.social-wrapper .social-menu li a.ss-social-regular.Twitter {
    -webkit-mask: url(../../images/X-Twitter-Blue-2x.svg);
    background-color: #0F4A65;
}

.social-wrapper .social-menu li a.ss-social-regular.Twitter:hover {
    background-color: #1AC0C6;
}

.social-wrapper .social-menu li a.ss-social-regular.Youtube {
    -webkit-mask: url(../../images/Youtube-Black-2x.svg);
    background-color: #0F4A65;
}

.social-wrapper .social-menu li a.ss-social-regular.Youtube:hover {
    background-color: #1AC0C6;
}

.social-wrapper .social-menu li a.ss-social-regular.Linkedin {
    -webkit-mask: url(../../images/LinkedIn-Black-2x.svg);
    background-color: #0F4A65;
}

.social-wrapper .social-menu li a.ss-social-regular.Linkedin:hover {
    background-color: #1AC0C6;
}

.social-wrapper .social-menu li a.ss-social-regular.Instagram {
    -webkit-mask: url(../../images/Instagram-Black-2x.svg);
    background-color: #0F4A65;
}

.social-wrapper .social-menu li a.ss-social-regular.Instagram:hover {
    background-color: #1AC0C6;
}

.social-wrapper .social-menu li a.ss-social-regular.Mail {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='485.211'%3E%3Cpath d='M485.211 80.792V424.56H0V80.792l242.606 212.282L485.211 80.792zm-23.037-20.141H23.027l219.579 192.142L462.174 60.651z' fill='%23747474'/%3E%3C/svg%3E");
}

.social-wrapper .social-menu li a.ss-social-regular.Mail:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='485.211'%3E%3Cpath d='M485.211 80.792V424.56H0V80.792l242.606 212.282L485.211 80.792zm-23.037-20.141H23.027l219.579 192.142L462.174 60.651z' fill='%23d1db2d'/%3E%3C/svg%3E");
}

@media screen and (max-width: 500px) {
    .social-menu {
        margin: 0 auto;
        margin-top: -10px;
    }
    
    .social-menu li {
        margin-top: 10px;
    }
}

form label {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
}

form input[type=email] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #747474;
    background: #DEE0E6;
}

form input[type=number] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
}

form input[type=password] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #747474;
    background: #DEE0E6;
}

form input[type=tel] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #747474;
    background: #DEE0E6;
}

form input[type=text] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #747474;
}

form input[type=url] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
}

form textarea {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    font-size: 1em;
    padding: 5px 10px;
    border: 1px solid #747474;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #DEE0E6;
}

form input[type=button] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: #0F4A65;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    overflow: visible;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 15px 30px;
    background: #8CDFE2;
}

form input[type=button]:hover {
    background: #63CED2;
    color: #0F4A65;
}

form input[type=submit] {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    overflow: visible;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #0F4A65;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 15px 30px;
    background: #8CDFE2;
}

form input[type=submit]:hover {
    background: #63CED2;
}

form li.gf_left_half {
    clear: left;
}

form .styled-select {
    border: 1px solid #747474;
    height: 50px;
    overflow: hidden;
    background: url("../../images/select.png") no-repeat right;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 2px;
    background-color: #DEE0E6;
}

form .styled-select select {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 46px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form .gform_footer {
    text-align: center;
}

form .button {
    text-align: center;
    padding: 15px 100px;
}

.gform_body {
    clear: both;
    padding-bottom: 20px;
}

.gform_footer {
    clear: both;
    padding-bottom: 20px;
}

.gform_heading {
    clear: both;
    padding-bottom: 20px;
}

ul.gform_fields {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

li.gfield {
    clear: both;
    overflow: auto;
    padding: 0 5px 5px;
}

li.gfield .validation_message {
    font-weight: bold;
    margin-top: 10px;
}

.ginput_container span {
    margin-bottom: 10px;
}

.ginput_container input.large {
    width: 100%;
}

.ginput_container select.large {
    width: 100%;
}

.ginput_container textarea.large {
    width: 100%;
}

.ginput_container input.medium {
    width: 66%;
}

.ginput_container select.medium {
    width: 66%;
}

.ginput_container textarea.medium {
    width: 66%;
}

.ginput_container input.small {
    width: 33%;
}

.ginput_container select.small {
    width: 33%;
}

.ginput_container textarea.small {
    width: 33%;
}

.ginput_container input {
    margin: 2px;
}

.ginput_container textarea {
    margin: 2px;
}

label.gfield_label {
    display: inline-block;
}

.left_label label.gfield_label {
    float: left;
    width: 25%;
}

.right_label label.gfield_label {
    float: right;
    width: 25%;
}

.gfield_required {
    padding-left: 5px;
}

ul.gfield_checkbox {
    list-style: none;
    padding: 0;
}

ul.gfield_checkbox input {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

ul.gfield_radio {
    list-style: none;
    padding: 0;
}

ul.gfield_radio input {
    margin-right: 10px;
    position: relative;
    top: -1px;
    margin-left: 2px;
}

.gsection h2 {
    border-bottom: 3px solid black;
    padding-bottom: 15px;
}

.gf_progressbar_wrapper {
    padding-bottom: 15px;
}

.gf_progressbar {
    background: gray;
}

.gf_progressbar_percentage {
    background: #FF6150;
    padding: 5px 10px;
    text-align: right;
}

.gfield_time_ampm {
    display: inline;
    display: inline-block;
    vertical-align: top;
}

.gfield_time_hour {
    display: inline;
    display: inline-block;
}

.gfield_time_hour label {
    display: block;
}

.gfield_time_minute {
    display: inline;
    display: inline-block;
}

.gfield_time_minute label {
    display: block;
}

.gform_hidden {
    display: none;
}

.validation_error {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 15px;
}

li.gfield.gfield_error {
    background: #FFDFE0;
    margin-bottom: 15px;
    padding-top: 15px;
}

li.gfield.gfield_error label.gfield_label {
    font-weight: bold;
}

.gform_validation_container {
    display: none;
}

.ginput_full {
    display: block;
}

.ginput_full input {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_full select {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_full textarea {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_full label {
    display: block;
}

.ginput_left {
    float: left;
    padding-right: 10px;
    width: 50%;
}

.ginput_left input {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_left select {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_left textarea {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_left label {
    display: block;
}

.ginput_right {
    float: right;
    width: 50%;
    float: right;
    width: 50%;
}

.ginput_right input {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_right select {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_right textarea {
    margin-bottom: 5px;
    width: 100%;
}

.ginput_right label {
    display: block;
}

li.gf_left_half {
    clear: none;
    float: left;
    padding-right: 5px;
    width: 50%;
}

li.gf_right_half {
    clear: none;
    float: right;
    width: 50%;
}

li.gf_left_third {
    clear: none;
    float: left;
    padding-right: 5px;
    width: 33%;
}

li.gf_middle_third {
    clear: none;
    float: left;
    padding-right: 5px;
    width: 34%;
}

li.gf_right_third {
    clear: none;
    float: right;
    width: 33%;
}

li.gf_first_quarter {
    clear: none;
    float: left;
    padding-right: 5px;
    width: 25%;
}

li.gf_second_quarter {
    clear: none;
    float: left;
    padding-right: 5px;
    width: 25%;
}

li.gf_third_quarter {
    clear: none;
    float: left;
    width: 25%;
}

li.gf_fourth_quarter {
    clear: none;
    float: right;
    width: 25%;
}

.gf_list_2col ul.gfield_checkbox li {
    float: left;
    padding-bottom: 10px;
    width: 50%;
}

.gf_list_2col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 50%;
}

.gf_list_3col ul.gfield_checkbox li {
    float: left;
    padding-bottom: 10px;
    width: 33%;
}

.gf_list_3col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 33%;
}

.gf_list_4col ul.gfield_checkbox li {
    float: left;
    padding-bottom: 10px;
    width: 25%;
}

.gf_list_4col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 25%;
}

.gf_list_5col ul.gfield_checkbox li {
    float: left;
    padding-bottom: 10px;
    width: 20%;
}

.gf_list_5col ul.gfield_radio li {
    float: left;
    padding-bottom: 10px;
    width: 20%;
}

.gf_list_inline ul.gfield_checkbox li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.gf_list_inline ul.gfield_radio li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.gform_confirmation_wrapper {
    padding-bottom: 50px;
    font-weight: bold;
}

.ti-form-page .ti-min-form-height {
    min-height: 500px;
}

.ti-form-page .ti-pull-right {
    float: right !important;
}

.ti-form-page .ti-pull-left {
    float: left !important;
}

.ti-form-page .entry-summary.summary .columns-6.product-summary {
    width: 100%;
}

.ti-form-page .ti-columns-6 {
    width: 50%;
}

.ti-form-page .clearfix {
    content: "";
    display: table;
    clear: both;
}

.ti-form-page .product-summary a {
    margin-bottom: 10px;
}

#theForm br {
    display: none;
}

#theForm select {
    max-width: none;
}

#theForm span {
    text-align: left;
    display: inline-block;
}

#theForm p {
    text-align: left;
}

@media screen and (max-width: 480px) {
    li.gf_first_quarter {
        width: 100%;
    }
    
    li.gf_fourth_quarter {
        width: 100%;
    }
    
    li.gf_left_half {
        width: 100%;
    }
    
    li.gf_left_third {
        width: 100%;
    }
    
    li.gf_middle_third {
        width: 100%;
    }
    
    li.gf_right_half {
        width: 100%;
    }
    
    li.gf_right_third {
        width: 100%;
    }
    
    li.gf_second_quarter {
        width: 100%;
    }
    
    li.gf_third_quarter {
        width: 100%;
    }
    
    .gf_list_2col ul.gfield_checkbox li {
        width: 100%;
    }
    
    .gf_list_2col ul.gfield_radio li {
        width: 100%;
    }
    
    .gf_list_3col ul.gfield_checkbox li {
        width: 100%;
    }
    
    .gf_list_3col ul.gfield_radio li {
        width: 100%;
    }
    
    .gf_list_4col ul.gfield_checkbox li {
        width: 100%;
    }
    
    .gf_list_4col ul.gfield_radio li {
        width: 100%;
    }
    
    .gf_list_5col ul.gfield_checkbox li {
        width: 100%;
    }
    
    .gf_list_5col ul.gfield_radio li {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .gform_wrapper .ginput_left {
        width: 100% !important;
        float: none !important;
    }
    
    .gform_wrapper .ginput_right {
        width: 100% !important;
        float: none !important;
    }
    
    .gform_wrapper .gfield {
        width: 100%;
    }
}

#masthead {
    position: absolute;
    max-height: 100px;
    box-shadow: 0 7px 9px -2px rgba(0,0,0,.2);
}

#masthead .ti-search {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
    padding: 5px 60px 5px 15px;
    position: relative;
}

#masthead .ti-search:focus {
    outline: none;
}

.ti-search-expand.ti-search-closed .ti-search {
    width: 50px;
    opacity: 0;
    right: 0;
    border-color: transparent;
}

.ti-search::-webkit-input-placeholder {
    font-style: italic;
    letter-spacing: 0.01em;
}

.ti-search::-moz-placeholder {
    font-style: italic;
    letter-spacing: 0.01em;
}

.ti-search:-ms-input-placeholder {
    font-style: italic;
    letter-spacing: 0.01em;
}

.hero-wrapper {
    padding-bottom: 50px;
}

.hero-wrapper img {
    vertical-align: bottom;
}

.hero-content h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    color: white;
}

.hero-content p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    line-height: 32px;
}

.hero-content .button {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    background: #8CDFE2;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #0F4A65;
}

.hero-content .button:hover {
    background: #63CED2;
}

.hero-content .invisible {
    background: none;
    color: white;
    padding: 18px 28px;
    border: 2px solid white;
}

.hero-content .invisible:hover {
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .ti-hero-sub-banner p {
        margin-bottom: 15px;
    }
}

.ss-facebook:before {
    content: '';
    font-size: 0;
    color: transparent;
    display: block;
    width: 24px;
    background: url(/wp-content/themes/specops/images/ss-social-sprite-2x-x.png) 0 -58px no-repeat;
    background-size: 174px 82px;
    height: 24px;
}

.ss-facebook:hover:before {
    background-position: 0 0;
}

.ss-googleplus:before {
    content: '';
    font-size: 0;
    color: transparent;
    display: block;
    width: 24px;
    background: url(/wp-content/themes/specops/images/ss-social-sprite-2x-x.png) -98px -60px no-repeat;
    background-size: 174px 82px;
    height: 22px;
}

.ss-googleplus:hover:before {
    background-position: -98px -2px;
}

.ss-linkedin:before {
    content: '';
    font-size: 0;
    color: transparent;
    display: block;
    width: 24px;
    background: url(/wp-content/themes/specops/images/ss-social-sprite-2x-x.png) -76px -58px no-repeat;
    background-size: 174px 82px;
    height: 25px;
}

.ss-linkedin:hover:before {
    background-position: -76px 0px;
}

.ss-mail:before {
    content: '';
    font-size: 0;
    color: transparent;
    display: block;
    width: 24px;
    background: url(/wp-content/themes/specops/images/ss-social-sprite-2x-x.png) -129px -61px no-repeat;
    background-size: 174px 82px;
    margin-bottom: 4px;
    height: 18px;
}

.ss-mail:hover:before {
    background-position: -129px -3px;
}

.ss-twitter:before {
    content: '';
    font-size: 0;
    color: transparent;
    display: block;
    width: 24px;
    background: url(/wp-content/themes/specops/images/ss-social-sprite-2x-x.png) -24px -60px no-repeat;
    background-size: 174px 82px;
    margin-bottom: 2px;
    height: 20px;
}

.ss-twitter:hover:before {
    background-position: -24px -2px;
}

.mobile-nav-container {
    display: none;
}

.mobile-nav-container a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.mobile-nav-container a:hover {
    text-decoration: none;
}

.mobile-nav-container .contact-email {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: url(../../images/icon-email.png) no-repeat 5% center #262828;
}

.mobile-nav-container .contact-email a {
    padding: 20px 0;
}

.mobile-nav-container .contact-email:hover {
    background: url(../../images/icon-email.png) no-repeat 5% center #222323;
}

.mobile-nav-container .contact-phone {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: url(../../images/icon-phone.png) no-repeat 5% center #2b2d2d;
    color: #fff;
}

.mobile-nav-container .contact-phone a {
    padding: 20px 0;
}

.mobile-nav-container .contact-phone:hover {
    background: url(../../images/icon-phone.png) no-repeat 5% center #262828;
}

.mobile-nav-container .social-menu {
    background: #000;
}

.mobile-nav-container .social-menu li {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding-top: 15px;
    text-align: center;
}

.mobile-nav-container .social-menu li:hover {
    background: #2b2d2d;
}

.mobile-nav-container .social-menu li+li {
    border-left: 2px solid #2b2d2d;
}

.mobile-nav-container .social-menu a {
    font-size: 42px;
    font-size: 2.625rem;
}

.mobile-nav-container [class*=block-grid-] {
    margin-right: 0;
    margin-left: 0;
}

.mobile-nav-container .block-grid-2 li:nth-of-type(odd) {
    border-left: none;
}

.burger-trigger {
    background: none;
    display: none;
    height: 65px;
    padding-top: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 65px;
}

.burger-trigger:focus {
    outline: none;
}

.burger-trigger span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: #000;
    display: block;
    height: 3px;
    margin: 12px auto 0;
    position: relative;
    top: 0;
    width: 70%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

.burger-trigger.open span:first-child {
    top: 15px;
    width: 60%;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger-trigger.open span:nth-child(2) {
    width: 0;
}

.burger-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60%;
    top: -15px;
    border-radius: 4px;
    background-clip: padding-box;
}

.mobile-sticky-cta-links {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
    margin: 0 -15px;
    background: #fff;
    padding: 15px 0;
    transition: .5s;
    opacity: 1;
}

.mobile-sticky-cta-links.open {
    height: 0;
    padding: 0;
    opacity: 0;
}

.mobile-sticky-cta-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin: 0 15px;
}

.full-width-trigger {
    display: none;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.full-width-trigger a {
    font-size: 20px;
    font-size: 1.25rem;
    background: #000;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.full-width-trigger a:hover {
    background: #2b2d2d;
}

.full-width-trigger a.open:before {
    content: 'Close ';
}

.full-width-trigger a.open+span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.menu-slide {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 32px;
    font-size: 2rem;
    border-radius: 50%;
    background-clip: padding-box;
    background: url(../../images/menu-slide.png) no-repeat center 58% #2b2d2d;
    color: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 2%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 35px;
}

#mobile-utility-nav {
    border-top: 2px solid #2b2d2d;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}

#mobile-utility-nav>li {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#mobile-utility-nav>li>a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 20px 0 17px;
}

#mobile-utility-nav>li>a:hover {
    background: #2b2d2d;
    text-decoration: none;
}

#mobile-utility-nav>li+li {
    border-top: 2px solid #2b2d2d;
}

#mobile-utility-nav>li.call-to-action {
    background: #1d1e1e;
}

#mobile-utility-nav .menu-slide.open {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#mobile-utility-nav .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-utility-nav .sub-menu li {
    background: #262828;
}

#mobile-utility-nav .sub-menu .sub-menu li {
    background: #222323;
}

#mobile-utility-nav #lang_sel {
    text-align: left;
    height: auto;
    position: relative;
    top: 2px;
    padding-top: 20px;
    padding-bottom: 17px;
}

#mobile-utility-nav #lang_sel a {
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

#mobile-utility-nav #lang_sel a:hover {
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

#mobile-nav {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}

#mobile-nav>li {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#mobile-nav>li>a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 20px 0 17px;
}

#mobile-nav>li>a:hover {
    background: #2b2d2d;
    text-decoration: none;
}

#mobile-nav>li+li {
    border-top: 2px solid #2b2d2d;
}

#mobile-nav>li.call-to-action {
    background: #1d1e1e;
}

#mobile-nav .menu-slide.open {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#mobile-nav .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-nav .sub-menu li {
    background: #262828;
}

#mobile-nav .sub-menu .sub-menu li {
    background: #222323;
}

#mobile-nav #lang_sel {
    text-align: left;
    height: auto;
    position: relative;
    top: 2px;
    padding-top: 20px;
    padding-bottom: 17px;
}

#mobile-nav #lang_sel a {
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

#mobile-nav #lang_sel a:hover {
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

#mobile-nav.aside {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#mobile-utility-nav.aside {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .mobile-nav-container {
        position: fixed;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        padding: 0;
        background: #000;
    }
    
    .mobile-nav-container .social-menu {
        margin-bottom: 0;
    }
    
    .mobile-nav-container .social-menu li {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    
    .mobile-nav-container .social-menu a {
        width: 35px;
        font-size: 2.125em;
        position: relative;
        top: 6px;
        display: block;
        line-height: 1;
        text-align: center;
    }
    
    #mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    #mobile-nav>li {
        width: 100%;
    }
    
    #mobile-nav>li.ti-menu-header-search {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 15px;
    }
    
    #mobile-nav .ti-search-expand {
        position: relative;
        width: 100%;
    }
    
    #mobile-nav .ti-search-expand .ti-search {
        width: 100%;
        opacity: 1 !important;
    }
    
    #mobile-nav .ti-search-expand .ti-search-close-icon {
        display: none !important;
    }
    
    #mobile-nav .ti-search {
        height: 38px;
        border-radius: 4px;
    }
    
    #mobile-nav .ti-search:focus {
        outline: none;
    }
    
    #mobile-nav .ti-search-icon {
        height: 38px;
        background-color: #1AC0C6 !important;
        border-radius: 0 4px 4px 0;
        width: 58px;
    }
}

.pagination {
    list-style: none;
    margin: 15px 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin-right: 10px;
}

.pagination li:empty {
    display: none;
}

.pagination li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    padding: 5px 10px;
}

.pagination .current a {
    background: #000;
    border-radius: 4px;
    background-clip: padding-box;
    color: #1AC0C6;
}

.pagination .prev {
    vertical-align: middle;
}

.pagination .prev a {
    font-size: 0;
    background: url(../../images/next-blue.png) no-repeat;
    transform: scaleX(-1);
    width: 15px;
    height: 15px;
    background-position: center;
    display: block;
    padding: 0;
}

.pagination .next {
    vertical-align: middle;
}

.pagination .next a {
    font-size: 0;
    background: url(../../images/next-blue.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: center;
    display: block;
    padding: 0;
}

.related-article {
    background: #DEE0E6;
    padding: 50px 0;
}

.related-resources-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin: 0;
    padding: 0;
}

.related-resources-list .related-resource {
    flex: 1;
    font-weight: normal;
    box-sizing: content-box;
    width: 30%;
    min-width: 300px;
    margin-top: 1em;
    margin-left: 1em;
}

.related-resources-list .related-resource+.related-resource {
    margin-left: 1em;
}

.related-resources-list .related-resource a {
    width: 100%;
}

.related-resources-list .related-resource .card {
    width: 100%;
    background-color: #fff;
    color: #000;
}

.related-resources-list .related-resource .card .card-header {
    padding: 20px;
    position: relative;
    background-color: #DEE0E6;
    background-image: url("../../images/graph-bg.png"), linear-gradient(180deg, #DEE0E6 0%, #DEE0E6 100%);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    min-height: 110px;
}

.related-resources-list .related-resource .card .card-header h5 {
    position: absolute;
    font-size: 1.125rem;
    bottom: 0;
    left: 5%;
    font-weight: bold;
}

.related-resources-list .related-resource .card .card-body {
    color: #303232;
    padding: 20px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

@media (max-width: 639px) {
    .related-resources-list .related-resource+.related-resource {
        margin: 1em 0 0 1em;
    }
}

.related-article {
    background: #DEE0E6;
    padding: 50px 0;
}

.related-article.card {
    padding: 0;
}

.related-article h5 {
    line-height: 1.5;
    font-weight: 700 !important;
}

.related-articles {
    background-color: #154865;
    padding: 3em 0;
}

.related-articles:hover a {
    color: #154865;
}

.related-articles h2 {
    color: #fff;
}

.related-articles ul {
    display: flex;
    flex-wrap: wrap;
}

.related-articles ul li {
    display: flex;
}

.related-articles ul li a {
    display: flex;
}

.social-menu li a.ss-social-regular {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: block;
}

.tabs .slider-thumbs {
    font-size: 0;
    margin: 0 0 -1px;
    padding: 0;
}

.tabs .slider-thumbs li {
    font-size: 20px;
    font-size: 1.25rem;
    background: #ebebeb;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    cursor: pointer;
    display: inline;
    display: inline-block;
    line-height: 1;
    padding: 15px 45px;
    position: relative;
    z-index: 1;
}

.tabs .slider-thumbs li:last-child {
    border-right: 1px solid #dfdfdf;
}

.tabs .slider-thumbs li.flex-active {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tabs .tab-slider {
    border: 1px solid #dfdfdf;
}

.tabs .slides>li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    padding: 45px 50px;
}

@media screen and (max-width: 767px) {
    .tabs .slider-thumbs {
        overflow: auto;
    }
    
    .tabs .slider-thumbs li {
        display: block;
        float: left;
        padding: 15px 0;
        text-align: center;
        width: 33.333%;
    }
}

@media screen and (max-width: 480px) {
    .tabs .slider-thumbs li {
        width: 50%;
    }
    
    .tabs .slider-thumbs li:nth-child(odd) {
        clear: both;
    }
    
    .tabs .slider-thumbs li:nth-child(2n) {
        border-right: 1px solid #dfdfdf;
    }
    
    .tabs .slider-thumbs li.flex-active {
        border-bottom: none;
    }
}

.top-banner {
    background-color: #DEE0E6;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}

.top-banner .columns-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top-banner .top-bar-tagline {
    float: left;
    color: #0F4A65;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75rem;
    letter-spacing: 0.025em;
    padding-left: 2px;
}

.top-banner #utility-nav {
    display: inline-block;
    font-size: .875rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-banner #utility-nav>li {
    display: inline-block;
    vertical-align: top;
}

.language-switcher--mobile {
    display: none;
}

.top-banner .language-switcher-toggle {
    border-left: 1px solid #0F4A65;
    padding-left: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-banner .language-switcher-toggle:before {
    content: '';
    background: url(../../images/blue-globe.svg);
    width: 20px;
    height: 20px;
    background-position: bottom;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-banner .language-switcher-toggle:hover:before {
    background: url(../../images/light-blue-globe.svg);
    background-position: bottom;
    background-size: contain;
}

.top-banner .language-switcher-toggle:after {
    content: '';
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 2.2px;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: 0 0 3px 8px;
    color: #0F4A65
}

.top-banner .language-switcher-toggle:hover:after {
    color: #1AC0C6;
}

.top-banner .menu-item-has-children:after {
    content: '';
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 2.2px;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: 0 0 3px 8px;
    color: #0F4A65
}

.top-banner .menu-item-has-children:hover::after {
    border-color: #1AC0C6;
    
}


.top-banner .language-switcher-toggle:hover::after {
    border-color: #1AC0C6;
    background: url(../../images/light-blue-globe.png);
    background-position: bottom;
    background-size: contain;
}

.top-banner .language-switcher-toggle:focus::after {
    transform: rotate(-135deg);
    margin: 0 0 0 8px;
    border-color: #1AC0C6;
}

.top-banner .language-switcher-toggle.active::before {
    background: url(../../images/light-blue-globe.png);
    background-position: bottom;
    background-size: contain;
}

.top-banner .language-switcher-toggle.active::after {
    transform: rotate(-135deg);
    margin: 0 0 0 8px;
    border-color: #1AC0C6;
}

.top-banner #utility-nav .language-switcher-toggle:hover a {
    color: #1AC0C6;
}

.top-banner #utility-nav>li+li {
    margin-left: 20px;
}

.top-banner #utility-nav a {
    color: #0F4A65;
    font-size: .875rem;
}

.top-banner #utility-nav a:hover {
    color: #1AC0C6;
}

.top-banner #utility-nav .active a {
    color: #1AC0C6;
}

.top-banner .language-switcher {
    list-style: none;
    position: absolute;
    right: 0;
    top: calc(100% + 7px);
    background-color: #fff;
    padding: 0 30px 0 12px;
    z-index: 999;
    margin: 0;
    display: none;
}

.top-banner .language-switcher.active {
    display: block;
}

.top-banner .language-switcher li {
    font-size: 14px;
    text-align: left;
    padding: 8px 0;
}

.top-banner .language-switcher li a {
    color: #0F4A65;
}

.top-banner .language-switcher li a:hover {
    color: #1AC0C6;
}

#site-navigation {
    text-align: right;
    padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 920px) {
    #site-navigation .ubermenu-nav>li>a {
        padding: 10px;
        margin: 0;
        font-size: 0.875 pxrem;
    }
}

@media (min-width: 920px) and (max-width: 1079px) {
    #site-navigation .ubermenu-nav>li>a {
        margin: 0;
        padding: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    #site-navigation .ti-search-icon {
        width: 40px;
        height: 40px;
    }
}

#ubermenu-main-2-primary-2 {
    text-align: right;
}

#ubermenu-nav-main-2-primary {
    background: none;
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    position: relative;
}

#ubermenu-nav-main-2-primary .ubermenu-item-level-0>.ubermenu-submenu-drop {
    border: none;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab.ubermenu-active>.ubermenu-target {
    color: #fff;
}

i.ubermenu-sub-indicator.fas.fa-angle-:hover {
    color: #1AC0C6
}

#ubermenu-nav-main-2-primary>li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    background: none;
    padding: 0;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ubermenu-nav-main-2-primary>li:hover>.sub-menu {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
}

#ubermenu-nav-main-2-primary>li:hover>.sub-menu li {
    height: 39px;
}

#ubermenu-nav-main-2-primary>li:hover>.sub-menu li:hover .sub-menu {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
}

#ubermenu-nav-main-2-primary>li:hover>.sub-menu li:hover .sub-menu li {
    height: 39px;
}

#ubermenu-nav-main-2-primary>li:hover>a {
    background: #0F4A65;
    color: #fff;
}

#ubermenu-nav-main-2-primary>li:hover>a i {
    color: #1AC0C6
}

#ubermenu-nav-main-2-primary>li:hover>a:hover {
    text-decoration: none;
}

#ubermenu-nav-main-2-primary a:not(.ss-icon) {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    color: #0F4A65;
    padding: 14px 20px;
    margin: 0 5px;
    background: none;
    border-radius: 4px;
    background-clip: padding-box;
}

#ubermenu-nav-main-2-primary .toggle-language-switcher--mobile {
    display: none;
}

#ubermenu-nav-main-2-primary a:hover {
    color: #fff;
}

#ubermenu-nav-main-2-primary span.ubermenu-target {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    color: #000;
    padding: 14px 20px;
    margin: 0 5px;
    background: none;
    border-radius: 4px;
    background-clip: padding-box;
    width: 100%;
}

#ubermenu-nav-main-2-primary .sub-menu {
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    z-index: 1;
}

#ubermenu-nav-main-2-primary .sub-menu li {
    background: black;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
}

#ubermenu-nav-main-2-primary .sub-menu a {
    width: 175px;
}

#ubermenu-nav-main-2-primary .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

#ubermenu-nav-main-2-primary .ubermenu-submenu {
    width: 785px;
    left: auto;
    right: 0;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group {
    width: 27%;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel {
    width: 73%;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel a {
    width: 175px;
    text-align: center;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel li {
    margin-top: 40px;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel li a img {
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel li a:hover img {
    opacity: 0.7;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group a {
    font-size: 14px;
    width: 98%;
    color: #000;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group span.ubermenu-target {
    font-size: 14px;
    width: 98%;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group img {
    width: 80px;
    margin: 0 auto 20px;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group>.ubermenu-active {
    background: #0F4A65;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group>.ubermenu-active>a {
    color: #fff;
}

#ubermenu-nav-main-2-primary .ubermenu-tabs-group>.ubermenu-active>a i {
    color: #1AC0C6;
}

#ubermenu-nav-main-2-primary>li.ti-menu-header-search {
    padding-left: 50px;
}

#mega-menu-wrap-primary li.ti-menu-header-search {
    padding-left: 50px;
}

#ubermenu-nav-main-2-primary .ubermenu-item {
    opacity: 1;
}

#ubermenu-nav-main-2-primary .ubermenu-item.ti-fadeout {
    opacity: 0;
}

#ubermenu-nav-main-2-primary .resources-menu~ul.ubermenu-submenu {
    width: auto;
    min-width: auto;
    right: auto;
    margin-left: 5px;
}

#ubermenu-nav-main-2-primary .resources-menu~ul.ubermenu-submenu li {
    display: block;
    float: none;
}

#ubermenu-nav-main-2-primary .resources-menu~ul.ubermenu-submenu li:hover,
#ubermenu-nav-main-2-primary .blue-background__hover~ul.ubermenu-submenu ul.ubermenu-submenu li:hover {
    background: #0F4A65;
}

#ubermenu-nav-main-2-primary .ubermenu-submenu,
#ubermenu-nav-main-2-primary .blue-background__hover~ul.ubermenu-submenu li {
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    #ubermenu-nav-main-2-primary .resources-menu~ul.ubermenu-submenu li {
        text-align: center;
    }
}

.ubermenu-submenu-drop {
    max-width: 95vw;
}

.ubermenu-sub-indicator .fas .fa-angle-down:before {
    color: #0F4A65;
}

.ubermenu-sub-indicator .fas .fa-angle-down:hover:before {
    color: #1AC0C6;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 7px !important;
    margin-top: -7px !important;
}

@media screen and (max-width: 767px) {
    #site-navigation {
        width: auto;
        height: auto;
        float: right;
    }
    
    #site-navigation .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
        right: 15px !important;
    }
    
    #ubermenu-nav-main-2-primary {
        background: #DEE0E6;
        position: absolute !important;
        top: 100px;
        left: 0;
        right: 0;
        padding: 0;
        max-height: calc(100vh - 100px);
        overflow: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    #ubermenu-nav-main-2-primary>li {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    
    #ubermenu-nav-main-2-primary>li>a {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px !important;
        font-size: 1.25rem !important;
        font-weight: bold;
        display: block;
        padding: 20px 0 !important;
    }
    
    #ubermenu-nav-main-2-primary>li>a:not(.ss-icon) {
        width: 100%;
        color: #0F4A65;
    }
    
    #ubermenu-nav-main-2-primary>li>a:not(.ss-icon):hover {
        width: 100%;
        color: #1AC0C6;
    }
    
    #ubermenu-nav-main-2-primary .toggle-language-switcher--mobile {
        display: block;
        border: 0;
        cursor: pointer;
    }
    
    #ubermenu-nav-main-2-primary .toggle-language-switcher--mobile span:before {
        content: '';
        background: url('../../images/gray-globe2.svg');
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 2px 0;
    }
    
    #ubermenu-nav-main-2-primary .toggle-language-switcher--mobile span {
        color: #0F4A65 !important;
        font-size: .875rem !important;
        font-weight: 400;
        text-transform: capitalize
    }
    
    .language-switcher--mobile {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        background-color: #fff;
        text-align: left;
        padding: 7px 6px 14px;
        list-style: none;
        border-radius: 4px;
        margin: 0;
        min-width: 50%
    }
    
    .language-switcher--mobile li:not(:last-of-type) {
        border-bottom: 1px solid rgb(43 45 45 / .25);
        padding: 7px 10px;
    }
    
    .language-switcher--mobile li:last-of-type {
        padding: 7px 10px 0;
    }
    
    .language-switcher--mobile>li,
    .language-switcher--mobile a {
        color: #000000;
    }
    
    .language-switcher--mobile>li {
        font-size: 14px;
    }
    
    .language-switcher--mobile>li.language-switcher--current {
        font-weight: bold;
    }
    
    .language-switcher--mobile>li.language-switcher--head {
        text-transform: uppercase;
        font-weight: bold;
    }
    
    .modal--overlay {
        display: none;
        background: rgb(34 34 34 / .5);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
    }
    
    .language-switcher--mobile-close {
        color: #000000;
        height: 22px;
        width: 22px;
        background: #FFFFFF;
        border-radius: 100%;
        position: absolute;
        top: -21px;
        right: -21px;
        font-size: 22px;
        text-indent: 5px;
        line-height: 20px;
        font-weight: bold;
    }
    
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel {
        border: none;
        border-bottom: 1px solid #DEE0E6;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel a {
        display: inline;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group .ubermenu-tab-content-panel li {
        margin-top: 0;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group a {
        text-align: center;
        width: 100%;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group>.ubermenu-active {
        background: #1AC0C6;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group>.ubermenu-active>a {
        color: #000 !important;
        border-radius: 0;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group>.ubermenu-active>span.ubermenu-target {
        color: #000 !important;
        border-radius: 0;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group>li>a {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 10px;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    #ubermenu-nav-main-2-primary .ubermenu-tabs-group>li>span.ubermenu-target {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 10px;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    #ubermenu-nav-main-2-primary .ti-menu-header-search {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 15px !important;
    }
    
    #ubermenu-nav-main-2-primary .ti-menu-header-search .ti-search-expand {
        position: static;
    }
    
    #ubermenu-nav-main-2-primary .ti-menu-header-search .ti-search {
        width: 100%;
        opacity: 1 !important;
        height: 38px;
    }
    
    #ubermenu-nav-main-2-primary .ti-menu-header-search .ti-search-icon {
        background-color: #1AC0C6 !important;
        border-radius: 0 4px 4px 0;
        width: 58px;
        height: 38px;
        right: 15px;
    }
    
    #ubermenu-nav-main-2-primary .social-menu {
        margin: 0 auto;
        max-width: 320px;
        padding-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    #ubermenu-nav-main-2-primary .social-menu li {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    
    #ubermenu-nav-main-2-primary .social-menu a {
        color: #fff;
        width: 35px;
        font-size: 2.125em;
        position: relative;
        top: 6px;
        display: block;
        line-height: 1;
        text-align: center;
    }
    
    #ubermenu-nav-main-2-primary .social-menu a:hover {
        color: #fff;
    }
    
    #ubermenu-main-2-primary-2 {
        position: static;
    }
    
    .ubermenu-responsive-collapse {
        display: none !important;
    }
    
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        position: relative !important;
        top: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin: 0 !important;
    }
    
    .ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
        position: relative !important;
        border: none;
    }
    
    .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        border: none;
    }
    
    .ubermenu-responsive-default.ubermenu-responsive {
        max-height: none !important;
    }
    
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
        border: none;
    }
    
    #ubermenu-main-2-primary-2.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 15px !important;
    }
}

.ubermenu-item .ubermenu-item-type-custom .ubermenu-item-object-custom .ubermenu-item-has-children .ubermenu-item-level-0 .ubermenu-column .ubermenu-column-auto .ubermenu-has-submenu-drop .double-full-width:before.ubermenu-has-submenu-mega .ubermenu-sub-indicator:hover {
    color: #1AC0C6;
}

@media screen and (min-width: 768px) {
    #ubermenu-main-2-primary-2.ubermenu-sub-indicators>.ubermenu-nav>li.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        position: relative;
        right: auto !important;
        display: inline-block;
        margin-left: 7px;
    }
}

@media screen and (max-width: 800px) {
    #ubermenu-nav-main-2-primary li a {
        margin: 0 !important;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1100px) {
    #ubermenu-nav-main-2-primary li a {
        padding: 14px 9px;
        margin: 0;
    }
    
    #site-navigation {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    #ubermenu-nav-main-2-primary {
        padding-top: 0px;
        vertical-align: middle;
    }
    
    #masthead.fixed-header {
        height: auto;
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
    #ubermenu-nav-main-2-primary a {
        font-size: 15px;
        font-size: 0.938rem;
    }
}

.error404 .entry-title {
    font-size: 132px;
    font-size: 8.25rem;
    text-align: center;
}

.error404 .entry-content {
    text-align: center;
    padding: 40px 0;
}

.error404 .entry-content p {
    font-size: 36px;
    font-size: 2.25rem;
    font-style: italic;
    line-height: 72px;
}

.error404 .s404 input[type=search] {
    display: block;
    width: 50%;
    max-width: 100%;
    padding: 10px 20px;
    margin: 0 auto 30px;
}

.error404 .s404 input[type=submit] {
    width: 100%;
    max-width: 100px;
}

.page-template-_about-new section,
.ueber-specops-software section {
    width: 100%;
}

.page-template-_about-new section>.row,
.ueber-specops-software section>.row {
    padding: 30px 0;
}

.page-template-_about-new h2,
.ueber-specops-software h2,
.page-template-_about-new .people__heading,
.ueber-specops-software .people__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.page-template-_about-new h2::after,
.ueber-specops-software h2::after,
.page-template-_about-new .people__heading::after,
.ueber-specops-software .people__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    border-bottom: 1px solid #1AC0C6;
    width: 460px;
    max-width: 90%;
}

.page-template-_about-new .people h2,
.ueber-specops-software .people h2,
.page-template-_about-new .people .people__heading,
.ueber-specops-software .people .people__heading {
    padding-bottom: 10px;
}

#story {
    border-bottom: 1px solid #DEE0E6;
}

#story>.row {
    padding-top: 0;
    padding-bottom: 30px;
}

#story h2 {
    margin-bottom: 15px;
}

#story p {
    text-align: center;
}

#story p:last-child {
    padding-bottom: 0;
}

#people h2 {
    margin-bottom: 30px;
}

#people .people .person {
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}

.person .image-wrap {
    position: relative;
    margin-bottom: 15px;
}

.person .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.person .overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: none;
}

.person .overlay .button {
    display: none;
}

.person .job-title {
    color: #0F4A65;
    font-style: italic;
    font-size: 16px;
    padding: 0;
    line-height: 1.4;
}

.person .bio-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.person .bio-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 820px;
    max-width: 90%;
    max-height: 90vh;
    height: auto;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-align: left;
    padding: 20px;
}

.person .bio-modal .close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #000;
    height: 32px;
    width: 32px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.person .bio-modal .close:hover {
    opacity: 0.7;
}

.person .bio-modal h3 {
    text-align: left;
}

.person .bio-modal .job-title {
    margin-bottom: 20px;
    line-height: 1.4;
}

.person .bio-modal .bio-img {
    float: right;
    line-height: 0;
    margin-top: 20px;
    display: none;
    width: 33%;
}

.person .bio-modal .bio {
    float: left;
    width: 100%;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 400;
}

.person .bio-modal .bio p {
    line-height: 1.3;
}

.person .bio-modal .bio p:last-child {
    padding: 0;
}

.person .active {
    visibility: visible;
    opacity: 1;
}

.person .active+.bio-modal {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.people .person h3 {
    font-size: 24px;
    line-height: 1.167;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.people .person .image-wrap img {
    margin-bottom: 0;
    object-fit: cover;
    width: 280px;
    height: 280px;
}

.people .person .bio-modal img {
    line-height: 0;
    margin: 0;
}

#locations {
    background: #000;
    color: #fff;
}

#locations h2 {
    color: #fff;
}

#locations h3 {
    color: #fff;
}

#locations h4 {
    color: #fff;
}

#locations h5 {
    color: #fff;
}

#locations h6 {
    color: #fff;
}

#locations>.row {
    padding: 30px 0;
}

#locations .locations-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#locations .location {
    float: left;
    margin: 0 0 16px;
    background-color: #262828;
    background-size: 70% auto;
    background-position: right 1% bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 24px 16px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

#locations .location-title {
    position: relative;
    z-index: 2;
}

#locations .location-title h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 10px;
}

#locations .location-contact {
    position: relative;
    z-index: 2;
}

#locations .location-contact p {
    font-size: 16px;
    line-height: 1.6;
}

#locations .location-contact .contact {
    padding-bottom: 0;
}

#locations .location-contact .contact a {
    color: #fff;
    text-decoration: underline;
}

.location-highlights .columns-8 .row+.row {
    margin-top: 30px;
}

#partners {
    border-top: 1px solid #DEE0E6;
}

#partners>.row {
    padding: 30px 0 10px;
}

#partners h2 {
    margin-bottom: 25px;
}

#partners .partners-logos {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

#partners .partners-logos li {
    width: 48%;
    margin-bottom: 20px;
}

#partners .partners-logos .image-placeholder {
    background: #ccc;
    height: 40px;
    width: 100%;
}

#partners-callout {
    background: #ececec;
}

#partners-callout>.row {
    padding: 20px 0;
}

#partners-callout [class^="columns"] {
    text-align: center;
}

#partners-callout .button {
    display: block;
    max-width: 400px;
    margin: 15px auto 0;
}

#highlights h2 {
    margin-bottom: 20px;
}

#highlights h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    margin: 0 0 20px;
    background: #000;
    color: #1AC0C6;
    border-radius: 3px;
    padding: 10px;
    clear: both;
    position: relative;
    z-index: 2;
}

#highlights ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    margin-bottom: 20px;
    position: relative;
}

#highlights ul::after {
    content: '';
    position: absolute;
    top: -24px;
    bottom: -20px;
    left: 5px;
    z-index: -1;
    width: 0;
    border-left: 1px solid #d8d8d8;
}

#highlights ul li {
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    padding-left: 20px;
    margin-left: 10px;
}

#highlights ul li::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background: #1AC0C6;
    position: absolute;
    top: 6px;
    border-radius: 50%;
    left: -10px;
}

#highlights ul li p {
    font-size: 14px;
    padding-bottom: 10px;
}

#highlights ul li a {
    font-weight: bold;
}

#highlights .show-more {
    float: left;
    width: 100%;
    clear: both;
}

#highlights .show-more .show-more-button {
    border: 1px solid #000;
    color: #000;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    font-weight: bold;
    font-family: "Roboto", "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 12px;
    display: block;
    text-align: center;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#highlights .show-more .show-more-button:hover {
    color: #0F4A65;
    border-color: #0F4A65;
}

#highlights .more-highlights {
    float: left;
    width: 100%;
    clear: both;
    display: none;
}

#highlights .more-highlights>div:last-child ul li:last-child::before {
    content: '';
    width: 10px;
    top: 12px;
    bottom: -30px;
    left: -10px;
    background: #fff;
    display: block;
    position: absolute;
}











@media screen and (min-width: 480px) and (max-width: 767px) {
    #people .info-wrap {
        padding-left: 5%;
    }
}

@media screen and (max-height: 460px) {
    .person .bio-modal {
        overflow-x: visible;
        overflow-y: auto;
    }
}

@media screen and (min-width: 400px) {
    #locations .location {
        background-size: 50% auto;
    }
}

@media screen and (min-width: 520px) {
    #locations .location {
        background-size: 300px auto;
    }
}

@media screen and (max-width: 939px) {
    #locations .location::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(38, 40, 40, 0.8);
    }
}

@media screen and (min-width: 940px) {
    #locations .location {
        width: calc(50% - 20px);
        margin: 0 auto 20px;
        padding: 30px 0;
        background-size: 30% auto;
        background-position: 7% bottom;
    }
    
    #locations .location-title {
        float: left;
        width: 38%;
        text-align: right;
        padding-left: 10px;
    }
    
    #locations .location-title h3 {
        font-size: 24px;
    }
    
    #locations .location-contact {
        float: left;
        width: 62%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page-template-_about-new section>.row {
    padding: 40px 0;
}

.page-template-_about-new h2 {
    margin-bottom: 40px;
}

#story>.row {
    padding-bottom: 40px;
}

#story h2 {
    margin-bottom: 20px;
}

#people h2 {
    margin-bottom: 40px;
}

.person .overlay {
    visibility: hidden;
    display: block;
}

.person .overlay::before {
    visibility: hidden;
    display: block;
    content: '';
    display: block;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
}

.person .overlay .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    min-width: 132px;
    display: block;
}

.person .image-wrap:hover .overlay {
    visibility: visible;
}

.person .image-wrap:hover .overlay::before {
    opacity: 1;
    visibility: visible;
}

.person .image-wrap:hover .overlay .button {
    opacity: 1;
    margin-top: 0;
}

.person .bio-modal {
    padding: 60px 0 0 60px;
}

.person .bio-modal .close {
    top: 24px;
    right: 24px;
}

.person .bio-modal .bio-img {
    display: block;
}

.person .bio-modal .bio {
    width: calc(100% - 290px);
}

.person .bio-modal .bio p:last-child {
    padding-bottom: 15px;
}

#locations>.row {
    padding: 40px 0;
}

#partners>.row {
    padding: 40px 0 20px;
}

#partners h2 {
    margin-bottom: 30px;
}

#partners .partners-logos li {
    width: 29%;
}

#partners-callout .button {
    display: inline-block;
    margin: 0 0 0 10px;
}

#highlights h2 {
    margin-bottom: 30px;
}

#highlights h3 {
    margin: 0 auto 24px;
}

#highlights ul {
    margin-bottom: 30px;
}

#highlights ul::after {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#highlights ul li {
    width: calc(50% - 45px);
    padding: 0;
    margin: 0;
}

#highlights ul li:nth-child(odd) {
    float: left;
    text-align: right;
    padding-left: 10%;
}

#highlights ul li:nth-child(odd)::after {
    right: -50px;
    left: auto;
}

#highlights ul li:nth-child(even) {
    float: right;
    text-align: left;
    padding-right: 10%;
}

#highlights ul li:nth-child(even)::after {
    left: -50px;
}

#highlights .show-more .show-more-button {
    width: 316px;
    margin: 0 auto;
}

#highlights .more-highlights>div:last-child ul li:last-child:nth-child(odd)::before {
    right: -50px;
    left: auto;
}

#highlights .more-highlights>div:last-child ul li:last-child:nth-child(even)::before {
    left: -50px;
}



@media screen and (min-width: 768px) {
    .page-template-_about-new section>.row {
        padding: 40px 0;
    }
    
    .page-template-_about-new h2 {
        margin-bottom: 40px;
    }
    
    #story>.row {
        padding-bottom: 40px;
    }
    
    #story h2 {
        margin-bottom: 20px;
    }
    
    #people h2 {
        margin-bottom: 40px;
    }
    
    .person .overlay {
        visibility: hidden;
        display: block;
    }
    
    .person .overlay::before {
        visibility: hidden;
        display: block;
        content: '';
        display: block;
        opacity: 0;
        background: rgba(255, 255, 255, 0.8);
    }
    
    .person .overlay .button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer;
        margin-top: 10px;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        min-width: 132px;
        display: block;
    }
    
    .person .image-wrap:hover .overlay {
        visibility: visible;
    }
    
    .person .image-wrap:hover .overlay::before {
        opacity: 1;
        visibility: visible;
    }
    
    .person .image-wrap:hover .overlay .button {
        opacity: 1;
        margin-top: 0;
    }
    
    .person .bio-modal {
        padding: 60px 0 0 60px;
    }
    
    .person .bio-modal .close {
        top: 24px;
        right: 24px;
    }
    
    .person .bio-modal .bio-img {
        display: block;
    }
    
    .person .bio-modal .bio {
        width: calc(100% - 290px);
    }
    
    .person .bio-modal .bio p:last-child {
        padding-bottom: 15px;
    }
    
    #locations>.row {
        padding: 40px 0;
    }
    
    #partners>.row {
        padding: 40px 0 20px;
    }
    
    #partners h2 {
        margin-bottom: 30px;
    }
    
    #partners .partners-logos li {
        width: 29%;
    }
    
    #partners-callout .button {
        display: inline-block;
        margin: 0 0 0 10px;
    }
    
    #highlights h2 {
        margin-bottom: 30px;
    }
    
    #highlights h3 {
        margin: 0 auto 24px;
    }
    
    #highlights ul {
        margin-bottom: 30px;
    }
    
    #highlights ul::after {
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    #highlights ul li {
        width: calc(50% - 45px);
        padding: 0;
        margin: 0;
    }
    
    #highlights ul li:nth-child(odd) {
        float: left;
        text-align: right;
        padding-left: 10%;
    }
    
    #highlights ul li:nth-child(odd)::after {
        right: -50px;
        left: auto;
    }
    
    #highlights ul li:nth-child(even) {
        float: right;
        text-align: left;
        padding-right: 10%;
    }
    
    #highlights ul li:nth-child(even)::after {
        left: -50px;
    }
    
    #highlights .show-more .show-more-button {
        width: 316px;
        margin: 0 auto;
    }
    
    #highlights .more-highlights>div:last-child ul li:last-child:nth-child(odd)::before {
        right: -50px;
        left: auto;
    }
    
    #highlights .more-highlights>div:last-child ul li:last-child:nth-child(even)::before {
        left: -50px;
    }
    
}

@media screen and (max-width: 767px) {

    .page-template-_about-new .columns-10 {
        width: 100%;
    }
    
    #people .person {
        width: 100%;
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    
    #people .person:last-child {
        margin-bottom: 0;
    }
    
    #people .person .image-wrap {
        width: 25%;
        float: left;
        margin: 0;
        position: static;
        line-height: 1;
    }
    
    #people .person h3 {
        font-size: 22px;
    }
    
    #people .info-wrap {
        padding-left: 10%;
        text-align: left;
        width: 80%;
    }
    
    #highlights>.row {
        padding-top: 40px;
    }
    
    .resource-inline {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .page-template-_about-new section>.row {
        padding: 80px 0;
    }
    
    .page-template-_about-new h2 {
        margin-bottom: 60px;
    }
    
    #story>.row {
        padding-bottom: 60px;
    }
    
    #story h2 {
        margin-bottom: 30px;
    }
    
    #people h2 {
        margin-bottom: 60px;
    }
    
    #locations>.row {
        padding: 60px 0 40px;
    }
    
    #partners>.row {
        padding: 60px 0 40px;
    }
    
    #partners h2 {
        margin-bottom: 40px;
    }
    
    #partners .partners-logos li {
        width: 15%;
    }
    
    #highlights h2 {
        margin-bottom: 50px;
    }
}

.archive .page-banner {
    margin-bottom: 0;
}

.archive article {
    padding: 20px 0px;
    border-bottom: 1px solid #DEE0E6;
}

.archive article .post-meta {
    text-align: center;
    line-height: 1em;
    padding: 5px 5px 10px;
    border: 10px solid #747474;
    border-radius: 50%;
    margin-top: 48px;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
}

.archive article .post-meta time {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #1AC0C6;
}

.archive article .post-meta time span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #1AC0C6;
    display: block;
}

.archive article h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 15px;
}

.archive article h2 a {
    color: #0F4A65;
}

.archive article .read-more {
    display: block;
}

.archive article:last-child {
    border: none;
}

.archive article .mobile-date {
    display: none;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.archive article .mobile-date span {
    margin-left: 5px;
}

.archive .site-footer {
    margin-top: 60px;
}

@media screen and (max-width: 650px) {
    .archive .category-list {
        padding: 0 15px;
    }
    
    .archive .category-list li {
        width: 100%;
        clear: none;
        margin-bottom: 10px;
    }
    
    .archive .category-list li a {
        border: 1px solid #414141;
    }
}

@media screen and (max-width: 600px) {
    .archive article .columns-2 {
        float: none;
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .archive article .columns-8 {
        float: none;
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .archive article .columns-1 {
        position: static;
        width: 16.66667%;
    }
    
    .archive article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .archive article .columns-8 {
        position: static;
        width: 58.33333%;
    }
}

@media screen and (max-width: 767px) {
    .archive article .columns-1 {
        display: none;
    }
    
    .archive article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .archive article .columns-8 {
        float: right;
        position: static;
        width: 75%;
    }
    
    .archive article h2 {
        padding-bottom: 10px;
    }
    
    .archive article .mobile-date {
        display: block;
    }
}

.category-list {
    margin-top: 50px;
}

.category-list li {
    padding: 0 0 1px;
}

.category-list li a {
    width: 100%;
    border-radius: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 25px 20px;
    background: none;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
    border-left: 1px solid #414141;
}

.category-list li a:hover {
    background: #414141;
    color: #1AC0C6;
}

.category-list li:last-of-type a {
    border-right: 1px solid #414141;
}

.category-list li .active {
    background: #414141;
    color: #1AC0C6;
}

.category-list li:nth-child(n+5) a {
    border-top: none;
}

.category-list li:nth-child(4n) a {
    border-right: 1px solid #414141;
}

.blog .ti-top-spacer,
.category .ti-top-spacer {
    display: none;
}

.blog .page-banner {
    margin-bottom: 0;
}

.blog article {
    padding: 20px 0px;
    border-bottom: 1px solid #DEE0E6;
}

.blog article .post-meta {
    text-align: center;
    line-height: 1em;
    padding: 5px 5px 10px;
    border: 10px solid #747474;
    border-radius: 50%;
    margin-top: 48px;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
}

.blog article .post-meta time {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #1AC0C6;
}

.blog article .post-meta time span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #1AC0C6;
    display: block;
}

.blog article h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 15px;
}

.blog article h2 a {
    color: #0F4A65;
}

.blog article .read-more {
    display: block;
}

.blog article:last-child {
    border: none;
}

.blog article .mobile-date {
    display: none;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.blog article .mobile-date span {
    margin-left: 5px;
}

.blog .site-footer {
    margin-top: 60px;
}

.single-post .post-intro {
    padding-top: 30px;
}

.single-post .post-intro .featured-image {
    display: block;
    float: right;
    max-width: 360px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.single-post .post-intro ul a {
    text-decoration: underline;
}

.single-post h1 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
    color: #0F4A65;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.25rem;
    color: #000;
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.15rem;
    color: #000;
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.0rem;
    color: #000;
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
}

.single-post .entry-date {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

.single-post .back-nav-wrapper {
    padding: 15px 25px;
    background: #DEE0E6;
    margin-bottom: 25px;
}

.single-post .back-nav-wrapper .social-sharing {
    display: inline-block;
    padding-top: 10px;
}

.single-post .back-nav-wrapper .social-sharing .share-label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-right: 15px;
    padding-bottom: 0;
}

.single-post .back-nav-wrapper .social-sharing ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-post .back-nav-wrapper .social-sharing li {
    display: inline-block;
    vertical-align: bottom;
}

.single-post .back-nav-wrapper .social-sharing li+li {
    margin-left: 15px;
}

.single-post .back-nav-wrapper .social-sharing a {
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 20px;
    color: #0F4A65;
}

.single-post .back-nav-wrapper .social-sharing a:hover {
    color: #747474;
}

.single-post .back-nav-wrapper .back-to {
    float: right;
    color: #0F4A65;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
}

.single-post .navigation-post {
    padding: 15px 0;
    margin-bottom: 20px;
}

.single-post .navigation-post:after {
    content: "";
    display: table;
    clear: both;
}

.single-post .navigation-post a {
    text-decoration: none;
    font-weight: 500;
    line-height: 1.3;
    color: #0F4A65;
}

.single-post .navigation-post .nav-previous {
    position: relative;
    max-width: 33.33333%;
    float: left;
    padding-left: 25px;
}

.single-post .navigation-post .nav-previous:before {
    content: "";
    border: 5px solid transparent;
    border-right-color: #747474;
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
}

.single-post .navigation-post .nav-next {
    position: relative;
    max-width: 33.33333%;
    float: right;
    text-align: right;
    padding-right: 25px;
}

.single-post .navigation-post .nav-next:before {
    content: "";
    border: 5px solid transparent;
    border-left-color: #747474;
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
}

.blog-search-holder {
    padding: 35px 0;
    background: #f1f1f1;
    margin-bottom: 60px;
}

.blog-search-holder .keyword-column {
    padding-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-right: 5px;
}

.blog-search-holder .postdate-column {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-search-holder .resource-languages-column {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-search-holder .resource-topic-column {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-search-holder .resource-types-column {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-search-holder .tags-column {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-search-holder .submit-column {
    padding-left: 5px;
}

.blog-search-holder label {
    display: block;
    margin-bottom: 5px;
}

.blog-search-holder input[type=text] {
    height: 50px;
}

.blog-search-holder select {
    height: 50px;
}

.blog-search-holder .styled-select {
    background-color: transparent;
}

.blog-search-holder .button {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #0F4A65;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 15px 30px;
    background: #8CDFE2;
    min-width: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.blog-search-holder .button:hover {
    background: #63CED2;
}

.blog-categories {
    display: block;
    margin-bottom: 25px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.blog-category-title {
    margin-top: 50px;
}

.blog-categories .ti-category-label {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.025em;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.blog-categories .burger-trigger {
    display: none;
    display: none;
    padding: 0;
    height: 25px;
    width: 25px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-categories .burger-trigger span {
    height: 2px;
    margin: 4px auto 0;
}

.blog-categories .burger-trigger.open span:first-child {
    top: 7.5px;
}

.blog-categories .burger-trigger.open span:nth-child(3) {
    top: -4.5px;
}

.blog-category-lists {
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: 0;
}

.blog-category-lists li {
    width: 100% !important;
    margin-left: -2px;
    margin-top: -2px;
    text-align: left !important;
}

@media (min-width: 767px) {
    .blog-category-lists {
        display: inline-block;
        vertical-align: middle;
    }
    
    .blog-category-lists li {
        width: auto !important;
        display: inline-block;
        text-align: center !important;
    }
}

.blog-category-lists li:nth-child(2) a {
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
}

.blog-category-lists li:last-child a {
    border-radius: 0 3px 3px 0;
    background-clip: padding-box;
}

.blog-category-lists a {
    display: block;
    padding: 10px 30px;
    border: 2px solid #DEE0E6;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 20px;
    line-height: 1.4;
}

.blog-category-lists a:hover {
    background: #0F4A65;
    color: #fff;
}

.blog-category-lists a.active {
    background: #0F4A65;
    color: #fff;
}

.blog-category-lists .all a {
    border: none;
    width: 80px;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    border: 2px solid #DEE0E6;
    width: auto;
    padding: 15px 20px;
    margin-right: 0;
}

.blog-category-lists .all a:hover {
    background: none;
    color: #000;
    background: #747474;
    color: #1AC0C6;
}

.blog-category-lists .all a.active {
    background: none;
    color: #000;
}

.tags {
    font-size: 14px;
    font-size: 0.875rem;
    clear: both;
}

.tags a {
    margin-left: 5px;
    font-size: 16px;
    font-size: 1rem;
}

.tags-title {
    font-weight: bold;
    text-transform: uppercase;
}

.author-block {
    position: relative;
    padding: 25px 0;
}

.author-block .author-option {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #0F4A65;
    line-height: 1;
    padding: 5px 15px;
    margin-top: 0.75em;
    border-radius: 15px;
    border: 2px solid #0F4A65;
}

.author-block .author-headshot {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 0;
    padding-bottom: calc(100% - 10px);
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #787878;
    overflow: hidden;
}

.author-block .read-more {
    text-decoration: none;
}

.author-meta {
    padding-top: 5px;
    padding-bottom: 5px;
}

.author-name {
    font-size: 22px;
    font-size: 1.375rem;
    color: #0F4A65;
    font-weight: bold;
    padding-bottom: 10px;
}

.author-bio {
    min-height: 15px;
}

.related-article {
    background: #DEE0E6;
}

.related-article h2 {
    text-align: center;
    color: #000;
}

.related-article .blog-wrap {
    background: #fff;
    padding: 20px;
}

.related-article h5 {
    line-height: 1.5;
    font-weight: bold;
}

.related-article h5 a {
    color: #000;
}

.related-article h5 a:hover {
    color: #1AC0C6;
}

.blog-search-form label {
    color: #000 !important;
}

@media screen and (max-width: 767px) {
    .blog article .columns-1 {
        display: none;
    }
    
    .blog article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .blog article .columns-8 {
        float: right;
        position: static;
        width: 75%;
    }
    
    .blog article h2 {
        padding-bottom: 10px;
    }
    
    .blog article .mobile-date {
        display: block;
    }
    
    .blog-categories .ti-category-label {
        text-align: left;
        float: left;
        padding: 10px;
        border: 2px solid #DEE0E6;
        cursor: pointer;
        width: 220px;
        font-size: 18px;
        position: relative;
    }
    
    .blog-categories .ti-category-label .ti-hide-mobile {
        display: none;
    }
    
    .blog-categories .ti-category-label i.ti-arrow {
        display: block;
    }
    
    .blog-categories .burger-trigger {
        display: block;
    }
    
    .blog-category-lists {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 320px;
        max-width: 95%;
        z-index: 2;
        top: 46px;
        left: 0;
        background: #fff;
    }
    
    .blog-category-lists li {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }
    
    .blog-category-lists .all a {
        text-align: left;
    }
    
    .blog-category-lists.ti-active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 500px) {
    .blog .category-list li {
        width: 50%;
        clear: none;
    }
    
    .blog .blog-search {
        position: static;
        width: 83.33333%;
    }
}

@media screen and (max-width: 600px) {
    .blog article .columns-2 {
        float: none;
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .blog article .columns-8 {
        float: none;
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .blog .category-list {
        padding: 0 15px;
    }
    
    .blog .category-list li {
        width: 100%;
        clear: none;
        margin-bottom: 10px;
    }
    
    .blog .category-list li a {
        border: 1px solid #414141;
    }
}

@media screen and (max-width: 1050px) {
    .blog article .columns-1 {
        position: static;
        width: 16.66667%;
    }
    
    .blog article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .blog article .columns-8 {
        position: static;
        width: 58.33333%;
    }
}

@media screen and (max-width: 979px) {
    .blog-category-lists li {
        width: 33.33%;
    }
}

@media screen and (max-width: 1169px) {
    .blog-categories .ti-category-label {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    
    .blog-category-lists li {
        text-align: center;
        width: 25%;
    }
}

.page-template-pages_careers-php .career-intro {
    background: #ededed;
    padding: 60px 20px 45px;
    margin-bottom: 25px;
}

.page-template-pages_careers-php .careers .row {
    padding-bottom: 50px;
}

.page-template-pages_careers-php .careers .row h2 a {
    color: #000;
}

.page-template-pages_careers-php .careers .row h2 a:hover {
    color: #1AC0C6;
}

.single-careers .careers-redirect {
    padding-bottom: 35px;
    display: block;
}

@media screen and (max-width: 767px) {
    .page-template-pages_careers-php .careers [class*=columns-] {
        position: static;
        width: 100%;
    }
    
    .single-careers [class*=columns-] {
        position: static;
        width: 100%;
    }
}

@keyframes button-arrow {
    0% {
        transform: translate(0, -5px);
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        transform: translate(0, 5px);
        opacity: 0;
    }
}

.case-banner {
    width: calc(100% - 30px);
    max-width: 400px;
    margin-top: 35px;
}

@media screen and (min-width: 1024px) {

    .mobile-sticky-cta-links {
        display: none;
    }
}

@media screen and (min-width: 670px) {
    .contact-content .gf-contact-form-wrap iframe {
        height: 790px;
    }
}

.testimonial-wrapper .button {
    background: #8CDFE2;
    color: #0F4A65;
    margin: 10px 7px;
}

.testimonial-wrapper .button:hover {
    background: #63CED2;
    color: #0F4A65;
}

.testimonial-wrapper .button:focus {
    background: #63CED2;
    color: #0F4A65;
}

.testimonial-wrapper .button:active {
    background: #63CED2;
    color: #0F4A65;
}

@media screen and (max-width: 767px) {
    [class*=columns-] {
        width: 100%;
    }
    
    .get-in-touch .get-in-wrapper {
        padding: 70px 50px;
    }
}

@media screen and (max-width: 400px) {

    .testimonial-wrapper .button {
        display: block;
        margin-bottom: 20px;
    }
}

#secondary {
    background: #DEE0E6;
    padding: 15px;
}

#secondary .widget_nav_menu li {
    display: none;
}

#secondary .widget_nav_menu .current-page-ancestor {
    display: block;
}

#secondary .widget_nav_menu .current-page-ancestor a {
    display: block;
}

#secondary .widget_nav_menu .current-page-ancestor li {
    display: block;
}

#secondary .widget_nav_menu .current-page-ancestor ul {
    display: block;
}

#secondary .widget_nav_menu .current_page_parent {
    display: block;
}

#secondary .widget_nav_menu .current_page_parent a {
    display: block;
}

#secondary .widget_nav_menu .current_page_parent li {
    display: block;
}

#secondary .widget_nav_menu .current_page_parent ul {
    display: block;
}

#secondary .widget_nav_menu li.current_page_item {
    display: block;
}

#secondary .widget_nav_menu li.current_page_item a {
    display: block;
}

#secondary .widget_nav_menu li.current_page_item li {
    display: block;
}

#secondary .widget_nav_menu li.current_page_item ul {
    display: block;
}

#secondary .widget+.widget {
    margin-top: 25px;
}

.page-template-_fullwidth #main,
.page-template-_our-partnerships #main {
    overflow: hidden;
}

.double-full-width {
    position: relative;
}

.double-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #154865;
    right: 0;
}

.double-full-width:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #3F6E83;
    left: 0;
}

.double-full-width .row {
    overflow: hidden;
}

.double-full-width [class*=columns-] {
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.double-full-width [class*=columns-]:first-child {
    background: #3F6E83;
    margin-bottom: -4000px;
    padding-bottom: 4000px;
}

.double-full-width [class*=columns-]:last-child {
    background: #154865;
}

.double-full-width p {
    color: #fff;
}

.double-full-width+.site-footer {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .admin-bar .site-header {
        top: 46px;
    }
    
    .admin-bar #product-sticky-footer.expanded .product-sticky-footer-wrapper {
        max-height: calc(100vh - 220px);
    }
    
    .widget-area {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    
    .page-template-_fullwidth .site-content,
    .page-template-_our-partnerships .site-content {
        padding: 0;
    }
    
    .site-content {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    
    .double-full-width [class*=columns-] {
        position: static;
        width: 100%;
        position: relative;
        position: static;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .double-full-width:after {
        background: none;
        position: static;
    }
    
    .double-full-width:before {
        background: none;
        position: static;
    }
    
    .fs-mobile-trigger {
        display: block;
    }
    
    .full-width-trigger {
        display: block;
    }
}

.pillar-body-text ul li {
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
    .burger-trigger-small {
        display: block;
    }
}





.summary-height>.row {
    position: relative;
    padding-bottom: 30px;
}

.summary-height>.row>.columns-6 {
    position: relative;
}

.summary-height>.row>.columns-6:after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}



.evaluation-button-wrap {
    text-align: center;
    padding: 0 0 60px;
}












#Datasheets,#Fiches-techniques,#Whitepapers,#Livres-Blancs {
    max-width: 1200px;
    margin: auto;
}

#Whitepapers {
    max-width: 1200px;
    margin: auto;
}



#tryfree {
    padding: 75px 30px;
    display: inline-block;
    width: 100%;
}

.product-center-content {
    text-align: center;
}

h2.product-section-title {
    font-size: 40px;
    padding: 0;
    line-height: 1.2;
}

.product-center-content p {
    padding: 0;
    margin: 8px auto 0;
}

.product-center-content p+hr.sep {
    margin-top: 12px;
}

.customer-reviews-title-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {

    #tryfree {
        padding: 30px 15px 0;
    }
    
}


.resources-results [class*=block-grid-]>li {
    padding-bottom: 50px;
}

.resources-results img {
    margin-bottom: 15px;
}

.resources-results h4 {
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 24px;
}

.resources-results hr {
    border: none;
    border-top: 1px solid #e2e2e2;
    clear: both;
    margin-bottom: 45px;
    max-width: calc(100% - 30px);
}

.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.resource-type {
    font-size: 14px;
    font-size: 0.875rem;
    color: #383838;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .featured-resources {
        padding: 0 15px;
    }
    
    .featured-resources>a.see-all-resource {
        display: block;
        width: 60%;
        text-align: left;
        margin: 10px auto;
    }
}

@media screen and (max-width: 340px) {
    .featured-resources>a.see-all-resource {
        width: 70%;
    }
}

.search-page-wrap {
    padding: 10px 0;
}

.search-page-wrap .search-input-wrap {
    position: relative;
    display: inline-block;
}

.search-page-wrap .search-input-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 24px;
    background-image: url("../../images/spec-search-icon.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right;
}

input[type="search"].search-page {
    height: 50px;
    width: 400px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #747474;
    background: #DEE0E6;
    font-size: 1em;
    padding: 5px 50px 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search #content {
    padding: 60px 15px;
}

.search #content .post-meta {
    text-align: center;
}

.search #content .post-meta time {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
}

.search #content .post-meta time span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #000;
    display: block;
}

.search #content article {
    padding-bottom: 50px;
}

.search #content article h2 a {
    color: #000;
}

.search #content article h2 a:hover {
    color: #1AC0C6;
}

.search #content article .read-more {
    display: block;
}

.search .page-banner {
    margin-bottom: 0;
}

.search article {
    padding: 20px 0px;
    border-bottom: 1px solid #DEE0E6;
}

.search article .post-meta {
    text-align: center;
    line-height: 1em;
    padding: 5px 5px 10px;
    border: 10px solid #747474;
    border-radius: 50%;
    margin-top: 48px;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
}

.search article .post-meta time {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #1AC0C6;
}

.search article .post-meta time span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #1AC0C6;
    display: block;
}

.search article h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 15px;
}

.search article h2 a {
    color: #0F4A65;
}

.search article .read-more {
    display: block;
}

.search article:last-child {
    border: none;
}

.search article .mobile-date {
    display: none;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.search article .mobile-date span {
    margin-left: 5px;
}

.search .site-footer {
    margin-top: 60px;
}

#searchform #searchsubmit {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
    width: 100%;
    height: 50px;
    vertical-align: top;
}

.cpt-search {
    overflow: hidden;
}

.ti-search-expand {
    position: absolute;
    right: 0;
}

.ti-search-icon {
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 2;
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    background: url(../../images/SearchIcon-2x.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 3px 3px 0;
}

.ti-search-expand.ti-search-active .ti-search-icon {
    background-color: #1AC0C6;
    right: 50px;
}

.ti-search-expand.ti-search-active .ti-search-icon:hover {
    background-color: #63CED2;
    ;
}

.ti-search-expand.ti-search-active .ti-search-close-icon {
    opacity: 1;
    pointer-events: all;
    -webkit-animation: pop 0.2s linear 1;
    animation: pop 0.2s linear 1;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.ti-search-expand.ti-search-active .ti-search {
    width: 600px;
    opacity: 1;
    background-color: #fff;
    right: 50px;
    border-color: #747474;
}

.ti-search-close-icon {
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 2;
    right: 0;
    cursor: pointer;
    background: url("../../images/search-close.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s, right 0.2s;
    -o-transition: opacity 0.2s, right 0.2s;
    transition: opacity 0.2s, right 0.2s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}

@media screen and (max-width: 767px) {
    .search article .columns-1 {
        display: none;
    }
    
    .search article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .search article .columns-8 {
        float: right;
        position: static;
        width: 75%;
    }
    
    .search article h2 {
        padding-bottom: 10px;
    }
    
    .search article .mobile-date {
        display: block;
    }
    
    .search article .columns-1 {
        display: none;
    }
    
    .search article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .search article .columns-8 {
        float: right;
        position: static;
        width: 75%;
    }
    
    .search article h2 {
        padding-bottom: 10px;
    }
    
    .search article .mobile-date {
        display: block;
    }
    
    .author-block .columns-3 {
        width: 100%;
        float: none;
    }
    
    .author-block .columns-8 {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .author-block .author-headshot {
        width: 150px;
        height: 150px;
        padding-bottom: 15px;
        margin: 0 auto;
    }
    
    .related-article .block-grid-3 li:nth-of-type(3n+1) {
        clear: none;
    }
    
    .related-article .block-grid-3>li {
        width: 100%;
    }
    
    .related-article .block-grid-3>li:nth-of-type(1n+1) {
        clear: both;
    }
    
    .blog-search {
        width: 100%;
        float: none;
        margin: 0 auto 15px;
    }
    
    #searchform .columns-3 {
        float: none;
        margin: 0 auto 15px;
        width: 100%;
    }
    
    #searchform .columns-9 {
        float: none;
        margin: 0 auto 15px;
        width: 100%;
    }
    
    .resources-results .columns-10 {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .cpt-search>.row [class*=columns-] {
        position: static;
        width: 100%;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner {
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner:after {
        background: none;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner:before {
        background: none;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner ul {
        margin-bottom: 0;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner ul:after {
        background: none;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner form {
        text-align: center;
        margin-bottom: 10px !important;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner form input {
        float: none !important;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner form #searchform {
        margin-bottom: 5px;
    }
    
    .cpt-search>.row [class*=columns-] .sidebar-inner form #searchsubmit {
        left: -4px;
    }
    
    .cpt-search>.row .columns-4 {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .blog-search #searchform #s {
        width: 100% !important;
        margin-bottom: 10px;
        float: none;
    }
    
    .blog-search #searchform #searchsubmit {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .search article .columns-2 {
        float: none;
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .search article .columns-8 {
        float: none;
        position: static;
        width: 100%;
    }
    
    .blog-search-form [class*=columns-] {
        width: 100% !important;
        padding: 0 15px 10px !important;
    }
}

@media screen and (max-width: 650px) {
    .resources-results .block-grid-3>li {
        width: 100%;
    }
    
    .resources-results .block-grid-3 hr {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .search article .columns-1 {
        position: static;
        width: 16.66667%;
    }
    
    .search article .columns-2 {
        position: static;
        width: 25%;
    }
    
    .search article .columns-8 {
        position: static;
        width: 58.33333%;
    }
    
    .blog-search-form [class*=columns-] {
        left: 0;
    }
    
    .blog-search-form .columns-2 {
        width: 25%;
    }
    
    .blog-search-form .keyword-column {
        width: 25%;
    }
    
    .blog-search-form .resource-languages-column {
        width: 25%;
    }
    
    .blog-search-form .resource-topic-column {
        width: 25%;
    }
    
    .blog-search-form .resource-types-column {
        width: 25%;
    }
    
    .blog-search-form .submit-column {
        padding-left: 15px;
        width: 100%;
        text-align: center;
    }
}

.single-content-offers .landing-banner {
    padding: 120px 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 721px;
}

.single-content-offers .banner-content {
    overflow: hidden;
}

.single-content-offers .banner-content h1 {
    color: #fff;
    padding-bottom: 0;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.5;
}

.single-content-offers .banner-content h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.single-content-offers .banner-content p {
    color: #fff;
    padding-bottom: 0;
}

.single-content-offers .banner-content .landing-border {
    position: relative;
    background: url(../../images/landing_hr_bg.png) no-repeat center;
    background-size: contain;
    border: none;
    display: block;
    margin: 15px auto;
    width: 16px;
    height: 16px;
}

.single-content-offers .banner-content .landing-border:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 1850%;
    top: 50%;
    left: 150%;
}

.single-content-offers .banner-content .landing-border:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 1850%;
    top: 50%;
    right: 150%;
}

.single-content-offers .banner-form {
    position: relative;
}

.single-content-offers .banner-form .form-wrap {
    position: absolute;
    top: -30px;
    left: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-clip: padding-box;
    overflow: hidden;
}

.single-content-offers .banner-form .form-heading {
    background-color: #1AC0C6;
    padding: 25px 0;
    text-align: center;
}

.single-content-offers .banner-form .form-heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 5px;
}

.single-content-offers .banner-form .form-heading h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    padding-bottom: 0;
}

.single-content-offers .banner-form .form-body {
    border: 10px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single-content-offers .banner-form .form-body .gform_heading {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 10px 0;
}

.single-content-offers .banner-form .form-body .validation_error {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 10px 0;
}

.single-content-offers .banner-form .form-body .gform_body {
    padding: 30px;
}

.single-content-offers .banner-form .form-body .gform_body .gfield_required {
    color: red;
}

.single-content-offers .banner-form .form-body .gform_body .gfield_html_formatted p {
    padding: 15px 0;
}

.single-content-offers .banner-form .form-body .gform_body .gfield_html_formatted p a {
    color: green;
    text-decoration: underline;
}

.single-content-offers .banner-form .form-body .gform_body .gfield_html_formatted p a:hover {
    text-decoration: none;
}

.single-content-offers .banner-form .form-body .gform_body #field_3_12>label {
    display: none;
}

.single-content-offers .banner-form .form-body .gform_footer {
    padding-bottom: 20px;
}

.single-content-offers .banner-form .form-body .gform_confirmation_wrapper {
    padding: 10px 30px 20px;
}

.single-content-offers .banner-form .form-body form textarea {
    border: 1px solid #c2c2c2;
    background: #fff;
}

.single-content-offers .banner-form .form-body form input[type=email] {
    border: 1px solid #c2c2c2;
    background: #DEE0E6;
}

.single-content-offers .banner-form .form-body form input[type=password] {
    border: 1px solid #c2c2c2;
    background: #DEE0E6;
}

.single-content-offers .banner-form .form-body form input[type=tel] {
    border: 1px solid #c2c2c2;
    background: #DEE0E6;
}

.single-content-offers .banner-form .form-body form input[type=text] {
    border: 1px solid #c2c2c2;
    background: #DEE0E6;
}

.single-content-offers .content-area {
    padding: 40px 80px;
}

.single-content-offers .content-area h2 {
    font-weight: 700;
    padding-bottom: 15px;
}

.single-content-offers .content-area h3 {
    font-weight: 700;
    padding-bottom: 15px;
}

.single-content-offers .content-area h4 {
    font-weight: 700;
    padding-bottom: 15px;
}

.single-content-offers .content-area .button {
    padding: 20px 55px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.single-content-offers .content-area .button .dl-icon {
    display: inline-block;
    height: 22px;
    width: 21px;
    background: url(../../images/download-icon.png) no-repeat center;
    vertical-align: middle;
}

.single-content-offers .secondary-content {
    padding-top: 280px;
}

.single-content-offers .requirements-list {
    background: #f1f1f1;
    padding: 20px;
}

.single-content-offers .requirements-list .checklist-title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.single-content-offers .requirements-list ul li {
    padding-bottom: 10px;
    line-height: 1.5;
    list-style-image: url(../../images/bullet.png);
}

.single-content-offers .resources-section {
    background-color: #0F4A65;
    padding-bottom: 40px;
}

.single-content-offers .resources-intro {
    padding: 50px 0 20px;
    text-align: center;
}

.single-content-offers .resources-intro img {
    display: inline-block;
    margin-bottom: 20px;
}

.single-content-offers .resources-intro p {
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}

.single-content-offers .resource-list {
    display: none;
    margin-top: 30px;
}

.single-content-offers .resource-list>li {
    background: #fff;
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 #d4d4d4;
    box-shadow: 0 3px 0 #d4d4d4;
}

.single-content-offers .resource-list .content-holder {
    padding: 30px 40px;
    position: relative;
}

.single-content-offers .resource-list .content-holder h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.single-content-offers .resource-list .content-holder h4 a {
    color: #000;
}

.single-content-offers .resource-list .content-holder h4 a:hover {
    color: #000;
    text-decoration: underline;
}

.single-content-offers .resource-list .content-holder p {
    font-size: 16px;
    font-size: 1rem;
}

.single-content-offers .resource-list .content-holder a.read-more {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}

.single-content-offers .resource-list .content-holder.has-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-content-offers .resource-toggle-holder {
    text-align: center;
}

.single-content-offers .resource-toggle .triangle {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: middle;
}

.single-content-offers .resource-toggle.open .triangle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-content-offers .callout-section {
    padding: 100px 0;
}

.single-content-offers .callout-section .callout-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    padding: 70px 0;
}

.single-content-offers .callout-section .callout-content {
    text-align: center;
}

.single-content-offers .callout-section .callout-content h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
}

.single-content-offers .callout-section .callout-content p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.375rem;
}

.resource-inline .resource-image-overlay:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23fba500'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 137px 97px;
    background-position: center;
    opacity: 0.7;
}



.single-docs h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
}

.single-docs h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #0F4A65;
}

.single-docs .page-banner {
    margin-bottom: 40px;
}

.single-docs .support-heading {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.single-docs .callout {
    text-align: center;
    border: 10px solid #f1f1f1;
    border-radius: 15px;
    padding: 20px 30px;
}

.single-docs .callout .callout-title {
    display: inline-block;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}

.single-docs .callout p {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    padding: 20px 0;
}

.single-docs .callout p a {
    display: inline-block;
}

.single-docs .select-wrap {
    text-align: center;
}

.single-docs .select-wrap>span {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 200;
    padding-bottom: 5px;
}

.single-docs .select-wrap .custom-select {
    width: 100%;
}

.single-docs .select-wrap .custom-select label {
    display: inline-block;
    margin-bottom: 5px;
}

.single-docs .select-wrap select.cs-select {
    display: none;
}

.single-docs .select-wrap div.cs-select {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-docs .select-wrap div.cs-select:focus {
    outline: none;
}

.single-docs .select-wrap div.cs-select span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-docs .select-wrap div.cs-select>span {
    background: #1AC0C6;
    border-radius: 5px;
    color: #000;
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
}

.single-docs .select-wrap div.cs-select>span:after {
    content: '\25BE';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 15px;
    speak: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

.single-docs .select-wrap div.cs-select.cs-active>span:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.single-docs .select-wrap .cs-options {
    background: #1AC0C6;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.single-docs .select-wrap .cs-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-docs .select-wrap .cs-options li.cs-selected {
    background: #1AC0C6;
    color: #fff;
}

.single-docs .select-wrap .cs-options li:hover {
    background: #1AC0C6;
    color: #fff;
}

.single-docs .select-wrap .cs-active .cs-options {
    visibility: visible;
}

.single-docs .callout-wrapper {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

.single-docs .callout-wrapper .link-list li {
    list-style-image: url(../../images/link-list-image.png);
}

.single-docs .callout-wrapper .link-list a {
    text-decoration: underline;
}

.single-docs .callout-wrapper .link-list a:hover {
    text-decoration: none;
    color: #0F4A65;
}

.single-docs .accordion {
    padding-bottom: 4px;
}

.single-docs .accordion h5 {
    padding-bottom: 15px;
}

.single-docs .accordion .title {
    background: #bcbec0;
    cursor: pointer;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 0px;
    position: relative;
    padding-top: 12px;
    padding-right: 45px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.single-docs .accordion .title:after {
    font-size: 32px;
    font-size: 2rem;
    content: '+';
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: center;
    width: 25px;
}

.single-docs .accordion .content {
    display: none;
}

.single-docs .accordion .content p:last-child {
    padding-bottom: 0;
}

.single-docs .accordion .active .title {
    position: relative;
    background: #1AC0C6;
}

.single-docs .accordion .active .title:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.single-docs .accordion .active .content {
    background: #f5f5f5;
    display: block;
    padding: 20px;
}

.single-docs .accordion .active .content ul li {
    list-style-image: url(../../images/link-list-image.png);
}

.single-docs .accordion .active .content ul li a {
    text-decoration: underline;
}

.single-docs .accordion .active .content ul li a:hover {
    text-decoration: none;
    color: #0F4A65;
}

.single-docs .docs-navigation nav>ul {
    margin-left: 0;
}

.single-docs .docs-navigation nav>ul>li>a {
    background: #bcbec0;
    font-weight: 700;
}

.single-docs .docs-navigation nav>ul>li.current_page_item>a {
    background: #1AC0C6;
}

.single-docs .docs-navigation nav>ul>li.current_page_ancestor>a {
    background: #1AC0C6;
}

.single-docs .docs-navigation nav ul {
    list-style: none;
}

.single-docs .docs-navigation nav li+li {
    margin-top: 2px;
}

.single-docs .docs-navigation nav li a {
    font-size: 20px;
    font-size: 1.25rem;
    background: #f1f1f1;
    color: #000;
    display: block;
    line-height: 1;
    padding: 10px 0px 10px 25px;
    text-decoration: none;
}

.single-docs .docs-navigation nav li a:hover {
    background: #dddede;
}

.single-docs .docs-navigation nav li a .nav-link-wrap {
    position: relative;
    display: inline-block;
}

.single-docs .docs-navigation nav li .children {
    padding-bottom: 0;
    margin-left: 0;
    display: none;
}

.single-docs .docs-navigation nav li .children li {
    margin-top: 2px;
}

.single-docs .docs-navigation nav li .children li a {
    padding-left: 35px;
}

.single-docs .docs-navigation nav li .children .children li a {
    padding-left: 50px;
}

.single-docs .docs-navigation nav li .children .children li a:before {
    left: 15px;
}

.single-docs .docs-navigation nav li .children .children li .children li a {
    padding-left: 65px;
}

.single-docs .docs-navigation nav li .children .children li .children li .children li a {
    padding-left: 80px;
}

.single-docs .docs-navigation nav li .children .children li .children li .children li .children li a {
    padding-left: 95px;
}

.single-docs .docs-navigation nav li.current_page_item>a {
    background: #dddede;
}

.single-docs .docs-navigation nav li.current_page_item>.children {
    display: block;
}

.single-docs .docs-navigation nav li.current_page_ancestor .children {
    display: block;
}

.single-docs .docs-navigation nav li.current_page_ancestor>a span:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.single-docs .docs-navigation nav li.page_item_has_children:hover .children {
    display: block;
}

.single-docs .docs-navigation nav li.page_item_has_children:hover>a span:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.single-docs .docs-navigation nav li.page_item_has_children>a span:before {
    content: '\25b8';
    position: absolute;
    top: 0;
    left: -15px;
}

.single-docs .related-articles {
    background: #f5f5f5;
    padding: 20px;
}

.single-docs .related-articles span {
    display: inline-block;
    color: #808285;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.single-docs .related-articles a {
    color: #000;
    text-decoration: underline;
}

.single-docs .related-articles a:hover {
    color: #000;
    text-decoration: none;
}

.single-docs .site-footer {
    margin-top: 110px;
}

.ti-counter {
    color: #888;
    display: block;
    height: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.813em;
    padding-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ti-counter.has-content {
    opacity: 1;
    height: 28px;
}

@media screen and (max-width: 695px) {
    .single-docs .heading-wrap {
        position: static;
        width: 100%;
    }
    
    .single-docs .select-wrap {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .single-docs .callout .callout-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
    
    .single-docs .callout p {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .single-docs .docs-navigation {
        position: static;
        width: 100%;
    }
    
    .single-docs .main-content {
        position: static;
        width: 100%;
    }
    
    .single-docs nav>ul {
        margin-bottom: 40px;
    }
    
    .single-docs .callout {
        margin-bottom: 40px;
    }
}

.content-area figure {
    margin-bottom: 30px;
}

.single-post ul {
    font-family: "Roboto", sans-serif;
}

.single-post .post-intro {
    padding-top: 30px;
}

.single-post .post-intro .featured-image {
    display: block;
    float: right;
    max-width: 360px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.single-post .post-intro ul a {
    text-decoration: underline;
}

.single-post h1 {
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
    color: #0F4A65;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h2 {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.25rem;
    color: #000;
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h4 {
    font-weight: 300;
    font-size: 20px;
    font-size: 1.15rem;
    color: #000;
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
}

.single-post h5 {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.0rem;
    color: #000;
    line-height: 1;
    margin: 0;
    padding-bottom: 25px;
}

.single-post .entry-date {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

.single-post .back-nav-wrapper {
    padding: 15px 25px;
    background: #DEE0E6;
    margin-bottom: 25px;
}

.single-post .back-nav-wrapper .social-sharing {
    display: inline-block;
    padding-top: 10px;
}

.single-post .back-nav-wrapper .social-sharing .share-label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-right: 15px;
    padding-bottom: 0;
}

.single-post .back-nav-wrapper .social-sharing ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-post .back-nav-wrapper .social-sharing li {
    display: inline-block;
    vertical-align: bottom;
}

.single-post .back-nav-wrapper .social-sharing li+li {
    margin-left: 15px;
}

.single-post .back-nav-wrapper .social-sharing a {
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 20px;
    color: #0F4A65;
}

.single-post .back-nav-wrapper .social-sharing a:hover {
    color: #747474;
}

.single-post .back-nav-wrapper .back-to {
    float: right;
    color: #0F4A65;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
}

.single-post .navigation-post {
    padding: 15px 0;
    margin-bottom: 20px;
}

.single-post .navigation-post:after {
    content: "";
    display: table;
    clear: both;
}

.single-post .navigation-post a {
    text-decoration: none;
    font-weight: 500;
    line-height: 1.3;
    color: #0F4A65;
}

.single-post .navigation-post .nav-previous {
    position: relative;
    max-width: 33.33333%;
    float: left;
    padding-left: 25px;
}

.single-post .navigation-post .nav-previous:before {
    content: "";
    border: 5px solid transparent;
    border-right-color: #747474;
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
}

.single-post .navigation-post .nav-next {
    position: relative;
    max-width: 33.33333%;
    float: right;
    text-align: right;
    padding-right: 25px;
}

.single-post .navigation-post .nav-next:before {
    content: "";
    border: 5px solid transparent;
    border-left-color: #747474;
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
}

@media screen and (max-width: 1050px) {
    .single-post .post-intro {
        width: 83.33333%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    .single-post .content-area [class*=columns-] {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .single-post .back-nav-wrapper .social-sharing {
        display: block;
        padding-left: 0 !important;
        padding-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .single-post .post-intro {
        width: 91.66667%;
    }
    
    .single-post .post-intro .featured-image {
        float: none;
        max-width: 100%;
        padding: 0 0 30px 0;
        margin: 0 0 15px !important;
    }
    
    .single-post .back-nav-wrapper .back-to {
        float: none;
        text-align: center;
        display: block;
    }
    
    .single-post .back-nav-wrapper .social-sharing {
        text-align: center;
    }
    
    .single-post .navigation-post .nav-previous {
        max-width: none;
        padding-bottom: 15px;
    }
    
    .single-post .navigation-post .nav-next {
        max-width: none;
    }
}

.page-template-pages_support-php .page-banner {
    margin: 0;
}

.page-template-pages_support-php #content {
    padding-top: 30px;
}

.page-template-pages_support-php #content .sub-title h4 {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
}

.page-template-pages_support-php #content .support {
    padding: 25px 0px;
    border-bottom: 1px solid #DEE0E6;
}

.page-template-pages_support-php #content .support:last-child {
    border: none;
}

.page-template-pages_support-php #content .support h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #154865;
}

.page-template-pages_support-php #content .support h5 a {
    color: #154865;
}

.page-template-pages_support-php #content .support h5 a:hover {
    text-decoration: underline;
}

.page-template-pages_support-php #content .support .pdf-button {
    padding: 15px 70px;
}

.page-template-pages_support-php #content .support .pdf-button:after {
    background: url(../../images/pdf.png) no-repeat;
    content: "";
    height: 26px;
    width: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tax-support-types .page-banner {
    margin: 0;
}

.tax-support-types #content {
    padding-top: 30px;
}

.tax-support-types #content .sub-title h4 {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
}

.tax-support-types #content .support {
    padding: 25px 0px;
    border-bottom: 1px solid #DEE0E6;
}

.tax-support-types #content .support:last-child {
    border: none;
}

.tax-support-types #content .support h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #154865;
}

.tax-support-types #content .support h5 a {
    color: #154865;
}

.tax-support-types #content .support h5 a:hover {
    text-decoration: underline;
}

.tax-support-types #content .support .pdf-button {
    padding: 15px 70px;
}

.tax-support-types #content .support .pdf-button:after {
    background: url(../../images/pdf.png) no-repeat;
    content: "";
    height: 26px;
    width: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.single-support .faq-wrapper [class*=columns-] {
    padding-bottom: 15px;
}

.single-support .page-banner {
    margin: 0;
}

.single-support #content {
    padding-top: 30px;
}

.single-support h2 {
    color: #154865;
}

.single-support .faq-title {
    font-size: 20px;
    font-size: 1.25rem;
}

.single-support h6 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    text-transform: uppercase;
}

.single-support .support-topics {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.single-support .entry-date {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.single-support .back-nav-wrapper {
    padding: 25px 0px;
}

.single-support .google-docs-embed {
    display: block;
    margin: 30px 0px;
}

.single-support .google-docs-embed iframe {
    width: 100%;
    min-height: 800px;
    border: 1px solid #DEE0E6;
}

.support-redirect {
    padding: 35px 175px;
    text-align: center;
    margin-bottom: 60px;
}

.support-redirect h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
}

.support-redirect .button {
    text-transform: none;
}



.get-in-touch {
    background-size: cover;
    padding: 95px 0px;
}

.get-in-touch .get-in-wrapper {
    border-radius: 4px;
    background-clip: padding-box;
    background: #fff;
    padding: 70px 100px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.get-in-touch .get-in-wrapper h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
}

.get-in-touch .get-in-wrapper:after {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 4px;
    background-clip: padding-box;
    position: absolute;
    z-index: -1;
}

.get-in-touch .get-in-wrapper p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
}





@media screen and (max-width: 600px) {
    .support-redirect {
        padding: 35px 50px !important;
    }
    
    .get-in-touch {
        padding: 25px 0px;
    }
    
    .get-in-touch [class*=columns-] {
        position: static;
        width: 100%;
    }
    
    .get-in-touch .get-in-wrapper {
        padding: 70px 25px;
    }
}



@media screen and (max-width: 500px) {
    .support-redirect {
        padding: 35px !important;
    }
}

.callout-content-block .half-width>div {
    flex: 1;
}

.callout {
    margin: 1em 2em 2.5em 1em;
    padding: 1.5em .75em;
    text-align: center;
}

.bgcolor-beige {
    background-color: #F7F3EF;
}

.bgcolor-blue {
    background-color: rgba(21, 72, 101, 0.2);
}

.bgcolor-yellow {
    background-color: rgba(206, 220, 0, 0.2);
}

.callout-content-block .block-content {
    display: flex;
    justify-content: space-between;
}

.callout-content-block .block-content.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}


.callout-content-block .one-third-width .callout-block {
    flex: 2;
}

.callout-content-block .one-third-width .text-block {
    flex: 1;
}

.callout-content-block .two-thirds-width .callout-block {
    flex: 1;
}

.callout-content-block .two-thirds-width .text-block {
    flex: 2;
}

.photo-credit-line {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    color: #3c3c3b;
    text-align: center;
}

.wp-block-table.is-style-stripes td {
    padding: 10px;
}

/*fix for optinmonster banner to use local fonts and not use their own google fonts*/
.auxier-te-content p{
    font-family: "Open Sans", sans-serif;
}

/*elementor styling*/

.additional-resources h4{
    font-size: 1em;
    font-weight: 700;
    color: rgb(15, 74, 101);
    padding-bottom: 10px;
}

.vertical-align {
    display:flex;
    align-items:center;
}

@media only screen and (max-width: 600px) {
    .vertical-align{
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid lightgray;
    }

}

.no-float{
    float: none !important;
}

.excerpt-highlight{
    font-family: roboto,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75em;
}

.no-margin{
    margin: 0 !important;
}

.post-intro .nolwrap ul,
.post-intro .nolwrap ol{
    margin: 0 0 0 40px;
}

.styled-blog-table thead{
    background: #0f4a65;
    color: #fff;
}

.wp-block-table.styled-blog-table td{
    border-color:#000 !important;
}

.font-weight-400 {
    font-weight: 400;
}

.slick-dots{
		display: none;
}
