@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?1eqtqb");
  src: url("fonts/icomoon.eot?1eqtqb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1eqtqb") format("truetype"), url("fonts/icomoon.woff?1eqtqb") format("woff"), url("fonts/icomoon.svg?1eqtqb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "verb cond";
  src: url("fonts/verbcondregular-webfont.woff") format("woff"), url("fonts/verbcondregular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
Theme Name: Upland
Version: 1.12.3
Author: The Honor Roll
Author URI: https://www.thehonorroll.com/
Description: Upland Software theme for Wordpress
License: 
License URI: 
Text Domain: upland
Tags: custom-background, custom-colors
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-l:before {
  content: "\e900";
}

.icon-arrow-r:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e601";
}

.main .people-list,
.main.main-block .people-list,
.main .team-list,
.main.main-block .team-list,
#footer ul,
#nav .drop > ul,
#nav .drop > ul > li > ul,
#nav .drop > ul > li > ul ul,
.main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.form-section .row:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

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

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

* {
  max-height: 1000000px;
}

body {
  color: #4a4a4a;
  background: #fff;
  font: 16px/1.63 "Open Sans", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.63em;
}

blockquote {
  margin: 0 0 30px;
  border-top: 2px solid #1092d2;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  color: #1092d2;
  padding: 35px 60px 34px 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

blockquote q {
  quotes: none;
}

th, td {
  border: 1px solid #4a4a4a;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul {
  padding-left: 3em;
}

ol {
  padding: 0 0 2px 17px;
  margin: 0;
}

ol > li {
  position: relative;
  padding: 0 0 18px 20px;
}

ol > li li {
  padding-left: 12px;
}

ol > li:before {
  color: #0090ca;
  margin-right: 19px;
  position: absolute;
  top: 0;
  left: 0;
}

div > ol {
  list-style: none;
  counter-reset: item;
}

div > ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

ul ol {
  counter-increment: newCounter;
  counter-reset: item;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul ul li:last-child,
ul ol li:last-child,
ol ul li:last-child,
ol ol li:last-child {
  padding-bottom: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #4a4a4a;
  padding: .45em .9em .6em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4a4a4a;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4a4a4a;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4a4a4a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #4a4a4a;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  background: #0090ca;
  color: #fff;
  padding: .45em .9em .6em;
  border-radius: 5px;
  display: inline-block;
  min-width: 315px;
  padding: .45em .9em .6em;
  text-align: center;
  border: 0;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 40px;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
          box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
}

.optanon-alert-box-wrapper a,
.optanon-alert-box-wrapper button,
#optanon-popup-wrapper button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  background: #007eb1;
  opacity: 1;
}

.widget {
  margin-bottom: 1.63em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
  display: inline-block;
  height: 22px;
}

.search-form input[type=text],
.search-form input[type=search] {
  border: 0;
  font-size: 14px;
  line-height: normal;
  padding: 0 7px;
  width: 105px;
  display: inline-block;
  vertical-align: top;
  background: none;
  outline: none;
}

.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder {
  color: #4a4a4a;
}

.search-form input[type=text]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a;
}

.search-form input[type=text]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder {
  color: #4a4a4a;
}

.search-form input[type=text]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder {
  color: #4a4a4a;
}

.search-form input[type=text].placeholder,
.search-form input[type=search].placeholder {
  color: #4a4a4a;
}

.search-form [type=submit] {
  padding: 0 8px;
  background: none;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: #4a4a4a;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
  padding: 0;
  border-radius: 0;
}

.search-form [type=submit] i {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.search-form [type=submit]:hover {
  background: none;
  opacity: .8;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.post-password-form input[type="submit"] {
  background: #0090ca;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
  min-width: 0;
  font-size: 16px;
}

.post-password-form input[type="submit"]:hover {
  opacity: .8;
}

.commentlist {
  margin: 0 0 1.63em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.63em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.63em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.63em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #0090ca;
  color: #fff !important;
  padding: .4em;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
          box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: .8;
}

.navigation-single {
  margin-bottom: 1.63em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #0090ca;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
          box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  margin-bottom: 1.63em;
}

.wp-caption.alignnone {
  width: 100% !important;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.63em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 6px 26px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 26px;
}

.mejs-container {
  margin-bottom: 1.63em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.wp-caption-text {
  font-size: 12px;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #4a4a4a;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.19;
  font-weight: 600;
}

h2, .h2 {
  font-size: 34px;
  line-height: 1.24;
  font-weight: 600;
  color: #0090ca;
  margin: 0 0 38px;
}

h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0090ca;
  margin: 0 0 8px;
}

h3.alt,
h3.alt a,
.page-template-template-solutions-suite .columns-block h3.alt,
.page-template-template-solutions-suite .columns-block h3.alt a {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}

.page-template-template-solutions-suite .columns-block h3.alt,
.page-template-template-solutions-suite .columns-block h3.alt a {
  margin-bottom: 16px;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0090ca;
  margin: 0 0 12px;
}

h5, .h5 {
  font-size: 15px;
  color: #0090ca;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 26px;
}

a {
  color: #0090ca;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: 1px solid #9f9f9f;
  margin: 0 0 12px;
  min-width: 150px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  max-width: 180px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  color: #9f9f9f;
  margin: 0 35px 0 0;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  right: 5px;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #4a4a4a transparent transparent transparent;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #9f9f9f;
}

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-option.jcf-option-hidden {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-disabled {
  background: #ddd !important;
}

.tour-box {
  padding: 90px 0 22px;
}

.tour-box.no-btm-padding {
  padding: 90px 0 0;
}

.tour-box.alt {
  background: #f2f2f2;
}

.tour-box:nth-child(odd) .text-box {
  float: left;
}

.tour-box:nth-child(odd) .img-box {
  float: right;
}

.tour-box .text-box {
  float: right;
  width: 40%;
  padding: 0 0 37px;
}

.tour-box .img-box {
  float: left;
  width: 52%;
}

.tour-box .img-box img {
  margin: 0 auto;
}

.tour-box.tour .img-box {
  width: 56%;
  text-align: center;
}

.tour-box h2 {
  margin: 0 0 10px;
}

.tour-box .button {
  margin: 30px 0 0;
}

.main .tour-box ul {
  padding: 0;
}

.tour-box .embed-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 47.11%;
}

.tour-box .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.main .people-list,
.main.main-block .people-list {
  margin: 14px -12px 40px;
}

.main .people-list li,
.main.main-block .people-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%; /* 33.33% */
  margin: 0 -4px 0 0;
  padding: 0 14px 7px;
}

.main .people-list li:before,
.main.main-block .people-list li:before {
  display: none;
}

.main .people-list .people-img,
.main.main-block .people-list .people-img {
  max-width: 231px;
  margin: 0 auto 13px;
}

.main .people-list .position,
.main.main-block .people-list .position {
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 0 0 20px;
}

.main .people-list h3,
.main.main-block .people-list h3 {
  padding-top: 0;
  line-height: 1.2;
  margin: 0 0 3px;
}

.main .people-list img,
.main.main-block .people-list img {
  margin-bottom: 0;
}

.main .team-list,
.main.main-block .team-list {
  padding: 11px 0 0;
}

.main .team-list li,
.main.main-block .team-list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  padding: 0 0 54px;
}

.main .team-list li:before,
.main.main-block .team-list li:before {
  display: none;
}

.people-img img {
  margin: 0 auto;
}

.main .team-list .people-img,
.main.main-block .team-list .people-img {
  max-width: 146px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

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

.main .team-list .people-info,
.main.main-block .team-list .people-info {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  width: 62%;
  text-align: left;
}

.main .team-list .people-info:after,
.main.main-block .team-list .people-info:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 146px;
}

.main .team-list .people-info > *,
.main.main-block .team-list .people-info > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.main .team-list h3,
.main.main-block .team-list h3 {
  margin: 0;
  padding-top: 0;
  font-weight: 400;
}

.main .team-list img,
.main.main-block .team-list img {
  margin-bottom: 0;
}

.main .team-list .position,
.main.main-block .team-list .position {
  font-weight: 400;
}

.results-wrap h2 {
  margin: 0 0 28px;
}

.results-wrap .results-box {
  margin: 0 0 40px;
}

.results-wrap h3 {
  padding-top: 0;
  line-height: 1.4;
  margin: 0;
}

.results-wrap p {
  margin: 0;
}

.results-wrap .link {
  display: inline-block;
  vertical-align: top;
}

.title-form .input-group {
  position: relative;
  border: solid #4a4a4a;
  border-width: 0 0 2px;
}

.title-form .form-control {
  background: transparent;
  outline: none;
  font-size: 42px;
  font-weight: 600;
  padding: 19px 45px 19px 0;
  width: 100%;
  opacity: .5;
  border: none;
}

.title-form .btn {
  position: absolute;
  top: 66%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #4a4a4a;
  background: none;
  outline: none;
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.title-form .btn:hover {
  opacity: .7;
}

.title-form .material-icons {
  font-size: 43px;
}

#footer {
  background: #4a4a4a;
  color: #fff;
  font-size: 12px;
}

#footer a {
  color: inherit;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

#footer a:hover {
  text-decoration: none;
  opacity: .7;
}

#footer h4 {
  color: inherit;
  padding: 0;
  margin: 0 0 10px;
}

#footer ul.footer-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
}

#footer ul.footer-list li:before {
  position: absolute;
  width: 1px;
  height: 14px;
  background: #fff;
  top: 3px;
  left: -2px;
  content: "";
}

#footer #menu-bottom-right-menu.footer-list{
  float: right;
}

#footer #menu-bottom-right-menu.footer-list li:before {
  position: absolute;
  width: 1px;
  height: 14px;
  background: #fff;
  top: 3px;
  right: -2px;
  content: "";
}

#footer #menu-bottom-right-menu.footer-list li:first-child:before {
  display: none;
}

#footer ul li {
  padding: 5px 0 4px;
}

#footer .column .footer-list {
  margin-right: -18px;
}

#footer .social ul.footer-list {
  margin: 0;
}

#footer .social ul.footer-list li {
  position: unset;
  padding: 0 8px 8px 0;
}

#footer .social ul li a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  outline: 0;
}

#footer .social ul li.contact a {
  background: url(images/social-sprite.png) no-repeat 0 0;
}

#footer .social ul li.facebook a {
  background: url(images/social-sprite.png) no-repeat -26px 0;
}

#footer .social ul li.googleplus a {
  background: url(images/social-sprite.png) no-repeat -52px 0;
}

#footer .social ul li.linkedin a {
  background: url(images/social-sprite.png) no-repeat -78px 0;
}

#footer .social ul li.twitter a {
  background: url(images/social-sprite.png) no-repeat -104px 0;
}

#footer .social ul li.youtube a {
  background: url(images/social-sprite.png) no-repeat -130px 0;
}

#footer .social ul li.vimeo a {
  background: url(images/social-sprite.png) no-repeat -156px 0;
}

#footer .social ul li.instagram a {
  background: url(images/social-sprite.png) no-repeat -182px 0;
}

.footer-top {
  padding: 31px 0 0;
}

#footer .footer-top h4 {
  display: block;
  float: left;
  width: 30%;
  margin: 0;
}

.column {
  display: inline-block;
  vertical-align: top;
  width: 25.7%;
  margin-right: -4px;
  overflow: hidden;
  padding: 0 5px 0 0;
}

.left-col-404 {
  float: left;
  width: 55%;
  padding-right: 40px;
}

.right-col-404 {
  float: left;
  width: 45%;
}

.error404 .main.main-block {
  padding-bottom: 0;
}

.error404 .main.main-block img {
  margin-bottom: 0;
}

.footer-top .column {
  width: 18%;
}

.column.small {
  float: right;
  width: 23.3%;
}

.footer-title {
  font-weight: 600;
  display: block;
  padding: 0 0 2px;
}

.footer-subtitle {
  display: block;
  padding: 14px 0 1px;
}

.footer-block {
  padding: 22px 0 34px;
}

#footer ul li.has-top-margin {
  margin-top: 25px;
}

.address {
  font-style: normal;
  margin: 0;
  line-height: 1.7;
}

.footer-bottom {
  background: #3a3a3a;
  padding: 10px 0;
}

.footer-bottom .copyright {
  float: left;
  padding: 0 14px 0 0;
  opacity: .58;
}

.footer-bottom .bottom-contact {
  display: none;
}

.footer-bottom .footer-list {
  float: left;
  opacity: .58;
}

.footer-bottom .footer-list li {
  padding: 0 8px;
}

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

.orange .main a {
  color: #e46514;
}

.orange .main .button,
.orange .button {
  background: #e46514;
  color: #fff;
}

.orange .main .button:hover,
.orange .button:hover {
  background: #c34710;
}

.orange .form-section [type="submit"] {
  background: #e46514;
}

.orange .form-section [type="submit"]:hover {
  background: #c34710;
}

.green .header-block .button {
  background: #25a65b;
}

.green .header-block .button:hover {
  background: #2abb66;
}

.green .main a {
  color: #25a65b;
}

.green .main .button,
.green .button {
  background: #25a65b;
  color: #fff;
}

.green .main .button:hover,
.green .button:hover {
  background: #1b7842;
}

.green .form-section [type="submit"] {
  background: #e46514;
}

.green .form-section [type="submit"]:hover {
  background: #1b7842;
}

.purple .header-block .button {
  background: #5700b3;
}

.purple .header-block .button:hover {
  background: #6300cd;
}

.purple .main a {
  color: #5700b3;
}

.purple .main .button,
.purple .button {
  background: #5700b3;
  color: #fff;
}

.purple .main .button:hover,
.purple .button:hover {
  background: #3c007b;
}

.purple input[type="submit"] {
  background: #5700b3;
}

.purple input[type="submit"]:hover {
  background: #6300cd;
}

.purple .form-section [type="submit"] {
  background: #e46514;
}

.purple .form-section [type="submit"]:hover {
  background: #3c007b;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 130px;
}

.container.content-hold {
  padding-top: 63px;
  padding-bottom: 26px;
}

.container.content-hold h2 {
  text-align: center;
}

.content-section {
  padding-top: 68px;
  padding-bottom: 60px;
}

.button {
  font-size: 20px;
  background: #0090ca;
  color: #fff;
  padding: .45em .9em .6em;
  border-radius: 5px;
  display: inline-block;
  min-width: 315px;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 600;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
          box-shadow: 0 7px 7px rgba(0, 0, 0, .1);
}

.button:hover {
  background: #007eb1;
  text-decoration: none;
  opacity: 1 !important;
}

#header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-block {
  height: 47px;
  margin-bottom: 1px;
  position: relative;
  z-index: 1;
}

.top-block:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-block .search-form {
  float: right;
  margin: 13px 0 0 7px;
}

.top-block .item {
  font-size: 12px;
  float: left;
  padding-top: 13px;
}

.header-block {
  padding: 28px 0 17px;
  position: relative;
  z-index: 0;
}

.site-id-1 .header-block {
  padding: 38px 0 17px;
}

.header-block:after {
  content: "";
  width: auto;
  height: 132px;
  background: #fff;
  opacity: .8;
  position: absolute;
  top: 0;
  left: -6%;
  right: -6%;
  border-radius: 0 0 50% 50%;
  z-index: -1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.site-id-1 .header-block:after {
  height: 142px;
}

.main-top-block {
  width: auto;
  float: right;
  margin: -26px 0 0 0;
}

.header-block .search-form {
  float: right;
}

.header-block .button {
  float: right;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px 10px;
  margin: 9px 0 0 26px;
  min-width: 0;
}

.supernav {
  float: right;
  font-size: 14px;
  font-weight: 600;
}

.supernav .phone,
.supernav .primary,
.supernav .secondary {
  display: inline-block;
}

.supernav .phone {
  height: 47px;
  padding: 12px 6px 0 22px;
  margin: 0 3px;
  background-image: url(images/icon-phone.png);
  background-position: 0 45%;
  background-repeat: no-repeat;
}

.supernav .phone a[href^="tel:"] {
  color: #4a4a4a;
  text-decoration: none;
}

.main-top-block .supernav .phone {
  height: auto;
  padding: 0 0 0 22px;
  margin: 0;
}

.main-top-block .search-form {
  margin: 1px 0 0 30px;
}

.supernav .primary a,
.supernav .secondary a {
  display: inline-block;
  color: #4a4a4a;
  height: 47px;
  margin: 0 3px;
  padding: 12px 11px 0;
}

.supernav .primary.has-icon a,
.supernav .secondary.has-icon a {
  padding: 12px 11px 0 36px;
  background-position: 10px 45%;
  background-repeat: no-repeat;
}

.supernav .primary a:hover,
.supernav .secondary a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
}

#language-selection,
#phone-selection {
  position: relative;
  display: block;
  float: left;
  height:43px;
}

@media (max-width: 895px) {
  #language-selection,
  #phone-selection {
    display: none;
  }
}

#language-toggle,
#phone-toggle {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: url(images/icon-lang-select.png);
  background-size: 36%;
  background-position-y: 12px;
  background-position-x: 10px;
  background-repeat: no-repeat;
  width: 57px;
  height: 47px;
}

#phone-toggle {
  background: url(images/icon-phone.png);
  background-position-y: 12px;
  background-position-x: 10px;
  background-repeat: no-repeat;
}

#language-toggle:hover,
#language-toggle.active,
#phone-toggle:hover,
#phone-toggle.active {
  background-color: rgba(255, 255, 255, 0.75);
}

#language-toggle:after,
#phone-toggle:after {
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -9px;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#language-menu,
#phone-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 158px;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 6px 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
          box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}

#language-menu.active,
#phone-menu.active {
  display: block;
} 

#language-menu > div a,
#phone-menu > div a {
  display: block;
  width: 100%;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  padding: 6px;
  text-decoration: none;
  color: #3a3a3a;
}

#language-menu > div:hover,
#phone-menu > div:hover {
  background-color: #ccc;
}

#language-menu > div.current-language {
  background-color: steelblue;
  color: #fff;
}

#language-menu div.current-language a {
  color: #fff;
}

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

#phone-menu ul li {
  display: block;
  padding: 6px 12px;
}

#phone-menu ul li a {
  color: #4a4a4a;
}

#phone-menu ul li span {
  display: block;
  font-size: 12px;
}

.logo {
  float: left;
  margin-right: 11px;
  position: absolute;
  z-index: 10;
}

.logo img {
  display: block;
  width: 333px;
  height: auto;
}

.logo.mainsite img {
  width: 400px;
  height: 47px;
}

.slogan {
  color: #6c6c6c;
  float: left;
  padding-top: 8px;
  font: 30px/1.2 "verb cond";
}

#nav {
  float: right;
  padding-top: 14px;
}

.site-id-1 #nav {
  padding-top: 0;
}

#nav .ubermenu {
  margin-top: -14px;
}

.site-id-1 #nav .ubermenu {
  margin-top: 0;
}

#nav .drop > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #4a4a4a;
  margin-right: 26px;
  padding-bottom: 8px;
}

#nav .drop > ul > li:last-child {
  margin-right: 0;
}

#nav .drop > ul > li.active,
#nav .drop > ul > li:hover,
#nav .drop > ul > li.hover {
  color: #0090ca;
}

#nav .drop > ul > li.active ul,
#nav .drop > ul > li:hover ul,
#nav .drop > ul > li.hover ul {
  color: #4a4a4a;
}

#nav .drop > ul > li:hover a,
#nav .drop > ul > li.hover a {
  text-decoration: none;
}

#nav .drop > ul > li:hover ul,
#nav .drop > ul > li.hover ul {
  display: block;
}

#nav .drop > ul > li a {
  color: inherit;
  display: inline-block;
}

#nav .drop > ul > li a.has-drop-down-a {
  padding-right: 20px;
}

#nav .drop > ul > li a.has-drop-down-a:after {
  content: "\e601";
  font-family: "icomoon";
  font-size: 11px;
  position: absolute;
  top: 6px;
  right: 0;
}

#nav .drop > ul > li .bold {
  font-weight: 700;
}

#nav .drop > ul > li .bold > ul > li {
  font-weight: 400;
}

#nav .drop > ul > li > ul {
  padding: 5px 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 300px;
  border-top: 2px solid #0090ca;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  display: none;
  font-size: 0.9em;
}

#nav .drop > ul > li > ul a {
  display: block;
  padding: 5px 20px;
}

#nav .drop > ul > li > ul a.has-drop-down-a:after {
  display: none;
}

#nav .drop > ul > li > ul a:hover {
  background: #f5f5f5;
}

#nav .drop > ul > li > ul ul a {
  padding-left: 30px;
}

.nav-opener {
  display: none;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 12%;
  right: 12%;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-active #nav {
  max-height: 2000px;
  padding-bottom: 40px;
}

.nav-active #nav .drop {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav-active .header-block {
  background: #fff;
}

.ubermenu-2col-tab {
  width: 530px;
}

.ubermenu-2col-tab .left-col,
.ubermenu-2col-tab .right-col {
  float: left;
  width: 265px;
}

@media (max-width: 1023px) {
  .ubermenu-2col-tab .left-col {
    width: 70%;
  }

  .ubermenu-2col-tab .left-col ul {
    height: auto !important;
  }
  
  .ubermenu-2col-tab .left-col .menu-cta,
  .ubermenu-2col-tab .right-col {
    display: none;
  }
}

.ubermenu-2col-tab .left-col .content,
.ubermenu-2col-tab .right-col .content {
  padding: 15px 20px;
}

.resize-active #nav .drop {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.visual {
  min-height: 370px;
  background: #f4f4f4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
}

.heading-text {
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  min-height: 80px;
}

.title h1 {
  margin: 0;
}

.abstract-header {
  position: relative;
  top: 27px;
  padding: 25px 35px;
  background: rgba(255, 255, 255, .85);
  text-align: center;
}

.site-id-1 .abstract-header {
  top: 20px;
  padding: 35px;
}

.abstract-header h1 {
  margin: 0 0 5px;
  color: #0090ca;
}

.abstract-header h4 {
  color: #4a4a4a;
}

.two-col-2575,
.two-col-7525  {
  padding: 65px 0 40px;
}

.two-col-2575 .two-col-left-img {
  float: left;
  width: 25%;
}

.two-col-2575 .two-col-right-cont {
  float: left;
  width: 75%;
  padding: 0 0 0 50px;
}

.two-col-7525 .two-col-right-img {
  float: right;
  width: 25%;
}

.two-col-7525 .two-col-left-cont {
  float: left;
  width: 75%;
  padding: 0 50px 0 0;
}

.main a {
  font-weight: 600;
}

.main a:hover {
  text-decoration: none;
  opacity: .8;
}

.main.main-block {
  padding: 68px 0 100px;
}

.main.main-block h3,
.main.main-block h4 {
  padding-top: 14px;
}

.main.main-block img {
  display: block;
  margin-bottom: 20px;
}

.main ul {
  padding: 0 0 22px;
}

.main ul ul {
  padding-bottom: 0;
}

.main ul > li {
  position: relative;
  padding: 0 0 10px 25px;
  text-align: left;
}

.main ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #0090ca;
  position: absolute;
  top: 12px;
  left: 0;
}

.main .item-list {
  padding: 0;
  margin-right: -30px;
}

.main .item-list li {
  padding: 0 30px 32px 88px;
  width: 50%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}

.main .item-list li:before {
  display: none;
}

.main .item-list li img {
  position: absolute;
  top: 22px;
  left: 4px;
}

.main .item-list h3 {
  margin: 0;
  line-height: 38px;
}

.main .item-list p {
  margin: 0;
}

.main .block {
  padding-bottom: 30px;
}

.aside {
  float: left;
  width: 290px;
  padding: 71px 40px 147px 0;
  background: #f5f5f5;
  position: relative;
}

.aside:after {
  content: "";
  right: 100%;
  top: 0;
  bottom: 0;
  left: -9999px;
  position: absolute;
  background: #f5f5f5;
}

.aside img {
  margin: 0 0 12px;
}

.aside h3 {
  font-size: 16px;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.form-column {
  position: relative;
  z-index: 9;
  float: right;
  max-width: 487px;
  margin: 0 0 0 70px;
  padding: 25px 0 10px;
  background-color: #f4f4f4;
}

.info-block {
  margin: 0 0 20px;
}

.info-block address {
  font-style: normal;
  margin: 0;
}

.schedule strong {
  font-weight: 600;
}

.schedule span {
  display: block;
}

.content {
  overflow: hidden;
  padding: 70px 0 40px 54px;
}

.content:only-child {
  padding-left: 0;
}

.content h2 {
  margin: 0 0 7px;
}

.single-resource .content h2 {
  margin: 0 0 25px;
}

.content h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 20px;
  color: #1092d2;
}

.content .form-column h3 {
  margin: 0;
}

.form-section {
  background: #f5f5f5;
  padding: 43px 0;
}

.form-section h2 {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.form-section .contact-form {
  margin: 0 auto;
  background: #fff;
  max-width: 487px;
  padding: 30px 26px 26px;
  font: 16px/1.63 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  border-top: 2px solid #0090ca;
}

.form-section .row {
  margin: 0 0 30px;
}

.form-section label {
  width: 144px;
  padding-right: 20px;
  float: left;
  text-align: right;
}

.form-section input[type=text],
.form-section input[type=email] {
  border: 0;
  float: left;
  width: 232px;
  padding: 0 12px 4px 12px;
  line-height: 22px;
  color: #1092d2;
  border-bottom: 1px solid #0090ca;
}

.form-section input[type=text]::-webkit-input-placeholder,
.form-section input[type=email]::-webkit-input-placeholder,
.form-section input[type=tel]::-webkit-input-placeholder {
  color: #7fc5e6;
}

.form-section input[type=text]::-moz-placeholder,
.form-section input[type=email]::-moz-placeholder,
.form-section input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: #7fc5e6;
}

.form-section input[type=text]:-moz-placeholder,
.form-section input[type=email]:-moz-placeholder,
.form-section input[type=tel]:-moz-placeholder {
  color: #7fc5e6;
}

.form-section input[type=text]:-ms-input-placeholder,
.form-section input[type=email]:-ms-input-placeholder,
.form-section input[type=tel]:-ms-input-placeholder {
  color: #7fc5e6;
}

.form-section input[type=text].placeholder,
.form-section input[type=email].placeholder,
.form-section input[type=tel].placeholder {
  color: #7fc5e6;
}

.form-section .jcf-select {
  border-color: #0090ca;
  width: 232px !important;
  margin: 0;
}

.form-section .jcf-select .jcf-select-text {
  color: #1092d2;
  margin-left: 12px;
}

.form-section .jcf-select .jcf-select-opener:after {
  border-color: #038fcc transparent transparent transparent;
}

.form-section [type=submit] {
  display: block;
  width: 315px;
  margin: 0 auto !important;
}

.jcf-select-drop.jcf-select-blue .jcf-select-drop-content {
  border-color: #0090ca;
}

.cycle-gallery {
  position: relative;
}

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cycle-gallery .slideset {
  width: 99999px;
  float: left;
}

.cycle-gallery .slide {
  width: 100%;
  float: left;
  position: relative;
}

.cycle-gallery .slide.active {
  z-index: 1;
}

.cycle-gallery .pagination {
  position: absolute;
  height: 8px;
  z-index: 1;
  bottom: 77px;
  left: 50%;
  margin-left: -500px;
}

.main .cycle-gallery .pagination ul {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.main .cycle-gallery .pagination ul > li {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.main .cycle-gallery .pagination ul > li:before {
  display: none;
}

.main .cycle-gallery .pagination ul > li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.main .cycle-gallery .pagination ul > li.active a,
.main .cycle-gallery .pagination ul > li:hover a {
  background: #0090ca;
}

.gallery .holder {
  padding: 188px 0 25px;
  min-height: 708px;
  background-size: cover;
  background-position: 50% 50%;
}

.page-template-template-magic .gallery .holder {
  min-height: 608px;
}

.page-template-template-solutions-suite .gallery .holder {
  padding: 188px 0 0;
}

.gallery.alt .holder {
  padding-top: 210px;
}

.gallery .box {
  max-width: 572px;
  font-size: 20px;
  padding: 32px 50px 35px 50px;
  background: rgba(255, 255, 255, .9);
}

.solutions-suite.gallery .box {
  max-width: 352px;
  min-height: 520px;
  padding: 35px;
  font-size: 16px;
  background: rgba(255, 147, 80, .9);
  color: #fff;
}

.solutions-suite.gallery .box span {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .solutions-suite.gallery .box {
    min-height: unset;
  }
}

.page-template-template-solutions-suite .cycle-gallery .mask {
  overflow: visible;
}

.hero-area-btn-wrap {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
}

.hero-area-btn-wrap a {
  color: #fff;
  font-weight: 600;
}

a.hero-area-btn {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
}

a.hero-area-btn:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #fff;
}

.gallery .box .info-row {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: #4a4a4a;
}

.home .gallery h1,
.page-template-template-magic .gallery h1,
.gallery h2 {
  font-size: 42px;
  margin: 0;
  color: #1092d2;
}

.gallery p {
  margin: 0 0 30px;
}

.gallery .button {
  margin: 0;
}

.gallery .btn-prev,
.gallery .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  z-index: 2;
  font-size: 45px;
}

.gallery .btn-prev:hover,
.gallery .btn-next:hover {
  text-decoration: none;
  opacity: .8;
}

.gallery .btn-prev {
  left: 30px;
}

.gallery .btn-next {
  right: 30px;
}

.logos-block-header {
  position: relative;
}

.logos-block-divider {
  position: relative;
  z-index: 0;
  margin: 0 40px;
  border-top: 2px solid #aeaeae;
}

.logos-block-header h5 {
  display: inline-block;
  position: relative;
  z-index: 9;
  top: -19px;
  padding: 5px 20px;
  background-color: #f6f6f6;
}

.logo-list {
  background: #f6f6f6;
  padding: 36px 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.logo-list.white {
  background: #fff;
}

.logo-list .holder {
  margin-left: -4.2%;
}

.logo-list .logo-frame {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 4.2%;
}

.logo-list.alt .logo-frame {
  margin-left: 3%;
}

.logo-list a {
  display: inline-block;
}

.item-section {
  padding: 30px 0 0;
}

.item-section .container {
  display: table;
  width: 100%;
}

.item-section .hold {
  display: table-cell;
  vertical-align: middle;
  width: 49%;
}

.item-section .hold:first-child {
  padding-right: 4%;
  width: 51%;
}

.item-section h2 {
  margin: 0 0 5px;
}

.item-section p {
  margin: 0 0 42px;
}

.item-section p strong {
  font-weight: 600;
}

.item-section p strong a {
  color: inherit;
}

.item-section ul {
  padding: 0 0 40px;
}

.item-section ul li {
  padding: 0;
  display: inline-block;
}

.item-section ul li:before {
  display: none;
}

.item-section ul li:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #4a4a4a;
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0 8px;
}

.item-section ul li:last-child:after {
  display: none;
}

.item-section .button {
  margin: 0 0 37px;
}

.home-tiles-section {
  padding: 70px 0 30px;
}

.home-tiles-section h2 {
  display: block;
  width: 60%;
  margin: 0 auto 60px auto;
  color: #0090ca;
  text-align: center;
}

.page-id-88 .home-tiles-section h2 {
	width: 80%;
}

@media (max-width: 1350px) {
  .home-tiles-section h2 {
    width: 80%;
  }
}

@media (max-width: 1005px) {
  .home-tiles-section h2 {
    width: 70%;
  }
}

.home-tiles-section .tiles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: 600;
}

a.home-tile {
  width: 180px;
  margin: 0 25px 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  color: #4a4a4a;
  line-height: normal;
}

a.home-tile img {
	display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

@media (max-width: 1028px) {
  .home-tiles-section .tiles-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	a.home-tile {
	  margin: 0 65px 50px;
	}
}

@media (max-width: 792px) {
  .home-tiles-section .tiles-wrap {
    padding: 0;
  }
}

@media (max-width: 660px) {
	a.home-tile {
	  margin: 0 0 50px;
	}
}

.photo-section {
  background: #055176;
  color: #fff;
  position: relative;
}

.photo-section .container {
  min-height: 480px;
  width: 100%;
  white-space: nowrap;
}

.photo-section .container:after {
  content: "";
  width: 1px;
  height: 480px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}

.photo-section .text {
  display: inline-block;
  padding: 25px 0 15px;
  max-width: 400px;
  vertical-align: middle;
  white-space: normal;
}

.photo-section h2 {
  color: #fff;
  margin: 0 0 10px;
}

.photo-section p {
  margin: 0 0 40px;
}

.photo-section .button {
  margin: 0 0 20px;
}

.photo-section .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44%;
  right: 0;
  background-size: cover;
  background-position: 100% 0;
}

.upland-logo {
  display: block;
  margin: 0 auto 80px;
  width: 385px;
}

.upland-logo:hover {
  opacity: 1;
}

.upland-logo img {
  display: block;
}

.column-section {
  background: #f5f5f5;
  padding: 45px 0 0;
}

.column-section h2 {
  text-align: center;
  margin: 0 -40px 50px;
}

.column-section .col-holder,
.content-block .col-holder {
  margin: 0 -10px;
}

.column-section .col,
.content-block .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 12px;
  margin: 0 -4px 56px 0;
}

.column-section .col img,
.content-block .col img {
  display: block;
  margin: 0 auto;
}

.bottom-section {
  position: relative;
  min-height: 350px;
  padding: 55px 0 30px;
}

.bottom-section .img-frame {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bottom-section .text-holder {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.bottom-section h2 {
  margin: 0 0 10px;
}

.bottom-section p {
  margin: 0 0 40px;
}

.columns-content-header {
  padding: 73px 0 0;
}

.page-template-template-solutions-suite .columns-content-header h2 {
  margin: 0 0 60px;
  text-align: center;
}

.taboo__item h2 {
  text-align: center;
}

.page-template-template-solutions-suite .columns-content-header h2 img,
.taboo__item h2 img {
  width: 54px;
  height: auto;
  margin: 0 20px 0 10px;
  vertical-align: text-bottom;
}

.columns-block {
  padding: 73px 0 42px;
  margin: 0 -10px;
}

.page-template-template-solutions-suite .columns-block {
  padding: 0 0 80px;
}

.page-template-template-solutions-suite .columns-block.no-btm-padding {
  padding: 0;
}

.page-template-template-solutions-suite .columns-block.no-btm-padding .block {
  margin-bottom: 55px;
}

@media (max-width: 1023px) {
  .page-template-template-solutions-suite .columns-block .block,
  .page-template-template-solutions-suite .columns-block.no-btm-padding .block {
    margin-bottom: 25px;
  }
}

@media (max-width: 1023px) {
  .page-template-template-solutions-suite .columns-block {
    padding: 0;
  }
}

.single-resource .columns-block {
  padding: 42px 0;
}

.columns-block h2 {
  margin: 0 0 45px;
  text-align: center;
}

.columns-block .block {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  padding: 0 20px;
  width: 33.33%;
}

.page-template-template-solutions-suite .columns-block.alt .block {
  padding: 0 50px;
}

.columns-block.alt .block {
  width: 50%;
}

.columns-block .title-row {
  margin-bottom: 16px;
}

.tour-box h3,
.columns-block h3 {
  margin: 0 auto;
  line-height: 1.24;
  text-align: center;
}

.tour-box h3 {
  text-align: left;
}

.page-template-template-solutions-suite .columns-block h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.24;
  text-align: left;
}

.columns-block img {
  display: block;
  margin: 0 auto 40px;
}
.columns-block img.alignleft{
  margin: 6px 26px 20px 0;
}
.columns-block img.alignright{
  margin: 0 0 20px 26px;
}
.columns-block p,
.tour-box p {
  margin: 0 0 10px;
}

.columns-block ul > li,
.tour-box ul > li {
  padding-bottom: 10px;
}

.columns-block .button {
  margin: 30px 0 0;
}

.content-block {
  background: #f6f6f6;
  padding: 68px 0 30px;
}

.events-columns h2,
.content-block h2 {
  text-align: center;
  margin-bottom: 20px;
}

.content-block p {
  margin: 0 0 10px;
}

.video-section {
  background: #f6f6f6;
  padding: 68px 0;
}

.video-section .embed-responsive {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 47%;
}

.video-section .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content-section .alignleft {
  margin-right: 85px;
}

.content-section .holder {
  overflow: hidden;
}

.content-section p {
  margin: 0 0 12px;
}

.gallery-block {
  background-size: cover;
  background-position: 50% 50%;
}

.gallery-block .text-block {
  height: 508px;
  background: rgba(5, 81, 118, .8);
  color: #fff;
  max-width: 452px;
  padding: 84px 15px 90px 27px;
  margin-left: -24px;
}

.gallery-block .text-block .holder {
  white-space: nowrap;
  height: 335px;
}

.gallery-block .text-block .holder:before {
  content: "";
  width: 1px;
  height: 335px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}

.gallery-block .text-block .holder > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

.gallery-block blockquote {
  color: #fff;
  font-style: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0;
}

.gallery-block q {
  margin: 0;
  display: block;
}

.gallery-block cite {
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.item-box {
  text-align: center;
  padding: 50px 0;
  background-color: #065176;
  background-image: url(images/bg-section.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
}

.item-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-box .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 65%;
  text-align: left;
}

.item-box .button-section {
  float: left;
  width: 35%;
}

.item-box .title-section img {
  display: block;
  float: left;
  width: 96px;
  height: 96px;
  margin: 0 25px 0 0;
}

.item-box h2 {
  color: #fff;
  margin: 0;
}

.item-box .button {
  margin: 0;
}

.item-box.enhanced {
  padding: 50px 0 0;
  background-image: url(images/bg-section-enhanced.png);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.item-box.enhanced .cta-img-wrap {
  padding: 0 50px 0 0;
}

.item-box.enhanced .title-section {
  padding: 0 100px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-box.enhanced h2 {
  margin: 0 0 20px;
}

.item-box.enhanced p {
  line-height: normal;
}

.item-box.enhanced .button-section {
  padding-bottom: 50px;
}

.item-box.enhanced .button {
  background: #a8d4ed;
  color: #385072;
}

.item-box.enhanced .button:hover {
  background: #8aaec3;
}

@media (max-width: 1023px) {
  .item-box.enhanced {
    padding: 30px 0 50px;
  }
  
  .item-box.enhanced .cta-img-wrap,
  .item-box.enhanced .title-section {
    padding: 0 20px;
  }
  
  .item-box.enhanced .button-section {
    padding-bottom: 0;
  }
}

.info-box-section {
  padding: 74px 0 40px;
  background: #f6f6f6;
}

.info-box-section.no-top-padding {
  padding: 0 0 40px;
}

.info-box-section h2 {
  text-align: center;
}

.info-box-section h2 img {
  display: inline-block;
  vertical-align: top;
  margin: -6px 20px 0 0;
}

.heading-block {
  overflow: hidden;
  padding: 0 0 20px;
  text-align: center;
}

.heading-block h2 {
  float: left;
  margin: 0;
  max-width: 85%;
  font-size: 28px;
}

.heading-block .view-link {
  float: right;
  margin-top: 8px;
}

.heading-block .search-form {
  float: right;
  margin: 0 0 34px;
  height: auto;
  border-bottom: 2px solid #999;
}

.heading-block .search-form input[type="text"],
.heading-block .search-form input[type="search"] {
  width: 208px;
  font-size: 16px;
  line-height: 18px;
  padding: 0 7px 0 0;
  height: 22px;
}

.heading-block .search-form [type="submit"] {
  margin: 7px 3px 0 0;
}

.heading-block .search-form [type="submit"] i {
  font-size: 16px;
}

.heading-block .filter-form {
  display: inline-block;
  margin: 0 30px 34px;
}

.heading-block .filter-form .jcf-select .jcf-select-text {
  text-align: left;
}

.heading-block .filter-form .jcf-select .jcf-select-opener:after {
  top: 0;
  right: 0;
  left: -3px;
  margin: 4px 0 0 13px;
  content: "\e601";
  font-family: "icomoon";
  font-size: 11px;
  border-style: none;
}

.heading-block .or {
  display: inline-block;
  padding: 2px 0 0 0;
  font-weight: 600;
  color: #0090ca;
  text-transform: uppercase;
  font-size: 0.9em;
  vertical-align: top;
}

.heading-block .all-resources-btn {
  display: block;
  width: 100%;
  margin-top: -20px;
  padding: 0 0 20px;
  font-weight: 600;
  color: #0090ca;
  text-align: center;
}

.heading-block .all-resources-btn:before {
  content: "";
  display: block;
  clear: both;
}

.heading-block .filter-form .jcf-select {
  border-width: 2px;
  min-width: 225px;
}

.info-box-holder {
  margin: 0 -12px;
}

.info-box-holder.load-more-holder {
  padding-bottom: 100px;
  position: relative;
}

.info-box-holder.load-more-holder .load-more {
  position: absolute;
  left: 12px;
  bottom: 35px;
  margin: 0;
}

.info-box {
  padding: 0 12px 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 33.33%;
}

.info-box .holder {
  position: relative;
  background: #fff;
  border-top: 2px solid #0090ca;
  padding: 22px 22px 34px;
  height: 284px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.info-box .holder:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 5px 10px #c7c7c7;
          box-shadow: 0 5px 10px #c7c7c7;
}

.info-box .more {
  position: absolute;
  bottom: 15px;
}

.info-box .frame {
  background: #fff;
  border-top: 2px solid #0090ca;
  padding: 31px 28px 34px;
}

.page-template-template-solutions .info-box .frame {
  padding: 8px 20px 0;
  border-top: 4px solid #0090ca;
}

.page-template-template-solutions .info-box {
  overflow: hidden;
}

.info-box-overlay {
  position: absolute;
  bottom: -220px;
  z-index: 9;
  width: 100%;
  height: 215px;
  background-color: rgba(0, 144, 202, .9);
  color: #fff;
  -webkit-box-shadow: 0px -3px 4px 0px rgba(74,74,74,0.3);
          box-shadow: 0px -3px 4px 0px rgba(74,74,74,0.3);
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
  font-size: 14px;
}

.info-box-overlay a {
  color: #fff;
}

.solution-tile-title {
  min-height: 65px;
  font-weight: 600;
  color: #768591;
}

.solution-tile-header {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 0;
  width: 65%;
  height: 70px;
  overflow: hidden;
}

@media (max-width: 1465px) {
  .solution-tile-header {
    top: 12px;
    width: 68%;
  }
}

@media (max-width: 1095px) {
  .solution-tile-header {
    top: 8px;
    width: 68%;
  }
}

@media (max-width: 1023px) {
  .solution-tile-header {
    top: 15px;
    width: 65%;
  }
}

@media (max-width: 895px) {
  .solution-tile-header {
    top: 9px;
    width: 68%;
  }
}

@media (max-width: 767px) {
  .solution-tile-header {
    width: 60%;
  }
}

@media (max-width: 585px) {
  .solution-tile-header {
    width: 62%;
  }
}

@media (max-width: 455px) {
  .solution-tile-header {
    width: 66%;
  }
}

@media (max-width: 345px) {
  .solution-tile-header {
    top: 10px;
    width: 68%;
  }
}

.solution-hdr {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 25px;
  color: #0090ca;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.solution-tile-title p,
.solution-tile-header p {
  margin: 0 !important;
}

.solution-tile-links {
  position: absolute;
  width: 89%;
  bottom: 15px;
  font-size: 14px;
}

.icon-chainlink {
  width: 29px;
  height: auto;
  margin: 0 0 -10px -5px;
}

.icon-doc {
  width: 25px;
  height: auto;
  margin: 0 0 -10px;
}

a.solution-view-link {
  display: block;
  float: left;
  width: 55%;
}

a.res-overlay-open {
  display: block;
  float: right;
  width: 43%;
  text-align: right;
  color: #276681;
}

a.res-overlay-close {
  display: block;
  float: right;
  width: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}

ul.res-links-list {
  display: block !important;
  margin: 45px 0 0 0;
}

ul.res-links-list li {
  padding: 0 10px 10px 25px;
}

ul.res-links-list li a {
  font-weight: 700;
}

.twocol .info-box {
  width: 50%;
}

.info-box h3 {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 12px;
}

.info-box h3 a {
  color: inherit !important;
}

.resource-date {
  display: inline-block;
  float: right;
  font-size: 0.85em;
  text-transform: uppercase;
}

.info-box h4 {
  color: #4a4a4a;
  margin: 0 0 8px;
}

.info-box h4 a {
  color: inherit !important;
}

.info-box p {
  margin: 0 0 8px;
	font-weight: 400;
	color: #4a4a4a !important;
}

.info-box .product-logo {
  display: block;
  margin: 0 0 20px;
}

.page-template-template-solutions .info-box .product-logo {
  margin: 10px 0 18px;
}

.info-box .product-logo img {
  display: block;
  margin: 0 auto;
}

.info-box .button {
  display: block;
  width: 75%;
  min-width: 0;
  margin: 25px auto 10px;
}

.page-template-template-grid .info-box-section {
	background: #f6f6f6;
}

.page-template-template-stories .info-box-section {
	background: #f6f6f6;
  padding-bottom: 1px;
}

.page-template-template-stories .info-box-section h2 {
  text-align: left;
  margin: 0 0 25px;
}

.page-template-template-stories .info-box,
.page-template-template-solutions .info-box {
  position: relative;
  width: 31%;
  padding: 0 0 36px;
  margin: 0 6px 20px;
  background: #fff;
}

.page-template-template-solutions .info-box {
  padding: 0 0 45px;
}

.story-block .more {
  position: absolute;
  bottom: 25px;
  left: 28px;
}

.page-template-template-stories .info-box .frame {
  background: transparent;
  border-top: 2px solid #0090ca;
  padding: 31px 28px 23px;
}

.grid-sep {
  width: 100%;
  margin-bottom: 45px;
}

.info-box .frame.blue { border-color: #0090ca; }
.info-box .frame.orange { border-color: #e46514; }
.info-box .frame.green { border-color: #25a65b; }
.info-box .frame.purple { border-color: #5700b3; }
.info-box .frame.white { border-color: #fff; }

iframe {
  max-width: 100%;
}

.container iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.info-section {
  background: #0090ca;
  color: #fff;
  text-align: center;
  padding: 30px 0 17px;
}

.info-section .holder {
  margin: 0 -14px;
}

.info-section h2 {
  color: #fff;
  margin: 0 0 42px;
}

.info-section h4 {
  color: #fff;
}

.info-section .info-col {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
  margin: 0 -4px 0 0;
}

.info-section .icon-holder {
  min-height: 90px;
  white-space: nowrap;
  margin: 0 0 20px;
}

.info-section .icon-holder:before {
  content: "";
  width: 1px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}

.info-section .icon-holder img {
  display: inline-block;
  vertical-align: middle;
}

.resources-content {
  padding: 68px 0 48px;
}

main.extra-margin {margin-top: 120px;}
a.slogan:hover {text-decoration: none;}
.info-box h3 a {text-transform: uppercase;}

.white {
	background-color: #fff;
}

.gray {
	background-color: #f6f6f6;
}

.drk-teal {
  background-color: #147278; /* #00657e */
  color: #fff;
}

.medium-blue {
  background-color: #276681;
  color: #fff;
}

.dark-blue {
  background-color: #385072;
  color: #fff;
}

.dark-gray {
	background-color:#4a4a4a;
	color: #fff;
}

.suite-purple {
  background-color: #5e548b;
  color: #fff;
}

.dark-gray a,
.medium-blue a,
.dark-blue a,
.drk-teal a,
.suite-purple a,
.dark-gray h2,
.medium-blue h2,
.dark-blue h2,
.drk-teal h2,
.suite-purple h2,
.dark-gray h3,
.medium-blue h3,
.dark-blue h3,
.drk-teal h3,
.suite-purple h3,
.dark-gray h4,
.medium-blue h4,
.dark-blue h4,
.drk-teal h4,
.suite-purple h4,
.dark-gray ol > li:before,
.medium-blue ol > li:before,
.dark-blue ol > li:before,
.drk-teal ol > li:before,
.suite-purple ol > li:before {
  color: #fff !important;
}

.suite-purple p {
  color: #c3eeff;
}

.content-block h2.title-aligncenter {text-align: center;}
.content-block h2.title-alignright {text-align: right;}
.content-block h2.title-alignleft {text-align: left;}
.content-block.first-section h2 {margin-bottom: 38px;}
.content-block.first-section p {margin-bottom: 26px;}
.top-block .item a {color: #4a4a4a;}
.top-block .item a:hover {text-decoration: none;}

/* marketo form overrides */
.mktoForm {
  width: 100% !important;
  max-width: 487px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 26px 26px;
  font: 16px/1.63 'Open Sans', Arial, Helvetica, sans-serif !important;
  color: #4a4a4a !important;
  background-color: #f4f4f4;
  z-index: 1 !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  width: 100%;
}

.mktoForm div.mktoFormRow {
  margin: 0 0 20px;
}

.mktoForm fieldset legend {
  margin: 0 0 10px 0 !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
}

.mktoForm .mktoAsterix {
  float: left !important;
  padding-left: 0 !important;
  padding-right: 5px;
}

.mktoForm .mktoLabel {
  width: 100% !important;
  margin: 0 0 5px 0;
  font-size: 0.85em;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel] {
  float: left;
  width: 100% !important;
  padding: 4px 12px !important;
  line-height: normal !important;
  color: #1092d2;
  border: 1px solid #0090ca;
}

.mktoForm input[type=text]::-webkit-input-placeholder,
.mktoForm input[type=email]::-webkit-input-placeholder,
.mktoForm input[type=tel]::-webkit-input-placeholder,
.mktoForm textarea::-webkit-input-placeholder {
  color: #7fc5e6;
}

.mktoForm input[type=text]::-moz-placeholder,
.mktoForm input[type=email]::-moz-placeholder,
.mktoForm input[type=tel]::-moz-placeholder,
.mktoForm textarea::-moz-placeholder {
  opacity: 1;
  color: #7fc5e6;
}

.mktoForm input[type=text]:-moz-placeholder,
.mktoForm input[type=email]:-moz-placeholder,
.mktoForm input[type=tel]:-moz-placeholder,
.mktoForm textarea:-moz-placeholder {
  color: #7fc5e6;
}

.mktoForm input[type=text]:-ms-input-placeholder,
.mktoForm input[type=email]:-ms-input-placeholder,
.mktoForm input[type=tel]:-ms-input-placeholder,
.mktoForm textarea:-ms-input-placeholder {
  color: #7fc5e6;
}

.mktoForm input[type=text].placeholder,
.mktoForm input[type=email].placeholder,
.mktoForm input[type=tel].placeholder,
.mktoForm textarea.placeholder {
  color: #7fc5e6;
}

.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  width: 100% !important;
  margin: 0;
  border: 1px solid #0090ca !important;
  color: #1092d2;
}

.mktoForm select {
  font: 16px/1.63 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.mktoButtonWrap {
  margin: 0 !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm button {
  background: #0090ca !important;
  color: #fff !important;
}
.mktoForm button:hover { background: #007eb1 !important; }

.orange .mktoForm button { background: #e46514 !important; }
.orange .mktoForm button:hover { background: #c34710 !important; }

.green .mktoForm button { background: #25a65b !important; }
.green .mktoForm button:hover { background: #1b7842 !important; }

.purple .mktoForm button { background: #5700b3 !important; }
.purple .mktoForm button:hover { background: #3c007b !important; }

.mktoFieldWrap label[for="Express_Consent__c"],
.mktoFieldWrap label[for="GDPR_Consent__c"],
.mktoFieldWrap label[for="SMS_Consent__c"] {
  width: 400px !important;
  float: right;
  padding-top: 0;
}

@media screen and (min-width: 1023px) and (max-width: 1180px) {
  .mktoFieldWrap label[for="Express_Consent__c"],
  .mktoFieldWrap label[for="GDPR_Consent__c"],
  .mktoFieldWrap label[for="SMS_Consent__c"] {
    width: 90% !important;
  }
}

@media screen and (max-width: 525px) {
  .mktoFieldWrap label[for="Express_Consent__c"],
  .mktoFieldWrap label[for="GDPR_Consent__c"],
  .mktoFieldWrap label[for="SMS_Consent__c"] {
    width: 90% !important;
    margin-top: -3px;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 0 !important;
    padding-top: 0 !important;
  }
  .mktoForm a {
    padding: 0 !important;
  }
}

a.imgzoom { outline:0; }

.chatbutton {
  display: inline;
  position: fixed;
  z-index: 9999;
  top: 40%;
  right: 0;
}

/* ubermenu customization */
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  border-top: 2px solid #0090ca !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3,
.ubermenu .ubermenu-nav .ubermenu-column-1-4,
.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
  width: 265px !important;
}

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  border: none !important;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  width: 100% !important;
}

.ubermenu .ubermenu-submenu .ubermenu-tabs-group .ubermenu-target-title {
  font-weight: 600 !important;
}

.ubermenu .ubermenu-target-description {
  font-size: 75% !important;
  line-height: normal;
  padding-top: 3px;
}

.ubermenu .ubermenu-submenu-type-stack {
  padding-bottom: 0 !important;
}

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
  margin-top: 0 !important;
}

.ubermenu .ubermenu-widget,
ul ul.ubermenu-widget-area {
  padding: 0 !important;
}

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
  min-width: 250px !important;
  margin-top: -1px !important;
}

.ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-target-title {
  font-weight: 600 !important;
}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding: 15px 20px !important;
}

.ubermenu .ubermenu-content-block {
  font-size: 75%;
}

.ubermenu .ubermenu-content-block strong,
.ubermenu .ubermenu-content-block b,
.ubermenu .ubermenu-content-block a {
  font-size: 16px;
}

.ubermenu .ubermenu-content-block strong,
.ubermenu .ubermenu-content-block b {
  font-weight: 600;
}

a.menu-cta {
  display: block;
  width: 265px;
  background-color: #0090ca;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

a.menu-cta:after {
  content: "";
  display: block;
  clear: both;
}

a.menu-cta .text-col {
  display: block;
  float: right;
  width: 195px;
  padding: 13px 15px;
  background-color: #035176;
  font-size: 14px;
  line-height: 1.5em;
}

a.menu-cta.mini .text-col {
  width: 265px;
  padding: 13px 15px 13px 22px;
}

a.menu-cta .text-col strong,
a.menu-cta .text-col b {
  font-size: 14px;
  font-weight: bold;
}

.ubermenu .ubermenu-submenu .ubermenu-target {
  padding: 13px 20px;
}

.ubermenu ul.ubermenu-tabs-group li.ubermenu-item-type-custom a.menu-cta {
  position: relative;
  bottom: 0;
}

.menu-cta-full-col {
  width: 265px;
  padding: 22px 20px 30px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: normal;
}

.menu-cta-full-col.large {
  font-size: 26px;
}

.menu-cta-full-col img {
  width: 100%;
  height: auto;
}

.menu-cta-full-col p {
  margin: 35px 0;
}

.solutions-cta,
.twocol-cta {
  background-color: #035176;
  color: #fff;
}

.solutions-cta-copy {
  font-weight: 600;
  padding: 20px 18px;
  font-size: 15px;
  line-height: 20px;
}

.solutions-cta img {
  width: 265px;
  height: auto;
}

.twocol-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 530px;
  padding: 20px 22px 20px 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

/* upland main site menu, products > hr & legal */ 
#menu-item-3093 {
  margin-bottom: 5px;
}

.twocol-cta .left-col,
.twocol-cta .right-col {
  float: left;
  width: 50%;
}

.twocol-cta .left-col {
  padding: 0 9px 0 0;
}

.twocol-cta .left-col .btn {
  line-height: normal;
}

.twocol-cta .right-col {
  padding: 0 0 0 9px;
}

.twocol-cta .right-col img {
  float: right;
  width: 82%;
}

.ubermenu-content-block .btn,
.menu-cta-full-col .btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  background-color: #0090ca;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

.ubermenu-content-block p {
  margin: 10px 0 13px;
}

.ubermenu-content-block ul {
  margin-left: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ubermenu-content-block ul li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url(images/li-check-gray.svg) no-repeat 0 5px;
}

.ubermenu-content-block ul li:hover {
  background: url(images/li-check-blue.svg) no-repeat 0 5px;
}

.ubermenu-content-block ul li a {
  color: #4a4a4a;
}

.ubermenu-content-block ul li a:hover {
  color: #0090ca;
}

.ubermenu-content-block ul li a strong {
  font-size: 14px !important;
}

.custom-menu-column {
  float: left;
  width: 50%;
  padding: 10px 20px;
}

@media (max-width: 1023px) {
  .custom-menu-column {
    float: none;
    width: 100%;
  }
}

main a.seo-gray, .seo-gray { color: #4a4a4a !important; text-decoration: none !important; }
main a.seo-gray { font-weight: 400 !important; opacity: 1 !important; }

main a.seo-blue, .seo-blue { color: #1092d2 !important; text-decoration: none !important; }
main a.seo-blue { font-weight: 400 !important; opacity: 1 !important; }

main a.seo-white, .seo-white { color: #fff !important; text-decoration: none !important; }
main a.seo-white { font-weight: 400 !important; opacity: 1 !important; }

.premier-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.premier-success div {
  width: 255px;
  height: 350px;
  margin: 0 0 30px;
  padding: 18px 15px 15px;
  text-align: center;
  color: #fff;
}

.premier-success div h3 {
  margin: 0;
  line-height: normal;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

.premier-success div h4 {
  margin: 0;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.content-block.first-section .premier-success div p {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 23px;
}

.premier-success div img {
  margin: 25px 0 18px;
}

.premier-success .one {
  background: #385072;
}

.premier-success .one h4 {
  color: #a4b7d2;
}

.premier-success .two {
  background: #6cb2be;
}

.premier-success .two h4 {
  color: #147278;
}

.premier-success .three {
  background: #86c6bd;
}

.premier-success .three h4 {
  color: #458e9b;
}

.premier-success .four {
  background: #0090ca;
}

.premier-success .four h4 {
  color: #84dcff;
}

@media (max-width: 1150px) {
  .premier-success {
    max-width: 800px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .premier-success div {
    margin: 0 15px 30px;
  }
}

@media (max-width: 550px) {
  .premier-success {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .premier-success div {
    margin: 0 0 30px;
  }
}

/* site targeting */
.site-id-1 .ubermenu-2col-tab .left-col .content {
  height: 391px;
}

.site-id-1 .ubermenu-2col-tab .right-col {
  height: 438px;
}

.site-id-1 #menu-item-2599 {
  position: absolute;
  bottom: 0;
  width: auto;
}

.site-id-19 .search-form,
.site-id-27 .search-form,
.site-id-28 .search-form,
.site-id-29 .search-form,
.site-id-30 .search-form,
.site-id-31 .search-form,
.site-id-38 .search-form {
  display: none;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

@media (max-width: 1350px) {
  .bottom-section .text-holder {
    max-width: 600px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding: 0 54px;
  }
}

@media (max-width: 1199px) {
  #footer h4 {
    margin: 0 0 6px;
  }

  .footer-block {
    padding: 38px 0;
  }

  .header-block .button {
    margin-left: 14px;
  }

  .logo img {
    width: 299px;
    height: auto;
  }
  
  .logo.mainsite img {
    width: 359px;
    height: 42px;
  }

  #nav .drop > ul > li {
    margin-right: 8px;
  }

  #nav .drop > ul > li:last-child {
    margin-right: 0;
  }

  #nav .drop > ul > li a.has-drop-down-a {
    padding-right: 14px;
  }

  #nav .drop > ul > li a.has-drop-down-a:after {
    font-size: 9px;
    top: 8px;
  }

  .gallery .btn-prev {
    left: 12px;
  }

  .gallery .btn-next {
    right: 12px;
  }

  .logo-list .holder {
    margin-left: -2.7%;
  }

  .logo-list .logo-frame {
    margin-left: 2.7%;
  }

  .logo-list.alt .logo-frame {
    margin-left: 1.8%;
  }

  .info-section .holder {
    margin: 0 -8px;
  }

  .info-section .info-col {
    padding: 0 8px;
  }
  
  .bottom-section .text-holder {
    max-width: 400px;
  }
}

@media (max-width: 1380px) {
  .logo-list .holder span:first-child,
  .logo-list .holder span:last-child,
  .logo-list.alt .holder span:first-child,
  .logo-list.alt .holder span:last-child {
    display: none;
  }
  
  .photo-section .text {
    padding: 25px 20px 15px 0;
  }
}

@media (max-width: 1199px) and (max-width: 1023px) {
  #nav .drop > ul > li a.has-drop-down-a {
    padding-right: 18px;
  }

  #nav .drop > ul > li a.has-drop-down-a:after {
    display: none;
  }
}

@media (max-width: 1109px) {
  .cycle-gallery .pagination {
    left: 56px;
    margin-left: 0;
  }
}

@media (max-width: 1075px) {
  .logo img {
    width: 250px;
    height: auto;
    margin-top: 8px;
  }
}

@media (max-width: 1023px) {
  blockquote {
    padding: 38px 60px 40px 30px;
  }

  ol {
    padding: 0 0 10px 17px;
  }

  .alignleft {
    float: none;
    margin: 0 0 40px;
  }

  iframe {
    width: 100%;
  }

  h1.alt, .h1.alt {
    font-size: 34px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 22px;
  }
  
  .abstract-header {
    padding: 20px;
  }
  
  .two-col-2575,
  .two-col-7525  {
    padding: 45px 0 20px;
  }

  .two-col-2575 .two-col-left-img,
  .two-col-2575 .two-col-right-cont,
  .two-col-7525 .two-col-right-img,
  .two-col-7525 .two-col-left-cont {
    float: none;
    width: 100%;
    padding: 0;
  }

  .two-col-2575 .two-col-right-cont,
  .two-col-7525 .two-col-left-cont {
    padding: 30px 0 0;
  }
  
  .two-col-2575 .two-col-left-img img,
  .two-col-7525 .two-col-right-img img {
    display: block;
    margin: 0 auto;
  }

  .tour-box:nth-child(odd) .text-box {
    float: none;
  }

  .tour-box:nth-child(odd) .img-box {
    float: none;
  }

  .tour-box {
    text-align: center;
    padding: 90px 0 37px;
  }
  
  .tour-box.no-btm-padding {
    padding: 90px 0 0;
  }

  .tour-box .text-box {
    float: none;
    text-align: center;
    width: auto;
  }

  .tour-box .img-box {
    float: none;
    text-align: center;
    width: auto;
  }

  .tour-box.tour .img-box {
    width: 48%;
    float: right;
  }

  .tour-box.tour .text-box {
    padding-top: 0;
    width: 50%;
    text-align: left;
    float: left;
  }

  .tour-box h2 {
    margin: 0 0 17px;
  }

  .tour-box .embed-responsive {
    padding-bottom: 72%;
  }

  .main .people-list,
  .main.main-block .people-list {
    margin: 14px -12px 66px;
  }

  .main .people-list li,
  .main.main-block .people-list li {
    width: 50%;
    padding: 0 14px 12px;
  }

  .main .people-list .people-img,
  .main.main-block .people-list .people-img {
    margin: 0 auto 20px;
  }

  .main .team-list,
  .main.main-block .team-list {
    padding: 21px 0 0;
  }

  .main .team-list li,
  .main.main-block .team-list li {
    width: 100%;
    padding: 0 0 45px;
  }
  
  #footer ul.footer-list li {
    padding: 0 11px;
  }

  #footer ul li {
    padding: 4px 0 5px;
  }

  .column {
    padding: 0 11px 0 0;
  }
  
  .orange #nav .drop > ul > li.active,
  .orange #nav .drop > ul > li:hover,
  .orange #nav .drop > ul > li.hover {
    color: #4a4a4a;
  }

  .green #nav .drop > ul > li.active,
  .green #nav .drop > ul > li:hover,
  .green #nav .drop > ul > li.hover {
    color: #4a4a4a;
  }

  .purple #nav .drop > ul > li.active,
  .purple #nav .drop > ul > li:hover,
  .purple #nav .drop > ul > li.hover {
    color: #4a4a4a;
  }

  .container.content-hold {
    padding-top: 43px;
    padding-bottom: 0;
  }

  .content-section {
    padding-top: 34px;
    padding-bottom: 25px;
  }
  
  .header-block {
    padding: 30px 0 17px;
  }

  .header-block:after {
    left: -10%;
    right: -10%;
    height: 118px;
  }
  
  .header-block .search-form,
  .header-block .button {
    display: none;
  }
  
  .supernav .secondary {
    display: none;
  }

  #nav {
    overflow: scroll; /* hidden */
    position: absolute;
    padding: 0;
    max-height: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  .ubermenu {
    z-index: 9999 !important;
  }

  #nav .drop {
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #nav .drop:after {
    content: "";
    width: auto;
    height: 118px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -10%;
    right: -10%;
    margin-top: -78px;
    border-radius: 0 0 50% 50%;
    z-index: -1;
  }

  #nav .drop > ul {
    background: #fff;
    width: 100%;
    padding: 0 66px 0 54px;
  }

  #nav .drop > ul > li {
    display: block;
    font-size: 24px;
    padding: 15px 0;
    margin: 0;
    z-index: 1;
  }

  #nav .drop > ul > li.has-drop-down:before {
    content: "+";
    font-weight: bold;
    color: #1092d2;
    position: absolute;
    right: 0;
    top: 17px;
    z-index: -1;
  }

  #nav .drop > ul > li.has-drop-down.hover:before {
    content: "-";
    right: 2px;
    top: 14px;
  }

  #nav .drop > ul > li.active,
  #nav .drop > ul > li:hover,
  #nav .drop > ul > li.hover {
    color: #4a4a4a;
  }

  #nav .drop > ul > li a {
    display: block;
  }

  #nav .drop > ul > li > ul {
    position: relative;
    top: auto;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 0 0 50px;
  }

  #nav .drop > ul > li > ul li {
    padding: 15px 0;
  }

  #nav .drop > ul > li > ul a {
    display: inline;
    padding: 0;
  }

  #nav .drop > ul > li > ul a:hover {
    background: none;
  }

  #nav .drop > ul > li > ul a:before {
    display: none;
  }

  #nav .drop > ul > li > ul ul {
    padding-left: 50px;
    padding-top: 20px;
  }

  #nav .drop > ul > li > ul ul a {
    padding-left: 0;
  }

  .nav-opener {
    display: block;
    width: 36px;
    height: 36px;
    float: right;
    position: relative;
    z-index: 10;
  }

  .nav-opener:hover {
    text-decoration: none;
  }

  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span {
    background: #4a4a4a;
    position: absolute;
    top: 18px;
    left: 3px;
    right: 3px;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  .nav-opener:before,
  .nav-opener:after {
    content: "";
    top: 11px;
  }

  .nav-opener:after {
    top: 25px;
  }

  .heading-text {
    font-size: 22px;
  }

  .main .item-list {
    margin-right: 0;
  }

  .main .item-list li {
    padding: 0 0 46px 77px;
    width: auto;
    display: block;
    margin-right: 0;
  }
  
  .main ul {
    display: inline-block;
  }

  .tour-box .button {
    display: table;
    margin: 20px auto;
  }

  .aside {
    width: 258px;
    padding: 71px 20px 147px 0;
  }

  .content {
    padding: 73px 0 40px 30px;
  }

  .content h3 {
    font-size: 22px;
  }

  .content .alignleft {
    float: left;
    margin: 6px 26px 20px 0;
  }

  .form-section h2 {
    margin-bottom: 53px;
  }

  .cycle-gallery .pagination {
    bottom: 35px;
  }

  .gallery .btn-prev,
  .gallery .btn-next {
    margin-top: -24px;
  }

  .logo-list {
    padding: 30px 0 0;
  }

  .logo-list .holder {
    margin-left: 0;
  }

  .logo-list .logo-frame img {
    max-width: 167px;
    max-height: 45px;
    width: auto;
  }

  .logo-list.alt .logo-frame img {
    max-width: 150px;
    max-height: 35px;
  }

  .item-section .hold {
    width: 49%;
  }

  .item-section .hold:first-child {
    padding-right: 4%;
    width: 51%;
  }

  .item-section .hold.alt {
    width: 100%;
    display: block;
  }

  .item-section .hold.alt:first-child {
    width: 100%;
  }

  .item-section .button {
    margin-bottom: 35px;
  }

  .photo-section .container {
    min-height: 408px;
  }

  .photo-section .container:after {
    height: 408px;
  }

  .photo-section .text {
    max-width: 315px;
  }

  .photo-section p {
    margin-bottom: 30px;
  }

  .photo-section .photo {
    left: 51.6%;
  }

  .upland-logo {
    width: 260px;
    margin-bottom: 30px;
  }

  .column-section {
    padding: 52px 0 0;
  }

  .column-section h2 {
    margin: 0 0 50px 33px;
  }

  .bottom-section {
    padding: 40px 0 0;
  }

  .bottom-section .img-frame {
    position: relative;
  }

  .bottom-section .img-frame img {
    display: block;
    margin: 0 0 0 auto;
  }

  .bottom-section .text-holder {
    max-width: none;
  }
  
  .columns-content-header {
    padding: 47px 0 0;
  }

  .columns-block {
    margin: 0;
    padding: 47px 0 0;
  }
  
  .columns-block h2 {
    max-width: 500px;
    margin: 0 auto 45px;
  }

  .columns-block .block {
    margin: 0;
    width: 100%;
    padding: 0 0 35px;
    position: relative;
  }

  .columns-block .block h2 {
    text-align: left;
    max-width: none;
    margin-bottom: 5px;
  }

  .columns-block.alt .block {
    width: 100%;
  }
  
  .tour-box h3,
  .columns-block h3 {
    margin: 0 0 4px;
  }

  .single-resource .content {
    display: table;
  }
  
  .single-resource .content .content-wrap {
    display:table-header-group;
  }
  
  .single-resource .content .form-column {
    float: none;
    margin: 35px auto 0;
  }

  .content-block {
    padding: 40px 0 25px;
  }
  
  .events-columns h2,
  .content-block h2 {
    margin: 0 0 10px;
  }
  
  .video-section {
    padding: 40px 0;
  }

  .video-section .embed-responsive {
    padding-bottom: 60%;
    margin: 0 -54px;
    max-width: none;
  }

  .content-section .alignleft {
    float: none;
    display: block;
    margin: 0 auto 40px;
  }

  .content-section h2 {
    margin-bottom: 10px;
  }

  .gallery-block .text-block {
    margin-left: -56px;
    max-width: 397px;
    padding: 30px 35px 50px 56px;
  }

  .gallery-block .text-block .holder {
    height: 428px;
  }

  .gallery-block .text-block .holder:before {
    height: 428px;
  }
  
  .item-box {
    padding: 35px 0 40px;
  }
  
  .item-box .container {
    display: block;
  }
  
  .item-box .title-section,
  .item-box .button-section {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .item-box .title-section img {
    display: none;
  }

  .item-box h2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  
  .item-box .button {
    margin: 0;
  }

  .info-box-section {
    padding: 45px 0 40px;
  }
  
  .info-box-section.no-top-padding {
    padding: 0 0 40px;
  }

  .info-box-section h2 img {
    max-width: 30px;
  }

  .heading-block {
    padding: 0 0 12px;
  }

  .heading-block h2 {
    font-size: 22px;
  }

  .heading-block .search-form {
    margin-bottom: 17px;
  }

  .info-box {
    width: 50%;
    padding: 0 12px 26px;
  }
  
  .page-template-template-stories .info-box,
  .page-template-template-solutions .info-box {
    width: 47%;
    padding: 0 0 36px;
  }
  
  .grid-sep { margin-bottom: 35px; }

  .info-box .frame {
    padding: 31px 17px 34px;
  }

  .info-box .button {
    width: 90%;
    margin: 20px auto 5px;
  }

  .info-section .info-col {
    width: 50%;
    padding-bottom: 14px;
  }
  
  /* ubermenu mobile overrides */
  .nav-active #nav {
    padding-bottom: 0 !important;
  }
  
  #nav .ubermenu {
    background: #fff;
    min-height: 180vh;
    margin-top: 0;
  }

  nav.ubermenu {
    height: auto;
  }
  
  #nav .ubermenu ul li ul {
    background: #fff;
  }
  
  #nav .ubermenu ul li ul:after {
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  
  .ubermenu .ubermenu-retractor {
    color: #777;
    font-size: 0.8em;
  }
  
  .ubermenu-responsive .ubermenu-tab > .ubermenu-target {
    border-color: #ccc;
  }

  .ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  
  .ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
    margin-top: 0 !important;
  }
  
  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    border-top: 1px solid #ccc !important;
  }

  .heading-block .filter-form {
    display: block;
  }
  
  .heading-block .filter-form.double {
    display: inline-block;
  }
  
  .heading-block .or {
    display: block;
    padding: 0 0 15px;
  }
  
  .heading-block .or.double {
    display: inline-block;
    padding: 2px 0 0 0;
  }
  
  .heading-block .all-resources-btn {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  #nav .drop {
    margin-top: -65px;
  }

  .nav-opener {
    width: 24px;
    height: 24px;
    margin-top: 3px;
  }

  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span {
    width: 20px;
    height: 2px;
    left: 3px;
    right: 3px;
    top: 13px;
  }

  .nav-opener:before,
  .nav-opener:after {
    top: 8px;
  }

  .nav-opener:after {
    top: 18px;
  }
}

@media (max-width: 895px) {
  .supernav .primary {
    display: none;
  }
}

@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    line-height: 24px;
    padding: 40px 18px 28px;
  }

  ol > li {
    padding-left: 10px;
  }
  
  .alignright {
    float: none;
    margin: 0 auto 20px auto;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }

  h1, .h1 {
    font-size: 34px;
  }

  h2, .h2,
  .page-template-template-stories .info-box-section h2 {
    font-size: 24px;
    margin: 0 0 17px;
  }

  h3, .h3 {
    font-size: 20px;
  }
  
  h3.alt,
  h3.alt a,
  .page-template-template-solutions-suite .columns-block h3.alt,
  .page-template-template-solutions-suite .columns-block h3.alt a {
    font-size: 21px;
    margin: 0;
  }
  
  .tour-box {
    padding: 90px 0 29px;
  }
  
  .tour-box.no-btm-padding {
    padding: 90px 0 0;
  }

  .tour-box .text-box {
    padding: 0 0 28px;
  }

  .tour-box .img-box {
    margin: 0 -11px;
  }

  .tour-box.tour .img-box {
    width: auto;
    float: none;
  }

  .tour-box.tour .text-box {
    float: none;
    width: auto;
    text-align: center;
  }

  .tour-box h2 {
    margin: 0 0 2px;
  }

  .tour-box .embed-responsive {
    padding-bottom: 97%;
  }

  .main .people-list,
  .main.main-block .people-list {
    margin: 14px -12px 20px;
  }

  .main .people-list li,
  .main.main-block .people-list li {
    width: 100%;
    margin-right: 0;
    padding: 0 14px 14px;
  }

  .main .people-list h3,
  .main.main-block .people-list h3 {
    margin: 0 0 7px;
  }

  .main .team-list,
  .main.main-block .team-list {
    padding: 11px 0 0;
  }

  .main .team-list li,
  .main.main-block .team-list li {
    padding: 0 0 54px;
  }

  .results-wrap .results-box {
    margin: 0 0 28px;
  }
  
  #footer .footer-bottom .footer-list {
    padding-top: 3px;
  }
  
  .footer-top {
    display: none;
  }

  .footer-block {
    display: none;
  }

  .footer-bottom {
    text-align: center;
    padding: 17px 0 20px;
  }

  .footer-bottom .copyright {
    display: block;
    width: 100%;
  }

  .footer-bottom .bottom-contact {
    display: inline-block;
    text-decoration: none;
    opacity: .58;
    padding: 0 0 2px;
  }

  .footer-bottom .footer-list {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 0 25px;
  }
  
  #footer ul.footer-list li:first-child:before {
    display: none;
  }

  .hidden-mobile {
    display: none;
  }

  .container {
    padding: 0 20px;
  }
  
  .top-block {
    height: 35px;
  }
  
  .top-block .item {
    padding-top: 8px;
  }
  
  .top-block .search-form {
    display: none;
  }

  .header-block {
    margin-top: 6px;
    padding: 19px 0 15px;
  }

  .header-block:after {
    top: -5px;
    height: 83px;
    left: -18%;
    right: -18%;
  }
  
  .site-id-1 .header-block {
    padding: 33px 0 17px;
  }

  .site-id-1 .header-block:after {
    height: 107px;
  }
  
  .supernav {
    display: none;
  }

  .logo img {
    width: 239px;
    height: auto;
    margin-top: 0;
  }
  
  .logo.mainsite img {
    width: 257px;
    height: 30px;
  }

  .slogan {
    font-size: 17px;
    padding-top: 10px;
  }

  #nav .drop > ul {
    overflow: auto;
    height: 100vh;
    padding: 90px 24px 20px 20px;
  }

  #nav .drop > ul > li {
    font-size: 19px;
    padding: 0 0 35px;
  }

  #nav .drop > ul > li.has-drop-down:before {
    top: 0;
  }

  #nav .drop > ul > li.has-drop-down.hover:before {
    top: 1px;
  }

  #nav .drop > ul > li > ul {
    padding-left: 15px;
    padding-top: 20px;
  }

  #nav .drop > ul > li > ul li {
    padding-bottom: 23px;
  }

  #nav .drop > ul > li > ul li:last-child {
    padding-bottom: 0;
  }

  #nav .drop > ul > li > ul ul {
    padding-left: 15px;
  }

  .nav-active {
    overflow: hidden;
  }

  .nav-active .nav-opener:before,
  .nav-active .nav-opener:after {
    top: 13px;
    left: 2px;
    right: 2px;
  }

  .heading-text {
    font-size: 20px;
  }

  .title {
    bottom: 60px;
  }

  .main.main-block {
    padding: 50px 0;
  }

  .main.main-block img {
    margin: 0 auto 42px;
  }

  .main ul > li {
    padding: 0 0 10px 22px;
  }

  .main .item-list li {
    padding: 0 0 40px 64px;
  }

  .main .item-list li img {
    max-width: 30px;
    left: 6px;
    top: 8px;
  }

  .content h3 {
    font-size: 20px;
  }

  .content .alignleft {
    max-width: 50%;
  }

  .form-section {
    padding: 44px 0 20px;
  }

  .form-section h2 {
    margin: 0 0 30px;
  }

  .form-section label {
    width: 120px;
    padding-right: 10px;
  }

  .cycle-gallery .pagination {
    bottom: 40px;
    left: 20px;
  }

  .gallery .holder {
    padding: 120px 0 20px;
    min-height: 460px;
  }

  .gallery.alt .holder {
    padding-top: 140px;
  }

  .gallery .box {
    font-size: 16px;
    padding: 20px 20px 30px;
  }

  .home .gallery h1,
  .gallery h2 {
    font-size: 28px;
    margin: 0 0 14px;
  }

  .gallery .btn-prev,
  .gallery .btn-next {
    display: none;
  }

  .logo-list {
    display: none;
  }

  .item-section {
    padding: 40px 0 30px;
  }

  .item-section .container {
    display: block;
  }

  .item-section .hold,
  .item-section .hold:first-child {
    display: block;
    width: 100%;
  }

  .item-section .hold.hidden-mobile {
    display: none;
  }

  .item-section h2 {
    margin: 0 0 10px;
    line-height: 32px;
  }

  .photo-section .container {
    min-height: 0;
  }

  .photo-section .container:after {
    display: none;
  }

  .photo-section .text {
    max-width: none;
    padding: 52px 0 70px;
  }

  .photo-section p {
    margin-bottom: 42px;
  }

  .photo-section .photo {
    display: none;
  }

  .column-section {
    padding: 43px 0 30px;
  }

  .column-section h2 {
    margin: 0 0 30px;
  }

  .column-section .col,
  .content-block .col {
    width: 50%;
  }
  
  .columns-content-header {
    padding: 48px 0 0;
  }

  .columns-block {
    padding: 48px 0 0;
  }
  
  .columns-block .title-row {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 18px;
  }

  .columns-block p,
  .tour-box p {
    margin: 0 0 18px;
  }
  
  .left-col-404,
  .right-col-404 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .video-section .embed-responsive {
    margin: 0 -20px;
  }

  .gallery-block {
    background: none !important;
  }

  .gallery-block .text-block {
    margin: 0 -20px;
    max-width: none;
    height: auto;
    padding: 40px 20px 50px;
    background: #377491;
  }

  .gallery-block .text-block .holder {
    height: auto;
  }

  .gallery-block .text-block .holder:before {
    display: none;
  }

  .gallery-block blockquote {
    font-size: 20px;
    line-height: 30px;
  }

  .item-box h2 {
    line-height: 33px;
  }

  .info-box-section h2 img {
    display: block;
    margin: 0 auto 12px;
  }

  .heading-block {
    text-align: center;
    padding: 0 0 18px;
  }

  .heading-block h2 {
    font-size: 18px;
    text-align: center;
    float: none;
    max-width: none;
    margin-bottom: 7px;
  }

  .heading-block .view-link {
    display: inline-block;
    float: none;
  }

  .heading-block .search-form {
    float: none;
    width: 100%;
    position: relative;
  }

  .heading-block .search-form input[type="text"],
  .heading-block .search-form input[type="search"] {
    width: 100%;
    padding-right: 25px;
  }

  .heading-block .search-form [type="submit"] {
    position: absolute;
    top: 0;
    right: 5px;
  }

  .heading-block .filter-form,
  .heading-block .filter-form.single {
    float: none;
    text-align: left;
  }

  .heading-block .filter-form.double {
    display: block;
  }

  .heading-block .or.double {
    display: block;
    padding: 0 0 15px;
  }

  .heading-block .filter-form .jcf-select {
    width: auto;
    display: block;
    overflow: hidden;
    min-width: 150px;
  }

  .info-box-holder {
    margin: 0 -20px;
  }

  .info-box-holder.load-more-holder {
    padding-bottom: 70px;
  }

  .info-box-holder.load-more-holder .load-more {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .info-box {
    padding: 0 0 20px;
    margin: 0;
    width: auto;
    display: block;
  }
  
  .page-template-template-stories .info-box,
  .page-template-template-solutions .info-box {
    width: 89%;
    padding: 0 0 36px;
    margin: 0 auto 25px auto;
  }

  .info-box .frame {
    padding: 31px 20px 34px;
  }

  .twocol .info-box {
    width: auto;
  }

  .info-box h4 {
    min-height: 0;
  }

  .info-section .holder {
    margin: 0;
  }

  .info-section h2 {
    margin: 0 0 30px;
  }

  .info-section .info-col {
    width: auto;
    margin: 0;
  }

  .info-section .icon-holder {
    min-height: 0;
  }

  .info-section .icon-holder:before {
    display: none;
  }
  
  .resources-content {
    padding: 50px 0 30px;
  }
  
  .chatbutton {
    display: none;
  }
}

@media (max-width: 629px) {
  .aside {
    padding: 71px 20px 20px;
    float: none;
    width: auto;
    margin: 0 -20px;
    background: #f5f5f5;
    height: auto !important;
    text-align: center;
  }

  .aside:after {
    display: none;
  }

  .info-block {
    text-align: left;
    width: 230px;
    margin: 0 auto;
  }

  .content {
    height: auto !important;
    padding: 40px 0 20px;
  }
}

@media (max-width: 479px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="file"],
  input[type="submit"] {
    min-width: 0;
  }

  .main .team-list .people-img,
  .main.main-block .team-list .people-img {
    max-width: 60px;
    margin: 0 9px 0 0;
  }

  .main .team-list .people-info:after,
  .main.main-block .team-list .people-info:after {
    min-height: 60px;
  }

  .main .team-list h3,
  .main.main-block .team-list h3 {
    font-size: 22px;
    margin: 0 0 3px;
  }

  .title-form .form-control {
    font-size: 28px;
  }

  .button {
    min-width: 0;
    width: 100%;
  }

  .aside {
    text-align: left;
  }

  .info-block {
    margin: 0;
  }

  .content .alignleft {
    float: none;
    margin: 0 0 40px;
    max-width: none;
  }

  .form-section .contact-form {
    margin: 0 -20px;
    padding: 30px 20px 35px;
  }

  .form-section label {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }

  .form-section input[type=text],
  .form-section input[type=email] {
    width: 100%;
    float: none;
  }

  .form-section [type=submit] {
    width: 100%;
  }

  .gallery .holder {
    min-height: 600px;
  }

  .gallery.alt .holder {
    min-height: 540px;
  }

  .gallery .box {
    margin: 0 -12px;
  }

  .column-section .col-holder,
  .content-block .col-holder {
    margin: 0 -20px;
  }

  .column-section .col,
  .content-block .col {
    padding: 0 8px;
    margin-bottom: 17px;
  }

  .content-section .alignleft {
    margin: 0 0 40px;
  }

  label {
    float: none;
    display: block;
  }

  .heading-block .filter-form .jcf-select {
    width: 100%;
    display: inline-block;
    max-width: 100%;
  }

  .info-box-holder.load-more-holder .load-more {
    left: 20px;
    right: 20px;
    width: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .info-section h2 {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 350px) {
  .abstract-header {
    padding: 20px 10px;
  }
}

/* Colorbox Core Style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(images/colorbox/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/colorbox/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/colorbox/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/colorbox/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/colorbox/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/colorbox/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/colorbox/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/colorbox/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/colorbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:url(images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px; min-width:0; -webkit-box-shadow:none; box-shadow:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/* */

/* tabs */
.suite-resources {
  padding: 53px 0 20px;
  background: #102442 url(images/solutions-suite-resource-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.suite-resources h4.section-title {
  margin: 0 0 17px;
  padding: 0 0 17px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #00a5ff;
}

/* taboo general styles */
.taboo {
  display: block;
  max-width: 100%;
}

.taboo__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vertical .taboo__nav {
  display: block;
  width: 30%;
}

@media (max-width: 565px) {
  .vertical .taboo__nav {
    width: 100%;
  }
}

.taboo__nav.full {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.taboo__nav.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.full .taboo__nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 3px;
}

.full .taboo__nav-item:first-child {
  margin: 0 3px 0 0;
}

.full .taboo__nav-item:last-child {
  margin: 0 0 0 3px;
}

@media (max-width: 600px) {
  .taboo__nav-item {
    width: 100%;
  }
  
  #taboo2 .taboo__nav span {
    display: none;
  }
}

.taboo__content {
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
}

.taboo__content.slide {
  position: relative;
  overflow: hidden;
}

.taboo__wrapper {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.taboo__item {
  display: none;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.taboo__item.active {
  display: block;
}

.slide .taboo__item {
  display: block;
  width: 100%;
  float: left;
  opacity: .3;
}

.slide .taboo__item.current {
  opacity: 1;
}

/* taboo theme styles */
.taboo__content h2 {
  font-size: 28px;
}

@media (max-width: 1023px) {
  .taboo__content h2 {
    font-size: 23px;
  }
}

.taboo__nav-item {
  padding: 1rem;
  text-decoration: none;
  background-color: #e4e4e4;
  -webkit-transition: background .1s linear;
  -o-transition: background .1s linear;
  transition: background .1s linear;
  color: #8e8e8e;
  font-size: 15px;
}

#taboo2 .taboo__nav-item {
  margin: 0 10px 0 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

#taboo2 .taboo__nav span {
  margin: -2px 10px 0 0;
}

.taboo__nav-item.active,
.taboo__nav-item:hover {
  background-color: #f6f6f6;
  color: #4a4a4a;
}

#taboo2 .taboo__nav-item.active,
#taboo2 .taboo__nav-item:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 565px) {
  .taboo__nav-item {
    padding: .5rem 1rem;
  }
}

.taboo__content {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#taboo2 .taboo__content {
  background-color: transparent;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.taboo__item .container {
  padding: 50px 130px;
}

.taboo__content .block {
  margin-bottom: 55px;
}

@media (max-width: 1023px) {
  .taboo__content h2,
  .page-template-template-solutions-suite .columns-content-header h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .taboo__content h2 img,
  .page-template-template-solutions-suite .columns-content-header h2 img {
    display: block;
    margin: 0 auto 20px;
  }
  
  .taboo__content .block {
    margin-bottom: 25px;
  }
}

.taboo__content .columns-block {
  padding: 0;
}

@media (max-width: 1280px) {
  .taboo__item .container {
    padding: 50px 54px;
  }
}

@media (max-width: 767px) {
  .taboo__item .container {
    padding: 50px 20px;
  }
}

@media (max-width: 600px) {
  .taboo .container {
    padding: 0;
  }
  
  .taboo__nav-item {
    width: 100%;
  }
  
  .full .taboo__nav-item,
  .full .taboo__nav-item:first-child,
  .full .taboo__nav-item:last-child {
    margin: 0;
  }
  
  .taboo .taboo__item .container {
    padding: 50px 20px;
  }
}

#taboo2 .taboo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0 65px;
}

.suite-resource-holder {
  width: 33%;
}

a.suite-resource-block {
  display: block;
  position: relative;
  width: 287px;
  min-height: 302px;
  height: 100%;
  background: #fff;
  font-size: 23px;
  line-height: normal;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

a:hover.suite-resource-block {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.suite-resource-holder.left a.suite-resource-block {
  margin-right: auto;
}

.suite-resource-holder.center a.suite-resource-block {
  margin: auto;
}

.suite-resource-holder.right a.suite-resource-block {
  margin-left: auto;
}

a.suite-resource-block .resource-thumb {
  width: 287px;
  height: 110px;
}

a.suite-resource-block .icon {
  position: absolute;
  top: 26px;
  left: -30px;
  z-index: 9;
  width: 58px;
  height: 58px;
}

a.suite-resource-block .ssr-content p {
  margin: 0;
}

a.suite-resource-block .ssr-content {
  padding: 0 20px 25px 20px;
}

a.suite-resource-block span {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .suite-resource-holder {
    width: 100%;
    margin: 0 0 35px;
  }
  
  #taboo2 .taboo__item {
    padding: 35px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    
  .suite-resource-holder.left a.suite-resource-block,
  .suite-resource-holder.right a.suite-resource-block {
    margin: auto;
  }
}

/* solutions suite */
.flexible-chevrons {
  padding: 65px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexible-chevrons .chevron-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 96px 0;
}

.flexible-chevrons .chevron-container .upper-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
  z-index: 6;
  opacity: 0;
}

.flexible-chevrons .chevron-container .upper-container .chevron-image {
  width: 100%;
  height: 89px;
}

.flexible-chevrons .chevron-container .upper-container .flip-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 9;
  top: -50px;
  left: 50%;
  margin-left: -40px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

.flexible-chevrons .chevron-container .upper-container .flip-circle .flip-circle-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}

.flexible-chevrons .chevron-container .upper-container .flip-circle .flip-circle-inner .flip-circle-front {
  background-color: #ff9350;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: -3.6px 4.5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3.6px 4.5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.flexible-chevrons .chevron-container .upper-container .flip-circle .flip-circle-inner .flip-circle-back {
  background-color: #ff9350;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: -3.6px 4.5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3.6px 4.5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.flexible-chevrons .chevron-container .upper-container img {
  display: block;
  max-width: 100%;
}

.flexible-chevrons .chevron-container .upper-container span {
  position: absolute;
  bottom: 17%;
  left: 0;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  color: #fff;
}

.flexible-chevrons .chevron-container .lower-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 auto;
  flex: 1 2 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 12px 0;
  z-index: 1;
  -webkit-transform: translate(0%, -90%);
  -webkit-transition: all 425ms ease-in;
  -o-transition: all 425ms ease-in;
  transition: all 425ms ease-in;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  opacity: 0;
}

.flexible-chevrons .chevron-container .lower-container .grey-text-bubble {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dcdcdc;
  font-size: 12px;
  padding: 12px;
  border-radius: 15px;
  text-align: center;
  line-height: 18px;
  color: #4A4A4A;
  position: relative;
}

.flexible-chevrons .chevron-container .lower-container .grey-text-bubble:before {
  content: "";
  position: absolute;
  width: 0;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #dcdcdc;
}

.flexible-chevrons .chevron-container.animating .upper-container {
  opacity: 1;
}

.flexible-chevrons .chevron-container.animating .flip-circle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.flexible-chevrons .chevron-container.animating .flip-circle-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flexible-chevrons .chevron-container.animating .lower-container {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
}

.seven-across .chevron-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 140px;
  flex: 1 0 140px;
  min-width: 140px;
  max-width: 140px;
}

@media screen and (max-width: 496px) {
  .seven-across .chevron-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    min-width: auto;
    max-width: 50%;
  }
}

.six-across .chevron-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 160px;
  flex: 1 0 160px;
  min-width: 160px;
  max-width: 160px;
}

@media screen and (max-width: 496px) {
  .six-across .chevron-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    min-width: auto;
    max-width: 50%;
  }
}

.five-across .chevron-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 199px;
  flex: 1 0 199px;
  min-width: 199px;
  max-width: 199px;
}

@media screen and (max-width: 496px) {
  .five-across .chevron-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    min-width: auto;
    max-width: 50%;
  }
}

.four-across .chevron-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 249px;
  flex: 1 0 249px;
  min-width: 249px;
  max-width: 249px;
}

@media screen and (max-width: 496px) {
  .four-across .chevron-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    min-width: auto;
    max-width: 100%;
  }
}

/* fallback for IE11 */
.ie11-fallback {
  padding: 15px 0 90px;
  display: none;
}

.ie11-fallback img {
  display: block;
  margin: 0 auto;
  height: auto;
}

/* detect IE11 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flexible-chevrons {
    display: none;
  }
  .ie11-fallback {
    display: block;
  }
}

/* events template */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
}
.grid .item {
  flex: 0 0 auto;
  padding: 0 0 0 40px;
}
.grid .item.one-half {
  width: 50%;
}
.grid .item.one-third {
  width: 33.3333%;
}
.grid .item.two-thirds {
  width: 66.6666%;
}
.grid .item.one-fourth {
  width: 25%;
}
.grid .item.three-fourths {
  width: 75%;
}
.grid .item.one-fifth {
  width: 20%;
}
.grid .item.two-fifths {
  width: 40%;
}
.grid .item.three-fifths {
  width: 60%;
}
.grid .item.four-fifths {
  width: 80%;
}
.events-suite a.hero-area-btn {
  display: inline-flex;
  width: auto;
}
.events-suite a.hero-area-btn:after {
  content: none;
}
.events-suite a.hero-area-btn img {
  margin: 0 12px 0 0;
}
.events-suite a.hero-area-btn span {} .unit-slider-cycle {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
h2.section-headline {
  color: #4A4A4A;
  font-size: 42px;
  line-height: 58px;
  text-align: center;
  font-weight: lighter;
  margin: 0 0 60px 0;
}
.page-template-template-events .gallery .holder {
  min-height: 636px;
}
.page-template-template-events .holder .box {
  background: rgba(42, 57, 65, .9);
  max-width: 352px;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #FFF;
}
.page-template-template-events .holder .box>img {
  margin: 0 0 16px 0;
  display: block;
  max-width: 100%;
}
.page-template-template-events .alignleft {
  margin: 6px 26px 20px 0 !important;
}
.page-template-template-events .alignright {
  margin: 0 0 20px 26px !important;
}

.anchor-navigation {
  background-color: #768591;
  margin: 0;
}
.anchor-navigation ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 18px 0;
}
.anchor-navigation ul li {
  padding: 0 24px;
  line-height: .7;
  border-right: solid 1px #2A3941;
	text-align: center;
}
.anchor-navigation ul li:last-child {
  border-right: none;
}
.anchor-navigation ul li:before {
  display: none;
}
.anchor-navigation ul li a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff !important;
}

.speakers {
  padding: 72px 0 72px 0;
}
.speakers .grid {
  margin-bottom: 40px;
}
.speakers .grid .item {
  margin-bottom: 40px;
}
.speakers + .media-slider {
  margin-top: 0;
}
.speaker {
  display: flex;
  align-items: flex-start;
}
.speaker>img {
  max-width: 116px;
}
.speaker-information {
  padding: 0 0 0 12px;
}
.speaker-information h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: normal;
  margin: 0 0 6px 0;
}
.speaker-information h5 {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.speaker-information h6 {
  color: #4A4A4A;
  font-size: 16px;
  margin: 0;
}
.speaker-information img {
  display: block;
  margin: 12px 0 0 0;
}
.speaker-information a {
  display: block;
  color: #5700B3;
}
.speakers .button {
  background-color: #5700B3;
  color: #FFF;
}




.events-columns a {
  text-transform: uppercase;
}

.events-columns p a {
  text-transform: none;
}

.media-slider {
  margin: 92px 0;
  padding: 72px 0;
  position: relative;
}

.gray-background {
  background-color: #EEE;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0%;
}

.media-slider .unit-slider {
  position: relative;
}

.media-slider .unit-slider .unit {
  display: none;
}

.media-slider .unit-slider .unit.active {
  display: block;
}

.media-slider .unit-slider .unit img {
  display: block;
  margin: 0;
}

.media-slider .unit-slider .media-embed img {
  width: 100%;
  margin: 6px 0;
}

.media-slider .unit-slider .media-embed {
  position: relative;
}

.media-slider .unit-slider .media-embed p:last-of-type {
  margin-bottom: 0;
}

.media-slider .unit-slider .media-embed a {
  position: absolute;
}

.media-slider .unit-slider .media-embed a.left-top {
  top: -32px;
  left: 40px;
}

.media-slider .unit-slider .media-embed a.left-bottom {
  bottom: -23px;
  left: 40px;
}

.media-slider .unit-slider .media-embed a.right-top {
  top: -32px;
  right: 0;
}

.media-slider .unit-slider .media-embed a.right-bottom {
  right: 0;
  bottom: -23px;
}

.media-slider .unit-slider .media-embed .video-display-container a.left-bottom {
  left: 0;
  bottom: -36px;
}

.media-slider .unit-slider .media-embed .video-display-container a.right-bottom {
  right: 0;
  bottom: -36px;
}

.media-slider .unit-slider .media-embed .video-display-container a.right-top {
  right: 0;
  top: -36px;
}

.media-slider .unit-slider .media-embed .video-display-container a.left-top {
  left: 0;
  top: -36px;
}

.media-slider .unit-slider .slider-cyclers {
  position: absolute;
  display: flex;
  right: 25%;
  margin: 24px 0 0 0;
}

.media-slider .unit-slider .slider-cyclers .slides-indicator {
  font-size: 14px;
  width: 100px;
  margin-top: 2px;
  text-align: center;
}

.media-slider .unit-slider .unit-slider-cycle img {
  width: 18px;
  display: block;
}

.media-slider.media-left-aligned .gray-background {
  right: 0;
}

.media-slider.media-right-aligned .gray-background {
  left: 0;
}

.media-slider.media-left-aligned .media-embed {
  position: relative;
}

.media-slider .media-copy h2 {
  font-size: 30px;
  line-height: 41px;
  font-weight: lighter;
  margin: 0 0 24px 0;
  color: #4A4A4A;
}

.media-slider .media-copy p:last-child {
  margin-bottom: 0;
}

.media-slider .unit-slider .unit .grid div:first-child {
  transition: all linear 400ms;
  transform: translate(-120%, 0);
}

.media-slider .unit-slider .unit .grid div:last-child {
  transition: all linear 400ms;
  transform: translate(120%, 0);
}

.media-slider .unit.animate .grid div:first-child {
  transform: translate(0);
}

.media-slider .unit.animate .grid div:last-child {
  transform: translate(0);
}

.half-background-color .item a {
  text-transform: uppercase;
}

.video-display-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-display-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial-slider {
  padding: 42px;
  position: relative;
  background-color: #385072;
}

.testimonial-slider.purple {
  background-color: #5E548B;
}

.testimonial-background {
  background-size: cover;
  opacity: .1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.testimonial-slider .slider-container {
  position: relative;
  display: flex;
}

.testimonial-slider .testimonial-slider-cycle img {
  width: 18px;
}

.testimonial-slider .testimonial-slider-cycle[data-direction="previous"] {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 9;
  cursor: pointer;
}

.testimonial-slider .testimonial-slider-cycle[data-direction="next"] {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 9;
  cursor: pointer;
}

.testimonial-slider .unit {
  display: block;
  transition-delay: 300ms;
}

.testimonial.moveleft {
  margin-left: -100%;
}

.testimonial.moveright {
  margin-left: 100%;
}

.testimonial-slider .testimonial {
  text-align: center;
  position: relative;
  height: 210px;
  width: 100%;
  flex: 1 0 auto;
  transition: 300ms ease-out all;
}

.testimonial-slider .testimonial .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
}

.testimonial-slider .testimonial h3 {
  color: #FFF;
  font-weight: normal;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 24px 0;
}

.testimonial-slider .testimonial h4 {
  line-height: 1;
  color: #FFF;
  margin: 0;
}

.drawers {
  background-color: #385072;
  padding: 96px 0;
}

.drawers .container h2 {
  font-size: 42px;
  padding: 36px 0;
  background-color: #FFF;
  color: #333;
  text-align: center;
  font-weight: lighter;
  margin: 0;
}

.drawer {
  background-color: #FFF;
}

.drawer .handle {
  font-size: 26px;
  padding: 24px 48px;
  font-weight: normal;
  border-top: solid 1px #4A4A4A;
  position: relative;
  color: #4A4A4A;
  cursor: pointer;
}

.drawer .handle.active+.inside {
  border-top: solid 1px #4A4A4A;
}

.drawer .handle img {
  transition: transform 200ms;
  width: 15px;
  font-size: 48px;
  position: absolute;
  right: 48px;
  top: 34px;
}

.drawer .handle.active img {
  transform: rotate(90deg);
}

.drawer .inside {
  display: none;
}

.drawer .inside .line {
  display: flex;
  padding: 24px 0;
  margin: 0 48px;
  border-bottom: solid 1px #979797;
}

.drawer .inside p {
  margin-bottom: 12px;
}

.drawer .inside .line:last-child {
  border-bottom: none;
}

.drawer .inside .line p:last-child {
  margin: 0;
}

.drawer .line-label {
  width: 200px;
  padding: 0 48px 0 0;
  flex: 0 0 auto;
}

.item-box.enhanced.events .button {
  background: #5700B3;
  color: #FFF;
}

.orange .item-box.enhanced.events .button { background:#e46514; }
.green .item-box.enhanced.events .button { background:#25a65b; }
.purple .item-box.enhanced.events .button { background:#5700b3; }

@media screen and (max-width: 846px) {
  .grid {
    margin: 0;
  }

  .grid .item.one-third,
  .grid .item.two-thirds,
  .grid .item.one-fourth,
  .grid .item.three-fourths,
  .grid .item.one-fifth,
  .grid .item.two-fifths,
  .grid .item.three-fifths,
  .grid .item.four-fifths .grid .item {
    width: 100%;
    padding: 0;
  }

  .anchor-navigation ul {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .anchor-navigation ul li {
    padding: 18px 24px;
    width: 33.333%;
    text-align: center;
    display: block;
    border-right: none;
  }

  .gray-background {
    display: none;
  }

  .speaker {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .speaker>img {
    max-width: 76px;
  }

  .speaker-information {
    padding: 0;
  }

  .speaker-information h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .speaker-information img {
    display: block;
    margin: 12px auto 0;
  }

  .speakers .button {
    margin: 0;
  }

  .two-fifths.media-copy+.three-fifths.media-embed {
    margin: 24px 0 0 0;
  }

  .testimonial-slider {
    padding: 24px;
  }

  .testimonial-slider .testimonial {
    height: 330px;
  }

  .testimonial-slider .testimonial h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-slider .testimonial .container {
    padding: 0 24px;
  }

  .testimonial-slider .testimonial-slider-cycle[data-direction="previous"] {
    left: 12px;
  }

  .testimonial-slider .testimonial-slider-cycle[data-direction="next"] {
    right: 12px;
  }

  .testimonial-slider .testimonial-slider-cycle i {
    font-size: 56px;
  }

  .media-slider {
    margin: 0;
    padding: 0 0 72px;
  }

  .media-left-aligned {
    margin: 0 0 54px 0;
  }

  .media-slider .unit-slider .media-embed a {
    position: static;
    display: block;
    clear: left;
    float: left;
    margin: 0 0 24px 0;
    font-size: 14px;
  }

  .media-slider .unit-slider .media-embed a.right-top,
  .media-slider .unit-slider .media-embed a.left-top {
    margin-bottom: 0;
  }

  .media-slider .unit-slider .slider-cyclers {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .drawer .handle {
    font-size: 24px;
    padding: 24px 0px 24px 24px;
  }

  .drawer .handle img {
    top: 34px;
  }

  .drawer .inside .line {
    margin: 0 24px;
    display: block;
  }

  .drawer .line-label {
    width: auto;
    padding: 0 24px 0 0;
  }

  h2.section-headline,
  .media-slider .media-copy h2,
  .drawers .container h2 {
    font-size: 28px;
    line-height: 1.19;
  }

  .drawers .container h2 {
    margin-bottom: 0!important;
  }
}

@media screen and (max-width: 500px) {
  .drawer .handle {
    padding-right: 36px;
  }
  .drawer .handle img {
    right: 24px;
  }
  .anchor-navigation ul li {
    width: 50%;
  }
  .media-slider .unit-slider .slider-cyclers .slides-indicator {
    margin-top: -3px;
  }
  .testimonial-slider .testimonial h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* curated resources */
.page-template-template-curated-resources .gallery .holder {
  min-height: 636px;
}
.page-template-template-curated-resources .holder .box {
  background: rgba(39, 102, 129, .9);
  max-width: 352px;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #FFF;
}

.page-template-template-curated-resources .holder .box > span:first-child {
  font-size: 14px;
}

.page-template-template-curated-resources .holder .box>img {
  margin: 0 0 16px 0;
  display: block;
  max-width: 100%;
}
.page-template-template-curated-resources .holder .box>h1 {
  font-size: 30px;
  line-height: 40px;
}

.curated-resources a.hero-area-btn {
  display: inline-flex;
  width: auto;
}

.curated-resources a.hero-area-btn:after {
  content: none;
}

.page-template-template-curated-resources .media-slider.media-left-aligned .slider-cyclers {
  right: auto;
  left: 25%;
}

.page-template-template-curated-resources .media-slider .media-embed a {
  font-size: 12px;
  color: #4A4A4A;
}

.grid-top-link {
  text-align: right;
  padding: 0 0 12px 0;
}

.grid-top-link a {
  color: #4A4A4A;
  font-size: 12px;
}

.resource-section-header h2 {
	color: #4a4a4a;
}

.resource-section-header + .grid {
  padding-top:12px;
}

.resources_two_up_grid .grid {
  margin:0 0 0 -94px;
}
.resources_two_up_grid .grid .item {
  margin:0 0 40px 0;
  padding: 0 0 0 94px;
}

.resources_two_up_grid .resource-img-link-wrap {
  position: relative;
  display: block;
}

.resource-img-link-wrap img {
  display: block;
  width:100%;
}
.resource-img-link-wrap h3 {
  margin: 16px 0 0 0;
}

.category-flag {
  display: block;
  position: absolute;
  background-color: #0090CA;
  color: #FFF;
  padding: 14px 8px;
  width: 46px;
  left: 26px;
  top: 0;
}

.resources_two_up_grid .grid h3 {
  font-size: 30px;
  line-height: 38px;
  color: #4A4A4A;
  font-weight: lighter;
}

.resources_two_up_grid .grid h3 a{
  color: #4A4A4A;
  font-weight: lighter;
}

.resources_two_up_grid_mini .container > .grid {
  margin:0 0 0 -48px;
}

.resources_two_up_grid_mini .container > .grid > .item {
  margin:0 0 20px 0;
  padding:0 0 0 48px;
}

.resources_two_up_grid_mini .grid .category-tag {
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}

.resources_two_up_grid_mini .grid .item .grid {
  margin: 0 0 0 -20px;
}

.resources_two_up_grid_mini .grid .item .grid .item {
  padding: 0 0 0 20px;
}

.category-tag span {
  font-weight: 800;
  color: #0090D2;
}

.resources_two_up_grid_mini .grid h3 {
  line-height: 26px;
  font-size: 18px;
  color: #4A4A4A;
  font-weight: lighter;
}

.vertical-slider-section {
  position: relative;
}

.vertical-slider-section[data-background-color="purple"] .vs-flush-bg,
.vertical-slider-section[data-background-color="purple"] .vertical-slide-container{
  background-color: #5E548B;
}

.vertical-slider-section[data-background-color="dark-blue"] .vs-flush-bg,
.vertical-slider-section[data-background-color="dark-blue"] .vertical-slide-container{
  background-color: #385072;
}

.vertical-slider-section[data-background-color="medium-blue"] .vs-flush-bg,
.vertical-slider-section[data-background-color="medium-blue"] .vertical-slide-container{
  background-color: #276681;
}

.vertical-slider-section[data-background-color="teal-green"] .vs-flush-bg,
.vertical-slider-section[data-background-color="teal-green"] .vertical-slide-container{
  background-color: #147278;
}

.vertical-slider-section[data-background-color="teal"] .vs-flush-bg,
.vertical-slider-section[data-background-color="teal"] .vertical-slide-container{
  background-color: #6CB2BE;
}

.vertical-slider-section[data-background-color="green"] .vs-flush-bg,
.vertical-slider-section[data-background-color="green"] .vertical-slide-container{
  background-color: #237C6E;
}

.vertical-slider-section[data-background-color="red"] .vs-flush-bg,
.vertical-slider-section[data-background-color="red"] .vertical-slide-container{
  background-color: #CA556C;
}

.vertical-slider-section[data-background-color="orange"] .vs-flush-bg,
.vertical-slider-section[data-background-color="orange"] .vertical-slide-container{
  background-color: #FF9350;
}

.vs-flush-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  left: -50%;
  position: absolute;
}

.vertical-slider-section[data-alignment="media-left-aligned"] .vs-flush-bg {
  right: -50%;
  left: auto;
}

.vs-container { 
  z-index: 2;
  position: relative;
}

.vertical-slider {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 130px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .vertical-slider { 
    padding: 0 54px;
  }
}

.vertical-slide-container {
  position: relative;
  padding-right: 100px;
}

.vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slide-container { 
  padding: 0 0 0 100px;
}

.another-vertical-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vertical-slides .v-slide {
  display: flex;
  padding: 32px 0 24px;
  transition: 300ms ease-out all;
}

.vertical-slides .v-slide .media-embed {
  flex: 0 1 75%;
}

.vertical-slides .v-slide .media-copy {
  flex: 0 0 33%;
  padding:0 32px 0 0;
  transform: translate(-100%,0);
  transition: 300ms ease-in-out all;
  margin-top: -9px;
}

.vertical-slides .v-slide:first-child .media-copy {
  transform: translate(0,0);
}

.vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slides .v-slide .media-copy { 
  padding: 0 0 0 32px;
  transform: translate(100%,0);
}

.vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slides .v-slide:first-child .media-copy {
  transform: translate(0,0);
}

.vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slides .v-slide .media-embed { 
  padding: 0;
}

.vertical-slides .v-slide .media-copy * {
  color: #FFF;
}

.vertical-slides .v-slide .media-copy h2 {
  font-size: 50px;
    line-height: 54px;
    font-weight: lighter;
    margin: 0 0 10px 0;
}

.vertical-slides .v-slide .media-copy h3 {
  font-size: 30px;
    line-height: 41px;
    font-weight: lighter;
    margin: 0 0 10px 0;
}

.vertical-slides .v-slide .media-embed p{
  margin:0 0 0 0;
}

.vertical-slides .v-slide .media-copy p {
  margin:0 0 12px 0;
}

.vertical-slides .v-slide .media-copy p:last-child {
  margin:0;
}

.vertical-slides .v-slide .media-embed img{
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}

.hyperlink-under-media {
  text-align: right;
  padding:18px 0 0 0;
}

.main .hyperlink-under-media a {
  color: #FFF;
  font-size: 16px;
}

.vertical-slider-section[data-alignment="media-left-aligned"] .hyperlink-under-media {
  text-align: left;
}

.vertical-slider-controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 34px;
  z-index: 2;
}

.vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slider-controls { 
  right: auto;
  left: 0;
}

.vertical-slider-controls > span {
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 0 0 12px 0;
}

.vertical-slider-controls img {
  width: 22px;
}

.page-template-template-curated-resources .anchor-navigation {
  margin-bottom: 94px;
}

.page-template-template-curated-resources .resources_two_up_grid {
  margin-bottom: 54px;
}

.page-template-template-curated-resources .resources_two_up_grid_mini {
  margin-bottom: 54px;
}

.page-template-template-curated-resources .vertical-slider-section {
  margin-bottom: 94px;
}

.post-type-archive-resource .info-box-section,
.page-template-template-resources .info-box-section,
.archive .info-box-section {
  background-color: #FFF;
  padding-top: 0;
}

.post-type-archive-resource .heading-block,
.page-template-template-resources .heading-block,
.archive .heading-block {
  border: 2px solid #E8E6E7;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 64px 0;
  overflow: visible;
  position: relative;
}

.post-type-archive-resource .heading-block .all-resources-btn,
.page-template-template-resources .heading-block .all-resources-btn,
.archive .heading-block .all-resources-btn { 
  position: absolute;
  top: 100%;
  transform: translateY(32px);
  margin-top: -20px!important;
}

.heading-block .filter-form {
  display: block;
  margin: 0;
  border-right: 2px solid #E8E6E7;
  padding: 24px;
}

.heading-block .filter-form:first-child {
  border-left: 2px solid #E8E6E7;
}

.heading-block .filter-form .jcf-select {
  border-bottom: none;
  margin: 0;
}

.heading-block .filter-form .jcf-select .jcf-select-text {
  color: #4A4A4A;
  font-weight: bold;
  max-width: 100%;
}

.heading-block .filter-form .jcf-select .jcf-select-opener{
  width: 34px;
  top: -7px;
}

.heading-block .filter-form .jcf-select .jcf-select-opener:after{
  font-size: 21px;
  font-weight: bold;
}

.post-type-archive-resource .jcf-select-drop .jcf-select-drop-content,
.page-template-template-resources .jcf-select-drop .jcf-select-drop-content,
.archive .jcf-select-drop .jcf-select-drop-content {
  border: none;
  box-shadow: 0 5px 10px #c7c7c7;
}

.info-box-section {
  background-color: #FFF;
}

.info-box .holder {
  background-color: #F1F1F1;
  border-top: none;
  position: relative;
  padding: 0 24px 24px;
}

.info-box .holder .cat-flag { 
  position: absolute;
  background-color: #0090CA;
  top: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
}

.info-box .holder .cat-flag[data-resource-cat="datasheet"] img {
  width: 20px;
}

.info-box .holder .cat-flag img {
  width: 25px;
}

.info-box .holder .cat-flag[data-resource-cat="podcast"] img {
	width: 20px;
}

.info-box .holder h3 { 
  padding: 13px 0 0 54px;
  font-size: 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.resource-date {
  padding: 14px 0 0 0;
  font-size: 13px;
}

.heading-block h2 {
  font-size: 21px;
  line-height: 28px;
}

@media screen and (max-width: 868px) {
  .resources_two_up_grid .item.one-half {
    width: 100%;
  }

  .resources_two_up_grid .item.one-half h3 {
    line-height: 26px;
    font-size: 18px;
  }

  .resources_two_up_grid .item.one-half h3 a{
    font-size: 18px;
    line-height: 26px;
  }

  .resources_two_up_grid_mini .container > .grid > .item .two-thirds {
    padding-top: 12px;
  }

  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slider {
    padding-left: 0!important;
  }

  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slider .media-embed {
    padding-right: 0!important;
  }

  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slider .media-copy {
    padding-left: 0!important;
  }

  .vertical-slider-section[data-alignment="media-right-aligned"] .vertical-slider {
    padding-right: 0!important;
  }
  
  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slides .v-slide {
    padding-top: 52px;
  }

  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slides .v-slide .media-embed {
    position: relative;
  }

  .vertical-slider-section[data-alignment="media-left-aligned"] .hyperlink-under-media {
    position: absolute;
    top: -52px;
  }

  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slides .v-slide .media-copy {
    padding-top: 18px;
  }
  
  .vertical-slides .v-slide {
    display: block;
  }
  
  .vertical-slides .v-slide .media-copy {
    padding: 0;
    margin-top: 0;
  }

  .vertical-slides .v-slide .media-embed {
    padding: 0;
  }

  .vertical-slider-section[data-alignment="media-right-aligned"] .vertical-slides .v-slide .media-copy {
    padding-bottom: 24px;
  }

  .vertical-slides .v-slide .media-copy h2 {
    font-size: 28px;
    line-height: 1.19;
  }

  .vertical-slides .v-slide .media-copy h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .page-template-template-curated-resources .media-slider.media-left-aligned .slider-cyclers {
    left: 50%;
    right: auto;
  }

  .media-slider .media-copy h2 {
    margin: 12px 0 12px 0;
  }
}

@media screen and (max-width: 768px) { 
  .heading-block{
    display: block;
  }
  .vertical-slider-section[data-alignment="media-left-aligned"] .vertical-slider {
    padding-right: 20px !important;
  }
  .vertical-slider-section[data-alignment="media-right-aligned"] .vertical-slider {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 685px) { 
  .post-type-archive-resource .heading-block,
  .page-template-template-resources .heading-block,
  .archive .heading-block {
    display: block;
    border: none;
  }
  .filter-form {
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 2px #E8E6E7;
  }
}

@media screen and (max-width: 568px) { 
  .resources_two_up_grid_mini .container > .grid > .item {
    width: 100%;
  }
}

.post-author-block {
  background-color: rgba(168,212,237,.30);
  padding: 36px;
  display: flex;
  margin:0 0 40px 0;
}

.post-author-block:last-child {
  margin-bottom: 0;
}

.post-author-thumbnail {
  flex: 0 0 100px;
}

.post-author-thumbnail img{
  display: block;
  width: 100px;
}

.post-author-content {
  padding: 0 0 0 36px;
}

.post-author-content h3 {
  margin: -11px 0 0 0;
  color: #4A4A4A;
}

.post-author-content h4 {
  margin: -4px 0 0 0;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

.post-author-bio {
  margin-top: 12px;
}

.post-author-content p {
  color: #4A4A4A;
}

.post-author-bio p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 548px) { 
  .post-author-block {
    display: block;
  }
  .post-author-content {
    padding:12px 0 0 0;
  }
  .post-author-content h3 {
    margin: 0;
  }
}

/* hubspot form overrides */
.hbspt-form {
  background-color: #f4f4f4;
  padding: 20px 26px 26px;
  max-width: 487px;
  margin: 0 auto;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"]  {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif !important;
  padding: 4px 12px !important;
  line-height: normal !important;
  color: #1092d2;
  border: 1px solid #0090ca;
  border-radius: 0px;
  box-sizing: border-box !important;
  width: 100%;
  height: auto;
}

.hbspt-form label {
  font-weight: normal !important;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif !important;
}

.hbspt-form ul.hs-error-msgs {
  padding-bottom: 0;
}

.hbspt-form select {
  appearance: none;
  -webkit-appearance: none;
  padding: 4px 12px !important;
  border: 1px solid #0090CA !important;
  border-radius: 0px !important;
  width: 100% !important;
  background-color: #FFF;
}

.hbspt-form .hs-form-required {
  float: left;
  margin: 0 3px 0 0;
}

.hbspt-form .hs-button.primary.large {
  padding: 14px;
  font-size: 16px !important;
  font-weight: normal;
  border: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  border-radius: 3px !important;
}

.main .hbspt-form ul > li:before {
  content: none;
  display: none !important;
}

.hbspt-form .actions {
  margin: 0 auto;
}

/* count ups */
.counter-upper {
  color: #0090ca;
  font-size: 69px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* localytics table */

.localytics table {
  border: none;
  margin-bottom: 36px!important;
}
.localytics table th,
.localytics table td {
  border: none;
}
.localytics table p {
  margin-bottom: 6px!important;
}
.localytics table p:last-child {
  margin-bottom: 0px!important;
}
.localytics table h5 { 
  color: #4a4a4a!important;
}