/* ==========================================================================
   Base
   ========================================================================== */

body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #555555;
    font: 14px/1.4 'Gotham A', 'Gotham B';
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham A', 'Gotham B';
    margin: 0;
    line-height: 1.15;
}

h1 {
    font-weight: bold;
    color: black;
}

h4 {
    font-weight: bold;
    color: black;
}

p {
    line-height: 1.6;
    margin: 0 0 15px 0;
    color: #555555;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 400;
    font-style: normal;
}

ul,
ol {
    margin: 0 0 0 25px;
}

a {
    color: #0097dc;
    outline: 0;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #0097dc;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

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

hr {
    background: #cccccc;
    border: 0;
    height: 1px;
    margin: 15px 0;
}

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


/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset > div {
    margin-bottom: 6px;
}

button,
input,
select,
textarea {
    font: 0.9em 'Gotham A', 'Gotham B';
    margin: 0;
}

button,
input {
    line-height: normal;
}

button {
    border: 0;
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
    background: #ececec;
    border: 0;
    border-radius: 0;
    display: block;
    margin-top: 2px;
    padding: 2px 5px;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

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

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    padding: 10px;
}

label {
    display: inline-block;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: bold;
    margin-bottom: 3px;
}

.radio label,
.checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: normal;
}

.form-group {
    margin-bottom: 15px;
}

.form-control,
input.form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #555555;
    display: block;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
}

.radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin: 4px 0 0 -20px;
}

.form-control.error {
    background-color: #ffd3c3;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.wrapper:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-1 {
  width: 8.333333333333332%;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* Main navigation
   ========================================================================== */

.main-nav-container {
    background: rgba(236, 233, 233, 0.9);
    height: 100%;
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 2;
}

.home-link {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.main-nav {
    font-family: 'Gotham A', 'Gotham B';
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 13px;
}

.main-nav a {
    display: block;
    padding: 2px 15px;
}

.main-nav a.active,
.main-nav a:hover,
.main-nav a:active,
.main-nav a:focus {
    font-weight: bold;
    text-decoration: none;
}

.main-nav > li {
    padding: 8px 0 0 0;
}

.main-nav > li > a {
    color: #555555;
    text-transform: uppercase;
}

.main-nav > li > a.active,
.main-nav > li > a:hover,
.main-nav > li > a:active,
.main-nav > li > a:focus {
    border-left: 5px solid #0097dc;
    padding-left: 10px;
}

.main-nav-sub {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav-sub .two-lines {
    line-height: 13px;
}

.nav-active {
    display: block;
}

.main-nav-sub a {
    color: #000000;
    padding: 2px 15px 2px 24px;
    text-transform: lowercase;
}

.our-work .nav-our-work,
.what-we-do .nav-what-we-do,
.insights .nav-insights,
.company .nav-company {
    display: block;
}

.eprize {
    position: relative;
    left: 23px;
    top: 22px;
}

/* Footer
   ========================================================================== */

.footer {
    background: #f3f3f3;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    z-index: 3;
}

.social-icon{
    float: left;
    margin-top: 6px;
    margin-right: 12px;
}

.social-icon .icon{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin: 0 auto;
}

.social-icon .icon:hover{
    background-color: #0088c7!important;
}

#facebook{
    margin-left: 20px;
}

#facebook .icon{
    background: url('/img/global/icon-facebook.png') center center rgb(167,167,167) no-repeat;
}

#twitter .icon{
    background: url('/img/global/icon-twitter.png') center center rgb(167,167,167) no-repeat;
}

#linkedin .icon{
    background: url('/img/global/icon-linkedin-nav.png') center center rgb(167,167,167) no-repeat;
}

.footer p {
    margin: 10px auto;
    max-width: 1160px;
    min-width: 1160px;
    padding: 0 0 0 160px;
}

.footer a {
    color: #666666;
    font-weight: 500;
    text-decoration: underline;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    color: #109ebd;
}

.footer-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.footer .footer-sep {
    display: inline;
}

.footer .footer-break {
    display: none;
}


/* Main aside
   ========================================================================== */

.main-aside {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 8;
}

.aside-link{
    padding: 7px 10px;
    margin-left: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 10px;
    background-color: rgb(167,167,167);

}

.aside-link:hover{
    text-decoration: none;
    color: white;
    background-color: #0088c7;
}

/* Contact form
   ========================================================================== */

.page-contact{
    background: url('/img/backgrounds/pages/bg-contact.jpg') fixed 0 0 no-repeat #f3f3f3;
    background-size: 100% auto;
}

.page-contact .title{
    background: rgba(38, 153, 207, 0.8);
    z-index: 0;
}

.page-contact .main-content{
    width: 700px;
    min-height: 410px;
}

.page-contact h2{
    color: rgb(0,151,220);
    font-size: 16px;
    float: left;
}

#bottom{
    margin-top: 100px;
    border-top: #555555 solid 1px;
    padding-top: 15px;
}

#bottom a{
    color: #555555;
    display:block;
    margin: 3px 0px;
}

.contact-col{
    float: left;
    width: 20%;
    margin-left: 40px;
}

#contUs select{
    float: left;
    width: auto;
    height: 25px;
}

#contUs input{
    height: 25px;
}

#contUs input, #contUs textarea{
    width: 80%;
    float: left;
}

#contUs label{
    width: 20%;
    color: black;
    float: left;
}

#contUs .btn-submit{
    width: auto;
    float: right;
    margin-top: 10px;

}

.btn-close {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font: bold 1.4em/1.4;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 8px;
}

.contact-form {
    color: #ffffff;
    margin-bottom: 25px;
}

.form-text {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    margin: 10px 0;
}

.form-text p{
    color: white;
}

.error-msg {
    color: #e45915;
    display: none;
    font-weight: 700;
    text-align: center;
    float: left;
    margin-top: 15px;
    font-style: italic;
}

.submit-msg {
    display: none;
    margin-top: 10px;
}

.btn-submit {
    background: url('/img/backgrounds/icons/button.png') no-repeat 93% 50% #fc4513;
    color: white;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 50px 10px 15px;
    width: 100%;
}

.btn-submit:active,
.btn-submit:focus,
.btn-submit:hover {
    text-decoration: none;
}

.btn-inline {
    display: inline-block;
    width: auto;
}

.contact-clear {
    clear: both;
}

/* Content
   ========================================================================== */

.container {
    margin: 17% auto 120px;
    max-width: 1140px;
    min-width: 768px;
    padding: 0 44px 0 170px;
}

.content {
    float: left;
    width: 70%;
}

.main-content {
    background: #ffffff;
    padding: 40px 40px 30px 40px;
    overflow: hidden;
}

.sidebar {
    background: rgba(134, 161, 42, 0.9);
    color: #ffffff;
    float: left;
    margin-top: 235px;
    padding: 40px 30px;
    position: relative;
    width: 30%;
}

.sidebar p{
    color: white;
}

@media only screen and (max-width: 960px) {
    .sidebar {
        padding: 20px 15px;
    }
}

.title {
    background: rgba(134, 161, 42, 0.9);
    bottom: -0.12em;
    color: #ffffff;
    display: inline-block;
    font: 100 66px/1.0 'Gotham A', 'Gotham B';
    margin-left: 40px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    margin-bottom: -1px;
}

.title-fixed {
    bottom: auto;
    left: 23%;
    position: fixed;
    top: 0;
}

.title-multiline {
    position: relative;
}

.title-above {
    color: #000000;
    font: italic bold 2.6em 'Whitney SSm A', 'Whitney SSm B';
    left: 2em;
    position: absolute;
    top: -0.78em;
    z-index: 20;
}

@media only screen and (max-width: 1280px) {
    .title-long {
        font-size: 4em;
    }
}

.intro {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.tagline {
    color: #000000;
    font: bold 1.6em 'Gotham A', 'Gotham B';
    margin-bottom: 5px;
}

.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-section-last {
    margin-bottom: 0;
}

.sidebar h2 {
    background: rgba(255, 255, 255, 0.25);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 3px 4px;
    text-transform: lowercase;
}

.sidebar a {
    color: #ffffff;
}

.sidebar .fb-like-box {
    margin: 0;
}

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

.btn-go {
    background: #109ebd;
    bottom: 0;
    color: #ffffff;
    display: block;
    font: 700 1.6em/1.4 'Gotham A', 'Gotham B';
    padding: 0 7px 4px 10px;
    position: absolute;
    right: 0;
}

.btn-go:hover,
.btn-go:active,
.btn-go:focus {
    background: #005A89;
    text-decoration: none;
}

/* Facebook widgets
   ========================================================================== */

.fb-like {
    display: none;
}

@media only screen and (max-width: 960px) {
    .fb-like-small {
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    .fb-like-large {
        display: block;
    }
}

/* Media
   ========================================================================== */

.media {
    border-bottom: 1px solid #cccccc;
    min-height: 150px;
    overflow: hidden;
    padding: 15px 0;
}

.media-pull-right,
.media-pull-left {
    height: 150px;
    width: 150px;
}

.media-pull-right {
    float: right;
    margin-left: 15px;
}

.media-pull-left {
    float: left;
    margin-right: 15px;
}

.media-content {
    overflow: hidden;
}

.media-title {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 5px;
}

.media-title a {
    color: #000000;
    text-decoration: none;
}

.media-title a:hover,
.media-title a:active,
.media-title a:focus {
    color: #0097dc;
    text-decoration: none;
}

.media-meta {
    color: #333333;
    font-size: 11px;
    margin-bottom: 3px;
}

.media-summary {
    color: #555555;
}

.media-summary ol,
.media-summary ul {
    margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
    .media-pull-right,
    .media-pull-left {
        height: 75px;
        width: 75px;
    }
}

/* Copy
   ========================================================================== */

.article-content h1 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 8px;
}

.article-content h2 {
    color: #FF500E;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.article-content h3 {
    color: #FF500E;
    font-size: 14px;
    margin-bottom: 5px;

}

.article-content h4 {
    font-size: 14px;
    margin-bottom: 5px;

}

.article-content ol,
.article-content ul {
    margin: 0 0 15px 15px;
    padding: 0;
}

.article-content ul {
    list-style-image: url('/img/backgrounds/icons/bg-bullet-green.png');
}

.article-content li {
    margin: 5px 0;
}

.article-content img {
    margin: 5px 15px;
}

.news-events .article-content h2,
.news-events .article-content h3 {
    color: #86A12A;
}

/* Pagination
   ========================================================================== */

.pagination {
    color: #888888;
    font: 700 16px/1 'Gotham A', 'Gotham B';
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

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

.pagination a {
    color: #888888;
    text-decoration: none;
}

.pagination li.active,
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
    color: #109ebd;
}

.pagination a.control {
    color: #ABABAB;
    font-style: italic;
    font-weight: 500;
}

.pagination a.control:hover,
.pagination a.control:active,
.pagination a.control:focus {
    color: #555555;
}

/* Article post
   ========================================================================== */

.article {

}

.article-title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3px;
}

.article-meta {
    margin: 2px 0 8px 0;
}

.article-social {
    margin: 15px 0;
}

.article-social * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.article-author {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.article-thumb {

}

.article-content {
    margin-bottom: 40px;
}

.article-tags {
    display: none;
}

.article-comments {

}

/* Tooltip
   ========================================================================== */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px
}

#tiptip_holder.tip_bottom {
    padding-top: 5px
}

#tiptip_holder.tip_right {
    padding-left: 5px
}

#tiptip_holder.tip_left {
    padding-right: 5px
}

#tiptip_content {
    background: rgba(25, 25, 25, 0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    box-shadow: 0 0 3px #555555;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 8px;
    text-shadow: 0 0 2px #000000;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border: 6px solid transparent;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgba(25, 25, 25, 0.92);
}

/* Modal box
   ========================================================================== */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue";
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/img/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue";
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #FFF;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
}

/* ==========================================================================
   Page-specific
   ========================================================================== */

/* Portfolio
   ========================================================================== */

.page-portfolio {
    background: #d9d9d9;
}

.page-portfolio .title {
    background: #109ebd;
    bottom: auto;
    margin-left: 23%;
}

.wrap-portfolio {
    margin: 0 auto;
    max-width: 1140px;
    min-width: 768px;
    padding: 20px 44px 60px 170px;
}

.wrap-portfolio h2{
    font-size: 1.2em;
}

.page-portfolio-gallery .wrap-portfolio {
    padding-top: 40px;
}

.portfolio-thumb {
    float: left;
    margin: 0.5%;
    position: relative;
    width: 32%;
}

.portfolio-thumb-img {
    display: block;
}

.portfolio-thumb-content {
    background: #109ebd;
    bottom: 0;
    color: #ffffff;
    font-family: 'Gotham A', 'Gotham B';
    left: 0;
    opacity: 0.9;
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.portfolio-thumb-title {
    font-family: 'Gotham A', 'Gotham B';
    text-transform: uppercase;
}

.portfolio-thumb-tagline {
    display: none;
    font-size: 1.1em;
    font-weight: 500;
}

.portfolio-thumb:hover .portfolio-thumb-tagline {
    display: block;
}

@media only screen and (max-width: 900px) {
    .portfolio-thumb {
        width: 49%;
    }
}

.gallery {
    background: #ffffff;
    margin: 0 auto 40px;
    position: relative;
    width: 100%;
}

.wrap-gallery-img {
    float: left;
    padding: 20px;
    position: relative;
    width: 70%;
}

.gallery-content {
    background: #f3f3f3;
    float: left;
    min-height: 660px;
    width: 30%;
}

.gallery-description {
    padding: 20px;
}

.wrap-gallery-caption {
    border-bottom: 1px solid #cccccc;
    min-height: 340px;
    padding: 40px 20px 20px 20px;
}

.gallery-title {
    color: #000000;
    text-transform: uppercase;
}

.gallery-tagline {
    color: #000000;
    font: bold 1.2em/1.4 'Gotham A', 'Gotham B';
    margin-bottom: 6px;
}

.gallery-caption {
    color: #858585;
    display: inline;
    font: bold 1.8em/1.4 'Gotham A', 'Gotham B';
    font-weight: 800;
    text-transform: uppercase;
}

.btn-view-all {
    background: url('/img/global/icon-arrow-left.png') no-repeat 0 50%;
    color: #777777;
    display: inline-block;
    font: bold 1.3em 'Gotham A', 'Gotham B';
    margin-bottom: 6px;
    padding-left: 12px;
    text-transform: uppercase;
}

.btn-view-all:active,
.btn-view-all:focus,
.btn-view-all:hover {
    color: #777777;
}

@media only screen and (max-width: 960px) {
    .wrap-gallery-img {
        float: none;
        width: 100%;
    }

    .gallery-content {
        float: none;
        min-height: 0;
        width: 100%;
    }

    .wrap-gallery-caption {
        border: 0;
        float: right;
        min-height: 0;
        padding: 20px;
        width: 50%;
    }

    .gallery-description {
        border-right: 1px solid #cccccc;
        float: left;
        padding: 20px;
        width: 50%;
    }
}

.link-popup {
    cursor: pointer;
}

.social-buttons * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.social-buttons {
    margin-top: 10px;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
}

.flexslider .slides > li {
    -webkit-backface-visibility: hidden;
    display: none;
}

.flexslider .slides img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    min-height: 300px;
}

.flex-control-nav {
    margin-top: 20px;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
}

.flex-control-paging li a {
    background: #cccccc;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 4px;
    text-indent: -9999px;
    width: 10px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    background: #555555;
}

.flex-direction-nav a {
    color: #cccccc;
    font: 400 8em/1 'Gotham A', 'Gotham B';
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.flex-direction-nav a:hover{
    text-decoration: none;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

/* Clients
   ========================================================================== */

.clients {
    background: url('/img/backgrounds/pages/bg-clients.jpg') repeat #000000;
}

.clients .sidebar {
    padding-bottom: 60px;
}

/* Live Campaigns
   ========================================================================== */

.live-campaigns {
    background: url('/img/backgrounds/pages/bg-livecampaigns.jpg') fixed no-repeat #000 ;
    background-size: 100% auto;
}

.live-campaigns a:hover,
.live-campaigns a:active,
.live-campaigns a:focus{
    color: #00394b;
    text-decoration: none;
}

.live-campaigns .title,
.live-campaigns .sidebar {
    background: rgba(51, 43, 96, 0.8);
}

.live-campaigns .sidebar {
    max-width: 245px;
}

.live-campaigns .sidebar h2 {
    text-transform: none;
}

.live-campaigns .sidebar h4 {
    line-height: 1.6;
    color: white;
}

.live-campaigns .sidebar p {
    margin: 15px 0;
}

.live-campaigns .sidebar a {
    color: #108EBD;
}

.showcase {
    display: inline-block;
    margin: 0 2% 30px 0;
    margin-right: 2%;
    width: 30%;
    vertical-align: top;
}

.showcase-img {
    margin-bottom: 4px;
    position: relative;
}

.showcase img {
    display: block;
}

.showcase-title {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.showcase-desc {
    font-size: 0.85em;
}

@media only screen and (min-width: 861px) {
    .showcase:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 860px) {
    .showcase {
        width: 48.5%;
    }

    .showcase:nth-child(even) {
        margin-right: 0;
    }
}

/* Blog
   ========================================================================== */

.blog {
    background: url('/img/backgrounds/pages/bg-blog.jpg') fixed no-repeat #262729;
    background-size: 100% auto;
}

.blog .title {
    background: rgba(255, 78, 0, 0.8);
}

.blog-sidebar {
    background: none;
    margin-top: 150px;
    padding: 0;
}

.blog-sidebar-content {
    background: rgba(255, 78, 0, 0.8);
}

.blog-sidebar-col {
    padding: 15px;
}

.blog-sidebar-col p {
    line-height: 1.4;
    color: white;
}

.IN-widget{
    margin-left: 90px;
}

.rss-feed {
    background: url('/img/global/icon-rss.png') right center no-repeat;
    display: block;
    font: italic 500 1.2em/1.4 'Gotham A', 'Gotham B';
    margin: 10px auto;
    padding: 10px 0;
    width: 160px;
}

.rss-feed:hover,
.rss-feed:active,
.rss-feed:focus {
    color: #982D00;
    background: url('/img/global/icon-rss-hover.png') right center no-repeat;
}

.archives-tagline {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-link-list {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}

.blog-link-list li {
    margin: 2px 0;
    padding: 0 4px;
}

.blog-link-list a {
    color: #FBB89D;
    text-decoration: underline;
}

.blog-link-list a:hover,
.blog-link-list a:active,
.blog-link-list a:focus {
    color: #F1F1F1;
}

.searchform-blog {
    margin-bottom: 25px
}

.searchform-blog form {
    position: relative
}

.searchform-input {
    border: 0;
    height: 30px;
    outline: 0;
    padding: 4px 30px 5px 4px;
    width: 100%;
}

.searchform-submit {
    background: #CACACA;
    color: #ffffff;
    font: bold 12px/1 'Gotham A', 'Gotham B';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: baseline;
    width: 30px;
}

.searchform-submit:hover,
.searchfrom-submit:active,
.searchfrom-submit:focus {
    background: #109ebd;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0 !important
}

.gsc-result-info,
.gcsc-branding,
.gs-spelling,
.gsc-above-wrapper-area {
    display: none !important;
}

/* News
   ========================================================================== */

.page-news {
    background: url('/img/backgrounds/pages/bg-newsevents.jpg') fixed 0 0 no-repeat #abb39e;
    background-size: 100% auto;
}

.credit {
    font-size: 11px;
    padding: 10px;
    text-align: right;
}

.credit .flickr {
    background: url('/img/global/icon-flickr.png') left center no-repeat;
    color: #ffffff;
    padding-left: 20px;
}

.link-eventgram {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.link-eventgram img {
    display: block;
}

.instagram-gallery {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .instagram-tablet {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .instagram-full {
        display: block;
    }
}

/* Events
   ========================================================================== */

.page-events {
    background: url('/img/backgrounds/pages/bg-events.jpg') fixed 0 0 no-repeat #dedddc;
    background-size: 100% auto;
}

.page-events .title,
.page-events .sidebar {
    background-color: rgba(224, 205, 104, 0.8);
}

.page-events .sidebar h2 {
    background-color: #d2b71f;
}

.events-section {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

.event-image {
    display: block;
    margin-bottom: 10px;
}

.event-title {
    margin-bottom: 3px;
}

.event-link {
    color: #000000;
}

.event-link:hover {
    color: #0097dc;
    text-decoration: none;
}

.event-role {
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.event-date {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.events-intro {
    margin-bottom: 0;
}

.article-events h1 {
    margin-bottom: 5px;
}

.article-events .event-date {
    color: #0097dc;
}

/* Awards
   ========================================================================== */

.awards {
    background: url('/img/backgrounds/pages/bg-awards.jpg') fixed 0 0 no-repeat #353536;
    background-size: 100% auto;
}

.awards .title,
.awards .sidebar {
    background: rgba(184, 19, 105, 0.8);
}

.news-link {
    display: block;
    margin-bottom: 20px;
}

.news-link:hover,
.news-link:active,
.news-link:focus {
    color: #6F0E41;
}

.news-link p {
    color: #6F0E41;
    font: 700 11px/1.4 'Gotham A', 'Gotham B';
}

.news-link-title {
    font: 700 13px/1.4 'Gotham A', 'Gotham B';
    margin-bottom: 10px;
}

.overlayblock {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.overlayblock img {
    display: block;
}

.overlayblock .overlayfilter {
    background: #109ebd;
    display: block;
    font: 700 1.8em/1.4 'Gotham A', 'Gotham B';
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
}

.overlayblock:hover .overlayfilter,
.overlayblock:active .overlayfilter,
.overlayblock:focus .overlayfilter {
    opacity: 0.85;
}

.overlayblock .bucketLink {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: #ffffff;
    background: rgba(16, 158, 189, 0.85);
    font: 700 2.2em/1.4 'Gotham A', 'Gotham B';
    padding: 0 7px 4px 10px;
}

.overlayblock:hover .bucketLink {
    background: #005A89;
}

/* Webinars
   ========================================================================== */

.webinars {
    background: url('/img/backgrounds/pages/bg-webinars.jpg') fixed 0 0 no-repeat #d0cecb;
    background-size: 100% auto;
}

.webinars .title,
.webinars .sidebar {
    background: rgba(2, 85, 143, 0.8);
}

.webinars .sidebar h2 {
    background: #073b60;
}

.sidebar-links {
    list-style: none;
    margin: 20px 0;
    padding: 0 5px;
}

.webinars-title {
    color: #fc4513;
    font-size: 1.3em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.webinar-section {
    border-bottom: 1px solid #cccccc;
    padding: 30px 0;
}

.webinar-section-first {
    padding-top: 0;
    padding-bottom: 0;
}

.webinar-section-last {
    border-bottom: 0;
}

.webinar-section-title {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.webinar-section-content {
    line-height: 1.5;
}

.webinar-content {
    margin-bottom: 15px;
}

.webinar-upcoming-meta {
    margin-bottom: 15px;
}

.webinar-link {
    margin-bottom: 15px;
}

.webinar-link-title {
    color: #333333;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: bold;
}

.webinar-link-title:hover {
    color: #0097dc;
}

.webinar-link-thumbnail {
    display: block;
    margin-bottom: 5px;
}

.webinar-video-container {
    margin: 15px 0;
}

.webinar-video-overlay {
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
}

.webinar-video {
    margin-bottom: 15px;
}

.webinar-register {
    padding-top: 10px;
}

.webinar-title {
    color: #0097dc;
    font: 500 1.1em 'Gotham A', 'Gotham B';
    margin-top: 13px;
    margin-bottom: 6px;
}

.webinar-date {
    color: #0097dc;
    font: 1.0em 'Gotham A', 'Gotham B';
    margin-bottom: 3px;
}

.webinar-presenter {
    font: .9em 'Gotham A', 'Gotham B';
    margin-bottom: 15px;
}

.webinar-register a.btn-submit {
    padding: 6px 50px 6px 15px;
}

.article-webinar h1 {
    margin-bottom: 15px;
}

.article-webinar .article-meta {
    font-size: 0.9em;
}

.webinar-modal {
    background: #242424;
    color: #ffffff;
    padding: 60px;
}

.webinar-modal h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.webinar-modal p {
    color: #ffffff;
}

.webinar-modal fieldset > div {
    margin-bottom: 10px;
}

.webinar-modal input[type="text"],
.webinar-modal input[type="tel"],
.webinar-modal input[type="email"] {
    background: #ffffff;
}

.webinar-modal .btn-submit {
    background-image: url('/img/backgrounds/icons/button-gray.png');
    background-position: 96% 50%;
    background-color: #8d8d8d;
}

.webinar-modal .btn-submit.valid {
    background-image: url('/img/backgrounds/icons/button.png');
    background-color: #fc4513;
}

.webinar-modal .form-info {
    color: #555555;
}

.webinars input.error {
    background: #ffd3c3;
}

/* MoBuzz
   ========================================================================== */

.mobuzz {
    background: url('/img/backgrounds/pages/bg-mobuzz.jpg') fixed 0 0 no-repeat #2c2b46;
    background-size: 100% auto;
}

.mobuzz .title,
.mobuzz .sidebar {
    background: rgba(16, 158, 189, 0.8);
}

.mobuzz .intro {
    border: 0;
    margin-bottom: 10px;
    padding: 0;
}

.mobuzz .sidebar h2 {
    background: #036f86;
}

.mobuzz-form-content {
    float: left;
    width: 65%;
}

.mobuzz-form-callout {
    float: left;
    padding-left: 20px;
    width: 35%;
}

.mobuzz-form-callout img {
    height: auto;
    max-width: 100%;
}

.mobuzz-form input {
    background: #ffffff;
    border: 1px solid #aaaaaa;
}

.mobuzz-form label,
.mobuzz-form .form-instructions {
    font-weight: bold;
}

.mobuzz-form .form-instructions {
    cursor: default;
    margin: 0;
}

.field-row {
    margin: 10px 0;
}

.field-horz {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.field-horz.last {
    padding-right: 0;
}

.field-checkbox {
    margin: 3px 0;
}

.field-multilabel {
    margin: 5px 0;
}

.field-checkbox label {
    color: #777777;
    font-weight: 400;
}

.submit {
    margin-bottom: 20px;
}

.terms a {
    text-decoration: underline;
}

.mobuzz input.error {
    background: #ffd3c3;
}

.mobuzz label.invalid {
    color: #e45915;
}

.msg {
    display: none;
    font-weight: bold;
}

.msg.error {
    color: #e45915;
}

.msg.success {
    color: #a4c240;
    font-size: 20px;
}

.msg-error {
    color: #e45915;
}

label.error {
    display: none;
}

.mobuzz .btn-email {
    padding-right: 20px;
}


/* White Papers
   ========================================================================== */

.page-whitepapers {
    background: url('/img/backgrounds/pages/bg-whitepapers.jpg') fixed 0 0 no-repeat #ebc697;
    background-size: 100% auto;
}

.page-whitepapers .title,
.page-whitepapers .sidebar {
    background: rgba(102, 45, 127, 0.8);
}

.page-whitepapers input.error {
    background: #ffd3c3;
}

.whitepapers-media .media-pull-left {
    height: 100px;
    padding-top: 2px;
    width: 100px;
}

/* Locations
   ========================================================================== */

.locations .title {
    background: rgba(159, 200, 21, 0.8);
}

.locations-nav {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 190px;
    z-index: 5;
}

.locations-key {
    background: url('/img/locations/locations-key.png') no-repeat 20px 76px;
    color: #27212d;
    font-family: 'Gotham A', 'Gotham B';
    padding: 76px 50px 20px 20px;
}

.locations-key strong {
    font-size: 1.1em;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.loc-key-offices {
    margin-bottom: 6px;
}

.loc-key-faves {
    margin-bottom: 20px;
}

.locations-key p {
    font: bold 1.1em/1.2 'Gotham A', 'Gotham B';
}

.locations-nav-links {
    bottom: 60px;
    font: 400 1.2em 'Gotham A', 'Gotham B';
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .locations-nav-links {
        bottom: 77px;
    }
}

.locations-nav-links li {
    background: #e5e7ec;
    background-image: -moz-linear-gradient(top, #e5e7ec, #c4c6cb);
    background-image: -webkit-linear-gradient(top, #e5e7ec, #c4c6cb);
    background-image: linear-gradient(to bottom, #e5e7ec, #c4c6cb);
    border-top: 1px solid #333333;
    color: #333333;
    cursor: pointer;
    padding: 6px 10px 6px 20px;
}

.locations-nav-links .active {
    background: #fa814d;
    background-image: -moz-linear-gradient(top, #fa814d, #ff500e);
    background-image: -webkit-linear-gradient(top, #fa814d, #ff500e);
    background-image: linear-gradient(to bottom, #fa814d, #ff500e);
    color: #ffffff;
}

.locations-nav-links .loc-link-0.active {
    background: url('/img/locations/ico-star.png') no-repeat 86% 44%;
    background-image: -moz-linear-gradient(top, #fa814d, #ff500e);

    background: url('/img/locations/ico-star.png') no-repeat 86% 44%;
    background-image: -webkit-linear-gradient(top, #fa814d, #ff500e);

    background: url('/img/locations/ico-star.png') no-repeat 86% 44%;
    background-image: linear-gradient(to bottom, #fa814d, #ff500e);
}

.locations-map {
    height: 100%;
    position: fixed !important;
    width: 100%;
}

.map-controls {
    left: 170px;
    position: absolute;
}

.infobox {
    background: #ffffff;
    left: 30px;
    padding: 2px;
    position: relative;
    top: -110px;
    width: 235px;
}

@media only screen and (max-width: 800px) {
    .infobox {
        left: -50%;
        top: 25px;
    }
}

.infobox-header {
    background: #f3730c;
    color: #ffffff;
    padding: 5px 10px;
    position: relative;
}

.gm-style .close-infobox {
    cursor: pointer;
    font-family: 'Gotham A', 'Gotham B';
    font-size: 1.4em;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 0;
}

.infobox-header h2 {
    font-size: 1.2em;
    font-weight: 500;
    max-width: 190px;
}

.infobox-image img {
    display: block;
}

.infobox-content {
    padding: 5px 10px;
}

.gm-style .infobox-quote {
    color: #80b539;
    font: 500 1.3em/1.2 'Gotham A', 'Gotham B';
}

.infobox-contact {
    text-transform: uppercase;
}

.infobox-contact strong {
    display: inline-block;
    width: 50px;
}

.infobox-person {
    margin-bottom: 10px;
}

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* Careers
   ========================================================================== */

.careers {
    background: url('/img/backgrounds/pages/bg-careers.jpg') fixed 0 0 no-repeat #000000;
    background-size: 100% auto;
}

.careers .title,
.careers .sidebar {
    background: rgba(16, 158, 189, 0.8);
}

.careers .main-content h5 {
    color: #888888;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.btn-back {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.btn-email {
    background: url('/img/backgrounds/icons/bg-arrow-rt-wht.png') 90% 50% no-repeat #a4c240;
    border-radius: 15px;
    color: #ffffff;
    font: 700 0.9em/1.4 'Gotham A', 'Gotham B';
    padding: 5px 35px 3px 15px;
    text-transform: uppercase;
}

.btn-email:hover,
.btn-email:active,
.btn-email:focus {
    color: #ffffff;
}

.position-title {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.position-department {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.position-location {
    font-style: italic;
    text-transform: none;
}

.position-social {
    margin: 20px 0;
}

.position-social * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.position-summary {
    color: #109ebd;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    margin: 10px 0 20px 0;
}

.careers .position-content h5 {
    color: #109ebd;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.careers .position-content strong {
    font-weight: 500;
}

.position-content ul {
    list-style-image: url('/img/backgrounds/icons/bg-bullet-green.png');
    margin: 10px 0 25px 30px;
    padding: 0;
}

.position-content li {
    margin-bottom: 10px;
    padding-left: 10px
}

.disclaimer {
    color: #999999;
    font-style: italic;
    line-height: 1.6;
    margin: 10px 0 40px 0;
}

.listing-header-wrap {
    border-bottom: 3px solid #109ebd;
    color: #109ebd;
    font: bold 0.9em 'Gotham A', 'Gotham B';
    text-transform: uppercase;
}

.listing-header-position {
    float: left;
    width: 60%;
}

.listing-header-location {
    float: left;
    width: 20%;
}

.listing-header-select {
    float: left;
    position: relative;
    width: 20%;
}

.career-select {
    background: url('/img/backgrounds/icons/bg-bluearrow.png') no-repeat 100% 6px;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}

.career-list {
    background: #ffffff;
    box-shadow: 1px 1px 7px -1px #555555;
    color: #555555;
    display: none;
    left: 0;
    margin-top: 3px;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 100%;
}

.career-list div {
    font-weight: 500;
    cursor: pointer;
    padding: 3px;
}

.career-list div:active,
.career-list div:focus,
.career-list div:hover {
    background: #9FD8E5;
}

.link-career {
    background: #e8f7fa;
    border-bottom: 1px solid #e7e7e8;
    color: #000000;
    display: block;
    font-family: 'Gotham A', 'Gotham B';
    padding: 10px;
}

.link-career:hover {
    background: #109ebd;
}

.link-career:hover .listing-position,
.link-career:hover .listing-department,
.link-career:hover .listing-location {
    color: #ffffff;
}

.listing-position {
    float: left;
    width: 60%;
}

.listing-title {
    font-size: 1.15em;
    margin-bottom: 3px;
}

.listing-department {
    color: #888888;
    font-size: 13px;
    text-transform: uppercase;
}

.listing-location {
    color: #555555;
    float: left;
    font-size: 1em;
    font-style: italic;
    margin-top: 15px;
    width: 20%;
}

.careers-no-listings {
    display: none;
    padding: 10px;
}

.no-listings-tagline {
    text-transform: uppercase;
}

.slideshow {
    margin: -68px 0 30px 0;
}

.slideshow > div {
    display: none;
}

.slideshow > div.active {
    display: block;
}

@media only screen and (max-width: 900px) {
    .listing-header-position,
    .listing-position {
        width: 40%;
    }

    .listing-header-location,
    .listing-location,
    .listing-header-select {
        width: 30%;
    }

    .listing-header-select {
        width: 30%;
    }
}

/* Key People
   ========================================================================== */

.key-people {
    background: url('/img/backgrounds/pages/bg-keypeople.jpg') fixed 0 0 no-repeat #000000;
    background-size: 100% auto;
}

.key-people .title,
.key-people .sidebar {
    background: rgba(72, 10, 79, 0.8);
}

.key-people .main-content h3 {
    color: #109ebd;
    font: 600 1.6em 'Gotham A', 'Gotham B';
    margin-bottom: 8px;
}

.key-people .main-content ul,
.key-people .main-content ol {
    margin: 0 0 15px 0;
    padding-left: 25px;
}

.key-people .main-content ul {
    list-style-image: url('/img/global/bullet.png');
}

.key-people .main-content li {
    margin-bottom: 10px;
}

.kp-person-link {
    border-bottom: 1px solid #cccccc;
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 48%;
}

.kp-person-link:nth-child(odd) {
    margin-right: 2%;
}

.kp-link-img {
    float: left;
    width: 120px;
}

.kp-link-img img {
    display: block;
}

.kp-person-list a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 1040px) {
    .kp-person-link {
        float: none;
        width: 100%;
    }

    .kp-person-link:nth-child(odd) {
        margin-right: 0;
    }
}

.kp-link-content {
    overflow: hidden;
    padding: 8px 0 0 10px;
}

.kp-link-content h2 {
    color: #480a4f;
    font-family: 'Gotham A', 'Gotham B';
    text-transform: uppercase;
    font-size: 1.2em;
}

.kp-link-title {
    color: #555555;
}

a.kp-sidebar-link {
    color: #109ebd;
    text-decoration: none;
}

a.kp-sidebar-link:hover {
    text-decoration: none;
}

.kp-sidebar-person {
    display: block;
    float: left;
    margin: 0 3% 5px 0;
    width: 31.33333333333%;
}

.kp-sidebar-person:nth-child(3n+3) {
    margin-right: 0;
}

@media only screen and (max-width: 860px) {
    .kp-sidebar-person {
        margin-right: 4%;
        width: 48%;
    }

    .kp-sidebar-person:nth-child(3n+3) {
        margin: 0 4% 5px 0;
    }

    .kp-sidebar-person:nth-child(even) {
        margin-right: 0;
    }
}

.kp-sidebar-person img {
    display: block;
}

.kp-sidebar-person img.hover-img {
    display: none;
}

.kp-sidebar-person:hover img.main-img {
    display: none;
}

.kp-sidebar-person:hover img.hover-img {
    display: block;
}

.kp-name {
    color: #480a4f;
    font: 600 3em/1.2 'Gotham A', 'Gotham B';
    text-transform: uppercase;
}

.kp-title {
    font: 1.5em 'Gotham A', 'Gotham B';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.kp-linkedin {
    background: url('/img/global/icon-linkedin.png') no-repeat 0 50%;
    color: #555555;
    font: bold 1.1em 'Gotham A', 'Gotham B';
    padding-left: 30px;
	padding-bottom: 1px;
}

.kp-bio {
    border-bottom: 1px solid #cccccc;
}

.kp-bio-content,
.kp-bio-image {
    float: left;
    height: 320px;
}

.kp-bio-content {
    width: 45%;
}

.kp-bio-image {
    position: relative;
    width: 55%;
}

.kp-bio-image img {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
}

.kp-description {
    border-bottom: 1px solid #cccccc;
    color: #480a4f;
    font: 1.3em 'Gotham A', 'Gotham B';
    margin-bottom: 20px;
    padding: 20px 0;
}

@media only screen and (max-width: 1030px) {
    .kp-bio-content,
    .kp-bio-image {
        float: none;
        height: auto;
        width: 100%;
    }

    .kp-bio-image img {
        position: static;
    }
}

/* Generic page
   ========================================================================== */

.generic {
    background: url('/img/backgrounds/pages/bg-privacypolicy.jpg') fixed 0 0 no-repeat #d7d0c8;
    background-size: 100% auto;
}

.generic .main-content h2 {
    color: #109ebd;
    font-size: 12px;
    margin-bottom: 10px;
}

.generic .main-content h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

.generic .main-content ul,
.generic .main-content ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.generic .main-content li {
    margin-bottom: 15px;
}

.privacy-policy .main-content h3 {
    color: #109ebd;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.privacy-policy .main-content ol {
    list-style: decimal;
    margin: 0 0 15px 24px;
    padding: 0;
}

.privacy-policy .main-content li {
    margin-bottom: 0;
}

.casl .content {
    margin-bottom: 400px;
}
.accepted-use .main-content h2 {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.accepted-use .main-content ol {
    list-style: decimal;
    margin: 15px 0 15px 20px;
    padding: 0;
}

.accepted-use .main-content li {
    margin: 5px 0;
}

.generic .article-intro {
    margin-bottom: 20px;
}

.generic .article-intro h2 {
    color: #109ebd;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.generic .article-intro h6 {
    color: #999999;
    font-size: 11px;
    font-weight: normal;
}
/* 404
   ========================================================================== */

.fourzerofour {
    background: grey;
}

.fourzerofour .title{
    background: rgba(54, 6, 127, 0.85);
}

.fourzerofour .main-content{
    font-size: 1.2em;
}

/* Sitemap
   ========================================================================== */

.page-sitemap {
    background: url('/img/backgrounds/pages/bg-privacypolicy.jpg') fixed 0 0 no-repeat #e5ded6;
    background-size: 100% auto;
}

.sitemap .col {
    float: left;
    width: 50%;
}

.sitemap .col:nth-child(2) {
    padding-right: 20px;
}

.sitemap h2 {
    color: #ff500e;
    font: bold 1.6em 'Gotham A', 'Gotham B';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sitemap .link-home {
    color: #333333;
    font-size: 1.8em;
}

.sitemap h2 a {
    color: #ff500e;
    text-decoration: underline;
}

.sitemap .col > ul {
    list-style-image: url('/img/backgrounds/icons/bg-bullet-green.png');
    margin: 0 0 20px 25px;
    padding: 0;
}

.sitemap li {
    margin: 2px;
}

.sitemap ul a {
    color: #555555;
    font-size: 1.2em;
    text-decoration: underline;
}

.sitemap .col > ul > li > a {
    font-weight: bold;
}

.sitemap ul ul {
    margin-left: 15px;
    padding: 0;
}

/* Home
   ========================================================================== */

.home{
    background: url('/img/backgrounds/pages/bg-home.jpg') #CCC4C2 top right no-repeat;
}

.home-header{
    margin-bottom: 50px;
}

.home-wrapper{
    position: relative;
    margin: 0 auto;
    width: 1010px;
}

#home-link{
    background: url('/img/home/home_line.png') top no-repeat!important;
    display: block;
    position: relative;
    width: 1131px;
    margin-top: 50px;
    margin-left: -65px;
    height: 170px;
}

.home-icon{
    width: 194px;
    float: left;
}

.home-icon .icon{
    width: 100px;
    height: 100px;
    border: solid 6px #fff;
    border-radius: 50px;
    margin: 0 auto;
}

.home-icon a:hover .icon{
    background-color: #ff500e!important;
}

.home-icon h3{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 50px;
    letter-spacing: 1px;
}

.home-icon a{
    text-decoration: none;
}

#promotions{
    margin-left: 78px;
}

#promotions .icon{
    background: url('/img/home/promotion.png') center center transparent;
}

#loyalty .icon{
    background: url('/img/home/loyalty.png') center center transparent;
}

#mobile .icon{
    background: url('/img/home/mobile.png') center center transparent;
}

#live .icon{
    background: url('/img/home/live.png') center center transparent;
}

#analytics .icon{
    background: url('/img/home/analytics.png') center center transparent;
}

.home-content {
    margin: 0 auto;
    max-width: 1010px;
    min-width: 1010px;
}

.home-col{
    float: left;
}

.home-row{
    position: relative;
    margin-bottom: 100px;
}

#move{
    width: 75%;
    top: -472px;
    left: 252px;
    position: absolute;
}

.item{
    margin-left: 7px;
    margin-bottom: 7px;
    padding: 15px 25px 10px 25px;
    background-color: white;
    min-width: 245px;
    max-width: 245px;
    min-height: 227px;
    max-height: 227px;
    border-top: solid 5px #ff500e;
    overflow: hidden;
}

.long{
    min-height: 461px;
    max-height: 461px;
}

.item p{
    font-size: 14px;
    margin-bottom: 5px;
}

.item .list{
    height: 38px;
    width: 100%;
    margin: 10px 0;
}

.item .list img{
    float: left;
    width: 38px;
    height: 38px;
    margin: 0 15px 0 0;
}

.item .list p{
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 3px;
    width: 103%;
}

.home-header {
    margin: 65px 0px 65px 15px;
    padding-bottom: 65px;
}

.home-aside {
    position: absolute;
    width: 250px;
    right: 0px;
    top: 95px;
    text-align: right;
}

.aside-item {
    margin-bottom: 30px;
    font-size: 1.2em;
    color: #fff;
}

.aside-item h3, .aside-item h3 a, .aside-item h3 a:hover {
    color: #ffd119;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
}

.home-header h1 {
    color: black;
    font-weight: 900;
    font-size: 3.2em;
    display: inline;
}

.home-header .headline-container {
    position: relative;
}

.home-header .headline-container h2:first-of-type {
    display: block;
}

.home-header h2 {
    font-weight: 900;
    color: #ffffff;
    font-size: 3.2em;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.home-header .home-content-to {
    font-weight: 400;
    color: black;
    text-decoration: underline; 
    font-size: 2.3em;
}

.item h3{
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.item h4{
    color: #ff500e;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}

.item a:hover,
.item a:focus,
.item a:active{
    text-decoration: underline;
    color: #ff500e;
}

.item a:hover p,
.item a:focus p,
.item a:active p{
    text-decoration: underline;
    color: #555555;
}
/*
.item img{
    margin-top: 10px;
}
*/

.whitespace{
    margin-top: -10px;
    height: 10px;
    width: 100%;
    position: relative;
    background-color: white;
}

/* Insiderhub
   ========================================================================== */

.insiderhub {
    background: #cccccc;
}

.insiderhub .title {
    background: rgba(227, 0, 113, 0.8);
}

.insiderhub .content {
    width: 75%;
}

.insiderhub iframe {
    border: 0;
}

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

.insiders-link .btn-email {
    background-color: #888888;
    -webkit-transition: background-color 0.5s;
}

.insiders-link .btn-email:hover,
.insiders-link .btn-email:active,
.insiders-link .btn-email:focus {
    background-color: #E30071;
}

/* TSC
   ========================================================================== */

.page-tsc {
    background: url('/img/backgrounds/pages/bg-tsc.jpg') fixed 0 0 no-repeat #D63C79;
    background-size: 100% auto;
}

.page-tsc .sidebar h2 {
    background: rgb(174, 34, 90);
}

.page-tsc .title {
    background: rgba(214, 60, 121, 0.8);
}

.page-tsc .sidebar {
    background: rgba(214, 60, 121, 0.8);
}

/* Menu
   ========================================================================== */

.page-menu {
    background: url('/img/backgrounds/pages/bg-menu.jpg') fixed 0 0 no-repeat #f7eacc;
    background-size: 100% auto;
}

.page-menu .sidebar h2 {
    background: rgba(7, 59, 96, 0.25);
}

.page-menu .title {
    background: rgba(61, 160, 205, 0.8);
}

.page-menu .sidebar {
    background: rgba(61, 160, 205, 0.8);
}

.page-menu .sidebar a {
    text-decoration: underline;
}
.page-menu .row{
    margin: 0;
    width: 108%;
}

.page-menu .col-6{
    padding: 0;
}

.page-menu h3{
    text-transform: uppercase;
    color: rgb(29,150,212);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 10px;
}

.page-menu h4{
    text-transform: uppercase;
    color: rgb(29,150,212);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.menu-highlight {
    color: #0097dc;
}

.menu-heading {
    color: #333;
    font-size: 1.3em;
    margin: 15px 0 8px;
}

/* YoYo
   ========================================================================== */

.page-yoyo {
    background: url('/img/backgrounds/pages/bg-yoyo.jpg') fixed 0 0 no-repeat #b19474;
    background-size: 100% auto;
}

.page-yoyo .title {
    background: rgba(118, 5, 32, 0.8);
    z-index: 0;
}

.page-yoyo p {
    color: black;
}

.page-yoyo .main-content h1 {
    margin-bottom: 20px;
}

.page-yoyo table h2 {
    font-weight: bold;
    color: #ff500e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.page-yoyo .sidebar {
    background: rgba(118, 5, 32, 0.8);
}

.page-yoyo .sidebar h2 {
    background: rgba(101, 4, 27, 1.0);
    font-weight: 400;
    font-size: 15px;
}

.page-yoyo .sidebar p {
    font-size: 12px;
    color: white;
}

table {
    border-color: color: #555555;
    color: black;
    margin-bottom: 20px;
}

td {
    padding: 2px 5px 10px 5px;
}

.number {
    float: left;
    padding-bottom: 1px;
    padding-right: 7px;
}

/* Our Story
   ========================================================================== */

.our-story {
    background: url('/img/backgrounds/pages/bg-ourstory.jpg') fixed 0 0 no-repeat #2699CF;
    background-size: 100% auto;
}

.our-story .title{
    background: rgba(38, 153, 207, 0.8);
    z-index: 0;
}

.our-story .sidebar{
    background: rgba(38, 153, 207, 0.8);
}

.our-story .sidebar h2{
    background: rgba(0, 55, 80, 1.0);
}


/* What We Do
   ========================================================================== */
.wwd-container {
    margin: 0 auto;
    min-height: 0px;
    max-width: 100%;
    min-width: 0;
    padding: 0 44px 0 170px;
}

.wwd-content {
    margin: 0 auto;
    max-width: 978px;
    min-width: 768px;
    float: none;
    width: 100%;
}

.wwd-jumbotron {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    padding-top: 270px;
    min-height: 750px;
}

.wwd-jumbotron p {
    margin-bottom: 10px;
}

.what-we-do .main-content {
    padding: 40px;
}

.what-we-do .wwd-jumbotron .main-content {
    padding-bottom: 30px;
}

.what-we-do .main-content ul{
    margin: 0 0 15px -10px;
}

.what-we-do .wwd-jumbotron .main-content ul{
    margin-bottom: 0px;
}

.what-we-do .main-content li{
    margin-bottom: 7px;
}

.main-content ul {
    list-style-image: url('/img/global/bullet.png');
}

.main-content ul li ul {
    list-style-image: url('/img/global/bullet2.png');
}

.what-we-do .title {
    background: rgba(38, 153, 207, 0.8);
    margin-bottom: -3px;
}

.what-we-do .wwd-jumbotron .main-content{
    background-color: #ffffff;
}

.what-we-do .main-content {
    background-color: inherit;
}

.what-we-do .main-content p {
    margin-bottom: 15px;
}

.what-we-do .footer p {
    margin-bottom: auto;
}

.what-we-do .main-content h1{
    margin-bottom: 10px;
    line-height: 100%;
}

.what-we-do .main-content h2{
    font-weight: 600;
    color: #ff500e;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 1.4em;
}

.what-we-do .main-content h3{
    font-weight: bold;
    color: #ff500e;
}

h3 a{
    color: #ff500e;
}

h3 a:hover,
h3 a:focus,
h3 a:active {
    color: #d33a11;
    text-decoration: none;
}

a.btn-submit {
    color: white;
}

.grey {
    background-color: #f3f3f3;
}

.campaigns {
    background-color: #000000;
}

.campaigns h1{
    color: white;
    font-size: 1.9em;
}

.video{
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

.line {
    padding-left: 30px;
    border-left: 1px solid #cccccc;
}

.gradient {
    background: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #66b2dc);
    background-image: -webkit-linear-gradient(top, #ffffff, #66b2dc);
    background-image: linear-gradient(to bottom, #ffffff, #66b2dc);
}

.interactive_container{
    display:block;
    position:relative;
    width:100%;
    padding-bottom:43.83%;
}
.interactive {
    background: url('/img/what-we-do/landing/bg-engagement-platform.png') no-repeat 0 0;
    background-repeat:no-repeat;
    background-size:100%;
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wwd-link {
    display: block;
    position: absolute;
    width: 11.05%;
    height:25.21%;
    background-color:#0088c7;
    border-radius:200px;
    display:table;
}
.wwd-link:hover{
    background-color:#ff500e;
}
.wwd-link span{
    color:#fff;
    font-family:'Gotham A', 'Gotham B';
    font-size:9px;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
    position:relative;
}
.wwd-link:hover{
    text-decoration:none;
}

.wwd-link-games {
    left: 18.69%;
    top: 10.08%;
}

.wwd-link-loyalty {
    left: 37.94%;
    top: 4.62%;
}

.wwd-link-crm {
    left: 55.71%;
    top: 11.13%;
}

.wwd-link-pos {
    left: 75.13%;
    top: 5.04%;
}

.wwd-link-chancetowin {
    left: 9.21%;
    top: 34.66%;
}

.wwd-link-contests {
    left: 28.45%;
    top: 34.66%;
}

.wwd-link-apps {
    left: 49.26%;
    top: 41.39%;
}

.wwd-link-offers {
    left: 68.88%;
    top: 36.34%;
}

.wwd-link-media {
    left: 11.33%;
    top: 69.12%;
}

.wwd-link-legal {
    left: 35.45%;
    top: 65.55%;
}

.wwd-link-analytics {
    left: 55.06%;
    top: 71.85%;
}

.wwd-link-prize {
    left: 75.32%;
    top: 67.23%;
}

.overlay {
    position: relative;
}

.campaigns .overlay h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    text-align: center;
    padding: 4px 8px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 26px;
}

.page-promotions .col-3 p {
    margin: 0px;
}

.page-live-events .col-5 h2 {
    margin: 10px 0px;
    font-size: 1.3em;
}

.page-live-events .resources{
    padding-bottom: 175px;
}

.page-live-events .resources h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-live-events .resources p {
    margin-bottom: 10px;
}

.page-live-events .resources h4 a {
    text-transform: none;
    color: #ff500e;
}

.page-legalandprize h3{
    margin-bottom: 10px;
}

.page-loyalty h4{
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.page-agency h4{
    margin-bottom: 5px;
}

.agency{
    text-align: center;
}

.agency h4{
    text-transform: uppercase;
    margin-bottom: 0px;
}
.agency h5{
    font-size: 14px;
    font-weight: 400;
}
.agency h6{
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.page-landing .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/Landing_Background.jpg');
}

.page-promotions .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/promotions_background.jpg');
}

.page-loyalty .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/loyalty_background.jpg');
}
.page-social .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/social_background.jpg');
}

.page-mobile .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/mobile_background.jpg');
}

.page-mobilecrm .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/mobilecrm_background.jpg');
}

.page-live-events .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/liveevents_background.jpg');
}

.page-technology .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/technology_background.jpg');
}

.page-agency .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/agency_background.jpg');
}

.page-media .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/media_background.jpg');
}

.page-analytics .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/analytics_background.jpg');
}

.page-legalandprize .wwd-jumbotron{
    background-image: url('/img/backgrounds/what-we-do/legalandprize_background.jpg');
}

/* Sweet Talk
   ========================================================================== */

.page-sweettalk {
    background: url('/img/backgrounds/pages/bg-sweettalk.jpg') fixed no-repeat #000 ;
    background-size: 100% auto;
}

.page-sweettalk .title,
.page-sweettalk .sidebar {
    background: rgba(50, 147, 136, 0.8);
}

.title-sweettalk {
    font-size: 30px;
}

.text-small {
    font-size: 0.8em;
    line-height: 1.4;
}

.btn-rsvp {
    background-color: #e97070;
    background-image: url('/img/backgrounds/icons/button-e97070.png');
    width: auto;
}

.sweettalk-success h2 {
    color: #e97070;
    margin-bottom: 15px;
}

.sweettalk-time {
    color: #e97070;
    font-family: 'Gotham A', 'Gotham B';
    margin-bottom: 15px;
}

/* KCC
   ========================================================================== */

.page-kcc {
    background: url('/img/backgrounds/pages/bg-kcc.jpg') fixed 0 0 no-repeat #f7eacc;
    background-size: 100% auto;
}

.page-kcc .sidebar h2 {
    background: rgba(47, 57, 118, 0.25);
}

.page-kcc .title {
    background: rgba(67, 69, 121, 0.8);
}

.page-kcc .sidebar {
    background: rgba(67, 69, 121, 0.8);
}

.page-kcc .row{
    margin: 0;
    width: 108%;
}

.page-kcc .col-6{
    padding: 0;
}

.page-kcc .tagline {
    margin-bottom: 15px;
}

.page-kcc .webinar-upcoming-meta {
    margin-bottom: 10px;
}

.page-kcc .logos {
    margin-bottom: 40px;
}

.page-kcc h3{
    text-transform: uppercase;
    color: rgb(29,150,212);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 10px;
}

.page-kcc h4{
    text-transform: uppercase;
    color: rgb(29,150,212);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}


/* =============================================================================
   Text
   ========================================================================== */

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

/* =============================================================================
   Helper
   ========================================================================== */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.hidden {
    display: none;
}

/* Portrait tablet */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.home{
    background: url('/img/backgrounds/pages/bg-home-tablet-v.jpg') #CDC9C8 top right no-repeat;
    background-size: 100% auto;
}

.home-wrapper {
    position: static;
    margin: 0 auto;
    width: 530px;
}

.home-header {
    margin: 115px 0px 45px 15px;
}

.home-header h1 {
    font-size: 1.7em;
    font-weight: 800;
}

.home-header h2 {
    font-size: 1.7em;
    font-weight: 700;
}

.home-header .home-content-to {
    font-size: 1.6em;
}

.home-content {
    margin: 0 auto;
    width: 530px;
    max-width: 530px;
    min-width: 530px;
}

.main-aside {
    text-align: right;
    width: 155px;
    top: 5px;   
}

.aside-link {
    line-height: 40px;
}


.aside-item h3 {
    font-size: 1em;
}

.aside-item {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 15px;
}

.home-aside {
    top: 120px;
    right: 15px;
}

.home-icon .icon {
    display: none;
}

.footer p {
    max-width: 100%;
    min-width: 100%;
}

.footer .footer-sep {
    display:none;
}

.footer .footer-break {
    display: inline;
}

.social-icon {
    margin-top: 15px;
}


}

/* Landscape tablet */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.home{
    background: url('/img/backgrounds/pages/bg-home-tablet-h.jpg') #CDC9C8 top right no-repeat;
    background-size: contain;
}

.home-wrapper {
    position: static;
    margin: 0 auto;
    width: 530px;
}

.home-content {
    margin: 0 auto;
    width: 530px;
    max-width: 530px;
    min-width: 530px;
}

.home-header {
    margin: 113px 0px 60px 10px;
}

.home-header h1 {
    font-size: 1.9em;
    font-weight: 800;
}

.home-header h2 {
    font-size: 1.8em;
    font-weight: 700;
}

.home-header .home-content-to {
    font-size: 1.7em;
}

.main-aside {
    text-align: right;
    width: 155px;
    top: 5px;    
}

.aside-link {
    line-height: 40px;
}

.aside-item h3 {
    font-size: 1em;
}

.aside-item {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 15px;
}

.home-aside {
    top: 140px;
    right: 15px;
}

.footer p {
    max-width: 100%;
    min-width: 100%;
}

.footer .footer-sep {
    display:none;
}

.footer .footer-break {
    display: inline;
}

.social-icon {
    margin-top: 15px;
}

}


