.dialog-theme-blue .ui-dialog-titlebar button.ui-dialog-titlebar-close .fa,
.dialog-theme-blue .ui-widget-content,
.dialog-theme-blue .ui-widget-content h1,
.dialog-theme-blue .ui-widget-content h2,
.dialog-theme-blue .ui-widget-content h3,
.dialog-theme-blue .ui-widget-content h4,
.dialog-theme-blue .ui-widget-content h5,
.dialog-theme-blue .ui-widget-content h6,
.dialog-theme-search .ui-dialog-titlebar button.ui-dialog-titlebar-close .fa,
.dialog-theme-search .ui-widget-content,
.dialog-theme-search .ui-widget-content h1,
.dialog-theme-search .ui-widget-content h2,
.dialog-theme-search .ui-widget-content h3,
.dialog-theme-search .ui-widget-content h4,
.dialog-theme-search .ui-widget-content h5,
.dialog-theme-search .ui-widget-content h6 {
    color: #FFF
}
.btn,
.dialog-theme-search,
.dialog-theme-search .ui-widget-header .ui-dialog-title,
.dialog-theme-search input,
html body {
    font-family: Circular-Book, Arial, Helvetica, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.v-align,
section.overlay-preface>.container>div.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}
section.overlay-preface>.container>div.row div.left div.row:before,
section.overlay-preface>.container>div.row div.right div.row:before,
section.overlay-preface>.container>div.row:before,
section.tile-links-collection div.row:before {
    content: none
}
body,
html {
    -ms-overflow-style: scrollbar
}
.invisible {
    visibility: hidden
}
.micro-gutter>[class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px
}
@media only screen and (min-width: 768px) {
    .no-gutter>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
    .gutter,
    .no-gutter>.gutter {
        padding-left: 2em;
        padding-right: 2em
    }
}
ul.stylized_links {
    list-style: none;
    padding-left: 0
}
.dialog-theme-blue {
    background: #005197;
    border: none
}
.dialog-theme-blue .ui-dialog-titlebar {
    background: 0 0;
    border: none;
    padding: 1em
}
.dialog-theme-blue .ui-dialog-titlebar button.ui-dialog-titlebar-close {
    background: 0 0;
    border: none;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    right: .33em
}
.dialog-theme-blue .ui-widget-content h1:first-child,
.dialog-theme-blue .ui-widget-content h2:first-child,
.dialog-theme-blue .ui-widget-content h3:first-child,
.dialog-theme-blue .ui-widget-content h4:first-child,
.dialog-theme-blue .ui-widget-content h5:first-child,
.dialog-theme-blue .ui-widget-content h6:first-child {
    margin-top: 0
}
.dialog-theme-blue .ui-widget-content .marketo-form-embed,
.dialog-theme-blue .ui-widget-content .tagline {
    margin: 1.75em 0
}
.dialog-theme-blue .ui-dialog-buttonpane {
    background: 0 0
}
.dialog-theme-search {
    border: none
}
.dialog-theme-search .ui-widget-header .ui-dialog-title {
    font-size: 1.5em;
    font-weight: 200
}
.dialog-theme-search .ui-dialog-titlebar {
    background: #005197;
    border: none;
    padding: 1em
}
.dialog-theme-search .ui-dialog-titlebar button.ui-dialog-titlebar-close {
    background: 0 0;
    border: none;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    right: 1.4em
}
.dialog-theme-search .ui-widget-content h1:first-child,
.dialog-theme-search .ui-widget-content h2:first-child,
.dialog-theme-search .ui-widget-content h3:first-child,
.dialog-theme-search .ui-widget-content h4:first-child,
.dialog-theme-search .ui-widget-content h5:first-child,
.dialog-theme-search .ui-widget-content h6:first-child {
    margin-top: 0
}
.dialog-theme-search .ui-widget-content .marketo-form-embed,
.dialog-theme-search .ui-widget-content .tagline {
    margin: 1.75em 0
}
.dialog-theme-search .ui-dialog-buttonpane {
    background: 0 0
}
.dialog-theme-search .pagination,
.dialog-theme-search .query {
    padding: .5em;
    background: #acd6e6;
    color: #005197
}
.dialog-theme-search .pagination {
    position: absolute;
    bottom: 0;
    margin: 0
}
.dialog-theme-search .query input {
    width: 100%
}
.v-align {
    display: -webkit-box;
    display: flex;
    flex-direction: row
}
.v-align>[class*=" col-"],
.v-align>[class^=col-] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}
.row-centered {
    text-align: center
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: linear-gradient(to right, #ccc, #333, #ccc)
}
#search-dialog {
    padding: 0
}
#search-dialog .query input {
    padding: .5em
}
#search-dialog .body {
    min-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: .75em
}
#search-dialog .body .results {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: .5em;
    padding-bottom: 3em
}
#search-dialog .body .suggestions {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, .85)
}
#search-dialog .body .item {
    padding: .75em 2em;
    display: block;
    position: relative
}
#search-dialog .body .item .detail,
#search-dialog .body .item .heading {
    font-size: 1.4em;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
#search-dialog .body .item .detail b,
#search-dialog .body .item .heading b {
    background-color: #acd6e6
}
#search-dialog .body .item .heading {
    color: #005197;
    font-weight: 500
}
#search-dialog .body .item .detail {
    font-weight: 400;
    font-size: 1.4em;
    border-left: 1px solid #ccc;
    padding-left: .5em;
    margin-left: .5em
}
#search-dialog .body .item .url {
    color: #ff9e16;
    font-style: italic;
    font-weight: 400
}
#search-dialog .body .item .detail,
#search-dialog .body .item .heading,
#search-dialog .body .item .url {
    width: 95%
}
a.zoom_img,
img.fit-column {
    width: 100%
}
#search-dialog .body .item .fa-chevron-right {
    color: #005197;
    position: absolute;
    right: 2em;
    top: 3.1em
}
#search-dialog .body .item:hover {
    background-color: #ccc;
    color: inherit;
    text-decoration: none
}
#search-dialog .body h1,
#search-dialog .body h2,
#search-dialog .body p {
    margin: 0
}
#search-dialog .body hr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}
#search-dialog .pagination {
    font-size: .85em;
    font-weight: 500
}
#search-dialog .pagination .page {
    display: inline-block;
    margin: 0 .25em;
    cursor: pointer
}
#search-dialog .pagination .page:hover {
    text-decoration: underline
}
#rev_search_form {
    position: relative
}
#rev_search_form input[name="q"] {
    height: 48px
}
#tmp_search_btn {
    position: absolute;
    top: .25em;
    right: .25em;
    background: 0 0;
    border: none
}
html body {
    font-weight: 300
}
html body .btn {
    font-weight: 600
}
html body .btn-lg {
    padding: .75em 2.5em
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}
b,
html body h3,
html body th,
strong {
    font-weight: 700
}
a {
    color: #005197
}
a:hover {
    color: #ff9e16
}
.fa-stack .fa-stack-2x.fa-square+.fa-stack-1x.fa-plus.fa-inverse {
    padding-top: 1px
}
.btn {
    padding: .4em 1em;
    border: none
}
.btn-sm {
    padding: .2em .5em
}
.btn-xs {
    padding: .1em .2em
}
.btn-lg {
    padding: .6em 1.2em
}
.btn-blue,
.btn-primary {
    color: #FFF;
    background: #005197
}
.btn-default,
.btn-white {
    color: #005197;
    background: #FFF
}
.jumbotron_background,
.slate-bg {
    background-color: #d7d2cb
}
html body {
    font-size: 14px;
    color: #75787B
}
html body h1 {
    font-size: 2.2222em;
    color: #005197
}
html body h2 {
    font-size: 1.6296em;
    color: #005197
}
html body h3 {
    font-size: 1.1111em;
    color: #75787B
}
html body section.highlight,
html body section.jumbotron {
    color: #FFF
}
html body .btn {
    font-size: 1.1852em
}
html body .btn-lg {
    font-size: 1.33em
}
html body section.jumbotron h1 {
    font-size: 2.2222em
}
html body section.jumbotron p {
    font-size: 1em
}
html body section.highlight p {
    font-size: 1.1111em
}
html body section.highlight .btn {
    font-size: 1.1852em
}
html body section.main-product-line h1 {
    color: #005197
}
html body section.main-product-line p {
    font-size: 1em
}
html body section.showcase footer p.tagline {
    font-size: 1.6296em;
    line-height: 1.1em
}
html body section.case-studies>h1 {
    font-size: 1.6296em;
    color: #FFF
}
html body section.case-studies .slidesjs-nav-custom .slidesjs-navigation .fa.fa-fw {
    font-size: 1.852em
}
html body section.case-studies article footer p.tagline {
    font-size: 1.6296em;
    line-height: 1.1em
}
html body section.case-studies article h1 {
    color: #FFF
}
html body section.case-studies article h2 {
    font-size: 1.1111em;
    color: #FFF
}
html body section.case-studies article p {
    font-size: 1.1111em
}
html body section.case-studies article div.row a:link {
    color: #FFF
}
html body section.case-studies article div.row a:hover {
    color: #ff9e16;
    text-decoration: underline
}
html body section.case-studies article a figcaption {
    color: #FFF
}
html body section.case-studies article a:hover figcaption {
    color: #ff9e16
}
html body section.news-and-resources .fa-chevron-right {
    font-size: 60%
}
html body section.news-and-resources #news #blog h3 {
    font-size: 1.6296em;
    font-weight: 300
}
html body section.news-and-resources #news #blog p a {
    font-size: 1em;
    font-weight: 300;
    color: #75787B
}
html body section.news-and-resources #news #press time {
    color: #005197
}
html body section.news-and-resources #news #press h3 a {
    font-size: 1em;
    font-weight: 300;
    color: #75787B
}
html body section.news-and-resources #resources #also-find li {
    color: #005197;
    font-size: 1.1111em;
    font-weight: 400
}
html body section.newsletter h1 {
    font-size: 1.6296em
}
html body section.newsletter input {
    font-size: 1.1111em
}
html body section.social-media a,
html body section.social-media h1 {
    font-size: 1.6296em
}
html body section.sidekick {
    overflow: hidden
}
html body section.sidekick h1 {
    color: #75787B
}
html body section.sidekick h2 {
    color: #005197
}
html body section.tile-links-collection h1,
html body section.tile-links-collection h2,
html body section.tile-links-collection h3,
html body section.tile-links-collection h4 {
    text-align: center;
    color: #75787B
}
html body section.overlay-preface .gallery_cta {
    cursor: pointer
}
p {
    margin-bottom: 1em;
    line-height: 1.4em
}
.btn {
    margin-top: .5em;
    margin-bottom: .5em
}
.jumbotron_background {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    overflow: visible
}
.expando-toggle .expando-open {
    display: initial
}
.expando-toggle .expando-close,
.expando-toggle.active .expando-open {
    display: none
}
.expando-toggle.active .expando-close {
    display: initial
}
a.zoom_img {
    position: relative;
    display: block;
    overflow: hidden
}
a.zoom_img img {
    -webkit-transition: all 1s;
    transition: all 1s;
    display: block
}
a.zoom_img .fa-stack {
    position: absolute;
    right: 10px;
    bottom: 10px
}
a.zoom_img .fa-plus {
    font-size: 75%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
a.zoom_img:hover img {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -webkit-transition: all 3s;
    transition: all 3s
}
a.zoom_img:hover .fa-plus {
    font-size: 120%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.lightbox_zoom {
    position: relative
}
.lightbox_zoom a[data-lightbox] {
    position: absolute;
    right: .5em;
    bottom: .5em;
    background-color: rgba(255, 255, 255, .75);
    padding: .15em;
    border-radius: 1em;
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle
}
.lightbox_zoom a[data-lightbox] i {
    vertical-align: middle
}
iframe[name=google_conversion_frame] {
    display: none
}
body>* div.container {
    padding: 0 35px
}
body .slide_fx,
body .slide_fx .slidesjs-nav-custom {
    position: relative
}
body .slide_fx .slidesjs-nav-custom nav {
    position: relative;
    text-align: center;
    z-index: 20
}
body .slide_fx .slidesjs-nav-custom nav a {
    color: #FFF
}
body .slide_fx .slidesjs-nav-custom nav a:hover {
    color: #b6b7ba
}
body .slide_fx .slidesjs-nav-custom nav a.active {
    color: #ff9e16
}
body .slide_fx .slidesjs-nav-custom nav .slidesjs-previous {
    margin-right: 20px
}
body .slide_fx .slidesjs-nav-custom nav .slidesjs-next {
    margin-left: 20px
}
body .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}
body .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination li {
    display: inline-block
}
body main {
    padding-top: 3em
}
body main figure.bounded img {
    width: 100%
}
body main section.overlay-preface {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
body main section {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}
body main section.headlines {
    padding-top: 0;
    padding-bottom: 0;
    height: 681px;
    position: relative;
    background-color: #005197;
    overflow: hidden
}
body main section.headlines .slide_fx,
body main section.headlines .slide_fx * {
    overflow: visible!important
}
body main section.headlines .slide_fx .slidesjs-nav-custom {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 302px
}
body main section.headlines .slide_fx .slidesjs-nav-custom .slidesjs-previous {
    position: absolute;
    top: -190px;
    left: -30px
}
body main section.headlines .slide_fx .slidesjs-nav-custom .slidesjs-next {
    position: absolute;
    top: -190px;
    right: -30px
}
body main section.headlines .slide_fx .slidesjs-nav-custom .slidesjs-pagination {
    display: none
}
body main section.headlines article {
    width: 100%;
    background-color: #d7d2cb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    overflow: visible;
    height: 256px;
    position: relative
}
body main section.headlines article>div.media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden!important
}
body main section.headlines article>div.media>audio,
body main section.headlines article>div.media>video {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
    min-width: 100%;
    min-height: 100%;
    z-index: -1
}
body main section.headlines article>div.container {
    height: 100%;
    padding: 0;
    margin: 0 auto
}
body main section.headlines article>div.container>div.headline {
    width: 95%;
    height: 425px;
    position: relative;
    top: 256px;
    background-color: none;
    padding: .5em 1em;
    color: #FFF;
    margin-left:0;
}


body main section.headlines article>div.container>div.headline>section {
    position: absolute
}
body main section.headlines article>div.container>div.headline>h1 {
    color: #FFF;
    margin-top: 0
}
body main section.highlight {
    background-color: #ff9e16;
    color: #FFF;
    padding: 1.8519em 0
}
body main section.highlight .row .tagline p {
    margin-bottom: 0
}
body main section.highlight.blue {
    background-color: #005197
}
body main section.highlight.white {
    background-color: #FFF;
    color: #75787B
}
body main section.highlight.gray {
    background-color: #d7d2cb;
    color: #75787B
}
body main section.highlight.jumbo {
    text-align: center;
    padding: 3em 0
}
body main section.highlight.jumbo .row {
    flex-flow: column
}
body main section.highlight.jumbo .tagline p {
    font-size: 2em
}
body main section.highlight.jumbo .tagline {
    margin-bottom: 2em
}
body main section.highlight.jumbo .btn {
    font-size: 1.05em
}
body main>section.main-product-line {
    margin: 36px 0;
    color: #75787B
}
body main>section.main-product-line h1 {
    margin-top: 0;
    margin-bottom: 25px
}
body main>section.main-product-line figure img {
    width: 100%;
    margin-bottom:15px;
    
}
body main>section.main-product-line div[class*=col-]:nth-of-type(2n) {
    padding: 32px
}
body main>section.main-product-line figure span.multimedia iframe {
    width: 100%
}
body main>section.main-product-line figure span.multimedia video {
    min-height: 0;
    min-width: 0;
    width: 100%
}
body main>section.newsletter {
    padding-top: 1.5em;
    border-top: 1px solid #ccc
}
body main>section.newsletter input {
    padding: 11.5px 20px;
    width: 100%
}
body main>section.newsletter h1 {
    color: #75787B
}
body main>section.social-media {
    padding-top: 1em;
    padding-bottom: 1.5em
}
body main>section.social-media h1 {
    color: #75787B
}
body main>section.social-media .social-media-links {
    text-align: right
}
body main section.showcase div.container>h2 {
    margin: 15px 0
}
body main section.showcase div.container article h2 {
    font-weight: 400
}
body main section.showcase div.container footer {
    margin-top: 1.5em;
    margin-bottom: .5em
}
body main section.showcase div.container button {
    margin-top: .5em;
    margin-bottom: 1.5em
}
body main section.showcase img {
    width: 100%
}
body main>section.news-and-resources {
    padding-bottom: 2em
}
body main>section.news-and-resources .fa-chevron-right {
    display: inline;
    padding-left: .5em
}
body main>section.news-and-resources #social-timeline {
    text-align: center;
    height: 480px
}
body main>section.news-and-resources #social-timeline iframe {
    display: block
}
body main>section.news-and-resources #news h1 {
    color: #75787B;
    margin: .5em 0 0
}
body main>section.news-and-resources #news h2 {
    color: #005197;
    margin: .5em 0
}
body main>section.news-and-resources #news img {
    width: 100%
}
body main>section.news-and-resources #news #press h3 {
    margin: 0
}
body main>section.news-and-resources article {
    margin: 1em 0
}
body main>section.news-and-resources article h3 {
    color: #005197;
    margin: 0 0 .25em
}
body main>section.news-and-resources #blog article,
body main>section.news-and-resources #whitepaper article {
    position: relative;
    padding-bottom: 60px
}
body main>section.news-and-resources #blog article a.more,
body main>section.news-and-resources #whitepaper article a.more {
    position: absolute;
    right: 0
}
body main>section.news-and-resources #blog article a.more .fa-plus,
body main>section.news-and-resources #whitepaper article a.more .fa-plus {
    font-size: 75%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
body main>section.news-and-resources #blog article a.more:hover .fa-plus,
body main>section.news-and-resources #whitepaper article a.more:hover .fa-plus {
    font-size: 120%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
body main>section.news-and-resources #also-find ul {
    margin-bottom: 3em
}
body main>section.news-and-resources #also-find li {
    margin: 1em 0
}
body main>section.news-and-resources #also-find .fa-chevron-right {
    padding-top: .6em
}
body main section.case-studies {
    color: #FFF;
    height: 1600px;
    margin-top: 36px;
    text-align: center;
    position: relative;
    background-color: green
}
body main section.case-studies>h1 {
    color: #FFF;
    position: relative;
    z-index: 2;
    top: .85em
}
body main section.case-studies .slide_fx {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0
}
body main section.case-studies .slide_fx .slidesjs-container,
body main section.case-studies .slide_fx .slidesjs-control {
    height: 1600px!important;
    width: 100%
}
body main section.case-studies .slide_fx .slidesjs-nav-custom {
    position: absolute;
    width: 100%;
    top: 20px;
    text-align: center
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav {
    width: 100%
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .case-study-tooltip {
    position: relative;
    top: 96px;
    font-size: 4.8rem;
    z-index: -1
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .case-study-tooltip span {
    background-color: #ff9e16;
    border-radius: 8px;
    padding: 1rem 5rem
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-navigation {
    position: absolute;
    top: 137px
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-previous {
    left: -30px
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-next {
    right: -30px
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination {
    position: relative;
    top: 210px
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination-item a {
    position: relative
}
body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination-item a .fa-caret-down {
    color: #ff9e16!important;
    position: absolute;
    left: -17px;
    top: -26px
}
body main section.case-studies article {
    height: 1600px!important;
    position: absolute;
    top: 0
}
body main section.case-studies article h1 {
    color: #FFF;
    margin-top: 1.15em
}
body main section.case-studies article h2 {
    margin: 2em auto 1em
}
body main section.case-studies article p {
    margin: 1em auto;
    line-height: 1.2em
}
body main section.case-studies article>div.media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden!important
}
body main section.case-studies article>div.media>audio,
body main section.case-studies article>div.media>video {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
    min-width: 100%;
    min-height: 100%;
    z-index: -1
}
body main section.case-studies article div.row {
    margin: 1em auto
}
body main section.case-studies article div.row figure {
    background-image: url(../Images/case-study-spotlight.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center
}
body main section.case-studies article div.row figure .logo-container {
    display: inline-block;
    width: 159px;
    height: 159px;
    text-align: center;
    vertical-align: middle;
    position: relative
}
body main section.case-studies article div.row figure .logo-container img {
    width: 159px;
    height: 159px
}
body main section.case-studies article div.row figure figcaption {
    margin: 1em;
    font-weight: 600
}
body main section.case-studies article div.container {
    padding-top: 80px;
    height: 100%
}
body main section.case-studies div.container {
    position: relative
}
body main section.case-studies footer {
    position: absolute;
    bottom: 3.6em;
    width: 100%;
    margin: 0 -35px
}
#banner,
#overlay-banner,
.bg-cover {
    position: relative
}
body .logo-link {
    vertical-align: top;
    text-align: center
}
table.features_comparison_list {
    width: 100%
}
table.features_comparison_list td,
table.features_comparison_list th {
    padding: .5em
}
table.features_comparison_list tr.border td {
    border-bottom: 1px solid #75787B
}
table.features_comparison_list td.alt {
    padding: 1em;
    background-color: #ff9e16;
    color: #FFF
}
table.features_comparison_list td.alt * {
    color: #FFF
}
table.features_comparison_list td.alt h1,
table.features_comparison_list td.alt h2,
table.features_comparison_list td.alt h3,
table.features_comparison_list td.alt h4 {
    text-align: center;
    margin: 0
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat
}
section.quote {
    padding: 9em 0;
    text-align: center;
    color: #FFF
}
section.quote .quote {
    font-size: 1.5em
}
#overlay-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
    height: 320px
}
#banner {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%
}
#banner-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}
#banner-subtitle {
    position: absolute;
    top: 200px;
    left: 30px;
    font-size: 1.5em;
    font-weight: 500
}
.revamp .sidefilter {
    background-color: #005197;
    color: #FFF;
    padding: 1em
}
.revamp .sidefilter ul {
    padding-left: 0;
    margin-left: 0
}
.revamp .sidefilter li {
    list-style: none;
    padding-left: 22px
}
.revamp .sidefilter li.remove {
    background-image: url(../Images/rev-ui-check.png);
    background-repeat: no-repeat
}
.revamp .sidefilter li.add {
    background-image: url(../Images/rev-ui-box.png);
    background-repeat: no-repeat
}
.revamp .sidefilter li.add a,
.revamp .sidefilter li.remove a {
    margin-left: -1.5em;
    padding-left: 1.5em
}
.revamp .sidefilter a {
    color: #FFF
}
.revamp .sidefilter h4 {
    font-size: 1.3em;
    font-weight: bolder;
    padding-bottom: .5em;
    border-bottom: 1px solid #005197
}
main.case-studies {
    margin: 1em 0
}
section.sidekick {
    padding: 0;
    position: relative
}
section.sidekick img.sidekick-img {
    width: 100%
}
section.overlay-preface {
    padding: 0
}
section.overlay-preface .left {
    color: #FFF;
    background-color: rgba(10, 22, 23, .8);
    padding: 1em 2em
}
section.overlay-preface .right {
    color: #FFF;
    background-color: #005197;
    padding: 1em 2em
}
a.tile_link,
a.tile_link:hover {
    display: block;
    padding: 2em;
    text-align: center
}
section.overlay-preface .gallery_cta {
    margin-bottom: 0
}
a.tile_link {
    background-color: #FFF
}
a.tile_link * {
    margin: 0
}
a.tile_link .heading {
    color: #000
}
a.tile_link .abstract,
a.tile_link .separator {
    color: #005197
}
a.tile_link .fa {
    position: absolute;
    bottom: .5em;
    right: 1.5em
}
a.tile_link:hover {
    background-color: #005197;
    text-decoration: none
}
a.tile_link:hover .abstract,
a.tile_link:hover .fa,
a.tile_link:hover .heading,
a.tile_link:hover .separator {
    color: #FFF
}
.logo-collection .intro {
    margin: 2em 4em
}
.logo-collection .logo-link .details {
    margin: 1.5em 0
}
section.overlay-preface>.container>div.row {
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start
}
section.overlay-preface>.container>div.row div.left,
section.overlay-preface>.container>div.row div.right {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    align-self: stretch;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}
section.overlay-preface>.container>div.row div.left div.row,
section.overlay-preface>.container>div.row div.right div.row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: center;
    -webkit-box-align: center;
    align-items: center
}
section.tile-links-collection {
    padding-bottom: 3.5em
}
section.tile-links-collection div.row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: stretch
}
section.tile-links-collection div.row>div {
    align-self: stretch;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}
section.tile-links-collection div.row>div a {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative
}
section.tile-links-collection div.row>div a .abstract {
    -webkit-box-flex: 1;
    flex: 1 0 auto
}
section.taxonomic-logo-collection figure .logo-container {
    height: 64px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
section.taxonomic-logo-collection figure .logo-container img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%
}
section.mktoFormAspectComponent * {
    font-family: inherit!important;
    font-weight: inherit!important
}
section.mktoFormAspectComponent div.mktoButtonRow {
    width: 100%!important
}
section.mktoFormAspectComponent .mktoForm,
section.mktoFormAspectComponent .mktoForm .mktoFormRow,
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFieldWrap {
    width: 100%
}
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFormCol {
    margin-bottom: 0!important;
    min-height: 0;
    padding: 10px 0;
    vertical-align: middle
}
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:not([type=checkbox]):not([type=radio]),
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFieldWrap .mktoHtmlText,
section.mktoFormAspectComponent .mktoForm .mktoFormRow.checkbox_field .mktoLogicalField {
    width: 100%!important
}
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFieldWrap>label {
    display: none
}
section.mktoFormAspectComponent .mktoForm .mktoFormRow.checkbox_field input {
    float: left!important;
    clear: left!important;
    position: relative;
    top: .2em
}
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoRadioList input,
section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoRadioList label {
    display: inline-block;
    padding: 0;
    margin: .1em;
    vertical-align: middle
}
section.mktoFormAspectComponent .form-wrapper {
    text-align: center
}
section.mktoFormAspectComponent .form-wrapper .mktoForm {
    display: inline-block;
    width: 100%!important
}
section.mktoFormAspectComponent .form-wrapper .mktoForm::-webkit-input-placeholder {
    color: #b6b7ba!important;
    font-style: italic
}
section.mktoFormAspectComponent .form-wrapper .mktoForm:-ms-input-placeholder {
    color: #b6b7ba!important;
    font-style: italic
}
section.mktoFormAspectComponent .form-wrapper .mktoForm::-moz-placeholder {
    color: #b6b7ba!important;
    font-style: italic;
    opacity: 1
}
section.mktoFormAspectComponent .form-wrapper .mktoForm:-moz-placeholder {
    color: #b6b7ba!important;
    font-style: italic;
    opacity: 1
}
section.mktoFormAspectComponent .form-wrapper .mktoForm h1,
section.mktoFormAspectComponent .form-wrapper .mktoForm h2,
section.mktoFormAspectComponent .form-wrapper .mktoForm h3,
section.mktoFormAspectComponent .form-wrapper .mktoForm h4,
section.mktoFormAspectComponent .form-wrapper .mktoForm h5,
section.mktoFormAspectComponent .form-wrapper .mktoForm h6 {
    color: #fff
}
section.mktoFormAspectComponent .form-wrapper .mktoForm label,
section.mktoFormAspectComponent .form-wrapper .mktoForm p {
    color: inherit;
    display: inline-block;
    margin: 4px 1em
}
section.mktoFormAspectComponent .form-wrapper .mktoForm label .mktoAsterix {
    display: inline-block;
    color: #ff9e16;
    padding-left: 0;
    padding-right: 5px
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .checkbox_field label.mktoLabel {
    display: none
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .checkbox_field .mktoField+label {
    display: block;
    padding-left: 16px;
    margin: 2px
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoRadioList .mktoField+label {
    padding-right: 16px;
    margin: 2px
}
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormRow {
    padding-left: 0;
    padding-right: 0;
    margin: 1.25em 0
}
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(1) {
    width: 100%;
    padding: 0 8px
}
@media only screen and (min-width: 768px) {
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(1) {
        padding: 0
    }
}
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(2),
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(2)~div.mktoFormCol {
    width: 100%;
    padding: 0 8px
}
@media only screen and (min-width: 768px) {
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(2),
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(2)~div.mktoFormCol {
        padding: 0
    }
}
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(3),
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(3)~div.mktoFormCol {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 8px
}
@media only screen and (min-width: 768px) {
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(3),
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(3)~div.mktoFormCol {
        padding: 0
    }
}
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(4),
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(4)~div.mktoFormCol {
    width: 33.3%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 8px
}
@media only screen and (min-width: 768px) {
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(4),
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(4)~div.mktoFormCol {
        padding: 0
    }
}
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(5),
section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(5)~div.mktoFormCol {
    width: 25%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 8px
}
body>header,
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoAsterix,
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoGutter,
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoOffset {
    display: none
}
@media only screen and (min-width: 768px) {
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(5),
    section.mktoFormAspectComponent .form-wrapper .mktoForm div.mktoFormCol:first-child:nth-last-child(5)~div.mktoFormCol {
        padding: 0
    }
}
section.mktoFormAspectComponent .form-wrapper .mktoForm * {
    float: none
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .fa {
    font-family: FontAwesome
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoButtonRow {
    width: 100%;
    text-align: center
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0!important
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoFieldDescriptor {
    padding: 0
}
section.mktoFormAspectComponent .form-wrapper .mktoForm input,
section.mktoFormAspectComponent .form-wrapper .mktoForm select,
section.mktoFormAspectComponent .form-wrapper .mktoForm textarea {
    font-size: 16px;
    padding: 8px;
    color: #fff
}
section.mktoFormAspectComponent .form-wrapper .mktoForm button {
    border: 1px solid #fff;
    background-color: #fff;
    background-image: none;
    color: #333;
    padding: 12px 50px;
    -webkit-transition: .25s all;
    transition: .25s all;
    text-shadow: none
}
section.mktoFormAspectComponent .form-wrapper .mktoForm button:hover {
    border: 1px solid #fff;
    background-color: #ff9e16;
    -webkit-transition: .25s all;
    transition: .25s all;
    color: #fff
}
section.mktoFormAspectComponent .form-wrapper .mktoForm input,
section.mktoFormAspectComponent .form-wrapper .mktoForm select,
section.mktoFormAspectComponent .form-wrapper .mktoForm textarea {
    border-radius: 0!important;
    border: 1px solid #ccc!important;
    box-shadow: none!important
}
section.mktoFormAspectComponent .form-wrapper .mktoForm .mktoButtonWrap button {
    border: 1px solid #dcddde
}
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=checkbox],
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=radio] {
    opacity: 1
}
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=checkbox]+label,
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=radio]+label {
    margin: 0 1em 0 .5em
}
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=checkbox]+label:before,
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=radio]+label:before {
    background: 0 0!important;
    background-color: none!important;
    box-shadow: none!important;
    border: none!important
}
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=checkbox]:checked+label:before,
section.mktoFormAspectComponent .form-wrapper .mktoForm input[type=radio]:checked+label:before {
    content: none!important
}
.case-studies .index_tile h2,
.case-studies .index_tile p {
    padding-left: 20px;
    padding-right: 20px
}
@media only screen and (max-width: 383px) {
    body>main>section.main-product-line figure span.multimedia iframe {
        width: 100%;
        height: 180px
    }
}
@media only screen and (min-width: 384px) and (max-width: 479px) {
    body>main>section.main-product-line figure span.multimedia iframe {
        width: 100%;
        height: 225px
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body>main>section.main-product-line figure span.multimedia iframe {
        width: 100%;
        height: 380px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body>main>section.main-product-line figure span.multimedia iframe {
        height: 300px
    }
}
body>nav#top-nav {
    position: relative;
    position: fixed;
    z-index: 100;
    background-color: #FFF;
    width: 100%
}
@media only screen and (max-width: 991px) {
    body>nav#top-nav .container {
        height: 4em;
        padding-top: 2em
    }
}
body>nav#top-nav #menu-toggle {
    position: absolute;
    top: 0;
    padding: 16px 0;
    font-size: 27px;
    line-height: 27px;
    height: 27px;
    vertical-align: middle
}
body>nav#top-nav #searchInput {
    position: absolute;
    margin: 25px 70px;
    top: -5px;
    right: 200px;
    padding: 12px;
    z-index: 600;
    background: #FFF;
    width: 360px;
    box-shadow: 0 0 5px #B1B1B1;
    border-radius: 5px
}
body>nav#top-nav #searchInput input {
    width: 100%;
    padding: .5em;
    background: 0 0;
    border-radius: 5px;
    box-shadow: inset 0 0 10px #e1e1e1;
    border: 2px solid #d5d5d5
}
body>nav#top-nav div.container {
    position: relative
}
body>nav#top-nav #search-controls {
    display: inline-block;
    position: absolute;
    font-size: 1.852em;
    line-height: 1.852em;
    height: 1.852em;
    right: .25em;
    top: .25em;
    z-index: 101;
    text-align: right;
    cursor: default
}
body>nav#top-nav #search-controls a {
    cursor: pointer
}
body>nav#top-nav #logo,
body>nav#top-nav #logo-alt {
    position: relative;
    left: 41px;
    top: -11px;
    width: 124px;
    height: 24px
}
body>nav#top-nav ul {
    position: relative;
    list-style: none
}
body>nav#top-nav .submenu,
body>nav#top-nav .submenu ul {
    position: absolute;
    top: 0;
    left: 900px
}
body>nav#top-nav ul li {
    border-bottom: 1px solid #005197
}
body>nav#top-nav #mobileMenuContainer {
    margin-top: 0
}
body>nav#top-nav #mobileMenuContainer ul {
    padding-left: 0
}
body>nav#top-nav #mobileMenuContainer h2 {
    font-size: 1em;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #005197
}
body>nav#top-nav #mobileMenuContainer h3 {
    margin-top: 0;
    margin-bottom: 0
}
body>nav#top-nav #mobileMenuContainer a {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    color: #000;
    padding: .25em 0;
    font-weight: 300
}
body>nav#top-nav #mobileMenuContainer a .fa {
    color: #005197
}
body>nav#top-nav #mobileMenuContainer a:active,
body>nav#top-nav #mobileMenuContainer a:link,
body>nav#top-nav #mobileMenuContainer a:visited {
    color: #000
}
body>nav#top-nav #mobileMenuContainer a:active .fa,
body>nav#top-nav #mobileMenuContainer a:hover,
body>nav#top-nav #mobileMenuContainer a:link .fa,
body>nav#top-nav #mobileMenuContainer a:visited .fa {
    color: #005197
}
body>nav#top-nav #mobileMenuContainer a:hover .fa {
    color: #ff9e16
}
body>nav#top-nav .submenu {
    display: none;
    width: 100%
}
body>nav#top-nav .submenu.mobile-show {
    display: block
}
body>nav#top-nav .submenu h2 {
    position: relative
}
body>nav#top-nav .submenu h2 a.mobile-submenu-enter {
    top: -6px
}
body>nav#top-nav .submenu h3 {
    font-size: 1em
}
body>nav#top-nav .submenu .level2 {
    padding: 0
}
body>nav#top-nav .submenu .level2 ul {
    width: 100%
}
body>nav#top-nav .submenu .level2:nth-of-type(1) ul {
    top: -1em
}
body>nav#top-nav .submenu .level2:nth-of-type(2) ul {
    top: -2.5em
}
body>nav#top-nav .submenu .level2:nth-of-type(3) ul {
    top: -4.5em
}
body>nav#top-nav .mobile-submenu-enter .fa {
    position: absolute;
    right: 0
}
body>nav#top-nav .mobile-submenu-leave {
    width: 100%;
    cursor: pointer;
    display: block
}
body>nav#top-nav #mobileMenu,
body>nav#top-nav #request-demo-button {
    display: none
}
body>nav#top-nav #mobileMenu.mobile-show {
    display: block
}
body>nav#top-nav #mobileMenuExtension {
    margin-top: 1em;
    display: none
}
body>nav#top-nav #mobileMenuExtension.mobile-show {
    display: block
}
body>nav#bottom-nav {
    background-color: #d7d2cb;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid #ccc;
}
body>nav#bottom-nav h1 {
    font-size: 1.3em;
    font-weight: 400;
    cursor: pointer
}
body>nav#bottom-nav h1 i {
    -webkit-transition: .2s ease-out all;
    transition: .2s ease-out all
}
body>nav#bottom-nav h1:hover {
    -webkit-transition: .2s ease-out all;
    transition: .2s ease-out all;
    color: #ff9e16
}
body>nav#bottom-nav ul {
    list-style-type: none;
    margin-left: -15px;
    padding-left: 0
}
body>nav#bottom-nav ul li {
    list-style-type: none
}
body>nav#bottom-nav ul a {
    color: #75787B
}
body>nav#bottom-nav ul a:hover {
    color: #ff9e16
}
body>footer {
    background-color: #FFF;
    font-weight: 300
}
body>footer div.container {
    padding: 0 35px
}
body>footer #policies {
    margin: 2.5em 0
}
body>footer #policies ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
body>footer #policies ul li {
    display: inline-block;
    margin-right: .5em
}
body>footer #policies ul li a {
    margin-right: .5em
}
body>footer #policies ul li:after {
    content: " | "
}
body>footer #policies ul li:last-of-type:after {
    content: ""
}
body>footer #copyright {
    margin: 2em 0
}
.responsive-state {
    display: block;
    width: 0;
    position: absolute;
    top: -100px
}
@media only screen and (min-width: 320px) {
    .responsive-state {
        width: 320px
    }
}
@media only screen and (min-width: 480px) {
    .responsive-state {
        width: 480px
    }
}
@media only screen and (min-width: 768px) {
    .responsive-state {
        width: 768px
    }
}
@media only screen and (min-width: 992px) {
    .responsive-state {
        width: 992px
    }
    html body {
        font-size: 16px
    }
    html body h1 {
        font-size: 2.5em
    }
    html body h2 {
        font-size: 1.5em
    }
    html body h3 {
        font-size: 1.125em
    }
    html body .small h1 {
        font-size: 2.5rem
    }
    html body .small h2 {
        font-size: 1.5rem
    }
    html body .small h3 {
        font-size: 1.125rem
    }
    html body .btn {
        font-size: 1em
    }
    html body .btn-lg {
        font-size: 1.33em
    }
    html body header {
        font-weight: 400
    }
    html body header.overlay-headline .language a:link,
    html body header.overlay-headline .language a:visited {
        color: #FF9E1B
    }
    html body header.overlay-headline #languageToggle {
        color: #fff;
        cursor: pointer
    }
    html body .jumbotron h1 {
        font-size: 2.5em
    }
    html body .jumbotron p {
        font-size: 1.125em
    }
    html body section.highlight p {
        font-size: 1.5em
    }
    html body section.highlight .btn {
        font-size: 1.25em
    }
    html body section#case-studies article div.row figure figcaption,
    html body section.main-product-line p {
        font-size: 1.125em
    }
    html body section#case-studies article footer p {
        font-size: 1.5em
    }
    html body section#case-studies article footer button {
        font-size: 1.6875em
    }
    html body section.news-and-resources h1 {
        font-size: 2.25em
    }
    html body section.news-and-resources #news #blog article h3,
    html body section.news-and-resources #resources h2 {
        font-size: 1.125em
    }
    html body section.news-and-resources #news #press article h3 {
        font-size: 1em
    }
    html body section.newsletter .btn {
        font-size: 1.25em
    }
    body>* div.container {
        padding: 0
    }
    body>header.overlay-headline {
        position: absolute;
        width: 100%;
        height: 46px;
        z-index: 1005;
        background: 0 0;
        color: #fff
    }
    body>header.overlay-headline a:link,
    body>header.overlay-headline a:visited {
        color: #fff;
        
    }
	#quickLinks li a:hover {
        color: #ff9e16;
        text-decoration: none;
    }
    
    header a#languageToggle:hover {
	    background-color: #FF9E16;
	    text-decoration: none;
	    color: #fff;
	    padding: 10px 23px;
	}
    
    body>nav#top-nav.overlay-headline {
        position: absolute;
        top: 46px;
        width: 100%;
        height: 100px;
        z-index: 1000;
        background: 0 0;
        color: #fff
    }
    body main section.case-studies,
    body main section.headlines article {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
    body>nav#top-nav.overlay-headline #mobileMenu li.menu a:link,
    body>nav#top-nav.overlay-headline #mobileMenu li.menu a:visited,
    body>nav#top-nav.overlay-headline #search-controls a {
        color: #fff
    }
    body>main {
        padding-top: 0
    }
    body main section.headlines {
        height: 60.8rem
    }
    body main section.headlines .slide_fx,
    body main section.headlines .slide_fx * {
        overflow: visible!important
    }
    body main section.headlines .slide_fx .slidesjs-nav-custom {
        position: absolute;
        text-align: center;
        height: 60.8rem;
        width: 100%;
        top: 0;
        padding: 4rem 0;
        left:5px;
    }
    body main section.headlines .slide_fx .slidesjs-nav-custom .slidesjs-pagination {
        display: block
    }
    body main section.headlines .slide_fx .slidesjs-nav-custom .container {
        margin-top: 14.5rem;
        height: 38.8rem
    }
    body main section.headlines .slide_fx .slidesjs-nav-custom .container nav {
        width: 52.5rem;
        top: 36rem
    }
    body main section.headlines .slide_fx .slidesjs-nav-custom .container nav .slidesjs-previous {
        position: relative;
        top: 0;
        left: 0
    }
    body main section.headlines .slide_fx .slidesjs-nav-custom .container nav .slidesjs-next {
        position: relative;
        top: 0;
        right: 0
    }
    body main section.headlines article {
        background-color: #d7d2cb;
        height: 60.8rem;
        padding: 4rem 0
    }
    body main section.headlines article>div.container {
        margin-top: 14.5rem;
        height: 38.8rem
    }
    body main section.headlines article>div.container>div.headline {
        top: 0;
        width: 52.5rem;
        height: 100%;
        background-color: rgba(0, 80, 136, .875);
        color: #FFF;
        padding: 4rem;
        left: 0px;
        
    }
    body main section.headlines article>div.container>div.headline>section {
        position: absolute;
        top: 0;
        left: 0;
        padding: 4rem
    }
    body main section.headlines article>div.container>div.headline>h1 {
        color: #FFF;
        margin-top: 0
    }
    body main section.headlines article>div.container>div.headline>button {
        position: absolute;
        bottom: 4rem;
        left: 4rem
    }
    body main section.highlight {
        background-color: #ff9e16;
        color: #FFF
    }
    body main section.highlight .row {
        display: -webkit-box;
        display: flex;
        flex-flow: row;
        -webkit-box-pack: centrer;
        justify-content: centrer;
        align-content: center;
        -webkit-box-align: center;
        align-items: center
    }
    body main>section.main-product-line .container h1 {
        margin-top: 1rem;
        float: right;
        width: 50%;
        margin-bottom: 0
    }
    body main>section.main-product-line .container figure {
        float: left;
        width: 50%
    }
    body main>section.main-product-line .container figure img,
    body main>section.main-product-line .container figure span.multimedia {
        display: block;
        width: 90%;
        margin: 1.6rem 0
    }
    body main>section.main-product-line .container figure span.multimedia iframe {
        width: 100%
    }
    body main>section.main-product-line .container>div {
        margin-top: 4.2rem;
        float: right;
        width: 50%
    }
    body main>section.main-product-line .container>div button {
        margin-top: 3.2rem
    }
    body main section.showcase {
        background-color: #d7d2cb;
        padding-bottom: 2em
    }
    body main section.showcase h1 {
        text-align: center;
        margin: 1.5em 0 1em
    }
    body main section.showcase div.container footer {
        text-align: center
    }
    body main section.showcase .showcaseBody {
        padding: 0 1em
    }
    body main section.showcase footer .btn {
        margin: 1em 0
    }
    body main section.case-studies {
        margin-top: 0;
        color: #FFF;
        height: 93.2rem;
        text-align: center
    }
    body main section.case-studies>h1 {
        font-size: 3.6rem;
        color: #FFF;
        top: 1em
    }
    body main section.case-studies .slide_fx {
        z-index: 1;
        position: absolute;
        width: 100%;
        top: 0
    }
    body main section.case-studies .slide_fx .slidesjs-container,
    body main section.case-studies .slide_fx .slidesjs-control {
        height: 93.2rem!important;
        width: 100%
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom {
        position: absolute;
        width: 100%;
        top: 20px;
        text-align: center
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom nav {
        width: 100%
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom nav .case-study-tooltip {
        position: relative;
        top: 96px;
        font-size: 4.8rem
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-previous {
        position: absolute;
        top: 140px;
        left: 140px
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-next {
        right: 140px;
        position: absolute;
        top: 140px
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination {
        position: relative;
        top: 210px
    }
    body main section.case-studies .slide_fx .slidesjs-nav-custom nav .slidesjs-pagination-item a .fa-caret-down {
        left: -10px
    }
    body main section.case-studies article {
        height: 93.2rem!important
    }
    body main section.case-studies article h1 {
        font-size: 4.8rem;
        margin-top: 1.4em;
        color: #FFF
    }
    body main section.case-studies article h2 {
        font-size: 2.4rem;
        margin: 3.5em auto .5em
    }
    body main section.case-studies article .container>p {
        font-size: 1.6rem;
        width: 50%;
        margin: .5em auto
    }
    body main section.case-studies article div.row {
        margin: 2em auto 3em
    }
    body main section.case-studies article div.row figure {
        font-weight: 500
    }
    body main section.case-studies article div.row figure figcaption {
        margin: 1em
    }
    body main section.case-studies article footer {
        margin: 0 auto
    }
    body main section.case-studies article footer .btn {
        font-size: 1.25em
    }
    body main>section.news-and-resources {
        padding-top: 42px
    }
    body main>section.news-and-resources #news #blog-and-press>h1 {
        margin-left: -15px;
        padding-left: 64px
    }
    body main>section.news-and-resources #news h2 {
        margin-top: 16px
    }
    body main>section.news-and-resources #news #blog {
        padding: 0 24px;
        border-left: 1px solid #d7d2cb;
        border-right: 1px solid #d7d2cb
    }
    body main>section.news-and-resources #news #blog article {
        padding-bottom: 2rem
    }
    body main>section.news-and-resources #news #blog article h3 {
        margin-top: 0
    }
    body main>section.news-and-resources #news #blog article a.zoom_img {
        width: 90%
    }
    body main>section.news-and-resources #news #blog article a.more {
        position: absolute;
        bottom: 0;
        right: .5rem
    }
    body main>section.news-and-resources #news #blog article div:nth-of-type(2n) {
        padding-bottom: 2em
    }
    body main>section.news-and-resources #news #blog article:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
    body main>section.news-and-resources #news #press {
        padding: 0 24px
    }
    body main>section.news-and-resources #news #press article:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
    body main>section.news-and-resources #blog article,
    body main>section.news-and-resources #whitepaper article {
        position: relative;
        padding-bottom: 60px
    }
    body main>section.news-and-resources #resources h1:not(:first-of-type) {
        margin: 0
    }
    body main>section.news-and-resources #also-find ul {
        margin-top: 16px;
        margin-bottom: 3em
    }
    body main>section.news-and-resources #also-find li {
        margin: 0
    }
    body main>section.newsletter {
        padding-bottom: 1.5em
    }
    body main>section.newsletter input {
        padding: 11.5px 20px;
        margin: 11.5px;
        width: 100%
    }
    body main>section.newsletter h1 {
        color: #75787B
    }
    section.sidekick.flip>div.container>div.row>div h2,
    section.sidekick.flip>div.container>div.row>div h3,
    section.sidekick>div.container>div.row>div h2,
    section.sidekick>div.container>div.row>div h3 {
        color: #005197
    }
    body main>section.newsletter button {
        margin: 15px
    }
    body main>section.social-media {
        position: fixed;
        display: inline-block;
        width: 52px;
        right: 0;
        top: 10em;
        z-index: 90
    }
    body .aspect-nav .container,
    body main>section.social-media .social-media-links {
        position: relative
    }
    body main>section.social-media h1 {
        display: none
    }
    body main>section.social-media .container {
        padding: 0;
        width: 52px
    }
    body main>section.social-media .container .row {
        width: 52px
    }
    body main>section.social-media .social-media-links a {
        display: inline-block;
        width: 52px;
        height: 52px
    }
    body .aspect-nav .top-jump {
        position: fixed;
        right: 1em;
        bottom: 3em;
        z-index: 999
    }
    body .aspect-nav .top-jump a {
        width: 50px;
        height: 50px;
        border-radius: 35px;
        font-size: .75em;
        line-height: 1.4em;
        background: #b6b7ba;
        position: relative;
        display: block;
        left: -50%;
        padding-bottom: .5em;
        -webkit-transition: .5s color;
        transition: .5s color
    }
    body .aspect-nav .top-jump a .fa {
        margin-top: 10px;
        font-size: 1.5em;
        -webkit-transition: .5s margin-top;
        transition: .5s margin-top
    }
    body .aspect-nav .top-jump a:hover {
        background: #b6b7ba;
        -webkit-transition: .5s color;
        transition: .5s color
    }
    body .aspect-nav .top-jump a:hover .fa {
        margin-top: 3px;
        -webkit-transition: .5s margin-top;
        transition: .5s margin-top
    }
    body .aspect-nav .top-jump a:after {
        content: none;
        background: 0 0
    }
    section.quote .credits,
    section.quote .quote {
        padding: 0 20%
    }
    section.quote .separator {
        margin: 1em
    }
    section.sidekick>div.container>div.row>div {
        padding: 4em 6em 4em 2em
    }
    section.sidekick img.sidekick-img {
        position: absolute;
        left: 50%;
        top: 0;
        width: auto;
        height: 100%
    }
    section.sidekick.flip>div.container>div.row>div {
        padding: 4em 2em 4em 4em
    }
    section.sidekick.flip img.sidekick-img {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .case-studies .index_tile h2,
    .case-studies .index_tile p {
        padding-left: 20px;
        padding-right: 20px
    }
    a.anchor.aspect {
        padding-top: 100px;
        margin-top: -100px
    }
    .aspect-nav {
        text-align: center
    }
    .aspect-nav.sticky {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0
    }
    a.aspect-nav-link {
        display: inline;
        margin: 0 1em;
        font-size: 20px;
        padding: 4px 16px;
        border-radius: 8px;
        white-space: nowrap;
        position: relative;
        text-decoration: none;
        color: #FFF
    }
    a.aspect-nav-link:before {
        content: "";
        position: absolute;
        width: 74%;
        height: 2px;
        bottom: 0;
        left: 13%;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }
    a.aspect-nav-link.in-scroll-view:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    a.aspect-nav-link:active,
    a.aspect-nav-link:link,
    a.aspect-nav-link:visited {
        color: #FFF;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px
    }
    a.aspect-nav-link:hover {
        color: #ff9e16;
        background-color: #FFF;
        border-radius: 8px
    }
    body>header ul,
    body>nav#top-nav ul {
        margin-left: 0;
        margin-bottom: 10px;
        padding-left: 0;
        list-style-type: none
    }
    body>header ul li,
    body>nav#top-nav ul li {
        display: inline-block
    }
    body>header {
        display: block;
        background-color: #FFF;
        font-size: 15px
    }
    body>header .headerMenu {
        text-align: right
    }
    body>header ul {
        float: right
    }
    body>header ul li {
        margin: .5em
    }
   body>header ul.language {
	    box-shadow: 0 0 0px #B1B1B1;
	    position: absolute;
	    right: 23px;
	    top: 2.5em;
	    text-align: left;
	    background-color: #fff;
	    z-index: 512;
	    padding: .5em;
	    border-bottom: 4px solid #ff9e16;
	    border-left: 1px solid rgba(204, 204, 204, 0.61);
	    border-right: 1px solid rgba(204, 204, 204, 0.61);
	    border-top: 2px solid #ff9e16;
	}
    body>header ul.language li {
        display: list-item
    }
    body>nav#top-nav {
        position: inherit;
        height: 100px;
        z-index: 100;
        background-color: #FFF;
        width: 100%
    }
    body>nav#top-nav #menu-toggle {
        display: none
    }
    body>nav#top-nav #searchInput {
        position: absolute;
        top: -5px;
        right: 200px;
        padding: 12px;
        z-index: 600;
        background: #FFF;
        width: 360px;
        box-shadow: 0 0 5px #B1B1B1
    }
    body>nav#top-nav #searchInput input {
        padding: .5em
    }
    body>nav#top-nav div.container {
        position: relative
    }
    body>nav#top-nav #search-controls {
        position: absolute;
        font-size: 33px;
        line-height: 33px;
        height: 33px;
        right: 215px;
        top: 33px;
        z-index: 100;
        text-align: right
    }
    body>nav#top-nav i.fa-search {
        font-size: 33px
    }
    body>nav#top-nav img#logo,
    body>nav#top-nav img#logo-alt {
        position: relative;
        left: 0;
        top: 32px;
        width: 162px;
        height: 32px
    }
    body>nav#top-nav ul {
        position: relative
    }
    body>nav#top-nav ul li {
        margin: .1em;
        border-bottom: none
    }
    body>nav#top-nav #request-demo-button {
        display: inline;
        position: absolute;
        top: 25px;
        right: 0
    }
    body>nav#top-nav #mobileMenuContainer {
        position: relative;
        top: -32px;
        margin-top: 0
    }
    body>nav#top-nav #mobileMenuContainer h2 {
        font-size: 1.375em;
        border-bottom: none;
        margin: .5em 0
    }
    body>nav#top-nav #mobileMenuContainer h2 a,
    body>nav#top-nav #mobileMenuContainer h2 a:active,
    body>nav#top-nav #mobileMenuContainer h2 a:link,
    body>nav#top-nav #mobileMenuContainer h2 a:visited {
        color: #005197
    }
    body>nav#top-nav #mobileMenuContainer h2 a:hover {
        color: #ff9e16
    }
    body>nav#top-nav #mobileMenuContainer a {
        padding: .5em 0
    }
    body>nav#top-nav #mobileMenuContainer .submenu {
        position: absolute;
        width: 100%;
        left: 0;
        left: auto;
        left: initial;
        left: 0px;
        z-index: 200;
        top: 100px;
/*         background: url(../../assets/prebuilt/images/shape.png) right bottom no-repeat #F0F0F0; */
		background: #F0F0F0;
        padding: 16px 0 32px 0;
        display: none;
        border: 1px dotted #d0d0d0;
        border-top: 1px dotted #e0e0e0
    }
    body>nav#top-nav #mobileMenuContainer .submenu ul {
        position: relative;
        top: 0;
        left: 0px;
    }
    body>nav#top-nav #mobileMenuContainer .submenu div {
        border-right: 1px solid #d7d2cb;
        height: 100%
    }
    body>nav#top-nav #mobileMenuContainer .submenu div:last-of-type {
        border-right: none
    }
    body>nav#top-nav #mobileMenuContainer .submenu li {
        display: block;
        border-bottom: none
    }
    body>nav#top-nav #mobileMenuContainer .submenu li a {
        padding: .15em .75em;
        margin: 0 -.75em;
        font-size: 14px;
        color: #75787B
    }
    body>nav#top-nav #mobileMenuContainer .submenu li:hover {
        background: url(../../assets/prebuilt/images/arrow-on.png) right 5px center no-repeat
    }
    body>nav#top-nav #mobileMenuContainer .submenu li:hover a {
        background-color: #ff9e16;
        color: #FFF;
        text-decoration: none
    }
    body>nav#top-nav #mobileMenuContainer .submenu li.go a {
        background: url(../../assets/prebuilt/images/icon-go.png) right center no-repeat;
        color: #005197;
        display: inline-block!important;
        padding: .15em .75em;
        margin: 1em -.75em 0
    }
    body>nav#top-nav #mobileMenuContainer .submenu li.go a:hover {
        text-decoration: underline;
        color: #ff9e16
    }
    body>nav#top-nav #mobileMenuContainer .submenu li.go:hover {
        background: 0 0
    }
    body>nav#top-nav #mobileMenuContainer .submenu li.go:hover a {
        background: url(../../assets/prebuilt/images/icon-go.png) right center no-repeat;
        color: #005197
    }
    body>nav#top-nav #mobileMenuContainer .submenu .level2 {
        padding: 0 1.5em
    }
    body>nav#top-nav #mobileMenuContainer .submenu .level2:nth-of-type(1) ul,
    body>nav#top-nav #mobileMenuContainer .submenu .level2:nth-of-type(2) ul,
    body>nav#top-nav #mobileMenuContainer .submenu .level2:nth-of-type(3) ul {
        top: 0
    }
    body>nav#top-nav #mobileMenuContainer .submenu .level2 h2 {
        left: 0!important
    }
    body>nav#top-nav #mobileMenu {
        display: block;
        position: absolute;
        top: 0;
        left: 200px!important;
        font-size: 20px
    }
    body>nav#top-nav #mobileMenu li {
        padding: 0 12px;
        margin: 0
    }
    body>nav#top-nav #mobileMenu li.menu {
        padding: 35px 16px 17px;
        position: relative;
        cursor: pointer
    }
    body>nav#top-nav #mobileMenu li.menu>span {
        position: relative;
        top: -6px
    }
    body>nav#top-nav #mobileMenu li.menu a {
        color: #75787B;
        font-weight: 200
    }
    body>nav#top-nav #mobileMenu li.menu:hover a {
        color: #FFF;
        text-decoration: none
    }
    body>nav#top-nav #mobileMenu li.menu.active:after,
    body>nav#top-nav #mobileMenu li.menu:hover:after {
        top: 95px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 63, 103, 0);
        border-top-color: #ff9e16;
        border-width: 30px;
        margin-left: -30px;
        z-index: 750
    }
    body>nav#top-nav #mobileMenu li a {
        color: #75787B
    }
    body>nav#top-nav #mobileMenu li a:hover {
        color: #FFF !important;
    }
    body>nav#top-nav #mobileMenu li.active,
    body>nav#top-nav #mobileMenu li:hover {
        background-color: #ff9e16
    }
    
    body>nav#top-nav #mobileMenu li.active a {color:#fff;}
    
    body>nav#top-nav #mobileMenuExtension {
        display: none
    }
    div[aria-describedby=request-demo-dialog] button.ui-dialog-titlebar-close {
        z-index: 2500
    }
    #request-demo-dialog {
        overflow: visible
    }
    #request-demo-dialog .marketo-form-embed {
        margin-bottom: 1.75em;
        margin-top: -3em
    }
    body>nav#bottom-nav {
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }
    body>nav#bottom-nav h1 {
        cursor: default;
        margin-top: 20px;
        margin-bottom: 20px
    }
    body>nav#bottom-nav h1:hover {
        color: #005197
    }
    body>nav#bottom-nav ul+p {
        margin-top: 25px
    }
    body>footer div.container {
        padding: 0
    }
    body>footer #policies {
        margin: 2em 0
    }
    body>footer #copyright {
        margin: 2em 0;
        text-align: right
    }
}
@media only screen and (min-width: 1200px) {
    .responsive-state {
        width: 1200px
    }
    body>nav#top-nav #mobileMenu {
        left: 250px!important
    }
    body>nav#top-nav #mobileMenu li.menu {
        padding: 35px 32px 17px
    }
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths,
.col-xxs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
.col-xxs-5ths {
    width: 20%;
    float: left
}
@media (min-width: 384px) {
    .col-xxs-5ths {
        width: 20%;
        float: left
    }
}
@media (min-width: 480px) {
    .col-xs-5ths {
        width: 20%;
        float: left
    }
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}


/* Top Nav Fixes */
html body header.overlay-headline .language a:link, html body header.overlay-headline .language a:visited,ul.language li a {
    color: #75787B;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 40px 2px 20px;
    display:block;
}

html body header.overlay-headline .language a:hover, html body header.overlay-headline .language a:hover, ul.language li a:hover {
    color: #fff;
    background-color: #FF9E16;
    text-decoration:none;
}


/* Home fa boxes */
.showcase .fa-stack-1x,.more .fa-stack-1x {background-color:#005197;}
.showcase  .fa-stack-1x:hover,.more  .fa-stack-1x:hover {background-color:#FF9E16;}

/* Anti-Social */
.social-media-links {display:none;}

/* Circular Font */
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * genetec.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2014
 */

@font-face {
    font-family: "Circular-Mediumitalic";
    src: url("../css/fonts/lineto-circular-mediumitalic.eot");
    src: url("../css/fonts/lineto-circular-mediumitalic.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-mediumitalic.woff") format("woff"), 
         url("../css/fonts/lineto-circular-mediumitalic.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-mediumitalic.svg#lineto-circular-mediumitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Bold";
    src: url("../css/fonts/lineto-circular-bold.eot");
    src: url("../css/fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-bold.woff") format("woff"), 
         url("../css/fonts/lineto-circular-bold.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Black";
    src: url("../css/fonts/lineto-circular-black.eot");
    src: url("../css/fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-black.woff") format("woff"), 
         url("../css/fonts/lineto-circular-black.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-black.svg#lineto-circular-black") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Bolditalic";
    src: url("../css/fonts/lineto-circular-bolditalic.eot");
    src: url("../css/fonts/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-bolditalic.woff") format("woff"), 
         url("../css/fonts/lineto-circular-bolditalic.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-bolditalic.svg#lineto-circular-bolditalic") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Book";
    src: url("../css/fonts/lineto-circular-book.eot");
    src: url("../css/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-book.woff") format("woff"), 
         url("../css/fonts/lineto-circular-book.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Regular";
    src:url("../css/fonts/lineto-circular-book.eot");
    src:url("../css/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"),
        url("../css/fonts/lineto-circular-book.woff") format("woff"),
        url("../css/fonts/lineto-circular-book.ttf") format("truetype"),
        url("../css/fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
    font-weight: 100;
    font-style: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased !important;
    
}
@font-face {
    font-family: "Circular-Medium";
    src: url("../css/fonts/lineto-circular-medium.eot");
    src: url("../css/fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-medium.woff") format("woff"), 
         url("../css/fonts/lineto-circular-medium.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Blackitalic";
    src: url("../css/fonts/lineto-circular-blackitalic.eot");
    src: url("../css/fonts/lineto-circular-blackitalic.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-blackitalic.woff") format("woff"), 
         url("../css/fonts/lineto-circular-blackitalic.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-blackitalic.svg#lineto-circular-blackitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Circular-Bookitalic";
    src: url("../css/fonts/lineto-circular-bookitalic.eot");
    src: url("../css/fonts/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/lineto-circular-bookitalic.woff") format("woff"), 
         url("../css/fonts/lineto-circular-bookitalic.ttf") format("truetype"), 
         url("../css/fonts/lineto-circular-bookitalic.svg#lineto-circular-bookitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}