@font-face {
    font-family: 'icomoon';
    src:url('https://content.akamai.com/rs/642-SKN-449/images/icomoon.eot');
    src:url('https://content.akamai.com/rs/642-SKN-449/images/icomoon.eot') format('embedded-opentype'),
        url('https://content.akamai.com/rs/642-SKN-449/images/icomoon.woff') format('woff'),
        url('https://content.akamai.com/rs/642-SKN-449/images/icomoon.woff2') format('truetype'),
        url('https://content.akamai.com/rs/642-SKN-449/images/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    margin: 20px 0;
}

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

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.250em;
}

h6 {
    font-size: 18px;
}
p {
    margin-bottom: 1.5em;
    font-weight: 400;
    font-size: 18px;
}
@media screen and (min-width: 48em) {
    h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 3.125em;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 2.188em;
    }
    h5 {
        font-size: 30px;
    }
    h6 {
        font-size: 1.563em;
    }
}

@media screen and (min-width: 64em) {
    h1 {
        font-size: 75px;
    }
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 3.125em;
    }
    h4 {
        font-size: 45px;
    }
    h5 {
        font-size: 40px;
    }
    h6 {
        font-size: 2.188em;
    }
}

@media screen and (min-width: 48em) {
    p {
        font-size: 15px;
    }
}

@media screen and (min-width: 64em) {
    p {
        font-size: 1em;
    }
}
html {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    color: #272d33;
    background: rgba(255,255,255,1);
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
    color: #29b5e8;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #fff;
    outline: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

address {
    margin: 0 0 1.5em;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

b,
strong {
    font-weight: bold;
}

big {
    font-size: 125%;
}

blockquote,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote {
    margin: 0 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

embed,
iframe,
object {
    max-width: 100%;
}

figure {
    margin: 1em 40px; /* 1em 0; */
}

[hidden],
template {
    display: none;
}

hr {
    background-color: #ccc;
    border: 0;
    box-sizing: content-box;
    height: 1px; /* 0 */
    margin-bottom: 1.5em;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
      -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 9.375px;
    font-size: .9375rem;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

td,
th {
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

ul,
ol {
    margin: 0 0 1em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

/* FORM RESET and STYLES */
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 3px;
    line-height: 1;
    overflow: visible;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-white,
.btn-blue,
.btn-green,
.btn-yellow,
.btn-transparent,
.btn {
    background: #11577F;
    background-position: ;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: "Ubuntu", arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
      -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    white-space: nowrap;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: bold;
}

select {
    width: 100%;
    border-radius: 3px;
}

textarea {
    border-radius: 3px;
    height: auto;
    min-height: 50px;
    overflow: auto;
}




h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* FORM STYLES  */
.form-head {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    padding: 10px 0;
    text-align: center;
}

form,
.mktoButtonRow,
.mktoFieldWrap,
.mktoFormCol,
.mktoHtmlText.mktoHasWidth,
.mktoModalMain {
     width:             100% !important;
}
.mktoButtonWrap.mktoSimple {
     margin:            0 !important;
}
.mktoCheckboxList label {
     color:             #ffffff;
}
.mktoForm a.mktoNotYou {
     color:             #fff !important;
     text-decoration:   underline;
}
.mktoForm a.mktoNotYou:hover {
     color:             #ccc;
     text-decoration:   none;
}
.mktoForm button.mktoButton {
     background:        #d7791a;
     background:          -webkit-linear-gradient(#fa932b, #d7791a);
     background:          -o-linear-gradient(#fa932b, #d7791a);
     background:          -moz-linear-gradient(#fa932b, #d7791a);
     background:        linear-gradient(#fa932b, #d7791a);
     border:            none;
     border-radius:     5px;
     font-family:       'Open Sans', Helvetica, Roboto, Arial, sans-serif;
     font-weight:       normal;
     font-size:         24px;
     color:             #fff;
     margin-bottom:     40px;
     margin-top:        20px;
     outline:           none;
     padding:           10px 20px;
     text-transform:    uppercase;
     width:             100%;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
     border-bottom:     1px solid #a8a9a9;
     border-left:       0px !important;
     border-right:      0px !important;
     border-top:        0px !important;
     border-right:      0px !important;
     box-shadow:        0 !important;
     outline:           0 !important;
     padding:           3px 3px !important;
     height:            40px;
     width:             100% !important;
}
.mktoForm select.mktoField {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background:         url(/rs/642-SKN-449/images/arrow-down.png) no-repeat right;
    background-color:   rgba(0, 0, 0, 0);
    background-size:    auto auto;
    background-size:    30px;
    border:             1px solid currentcolor;
    border-top-width:   1px;
    border-right-width: 1px;
    border-left-width:  1px;
    border-top-style:   solid;
    border-right-style: solid;
    border-left-style:  solid;
    border-top-color:   currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color:  currentcolor;
    border-color:       rgba(128,128,128, .5);
    border-top-color:   rgba(128, 128, 128, 0.5);
    border-right-color: rgba(128, 128, 128, 0.5);
    border-left-color:  rgba(128, 128, 128, 0.5);
    display:            block;
    font-size:          1em;
    width:              100%;
    z-index:            2;

}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
    margin-top:         0em !important;
}
.mktoForm .mktoLabel {
    color:              #fff !important;
    font-weight:        normal !important;
    font-size:          16px;
    font-family:        'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    padding-bottom:     8px !important;
    width:              100% !important;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
     display:           none;
     float:             left;
     padding-left:      0;
     padding-right:     5px;
}
.mktoForm .mktoAsterix {
     color:             #ee8642 !important;
     float:             left !important;
     margin-top:        2px;
     padding-left:      0 !important;
     padding-right:     2px !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
     font-weight:       normal !important;
     font-size:         12px;
     font-family:       'Ubuntu',arial,sans-serif;
     padding-top:       10px;
}
.mktoGutter {
     width:             0 !important;
}
.mktoLogicalField label a {
    color:              #fff;
    text-decoration:    underline;
}
.mktoLogicalField label a:hover {
    color:              #ccc;
    text-decoration:    none;
}
.mktoModalContent {
     background-color:  #fff !important;
     max-width:         685px !important;
     padding:           0 !important;
     width:             100% !important;
}
.mktoOffset {
     width:             0 !important;
}
.mktoTemplateBox {
     color:             #fff;
}



/* HEADER */
/*.site-header.world-tour-header {
    background: rgba(0,153,204, 0.77);
    position: fixed !important;
}
*/

.site-header.world-tour-header .site-navigation {
    top: 0;
}

.site-header.world-tour-header:hover {
    height: 70px;
    border-bottom: none;
}

/* HERO */

.hero h1 {
    font-weight: 600;
    font-size: 3.750em;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    margin: 0.33em 0;
}
.hero h3 {
    font-weight: 600;
    color: #0099cc;
    font-size: 1.813em;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    /*  text-transform: uppercase;*/
}
.hero p {
    color: #fff;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}
.hero .header-details {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    padding: 0 15px;
}
.hero .header-details p.city {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
}
.hero .header-details p.date {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
}
.hero .header-details p span {
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
}

#sponsors p {
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.250em;
    color: #F9F9F9;
    margin: 0 auto;
}
#sponsors.sponsor-bar {
    padding:                    20px;
    background-color:           #e7e8ea;
    text-align:                 center;
}
#sponsors.sponsor-bar .world-tour-sponsor {
    padding-top: 0;
    padding-bottom: 0;
}
#hero-headline {
    position: absolute;
    bottom:   0;
    left:     0;
    right:    0;
    top:      70px;
}

@media screen and (max-width: 420px) {
  #hero-headline {
    padding:    20px;
  }
}
.header-inner {
    width:            100%;
    padding:          inherit;
}
.world-tour-hero {
    background-color:           transparent;
    text-align:                 center;
    position:                   relative;
    overflow:                   hidden;
    background-repeat:          no-repeat;
      -webkit-background-size:  cover;
      -moz-background-size:     cover;
      -o-background-size:       cover;
    background-size:            cover;
}

.world-tour-hero.hero .orange {
    background-color:           #ff9933;
    width:                      38%;
}
@media screen and (min-width: 48em) {
    .world-tour-hero.hero h3 {
        color: #0099cc;
        font-size: 1.813em;
    }
    #sponsors p {
        font-size: 31px;
    }
}

.world-tour-sponsor-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 5px 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.world-tour-sponsor {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 48em) {
    .world-tour-sponsor {
        -webkit-flex-basis: 230px;
        -moz-flex-basis: 230px;
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
        padding: 15px 30px;
    }
    .world-tour-sponsor-listing {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
}

/*
.worldtour-form .mktoForm .mktoButtonRow .mktoButton {
    background-color: #FF9F36 !important;
}

.worldtour-form .mktoForm label[for="Marketing_Opt_in__c"] {
    position: relative;
    left: auto;
    opacity: 1;
    color: #fff !important;
    width: 80% !important;
    float: right;
    margin-top: 2px;
}

.worldtour-form .mktoForm label[for="Marketing_Opt_in__c"] a {
    color: #fff !important;
}

.worldtour-form .mktoForm .mktoCheckboxList {
    width: 100%;
    top: 0;
    position: absolute;
}

.worldtour-form h2,
.worldtour-form h3,
.worldtour-form h4,
.worldtour-form h5,
.worldtour-form h6,
.worldtour-form p {
    color: #fff;
    margin: 0 auto 15px;
}

.worldtour-form .mktoTemplateBox {
    color: #fff;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
}

.worldtour-form .mktoNotYou {
    color: #fff;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (min-width: 48em) {
    .worldtour-form .mktoForm label[for="Marketing_Opt_in__c"] {
        width: 88% !important;
        margin-top: 10px;
    }
}


.text-above-form h2,
.text-above-form h3,
.text-above-form h4,
.text-above-form h5,
.text-above-form h6,
.text-above-form p {
    color: #fff;
    margin: 0 auto 15px;
}

.text-above-form p {
    font-size: 18px;
    line-height: 22px;
}

@media screen and (min-width: 48em) {
    .text-above-form p {
        font-size: 1.250em;
        line-height: 24px;
    }
}

@media screen and (min-width: 64em) {
    .text-above-form p {
        font-size: 22px;
        line-height: 26px;
    }
}


#world-tour-who {
    padding-bottom: 80px;
    border-bottom: 1px solid #EAEAEA;
}
*/
.who-should-attend-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.who-should-attend-col {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px;
}

.who-should-attend-col h3 {
    font-size: 25.32px;
    color: #29B5E8;
    font-weight: 500;
}

@media screen and (min-width: 48em) {
    .who-should-attend-columns {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
    .who-should-attend-col {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 64em) {
    .who-should-attend-col {
        -webkit-flex-basis: 33.333%;
        -moz-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        padding: 0 20px;
    }
}

@media screen and (min-width: 90em) {
    .who-should-attend-col {
        padding: 0 30px;
    }
}

.world-tour-agenda {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 5px; /* 40px;*/
}

.world-tour-agenda-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    /* text-align: left; */;
}

.world-tour-agenda-time {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.world-tour-agenda-deets h5 {
    color: #29B5E8;
    font-size: 19px;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
}

.world-tour-agenda-deets p {
    font-size: 19px;
    margin: 0;
}
/*
@media screen and (min-width: 48em) {
    .world-tour-agenda-time {
        padding-right: 40px;
        -webkit-flex-basis: 120px;
        -moz-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    }
}

#world-tour-who {
    margin-top: 30px;
}
*/
.world-tour-speakers {
    text-align: left;
    padding: 20px;
}

.home-speaker-row {
    width: 100%;
}


/*
.home-speaker-row .home-speaker-box {
    height: 300px;
    width: 100%;
    display: inline-block;
    margin: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}*/

/* Look into this */

.world-tour-speakers ul.speakers-1 li {
  display: block;
  float: none;
  margin: 0 auto !important;
}

.world-tour-speakers .speakers-1:nth-child(n+2) {
  display: none;
}

.world-tour-speakers .speakers-2:first-child {
  margin-left: 17.02128%;
}

.world-tour-speakers .speakers-2:nth-child(n+3) {
  display: none;
}

.world-tour-speakers .speakers-3:first-child {
  margin-left: 2.12766%;
}

.world-tour-speakers .speakers-3:nth-child(n+4) {
  display: none;
}

.world-tour-speakers .speakers-4:first-child {
  margin-left: 19.14894%;
}

.world-tour-speakers .speakers-4:nth-child(3) {
  margin-left: 19.14894%;
  clear: both;
}

.world-tour-speakers .speakers-4:nth-child(n+5) {
  display: none;
}

.world-tour-speakers .speakers-5:nth-child(4) {
  margin-left: 11.70213%;
  clear: both;
}

.world-tour-speakers .speakers-5:nth-child(5) {
  margin-left: 11.70213%;
}

.world-tour-speakers .speakers-5:nth-child(n+6) {
  display: none;
}

.world-tour-speakers .speakers-6:nth-child(4) {
  margin-left: 0;
  clear: both;
}

.world-tour-speakers .speakers-6:nth-child(n+7) {
  display: none;
}

/*
.home-speaker-row .home-speaker-box .home-speaker-picture {
    background-color: #ebebeb;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: 100% auto;
}
*/
/*
.home-speaker-row .home-speaker-box .speaker-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(16, 87, 128, 0.8);
    text-align: center;
    width: 100%;
    z-index: 5;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
*/

.home-speaker-row .home-speaker-box {
    margin: 10px;
    display: inline-block;
    /*width: 33%;
    padding: 10px 20px;*/
    min-height: 420px;
}
.home-speaker-row .home-speaker-box h3 {
    color: #272d33;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.home-speaker-row .home-speaker-box p {
    font-size: 17px;
    color: #272d33;
    margin: 0;
}
.home-speaker-row .home-speaker-box p.speaker {
    font-size: 17px;
    color: #0099cc;
    margin: 0;
}
.home-speaker-row .home-speaker-box img {
    padding: 0 0 20px 0;
}
/*
.home-speaker-row .home-speaker-box .speaker-name .speaker-name-inner p.speaker-title {
    color: #29B5E8;
}

.home-speaker-row .home-speaker-box .speaker-text {
    background: rgba(41, 181, 232, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner h3 {
    text-transform: uppercase;
    margin: 30px auto 15px;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner p {
    margin: 0 auto;
    color: #fff;
    font-size: 1.250em;
    line-height: 30px;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner .speaker-title {
    margin-bottom: -10px;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner .speaker-icons {
    margin: 10px auto;
    display: inline-block;
    text-align: center;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner .speaker-icons i {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-size: 1.250em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.home-speaker-row .home-speaker-box .speaker-text .speaker-text-inner .speaker-icons i:hover {
    color: #29B5E8;
}

.home-speaker-row .home-speaker-box:hover .speaker-text {
    opacity: 1;
}

.home-speaker-row .home-speaker-box:hover .speaker-text .speaker-text-inner {
    margin-top: 0;
    opacity: 1;
}

.home-speaker-row .home-speaker-box:hover .speaker-name {
    opacity: 0;
}
*/

.home-speaker-row .home-speaker-box:hover .home-speaker-picture {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



@media screen and (min-width: 64em) {

    /*.home-speaker-row .home-speaker-box {
        -webkit-flex-basis: 22%;
        -moz-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
        margin: 0 10px;
    }*/

}
@media screen and (min-width: 48em) {
    /*.home-speaker-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .home-speaker-row .home-speaker-box {
        height: 300px;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 10px;
    }*/
}

@media screen and (min-width: 30em) and (max-width: 47.938em) {
    .home-speaker-row .home-speaker-box {
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin: 10px;
        width: inherit;
    }
}



.world-tour-partners {
    background-color: #EAEAEA;
    padding: 20px;
    text-align: center;
}

.wt-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wt-partner {
    padding: 10px 15px;
}

.wt-partner img {
    max-width: 150px;
    max-height: 150px;
    /*height: auto;
    width: auto;
    margin-bottom: 10px;*/
}

@media screen and (min-width: 64em) {
    .wt-partner {
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding: 10px 40px;
    }
    .wt-partner p {
        font-size: 21px;
    }
}

.world-tour-location {
    margin-bottom: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px;
}

.wt-location-info {
    /*padding: 30px 25px 30px 25px;*/
    color: #F9F7F5;
    margin: 0 auto 10px;
    background-color: #105780;
    background: url("img/campaigns/worldtour/wt-map-background.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom right;
    width: 100%;
}


.wt-location-info h3 {
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
    color: #47525c;
    margin-bottom: 20px;
}


.wt-location-info a {
    color: #ffffff;
    text-decoration: none;
    color: #F9F7F5;
}

.wt-location-info p {
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 15px;
    color: #47525c;
}

.wt-location-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
}

.wt-location-row i {
    font-size: 25px;
}

.wt-location-row .wt-location-icon {
    margin-right: 15px;
}

.wt-location-map {
    height: 300px;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .world-tour-location {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
    .wt-location-info {
        -webkit-flex-basis: 40%;
        -moz-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .wt-location-map {
        -webkit-flex-basis: 60%;
        -moz-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        height: auto;
    }
}

@media screen and (min-width: 64em) {
    /*.wt-location-info p {
        font-size: 24px;
        max-width: 500px;
    }*/
    .world-tour-location ul#locations {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

#world-tour-highlights {
    background-color: #89999E;
    color: #fff;
    padding: 60px 20px;
}

#world-tour-home-intro {
    background-color: #105780;
    color: #fff;
    padding: 60px 20px;
    background: url("img/campaigns/worldtour/wt-big-background.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top right;
}

.wysiwyg-content ul {
    margin: 0 0 0 25px;
    padding: 0;
    /* list-style-type: none; */
}

.wysiwyg-content ul li {
    font-size: 17px;
    margin: 0 0 10px;
    position: relative;
}
/*
.wysiwyg-content ul li:before {
    content: '\e832';
    position: absolute;
    left: -20px;
    top: 8px;
    font-size: 11px;
    color: #29B5E8;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/




.wt-address-text p {
    margin-top: -15px;
}

.wt-location-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
}

.wt-location-row i {
    font-size: 25px;
}

.wt-location-row .wt-location-icon {
    margin-right: 15px;
    color: #0099cc;
}

.wt-location-map {
    height: 300px;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .world-tour-location {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
    .wt-location-info {
        -webkit-flex-basis: 40%;
        -moz-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .wt-location-map {
        -webkit-flex-basis: 60%;
        -moz-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        height: auto;
    }
}


@media screen and (min-width: 64em) {
    .world-tour-location ul#locations {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}


.sticky-links.orange-sticky a {
    background-color: #FF9F36;
}
.sticky-links.blue-sticky a {
    background-color: #29B5E8;
}

.sticky-links.orange-sticky a:hover {
    background-color: #ff8703;
}
.sticky-links.blue-sticky a:hover {
    background-color: #003545;
}
.speaker-bio {
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
}
.no-padding,
.no_padding {
    padding-left:       0px;
    padding-right:      0px;
}
.BodySection {
    font-size: 12px;
    color: #fff;
    display: block;
    background-color: #4A4A4A; /* #ffffff;*/
}
.BodySectionInner {
    border-bottom: 2px solid #d7d7d7;
    margin: 0 auto;
    max-width: 1100px;
    padding: 41px 0 27px;
    width: 100%;
}
footer.gray {
    background-color: #4A4A4A;
}
footer.white {
    background-color: #fff;
}
footer .social-links li a {
    background-color: #818181;
}

footer .social-links li a i {
    color: #4A4A4A;
}
#footer_code {
    background-color: #4A4A4A; /* #ffffff;*/
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 20px 40px;
}
#footer_code .social-icons {
    text-align: center;
    padding: 40px 0 10px 0;
}
#footer_code .social-icons img {
    padding: 0 10px;
}
.Footer {
    background-color: #4A4A4A;
    color: #fff;
}

.FooterInner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 25px 0;
    width: 100%;
}
.footer-inner {
    color:              #fff;
    font-size:          10px;
    margin:             0 auto;
    max-width:          1100px;
    padding:            25px 0;
    width:              100%;
}
.FooterInner,
.FooterInner a {
    color: #fff;
    font-size: 12px;
}
.footer-inner a {
     color:             #fff;
     cursor:            pointer;
     font-size:         12px;
     text-decoration:   none;
}
.BodySection a,
.Footer a {
    color: #fff;
    text-decoration: underline;
}

.footer-inner a:hover,
.footer-inner a:focus,
.Footer a:hover,
.Footer a:focus,
.BodySection a:hover,
.BodySection a:focus {
    color:             #29B5E8;
    font-size:         12px;
    text-decoration:   none;
}

footer.white .footer-section-inner {
    color:              #fff;
    border-bottom:      2px solid #d7d7d7;
    font-size:          12px;
    margin:             0 auto;
    max-width:          1100px;
    padding:            30px 0;
    width:              100%;
}

.footer-section-inner a {
     color:             #fff;
     cursor:            pointer;
     text-decoration:   none;
}
.footer-section-inner a:hover,
.footer-section-inner a:focus {
     color:             #29B5E8;
     text-decoration:   underline;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}


.global-footer__social-profile-list {
    margin-top: 24px;
    margin-top: 1.5rem;
    text-align: center;
}
.global-footer__social-profile-list li {
    display: inline-block;
}
.global-footer__social-profile-list .button {
    margin-bottom: 0
}

.icon-facebook2:before {
  content: "\ea91";
}
[data-icon="facebook"]:before {
    content: '\ea91';
}
[data-icon="linkedin"]:before {
    content: "\e61c"
}
[data-icon="twitter"]:before {
    content: "\e60a"
}
[data-icon="youtube"]:before {
    content: "\f167"
}
.button[data-icon="youtube"] {
    background-color: #a86669;
    color: #fff;
    border: 1px solid #7e4d4f
}

.button[data-icon="youtube"]:hover {
    color: #fff;
    background-color: #8f5759;
    border-color: #76474a
}

.button[data-icon="youtube"]:active {
    color: #fff;
    background-color: #7e4d4f;
    border-color: #653d3f
}

.button[data-icon="facebook"] {
    background-color: #09f;
    border: 0
}
.button[data-icon="facebook"] {
    background-color: #67768d;
    color: #fff;
    border: 1px solid #4d596a
}

.button[data-icon="facebook"]:hover {
    color: #fff;
    background-color: #586478;
    border-color: #485363
}

.button[data-icon="facebook"]:active {
    color: #fff;
    background-color: #4d596a;
    border-color: #3e4755
}

.button[data-icon="twitter"] {
    background-color: #6390a4;
    color: #fff;
    border: 1px solid #4a6c7b
}

.button[data-icon="twitter"]:hover {
    color: #fff;
    background-color: #547a8b;
    border-color: #456573
}

.button[data-icon="twitter"]:active {
    color: #fff;
    background-color: #4a6c7b;
    border-color: #3b5662
}
.button[data-icon="twitter"] {
    background-color: #0cf;
    border: 0
}

.button[data-icon="linkedin"] {
    background-color: #5b7b8c;
    color: #fff;
    border: 1px solid #445c69
}

.button[data-icon="linkedin"]:hover {
    color: #fff;
    background-color: #4d6977;
    border-color: #405662
}

.button[data-icon="linkedin"]:active {
    color: #fff;
    background-color: #445c69;
    border-color: #374a54
}



/*
[class^="icon-"]:before,
[class*=" icon-"]:before,
.snowflake-icon {
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

.sponsors-spacer {
    height: 50px;
}

.executive-summit h2 {
    font-size: 40px;
}
.executive-summit .world-tour-intro h2 {
    color: #272d33;
    font-family: 'Nunito Sans','Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-size: 33px;
    font-weight: 400;
}

.executive-summit .world-tour-intro {
    border-bottom: none;
    margin: 20px;
}

.executive-summit .worldtour-form {
    background-color: rgba(41,67,98,1);
    padding: 20px 40px;
    color: #fff;
    text-align: center;
}

.executive-summit .worldtour-form .mktoNotYou {
    color: #fff !important;
}
/*
.executive-summit .home-speaker-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.executive-summit .home-speaker-row .home-speaker-box .speaker-name {
    background: rgba(241, 241, 234, 0.9);
}

.executive-summit .home-speaker-row .home-speaker-box .speaker-name p,
.executive-summit .home-speaker-row .home-speaker-box .speaker-name h3 {
    color: #4A4A4A;
}

.executive-summit .home-speaker-row .home-speaker-box .speaker-name .speaker-name-inner p.speaker-title {
    color: #F5A623;
}

.executive-summit .home-speaker-row .home-speaker-box .speaker-text {
    background: rgba(245, 166, 35, 0.7);
}
*/
.executive-summit .sponsor-bar {
    background-color: transparent !important;
}
.executive-summit .sponsor-bar h2 {
    font-size: 40px;
    color: #fff;
}

.executive-summit #world-tour-cities {
    background-color: #e7e8ea !important;
    background: url('https://content.akamai.com/rs/642-SKN-449/images/triangle-pattern.png');
    padding: 20px;
}

.executive-summit #world-tour-cities h2 {
    font-size: 40px;
    color: #272d33;
}

.executive-summit .world-tour-cities-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.executive-summit .world-tour-city {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding: 20px;
    /* margin-bottom: 15px;
    padding: 10px 25px;
    text-align: center;*/
}
/*
.executive-summit .world-tour-city-wrapper {
    background-color: rgba(250,250,250,1);
    min-height: 200px;
    margin: 0 10px;
}
*/

.world-tour-city-wrapper {
    font-size: 17px;
    text-transform: uppercase;
}

.world-tour-city-wrapper a p,
.world-tour-city-wrapper a h5 {
    color: #272d33;
}
.world-tour-cities-headline h2 {
    color: #272d33;
}

.executive-summit .world-tour-city h5 {
    font-size: 20px;
    /* text-transform: uppercase; */
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 300;
    text-transform: none;
}

.executive-summit .world-tour-city h5 a {
    color: #5b5d5d; /* #FF9F36;*/
}

.executive-summit .world-tour-city p {
    font-size: 17px;
    /*color: #89999E;*/
    margin: 0; /* 15px auto 0; */
    padding: 17px 0;
    /*font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;*/
    text-transform: none;
}
.executive-summit .world-tour-city a {
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.executive-summit .world-tour-city a:hover {
    color: rgb(83,215,253);
}

.executive-summit .wt-button.btn:hover {
    background-color: #29B5E8;
    color: #fff;
}


@media screen and (max-width: 47.93em) {
    .world-tour-speakers,
    .world-tour-agenda {
        text-align: center;
    }
}


@media screen and (min-width: 64em) {
    .executive-summit .world-tour-city {
        padding: 25px;
    }
    .executive-summit .world-tour-city p {
        font-size: 17px;
        font-weight: 600;
        padding: 20px 0 0;
    }
}

.executive-summit .world-tour-intro {
    /* padding-bottom: 80px;
    border-bottom: 1px solid #EAEAEA;*/
}

.executive-summit .world-tour-intro .wt-intro-text p {
    font-size: 27px;
}

.executive-summit #world-tour-who {
    /*background-color: #F1F1EA;*/
    padding: 50px 0 70px;
}

.executive-summit #world-tour-who .who-should-attend-col {
    background-color: #F5A623;
    color: #fff;
    margin: 0 10px;
    text-align: center;
    padding: 30px;
}

.executive-summit #world-tour-who .who-should-attend-col h4 {
    font-size: 1.250em;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;;
    letter-spacing: 2.5px;
}

.sponsor-bar .row .column {
    position: relative;
}
#intro {
    margin: 20px;
}
#intro h2 {
    font-size: 40px;
    color: #272d33;
}
#intro p.intro {
    font-size: 1.5em;
}

#intro h4 {
    font-size: 1.250em;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 2.5px;
    color: #F5A623;
}

.world-tour-agenda.agenda {
    background-color: #e7e8ea;
    background-image: url(https://content.akamai.com/rs/642-SKN-449/images/triangle-pattern.png);
    border-bottom: none;
}

.world-tour-agenda.agenda .world-tour-agenda-deets h5 {
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #272d33 !important;
    font-size: 20px;
    text-align: left;
}

.world-tour-agenda.agenda .world-tour-agenda-deets p {
    font-size: 1em;
    text-align: left;
}

.world-tour-agenda.agenda .world-tour-agenda-time {
    color: #272d33;
    flex-basis: 25%; /*50%;*/
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.world-tour-location.location .wt-location-info {
    background-color: #eaebed;
    background-image: none;
    padding: 30px;
}

.world-tour-location.location iframe.map {
    border: 0;
    flex-basis: 50%;
}

.icon {
    max-width: 72px;
    max-height: 59px;
    height: auto;
    width: auto;
    margin: 40px auto -30px;
}

.section h4 {
    color: #F5A623;
    text-transform: uppercase;
    font-size: 1.250em;
    margin: 0 0 1em;
    font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 1px;
}

.nav {
    display: none;
}

.hero .city-button,
.cities-button {
    display: inline-block;
    height: auto;
    margin-top: 13px;
    border: none;
    background: linear-gradient(#fa932b, #d7791a);
    color: #fff;
}

.hero .city-button {
    float: none;
}

.cities-button {
    display:        inline-block;
    float:          right;
    margin-right:   45px;
    margin-top:     0;
}

.hero .city-button:hover,
.hero .city-button:focus,
.cities-button:hover,
.cities-button:focus {
    background: linear-gradient(#d7791a, #fa932b);
}

@media screen and (max-width: 651px) {
    .executive-summit .world-tour-city {
          -webkit-flex-basis: 50%;
          -moz-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media screen and (max-width: 37.438em) {
    #hero-headline {
        top: 120px;
    }
}


@media screen and (max-width: 29.938em) {
    .cities-button {
        margin-right:   0;
    }
    /*
    .home-speaker-row .home-speaker-box {
            -webkit-flex-basis: 80%;
            -moz-flex-basis: 80%;
            -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }*/
    .executive-summit .world-tour-city h5 {
        letter-spacing: inherit;
        font-size: 1em;
    }
    /*
    .header-logo {
        width: 70px !important;
        top:   -5px !important;
    }
    */
    .hero h1 {
        margin: .33em;
    }
    .bang{
        left: 0 !important;
    }
    .partner-logo {
        width:      35px !important;
        /*top:        -27px !important;
        left:       85px !important;*/
    }
    .social img{
        padding: 0 3px !important;
    }

}

@media screen and (min-width: 64em) {
    .nav {
        display: block;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li a.register-link-nav {
        height: auto;
        margin-left: 20px;
    }
    .nav ul li a.register-link-nav:hover {
        color: #F5A623 !important;
    }
    .nav ul li a.register-link-nav:active {
        background-color: #F5A623 !important;
    }
    .nav ul li a:hover {
        color: #F5A623;
        cursor: pointer;
    }
    .nav ul li ul {
        background-color: #F5A623;
        list-style: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: -9999px;
        width: 200px;
    }
    .nav ul li ul li {
        padding-top: 1px;
        float: none;
        display: block;
    }
    .nav ul li ul li a {
        white-space: nowrap;
        color: #fff;
        background-color: #F5A623;
        display: block;
        height: auto;
        font-size: 0.875em;
    }
    .nav ul li ul li a:hover {
        background-color: #c37d09;
        color: #fff;
    }
    .nav ul li:hover ul {
        left: auto;
        right: 0;
    }
    .nav ul li:hover ul a {
        text-decoration: none;
    }
}


.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}


.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.row::before,
.row::after {
    content: ' ';
    display: table;
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media screen and (min-width: 48em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}

.column,
.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
}

@media screen and (min-width: 48em) {
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
/*
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}
*/
.column.row.row,
.row.row.columns {
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.small-1 {
    width: 8.33333%;
}

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

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

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.66667%;
}

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

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

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

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

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

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

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

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

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

.small-5 {
    width: 41.66667%;
}

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

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

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

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

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

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

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

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

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

.small-8 {
    width: 66.66667%;
}

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

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

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

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

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

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

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

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

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

.small-11 {
    width: 91.66667%;
}

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

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

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

@media screen and (min-width: 48em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left;
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left;
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left;
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left;
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left;
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left;
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left;
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left;
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left;
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left;
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left;
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left;
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left;
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left;
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left;
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left;
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

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

/*
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-white:hover,
.btn-blue:hover,
.midataessudata .home-popup-r .btn:hover,
.btn-green:hover,
#cookie-law-info-bar .cli-plugin-main-button:hover,
.btn-yellow:hover,
.teradata-popup .home-popup-r .btn:hover,
.citytour-popup .home-popup-r .btn:hover,
.buyer-kit-block.white .buyer-kit-background .btn:hover,
.featured-asset.white .featured-asset-block .btn:hover,
.btn-transparent:hover,
.btn:hover {
    background: #29B5E8;
    color: #fff;
}
*/
/*
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.btn-white:active,
.btn-blue:active,
.midataessudata .home-popup-r .btn:active,
.btn-green:active,
#cookie-law-info-bar .cli-plugin-main-button:active,
.btn-yellow:active,
.teradata-popup .home-popup-r .btn:active,
.citytour-popup .home-popup-r .btn:active,
.buyer-kit-block.white .buyer-kit-background .btn:active,
.featured-asset.white .featured-asset-block .btn:active,
.btn-transparent:active,
.btn-white:focus,
.btn-blue:focus,
.midataessudata .home-popup-r .btn:focus,
.btn-green:focus,
#cookie-law-info-bar .cli-plugin-main-button:focus,
.btn-yellow:focus,
.teradata-popup .home-popup-r .btn:focus,
.citytour-popup .home-popup-r .btn:focus,
.buyer-kit-block.white .buyer-kit-background .btn:focus,
.featured-asset.white .featured-asset-block .btn:focus,
.btn-transparent:focus,
.btn:active,
.btn:focus {
    background: #29B5E8;
    color: #fff;
}*/
/*
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.btn-white:visited,
.btn-blue:visited,
.midataessudata .home-popup-r .btn:visited,
.btn-green:visited,
#cookie-law-info-bar .cli-plugin-main-button:visited,
.btn-yellow:visited,
.teradata-popup .home-popup-r .btn:visited,
.citytour-popup .home-popup-r .btn:visited,
.buyer-kit-block.white .buyer-kit-background .btn:visited,
.featured-asset.white .featured-asset-block .btn:visited,
.btn-transparent:visited,
.btn:visited {
    color: #fff;
}
*/
.btn-small {
    padding: 8px 25px;
    font-size: 12px !important;
    font-weight: 700;
    height: auto;
}

.nav-btn {
    padding: 8px 25px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    margin-left: 25px !important;
}

.btn-large {
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
}

.btn-huge {
    padding: 18px 45px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 40px;
}

.post-content .btn {
    color: #fff;
}

.post-content .btn:hover,
.post-content .btn:active,
.post-content .btn:focus {
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #4A4A4A;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background: #29B5E8;
    color: #fff;
}

.btn-blue,
.midataessudata .home-popup-r .btn {
    background: #29B5E8;
    color: #fff;
}

.btn-blue:hover,
.midataessudata .home-popup-r .btn:hover,
.btn-blue:active,
.midataessudata .home-popup-r .btn:active,
.btn-blue:focus,
.midataessudata .home-popup-r .btn:focus {
    background: #003545;
}

.btn-green,
#cookie-law-info-bar .cli-plugin-main-button {
    background: #889D44;
    color: #fff;
}

.btn-green:hover,
#cookie-law-info-bar .cli-plugin-main-button:hover,
.btn-green:active,
#cookie-law-info-bar .cli-plugin-main-button:active,
.btn-green:focus,
#cookie-law-info-bar .cli-plugin-main-button:focus {
    background: #a2b85c;
}

.btn-yellow,
.teradata-popup .home-popup-r .btn,
.citytour-popup .home-popup-r .btn,
.buyer-kit-block.white .buyer-kit-background .btn,
.featured-asset.white .featured-asset-block .btn {
    background: #FF9F36;
}

.btn-yellow:hover,
.teradata-popup .home-popup-r .btn:hover,
.citytour-popup .home-popup-r .btn:hover,
.buyer-kit-block.white .buyer-kit-background .btn:hover,
.featured-asset.white .featured-asset-block .btn:hover,
.btn-yellow:active,
.teradata-popup .home-popup-r .btn:active,
.citytour-popup .home-popup-r .btn:active,
.buyer-kit-block.white .buyer-kit-background .btn:active,
.featured-asset.white .featured-asset-block .btn:active,
.btn-yellow:focus,
.teradata-popup .home-popup-r .btn:focus,
.citytour-popup .home-popup-r .btn:focus,
.buyer-kit-block.white .buyer-kit-background .btn:focus,
.featured-asset.white .featured-asset-block .btn:focus {
    background: #ff8703;
}

.btn-transparent {
    background: rgba(255, 255, 255, 0.3);
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    background: rgba(255, 255, 255, 0.5);
}

.btn-icon i {
    margin-right: 3px;
    font-size: 1em;
    margin-left: -10px;
}

.btn-ghost,
.blue-text-section .btn,
.orange-text-section .btn,
.icon-list li .tech-solution:hover .btn,
#product-details-list li.product-details-row:nth-child(7n+1) .btn,
#product-details-list li.product-details-row:nth-child(7n+4) .btn,
#technology-solution-list li .tech-solution.tech-solution-hover:hover .btn {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 30px;
    font-weight: 700;
    font-size: 12px;
    color: #F9F7F5;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    margin: 0;
    white-space: nowrap;
    background-color: transparent;
    height: 70px;
    line-height: 1;
}

.btn-ghost:hover,
.blue-text-section .btn:hover,
.orange-text-section .btn:hover,
.icon-list li .tech-solution:hover .btn:hover,
#product-details-list li.product-details-row:nth-child(7n+1) .btn:hover,
#product-details-list li.product-details-row:nth-child(7n+4) .btn:hover,
#technology-solution-list li .tech-solution.tech-solution-hover:hover .btn:hover {
    background-color: #fff;
    color: #29B5E8 !important;
}

.btn-ghost:visited,
.blue-text-section .btn:visited,
.orange-text-section .btn:visited,
.icon-list li .tech-solution:hover .btn:visited,
#product-details-list li.product-details-row:nth-child(7n+1) .btn:visited,
#product-details-list li.product-details-row:nth-child(7n+4) .btn:visited,
#technology-solution-list li .tech-solution.tech-solution-hover:hover .btn:visited {
    color: #fff;
}

.rev-btn {
    -webkit-transition: all 200ms ease-in-out !important;
    transition: all 200ms ease-in-out !important;
}

.button-holder {
    clear: both;
    margin: 40px auto 10px;
    min-height: 50px;
}

@media screen and (min-width: 48em) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .btn-white,
    .btn-blue,
    .midataessudata .home-popup-r .btn,
    .btn-green,
    #cookie-law-info-bar .cli-plugin-main-button,
    .btn-yellow,
    .teradata-popup .home-popup-r .btn,
    .citytour-popup .home-popup-r .btn,
    .buyer-kit-block.white .buyer-kit-background .btn,
    .featured-asset.white .featured-asset-block .btn,
    .btn-transparent,
    .btn {
        font-size: 14px;
    }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #606864;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*
.single-col-form .mktoForm {
    width: 100% !important;
    margin: 0 auto;
}

.single-col-form .mktoForm .mktoFormCol {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.single-col-form .mktoForm .mktoFormCol input,
.single-col-form .mktoForm .mktoFormCol select {
    width: 100% !important;
    color: #99989A !important;
}

.single-col-form .mktoForm .mktoFormCol select {
    font-family: "Texta-Book", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
    line-height: 18px !important;
}

.single-col-form .mktoForm label {
    position: absolute;
    left: -99999px;
    opacity: 0;
    font-size: 16px !important;
}

.single-col-form .mktoForm input {
    height: 45px !important;
    border-radius: 5px !important;
    padding: 0 15px !important;
}

.single-col-form .mktoForm select {
    height: 45px !important;
    border-radius: 5px !important;
    padding: 0 15px !important;
}

.single-col-form .mktoForm textarea {
    width: 100% !important;
    min-height: 90px !important;
    border-radius: 5px !important;
    padding: 15px 15px 0 !important;
}

.single-col-form .mktoForm .mktoCheckboxList label,
.single-col-form .mktoForm .mktoRadioList label {
    position: static !important;
    left: auto !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

.single-col-form .mktoForm .mktoCheckboxList input,
.single-col-form .mktoForm .mktoRadioList input {
    margin-top: 5px;
}

.single-col-form .mktoForm .mktoField {
    font-size: 1em !important;
}

.single-col-form .mktoForm .mktoFieldWrap {
    width: 100% !important;
}

.single-col-form .mktoForm .mktoFormRow {
    width: 100% !important;
    margin: 15px auto !important;
}

.single-col-form .mktoForm::-webkit-input-placeholder {
    font-family: "Texta-Book", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.single-col-form .mktoForm::-moz-placeholder {
    font-family: "Texta-Book", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.single-col-form .mktoForm:-ms-input-placeholder {
    font-family: "Texta-Book", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.single-col-form .mktoForm:-moz-placeholder {
    font-family: "Texta-Book", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.single-col-form .mktoForm .mktoButtonRow {
    width: 100% !important;
    margin: 25px auto 0 !important;
    text-align: center !important;
}

.single-col-form .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
}

.single-col-form .mktoForm .mktoButtonRow .mktoButton {
    font-family: "Texta-Book", sans-serif !important;
    font-size: 24px !important;
    width: auto !important;
    margin: 0 auto !important;
    background-color: #29B5E8 !important;
    text-transform: uppercase !important;
    padding: 15px 45px !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-col-form .mktoForm .mktoButtonRow .mktoButton:hover {
    background-color: #e97900 !important;
}

.single-col-form .mktoForm .mktoOffset {
    display: none;
}

@media screen and (min-width: 48em) {
    .single-col-form .mktoForm {
        width: 100% !important;
        padding: 0 !important;
    }
    .single-col-form .mktoForm .mktoFormRow {
        width: 90% !important;
        margin: 0 auto !important;
    }
    .single-col-form .mktoForm .mktoCheckboxList,
    .single-col-form .mktoForm .mktoRadioList {
        margin-top: 10px;
    }
    .single-col-form .mktoForm .mktoButtonRow {
        width: 100% !important;
        margin: 25px auto 0 !important;
        text-align: center !important;
    }
    .single-col-form .mktoForm .mktoButtonRow .mktoButtonWrap {
        margin-left: 0 !important;
    }
    .single-col-form .mktoForm .mktoButtonRow .mktoButton {
        font-size: 24px !important;
        margin: 0 auto !important;
        background-color: #29B5E8 !important;
    }
}
*/


.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    height: 70px;
    padding: 20px;
}
.sticky-links .scroll-link {
    display: none;
}
.sticky-links .scroll-link.sticky {
    display: block;
}
/*
.site-header.sticky {
    position: fixed;
    top: 0;
    background: #105780;
}
*/
.site-header.sticky .topright-links {
    display: none;
}

.site-header.sticky .header-logo {
    top: 16px;
    width: 100px;
}
.partner-logo {
    width:       85px;
    /*
    margin:         0;
    left:       145px;
    position:   relative;
    top:        -38px;*/
}
.bang {
    /*position: relative;
    left: 17px;
    top: 3px;*/
    color: #fff;
    display: inline-block;
}

.site-header.sticky .hamburger {
    position: fixed;
    top: 8px;
}

.site-header.sticky .submenu-container {
    position: static !important;
    top: 70px;
}

.site-header.centered-header .header-logo {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social img{
    float: right;
    padding: 0 10px;
}

.sticky-form {
    display: none;
}

.header-search {
    opacity: 0;
    height: 27px;
    width: 0;
    max-width: 90%;
    z-index: 1;
    position: relative;
    visibility: hidden;
    float: right;
    -webkit-transition: all 300ms cubic-bezier(0.31, 0.01, 0.55, 1);
    transition: all 300ms cubic-bezier(0.31, 0.01, 0.55, 1);
}

.header-search.search-open {
    width: 240px;
    opacity: 1;
    visibility: visible;
}

.header-search input[type=text] {
    text-align: left;
    height: 27px;
    padding: 4px 15px;
    border-radius: 0;
    font-size: 18px;
    font-family: "Texta-Book", sans-serif;
    border: 1px solid #F9F7F5;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-search button[type=submit] {
    position: absolute;
    right: -40px;
    color: #fff;
    background: none;
    height: 27px;
    width: 42px;
    padding: 0;
    cursor: pointer;
}
.header-list {
    display: inline-block;
    list-style-type: none;
}
.header-list li {
    display: inline-block;
    margin-right: 9px;
}
.header-list img {
    max-width: 28px;
}
.mobile-search {
    position: relative;
    margin: 120px 0 0 20px;
}

.mobile-search input[type=text] {
    position: relative;
    width: 80%;
    margin: 0;
    border: 1px solid #F9F7F5;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 1em;
    color: #fff;
    padding: 4px 15px;
    font-family: "Texta-Book", sans-serif;
}

.mobile-search button[type=submit] {
    position: absolute;
    right: 12px;
    color: #fff;
    background: none;
    height: 37px;
    width: 62px;
    padding: 0;
    top: -3px;
    cursor: pointer;
}

.mobile-search button[type=submit] .mobile-search-submit {
    color: #fff;
    font-size: 1.250em;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 64em) {
    .mobile-search {
        display: none;
    }
}

.hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 2.188em;
    z-index: 300;
}

.topright-links {
    display: none;
    position: absolute;
    top: 35px;
    right: 80px;
    color: #fff;
}

.topright-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    float: right;
}

.topright-links ul li {
    display: inline-block;
    position: relative;
}

.topright-links ul li:after {
    content: '|';
    display: block;
    position: absolute;
    right: -3px;
    top: 3px;
}

.topright-links ul li:first-child:after {
    display: none;
}

.topright-links ul li:last-child:after {
    display: none;
}

.topright-links ul li:nth-last-child(2):after {
    display: none;
}

.topright-links ul li a {
    margin: 0 15px;
    color: #fff;
    line-height: 27px;
    font-size: 15px;
}

.topright-links i {
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 15px;
    float: right;
}

body.page-id-9018 .topright-links ul li:nth-last-child(2):after,
body.page-id-8865 .topright-links ul li:nth-last-child(2):after,
body.page-id-8688 .topright-links ul li:nth-last-child(2):after,
body.home .topright-links ul li:nth-last-child(2):after,
body.page-id-8686 .topright-links ul li:nth-last-child(2):after {
    display: block;
}

.main-navigation {
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    background-color: #11577F;
    left: -380px;
    z-index: 20;
    min-height: 100vh;
    height: 100%;
    min-height: 100vh;
    width: 380px;
    max-width: 100%;
    -ms-overflow-style: none;
}

.main-navigation ul {
    margin: 100px 0 0 0;
    list-style: none;
    padding-left: 0;
}

.main-navigation ul a {
    cursor: pointer !important;
}

.main-navigation ul a:hover {
    cursor: pointer !important;
    color: #29B5E8 !important;
}

.main-navigation ul ul {
    display: none;
    margin: 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li {
    padding: 0;
    margin: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    padding: 15px 25px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
    min-width: 250px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    margin: 0 20px;
    position: relative;
    padding: 7px 0;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    color: #FEFEFE;
    line-height: 42px;
}

.main-navigation li.menu-item-has-children a:hover {
    color: #ffffff;
}

.main-navigation li.menu-item-has-children.menu-item-type-custom a:hover {
    color: #837f7e;
}

.main-navigation li.menu-item-has-children .sub-menu a:hover {
    color: #fff;
}

.main-navigation li.menu-item-has-children .navToggle {
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
}

.main-navigation li.menu-item-has-children .navToggle a {
    padding-left: 50px;
}

.site-navigation ul li ul.submenu li i.submenu-icon {
    display: none;
}

.site-navigation ul li ul.submenu li h3 {
    display: none;
    font-size: 1em;
    color: #ffffff;
    margin-left: 45px;
}

.header-logo {
    width: 200px; /*100px*/
    height: auto;
    position: relative;
    left: 0;
    top: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 300;
}

.menu-cta {
    display: none;
    float: left;
    width: 450px;
    max-width: 100%;
    margin-right: 100px;
}

.menu-cta img {
    width: 170px;
    height: auto;
}

.menu-cta .menu-cta-text {
    display: inline-block;
    float: right;
    width: 50%;
}

.menu-cta .logo {
    float: left;
    margin: 15px 30px 30px;
    width: 256px;
    height: auto;
}

.menu-cta h3 {
    font-weight: 300;
    font-size: 36px;
    color: #FEFEFE;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 0 0 15px;
}

.menu-cta p {
    font-family: "Texta-Bold", sans-serif;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.menu-cta .btn {
    padding: 13px 30px;
    margin: 0;
    height: auto;
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
}

.menu-cta .button-holder {
    margin-top: 5px;
}

.nav-push-outer {
    /*overflow-x: hidden;*/
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-push {
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-push-right {
    left: 380px;
}

.main-navigation,
.nav-push {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 48em) {
    .main-navigation .mobile-menu-only {
        display: none;
    }
    .main-navigation .mobile-menu-only {
        display: none;
    }
    .hamburger {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .topright-links {
        display: block;
    }

    .site-navigation .mobile-menu-only {
        display: none;
    }
    /*
    .site-header:hover {
        height: 168px;
        background-color: rgba(16, 87, 128, 0.93);
        border-bottom: 1px solid #9B9B9B;
    }
    .site-header.sticky {
        background: #105780;
        border: none;
        height: 70px;
    }*/

    .site-header.sticky .site-navigation {
        top: 0;
    }
    .site-header.sticky .submenu-container {
        position: fixed !important;
    }
    .site-header.sticky .sticky-form {
        display: inline-block;
    }
    .header-search {
        opacity: 0;
        height: 27px;
        width: 0;
        max-width: 90%;
        z-index: 1;
        position: relative;
        visibility: hidden;
        float: right;
        -webkit-transition: all 300ms cubic-bezier(0.31, 0.01, 0.55, 1);
        transition: all 300ms cubic-bezier(0.31, 0.01, 0.55, 1);
    }
    .header-search.search-open {
        width: 300px;
        opacity: 1;
        visibility: visible;
    }
    .header-search input[type=text] {
        text-align: left;
        height: 27px;
        padding: 4px 70px 4px 35px;
        border-radius: 0;
        font-size: 18px;
        font-family: "Texta-Book", sans-serif;
        border: 1px solid #F9F7F5;
        border-radius: 4px;
        background-color: transparent;
        color: #fff;
        font-size: 1em;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 300px;
    }
    .header-search button[type=submit] {
        position: absolute;
        right: 10px;
        color: #fff;
        background: none;
        height: 27px;
        width: auto;
        padding: 0;
        cursor: pointer;
    }
    .icon-search-active {
        position: absolute;
        z-index: 9999;
        margin-left: 10px !important;
    }
    .site-navigation {
        position: absolute;
        right: 70px;
        top: 64px;
        background-color: transparent;
        left: auto;
        height: auto;
        min-height: auto;
        width: auto;
    }
    .site-navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .site-navigation ul li {
        display: inline-block;
        margin: 0;
        float: none;
        width: auto;
    }
    .site-navigation ul li a {
        font-size: 18px;
        color: #F9F9F9;
        text-align: center;
        padding: 14px 15px;
        text-decoration: none;
        display: inline-block;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .site-navigation ul li:hover .submenu-container {
        visibility: visible;
        opacity: 1;
    }
    .site-navigation ul li .submenu-container {
        position: fixed !important;
        top: 168px;
        left: 0;
        width: 100%;
        background: rgba(16, 87, 128, 0.93);
        padding: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }
    .site-navigation ul li .submenu-container:hover {
        visibility: visible;
        opacity: 1;
    }
    .site-navigation ul li ul.submenu {
        list-style-type: none;
        margin: 0 30px;
        padding: 0;
        text-align: right;
        display: inline-block;
        display: block;
    }
    .site-navigation ul li ul.submenu li {
        text-align: left;
        display: inline-block;
        margin: 0 20px;
        position: relative;
        vertical-align: top;
    }
    .site-navigation ul li ul.submenu li i.submenu-icon {
        display: block;
        color: #fff;
        font-size: 3.125em;
        position: absolute;
        top: -10px;
        left: -75px;
    }
    .site-navigation ul li ul.submenu li h3 {
        display: block;
        color: #FF9F36;
        font-size: 1em;
        font-weight: 700;
        margin: 0 0 5px;
    }
    .site-navigation ul li ul.submenu li ul.submenu-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        left: auto;
        top: auto;
        display: block;
    }
    .site-navigation ul li ul.submenu li ul.submenu-list li {
        display: block;
        margin: 0;
    }
    .site-navigation ul li ul.submenu li ul.submenu-list li a {
        font-size: 1em;
        color: #F5F8F9;
        line-height: 32px;
        font-weight: 500;
        text-align: left;
        padding: 0 0 0 10px;
        text-decoration: none;
        margin: 0;
    }
    .menu-cta {
        display: block;
    }
    .hamburger {
        display: none;
    }
    li.menu-item-has-children:nth-child(1) .submenu-container .submenu {
        margin-right: 340px !important;
    }
}

@media all and (max-width: 1265px) and (min-width: 64em) {
    li.menu-item-has-children:nth-child(1) .submenu-container .submenu {
        margin-right: 0px !important;
    }
    li.menu-item-has-children:nth-child(2) .submenu-container .submenu li {
        margin: 0 5px;
    }
    .menu-cta {
        display: block;
        float: left;
        width: 300px;
        max-width: 100%;
        margin-right: 50px;
    }
    .menu-cta .menu-cta-text {
        float: none;
        display: inline-block;
        width: 40%;
        margin-left: 15px;
    }
    .menu-cta img {
        float: left;
        margin: 0 10px 10px;
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.3);
        width: 40%;
        height: auto;
    }
    .menu-cta h3 {
        font-weight: 300;
        font-size: 24px;
        color: #FEFEFE;
        letter-spacing: -1px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .menu-cta p {
        font-family: "Texta-Bold", sans-serif;
        font-size: 1em;
        line-height: 30px;
        color: #fff;
        margin: 0 0 25px;
        text-transform: uppercase;
    }
    .menu-cta .btn {
        padding: 13px 30px;
        margin: 0;
        height: auto;
        font-weight: 900;
        font-size: 12px;
        line-height: 1;
    }
    .menu-cta .button-holder {
        margin-top: 5px;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #606864;
    display: block;
    font-size: 8.75px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

[class*='lightcase-icon-']:before {
    font-family: 'lightcase', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.lightcase-icon-play:before {
    content: '\e800';
}

.lightcase-icon-pause:before {
    content: '\e801';
}

.lightcase-icon-close:before {
    content: '\e802';
}

.lightcase-icon-prev:before {
    content: '\e803';
}

.lightcase-icon-next:before {
    content: '\e804';
}

.lightcase-icon-spin:before {
    content: '\e805';
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: #333;
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important;
    }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>*:not(iframe) {
        height: auto !important;
        max-height: none !important;
    }
}

@media screen and (max-width: 640px) {
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
    [data-lc-type=image] #lightcase-content .lightcase-contentInner,
    [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75;
    }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333;
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
}

@media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .lightcase-open body {
        padding: 55px 0 70px 0;
    }
    .lightcase-open body>*:not([id*='lightcase-']) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa;
}

@media screen and (max-width: 640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333;
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
}

@media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin 0.5s infinite linear;
    -moz-animation: lightcase-spin 0.5s infinite linear;
    -o-animation: lightcase-spin 0.5s infinite linear;
    animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer;
}

#lightcase-nav a[class*='lightcase-icon-'],
#lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*='lightcase-icon-']>span {
    display: inline-block;
    text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0;
    }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none;
}

@media screen and (max-width: 640px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed;
    }
}

@media screen and (max-width: 640px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width: 641px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -0.5em;
    }
    #lightcase-nav a[class*='lightcase-icon-']:hover,
    #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1;
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #333;
}

@media screen and (max-width: 640px) {
    #lightcase-overlay {
        opacity: 1 !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 1.250em;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "â†";
}

[dir="rtl"] .slick-prev:before {
    content: "â†’";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "â†’";
}

[dir="rtl"] .slick-next:before {
    content: "â†";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

.u-row {
    clear: both;
    width: 100%;
    white-space: normal;
}

.u-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.u-col-float {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.u-column-2 {
    width: 100%;
}

.u-column-3 {
    width: 100%;
}

.u-column-4 {
    width: 100%;
}

.u-column-5 {
    width: 100%;
}

.u-column-6 {
    width: 100%;
}

.u-no_margin_top {
    margin-top: 0 !important;
}

.u-bold {
    font-weight: 700;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-spacer {
    height: 20px;
    clear: both;
}

.u-gray_background {
    background-color: #484647;
}

.u-flex_end {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.u-clearfloat {
    clear: both;
}

.u-column-inner {
    text-align: center;
    padding: 30px;
}

.u-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-relative {
    position: relative;
}

.u-small_spacer {
    height: 20px;
    clear: both;
}

.clearfloat {
    clear: both;
}

.full-width-row {
    margin-left: -30px;
    margin-right: -30px;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 48em) {
    .full-width-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .flex-row {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
}

.inline-list,
#media-resources #media-resources-list,
#executive-headshots #executive-headshots-list,
#mutimedia-assets #mutimedia-assets-list,
.customer-logo-listing,
.icon-list,
#badges,
#learn-more-links,
#technology-solution-list,
.team-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inline-list li,
#media-resources #media-resources-list li,
#executive-headshots #executive-headshots-list li,
#mutimedia-assets #mutimedia-assets-list li,
.customer-logo-listing li,
.icon-list li,
#badges li,
#learn-more-links li,
#technology-solution-list li,
.team-list li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.navy-header h1,
.navy-header h2,
.navy-header h3 {
    color: #105780 !important;
}

.blue-headers h2 {
    color: #29B5E8;
}

.basic-col {
    margin-bottom: 40px;
}



#footer-nav {
    display: none;
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    white-space: normal;
}

#footer-nav li {
    display: block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
}

#footer-nav h3 {
    font-size: 1em;
    color: #DADADA;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 auto 10px;
}

#footer-nav ul {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

#footer-nav ul li {
    margin-bottom: 0;
}

#footer-nav ul li a {
    font-size: 1em;
    color: #9B9B9B;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.sticky-links {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    white-space: normal;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101;
}

.sticky-links li {
    display: inline-block;
}

.sticky-links li a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    font-size: 22px;
    padding: 10px 35px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22.5px;
    background-color: #29B5E8;
    margin: 0 2px;
    text-decoration: none;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.sticky-links li a:hover {
    background-color: #003545;
}

.mobile-sticky-btn {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
    left: 0;
}

.mobile-sticky-btn a {
    background-color: #29B5E8;
    color: #ffffff;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 40px;
    line-height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mobile-sticky-btn a:hover {
    background-color: #003545;
}

.sticky-stuck {
    position: absolute;
    top: -28px;
    height: 50px;
}

.social-links {
    list-style-type: none;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0;
    white-space: normal;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: inline-block;
    color: #FFFFFF;
    margin: 0 8px;
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    background-color: #29B5E8;
}

.social-links li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.footer-logo {
    width: 186px;
    height: auto;
    max-width: 80%;
    margin: 25px auto 0;
}

.copyright-text {
    color: #F9F9F9;
    text-align: center;
}

.copyright-text p {
    font-size: 12px;
}

.copyright-text a,
.copyright-text a:visited,
.copyright-text a:hover {
    text-decoration: none;
    color: #fff;
}

.address-and-phone {
    color: #F9F9F9;
    text-align: center;
}

.address-and-phone p {
    font-size: 0.875em;
    margin: 0;
}

.address-and-phone a,
.address-and-phone a:visited,
.address-and-phone a:hover {
    text-decoration: none;
    color: #fff;
}

.mobile-footer-tagline {
    padding: 0 20px;
    text-align: center;
    margin: 10px auto 80px;
}

.mobile-footer-tagline p {
    font-weight: 300;
    font-size: 30px;
    color: #29B5E8;
    margin: 0;
}

.mobile-footer-links {
    list-style-type: none;
    margin: 30px auto 50px;
    padding: 0;
}

.mobile-footer-links li {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.mobile-footer-links li a {
    font-weight: 500;
    font-size: 24px;
    color: #C4D0D9;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

#customer-logos {
    padding: 20px 0;
}

.page-template-default .post-content p {
    font-size: 18px;
}

.customer-logo-slider {
    list-style-type: none;
    margin: 0 auto;
    padding: 80px 0 0 110px;
}

.customer-logo-slider li {
    width: inherit;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    position: relative;
    height: 100px; /* 80px; */
}

.customer-logo-slider img {
    display: inline-block;
    margin: 0 auto;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; /* 70% */
    height: auto;
    max-height: 60px;
}
/*
.mktoForm {
    width: 90% !important;
    margin: 0 auto;
}

.mktoForm .mktoFormCol {
    width: 100% !important;
}

.mktoForm .mktoFormCol input,
.mktoForm .mktoFormCol select {
    width: 100% !important;
    font-family: 'Texta-Regular', sans-serif !important;
    font-size: 16px !important;
}

.mktoForm .mktoFormCol select {
    font-family: 'Texta-Regular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #9A989A !important;
    line-height: 18px !important;
}

.mktoForm .mktoFormCol textarea {
    font-family: 'Texta-Regular', sans-serif !important;
}

.mktoForm .mktoFormCol input[type='radio'] {
    font-family: 'Texta-Regular', sans-serif !important;
    width: auto !important;
}

.mktoForm .mktoFormCol input[type='checkbox'] {
    font-family: 'Texta-Regular', sans-serif !important;
    width: auto !important;
}

.mktoForm .mktoFormCol label {
    font-family: 'Texta-Regular', sans-serif !important;
    font-size: 16px !important;
    color: #9A989A !important;
}

.mktoForm select.mktoField {
    background-color: #ffffff !important;
}

.mktoForm .mktoField {
    font-size: 1em !important;
    box-shadow: none !important;
}

.mktoForm .mktoFieldWrap {
    width: 100% !important;
}

.mktoForm .mktoFormRow {
    width: 100% !important;
    margin: 0 auto !important;
}

.mktoForm::-webkit-input-placeholder {
    font-family: 'Texta-Regular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #9A989A !important;
}

.mktoForm::-moz-placeholder {
    font-family: 'Texta-Regular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #9A989A !important;
}

.mktoForm:-ms-input-placeholder {
    font-family: 'Texta-Regular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #9A989A !important;
}

.mktoForm:-moz-placeholder {
    font-family: 'Texta-Regular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #9A989A !important;
}

.mktoForm .mktoCheckboxList input {
    height: auto !important;
    color: #9A989A !important;
}

.mktoForm .mktoRadioList input {
    height: auto !important;
    color: #9A989A !important;
}

.mktoForm .mktoButtonRow {
    width: 100% !important;
    margin: 25px auto 0 !important;
    text-align: center !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoForm .mktoButtonRow .mktoButton {
    font-family: "Lato", sans-serif !important;
    width: auto !important;
    margin: 0 auto !important;
    background-color: #29B5E8 !important;
    padding: 13px 30px !important;
    font-size: 14px !important;
    height: auto !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    box-shadow: none !important;
    background-image: none !important;
    border: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mktoForm .mktoButtonRow .mktoButton:hover {
    background-color: #1699c8 !important;
}

.mktoForm .mktoOffset {
    display: none;
}
*/

@media screen and (min-width: 48em) {
    .u-column-2 {
        width: 49.5%;
    }
    .u-column-3 {
        width: 49.5%;
    }
    .u-column-3.stay-in-thirds {
        width: 33.33%;
    }
    .u-column-4 {
        width: 49.5%;
    }
    .u-column-5 {
        width: 19.5%;
    }
    .u-column-6 {
        width: 16%;
    }
    .sticky-stuck {
        position: absolute;
        top: -42px;
    }

    .site-footer {
        padding: 30px 20px;
    }

    .mobile-sticky-btn {
        display: none;
    }
}

@media screen and (min-width: 64em) {
    .u-column-2 {
        width: 49.5%;
    }
    .u-column-3 {
        width: 33%;
    }
    .u-column-4 {
        width: 24.5%;
    }
    .u-column-5 {
        width: 19.5%;
    }
    .u-column-6 {
        width: 16%;
    }
    #footer-nav li {
        display: inline-block;
        width: 19%;
        margin-bottom: 0;
    }
    #footer-nav li ul li {
        width: 100%;
    }
    .page-template-default .post-content p {
        font-size: 26px;
    }
    #dg-box-section {
        padding: 40px 20px;
    }
}

#home-down-arrow {
    font-size: 80px !important;
    cursor: pointer !important;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out !important;
    -moz-transition: opacity 0.2s ease-in-out !important;
    -o-transition: opacity 0.2s ease-in-out !important;
    transition: opacity 0.2s ease-in-out !important;
}

#home-down-arrow:hover {
    opacity: 0.7;
}

#home-subheader {
    text-align: center;
    padding: 0 20px 0;
}

#home-subheader h2 {
    font-size: 45px;
    color: #9B9B9B;
    line-height: 50px;
    font-weight: 300;
    margin: 10px auto 50px;
}

#home-subheader .column {
    margin-bottom: 30px;
}

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

.home-feature svg {
    max-width: 60px;
    height: auto;
}

.home-feature i {
    color: #003545;
    position: relative;
}

.home-feature i:before {
    font-size: 48px;
}

.home-feature h4 {
    color: #29B5E8;
    font-size: 1.625em;
    line-height: 30px;
    margin: 5px auto 15px;
}

.home-feature p {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 1.250em;
    line-height: 25px;
    margin: 0 auto;
}

.home-feature__inner {
    padding: 0 30px;
}

.home-statistics {
    margin: 20px auto 0;
}

.home-statistic {
    width: 100%;
    background-color: #29B5E8;
    color: #fff;
    text-align: center;
}

.home-statistic:nth-child(2) {
    background-color: #003545;
}

.home-statistic__inner {
    padding: 20px 50px;
}

.home-statistic__inner h4 {
    font-weight: 400;
    font-size: 31.31px;
    color: #FFFFFF;
    margin: 0 10px;
}

.home-statistic__inner p {
    font-weight: 300;
    font-size: 15px;
    color: #F9F9F9;
    line-height: 25px;
    margin: -3px auto 0;
}

section#home-posts {
    background-color: #F8F7F5;
}

.home-posts-row {
    width: 100%;
}

.home-posts-row-2 .home-posts-section-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.home-posts-row-2 .home-posts-section-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}

.home-posts-row-2 .home-posts-section-text .home-post-content-type {
    margin-left: 0;
    margin-right: 25px;
}

.home-posts-row-2 .home-posts-section-text .home-post-content-type:before {
    display: none;
}

.home-posts-row-2 .home-posts-section-text .home-post-content-type:after {
    content: '\e832';
    position: absolute;
    right: -25px;
    top: 7px;
    font-size: 0.875em
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #29B5E8;
}

.home-posts-section {
    width: 100%;
}

.home-posts-section-image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 240px;
}

.home-posts-section-text {
    padding: 30px 30px 0;
    width: 100%;
}

.home-posts-section-text .home-post-content-type {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.250em;
    color: #9B9B9B;
    margin: 0 0 20px 25px;
    font-family: "Texta-Black", sans-serif;
    position: relative;
    display: inline-block;
}

.home-posts-section-text .home-post-content-type:before {
    content: '\e832';
    position: absolute;
    left: -25px;
    top: 7px;
    font-size: 0.875em
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #29B5E8;
}

.home-posts-section-text .home-post-date {
    margin: 10px auto 5px;
    font-size: 15px;
    line-height: 20px;
    color: #29B5E8;
}

.home-posts-section-text h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #606864;
    margin: 5px auto 15px;
}

.white-text-section,
.gray-text-section,
.blue-text-section,
.orange-text-section {
    padding: 40px 20px;
    text-align: center;
}

.white-text-section h2,
.gray-text-section h2,
.blue-text-section h2,
.orange-text-section h2 {
    font-weight: 300;
    margin: 25px auto;
    font-size: 28px;
    color: #29B5E8;
    line-height: 32px;
}

.white-text-section p,
.gray-text-section p,
.blue-text-section p,
.orange-text-section p {
    margin: 15px auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #606864;
}

.white-text-section.no-padding,
.no-padding.gray-text-section,
.no-padding.blue-text-section,
.no-padding.orange-text-section {
    padding: 0 20px;
}

.white-text-section.thin-padding,
.thin-padding.gray-text-section,
.thin-padding.blue-text-section,
.thin-padding.orange-text-section {
    padding: 20px 20px;
}

.gray-text-section {
    background-color: #F9F7F5;
}

.blue-text-section {
    background-color: #29B5E8;
}

.blue-text-section h1,
.blue-text-section h2,
.blue-text-section h3,
.blue-text-section h4,
.blue-text-section h5,
.blue-text-section h6,
.blue-text-section p,
.blue-text-section ul li,
.blue-text-section i {
    color: #fff;
}

.blue-text-section a {
    color: #fff;
    text-shadow: 1px 1px 0 #29B5E8, -1px 1px 0 #29B5E8, 2px 0 0 #29B5E8, -2px 0 0 #29B5E8;
    box-shadow: inset 0 -1px 0 0 #29B5E8, inset 0 -3px 0 0 #F9F9F9;
}

.blue-text-section a:visited,
.blue-text-section a:hover {
    color: #fff;
}

.blue-text-section .btn {
    text-shadow: none;
    box-shadow: none;
}

.orange-text-section {
    background-color: #FF9F36;
}

.orange-text-section h1,
.orange-text-section h2,
.orange-text-section h3,
.orange-text-section h4,
.orange-text-section h5,
.orange-text-section h6,
.orange-text-section p,
.orange-text-section ul li,
.orange-text-section i {
    color: #fff;
}

.orange-text-section a {
    color: #fff;
    text-shadow: 1px 1px 0 #FF9F36, -1px 1px 0 #FF9F36, 2px 0 0 #FF9F36, -2px 0 0 #FF9F36;
    box-shadow: inset 0 -1px 0 0 #FF9F36, inset 0 -3px 0 0 #F9F9F9;
}

.orange-text-section a:visited,
.orange-text-section a:hover {
    color: #fff;
}

.orange-text-section .btn {
    text-shadow: none;
    box-shadow: none;
}

#home-carousel-container {
    position: relative;
    background: url("img/sno-mobile-header.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 650px;
}

#home-carousel-container h1 {
    text-align: center;
    color: #fff;
    padding-top: 160px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.home-popup-box {
    display: none;
}

#home-carousel-popup {
    height: 189px;
    background-color: #29B5E8;
    padding: 15px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 850px;
    max-width: 100%;
    overflow: hidden;
    display: none;
}

#home-carousel-popup #home-carousel-popup-image {
    background: url("img/campaigns/bi-vs-it/data-struggle-thumb.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 174px;
    position: relative;
    display: none;
}

#home-carousel-popup #home-carousel-popup-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 90px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#home-carousel-popup #home-carousel-popup-image:hover i {
    opacity: .5;
}

#home-carousel-popup #home-carousel-popup-text {
    width: 100%;
    text-align: center;
    padding: 15px;
}

#home-carousel-popup #home-carousel-popup-text img {
    max-width: 95%;
    margin-bottom: 30px;
}

#home-carousel-popup .close-homepage-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

#home-carousel-popup-ct {
    text-align: center;
    height: 230px;
    background-color: #ffffff;
    padding: 30px 15px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 850px;
    max-width: 100%;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #ebebeb;
}

#home-carousel-popup-ct .popup-left {
    position: relative;
    width: 100%;
}

#home-carousel-popup-ct .popup-left img {
    height: 100px;
}

#home-carousel-popup-ct .popup-right {
    position: relative;
    width: 100%;
}

#home-carousel-popup-ct .popup-right .popup-btn-wrap {
    margin-top: 30px;
}

#home-carousel-popup-ct .popup-right .popup-btn-wrap a {
    background-color: #29B5E8;
    color: #ffffff;
    border: none;
}

#home-carousel-popup-ct .popup-right .popup-btn-wrap a:hover {
    color: #ffffff !important;
    background-color: #57c5ed !important;
}

#home-carousel-popup-ct .close-homepage-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    color: #10446d;
    cursor: pointer;
}

.home-popup-box {
    background-color: #29B5E8;
    text-align: center;
    height: 190px;
    padding: 30px 15px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 850px;
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}

.home-popup-box .popup-right {
    display: none;
}

.home-popup-box .popup-left {
    padding: 0 30px;
    max-width: 95%;
    margin: 0 auto;
}

.home-popup-box .close-homepage-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}

.home-popup-box.single-image-popup {
    display: none;
    padding: 0 15px;
}

#home-carousel-popup-su-data {
    text-align: center;
    height: 230px;
    background-color: #105680;
    padding: 30px 15px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 850px;
    max-width: 100%;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #ebebeb;
}

#home-carousel-popup-su-data .popup-left {
    position: relative;
    width: 100%;
}

#home-carousel-popup-su-data .popup-left img {
    max-height: 100px;
}

#home-carousel-popup-su-data .popup-right {
    position: relative;
    width: 100%;
}

#home-carousel-popup-su-data .popup-right .popup-btn-wrap {
    margin-top: 30px;
}

#home-carousel-popup-su-data .popup-right .popup-btn-wrap a {
    background-color: #29B5E8;
    color: #ffffff;
    border: none;
}

#home-carousel-popup-su-data .popup-right .popup-btn-wrap a:hover {
    color: #ffffff !important;
    background-color: #57c5ed !important;
}

#home-carousel-popup-su-data .close-homepage-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}

@media screen and (min-width: 48em) {
    #home-carousel-container {
        height: 650px;
        background: url("img/sno-header-desktop.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #home-carousel-container h1 {
        padding-top: 180px;
        max-width: 76%;
        margin: 0 auto;
    }
    .home-popup-box {
        height: 189px;
        padding: 30px;
    }
    .home-popup-box .popup-left {
        width: 50%;
        float: left;
        padding: 0 15px 0 0;
    }
    .home-popup-box .popup-right {
        width: 50%;
        float: right;
        display: block;
        padding-left: 15px;
    }
    .home-popup-box.single-image-popup {
        padding: 5px 15px;
        height: 200px;
    }
    #home-carousel-popup,
    #home-carousel-popup-ct,
    #home-carousel-popup-su-data {
        height: 189px;
    }
    #home-carousel-popup #home-carousel-popup-image,
    #home-carousel-popup #home-carousel-popup-image-ct,
    #home-carousel-popup #home-carousel-popup-su-data,
    #home-carousel-popup-ct #home-carousel-popup-image,
    #home-carousel-popup-ct #home-carousel-popup-image-ct,
    #home-carousel-popup-ct #home-carousel-popup-su-data,
    #home-carousel-popup-su-data #home-carousel-popup-image,
    #home-carousel-popup-su-data #home-carousel-popup-image-ct,
    #home-carousel-popup-su-data #home-carousel-popup-su-data {
        width: 49%;
        float: left;
        display: block;
    }
    #home-carousel-popup #home-carousel-popup-text,
    #home-carousel-popup #home-carousel-popup-text-ct,
    #home-carousel-popup #home-carousel-popup-su-data,
    #home-carousel-popup-ct #home-carousel-popup-text,
    #home-carousel-popup-ct #home-carousel-popup-text-ct,
    #home-carousel-popup-ct #home-carousel-popup-su-data,
    #home-carousel-popup-su-data #home-carousel-popup-text,
    #home-carousel-popup-su-data #home-carousel-popup-text-ct,
    #home-carousel-popup-su-data #home-carousel-popup-su-data {
        float: right;
        width: 48%;
    }
    #home-carousel-popup-ct {
        height: 189px;
        text-align: initial;
        padding: 15px;
    }
    #home-carousel-popup-ct .popup-left {
        position: relative;
        width: 50%;
        display: inline-block;
        float: left;
        height: 198px;
    }
    #home-carousel-popup-ct .popup-left img {
        height: initial;
        width: 80%;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #home-carousel-popup-ct .popup-right {
        position: relative;
        display: inline-block;
        float: left;
        height: 198px;
        width: 50%;
        background-image: url("/wp-content/themes/snowflake/img/ct-popup-city.png");
        background-position: bottom right;
        background-size: 70%;
        background-repeat: no-repeat;
    }
    #home-carousel-popup-ct .popup-right .popup-btn-wrap {
        margin-top: 80px;
    }
    #home-carousel-popup-su-data {
        height: 189px;
        text-align: initial;
        padding: 15px;
    }
    #home-carousel-popup-su-data .popup-left {
        position: relative;
        width: 65%;
        display: inline-block;
        float: left;
        height: 198px;
    }
    #home-carousel-popup-su-data .popup-left img {
        height: initial;
        max-height: initial;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 55%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #home-carousel-popup-su-data .popup-right {
        position: relative;
        display: inline-block;
        float: left;
        text-align: right;
        height: 198px;
        width: 35%;
    }
    #home-carousel-popup-su-data .popup-right .popup-btn-wrap {
        margin-top: 80px;
        padding-right: 30px;
    }
    #home-carousel-popup-su-data .popup-right .popup-btn-wrap a {
        font-size: 18px;
    }
    #home-down-arrow {
        font-size: 80px !important;
    }
    .home-posts-section-text {
        padding: 50px 30px 10px;
    }
    .home-posts-section-text .home-post-date {
        margin: 10px auto 5px;
        font-size: 18px;
    }
    .home-posts-section-text h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 5px auto 15px;
    }
    .home-posts-section-text .home-post-content-type:before {
        left: -25px;
        top: 13px;
        font-size: 0.875em
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: #29B5E8;
    }
    .home-posts-row-2 .home-posts-section-text .home-post-content-type:after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 13px;
    }
    #home-subheader {
        padding: 0 20px 40px;
    }
    #home-subheader .column {
        margin-bottom: 0px;
    }
    #home-subheader h2 {
        font-size: 40px;
        line-height: 56px;
    }
    .home-feature i {
        text-align: center;
        width: 50px;
        height: 50px;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    .home-feature i:before {
        position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        font-size: 48px;
        width: auto;
        height: auto;
    }
    .home-statistic {
        width: 50%;
        float: left;
    }
    .home-statistic__inner {
        padding: 20px 40px;
    }
    .home-statistics {
        margin: 20px auto 80px;
    }
    .white-text-section,
    .gray-text-section,
    .blue-text-section,
    .orange-text-section {
        padding: 50px 20px 50px;
    }
    .white-text-section.no-padding,
    .no-padding.gray-text-section,
    .no-padding.blue-text-section,
    .no-padding.orange-text-section {
        padding: 0 20px;
    }
    .white-text-section.thin-padding,
    .thin-padding.gray-text-section,
    .thin-padding.blue-text-section,
    .thin-padding.orange-text-section {
        padding: 20px 20px;
    }
    .white-text-section h2,
    .gray-text-section h2,
    .blue-text-section h2,
    .orange-text-section h2 {
        font-size: 44px;
        line-height: 49px;
    }
    .white-text-section p,
    .gray-text-section p,
    .blue-text-section p,
    .orange-text-section p {
        font-size: 1.563em;
        line-height: 35px;
    }
    .home-posts-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .home-posts-section-image {
        width: 50%;
        height: auto;
        min-height: 100%;
    }
    .home-posts-section-text {
        width: 50%;
    }
}

@media screen and (min-width: 64em) {
    #home-carousel-container {
        height: 570px;
    }
    #home-carousel-container h1 {
        padding-top: 180px;
        max-width: 80%;
        margin: 0 auto;
    }
    .home-posts-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        width: 100%;
    }
    .home-posts-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
    }
    .home-posts-section-text {
        padding: 50px 30px 10px;
    }
    .white-text-section,
    .gray-text-section,
    .blue-text-section,
    .orange-text-section {
        padding: 70px 20px 70px;
    }
    .white-text-section.no-padding,
    .no-padding.gray-text-section,
    .no-padding.blue-text-section,
    .no-padding.orange-text-section {
        padding: 0 20px;
    }
    .white-text-section.thin-padding,
    .thin-padding.gray-text-section,
    .thin-padding.blue-text-section,
    .thin-padding.orange-text-section {
        padding: 40px 20px;
    }
    .white-text-section h2,
    .gray-text-section h2,
    .blue-text-section h2,
    .orange-text-section h2 {
        font-size: 54px;
        line-height: 59px;
    }
    .white-text-section p,
    .gray-text-section p,
    .blue-text-section p,
    .orange-text-section p {
        font-size: 1.625em;
        line-height: 38px;
    }
}

@media screen and (min-width: 85em) {
    #home-carousel-container {
        height: 650px;
    }
    #home-carousel-container h1 {
        padding-top: 200px;
        max-width: 65%;
    }
}

.home-popup {
    position: absolute;
    bottom: 0;
    z-index: 200;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 850px;
    max-width: 100%;
    display: none;
}

.home-popup .close-homepage-popup {
    position: absolute;
    top: -8px;
    right: 5px;
    z-index: 60;
    color: #fff;
    font-size: 3.125em;
    cursor: pointer;
}

.home-popup-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-popup-l {
    width: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    min-height: 60px;
    display: none;
}

.home-popup-l h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.home-popup-l .home-popup-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .8;
    color: #fff;
    font-size: 30px;
}

.home-popup-l.home-popup-video {
    min-height: 90px;
}

.home-popup-l.datetime-popup {
    display: flex;
}

.popup-datetime {
    text-align: center;
    color: #fff;
}

.popup-datetime .popup-date {
    font-family: "Texta-Bold", sans-serif;
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin: 0;
}

.popup-datetime .popup-date:after {
    content: '|';
    margin: 0 7px 0 12px;
    display: inline-block;
}

.popup-datetime .popup-time {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}

@media screen and (min-width: 48em) {
    .popup-datetime {
        text-align: center;
    }
    .popup-datetime .popup-date {
        margin: 0 5px;
        font-size: 28px;
        padding-bottom: 15px;
        position: relative;
        font-size: 28px;
        display: block;
    }
    .popup-datetime .popup-date:after {
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        width: 115px;
        height: 1px;
        background-color: #fff;
        margin: 0;
        display: block;
    }
    .popup-datetime .popup-time {
        margin: 0;
        padding-top: 10px;
        font-size: 28px;
        display: block;
    }
}

.home-popup-r {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.home-popup-r h2 {
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    margin: 10px auto 0;
    font-size: 34px;
    line-height: 37.3px;
}

.home-popup-r h4 {
    margin: 10px auto 0;
    color: #fff;
    font-size: 24px;
    line-height: 27.3px;
    font-weight: 600;
}

.home-popup-r .popup-btn-holder {
    margin: 25px 0 0;
    min-height: 43px;
}

.home-popup-r.left-align-popup {
    text-align: left;
}

.home-popup-r.left-align-popup h2 {
    text-align: left;
}

.home-popup-r.left-align-popup .popup-btn-holder {
    text-align: right;
}

.popup-blue {
    background-color: #29B5E8;
}

.popup-navy {
    background-color: #105780;
}

.popup-orange {
    background-color: #FF9F36;
}

.popup-white {
    background-color: #fff;
}

.popup-white h2,
.popup-white h4 {
    color: #606864;
}

@media screen and (min-width: 48em) {
    .home-popup .close-homepage-popup {
        font-size: 2.188em;
    }
    .home-popup-inner {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
    .home-popup-l {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-height: 0;
        display: block;
    }
    .home-popup-l.home-popup-video {
        -webkit-flex-basis: 35%;
        -moz-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        min-height: 0;
    }
    .home-popup-l .home-popup-video-icon {
        font-size: 40px;
    }
    .home-popup-r {
        padding: 15px 40px;
    }
    .home-popup-r h2 {
        font-size: 38.8px;
        line-height: 43.84px;
    }
}

.teradata-popup .home-popup-r .btn {
    color: #fff !important;
}

.midataessudata .home-popup-r h2 {
    font-weight: 900;
    font-size: 3em;
    line-height: 1.1em;
}

.midataessudata .home-popup-r h2 strong {
    color: #29B5E8;
    font-weight: 900;
}

.midataessudata .home-popup-r h4 strong {
    color: #29B5E8;
}

.virtual-private-popup .home-popup-r h2 {
    font-weight: 900;
}

.virtual-private-popup .home-popup-r h4 {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
}

.cloud-analytics-academy-popup .home-popup-r {
    background-position: bottom left;
    padding-right: 20px;
}

.cloud-analytics-academy-popup .close-homepage-popup {
    color: #606864;
}

@media screen and (max-width: 39.9em) {
    .cloud-analytics-academy-popup .home-popup-l {
        background-image: none !important;
    }
}

.instant-elasticity-popup h2 {
    font-size: 24px;
    line-height: 27.3px;
    font-weight: 600;
    margin-bottom: 0;
}

.instant-elasticity-popup h4 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 5px;
}

.citytour-popup .home-popup-l {
    background-size: auto 80%;
    min-height: 90px;
    background-position: center center;
}

.citytour-popup .home-popup-r .btn {
    color: #fff !important;
}

@media screen and (min-width: 48em) {
    .citytour-popup .home-popup-l {
        background-size: 90% auto;
        min-height: 0;
        background-position: center center;
    }
}


.popup .home-popup-r {
    background-position: left bottom;
}

.popup .home-popup-r h2 {
    font-size: 70px;
    font-family: "NorthwellAlt";
    line-height: 50px;
    margin-top: 30px;
}

.popup .home-popup-r h4 {
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    font-family: "Texta-Black", sans-serif;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    letter-spacing: 1px;
}

@media screen and (min-width: 48em) {
    .popup .home-popup-r {
        background-position: center bottom;
    }
}

li .nav-plus {
    margin-right: 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer !important;
    padding: 0 15px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

li .nav-plus i:before {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 11px;
    color: #29B5E8;
}

li .nav-plus i:before:hover {
    color: #ffffff;
}



@media screen and (min-width: 48em) {

    .navToggle a {
        padding-left: 50px !important;
    }
}

@media screen and (min-width: 64em) {
    li .nav-plus {
        display: none;
    }
}

#resources-categories {
    text-align: center;
    padding-top: 50px;
}

#resource-content {
    padding: 30px 0;
}

@media screen and (min-width: 48em) {
    #resource-content {
        padding: 50px 0;
    }
}

@media screen and (min-width: 90em) {
    #resource-content {
        padding: 80px 0;
    }
}

.resource-box {
    color: #fff;
    position: relative;
    padding: 3px 0;
}

.resource-box .resource-box-image {
    height: 125px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.resource-box .resource-box-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.125em;
    color: #fff;
}

.resource-box .resource-box-inner {
    padding: 30px 20px;
    background-color: #89999E;
    text-align: left;
    position: relative;
    min-height: 280px;
}

.resource-box .resource-box-inner .btn:hover {
    color: #89999E !important;
}

.resource-box .content-type {
    text-transform: uppercase;
    font-family: "Texta-Black", sans-serif;
    font-size: 1em;
    color: #fff;
    margin: 0 auto 15px;
}

.resource-box h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #F9F7F5;
    margin: 10px auto;
    font-weight: 300;
}

.resource-box p {
    font-weight: 300;
    font-size: 0.875em
    color: #F9F7F5;
    line-height: 22px;
    margin: 0;
}

.resource-box i {
    margin: 0 auto;
    font-size: 32px;
}

.resource-box:nth-child(2) .resource-box-inner {
    background-color: #29B5E8;
}

.resource-box:nth-child(2) .resource-box-inner .btn:hover {
    color: #29B5E8 !important;
}

.resource-box:nth-child(3) .resource-box-inner {
    background-color: #889D44;
}

.resource-box:nth-child(3) .resource-box-inner .btn:hover {
    color: #889D44 !important;
}

.resource-box .btn {
    padding: 8px 25px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 4;
    position: absolute;
    bottom: 35px;
    left: 20px;
    height: auto;
}

@media screen and (min-width: 48em) {
    .resource-box {
        padding: 0;
    }
    .resource-box .resource-box-inner {
        padding: 30px 20px;
    }
    .resource-box .dg-spacer {
        padding: 5px;
    }
}

@media screen and (min-width: 75em) {
    .resource-box .dg-spacer {
        padding: 20px;
    }
    .resource-box h3 {
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        color: #F9F7F5;
        margin: 10px auto;
        font-weight: 300;
    }
    .resource-box p {
        font-weight: 400;
        font-size: 1.250em;
        color: #F9F7F5;
        line-height: 25px;
        margin: 0;
    }
    .resource-box .resource-box-inner {
        padding: 30px 50px;
    }
    .resource-box .resource-box-inner .btn {
        left: 50px;
    }
}

ul.category-list {
    padding: 10px 30px;
    display: inline-block;
    margin: 30px auto 0;
    list-style-type: none;
    text-align: center;
}

ul.category-list li {
    display: block;
}

ul.category-list li a {
    background-color: #29B5E8;
    display: block;
    color: #fff;
    position: relative;
    padding: 8px 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875em
    color: #F9F7F5;
}

ul.category-list li a:hover,
ul.category-list li a.active {
    background-color: #11577F;
    color: #fff;
}

ul.category-list-item {
    display: inline-block;
    margin: 0 auto 50px;
    list-style-type: none;
    text-align: center;
    display: none;
    background-color: #11577F;
    padding: 40px 20px;
}

ul.category-list-item.active {
    display: block;
}

ul.category-list-item li {
    display: block;
}

ul.category-list-item li a {
    display: block;
    position: relative;
    margin: 15px;
    cursor: pointer;
    text-transform: none;
}

ul.category-list-item li a.active {
    background: #29B5E8;
    color: #fff;
}

.resources-sorter {
    margin-bottom: 100px;
}

.resource-block,
.post-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    float: left;
}

.resource-block .resource,
.post-block .resource,
.resource-block .post-block-inner,
.post-block .post-block-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 20px 20px 80px;
    min-height: 420px;
    background-color: #F9F9F9;
}

.resource-block .resource p.content-type,
.post-block .resource p.content-type,
.resource-block .post-block-inner p.content-type,
.post-block .post-block-inner p.content-type {
    text-transform: uppercase;
    font-family: "Texta-Black", sans-serif;
    font-size: 1em;
    color: #9B9B9B;
    margin: 0 auto 10px;
}

.resource-block .resource .excerpt p,
.post-block .resource .excerpt p,
.resource-block .post-block-inner .excerpt p,
.post-block .post-block-inner .excerpt p {
    font-size: 15px;
    line-height: 22px;
    color: #4A4A4A;
    text-transform: none;
    font-weight: 300;
    margin: 5px auto;
}

.resource-block .resource h3,
.post-block .resource h3,
.resource-block .post-block-inner h3,
.post-block .post-block-inner h3 {
    margin: 0;
    text-transform: none;
    padding: 0 5px;
    font-size: 22px;
    line-height: 28px;
    color: #4A4A4A;
    font-weight: 300;
}

.resource-block .resource i,
.post-block .resource i,
.resource-block .post-block-inner i,
.post-block .post-block-inner i {
    font-size: 24px;
}

.resource-block .resource .btn,
.post-block .resource .btn,
.resource-block .post-block-inner .btn,
.post-block .post-block-inner .btn {
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 4;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.resource-block .resource .button-holder,
.post-block .resource .button-holder,
.resource-block .post-block-inner .button-holder,
.post-block .post-block-inner .button-holder {
    margin: 20px 0;
    height: 50px;
}

.resource-block .resource .resource-thumb,
.post-block .resource .resource-thumb,
.resource-block .post-block-inner .resource-thumb,
.post-block .post-block-inner .resource-thumb {
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
}

.resource-block.analyst-report .resource,
.analyst-report.post-block .resource,
.resource-block.analyst-report .post-block-inner,
.analyst-report.post-block .post-block-inner {
    background-color: #EAEAEA;
}

.resource-block.case-study .resource,
.case-study.post-block .resource,
.resource-block.case-study .post-block-inner,
.case-study.post-block .post-block-inner {
    background-color: #F9F9F9;
}

.resource-block.customer-video .resource,
.customer-video.post-block .resource,
.resource-block.customer-video .post-block-inner,
.customer-video.post-block .post-block-inner {
    background-color: #C4D0D9;
}

.resource-block.video .resource,
.video.post-block .resource,
.resource-block.video .post-block-inner,
.video.post-block .post-block-inner {
    background-color: #C4D0D9;
}

.resource-block.datasheet .resource,
.datasheet.post-block .resource,
.resource-block.datasheet .post-block-inner,
.datasheet.post-block .post-block-inner {
    background-color: #F1F1F1;
}

.resource-block.webinar .resource,
.webinar.post-block .resource,
.resource-block.webinar .post-block-inner,
.webinar.post-block .post-block-inner {
    background-color: #ECF4FA;
}

.resource-block.white-paper .resource,
.white-paper.post-block .resource,
.resource-block.white-paper .post-block-inner,
.white-paper.post-block .post-block-inner {
    background-color: #F8F7F5;
}

.resetFilters {
    cursor: pointer;
}

.resource-logo,
.post-block img {
    max-height: 35px;
    max-width: 45%;
    height: auto;
    width: auto;
    margin: 15px auto;
}

@media screen and (min-width: 48em) {
    .resource-block,
    .post-block {
        width: 33%;
        padding: 15px;
    }
    section#resources-featured .featured-resource {
        width: 33%;
    }
    ul.category-list {
        padding: 10px 30px 0;
        display: inline-block;
        list-style-type: none;
        text-align: center;
    }
    ul.category-list li {
        display: inline-block;
    }
    ul.category-list li a {
        display: inline-block;
        background-color: #29B5E8;
        color: #fff;
        position: relative;
        cursor: pointer;
    }
    ul.category-list li:last-child a {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    ul.category-list li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }
    ul.category-list-item {
        display: inline-block;
        margin: 0 auto 50px;
        list-style-type: none;
        text-align: center;
        display: none;
    }
    ul.category-list-item.active {
        display: block;
    }
    ul.category-list-item li {
        display: inline-block;
    }
    ul.category-list-item li a {
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin: 15px;
    }
    .resource-box .resource-box-inner {
        min-height: 330px;
    }
}

@media screen and (min-width: 64em) {
    .resource-block,
    .post-block {
        width: 25%;
    }
}

section#customer-stories {
    padding: 40px 20px;
    text-align: center;
}

section#customer-stories h2 {
    font-weight: 300;
    font-size: 45px;
    color: #5F6863;
    line-height: 50px;
    margin: 0 auto 30px;
}

.customer-stories-logos {
    max-width: 90%;
    margin-top: 40px;
}

.customer-story-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.customer-story-block a {
    text-decoration: none;
}

.customer-story-block .btn:hover {
    color: #105780 !important;
}

.customer-story-block:hover .customer-story .customer-story-hover {
    opacity: 1;
    visibility: visible;
}

.customer-story-block .customer-story-title {
    margin: 10px auto 0;
    font-size: 1.250em;
    line-height: 24px;
}

.customer-story-block .customer-story-title a {
    font-family: "Texta-Black", sans-serif;
    text-transform: uppercase;
    font-size: 1.250em;
    color: #9B9B9B;
    text-decoration: none;
}

.customer-story {
    padding: 20px;
    position: relative;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #29B5E8;
}

.customer-story-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #105780;
    padding: 20px 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.customer-story-hover p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
}

.customer-story-hover .button-holder {
    margin-bottom: 0;
    margin-top: 15px;
}

.customer-story-hover .button-holder .btn:hover {
    color: #003545;
}

.customer-story-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 45px;
    height: auto;
    width: auto;
    max-width: 70%;
    z-index: 5;
}

#customer-story-filter {
    background-color: #29B5E8;
    padding: 25px 20px;
    text-align: center;
}

.customer-story-filter-dropdown {
    width: 430px;
    height: 50px;
    position: relative;
    background-color: #003545;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
}

.customer-story-filter-dropdown .open-dropdown {
    color: #29B5E8;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

.customer-story-filter-dropdown .open-dropdown:hover {
    color: #fff;
}

.customer-story-filter-dropdown .current-selection {
    font-weight: 400;
    font-size: 1em;
    color: #6090AB;
    line-height: 50px;
    text-align: left;
}

ul.customer-story-filters {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    display: none;
}

ul.customer-story-filters li {
    margin: 0;
    padding: 0;
}

ul.customer-story-filters li a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
    font-family: "Texta-Bold", sans-serif;
}

ul.customer-story-filters li a:hover,
ul.customer-story-filters li a.active {
    background-color: #29B5E8;
    color: #fff;
}

.more-customer-stories {
    display: none;
}

.show-all-customerstories {
    cursor: pointer;
}

@media screen and (min-width: 48em) {
    section#customer-stories {
        padding: 80px 20px;
    }
    section#customer-stories h2 {
        font-size: 3.125em;
        line-height: 56px;
    }
    .customer-story-block {
        width: 33%;
        padding: 15px;
    }
}

@media screen and (min-width: 64em) {
    .customer-story-block {
        width: 25%;
    }
}

.customer-logo-header {
    max-width: 250px;
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 0 auto 30px;
}

.customer-focus-header {
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #105780;
    position: relative;
}

.customer-focus-header h1,
.customer-focus-header h2 {
    padding: 0;
    color: #F9F7F5;
    text-align: center;
    margin: 0;
}

.customer-focus-header h3 {
    color: #fff;
    font-weight: 400;
    margin: 0;
    font-size: 1.563em;
    line-height: 30px;
}

.customer-focus-header p {
    color: #fff;
}

.hidden-title {
    display: none;
}

#customer-focus-body {
    padding: 70px 0 0;
}

.block-row {
    padding: 70px 20px;
    background-color: #F9F7F5;
    clear: both;
}

.block-row:nth-child(even) {
    background-color: transparent;
}

.the-block {
    width: 100%;
    margin-bottom: 40px;
}

.the-block-inner h4 {
    font-family: "Texta-Black", sans-serif;
    font-size: 18px;
    color: #29B5E8;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.the-block-inner h4:after {
    content: '\e832';
    position: absolute;
    right: -20px;
    top: 10px;
    font-size: 0.625em;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.the-block-inner p {
    margin: 10px 0;
    font-family: 300;
    font-size: 1em;
    color: #4A4A4A;
}

.customer-focus-main-content {
    padding: 0 20px;
}

.customer-focus-main-content h2 {
    font-weight: 300;
    font-size: 2.188em;
    color: #29B5E8;
    line-height: 38px;
    margin-top: 0;
}

.customer-focus-main-content p {
    font-weight: 300;
    font-size: 1.563em;
    line-height: 35px;
    color: #4A4A4A;
}

@media screen and (min-width: 48em) {
    .the-block {
        width: 50%;
        display: inline-block;
        float: left;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .customer-focus-main-content h2 {
        font-size: 3.125em;
        line-height: 55px;
    }
    .customer-focus-main-content p {
        font-size: 1.625em;
        line-height: 38px;
    }
    .the-block-inner h4 {
        font-size: 1.250em;
    }
    .the-block-inner h4:after {
        right: -30px;
        top: 14px;
        font-size: 14px;
    }
    .the-block-inner p {
        font-size: 24px;
    }
}

@media screen and (min-width: 64em) {
    .customer-focus-main-content h2 {
        font-size: 60px;
        line-height: 65px;
    }
    .customer-focus-main-content p {
        font-size: 36px;
        line-height: 48px;
    }
    .the-block-inner h4:after {
        right: -30px;
        top: 19px;
        font-size: 14px;
    }
}

.post-header-spacer {
    background-color: #105780;
    height: 90px;
    width: 100%;
}

.post-header {
    background-color: #F9F7F5;
    padding: 56px 20px;
    position: relative;
}

.post-header.short-post-header {
    min-height: 120px;
}

.post-header h1 {
    margin: 0;
    font-weight: 300;
    font-size: 36px;
    color: #5F6863;
    line-height: 42px;
}

.post-header .dev-share-buttons {
    margin-top: 40px;
}

.dev-share-buttons {
    margin-bottom: 30px;
}

.dev-share-buttons__item {
    display: inline-block;
    color: #FFFFFF;
    margin: 0 8px;
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    background-color: #105780;
}


.blog-header {
    min-height: 125px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.post-categories {
    height: 36px;
    width: auto;
    background-color: #9B9B9B;
    color: #fff !important;
    line-height: 36px !important;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    position: absolute;
    bottom: -78px;
    left: 175px;
    padding: 0 40px;
}

.post-categories p {
    line-height: 36px;
    font-family: "Texta-Bold", sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
}

.post-date {
    position: absolute;
    width: 155px;
    height: 36px;
    bottom: -78px;
    left: 20px;
    background-color: #29B5E8;
    text-align: center;
}

.post-date p {
    line-height: 36px;
    font-family: "Texta-Bold", sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
}

.post-content {
    padding: 40px 20px;
}

.post-content p {
    font-weight: 300;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 34px;
}

.post-content a,
.post-content a:visited {
    color: #29B5E8;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.post-content a:hover,
.post-content a:visited:hover {
    color: #105780;
}

.post-content a.btn,
.post-content a:visited.btn {
    color: #fff !important;
}

.post-content ul {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: none;
}

.post-content ul li {
    margin: 15px 0 15px 15px;
    padding-left: 0;
    font-weight: 300;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 34px;
    position: relative;
}

.post-content ul li:before {
    content: '\e832';
    position: absolute;
    left: -30px;
    top: 10px;
    font-size: 0.875em
    color: #29B5E8;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.indiv-feed {
    clear: both;
    padding-bottom: 40px;
}

.indiv-feed .the-date {
    margin: 0;
    font-family: "Texta-Black", sans-serif;
    font-size: 1em;
    color: #C4D0D9;
    text-transform: uppercase;
}

.left-col-feed {
    float: left;
    margin-right: 20px;
}

.left-col-feed img {
    width: 150px;
    height: auto;
}

.right-col-feed {
    float: left;
}

.right-col-feed a {
    display: block;
    margin-top: 0;
}

@media screen and (min-width: 48em) {
    .post-header .dev-share-buttons {
        margin: 0;
        position: absolute;
        bottom: -80px;
        left: 410px;
    }
    .post-header-spacer {
        height: 166px;
    }
    .post-date {
        bottom: -74px;
        left: 20px;
    }
    .post-categories {
        bottom: -74px;
    }
    .post-header {
        padding: 56px 20px;
    }
    .post-header h1 {
        font-size: 3.125em;
        line-height: 56px;
    }
}

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

.texta-header,
.the-date {
    font-family: "Texta-Black", sans-serif;
    font-size: 1.250em;
    color: #9B9B9B;
    text-transform: uppercase;
}

.the-date {
    margin: 0 auto 10px;
}

.post-block:nth-child(4n+1) .post-block-inner {
    background-color: #F9F9F9;
}

.post-block:nth-child(4n+2) .post-block-inner {
    background-color: #F8F7F5;
}

.post-block:nth-child(4n+3) .post-block-inner {
    background: rgba(196, 208, 217, 0.29);
}

.post-block:nth-child(4n+4) .post-block-inner {
    background: rgba(234, 234, 234, 0.67);
}

.press-releases-section {
    background-color: #F9F7F5;
    padding: 80px 0;
}

.press-releases-section h3 {
    font-weight: 300;
    font-size: 30px;
    color: #4A4A4A;
    margin-bottom: 15px;
}

.press-releases-section h3:first-child {
    margin-top: 0;
}

.post-listing {
    padding: 0 60px 0 0;
}

.post-listing h4 {
    font-family: "Texta-Medium", sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 30px;
}

.post-listing h4 a {
    color: #4A4A4A;
    text-decoration: none;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.post-listing h4 a:hover {
    color: #29B5E8;
}

#media-resources {
    padding: 80px 0;
}

#media-resources #media-resources-list {
    text-align: center;
}

#media-resources #media-resources-list li {
    width: 100%;
    float: left;
    padding: 0 20px;
}

#media-resources #media-resources-list li a {
    text-decoration: none;
}

#media-resources #media-resources-list li a i {
    color: #105780;
    font-size: 40px;
}

#media-resources #media-resources-list li a h5 {
    color: #29B5E8;
    font-size: 25.31px;
    line-height: 30px;
    font-weight: 500;
    margin: 12px auto 0;
}

#brand-assets {
    padding: 80px 0 40px;
    text-align: center;
    background: #F9F7F5;
}

#executive-headshots {
    padding: 80px 0;
    text-align: center;
}

#executive-headshots #executive-headshots-list {
    margin-bottom: 50px;
    text-align: center;
}

#executive-headshots #executive-headshots-list li {
    width: 50%;
    float: left;
    padding: 20px;
}

#executive-headshots #executive-headshots-list li a {
    text-decoration: none;
}

#executive-headshots #executive-headshots-list li a i {
    color: #105780;
    font-size: 40px;
}

#executive-headshots #executive-headshots-list li a h5 {
    color: #29B5E8;
    font-size: 25.31px;
    line-height: 30px;
    font-weight: 500;
    margin: 12px auto 0;
}

#mutimedia-assets {
    padding: 80px 0 20px;
    text-align: center;
    background: #F9F7F5;
}

#mutimedia-assets #mutimedia-assets-list {
    margin-bottom: 50px;
    text-align: left;
}

#mutimedia-assets #mutimedia-assets-list li {
    width: 100%;
    display: block;
    padding: 40px;
}

#company-facts {
    padding: 80px 0 50px;
}

#twitter-section {
    background-color: #29B5E8;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

#twitter-section h2 {
    position: relative;
}

#twitter-section h2 i {
    text-align: center;
    margin: 0 auto;
    font-size: 3.125em;
    position: absolute;
    top: -65px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#twitter-section .tweets {
    margin-top: 50px;
}

#twitter-section .tweets img {
    display: inline;
    float: left;
}

#twitter-section .tweets .tweet-slide {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin: 0 15px;
}

#twitter-section .tweets .tweet-slide .tweet-header {
    display: inline-block;
    margin-left: -40px;
}

#twitter-section .tweets .tweet-slide .tweet-header h3 {
    font-size: 1.250em;
    font-weight: 700;
    line-height: 26px;
    color: #2e353a;
    margin: 0;
    text-align: left;
}

#twitter-section .tweets .tweet-slide .tweet-header h5 {
    font-size: 1em;
    line-height: 22px;
    color: #71808b;
    margin: 0;
    text-align: left;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#twitter-section .tweets .tweet-slide .tweet-header h5:hover {
    color: #29B5E8;
}

#twitter-section .tweets p {
    color: #2e353a;
    font-size: 18px;
    text-align: left;
}

@media screen and (min-width: 48em) {
    #media-resources #media-resources-list li {
        width: 50%;
    }
    #executive-headshots #executive-headshots-list li {
        width: 50%;
    }
    #twitter-section {
        background-color: #29B5E8;
        color: #fff;
        text-align: center;
        padding: 60px 0 90px;
    }
}

@media screen and (min-width: 64em) {
    #media-resources #media-resources-list li {
        width: 20%;
    }
    #executive-headshots #executive-headshots-list li {
        width: 20%;
    }
}

.tech-partner-quote-and-dg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer-quote-section {
    width: 100%;
    height: auto;
}

.single-asset {
    width: 100%;
    height: auto;
    background-color: #89999E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.single-asset .resource-box {
    background: none;
}

.single-asset .resource-box-inner {
    min-height: 350px;
    text-align: center;
}

.single-asset .resource-box-inner i {
    font-size: 40px;
}

.single-asset .resource-box-inner .btn {
    left: auto;
}

.single-asset .resource-box-inner .btn:hover {
    color: #fff !important;
}

#solutions-partner-logos {
    padding: 30px 0 0;
}

#tech-partner-logos {
    text-align: center;
}

#tech-partner-logos .customer-logo-listing {
    text-align: center;
}

#tech-partner-logos .customer-logo-listing li {
    float: none;
}

.customer-logo-listing li {
    width: 33%;
    float: left;
    padding: 20px;
    text-align: center;
    height: 100px;
    margin-bottom: 20px;
}

.customer-logo-listing li img {
    max-width: 85%;
    height: auto;
    max-height: 60px;
    margin: 0 auto;
}

#tech-partner-boxes {
    margin: 50px 0 40px;
}

.partner-logos {
    padding: 0;
}

.partner-logos h2,
.partner-logos h3,
.partner-logos h4 {
    margin-top: 0;
}

.gray-divider {
    width: 90%;
    margin: 60px auto;
    background-color: #e0ebf9;
    height: 1px;
    clear: both;
}

.partner-logo-listing {
    text-align: center;
}

.partner-logo-listing li {
    float: none;
}

.partner-logo-listing li img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.partner-logo-listing li a img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
    .customer-logo-listing li {
        width: 16.66%;
    }
}

@media screen and (min-width: 64em) {
    .tech-partner-quote-and-dg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
    .tech-partner-quote-and-dg .customer-quote-section {
        width: 65%;
    }
    .single-asset {
        width: 35%;
    }
    .partner-logo-listing {
        text-align: center;
    }
    .partner-logo-listing li {
        width: 13.5%;
    }
}

.icon-list {
    text-align: center;
    margin-top: 40px;
}

.icon-list li {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}

.icon-list li .tech-solution {
    display: block;
    padding: 30px 30px 50px;
}

.icon-list li .tech-solution:hover {
    background-color: #29B5E8;
}

.icon-list li .tech-solution:hover h5,
.icon-list li .tech-solution:hover p,
.icon-list li .tech-solution:hover i {
    color: #fff;
}

.icon-list li p {
    font-size: 18px;
    line-height: 24px;
}

.icon-list li h5 {
    font-size: 1.563em;
    line-height: 30px;
    margin: 10px auto 15px;
    font-weight: 500;
    color: #29B5E8;
}

.icon-list li i {
    font-size: 55px;
    color: #105780;
}

.icon-list li a {
    color: #606864;
}

.icon-list li a.btn {
    color: #fff;
}

@media screen and (min-width: 48em) {
    .icon-list li {
        width: 49.5%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 64em) {
    .icon-list li {
        width: 33%;
        padding: 0 20px;
    }
}

.media-container {
    height: 125px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.post {
    color: #4A4A4A;
}

.media-container {
    display: block;
}

.post-block-inner {
    display: block;
}

.blog-post {
    width: 100%;
    float: left;
}

.show-more-icon {
    text-align: center;
    margin: 50px auto;
    cursor: pointer;
}

.engineering-blog-button {
    font-family: "Lato", sans-serif;
    font-size: 0.875em
    color: #fff;
    text-transform: uppercase;
    padding: 14px 55px 14px 25px;
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 50;
    display: block;
    background-color: #FF9F36;
    font-weight: 700;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.engineering-blog-button:visited {
    background-color: #FF9F36;
    color: #fff;
}

.engineering-blog-button:hover {
    background-color: #105780;
    color: #fff;
}

.engineering-blog-button:after {
    position: absolute;
    top: 18px;
    right: 30px;
    content: '\e832';
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 14px;
}

.blog-post-inner {
    padding: 20px;
}

.blog-post-inner .post-content {
    padding: 50px 40px 80px;
    background-color: #EAEAEA;
    position: relative;
}

.blog-post-inner .post-content h3 {
    font-weight: 300;
    color: #4A4A4A;
    line-height: 36px;
    margin: 0 0 10px;
}

.blog-post-inner .post-content p {
    font-family: "Texta-Medium", sans-serif;
    color: #4A4A4A;
    line-height: 25px;
}

.blog-post-inner .post-content .categories p {
    font-size: 1em;
    line-height: 18px !important;
    color: #9B9B9B;
}

.blog-post-inner .post-content .post-author {
    text-transform: uppercase;
}

.wysiwyg-content p {
    font-size: 17px;
}

.post-content li,
.wysiwyg-content li {
    font-size: 18px;
    line-height: 24px;
}

.post-content ul li {
    font-size: 18px;
    line-height: 24px;
}

.post-content .excerpt-info p,
.wysiwyg-content .excerpt-info p {
    margin: 0;
    font-size: 1em;
    color: #606864;
    font-family: "Texta-Book", sans-serif;
}

.post-content .excerpt-info .contrib-auth,
.wysiwyg-content .excerpt-info .contrib-auth {
    font-style: italic;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    display: inline-block;
}

.post-content .excerpt-ammend,
.wysiwyg-content .excerpt-ammend {
    margin: 0;
    font-size: 1em;
    color: #606864;
    font-family: "Texta-Book", sans-serif;
}

.post-content h1,
.wysiwyg-content h1 {
    font-family: "Texta-Bold", sans-serif;
    color: #105780;
    letter-spacing: -0.64px;
    font-size: 36px;
    line-height: 27px;
}

.post-content h2,
.wysiwyg-content h2 {
    font-size: 30px;
    line-height: 25.4px;
    color: #4A4A4A;
    letter-spacing: -0.64px;
    font-weight: 500;
}

.post-content h3,
.wysiwyg-content h3 {
    font-size: 1.563em;
    color: #4A4A4A;
    letter-spacing: -0.64px;
    line-height: 24px;
    font-family: "Texta-Medium", sans-serif;
}

.post-content h4,
.wysiwyg-content h4 {
    font-size: 22px;
    font-family: "Texta-Medium", sans-serif;
    color: #29B5E8;
    letter-spacing: -0.64px;
    line-height: 25px;
}

.post-content h5,
.wysiwyg-content h5 {
    font-size: 1.250em;
    color: #29B5E8;
    letter-spacing: -0.64px;
    line-height: 21px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
    margin-bottom: 0;
}

@media screen and (min-width: 64em) {
    .post-content h1,
    .wysiwyg-content h1 {
        font-size: 44px;
        line-height: 34px;
    }
    .post-content h2,
    .wysiwyg-content h2 {
        font-size: 33px;
        line-height: 28px;
    }
    .post-content h3,
    .wysiwyg-content h3 {
        font-size: 30px;
        line-height: 29px;
    }
    .post-content h4,
    .wysiwyg-content h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .post-content h5,
    .wysiwyg-content h5 {
        font-size: 1.625em;
        line-height: 24px;
    }
    .post-content li,
    .wysiwyg-content li {
        font-size: 19px;
        line-height: 30px;
    }
    .post-content ul li {
        font-size: 19px;
        line-height: 30px;
    }
    .post-content .excerpt-info p,
    .wysiwyg-content .excerpt-info p {
        font-size: 1.250em;
        color: #606864;
        font-family: "Texta-Book", sans-serif;
    }
}

.tags {
    position: absolute;
    left: -10px;
    top: -15px;
    width: 100%;
}

.block-date {
    height: 36px;
    width: 135px;
    background-color: #105780;
    color: #fff !important;
    line-height: 36px !important;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    float: left;
}

.categories {
    width: auto;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.categories p {
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    font-family: "Texta-Medium", sans-serif;
    font-size: 15px;
    color: #9B9B9B;
}

#post-categories {
    text-align: center;
}

.blog-post {
    clear: left;
}

.featured-post .post-author {
    margin-bottom: 0;
}

.filter-bar {
    background-color: #29B5E8;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.filter-bar p {
    font-size: 18px;
    line-height: 15px;
    font-family: "Lato", sans-serif;
}

.filter-bar #filter-listing {
    font-style: italic;
}

.filter-bar a {
    color: #fff;
}

#post-categories ul.category-list-item {
    margin-bottom: 0;
}

@media screen and (min-width: 48em) {
    .blog-post {
        width: 50%;
        clear: none;
    }
    .blog-post:nth-child(2n+3) {
        clear: left;
    }
    .blog-grid {
        padding: 40px;
    }
}

@media screen and (min-width: 64em) {
    .blog-post {
        width: 33.3%;
        clear: none;
    }
    .blog-post:nth-child(2n+3) {
        clear: none;
    }
    .blog-post:nth-child(3n+4) {
        clear: left;
    }
}

#page-header.contact-header {
    height: auto;
}

#page-header.contact-header h1 {
    padding-bottom: 0;
}

#page-header.contact-header p {
    color: #fff;
    font-size: 24px;
    color: #FFFFFF;
}


ul#locations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#locations li {
    margin: 0 0 5px;
    padding: 0;
    display: block;
    clear: both;
}

ul#locations li p i {
    margin-right: 10px;
    font-size: 30px;
}

ul#locations li:nth-child(2n) {
    background-color: #105780;
}

ul#locations li:nth-child(2n+1) {
    background-color: #29B5E8;
}

.location-info {
    width: 100%;
    padding: 30px 25px 30px 25px;
    color: #F9F7F5;
    margin: 0 auto;
}

.location-info .location-info-inner {
    max-width: 500px;
    margin: 0 auto;
}

.location-info .location-info-inner h3 {
    margin-top: 0;
    font-weight: 300;
    font-size: 1.625em;
    line-height: 36px;
}

.location-info .location-info-inner a {
    color: #ffffff;
    text-decoration: none;
}

.location-info .location-info-inner p {
    font-weight: 300;
    font-size: 1.250em;
}

.location-map {
    width: 100%;
    background-color: #9B9B9B;
    height: 460px;
}

@media screen and (min-width: 48em) {
    .location-info {
        padding: 50px 30px 50px 50px;
    }
    .location-info .location-info-inner h3 {
        font-size: 2.188em;
    }
    .location-info .location-info-inner p {
        font-size: 1.250em;
    }
}

@media screen and (min-width: 64em) {
    .location-info {
        width: 40%;
        float: left;
        min-height: 460px;
        padding: 50px 30px 10px 50px;
        position: relative;
    }
    .location-info .location-info-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%;
        margin: 0 auto;
    }
    .location-info .location-info-inner h3 {
        font-size: 45px;
        line-height: 50px;
    }
    .location-info .location-info-inner p {
        font-size: 24px;
        max-width: 500px;
    }
    .location-map {
        width: 60%;
        float: right;
        min-height: 460px;
    }
}

#page-header.event-header h1 {
    padding-bottom: 0;
}

#featured-event {
    padding: 40px 0 10px;
    background-color: #FF9F36;
}

#featured-event .the-date {
    margin-top: 0;
}

#featured-event h3 {
    margin: 15px auto;
    color: #FFFFFF;
}

#featured-event h2,
#featured-event h3,
#featured-event h4,
#featured-event p {
    color: #fff;
}

#featured-event .excerpt p {
    color: #FFFFFF;
}

#upcoming-events {
    padding-bottom: 60px;
    text-align: center;
}

.events-listing {
    padding-bottom: 40px;
}

.event-hidden {
    display: none;
}

.events-interested h5 {
    font-weight: 400;
    font-size: 25.31px;
    color: #5F6863;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.resource-block.event-block .resource,
.event-block.post-block .resource,
.resource-block.event-block .post-block-inner,
.event-block.post-block .post-block-inner {
    min-height: 250px;
}

.resource-block.event-block .resource h3,
.event-block.post-block .resource h3,
.resource-block.event-block .post-block-inner h3,
.event-block.post-block .post-block-inner h3 {
    color: #fff;
}

.resource-block.event-block .resource .the-date,
.event-block.post-block .resource .the-date,
.resource-block.event-block .post-block-inner .the-date,
.event-block.post-block .post-block-inner .the-date {
    color: #F9F9F9;
}

.resource-block.event-block:nth-child(5n) .resource,
.event-block.post-block:nth-child(5n) .resource,
.resource-block.event-block:nth-child(5n) .post-block-inner,
.event-block.post-block:nth-child(5n) .post-block-inner {
    background-color: #5F6863;
}

.resource-block.event-block:nth-child(5n+1) .resource,
.event-block.post-block:nth-child(5n+1) .resource,
.resource-block.event-block:nth-child(5n+1) .post-block-inner,
.event-block.post-block:nth-child(5n+1) .post-block-inner {
    background-color: #89999E;
}

.resource-block.event-block:nth-child(5n+2) .resource,
.event-block.post-block:nth-child(5n+2) .resource,
.resource-block.event-block:nth-child(5n+2) .post-block-inner,
.event-block.post-block:nth-child(5n+2) .post-block-inner {
    background-color: #29B5E8;
}

.resource-block.event-block:nth-child(5n+3) .resource,
.event-block.post-block:nth-child(5n+3) .resource,
.resource-block.event-block:nth-child(5n+3) .post-block-inner,
.event-block.post-block:nth-child(5n+3) .post-block-inner {
    background-color: #9B9B9B;
}

.resource-block.event-block:nth-child(5n+4) .resource,
.event-block.post-block:nth-child(5n+4) .resource,
.resource-block.event-block:nth-child(5n+4) .post-block-inner,
.event-block.post-block:nth-child(5n+4) .post-block-inner {
    background-color: #003545;
}

@keyframes pulse {
    0% {
        -ms-transform: translate(-150%);
        -webkit-transform: translate(-150%);
        transform: translate(-150%);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        -ms-transform: translate(0%);
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }
    90% {
        opacity: 1;
    }
    100% {
        -ms-transform: translate(150%);
        -webkit-transform: translate(150%);
        transform: translate(150%);
        opacity: 0;
    }
}

#product-details-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#product-details-list li.product-details-row {
    margin: 0;
    padding: 0;
    display: block;
}

#product-details-list li.product-details-row:nth-child(7n) .product-details-text {
    background-color: #F8F7F5;
}

#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text {
    background-color: #29B5E8;
}

#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text p,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text h1,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text h2,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text h3,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text h4,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text h5,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text h6,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text ul li,
#product-details-list li.product-details-row:nth-child(7n+1) .product-details-text ul li:before {
    color: #fff;
}

#product-details-list li.product-details-row:nth-child(7n+2) .product-details-text {
    background-color: #fff;
}

#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text {
    background-color: #9B9B9B;
}

#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text p,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text h1,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text h2,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text h3,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text h4,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text h5,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text h6,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text ul li,
#product-details-list li.product-details-row:nth-child(7n+3) .product-details-text ul li:before {
    color: #fff;
}

#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text {
    background-color: #105780;
}

#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text p,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text h1,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text h2,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text h3,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text h4,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text h5,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text h6,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text ul li,
#product-details-list li.product-details-row:nth-child(7n+4) .product-details-text ul li:before {
    color: #fff;
}

#product-details-list li.product-details-row:nth-child(7n+5) .product-details-text {
    background-color: #fff;
}

#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text {
    background-color: #89999E;
}

#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text p,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text h1,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text h2,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text h3,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text h4,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text h5,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text h6,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text ul li,
#product-details-list li.product-details-row:nth-child(7n+6) .product-details-text ul li:before {
    color: #fff;
}

.product-details-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 120px;
    position: relative;
}

.product-details-image img {
    max-width: 160px;
    max-height: 160px;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-details-image img.large-product-icon {
    max-width: 80%;
    max-height: 80%;
}

.product-details-text {
    padding: 50px 30px;
    width: 100%;
}

.product-details-text-inner h3 {
    margin-top: 0;
    font-weight: 300;
}

.product-details-text-inner ul li {
    display: block;
}

.product-details-text-inner .button-holder {
    margin-bottom: 0;
}

#learn-more {
    padding: 80px 0;
}

#learn-more h2 {
    color: #105780;
}

#learn-more-links li {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

#learn-more-links li a {
    text-decoration: none;
    margin: 0;
}

#learn-more-links li a i {
    color: #29B5E8;
    font-size: 48px;
}

#learn-more-links li a svg {
    max-width: 80px;
    height: auto;
}

#learn-more-links li a svg .st0 {
    fill: #29B5E8;
}

#learn-more-links li a h3 {
    color: #606864;
    font-weight: 500;
    font-size: 30px;
    color: #4A4A4A;
    margin: 10px auto 0;
}

#benefits-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#benefits-list li {
    margin: 0;
    position: relative;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    font-size: 1.250em;
}

#benefits-list li.open-accordion .benefits-title:before {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#benefits-list li:hover {
    opacity: .9;
}

#benefits-list li:nth-child(4n) .benefits-title {
    background-color: #29B5E8;
}

#benefits-list li:nth-child(4n+1) .benefits-title {
    background-color: #89999E;
}

#benefits-list li:nth-child(4n+2) .benefits-title {
    background-color: #105780;
}

#benefits-list li:nth-child(4n+3) .benefits-title {
    background-color: #4A4A4A;
}

.benefits-title {
    min-height: 120px;
    width: 100%;
    margin-bottom: 10px;
    padding: 30px 40px 70px;
    position: relative;
    cursor: pointer;
}

.benefits-title:before {
    content: '\e832';
    position: absolute;
    top: 40%;
    right: 40px;
    color: #fff;
}

.benefits-title h3 {
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0;
}

.benefits-content {
    display: none;
    background-color: #F9F7F5;
    padding: 40px 0;
}

.benefits-content ul li {
    padding: 15px 25px;
}

.benefits-content ul li:before {
    top: 25px;
    left: 0px;
}

section#architecture-details {
    padding: 20px 30px;
}

.architecture-details-left {
    width: 100%;
}

.architecture-box {
    background-color: #2CB4E6;
    padding: 30px 40px;
    text-align: center;
}

.architecture-box h2,
.architecture-box h3,
.architecture-box h4,
.architecture-box h5,
.architecture-box h6,
.architecture-box p {
    color: #fff;
}

.architecture-box h4 {
    margin: 20px 0 30px;
}

.architecture-box:nth-child(2) {
    background-color: #11567F;
}

.architecture-box:nth-child(3) {
    background-color: #8A999E;
}

.architecture-details-right {
    margin-bottom: 25px;
}

.architecture-details-right {
    display: block;
    width: 100%;
    position: relative;
}

.architecture-details-right svg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.architecture-details-right svg .cls-1 {
    animation: pulse 10s linear infinite;
}

.architecture-details-right svg .cls-cloud {
    animation: pulse 10s linear infinite;
}

.architecture-details-right svg #inner-circle {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.architecture-details-right svg #middle-circle {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.architecture-details-right svg #outer-circle {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.architecture-details-right svg .circle-layer .cls-2 {
    opacity: 1 !important;
}

.architecture-details-right svg .circle-fade {
    opacity: 1 !important;
}

.architecture-details-right svg .circle-active {
    opacity: 0.3 !important;
}

.architecture-details-right .arch-module-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    border: 4px solid #29B5E8;
}

.architecture-details-right .arch-module-inner .arch-left {
    display: none;
}

.architecture-details-right .arch-module-inner .arch-left img {
    width: 224px;
    position: absolute;
    left: -45%;
    top: 44%;
    z-index: 10;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.architecture-details-right .arch-module-inner .arch-triangle {
    display: none;
}

.architecture-details-right .arch-module-inner .arch-triangle img {
    width: 110px;
    position: absolute;
    left: -59px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.architecture-details-right .arch-module-inner .arch-toolbar {
    display: none;
}

.architecture-details-right .arch-module-inner .arch-box {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.architecture-details-right .arch-module-inner .arch-box-active {
    opacity: 1 !important;
}

.architecture-details-right .arch-module-inner .service-box {
    padding-bottom: 8px;
}

.architecture-details-right .arch-module-inner .service-box #service-arrows {
    position: absolute;
    width: 40%;
    top: 50px;
    right: 50px;
}

@media screen and (min-width: 48em) {
    .architecture-box p {
        font-size: 1.250em;
        line-height: 26px;
    }
    .architecture-details-left {
        width: 100%;
    }
    .architecture-details-right {
        margin-bottom: 45px;
    }
    .architecture-details-right .arch-module-inner {
        width: 415px;
    }
    .architecture-details-right .arch-module-inner .service-box {
        padding-bottom: 8px;
    }
    .architecture-details-right .arch-module-inner .service-box #service-arrows {
        position: absolute;
        width: 179px;
        top: 50px;
        right: 50px;
    }
    .benefits-content ul li {
        width: 50%;
        float: left;
    }
    .benefits-content ul li:nth-child(2n+1) {
        clear: left;
    }
    #product-details-list li.product-details-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #product-details-list li.product-details-row:nth-child(even) .product-details-image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #product-details-list li.product-details-row:nth-child(even) .product-details-text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #learn-more-links li {
        width: 24%;
    }
    .product-details-image {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 30%;
        height: auto;
    }
    .product-details-text {
        padding: 50px 50px;
        width: 70%;
        -webkit-box-flex: 1.5;
        -webkit-flex: 1.5;
        -moz-box-flex: 1.5;
        -moz-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        min-height: 440px;
    }
    .product-details-text-inner h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .product-details-text-inner p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (min-width: 64em) {
    .architecture-box p {
        font-size: 1.250em;
        line-height: 26px;
    }
    .architecture-details-left {
        width: 40%;
        float: left;
    }
    .architecture-details-right {
        width: 60%;
        float: right;
        text-align: center;
    }
    .architecture-details-right .svg-wrap {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        -ms-transform: translate(0%, 5%);
        -webkit-transform: translate(0%, 5%);
        transform: translate(0%, 5%);
    }
    .architecture-details-right svg {
        width: 95%;
    }
    .architecture-details-right .arch-module-inner {
        margin: 0;
        width: 415px;
        float: right;
        position: relative;
        padding: 10px;
        border: 4px solid #29B5E8;
    }
    .architecture-details-right .arch-module-inner .arch-left {
        display: block;
    }
    .architecture-details-right .arch-module-inner .arch-left img {
        width: 224px;
        position: absolute;
        left: -45%;
        top: 44%;
        z-index: 10;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .architecture-details-right .arch-module-inner .arch-triangle {
        display: block;
    }
    .architecture-details-right .arch-module-inner .arch-triangle img {
        width: 110px;
        position: absolute;
        left: -59px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .architecture-details-right .arch-module-inner .arch-toolbar {
        display: block;
        position: absolute;
        right: -60px;
        top: 30%;
    }
    .architecture-details-right .arch-module-inner .arch-toolbar img {
        display: block;
        margin: 100px 0;
    }
    .architecture-details-right .arch-module-inner .arch-toolbar img:first-child {
        width: 45px;
        margin-top: 80px;
        margin-bottom: 120px;
    }
    .architecture-details-right .arch-module-inner .arch-toolbar img:last-child {
        width: 30px;
    }
}

@media screen and (min-width: 80em) {
    .architecture-box p {
        font-size: 22px;
    }
}

#technology-solution-list {
    text-align: center;
}

#technology-solution-list li {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}

#technology-solution-list li .tech-solution {
    display: block;
    background-color: #fff;
    padding: 30px 30px 50px;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

#technology-solution-list li .tech-solution.tech-solution-hover:hover {
    background-color: #29B5E8;
}

#technology-solution-list li .tech-solution.tech-solution-hover:hover h5,
#technology-solution-list li .tech-solution.tech-solution-hover:hover p,
#technology-solution-list li .tech-solution.tech-solution-hover:hover i {
    color: #fff;
}

#technology-solution-list li p {
    font-size: 1.250em;
    line-height: 25px;
}

#technology-solution-list li h5 {
    font-size: 1.563em;
    line-height: 30px;
    margin: 10px auto 15px;
    font-weight: 500;
    color: #29B5E8;
}

#technology-solution-list li i {
    font-size: 48px;
}

#technology-solution-list li a {
    color: #606864;
}

#technology-solution-list li a.btn {
    color: #fff;
}

@media screen and (min-width: 48em) {
    #technology-solution-list li {
        width: 49.5%;
        padding: 0 40px;
    }
}

@media screen and (min-width: 64em) {
    #technology-solution-list li {
        width: 33%;
        padding: 0 30px;
    }
}

@media screen and (min-width: 80em) {
    #technology-solution-list li {
        padding: 0 50px;
    }
}

#page-header.webinar-header h1 {
    padding-bottom: 0;
}

ul.speakers {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.speakers li {
    text-align: center;
    width: 100%;
    display: inline-block;
    list-style-type: none !important;
    vertical-align: top;
    margin: 0 15px 0 0;
    max-width: 200px;
}

ul.speakers li:before {
    display: none !important;
}

ul.speakers li .speaker-image {
    background-color: #ffffff;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0;
    width: 140px;
    height: 140px;
}

ul.speakers li .speaker-info {
    margin-bottom: 20px;
}

ul.speakers li .speaker-info h6 {
    text-align: left;
    color: #29B5E8;
    text-transform: uppercase;
    font-family: "Texta-Black", sans-serif;
    font-size: 1.250em;
    line-height: 21px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

ul.speakers li .speaker-info p {
    text-align: left;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
    margin: 5px 0;
}

#featured-webinar {
    padding: 40px 0 10px;
    background-color: #FF9F36;
}

#featured-webinar .the-date {
    margin-top: 0;
}

#featured-webinar h3 {
    margin: 15px auto;
    color: #FFFFFF;
}

#featured-webinar h2,
#featured-webinar h3,
#featured-webinar h4,
#featured-webinar p {
    color: #fff;
}

#featured-webinar .excerpt p {
    color: #FFFFFF;
}

#upcoming-webinars {
    padding-bottom: 60px;
    text-align: center;
}

.webinars-listing {
    padding-bottom: 40px;
}

.webinar-hidden {
    display: none;
}

.resource-block.webinar-block .resource,
.webinar-block.post-block .resource,
.resource-block.webinar-block .post-block-inner,
.webinar-block.post-block .post-block-inner {
    min-height: 340px;
}

@media screen and (min-width: 64em) {
    ul.speakers li {
        width: 30%;
        display: inline-block;
        list-style-type: none !important;
        vertical-align: top;
    }
}

.team-section {
    background-color: #F8F7F5;
    padding: 40px 10px;
}

.team-list {
    text-align: center;
    margin-top: 40px;
}

.team-list li {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

.team-list li .team-member {
    display: block;
    padding: 30px 30px 50px;
    text-decoration: none;
    color: #606864;
    cursor: pointer;
}

.team-list li .team-member:hover .team-member-block h5 {
    color: #003545;
}

.team-member-block {
    background-color: #fff;
    padding: 20px 30px;
}

.team-member-block p {
    font-size: 18px;
    line-height: 24px;
}

.team-member-block h5 {
    font-size: 1.563em;
    line-height: 30px;
    margin: 10px auto 15px;
    font-weight: 500;
    color: #29B5E8;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.bio-btn {
    opacity: 0;
    position: absolute;
    top: 150px;
    left: 50%;
    height: auto;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.team-member {
    position: relative;
}

.team-member:hover .bio-btn {
    opacity: 1;
}

.team-member-bio-popup {
    padding: 30px;
    background-color: #105780;
}

.team-member-bio-popup .team-member-block {
    background-color: #fff;
    padding: 10px 15px;
    text-align: center;
}

.team-member-bio-popup .team-member-block p {
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto;
    text-shadow: none !important;
}

.team-member-bio-popup .team-member-block h5 {
    font-size: 18px;
    line-height: 24px;
    color: #29B5E8 !important;
    margin: 0 auto 10px;
    text-shadow: none !important;
}

.team-member-left {
    width: 70%;
    margin: 0 auto;
}

.team-member-bio {
    width: 100%;
}

.team-member-bio h2,
.team-member-bio h3,
.team-member-bio h4,
.team-member-bio h5,
.team-member-bio h6,
.team-member-bio p,
.team-member-bio ul li {
    color: #fff !important;
}

.team-member-bio p {
    font-family: "Texta-Medium", sans-serif !important;
    font-size: 17px;
    line-height: 22px;
    text-shadow: none !important;
}

.team-member-bio h1,
.team-member-bio h2,
.team-member-bio h3,
.team-member-bio h4,
.team-member-bio h5,
.team-member-bio h6 {
    font-family: "Lato", sans-serif !important;
}


@media screen and (min-width: 48em) {
    .team-list li {
        width: 49.5%;
        padding: 0 10px;
    }
    .team-member-left {
        width: 30%;
        float: left;
    }
    .team-member-bio {
        width: 70%;
        float: right;
        padding: 0 30px;
        margin-top: -15px;
    }
    .team-member-bio-popup {
        padding: 0;
    }
}

@media screen and (min-width: 64em) {
    .team-list li {
        width: 33%;
        padding: 0 20px;
    }
    .team-member-left {
        width: 30%;
        float: left;
    }
    .team-member-bio {
        width: 70%;
        float: right;
    }
}

ul.hero-figures {
    list-style-type: none;
    margin: 80px auto 100px;
    padding: 0;
    text-align: center;
}

ul.hero-figures li {
    display: block;
    margin: 20px auto;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

ul.hero-figures li img {
    width: 70px;
    height: auto;
}

ul.hero-figures li h4 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #F9F7F5;
    line-height: 31px;
}

ul.hero-figures li p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #F9F7F5;
}

.pricing-header {
    height: auto;
    min-height: auto;
}

section#sf-pricing-header {
    background-color: #29B5E8;
    padding: 30px 20px;
}

section#sf-pricing-header .sf-pricing-header-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

section#sf-pricing-header .prciing-header-txt {
    text-align: center;
    width: 100%;
    color: #ffffff;
}

section#sf-pricing-header .sf-pricing-dropdown {
    margin: 25px 0 10px;
    width: 100%;
}

section#sf-pricing-header .price-dropdown {
    background-color: #003757;
    color: #457f9f;
    width: 80%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section#sf-pricing-header .price-dropdown span {
    font-weight: 600;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section#sf-pricing-header .price-dropdown:hover span {
    color: rgba(255, 255, 255, 0.9);
}

section#sf-pricing-header .price-dropdown:hover i {
    color: rgba(255, 255, 255, 0.9);
}

section#sf-pricing-header ul {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
}

section#sf-pricing-header h4 {
    margin: 0 0 15px;
    font-size: 30px;
}

section#sf-pricing-header p {
    margin: 0;
    font-size: 1em;
    line-height: 20px;
}

.price-dropdown {
    width: 430px;
    height: 50px;
    position: relative;
    background-color: #003545;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
}

.price-dropdown i {
    color: #29B5E8;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.price-dropdown .current-selection {
    font-weight: 400;
    font-size: 1em;
    color: #6090AB;
    line-height: 50px;
    text-align: left;
}

.price-dropdown ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    display: none;
}

.price-dropdown ul li {
    margin: 0;
    padding: 0;
}

.price-dropdown ul li a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
    font-family: "Texta-Bold", sans-serif;
}

.price-dropdown ul li a:hover,
.price-dropdown ul li a.active {
    background-color: #29B5E8;
    color: #fff;
}

section#sf-pricing .options-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
}

section#sf-pricing .options-header .options-inner {
    width: 50%;
    text-align: center;
}

section#sf-pricing .options-header img {
    max-width: 40px;
    width: 100%;
}

section#sf-pricing .options-header h2 {
    color: #606864;
    font-family: "Texta-Heavy", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 0;
}

section#sf-pricing .pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

section#sf-pricing .pricing-row:nth-of-type(even) {
    background-color: #ebebeb;
}

section#sf-pricing .featured-header {
    margin: 15px 0 0;
    border-bottom: 1px solid #e1eaf9;
}

section#sf-pricing i {
    color: #29B5E8;
    font-size: 1.250em;
}

section#sf-pricing i.icon-x {
    color: rgba(0, 94, 136, 0.3);
}

section#sf-pricing h4 {
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

section#sf-pricing .feature-title {
    text-align: left;
}

section#sf-pricing p {
    font-size: 1em;
    line-height: 18px;
    margin: 0;
    color: #606864;
}

section#sf-pricing .pricing-item {
    text-align: center;
    width: 50%;
    padding: 10px;
}

section#sf-pricing .pricing-item .btn-blue:hover,
section#sf-pricing .pricing-item .midataessudata .home-popup-r .btn:hover,
.midataessudata .home-popup-r section#sf-pricing .pricing-item .btn:hover {
    background-color: #1699c8 !important;
}

section#sf-pricing .pricing-item .btn-dark-blue:hover {
    background-color: #003b56 !important;
}

section#sf-pricing .pricing-item .btn-black:hover {
    background-color: #333 !important;
}

section#sf-pricing .pricing-item .btn-text {
    background-color: transparent;
    color: #606864;
}

section#sf-pricing .pr-row {
    display: none;
}

section#sf-pricing .pr-row.pr-row-0 {
    display: initial;
}

section#sf-pricing .pr-arrow {
    font-weight: 900;
    font-size: 45px;
    position: absolute;
    cursor: pointer;
    padding: 10px;
    top: 0;
}

section#sf-pricing .pr-arrow-left {
    left: 50%;
}

section#sf-pricing .pr-arrow-right {
    right: 10px;
}

section#sf-pricing .pricing-region {
    display: none;
}

@media screen and (min-width: 48em) {
    section#sf-pricing-header {
        padding: 30px 20px;
    }
    section#sf-pricing-header .sf-pricing-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section#sf-pricing-header .prciing-header-txt {
        text-align: left;
        width: 60%;
    }
    section#sf-pricing-header .sf-pricing-dropdown {
        margin: 0;
        width: 40%;
    }
    section#sf-pricing-header .price-dropdown {
        width: 80%;
    }
    section#sf-pricing-header h4 {
        margin: 0;
        font-size: 30px;
    }
    section#sf-pricing-header p {
        font-size: 16px;
    }
    section#sf-pricing .options-header .options-inner {
        width: 20%;
    }
    section#sf-pricing .pricing-item {
        text-align: center;
        width: 16.66%;
        padding: 10px;
    }
    section#sf-pricing .pricing-item .btn-small {
        font-size: 11px !important;
        padding: 8px 15px !important;
    }
    section#sf-pricing .pr-row {
        display: block !important;
    }
    section#sf-pricing .pr-row.pr-row-0 {
        display: initial;
    }
    section#sf-pricing .pr-arrow {
        display: none;
    }
    .pricing-table-features {
        width: 25%;
    }
    .pricing-table-options {
        width: 75%;
    }
    ul.hero-figures li {
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        width: 30%;
    }
}

@media screen and (min-width: 64em) {
    section#sf-pricing .pricing-item .btn-small {
        font-size: 12px !important;
        padding: 8px 25px !important;
    }
    .module-pricing-table {
        padding: 30px;
    }
    .pricing-table-features {
        width: 24%;
    }
    .pricing-table-options {
        width: 76%;
    }
    ul.hero-figures li {
        display: inline-block;
        padding: 0 50px;
        margin: 0;
        width: 30%;
    }
}

.grey-text-section {
    background-color: #E2E2E2;
    color: #606864;
    padding: 20px 20px;
    margin: 10px 0;
}

#buyer-kit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 5px 5px;
}

#buyer-kit-container .buyers-kit-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

#buyer-kit-container .buyers-kit-left .buyer-kit-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

#buyer-kit-container .buyers-kit-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#buyer-kit-container .buyers-kit-right .buyer-kit-block {
    text-align: right;
}

#buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) .buyer-kit-background {
    background-position: 0 -30px;
    background-size: 100% auto;
}

#buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) .buyer-kit-background .buyer-kit-block-inner {
    padding-top: 150px;
}

.buyer-kit-block .buyer-kit-background {
    margin: 5px;
    position: relative;
    overflow: hidden;
}

.buyer-kit-block.orange .buyer-kit-background {
    background-color: #FF9F36;
}

.buyer-kit-block.orange .buyer-kit-background p,
.buyer-kit-block.orange .buyer-kit-background h2 {
    color: #fff;
}

.buyer-kit-block.orange .buyer-kit-background .btn:hover {
    color: #FF9F36 !important;
}

.buyer-kit-block.gray .buyer-kit-background {
    background-color: #8A999E;
}

.buyer-kit-block.gray .buyer-kit-background .btn:hover {
    color: #8A999E !important;
}

.buyer-kit-block.dark-gray .buyer-kit-background {
    background-color: #5F6863;
}

.buyer-kit-block.dark-gray .buyer-kit-background .btn:hover {
    color: #5F6863 !important;
}

.buyer-kit-block.blue .buyer-kit-background {
    background-color: #29B5E8;
}

.buyer-kit-block.blue .buyer-kit-background .btn:hover {
    color: #29B5E8 !important;
}

.buyer-kit-block.navy .buyer-kit-background {
    background-color: #105780;
}

.buyer-kit-block.navy .buyer-kit-background .btn:hover {
    color: #105780 !important;
}

.buyer-kit-block.green .buyer-kit-background {
    background-color: #889D44;
}

.buyer-kit-block.green .buyer-kit-background .btn:hover {
    color: #889D44 !important;
}

.buyer-kit-block.white .buyer-kit-background {
    background-color: #fff;
}

.buyer-kit-block.white .buyer-kit-background .content-type {
    color: #29B5E8;
}

.buyer-kit-block.white .buyer-kit-background h2 {
    color: #105780;
}

.buyer-kit-block.white .buyer-kit-background p {
    color: #4A4A4A;
}

.buyer-kit-block.white .buyer-kit-background ul {
    margin-left: 0;
}

.buyer-kit-block.white .buyer-kit-background ul li {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
}

.buyer-kit-block.white .buyer-kit-background .btn:hover {
    color: #fff !important;
}

@media screen and (min-width: 48em) {
    #buyer-kit-container .buyers-kit-left {
        width: 100%;
    }
    #buyer-kit-container .buyers-kit-left .buyer-kit-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #buyer-kit-container .buyers-kit-left .buyer-kit-background {
        padding-top: 60px;
    }
    #buyer-kit-container .buyers-kit-right {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(1) {
        width: 50%;
        flex-basis: 50%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(1) .buyer-kit-background {
        padding-top: 180px;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) {
        width: 50%;
        flex-basis: 50%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) .buyer-kit-background {
        padding-top: 180px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) .buyer-kit-background .buyer-kit-block-inner {
        padding-top: 20px;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(3) {
        width: 50%;
        flex-basis: 50%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(3) .buyer-kit-background {
        padding-top: 60px;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(4) {
        width: 50%;
        flex-basis: 50%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(4) .buyer-kit-background {
        padding-top: 60px;
    }
    #buyer-kit-container .buyer-kit-backround {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media screen and (min-width: 64em) {
    #buyer-kit-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
    #buyer-kit-container .buyers-kit-left {
        width: 40%;
        flex-basis: 40%;
        flex-shrink: 0;
    }
    #buyer-kit-container .buyers-kit-left .buyer-kit-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #buyer-kit-container .buyers-kit-right {
        width: 60%;
        flex-basis: 60%;
        flex-shrink: 0;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(1) {
        width: 35%;
        flex-basis: 35%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(1) .buyer-kit-background {
        padding-top: 180px;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) {
        width: 65%;
        flex-basis: 65%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(2) .buyer-kit-background {
        padding-top: 180px;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(3) {
        width: 35%;
        flex-basis: 35%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(3) .buyer-kit-background {
        padding-top: 60px;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(4) {
        width: 65%;
        flex-basis: 65%;
    }
    #buyer-kit-container .buyers-kit-right .buyer-kit-block:nth-child(4) .buyer-kit-background {
        padding-top: 60px;
    }
}

.buyer-kit-block {
    background-color: transparent;
}

.buyer-kit-block h1,
.buyer-kit-block h2,
.buyer-kit-block h3,
.buyer-kit-block h4,
.buyer-kit-block h5,
.buyer-kit-block h6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.buyer-kit-block h2 {
    font-weight: 300;
    font-size: 28px;
    color: #F9F7F5;
    line-height: 34px;
}

.buyer-kit-block p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1em;
    color: #F9F7F5;
    line-height: 24px;
    font-weight: 300;
}

.buyer-kit-block .content-type {
    margin: 0 0 10px;
    font-family: "Texta-Black", sans-serif;
    font-size: 0.875em
    color: #fff;
    text-transform: uppercase;
}

.buyer-kit-block-inner {
    padding: 30px;
    z-index: 5;
}

.buyer-kit-block-inner .button-holder {
    margin-bottom: 0;
}

@media screen and (min-width: 48em) {
    .buyer-kit-block-inner {
        padding: 20px 30px 30px 40px;
    }
    .buyer-kit-block h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .buyer-kit-block p {
        font-size: 24px;
        line-height: 28px;
    }
    .buyer-kit-block .content-type {
        font-size: 1.250em;
    }
}

@media screen and (min-width: 64em) {
    .buyer-kit-block h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .buyer-kit-block p {
        font-size: 18px;
        line-height: 25px;
    }
}

.buyer-kit-background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
}

.buyers-kit-featured-asset .featured-asset-image {
    margin: 5px 0;
}

.buyers-kit-featured-asset .featured-asset-block {
    margin: 5px 0;
}

@media screen and (min-width: 48em) {
    .buyers-kit-featured-asset {
        margin-bottom: 10px;
    }
    .buyers-kit-featured-asset .featured-asset-image {
        margin: 0;
    }
    .buyers-kit-featured-asset .featured-asset-block {
        margin: 0;
    }
}

.icon-list-col {
    padding: 0 20px;
    margin: 10px;
}

.icon-list-col h5 {
    font-weight: 600;
    font-size: 1.563em;
    color: #29B5E8;
    letter-spacing: 0;
}

.icon-list-col p {
    font-size: 1.250em;
    line-height: 25px;
}

.icon-list-col i {
    color: #105780;
    font-size: 40px;
}

@media screen and (min-width: 48em) {
    .icon-list-col {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.blue-form {
    background-color: #29B5E8;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.blue-form h1,
.blue-form h2,
.blue-form h3,
.blue-form h4,
.blue-form h5 {
    margin: 0 auto 15px;
    color: #fff !important;
    font-family: "Lato", sans-serif;
}

.blue-form p {
    color: #fff;
}
/*
.blue-form .mktoForm .mktoTemplateBox {
    font-family: "Texta-Book", sans-serif !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 30px;
    text-align: center;
}

.blue-form .mktoForm .mktoTemplateBox .mktoButton {
    background-color: #105780 !important;
    font-family: "Lato", sans-serif !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 13px 30px !important;
    font-size: 14px !important;
    height: auto !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    box-shadow: none !important;
    background-image: none !important;
    border: none !important;
}

.blue-form .mktoForm .mktoTemplateBox .mktoButton:hover {
    background-color: #0a3853 !important;
}

.blue-form .mktoForm .mktoTemplateBox a.mktoNotYou {
    color: #fff !important;
}

.blue-form .mktoForm input,
.blue-form .mktoForm select,
.blue-form .mktoForm textarea {
    font-family: "Texta-Book", sans-serif !important;
    background-color: #F9F7F5 !important;
    font-size: 18px !important;
}

.blue-form .mktoForm input::-webkit-input-placeholder,
.blue-form .mktoForm select::-webkit-input-placeholder,
.blue-form .mktoForm textarea::-webkit-input-placeholder {
    font-family: "Texta-Medium", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.blue-form .mktoForm input::-moz-placeholder,
.blue-form .mktoForm select::-moz-placeholder,
.blue-form .mktoForm textarea::-moz-placeholder {
    font-family: "Texta-Medium", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.blue-form .mktoForm input:-ms-input-placeholder,
.blue-form .mktoForm select:-ms-input-placeholder,
.blue-form .mktoForm textarea:-ms-input-placeholder {
    font-family: "Texta-Medium", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.blue-form .mktoForm input:-moz-placeholder,
.blue-form .mktoForm select:-moz-placeholder,
.blue-form .mktoForm textarea:-moz-placeholder {
    font-family: "Texta-Medium", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #99989A !important;
}

.blue-form .mktoForm textarea {
    width: 100% !important;
}

.blue-form .mktoForm .mktoFormCol label {
    color: #fff !important;
    width: auto !important;
}

.blue-form .mktoForm .mktoFormCol label a {
    color: #105780 !important;
}

.blue-form .mktoForm .mktoFormCol label a:hover {
    color: #08293c !important;
}

.blue-form .mktoForm input[type=email],
.blue-form .mktoForm input[type=text],
.blue-form .mktoForm input[type=url],
.blue-form .mktoForm input[type=tel],
.blue-form .mktoForm input[type=number],
.blue-form .mktoForm input[type=date],
.blue-form .mktoForm textarea,
.blue-form .mktoForm select {
    padding: 8px 12px !important;
}

.blue-form .mktoForm select {
    font-size: 18px !important;
}

.blue-form .mktoForm .mktoCheckboxList input {
    height: auto !important;
    color: #ffffff !important;
}

.blue-form .mktoForm .mktoRadioList input {
    height: auto !important;
    color: #ffffff !important;
}

.blue-form .mktoForm .mktoButtonRow .mktoButton {
    background-color: #105780 !important;
}

.blue-form .mktoForm .mktoButtonRow .mktoButton:hover {
    background-color: #0a3853 !important;
}

.blue-form .mktoForm .mktoError {
    color: #bf0000;
}

.blue-form .mktoForm .mktoError .mktoErrorMsg {
    font-family: "Texta-Medium", sans-serif !important;
    text-shadow: none !important;
}

@media screen and (min-width: 64em) {
    .blue-form {
        padding: 45px;
    }
}
*/
/* KEYFRAMES */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(140deg);
    }
    60% {
        transform: rotate(135deg);
    }
    70% {
        transform: rotate(140deg);
    }
    80% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(140deg);
    }
}

.speed-line {
    animation: rotate 4s cubic-bezier(0.77, 0.02, 0.63, 0.98) forwards;
    transform-origin: bottom right;
}

@-moz-document url-prefix() {
    .speed-line {
        transform: rotate(140deg);
        transform-origin: 50% 70% 0;
    }
}

@keyframes grow {
    0% {
        transform: scale(0.94) translate(10px, 10px);
    }
    50% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(0.94) translate(10px, 10px);
    }
}

@keyframes scale {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(0.9) translate(20px, 20px);
    }
    100% {
        transform: scale(1) translate(10, 0);
    }
}

.cloud-scale {
    animation: grow 1s linear forwards;
}

@keyframes flyplane {
    0% {
        transform: translate(0, 0) scale(1);
    }
    40% {
        transform: translate(-20px, 70px) scale(1);
    }
    60% {
        transform: translate(400px, 0) scale(0);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

.plane {
    animation: flyplane 3s cubic-bezier(0.77, 0.02, 0.63, 0.98) forwards;
}

@keyframes pricingfirst {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pricingsecond {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.dollar {
    opacity: 0;
}

@keyframes dollar {
    0% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 47.938em) {

    .customer-logo-slider {
        padding: 35px 0;
    }
    /*
    .world-tour-hero {
        background-position: top right !important;
    }
    */
    #intro h2,
    .executive-summit #world-tour-cities h2,
    .executive-summit-spacer h2 {
        font-size: 33px;
        line-height: 33px;
    }
    .customer-logo-slider img {
        position: relative;
        transform: inherit;
        max-width: inherit;

    }
    .executive-summit-spacer h2.sponsors {
        border-right: none;
        font-size: 25px;
        line-height: 45px;
        margin: 0 auto;
        position: inherit;
        padding-top: 20px;
        text-align: center;
    }
    .customer-logo-slider ul {
        padding: 0;
    }
    .executive-summit-spacer h2 {
        padding: 0;
    }

    .customer-logo-slider li {
        text-align: center;
        padding: 0 20px;
        position: inherit;
        height: inherit;
        display: inline-block;
        padding: 0 5px;
    }
    .executive-summit footer {
        padding: 20px;
    }
    .footer-section-inner {
        padding: 10px;
    }

    .world-tour-agenda-item {
        text-align: left;
    }

    .world-tour-agenda.agenda .world-tour-agenda-time {
        font-size: 0.875em;
        line-height: normal;
    }
    .hero h1 {
        font-size: 2.125em;
        line-height: normal;
        margin: 0.67em 0;
    }
    .hero h3 {
        line-height: normal;
    }
    .executive-summit .world-tour-intro h2 {
        font-size:  1.75em;
        margin: 20px 0;
    }

    .mktoForm input[type=date],
    .mktoForm input[type=email],
    .mktoForm input[type=number],
    .mktoForm input[type=tel],
    .mktoForm input[type=text],
    .mktoForm input[type=url],
    .mktoForm select.mktoField{
        height: 2em !important;
        line-height: 2em;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .executive-summit .worldtour-form {
        padding: 20px;
    }

}

@media screen and (max-width: 63.750em) {
    .desktop {
        display: none;
    }
}

.global-footer__social-profile-list {
  margin: 0;
  padding: 0;
}
.round {
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    color: #2a2c30;
}
.footer-section-inner {
    color: #fff;
    border-bottom: none;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 !important;
    width: 100%;
    text-align: center;
}
.footer-section-inner h3 {
  color: #f93;
}

footer.gray .footer-section-inner p {
  color: #fff;
}

footer.white .footer-section-inner p {
  color: #4A4A4A;
}
.footer-section-bottom p {
  font-size: 12px;
  color: #6f6f71;
  text-align: center;
}
footer.gray {
  background-color: #4A4A4A;
}
footer.white {
  background-color: #fff;
}