<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---- RESER and Paint first ----*/
/*@import url("//hello.myfonts.net/count/2be21c");
@import url("//hello.myfonts.net/count/2be246");*/
  
@font-face { 
    font-family: 'CaeciliaLTPro-55Roman';
    src: url('fonts/2BE246_0_0.eot');
    src: url('fonts/2BE246_0_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/2BE246_0_0.woff') format('woff'),
    url('fonts/2BE246_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'CaeciliaLTPro-46LightItalic';
    src: url('fonts/2BE21C_0_0.eot');
    src: url('fonts/2BE21C_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2BE21C_0_0.woff') format('woff'),
         url('fonts/2BE21C_0_0.ttf') format('truetype');
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: #000;
    font-weight: normal;

}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
img {
    font-size: 0;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    font-weight: 400;
    font-style: normal;    
}
article,
aside,
footer,
header,
menu,
nav,
section,
main{
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
sub,
sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

mark {
    background-color: #ff0;
    color: #000;
}
button,
input {
    outline: none !important;
    box-shadow: none !important;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
} 

ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
.clearfix{
    clear: both;
}
hr {
    border : 0;
    height : 30px;
    background : #999;
    margin : 88px 0 82px;
    opacity: .30;
}
.block {
    display: block !important;
}
.visible-xs{
    display: none !important;
}
.visible-sm-xs{
    display: none !important;
}
.hide {
    display: none !important;
}
.loading {
    position: relative;
}
.loading-top {
    position: relative;
}
.loading-top::after {
    -webkit-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(0,84,164,1);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
}
.loading::after {
    -webkit-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(0,84,164,1);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*------Reset--------*/

/*------Common Styles-------*/
.media-body {
    width: 10000px;
}
.media-body, 
.media-left, 
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
    padding-right: 15px;
}
.media-right{
    padding-left: 15px;
}
.non-italic {
    font-style: normal !important;
}
.pull-left {
    float: left !important; 
}
.pull-right {
    float: right !important; 
}
.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition:background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;   
    text-decoration: none !important;
}

/*---- Header ----*/
.logo {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 9999999;
    transition: 500ms ease-in-out 300ms;
    -webkit-transition: 500ms ease-in-out 300ms;
}

.menu-icon {
    width: 20px;
    height: 16px;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 9999999;
    transition: 500ms ease-in-out 300ms;
    -webkit-transition: 500ms ease-in-out 300ms;
}
.menu-icon svg {
    display: block;
}
.xp-logo-svg,
.xp-menu-bar {
    fill: #fff;
}
.xp-menu-bar {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.xp-menu-bar:nth-child(1) {
    -webkit-transform-origin: 60px 12px;
        -ms-transform-origin: 60px 12px;
            transform-origin: 60px 12px;
}
.xp-menu-bar:nth-child(3) {
    -webkit-transform-origin: 60px 36px;
        -ms-transform-origin: 60px 36px;
            transform-origin: 60px 36px;
}

button.menu-icon.open .xp-menu-bar:nth-child(1) {
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
}
button.menu-icon.open .xp-menu-bar:nth-child(2) {
    opacity: 0;
}
button.menu-icon.open .xp-menu-bar:nth-child(3) {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}

.xp-navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.nav-bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0,-101%,0);
    -webkit-transform: translate3d(0,-101%,0);
    transition: 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.active .nav-bg {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
}
.xp-navigation.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.xp-navigation .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    width: 1030px;
}
.xp-navigation.activeAnim {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;    
}
.xp-navigation.activeAnim .nav-bg {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.xp-navigation ul li {
    text-align: right;
    opacity: 0;
    padding: 30px 15px 30px 15px;
    transform: translate3d(0,-50px,0);
    -webkit-transform: translate3d(0,-50px,0);
    transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.xp-navigation.active ul li {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
}
.xp-navigation ul li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.xp-navigation ul li:nth-child(3) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.xp-navigation ul li:nth-child(4) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.xp-navigation.activeAnim ul li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.xp-navigation.activeAnim ul li:nth-child(3){
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.xp-navigation.activeAnim ul li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
.xp-navigation ul li a {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}


@media screen and (min-width: 768px) {
    .menu-icon {
        width: 24px;
        height: 19px;
    }
    button.menu-icon:hover .xp-menu-bar:nth-child(2) {
        transform: translate(50%);
        -webkit-transform: translate(50%);
    }
    
    .xp-navigation ul li a:hover {
        color: #0099cc;
    }

    .article-content .h2 strong {
        position: relative;
    }
    .article-content .h2 strong::before {
        position: absolute;
        bottom: 18%;
        right: 0;
        left: 0;
        content: '';
        height: 17%;
        background: rgba(5, 166, 228, .35);
        z-index: -1;
    }
}


/*---- Header ----*/

/*------Common Styles-------*/
.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before{
    display: table;
    clear: both;
    content: '';
}
.hide-desktop {
    display: none !important;
}   
.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}  
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-link {
    font-size: 18px;
    line-height: 1;
    color: #9c1f1f;
    min-width: 205px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    border: 1px solid #9c1f1f;
    border-radius: 3px;
    padding: 15px 22px;
    text-transform: uppercase;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
}

.btn {
    padding: 0 10px 1px;
    display: block;
    background: #0055a5;
    color: #fff;
    position: relative;
    transition-duration: 600ms;
    -webkit-transition-duration: 600ms;
    -ms-transition-duration: 600ms;
    text-align: center;
    min-width: 200px;
    margin: 0 auto;
    border: none;
    font-size: 20px;
    height: 46px;    
    font-variant: small-caps;
}

.padding-bot0 {
    padding-bottom: 0 !important;
}
.border-bottom0{
    border-bottom: none !important;
}

.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.row [class^="col-"] {
    float: left;
}
.relative {
    position: relative;
}
.hide-overflow {
    overflow: hidden;
}
.marginB0 {
    margin-bottom: 0 !important;
}

.flex {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ac-center {
    -ms-flex-line-pack: center;
        align-content: center;
}
.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;    
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}
.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;    
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.container {
    max-width: 940px;
    margin: 0 auto;
}
.xp-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main-hero {
    overflow: hidden;
    position: relative;
    background: #05a5e3;
}
.main-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-texts {
    margin: 110px 0 82px;
    width: auto !important;
}
.hero-texts h2 {
    font-size: 103px;  
    line-height: 1em;  
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #05a5e3;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.hero-texts h2 span {
    font-size: 24px;
    font-family: 'CaeciliaLTPro-55Roman';
    font-weight: normal;
    padding-left: 0;
    letter-spacing: 0;
    color: #fff;
    text-shadow: none;
    margin-left: -0.3em;
}
.main-hero .container {
    position: relative;
    z-index: 2;
}
.main-hero img {
    width: 100%;
}
.post-filter {
    height: 45px;
    position: relative;
}

.post-filter-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    overflow: hidden;
}
.post-filter-container .container {
    border-bottom: 1px solid transparent;
    position: relative;
}
.post-filter-container .container::before {
    content: '';
    width: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    display: block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-bottom: 1px solid #000;
    bottom: -1px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
}
.stickyMe .post-filter-container .container::before {
    width: 120vw;
}
.stickyMe .post-filter-container {
    position: fixed;
}


.post-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-filter button {
    border: none;
    padding: 0 24px;
    background: none;
    font-size: 18px;
    height: 44px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.01em;
}
.read-more {
    width: auto !important;
    min-width: 1px !important;
    font-family: 'CaeciliaLTPro-55Roman';
    font-weight: normal;
    font-size: 15px;
    line-height: 1em;
    color: #0096e0;
    -webkit-transition: color 300ms;
    -ms-transition: color 300ms;
    transition: color 300ms;
}
.featured-post {    
    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; 
    padding-bottom: 64px;
    margin-top: 64px;
    border-bottom: 1px solid #707070;
}
.filtered-listing {
    margin-top: 64px;
}
.featured-post .read-more {
    font-size: 18px;
    line-height: 20px;  
    position: relative;
    padding-bottom: 5px;  
}
.featured-img {
    width: 64%;
    min-width: 64%;
    display: block;
    position: relative;
    overflow: hidden;
}
.featured-post-detail {
    width: 36%;
    padding-left: 70px;
}
.post-title {
    font-size: 40px;
    line-height: 1.3em;
    margin: 0 0 25px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    color: #000;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.featured-post-detail,
.blog-listing {
    -webkit-transition: color 300ms;
    -ms-transition: color 300ms;
    transition: color 300ms;    
    position: relative;
    overflow: hidden;
}
img.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-post-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.blog-landing .card-block{
    position: relative;
    padding-bottom: 37px;
}
.blog-listing.sizer {
    margin: 0;
}
.blog-listing {
    margin-bottom: 64px;
}
.blog-title {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    display: block;
    color: #000;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.blog-listing h2 a {
	color: #000;
    display: block;
}
.blog-listing .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 5px;
}
.blog-listing p {
	font-size: 16px;
	line-height: 24px;
    font-family: 'CaeciliaLTPro-55Roman';
    margin-bottom: 10px;
}
.listing-img {
    display: block;
    margin-bottom: 18px;
    overflow: hidden;   
    position: relative; 
}
.blog-listing &gt; a {
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
}
.blog-listing img,
.featured-img img {
    width: 100%;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    transform: scale3d(1.01, 1.01,1);
    -webkit-transform: scale3d(1.01, 1.01,1);
}
.blog-listing {
    min-width: calc((100% / 3) - 30px);
    max-width: calc((100% / 3) - 30px);
}
.blog-listing:nth-child(1),
.blog-listing:nth-child(2),
.blog-listing:nth-child(6),
.blog-listing:nth-child(7) {
    min-width: calc(100% / 2 - 35px);
    max-width: calc(100% / 2 - 35px);    
}

.blog-footer {
    background: #d7d7d7;
    padding: 41px 0;
}
.footer-col:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer-col h2 {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}
.footer-col h2 span {
    font-size: 18px;
    line-height: 24px;
    font-family: 'CaeciliaLTPro-55Roman';
    display: inline-block;
    padding-left: 25px;
    font-weight: 400;
}
.blog-footer a {
    font-size: 17px;
    line-height: 1em;
    padding-top: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}
.blog-footer a::after {
    display: none;
}
.main-hero.article-hero {
    height: 400px;
}
.container.article-content {
    max-width: 780px;
    position: relative;
    z-index: 2;
    margin-top: -130px;
    padding-bottom: 1.5em;
}
.article-main {
    position: relative;
}
.article-main::before {
    position: absolute;
    top: -40px;
    left: 0;
    background: #fff;
    content: '';
    width: 100%;
    height: 190px;
    z-index: 1;
}
.article-content img {
    width: 100%;
    margin-bottom: 30px;
}
.article-content h1 {
    font-size: 46px;
    line-height: 1.3em;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    margin: 0 0 26px;
}
.article-content h4 {
    font-size: 16px;
    line-height: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
    font-style: italic;
}
.article-content h4 span {
    color: #05a6e4;
    text-transform: uppercase;
}
.article-content h2 {
    font-size: 36px;
    line-height: 1.2em;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
}
.article-content h3 {
    color: #05a6e4;
    font-size: 32px;
    line-height: 1.3em;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.article-content h4{
    margin-bottom: 30px;
}
.article-content p {
    font-size: 20px;
    line-height: 1.6em;
    font-family: 'CaeciliaLTPro-55Roman';
    margin-bottom: 30px;
}
.article-content p a,
.article-content ul li a{
    color: #0096e0; 
}
.article-content ul {
    margin: 0 0 30px;
    padding-left: 21px;
    list-style-type: disc;
}
.article-content ul li {
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'CaeciliaLTPro-55Roman';
    margin-bottom: 5px;
    font-weight: normal;
}
.media-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
    margin-bottom: 40px;
}
.media-element img {
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin-bottom: 0 !important;
    height: 100%;
}
.article-content .media-element p { 
    margin: 0;
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);    
}
.articlePage {
    margin-top: 30px;
    border-top: 1px solid #707070;
    padding-top: 45px;
}
.articlePage .blog-listing:nth-child(1),
.articlePage .blog-listing:nth-child(2),
.articlePage .blog-listing:nth-child(3) {
    min-width: calc((100% / 3) - 30px);
    max-width: calc((100% / 3) - 30px);
}

.h4 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 44px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.75em 0;
    width: 100%;
    max-width: 100%;
}

table tr:nth-child(odd) &gt; td, 
table tr:nth-child(odd) &gt; th {
    background-color: #F6F6F6;
}

table th, 
table td {
    padding: 8px 15px;
    text-align: left;
    vertical-align: top;
    border-top: #EFEFEF 1px solid;    
    font-size: 20px;
    line-height: 1.6em;
    font-family: 'CaeciliaLTPro-55Roman';
}
td, th {
    padding: 0;
}
pre {
    font-size: 17px;
    line-height: 1.8em;
    background: rgba(204, 204, 204, .25);
    padding: 8px 10px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0 0 32px;
}

.read-more::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 10%;
    -webkit-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    width: 0;
    height: 3px;
    background-color: #037eba;
    margin: 0;
    
}
.post-filter button {
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}
.post-filter button.active {
    color: #037eba;    
}
.backbtncontainer {
    overflow: hidden;
}
.backbtncontainer a {
    float: left;
    background: #d7d7d7 url(../images/arrow-left.png) 24px center no-repeat;
    background-size: auto 12px;
    padding: 11px 30px 10px 40px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 1;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    color: #000;
}
.computer .backbtncontainer a:hover {
    background-color: #ddd;
}
.articlePage {
    margin-top: 0 !important;
}


@media screen and (min-width: 1680px) {
    .container {
        max-width: 1260px;
    }
    .hero-texts {
        margin: 114px 0 86px;
    }
    .hero-texts h2 {
        font-size: 130px;
    }
    .hero-texts h2 span {
        font-size: 32px;
    }
    .read-more {
        font-size: 18px;
    }
    .featured-post .read-more {
        font-size: 24px;
        line-height: 1em;
    }

    .post-title {
        font-size: 52px;
        line-height: 1.1em;
    }
    .article-content h1 {
        font-size: 52px;
    }
    .blog-title {
        font-size: 30px;
    }
    .listing-img {    
        margin-bottom: 25px;
    }
    .blog-listing &gt; a {
        margin-bottom: 25px;
    }
    .blog-landing .card-block{
        padding-bottom: 43px;
    }
    .main-hero.article-hero {
        height: 415px;
    }
    .container.article-content {
        max-width: 1040px;
    }
    .post-filter button {
        font-size: 22px;
        height: 54px;
    }

    .post-filter {
        height: 55px;
    }
}
@media screen and (max-width: 1399px) {
    /*---- Header ----*/
    .logo {
        width: 42px;
        height: 42px;
        top: 42px;
        left: 42px;
    }
    .menu-icon {
        top: 42px;
        right: 42px;
    }
    /*---- Header ----*/    
}

@media screen and (max-width: 1199px) {
    .hide-desktop {
        display: block !important;
    }    
    .hide-ipad {
        display: none !important;
    } 
    /*---- Header ----*/
    .logo {
        width: 32px;
        height: 32px;
        top: 25px;
        left: 25px;
    }
    .menu-icon {
        top: 25px;
        right: 25px;
    }
    /*---- Header ----*/s
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }
    .container {
        max-width: 780px;
    }   
    .hero-texts {
        margin: 70px 0 46px;
    }
    .hero-texts h2 {
        font-size: 84px;
    }
    .hero-texts h2 span {
        font-size: 20px;
    }

    .blog-listing {
        margin-bottom: 50px;
    }
    .featured-post {    
        padding-bottom: 52px;
        margin-top: 52px;
    }
    .filtered-listing {
        margin-top: 52px;
    }
    .featured-post .read-more {
        font-size: 15px;
        line-height: 16px;
    }
    .featured-post-detail {
        padding-left: 58px;
    }
    .post-title {
        font-size: 32px;
        margin: -2px 0 16px;
    }
    .blog-title {
        font-size: 22px;
    }
    .blog-listing {
        min-width: calc((100% / 3) - 24px);
        max-width: calc((100% / 3) - 24px);
    }
    .blog-listing:nth-child(1),
    .blog-listing:nth-child(2),
    .blog-listing:nth-child(6),
    .blog-listing:nth-child(7) {
        min-width: calc(100% / 2 - 28px);
        max-width: calc(100% / 2 - 28px);    
    }
    .blog-footer {
        padding: 35px 0;
    }
    .footer-col h2 {
        font-size: 42px;
    }
    .footer-col h2 span {
        font-size: 15px;
        line-height: 20px;
        padding-left: 20px;
    }
    .blog-footer a {
        font-size: 14px;
        padding-top: 15px;
    }

    .main-hero.article-hero {
        height: 330px;
    }
    .container.article-content {
        max-width: 650px;
        margin-top: -108px;
    }
    .article-main {
        position: relative;
    }
    .article-main::before {
        top: -33px;
    }
    .article-content h1 {
        font-size: 38px;
        margin: 0 0 18px;
    }
    .article-content h4 {
        font-size: 15px;
        margin: 0 0 15px;
    }
    .article-content h2 {
        font-size: 30px;
        margin-bottom: 22px;
    }
    .article-content h3 {
        font-size: 28px;
    }
    .article-content h4,
    .article-content img,
    .article-content p {
        margin-bottom: 24px;
    }
    .article-content p {
        font-size: 16px;
    }
    .backbtncontainer a {
        background: #d7d7d7 url(../images/arrow-left.png) 16px 14px no-repeat;
        background-size: auto 10px;
        padding: 11px 20px 9px 30px;
        font-size: 16px;
    }
    pre {
        font-size: 14px;
        margin: 0 0 24px;
    }
    table th, 
    table td {
        padding: 8px 12px;  
        font-size: 16px;
    }
    .article-content ul {
        margin: 0 0 24px;
        padding-left: 17px;
    }
    .article-content ul li {
        font-size: 16px;
    }
    .media-element {
        margin-bottom: 32px;
    }
    .media-element img ,
    .article-content .media-element p { 
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);    
    }
    .articlePage {
        margin-top: 24px;
        padding-top: 35px;
    }
    .articlePage .blog-listing:nth-child(1),
    .articlePage .blog-listing:nth-child(2),
    .articlePage .blog-listing:nth-child(3) {
        min-width: calc((100% / 3) - 24px);
        max-width: calc((100% / 3) - 24px);
    }
    .h4 {
        font-size: 30px;
        margin-bottom: 34px;
    }
    .post-filter button {
        font-size: 16px;
        height: 35px;
    }

    .post-filter {
        height: 36px;
    }    

}

@media screen and (max-width: 991px) {
    .hidden-sm-xs{
        display: none !important;
    }
    .visible-sm-xs{
        display: block !important;
    }
    .container {
        max-width: 644px;
    }
    .hero-texts {
        margin: 66px 0 42px;
    }
    .hero-texts h2 {
        font-size: 70px;
    }
    .hero-texts h2 span {
        font-size: 16px;
    }

    .blog-listing {
        margin-bottom: 40px;
    }
    .featured-post {    
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .filtered-listing {
        margin-top: 40px;
    }
    .featured-post .read-more {
        font-size: 14px;
        line-height: 1em;
    }
    .featured-post-detail {
        padding-left: 48px;
    }
    .post-title {
        font-size: 26px;
        margin: -2px 0 10px;
    }
    .blog-title {
        font-size: 18px;
    }
    .blog-listing {
        min-width: calc(100% / 2 - 22px) !important;
        max-width: calc(100% / 2 - 22px) !important;
    }

    .blog-footer {
        padding: 28px 0;
    }
    .footer-col h2 {
        font-size: 34px;
    }
    .footer-col h2 span {
        font-size: 14px;
        line-height: 18px;
        padding-left: 16px;
    }
    .blog-footer a {
        font-size: 14px;
        padding-top: 10px;
    }

    .main-hero.article-hero {
        height: 270px;
    }
    .container.article-content {
        max-width: 540px;
        margin-top: -90px;
    }
    .article-main::before {
        top: -27px;
    }
    .article-content h1 {
        font-size: 30px;
        margin: 0 0 15px;
    }
    .article-content h4 {
        font-size: 14px;
        margin: 0 0 12px;
    }
    .article-content h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .article-content h3 {
        font-size: 22px;
    }
    .article-content h4,
    .article-content img,
    .article-content p {
        margin-bottom: 20px;
    }
    .article-content p {
        font-size: 14px;
    }

    pre {
        font-size: 13px;
        margin: 0 0 20px;
    }
    table th, 
    table td { 
        font-size: 14px;
    }
    .article-content ul {
        margin: 0 0 18px;
        padding-left: 17px;
    }
    .article-content ul li {
        font-size: 14px;
    }
    .media-element {
        margin-bottom: 26px;
    }
    .media-element {
        display: block;
    }
    .media-element img ,
    .article-content .media-element p { 
        width: 100%;  
    }
    .articlePage {
        margin-top: 18px;
        padding-top: 30px;
    }
    .articlePage .blog-listing:nth-child(1),
    .articlePage .blog-listing:nth-child(2),
    .articlePage .blog-listing:nth-child(3) {
        min-width: calc((100% / 3) - 10px) !important;
        max-width: calc((100% / 3) - 10px) !important;
    }
    .h4 {
        font-size: 26px;
        margin-bottom: 28px;
    }
    .xp-navigation ul li a {
        font-size: 30px;
    }
    .xp-navigation ul li{
        padding: 15px 0px;
    }
    .xp-navigation .container{
        padding: 0 25px;
    }

}

@media screen and (max-width: 767px) {
    .hidden-xs{
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .blog-landing {
    	display: block;
    }    
    .blog-listing {
    	width: 100%;
    	max-width: 100%;
    }   
    .post-filter .container {
        padding: 0 30px;
    }  
    .post-filter-container .container::before {
        width: calc(100% - 60px);
    }  
    .post-filter {
        height: 45px;
    }
    .post-filter button {
        font-size: 18px;
        height: 44px;
        padding: 0;
    }          
    .container {
        max-width: 100%;
    }
    .main-hero .container, 
    .container.layout  {
        padding: 0 30px;
    }

    .blog-listing {
        margin-bottom: 40px;
    }
    .featured-post {    
        padding-bottom: 30px;
        margin-top: 32px;
        display: block;
    }
    .filtered-listing {
        margin-top: 32px;
    }
    .featured-img,
    .featured-post-detail {
        width: 100%;
        min-width: 100%;
        display: block;
    }
    .featured-post .read-more {
        font-size: 16px;
        display: block;
    }    
    .featured-post-detail {
        padding-left: 0;
        margin-top: 20px;
    }
    .post-title {
        font-size: 26px;
        margin: 0 0 16px;
        display: block;
    }
    .blog-title {
        font-size: 18px;
    }
    .blog-listing {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .blog-footer {
        padding: 28px 30px;
    }
    .footer-col h2 {
        font-size: 32px;
    }
    .footer-col h2 span {
        padding-left: 10px;
    }
    .blog-footer a {
        font-size: 14px;
        padding-top: 9px;
    }

    .main-hero.article-hero {
        height: 270px;
    }
    .container.article-content {
        max-width: 100%;
        margin-top: 0;
    }
    .container.article-main {
        padding: 25px 25px 0;
    }
    .article-main::before {
        display: none;
    }
    .article-content h1 {
        font-size: 30px;
        margin: 0 0 18px;
    }
    .article-content h4 {
        font-size: 14px;
        margin: 0 0 12px;
    }
    .article-content h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .article-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .article-content h4,
    .article-content img,
    .article-content p {
        margin-bottom: 20px;
    }
    .article-content p ,
    .article-content ul li {
        font-size: 18px;
        line-height: 2em;
    }
    table th, 
    table td { 
        font-size: 18px;
        line-height: 2em;
    }
    .article-content ul {
        margin: 0 0 18px;
        padding-left: 17px;
    }
    .media-element {
        margin-bottom: 26px;
    }
    .media-element {
        display: block;
    }
    .media-element img ,
    .article-content .media-element p { 
        width: 100%;  
    }
    .articlePage {
        margin-top: 18px;
        padding-top: 30px;
    }

    .articlePage .blog-listing:nth-child(1),
    .articlePage .blog-listing:nth-child(2),
    .articlePage .blog-listing:nth-child(3) {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .h4 {
        font-size: 26px;
        margin-bottom: 28px;
    }   
    .xp-navigation ul li a {
        font-size: 25px;
    }
}

@media screen and (max-width: 539px) {
    /*---- Header ----*/
    .logo {
        width: 28px;
        height: 28px;
        top: 11px;
        left: 20px;
    }
    .menu-icon {
        top: 17px;
        right: 20px;
    }    
    /*---- Header ----*/
    .container.article-main {
        padding: 24px 20px 0;
    }

    .post-filter .container {
        padding: 0 25px;
    }
    .post-filter-container .container::before {
        width: calc(100% - 40px);
    } 
    .hero-texts h2 span {
        font-size: 15px;
    }
   .post-filter button {
        font-size: 14px;
        height: 35px;
        padding-top: 1px;
    }     
    .post-filter {
        height: 36px;
    }    
    .main-hero .container, 
    .container.layout  {
        padding: 0 20px;
    }  
    .menuBtn {
        right: 20px;
    }   
    .hero-texts {
        margin: 72px 0 35px;
    }    
    .hero-texts h2 {
        font-size: 56px;
    }
    .hero-texts h2 span {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 2em;
        display: block;
    }
    .featured-post {
        padding-bottom: 27px;
        margin-top: 25px;
    }
    .filtered-listing {
        margin-top: 25px;
    }
    .featured-post .read-more {
        font-size: 15px;
    }    
    .featured-post-detail {
        margin-top: 15px;
    }
    .post-title {
        font-size: 24px;
        margin: 0 0 12px;
    }
    .blog-title {
        font-size: 20px;
    }    
    .blog-footer {
        padding: 24px 20px;
    }
    .footer-col h2 {
        font-size: 26px;
    }
    .blog-footer .container {
        display: block;
    }
    .footer-col h2 span {
        padding-left: 0;
        display: block;
        margin: 12px 0 10px;
    }
    .blog-footer a {
        font-size: 14px;
        padding-top: 0;
    }
    .blog-landing .card-block {
        padding-bottom: 34px;
    }
    .article-content h1 {
        font-size: 26px;
        margin: 0 0 20px;
        line-height: 1.2em;
    }
    .article-content h4 {
        margin-bottom: 20px;
    } 
    .article-content img, 
    .article-content p {
        margin-bottom: 14px;
    }
    .article-content p, 
    .article-content ul li {
        font-size: 16px;
        line-height: 1.8em;
    }
    table th, 
    table td { 
        font-size: 16px;
        line-height: 1.8em;
    }
    .article-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .article-content h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }    
    .articlePage {
        margin-top: 12px;
        padding-top: 28px;
    }
    .h4 {
        font-size: 22px;
        margin-bottom: 24px;
    }
}



@media screen and (min-width: 768px) {
    .computer .post-filter button:hover {
        color: #037eba;    
    }
    .computer .read-more:hover::after,
    .computer .featured-post:hover .read-more::after,
    .computer .blog-listing:hover .read-more::after {
        width: 100%;
    }
    .computer .article-content p a:hover,
    .computer .article-content ul li a:hover {
        color: #037eba;
    }
    .computer .blog-listing:hover img,
    .computer .featured-post:hover img {
        transform: scale3d(1.1, 1.1,1);
        -webkit-transform: scale3d(1.1, 1.1,1);
    }
    .computer .featured-post:hover .post-title,
    .computer .blog-listing:hover .blog-title,
    .computer .read-more:hover,
    .computer .blog-listing:hover .read-more,
    .computer .featured-post:hover .read-more {
        color: #037eba;
    } 
}

/*new bullets*/
.article-content ul {
    padding-left: 0;
    list-style-type: none;
}
.article-content ul li {
  background: url(../images/blue-bull.png) 0 10px no-repeat;
  background-size: auto 10px;
  padding-left: 25px;
}
.article-content ul li ul {
  padding: 10px 0 0 25px;    
}
.article-content ul li ul li{
  background: url(../images/sub-bull.png) 0 10px no-repeat;
  background-size: auto 11px;
  padding-left: 30px;
}
.article-content ul li ul li ul li{
  background: url(../images/ssub-bull.png) 0 13px no-repeat;
  background-size: auto 5px;
  padding-left: 20px;
}
.article-content .wp-block-image img {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.wp-block-image {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .article-content ul li {
      background-position: 0 9px;
      background-size: auto 6px;
      padding-left: 18px;
    }
    .article-content ul li ul {
      padding: 8px 0 0 18px;    
    }
    .article-content ul li ul li{
      background-position: 0 7px;
      background-size: auto 9px;
      padding-left: 24px;
    }
    .article-content ul li ul li ul li{
      background-position: 0 10px;
      background-size: auto 5px;
      padding-left: 16px;
    }   
}

@media screen and (max-width: 991px) {
    .article-content ul li {
      background-position: 0 7px;
    }
    .article-content ul li ul li{
      background-position: 0 7px;
      background-size: auto 7px;
    }
    .article-content ul li ul li ul li{
      background-position: 0 9px;
    }   
}

@media screen and (max-width: 767px) {
    .article-content ul li {
      background-position: 0 14px;
    }
    .article-content ul li ul li{
      background-position: 0 14px;
      background-size: auto 7px;
    }
    .article-content ul li ul li ul li{
      background-position: 0 15px;
    }   
}

@media screen and (max-width: 539px) {
    .article-content ul li {
      background-position: 0 11px;
    }
    .article-content ul li ul {
      padding: 5px 0 0 0;    
    }
    .article-content ul li ul li{
      background-position: 0 10px;
      background-size: auto 7px;
      padding-left: 20px;
    }
    .article-content ul li ul li ul li{
      background-position: 0 12px;
      padding-left: 14px;
    }   
}
/*new bullets*/</pre></body></html>