/*normalize*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

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

[hidden] {
    display: none
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Lato', sans-serif !important;
    position: relative;
    z-index: 0;
}

html::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(/view/img/_bg/noise.png);
    background-repeat: repeat;
}

html,button,input,select,textarea {
    font-family: 'Lato', sans-serif;
}

body {
    position: relative;
    margin: 0;
    text-rendering: optimizelegibility;
    line-height: normal
}

h1,h2,h3,h4,h5 {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    color: #161b2f;
}
.title-with-divider {
    position: relative;
    margin-bottom: 50px;
}
.title-with-divider:after {
    height: 3px;
    width: 50px;
    border-radius: 3px;
    position: absolute;
    display: block;
    content: "";
    background-color: #eff0f3;
    margin: 25px 0 0 0;
}

a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted
}

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

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

b,strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

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

p,pre {
    margin: 1em 0
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,menu,ol,ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,ol,ul {
    padding: 0 0 0 40px
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

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

figure {
    margin: 0
}

form {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal;
    -webkit-appearance: none!important;
}

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

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

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

b,strong,.strong {
    font-weight: bold
}

dfn,em,.em {
    font-style: italic
}

small,.small {
    font-size: 75%
}

ul,ol {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.sidebar ul,.sidebar ol,.commentlist {
    list-style: none
}
/*Tour JoyRide by ZURB*/
body {
    position: relative
}

#joyRideTipContent {
    display: none
}

.joyRideTipContent {
    display: none
}

.joyride-tip-guide {
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.8);
    display: none;
    color: #fff;
    width: 300px;
    z-index: 101;
    top: 0;
    left: 0;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.joyride-content-wrapper {
    padding: 20px 20px 25px 25px
}

@media only screen and (max-width: 767px) {
    .joyride-tip-guide {
        width:95% !important;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        left: 2.5% !important
    }

    .joyride-tip-guide-wrapper {
        width: 100%
    }
}

.joyride-tip-guide span.joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: solid 14px;
    border: solid 14px
}

.joyride-tip-guide span.joyride-nub.top {
    border-color: #000;
    border-color: rgba(0,0,0,0.8);
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-width: 0;
    top: -14px;
    bottom: none
}

.joyride-tip-guide span.joyride-nub.bottom {
    border-color: #000;
    border-color: rgba(0,0,0,0.8) !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-width: 0;
    bottom: -14px;
    bottom: none
}

.joyride-tip-guide span.joyride-nub.right {
    border-color: #000;
    border-color: rgba(0,0,0,0.8) !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-width: 0;
    top: 22px;
    bottom: none;
    left: auto;
    right: -14px
}

.joyride-tip-guide span.joyride-nub.left {
    border-color: #000;
    border-color: rgba(0,0,0,0.8) !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-width: 0;
    top: 22px;
    left: -14px;
    right: auto;
    bottom: none
}

.joyride-tip-guide span.joyride-nub.top-right {
    border-color: #000;
    border-color: rgba(0,0,0,0.8);
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-width: 0;
    top: -14px;
    bottom: none;
    left: auto;
    right: 28px
}

.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #fff
}

.joyride-tip-guide h1 {
    font-size: 30px
}

.joyride-tip-guide h2 {
    font-size: 26px;
    margin-bottom: 10px
}

.joyride-tip-guide h3 {
    font-size: 22px
}

.joyride-tip-guide h4 {
    font-size: 18px
}

.joyride-tip-guide h5 {
    font-size: 16px
}

.joyride-tip-guide h6 {
    font-size: 14px
}

.joyride-tip-guide p {
    margin: 0 0 18px 0;
    font-size: 16px;
    line-height: 18px
}

.joyride-tip-guide a {
    color: #fff;
    text-decoration: none
}

.joyride-tip-guide a:hover {
    color: rgba(255,255,255,0.8);
    border-bottom: 0
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px rgba(255,255,255,0.1);
    position: absolute;
    right: 17px;
    bottom: 16px
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: rgba(255,255,255,0.25)
}

.joyride-close-tip {
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgba(255,255,255,0.4) !important;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    border-bottom: none !important
}

.joyride-close-tip:hover {
    color: rgba(255,255,255,0.9) !important
}

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: transparent;
    background: #000;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer
}

.joyride-expose-wrapper {
    background-color: #fff;
    position: absolute;
    z-index: 102;
    -moz-box-shadow: 0 0 30px #fff;
    -webkit-box-shadow: 0 0 30px #fff;
    box-shadow: 0 0 30px #fff
}

.joyride-expose-cover {
    background: transparent;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0
}
/*hint.css*/
.isnonmobile .hint,.isnonmobile [data-hint] {
    position: relative;
    display: inline-block
}

.isnonmobile .hint:before,.isnonmobile .hint:after,.isnonmobile [data-hint]:before,.isnonmobile [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease
}

.isnonmobile .hint:hover:before,.isnonmobile .hint:hover:after,.isnonmobile [data-hint]:hover:before,.isnonmobile [data-hint]:hover:after {
    visibility: visible;
    opacity: 1
}

.isnonmobile .hint:before,.isnonmobile [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001
}

.isnonmobile .hint:after,.isnonmobile [data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3)
}

.isnonmobile .hint--top:before {
    border-top-color: #383838
}

.isnonmobile .hint--bottom:before {
    border-bottom-color: #383838
}

.isnonmobile .hint--left:before {
    border-left-color: #383838
}

.isnonmobile .hint--right:before {
    border-right-color: #383838
}

.isnonmobile .hint--top:before {
    margin-bottom: -12px
}

.isnonmobile .hint--top:after {
    margin-left: -18px
}

.isnonmobile .hint--top:before,.isnonmobile .hint--top:after {
    bottom: 100%;
    left: 50%
}

.isnonmobile .hint--top:hover:after,.isnonmobile .hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.isnonmobile .hint--bottom:before {
    margin-top: -12px
}

.isnonmobile .hint--bottom:after {
    margin-left: -18px
}

.isnonmobile .hint--bottom:before,.isnonmobile .hint--bottom:after {
    top: 100%;
    left: 50%
}

.isnonmobile .hint--bottom:hover:after,.isnonmobile .hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.isnonmobile .hint--right:before {
    margin-left: -12px;
    margin-bottom: -6px
}

.isnonmobile .hint--right:after {
    margin-bottom: -14px
}

.isnonmobile .hint--right:before,.isnonmobile .hint--right:after {
    left: 100%;
    bottom: 50%
}

.isnonmobile .hint--right:hover:after,.isnonmobile .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.isnonmobile .hint--left:before {
    margin-right: -12px;
    margin-bottom: -6px
}

.isnonmobile .hint--left:after {
    margin-bottom: -14px
}

.isnonmobile .hint--left:before,.isnonmobile .hint--left:after {
    right: 100%;
    bottom: 50%
}

.isnonmobile .hint--left:hover:after,.isnonmobile .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.isnonmobile .hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
}

.isnonmobile .hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.isnonmobile .hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.isnonmobile .hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.isnonmobile .hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.isnonmobile .hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
}

.isnonmobile .hint--warning.hint--top:before {
    border-top-color: #c09854
}

.isnonmobile .hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.isnonmobile .hint--warning.hint--left:before {
    border-left-color: #c09854
}

.isnonmobile .hint--warning.hint--right:before {
    border-right-color: #c09854
}

.isnonmobile .hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #193b4d
}

.isnonmobile .hint--info.hint--top:before {
    border-top-color: #3986ac
}

.isnonmobile .hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.isnonmobile .hint--info.hint--left:before {
    border-left-color: #3986ac
}

.isnonmobile .hint--info.hint--right:before {
    border-right-color: #3986ac
}

.isnonmobile .hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
}

.isnonmobile .hint--success.hint--top:before {
    border-top-color: #458746
}

.isnonmobile .hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.isnonmobile .hint--success.hint--left:before {
    border-left-color: #458746
}

.isnonmobile .hint--success.hint--right:before {
    border-right-color: #458746
}

.isnonmobile .hint--always:after,.isnonmobile .hint--always:before {
    opacity: 1;
    visibility: visible
}

.hint--always.hint--top:after,.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.isnonmobile .hint--always.hint--bottom:after,.isnonmobile .hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.isnonmobile .hint--always.hint--left:after,.isnonmobile .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.isnonmobile .hint--always.hint--right:after,.isnonmobile .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.isnonmobile .hint--rounded:after {
    border-radius: 4px
}

.isnonmobile .hint--bounce:before,.isnonmobile .hint--bounce:after {
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(0.71,1.7,.77,1.24);
    -moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(0.71,1.7,.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,.77,1.24)
}
/*iCheck plugin flat skin, black */
.icheckbox_flat,.iradio_flat {
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(flat.png) no-repeat;
    border: 0;
    cursor: pointer
}

.icheckbox_flat {
    background-position: 0 0
}

.icheckbox_flat.checked {
    background-position: -22px 0
}

.icheckbox_flat.disabled {
    background-position: -44px 0;
    cursor: default
}

.icheckbox_flat.checked.disabled {
    background-position: -66px 0
}

.iradio_flat {
    background-position: -88px 0
}

.iradio_flat.checked {
    background-position: -110px 0
}

.iradio_flat.disabled {
    background-position: -132px 0;
    cursor: default
}

.iradio_flat.checked.disabled {
    background-position: -154px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
    .icheckbox_flat,.iradio_flat {
        background-image:url(flat@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px
    }
}
/*icomoon*/
/*
@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot?#iefix) format('embedded-opentype'),url(fonts/icomoon.ttf) format('truetype'),url(fonts/icomoon.woff) format('woff'),url(fonts/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}*/

.addthis_toolbox a>span,[class*=" icon-"],[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.addthis_toolbox a[class*=addthis_button_compact]>span:before {
    content: "\e61b"
}

/*betabound*/
a {
    outline: 0!important
}

p {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    hyphens: none
}

.wf-loading {
    opacity: 0
}

.wf-active {
    opacity: 1
}

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

body {
    min-width: 320px
}

iframe {
    overflow: hidden;
    border: 0
}

ol {
    list-style-type: decimal
}

.reset {
    padding: 0;
    margin: 0
}

.footer {
    background: #222;
    position: relative;
    z-index: 0
}

.table {
    display: table;
    width: 100%
}

.tcell {
    display: table-cell;
    vertical-align: middle
}

.trow {
    display: table-row
}

.footer {
    text-align: center
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

.lowercase {
    text-transform: lowercase
}

.lnk,a {
    color: #59216c;
    cursor: pointer
}

.lnk {
    white-space: nowrap
}

.lnk:hover,a:hover,h1 a,h2 a {
    text-decoration: none
}

button.btn {
    background: 0;
    border: 0;
    color: #fff;
    font-size: 16px
}

input[type=submit].btn {
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    position: relative;
    top: 0
}

.btn {
    top: -2px;
    margin: 0;
    display: inline-block;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1
}

.btn,.btn i {
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 0
}

.btn:before, 
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.btn:before,
.btn:after,
input[type=submit].btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #653bab;
    display: inline-block;
    border: 0;
    outline: 0;
    line-height: 1.4
}
.btn:before {
    background: rgba(255,255,255,0);
    z-index: 1;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:hover:before {
    background: rgba(255,255,255,0.15);
}

.btn.active {
    content: "";
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 4px 0 #200c27;
    -moz-box-shadow: 0 4px 0 #200c27;
    box-shadow: 0 4px 0 #200c27
}

.btn:after {
    
}

.btn:hover:after,input.btn:hover {
    
}

.ctabar .btn:after {

}

.ctabar .btn:hover:after {
    background: rgba(255,255,255,1);
}

#modal .btn:after {
}

.btn:hover div {
    text-shadow: none
}

.uibtn {
    cursor: pointer
}

.btn,.ctabar-presets,.joyride-tip-guide .joyride-next-tip,.modisowner ul,.search-results {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

#modal,.fp-header i:before {
    color: #fff
}

.filterpanel section {
    box-shadow: 0 0 10px rgba(0,0,0,.5)
}

body,button,html,input,select,textarea {
    color: #6a6d7a;
}

#container {
    position: relative;
    overflow-y: hidden;
    left: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
#container.mpPushLeft {
    left: -300px
}

#container-inner {
    position: relative;
    z-index: 1;
    min-height: 670px
}

#content {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    padding-top: 30px
}

#inner-content.wrap {
    padding: 0 20px
}

#main h1 {
    margin-top: 0
}

#main {
    max-width: 980px;
    margin: 35px auto 30px
}

.alertbanner {
    z-index: 1;
    width: 100%;
    text-align: center
}

.abContent {
    position: relative;
    margin: 0 auto;
    padding: 10px 20px;
    color: #b99c44
}

.abContent:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #feb;
    z-index: -1
}

.abContent a {
    color: #555
}

.lnk-alertdismiss {
    margin-left: 5px;
    color: #997300
}

.search-results {
    background: #fff;
    margin-top: 40px;
    padding: 40px;
    font-size: 18px
}

.search-results a {
    line-height: 1.8
}

.search-results a:hover {
    text-decoration: none
}

.search-results h1 {
    font-size: 40px
}

.is404 section {
    padding: 0
}

.menupanel {
    letter-spacing: -.5px;
    background-color: #111423;
}

.menupanel>.wrapper {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.menupanel .lnk,.menupanel a {
    color: #ddd;
    text-decoration: none
}

.menupanel .lnk:hover,.menupanel a:hover {
    text-decoration: underline
}

.menupanel ul {
    margin-bottom: 21px
}

.menupanel li {
    line-height: 24px
}

.menupanel hr {
    margin: 27px 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #653bab;
    padding: 0; 
}

.menupanel footer {
    margin-top: 2px;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.menupanel .title {
    color: #8462bc;
    margin-bottom: 4px;
    font-size: 18px;
}

.filterpanel {
    position: fixed;
    z-index: 101;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto
}

.fp-wrapper {
    max-width: 940px;
    margin: 0 auto
}

.fp-section {
    margin: 20px;
    padding: 0;
    border-radius: 3px;
}

.fp-header {
    padding: 20px;
    background: linear-gradient(90deg, #63A6C8, #645fb5);
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.fp-header .fpTitle {
    color: white;
}

.fp-body {
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fp-lnk {
    text-align: right;
    cursor: pointer;
    color: #fff;
    text-decoration: none
}

.fp-lnk i {
    margin-left: 15px
}

.fp-tooltip {
    background: #d9dce4;
    padding: 15px;
    margin-top: 8px;
    min-height: 54px;
    border-radius: 3px;
}

.fp-tooltip i {
    margin-right: 15px;
    position: relative;
    top: 1px
}

.fp-ul {
    vertical-align: top;
    padding: 0 10px 10px
}

.fp-ul li {
    line-height: 30px;
    white-space: nowrap
}

.fp-ul a {
    color: #555;
    text-decoration: none
}

.fp-ul a:hover {
    color: #59216c
}

.fp-li-header {
    font-weight: 700;
    margin-bottom: 10px
}

.fp-controls {
    margin-top: -70px;
    display: block;
    padding-bottom: 20px;
    text-align: right
}

.fp-controls .btn {
    float: right
}

.filterpanel .lnk-toggleinputs {
    cursor: pointer;
    margin-right: 20px;
    white-space: nowrap;
    line-height: 42px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #653bab;
}

.filterpanel .info {
    display: none
}

.filterpanel .info.default {
    display: inline
}

.filterpanel input[type=checkbox] {
    margin-right: 15px
}

.filterpanel label {
    white-space: nowrap
}

.filterpanel label:hover {
    color: #59216c
}

.fpTitle {
    line-height: 1;
    margin: 0;
    padding: 0 10px;
    letter-spacing: .5px
}

div[class*=icheckbox] {
    display: inline-block
}

div[class*=icheckbox]+label {
    position: relative;
    top: -4px;
    left: 10px
}

#transoverlay {
    position: fixed;
    z-index: 101;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 0;
    background: #000;
    opacity: .6
}

#headerbar {
    position: relative;
    padding: 0 20px 0 0;
    background-color: #161b2f;
}

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

.menuaccess {
    text-align: right
}

.maBtn {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
    top: 2px;
    margin-top: -10px;
    opacity: 0.5;
}
.maBtn:hover {
    opacity: 1;
}

.maBtn i {
    color: #EEE;
    margin-left: 10px;
    text-shadow: .5px -1px .5px #BBB,-.5px .5px .5px #BBB}
    .maBtn:hover i{color:#666;opacity:1;text-shadow:.5px -1px .5px #666,-.5px .5px .5px #666}.maLabel{position:relative;top:-1px;
    color: #fff
}

.ctabar {
    padding: 10px;
    position: relative;
    color: #eee;
    height: 60px;
    z-index: 100
}

.ctabar:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(left, #06c3d6, #653bab);
    background: linear-gradient(90deg, #06c3d6, #653bab);
}

.ctabar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    margin-top: 0
}

.ctabar-fixed:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #63c9d3, #653bab);
    opacity: .8
}

.ctabar .btn {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #343742;
}

.ctabar .btn:after {
    background: rgba(255,255,255,0.6);
}

.ctabar .lnk {
    color: #fff
}

.ctabar-btngrp .btn-hastag {
    position: relative;
    display: inline-block
}

.ctabar-btngrp .btntag {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0
}

.tour-button-container {
    width: 100%;
    height: 36px;
    position: absolute;
    top: -34px;
    overflow: hidden;
}
.ctabar-btngrp .btntag-starthere {
    top: 12px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.ctabar-btngrp .btntag-starthere a {
    background: #c81414;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 30px solid #c81414;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ctabar-btngrp .btntag-starthere:hover {
    top: 3px;
}

.ctabar-btngrp .lnk-signup {
    display: inline-block;
    margin: 0 5px
}

.ctabar-btngrp .btn {
    margin: 4px 5px;
}

.ctabar-blog {
    text-align: right
}

.ctabar-social {
    text-align: right;
    width: 134px;
}

.ctabar-social .links {
    display: inline-block;
    margin-right: 20px;
    color: #cdbfe3;
}

.ctabar-social a {
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    margin-left: 20px;
}
.ctabar-social a:hover {
    color: rgba(255,255,255,1);
}

.ctabar-submitbeta {
    cursor: pointer;
    width: 125px;
    padding-left: 10px
}

.btn-submitbeta {
    margin-right: 5px
}

.btn-presets {
    position: relative;
    z-index: 2
}

.ctabar-presets {
    display: none;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 15px;
    margin-top: 45px;
    text-align: left;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.ctabar-presets .lnk,.ctabar-presets a {
    color: #343742;
    text-decoration: none;
    line-height: 30px;
    padding: 2px 20px;
    cursor: pointer;
    display: block
}

.ctabar-presets ul {
    padding: 0;
    margin: 0
}

.ctabar-presets>ul:nth-child(1) li {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.ctabar-presets>ul:nth-child(3) li {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.ctabar-presets .menu {
    border-width: 1px 0;
    border-color: #ccc;
    border-style: solid
}

.ctabar-presets li {
    background: #fff
}

.ctabar-presets li:hover {
    background-color: #d9dce4;
}

.ctabar-presets .current_page_item {
    background: #aeb1bc;
    color: white;
}

.topbanner {
    color: #333;
    position: relative;
    padding: 23px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    text-align: center;
    display: block;
}
.topbanner .tcell {
    display: block;
}

.topbanner .tcell:nth-child(2) {
    text-align: center;
    white-space: nowrap;
    margin-top: 20px;
}
.lnk-clear {
    background-color: #6484c0;
    display: inline-block;
    padding: 6px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 5px;
}
.lnk-clear:hover {
    background-color: #839dcd;
}

.tpDesc {
    margin: 10px 0 5px
}

.tpLnk {
    text-align: right
}

.tpTitle {
    margin: 0 0 40px 0;
    display: block;
    font-size: 48px;
    position: relative;
    text-align: center;
}
.tpTitle:after {
    content: '';
    position: absolute;
    width: 50px;
    border-radius: 1.5px;
    height: 3px;
    background: #6484c0;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, 0);
}

.ribbon-container {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.ribbon {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid rgba(255,255,255, 0.3);
    border-left: 100px solid transparent;
}
.ribbon a {
    z-index: 2;
    position: absolute;   
    right: -70px;
    top: -170px;
    width: 140px;
    height: 140px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.ribbon a:hover {
}
.ribbon img {
    width: 75px;
    height: 75px;
    z-index: 3;
    position: absolute;
    right: 32px;
    top: 98px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
}

    .op-btn {
        margin-right: 20px
    }

    .op-links {
        display: inline-block
    }

    .op-links .lnk {
        color: #AAA;
        cursor: pointer;
        margin-right: 20px;
        text-decoration: none;
        position: relative
    }

    .addthis_toolbox .hint--top:before,.links .hint--bottom:before {
        margin-left: 5px
    }

    .addthis_button_twitter.hint--top:before {
        margin-left: -4px
    }

    .addthis_button_facebook.hint--top:after,.addthis_button_twitter.hint--top:after {
        margin-left: -27px
    }

    .addthis_toolbox {
        white-space: nowrap;
        text-align: right
    }

    .addthis_toolbox a {
        padding: 0!important;
        color: #aaa;
        display: inline-block;
        height: 30px;
        float: none!important;
        text-decoration: none!important;
        position: relative;
        top: -2px
    }

    .addthis_toolbox a span {
        font-size: 20px;
        margin-left: 20px;
        padding: 5px 0;
        float: none!important
    }

    .addthis_toolbox a:nth-child(1) span {
        margin-left: 0
    }

    .addthis_toolbox .at15t_twitter {
        width: 20px
    }

    .addthis_toolbox .at15t_facebook {
        width: 10px
    }

    .addthis_toolbox .at15t_reddit {
        width: 21px
    }

    .addthis_toolbox .at15t_google {
        width: 20px
    }

    .addthis_toolbox .at15t_compact {
        width: 20px;
        margin: 0 15px 0 20px
    }

    .addthis_toolbox a>span {
        background: 0;
        overflow: visible
    }

    .addthis_toolbox a>span:before {
        text-align: center;
        width: 32px;
        display: inline-block;
        position: relative;
        top: 4px;
        left: 0
    }

    .addthis_counter.addthis_bubble_style {
        text-align: center;
        width: auto!important;
        height: 32px;
        margin: 0 0 0 10px;
        display: inline-block!important;
        background-position: 4px -32px!important
    }

    .addthis_button_expanded {
        width: auto!important;
        min-width: 72px!important;
        line-height: 32px;
        height: 32px;
        margin: 0;
        font-size: 12px;
        display: inline-block;
        padding: 0 5px!important
    }

    .addthis_counter.addthis_bubble_style:hover {
        background-position: 4px -32px!important
    }

    .addthis_counter a {
    }

    .ptMobile .lnk:hover {
        color: #4AAAAA
    }

    .ptHardware .lnk:hover {
        color: #c30
    }

    .ptSoftware .lnk:hover {
        color: #066
    }

    .ptGaming .lnk:hover {
        color: #690
    }

    .ptWeb .lnk:hover {
        color: #903
    }

    .ptTV .lnk:hover {
        color: #036
    }

    .addthis_toolbox a {
        opacity: .4
    }

    .addthis_toolbox a:hover {
        opacity: 1
    }

    .ptBlog.betaboundopp:after {
        background: #59216c
    }

    .ptMobile.betaboundopp:after {
        background: #4AAAAA
    }
/*Removed below, was adding a teal background
    .ptSoftware.betaboundopp:after {
        background: #066
    }
*/
    .ptGaming.betaboundopp:after {
        background: #690
    }

    .ptWeb.betaboundopp:after {
        background: #903
    }

    .ptTV.betaboundopp:after {
        background: #036
    }

    #main .betaboundopp .action .lnk:hover {
        color: #fff
    }

    .betaboundopp aside:after {
        box-shadow: 2px 0 2px rgba(0,0,0,1)
    }

    .betaboundopp .body p {
        color: #fff;
        opacity: .8;
    }

    .betaboundopp .body .action .lnk {
        color: #fff;
        opacity: .7
    }

    .betaboundopp .body .action .lnk:hover {
        opacity: 1
    }

    .betaboundopp .addthis_toolbox span:before,.betaboundopp .op-links .lnk {
        color: #fff
    }

    .betaboundopp .op-links .lnk:hover {
        opacity: .7
    }

    [id*=opp-] .ptMobile.expiredbyassume .msg-hasexpired p {
        color: #8f7a3d
    }

    [id*=opp-] .ptHardware.expiredbyassume .msg-hasexpired p {
        color: #8f523d
    }

    [id*=opp-] .ptSoftware.expiredbyassume .msg-hasexpired p {
        color: #1f4747
    }

    [id*=opp-] .ptGaming.expiredbyassume .msg-hasexpired p {
        color: #576b2e
    }

    [id*=opp-] .ptWeb.expiredbyassume .msg-hasexpired p {
        color: #6b2e42
    }

    [id*=opp-] .ptTV.expiredbyassume .msg-hasexpired p {
        color: #1f3347
    }

    [id*=opp-] article:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        z-index: -1
    }

    [id*=opp-] article[class*=expired] {
        box-shadow: 0 1px 5px 0 rgba(106, 109, 122, .1) !important;
    }
    [id*=opp-] article[class*=expired]:hover {
        box-shadow: 0 0 15px 0 rgba(106, 109, 122, .6) !important;
    }
    [id*=opp-] article[class*=expired]:after {
        background: #ced0d7 !important;
    }
    #single [id*=opp-] article[class*=expired]:after {
        background: #eff0f3 !important;
    }

    [id*=opp-] article[class*=expired],[id*=opp-] article[class*=expired] h2 a {
        color: #888a94!important
    }

    [id*=opp-] article[class*=expired] .btn {
        color: white !important;
        box-shadow: none
    }

    #index [id*=opp-] article[class*=expired] .title-with-divider:after {
        background-color: #aeb1bc;
    }

    [id*=opp-] article[class*=expired] .btn:after {
        -webkit-box-shadow: 0 3px 0 #777!important;
        -moz-box-shadow: 0 3px 0 #777!important
    }

    [id*=opp-] article[class*=expired] .btn:before {
        border-color: #888a94!important
    }

    .opExpMsg {
        text-align: right;
        font-size: 47px;
        margin: 0;
        padding: 0;
        color: #888a94 !important;
        opacity: .6
    }

    [id*=opp-] article[class*=expired] .btn:after {
        box-shadow: none!important;
        background: #aeb1bc !important;
        
        content: "";
        position: absolute
    }

    [id*=opp-] article.expiredbydate .btn {
        cursor: default
    }

    [id*=opp-] article.expiredbydate .btn:before {
        border-color: #999;
        border-width: 0 0 2px;
        border-style: solid;
        z-index: 10;
        top: 0;
        left: 0;
        border-radius: 0;
        height: 55%;
        width: 80%;
        margin: 0 10%;
        position: absolute;
        content: ""
    }

    [id*=opp-] article.expiredbyassume .btn:hover {
        text-shadow: none;
        color: white !important
    }

    [id*=opp-] article[class*=expired] .body>p {
        margin-bottom: 12px
    }

    [id*=opp-] article[class*=expired] .opExpMsg {
        font-weight: 400;
        font-size: 28px;
        font-style: italic;
        letter-spacing: normal;
    }

    .timebreak {
        position: relative;
        text-align: center;
        color: #333
    }
    .timebreak:first-child {
        margin-top: 20px
    }
    .timebreak:after,
    .pagination:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #d9dce4;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;
    }
    .timebreak:before,
    .pagination:before {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        border: 8px solid #eff0f3;
        background-color: #d9dce4;
        left: -55px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .tbLabel {
        white-space: nowrap;
        display: inline-block;
        position: relative;
        text-shadow: 0 1px 0 rgba(240,240,240,.3);
        margin: 0;
        padding: 6px 10px 5px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .5px;
        font-style: italic;
        color: #aeb1bc;
        line-height: 7px;
        background-color: #eff0f3;
    }

    .tbLabel:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #EEE;
        opacity: .6;
        z-index: -1;
        border-radius: 4px
    }

    #overlay {
        z-index: 100;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        display: none
    }

    #overlay:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 101
    }

    #modal {
        position: fixed;
        z-index: 102;
        top: 50%;
        left: 50%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: none;
        width: 730px;
        margin-left: -250px;
        text-align: center;
        box-shadow: none
    }

    #modal .modsubmitbeta {
        color: #666;
        table-layout: fixed
    }

    #modal .tcell {
        padding: 40px 30px
    }

    #modal i:before {
        font-size: 40px
    }

    .modisowner,.modsubmitbeta {
        display: none
    }

    .moTitle {
        padding: 25px 0;
        font-size: 48px;
        width: 100%
    }

    .moBody {
        background: #fff;
        border-radius: 0 0 4px 4px
    }

    .moHeader {
        background: linear-gradient(90deg, #63A6C8, #645fb5);
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }
    .moHeader h2 {
        color: white;
    }

    .modsubmitbeta h2 {
        line-height: 1
    }

    .modsubmitbeta .btn {
        font-size: 22px;
        padding: 15px 25px;
        min-width: 250px
    }
    .modsubmitbeta .btn:after {
        background: #653bab;
    }

    .modsubmitbeta p {
        font-size: 16px;
        line-height: 1.6;
        margin: 10px 0 25px
    }

    .modsubmitbeta h3 {
        font-size: 28px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        line-height: 1
    }

    .modisowner ul {
        background: #fff;
        padding: 30px
    }

    .pagination {
        display: block;
        margin-bottom: 30px;
        line-height: 40px;
        color: #666;
        text-align: center;
        position: relative;
    }

    .pagination ul {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 0 10px;
        /*background-color: #eff0f3; Removed due to background color shoudln't be showing*/
    }

    .pagination li {
        display: inline-block;
    }

    .pagination a,.pagination span {
        position: relative;
        width: 40px;
        text-align: center;
        border: 1px solid #d9dce4;
        border-radius: 40px;
        margin-right: 20px;
        display: inline-block
    }

    .pagination .current {
        color: #888a94;
    }

    .pagination .current:after {
        content: "";
        background: #d9dce4;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 40px;
        z-index: -1
    }

    .pagination a {
        color: #aeb1bc;
        text-decoration: none;
        position: relative;
        z-index: 1;
        width: 40px;
        text-align: center;
        display: inline-block
    }

    .pagination a:hover:after {
        content: "";
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        border-radius: 40px;
        z-index: -1
    }

    .pagination a:hover {
        color: #333
    }

    .lnk-backtotop {
        text-align: center;
        margin: 20px auto 35px;
        color: #666
    }

    #single.opportunity .post {
        margin-top: 30px
    }

    #single.opportunity h1 a {
        color: #333
    }

    .is404 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background: #fff;
        padding: 50px;
        margin-top: 50px
    }

    .is404 h1 {
        font-size: 40px;
        line-height: 1;
        margin: 0;
        color: #555
    }

    .is404 p {
        line-height: 1.4;
        margin: 30px 0;
        font-size: 26px
    }

    form#searchform input[name="s"] {
        width: 80%;
        padding-left: 10px;
        font-size: 31px
    }

    #searchbar {
        margin-bottom: 32px
    }

    .search-menupanel,.search-pagebody {
        color: #555;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
        -webkit-box-shadow: rgba(0,0,0,.0745098) 0 1px 1px 0 inset;
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-transition-delay: 0,0;
        -webkit-transition-duration: .2s,.2s;
        -webkit-transition-property: border,box-shadow;
        -webkit-transition-timing-function: linear,linear;
        -webkit-user-select: text;
        -webkit-writing-mode: horizontal-tb;
        transition-delay: 0,0;
        transition-duration: .2s,.2s;
        transition-property: border,box-shadow;
        transition-timing-function: linear,linear;
        writing-mode: lr-tb
    }

    .search-menupanel {
        font-size: 16px;
        padding: 6px 8px;
        line-height: 26px
    }

    .search-pagebody {
        font-size: 30px;
        line-height: normal;
        padding: 10px;
        margin-bottom: 20px
    }

    .btn-search {
        font-size: 22px;
        padding: 15px 25px;
        min-width: 150px
    }

    .tipheader {
        font-size: 20px;
        margin-bottom: 0
    }

    .tipbody {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 400
    }

    .tour-counter {
        font-size: 16px
    }

    .qtip-tipsy .qtip-content {
        padding: 20px!important
    }

    .joyride-tip-guide {
        background: rgba(0,0,0,.9)
    }

    .joyride-content-wrapper {
        padding: 20px 20px 25px 25px
    }

    .adjustTopLower {
        margin-top: 15px
    }

    .adjustWidth {
        width: 340px
    }

    .adjustMenu {
        margin-top: -20px
    }

    .adjustSocial {
        margin-top: -24px;
        margin-left: -35px
    }

    .adjustSubmitBeta {
        margin-top: -19px;
        margin-left: -20px
    }

    [data-index="7"] {
        margin-top: -80px;
        width: 350px
    }

    [data-index="7"] span.joyride-nub.top {
        display: none
    }

    .joyride-tip-guide {
        min-width: 550px;
        padding: 16px
    }

    .joyride-tip-guide h2 {
        font-size: 36px;
        margin-bottom: 12px;
        margin-top: -5px
    }

    .joyride-tip-guide p {
        font-size: 18px;
        margin-bottom: 19px;
        line-height: 1.4
    }

    .joyride-tip-guide .joyride-next-tip {
        min-width: 100px;
        display: inline-block;
        padding: 10px 40px;
        font-size: 20px;
        box-shadow: none;
        border: 1px solid #653bab!important;
        background: #653bab!important;
        margin-top: 5px;
        text-align: center;
        outline: 0
    }

    .joyride-tip-guide.step1 {
        min-width: 540px
    }

    .joyride-tip-guide.step2 {
        min-width: 690px
    }

    .joyride-tip-guide.step5 {
        min-width: 620px
    }

    .joyride-tip-guide.step7 {
        min-width: 590px
    }

    .joyride-tip-guide.step8 {
        min-width: 500px;
        right: 320px !important;
        left: auto !important;
    }

    body/*,html.stickyfooter*/ {
        height: 100%
    }
/*
    .stickyfooter #container {
        min-height: 100%;
        margin-bottom: -800px
    }

    .stickyfooter #container:after {
        content: "";
        display: block
    }

    .stickyfooter #container+footer,.stickyfooter #container:after {
        height: 800px;
        color: #777
    }

    .stickyfooter #container+footer:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 1px;
        left: 0;
        background: #222;
        z-index: -2
    }
*/
    .foCopyright {
        margin: 0
    }

    .lnk-centercode {
        color: #999
    }

    .lnk:hover,a:hover {
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-appearance: none
    }

    .btn,.btn:after,.uibtn i:after {
        -ms-transition: all .05s ease-out;
        -moz-transition: all .05s ease-out;
        -webkit-transition: all .05s ease-out;
        -o-transition: all .05s ease-out;
        transition: all .05s ease-out;
        -webkit-appearance: none
    }

    .ctabar .btntag-starthere:hover {
        -ms-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -webkit-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out;
        -webkit-appearance: none
    }

    @-webkit-keyframes fadeInUp {
        0 {
            opacity: 0
        }

        100% {
            opacity: 1
        }

        0 {
            -webkit-transform: translateY(10px)
        }

        100% {
            -webkit-transform: translateY(0)
        }
    }

    @-moz-keyframes fadeInUp {
        0 {
            opacity: 0
        }

        100% {
            opacity: 1
        }

        0 {
            -moz-transform: translateY(10px)
        }

        100% {
            -moz-transform: translateY(0)
        }
    }

    @-o-keyframes fadeInUp {
        0 {
            opacity: 0
        }

        100% {
            opacity: 1
        }

        0 {
            -o-transform: translateY(10px)
        }

        100% {
            -o-transform: translateY(0)
        }
    }

    @keyframes fadeInUp {
        0 {
            opacity: 0
        }

        100% {
            opacity: 1
        }

        0 {
            transform: translateY(10px)
        }

        100% {
            transform: translateY(0)
        }
    }

    .addthis_counter.addthis_bubble_style {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    .pp_social {
        margin-top: 10px!important
    }

    .pp_social .facebook {
        width: 48px
    }

    .menupanel {
        z-index: 0;
        overflow-y: auto;
        width: 300px;
        height: 100%;
        top: 0;
        position: fixed;
        right: -300px
    }

    .mainpanel {
        overflow-x: hidden;
        position: relative;
        left: 0
    }

    .mpOpen {
        right: 0
    }

    .ismobile.mpPushLeft {
        overflow: hidden!important;
        position: fixed;
        width: 100%
    }

    .menupanel,.mainpanel {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    body,button,input,select,textarea {
    }

    .tpTitle {
        letter-spacing: -2px
    }

    .coPageTitle {
        letter-spacing: -1px!important;
        font-weight: 400
    }

    .hint:after,[data-hint]:after,b,i {
        letter-spacing: 0
    }

    #logo a {
        height: 80px;
        background: url(/view/img/_header/logo.png) no-repeat -13px 0;
        width: 550px;
        display: block;
        background-size: auto 100%;
        margin: 5px 0
    }

    .android #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-android.png)
    }

    .exclusive #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-exclusive.png)
    }

    .backers #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-backers.png)
    }

    .keys #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-keys.png)
    }

    .ios #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-ios.png)
    }

    .mac #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-mac.png)
    }

    .private #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-private.png)
    }

    .public #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-public.png)
    }

    .steam #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-steam.png)
    }

    .windows #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-windows.png)
    }

    .dev #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-dev.png)
    }

    .business #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-business.png)
    }

    .web #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-web.png)
    }

    .hardware #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-hardware.png)
    }

    .software #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-software.png)
    }

    .games #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-games.png)
    }

    .tv #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-tv.png)
    }

    .mobile #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-mobile.png)
    }

    .all #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-all.png)
    }

    .me #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-me.png)
    }

    .featured #headerbar #logo a {
        background-image: url(/view/img/_header/logo.png)
    }

    #page.blog #headerbar #logo a,#single.blog #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-blog.png)
    }

    [class*=learn] #headerbar #logo a {
        background-image: url(/view/img/_header/betabound-learn.png)
    }

/*
    .ismobile #headerbar #logo a {
        background-image: url(/view/img/_header/logo-mobile.png);
        width: auto;
        height: auto;
        min-width: 200px;
        min-height: 50px;
        background-position-x: -10px
    }
    */

    .logo-link {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        text-decoration: none!important
    }

    .logo-tcell {
        height: 70px
    }

    .ismobile .logo-link {
        margin: 0
    }
    /*isnonmobile backgrounds*/
    .isnonmobile {
        background-color: #eff0f3;
    }
    .isnonmobile::before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
        background-image: url(/view/img/_bg/bb-2018-bg-trans.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        opacity: 0.2;
    }

    .ismobile {
        background-color: #eff0f3;
    }
    #page.blog,#single.blog {
        background-color: #eff0f3;
    }

    .isnonmobile#form,.isnonmobile#thanks {
        background-color: white;
    }
    
    /*logo*/
    .logo-tcell {
        width: 240px;
        height: 90px;
        overflow: visible;

        background-image: url(/view/img/_header/betabound-logo-inner.png);
        background-repeat: no-repeat;
    }

    .logo-desc {
        padding-top: 6px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .logo-tcell .logo-link {
        background-repeat: no-repeat;
        height: 90px;
        display: block
    }

    .mobile .logo-tcell .logo-link {
        background-size: auto 46px;
        height: 46px;
        width: 200px!important;
        overflow: hidden
    }


/* Opportunities 
------------------------------------------------------------------------------- */

/* Apply Buttons */
article.ptSoftware.betaboundopp h2.title-with-divider:after,
.ptSoftware .btn:after { 
    background: #9a189c; 
}
article.ptHardware.betaboundopp h2.title-with-divider:after,
.ptHardware .btn:after { 
    background: #596BC2;
}
article.ptMobile.betaboundopp h2.title-with-divider:after,
.ptMobile .btn:after { 
    background: #4472F3;
}
article.ptGaming.betaboundopp h2.title-with-divider:after,
.ptGaming .btn:after { 
    background: #D64FE3;
}
article.ptWeb.betaboundopp h2.title-with-divider:after,
.ptWeb .btn:after { 
    background: #63c9d3;
}
article.ptTV.betaboundopp h2.title-with-divider:after,
.ptTV .btn:after { 
    background: #653bab;
}

/* AddThis Icons */
article #at .at-btn-share a:first-child {
    font-family: 'Lato' !important;
    line-height: 34px !important;
    font-size: 14px;
    color: #6a6d7a;
}

.ptSoftware .at-icon {
    fill: #9a189c;
}
.ptSoftware #at .at-btn-share a:first-child { 
    color: #9a189c; 
}
.ptHardware .at-icon {
    fill: #596BC2;
}
.ptHardware #at .at-btn-share a:first-child { 
    color: #596BC2; 
}
.ptMobile .at-icon {
    fill: #4472F3;
}
.ptMobile #at .at-btn-share a:first-child { 
    color: #4472F3; 
}
.ptGaming .at-icon {
    fill: #D64FE3;
}
.ptGaming #at .at-btn-share a:first-child { 
    color: #D64FE3; 
}
.ptWeb .at-icon {
    fill: #63c9d3;
}
.ptWeb #at .at-btn-share a:first-child { 
    color: #63c9d3; 
}
.ptTV .at-icon {
    fill: #653bab;
}
.ptTV #at .at-btn-share a:first-child { 
    color: #653bab; 
}

/* Footer
   --------------------------------------------------------------------------------------------- */
#footer { 
    position: relative; 
    height: 728px; 
    overflow: hidden;
    background-color: #111423; 
    font-family: 'Lato', sans-serif;
    color: #414A76;
    letter-spacing: 2px;
    margin-top: 50px;
    /*z-index: -1; Conflicts with the Noise background z-index*/
}
#footer hr {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-wrapper {
    max-width: 
}
.footer-link {
    color: #414A76;
}
.footer-link:hover { color: #586AC3; }
.footer-svg, .footer-social {
    z-index: 1; 
    position: absolute; 
    left: 50%; 
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#footer-background { 
    width: 1324px; 
    height: 728px; 
}
#diver {
    width: 810px;
    height: 650px;
}
#chest {
    bottom: 137px;
    width: 220px;
    height: 246px;
}
.footer-social { z-index: 3; bottom: 305px; }
.footer-social-sprite { position: relative; display: inline-block; width: 34px; height: 35px; margin: 0 2px; overflow: hidden; }
.footer-social-sprite img { width: 102px; height: 70px; top: 0; }
.footer-social-sprite.facebook img { position: absolute; left: 0; }
.footer-social-sprite.twitter img { position: absolute; left: -34px; }
.footer-social-sprite.google-plus img { position: absolute; left: -68px; }
.footer-social-sprite:hover img { top: -35px; }
#footer-info { 
    z-index: 2; 
    position: relative; 
    padding-top: 50px; 
    height: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.footer-button { 
    display: block; 
    text-align: center; 
    box-sizing: border-box; 
    padding: 12px 0 12px 0; 
    margin-bottom: 45px; 
    border-radius: 20px; 
    font-size: 13px; 
    color: white; 
}
.footer-button:hover { color: white; }
#footer-left, #footer-right { width: 35%; }
#footer-left { float: left; }
#footer-left hr { 
    border-top: 2px solid #9b189d; 
}
#footer-left .footer-button { background-color: #9b189d; text-transform: uppercase; }
#footer-right { float: right; text-align: right; }
#footer-right hr { 
    border-top: 2px solid #653bab; 
}
#footer-right .footer-button { background-color: #653bab; text-transform: uppercase; }
#footer h4 { 
    font-size: 13px; 
    color: white; 
    padding-bottom: 5px; 
    text-transform: uppercase;
}
#footer ul { padding-top: 3px; }
#footer ul li { padding-bottom: 15px; }
#footer ul li a { font-size: 14px; font-weight: 400; }
#footer .footer-separator { 
    position: absolute; 
    width: 100%; 
    left: 0; 
    bottom: 33px; 
    border-top: 2px solid #232753; 
}
#logo-icon { width: 80px; height: 53px; bottom: 13px; background-color: #111423;}
#logo-icon object { position: relative; left: 19px; width: 42px; height: 53px; }
#logo-icon a:after { /* Hack to make the object svg link clickable */
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 19px; 
  bottom: 0; 
  left: 19px;
}
.copyright { position: absolute; left: 0; bottom: 20px; font-size: 13px; }
.contact { position: absolute; right: 0; bottom: 20px; font-size: 13px; }
.mail-icon { display: inline-block; width: 13px; height: 10px; }
.mail-icon-svg { fill: #63C9D3; pointer-events: bounding-box; }
.mail.footer-link { color: #63C9D3; }
.mail.footer-link:hover { color: #A1DFE5; }
.mail.footer-link:hover .mail-icon-svg { fill: #A1DFE5; }

.footer-mobile-contact {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    display: none;
    width: 100%;
}

/* Media Queries
   --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    #headerbar #logo a {
        background-image:url(/view/img/_header/logo-mobile.png)!important
    }
}

@media screen and (max-width: 1000px) {
    #main {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ctabar-social {
        display: none
    }

    .fp-ul {
        display: inline-block;
        margin-right: 30px
    }

    .fp-controls {
        float: none;
        margin: 10px 20px;
        display: block;
        text-align: right
    }

    .fp-controls .lnk,.fp-controls input {
        margin: 0 15px
    }

    .fp-label,.fp-tooltip {
        display: none
    }

    #footer-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .copyright {
        padding-left: 30px;
    }
    .contact {
        padding-right: 30px;
    }
}

@media screen and (max-width: 800px){
    #footer {
        height: 880px;
    }
    #footer-left, #footer-right { float: none; text-align: center; width: 100%; }
    #chest, #diver, .footer-social {
        display: none;
    }
    .footer-link {
        color: #586AC3;
    }
    .footer-link:hover {
        color: #9BA6DB;
    }
    #footer .footer-separator {
        bottom: 180px;
    }
    #logo-icon {
        bottom: 160px;
    }
    .copyright {
        display: none;
    }
    .contact {
        display: none;
    }
    .footer-mobile-contact {
        display: block;
    }
}

@media screen and (max-width: 770px) {
    #modal {
        width:100%!important;
        margin: 0!important;
        box-shadow: none;
        position: fixed;
        z-index: 101;
        height: 100%;
        top: 0;
        left: 0;
        overflow-y: auto
    }

    #modal>div {
        table-layout: auto!important;
        width: 70%;
        margin: 100px auto 30px
    }

    #modal>div[visibility=visible] {
        display: block
    }

    .moBody .tcell {
        display: block;
        width: 100%
    }

    .moHeader {
        background: #e8e8e8;
        display: block
    }

    .modisowner ul {
        padding: 30px;
        width: 280px
    }

    .modisowner .btn {
        width: auto;
        white-space: normal;
        line-height: 1.2;
        display: block;
        margin-top: 15px
    }

    .modisowner li:nth-child(1) .btn {
        margin-top: 0
    }

    .modisowner .tcell {
        padding: 0!important
    }
}

@media screen and (max-width: 700px) {
    #main {
    }

    .ctabar-blog {
        display: none
    }

    .ctabar-submitbeta {
        padding-left: 0
    }

    .ctabar-btngrp .lnk-signup {
        margin: 0
    }

    #logo {
        background-size: 100%
    }

    #logo a {
        width: auto;
        height: auto;
        min-width: 200px;
        min-height: 50px;
        background-position-x: -10px
    }

    .topbanner {
        margin-bottom: 25px
    }

    .topbanner .tcell {
        display: block
    }

    .topbanner .tcell:nth-child(2) {
        padding-top: 0
    }

    .tpDesc,.tpTitle {
        line-height: 1.2
    }

    .tpLnk {
        margin-top: 10px;
        display: inline-block
    }

    [id*=opp-] article[class*=expired] .opExpMsg {
        margin-top: 16px
    }
}

@media screen and (max-width: 568px) {
    .logo-tcell.logo-long,.logo-tcell.logo-long a {
        width:260px
    }

    .tpTitle {
        font-size: 36px;
        line-height: 1
    }

    .maLabel {
        display: none
    }

    .maBtn {
        padding: 20px;
        margin-right: -20px
    }

    .maBtn i {
        margin-left: 0
    }

    .lnk-menuaccess {
        padding: 20px;
        margin-right: -20px;
        margin-left: 0
    }

    .fp-controls {
        text-align: center
    }

    .fp-controls .btn,.fp-controls .lnk {
        float: none;
        display: block;
        line-height: 1
    }

    .fp-controls .lnk {
        margin-top: 30px
    }

    .ctabar-submitbeta {
        display: none
    }

    .logo-betabound {
        font-size: 26px;
        padding-top: .2em
    }

    .logo-tcell {
        height: 50px
    }
}

@media screen and (max-width: 555px) {
    .fp-ul {
        display:block
    }
}

@media screen and (max-width: 419px) {
    .ctabar .btn-login,.ctabar .lnk-signup {
        display:none
    }
}

@media print {
    *,:after,:before {
        background-color: transparent!important;
        color: #222!important;
        box-shadow: 0 0 0 transparent!important
    }

    body {
        width: 980px!important;
        background-image: none!important
    }

    #headerbar,#joyRideTipContent,.ctabar,.menupanel {
        display: none
    }

    .btn,.topbanner,article {
        border: 1px solid #ccc!important
    }

    aside {
        border-right: solid 1px #ccc
    }

    [class*=Header] {
        border-bottom: solid 1px #ccc
    }

    .boComments {
        border-top: solid 1px #ccc
    }

    #container:before {
        content: "Betabound by Centercode"
    }

    .opHeader {
        border-bottom: 0
    }
}

.at_a11y {
    display: none
}

article {
    position: relative
}

#headerbar {
    padding: 20px 20px 10px 20px
}

.maBtn {
    margin-top: 0
}
/*ctabar*/
.ctabar-btngrp .btntag-starthere a {
    border-bottom-width: 10px
}
/*mobile*/
.btn.nextStep {
    white-space: normal;
    line-height: 1.2
}
/*redirect welcome message*/
.welcome {
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #fff9c1;
    color: #000;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center
}

.welcome a {
    color: #c81414;
    font-weight: 700;
    white-space: nowrap
}

/* Bootstrap 4 Tooltips
------------------------------------------------------------------------------- */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #111423;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #111423;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #111423;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #111423;
}

.tooltip-inner {
  max-width: 270px;
  padding: 8px 10px;
  color: white;
  text-align: center;
  background-color: #111423;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  box-shadow: 0 0 15px 0 rgba(106, 109, 122, .5);

}

/* Bootstrap 4 Tooltip animation
------------------------------------------------------------------------------- */
.fade {
  opacity: 0;
  transition: opacity .3s linear;
}

.fade.show {
  opacity: 1;
}

/* Betabound Tooltip Overrides
------------------------------------------------------------------------------- */
.info-tooltip .tooltip-inner {
    text-align: left;
    padding: 16px;
    text-transform: none;
    color: rgba(255,255,255,0.8);
}
.info-tooltip h3 {
    margin-bottom: 8px;
    color: white;
}
.opp-icon-tooltip {
    max-width: 245px;
}

/* Blog #63A6C8 -> #82B8D3 */
.ttBlog .tooltip-inner {
    background-color: #82B8D3;
}
.ttBlog.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #82B8D3;
}
.ttBlog.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #82B8D3;
}
.ttBlog.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #82B8D3;
}
.ttBlog.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #82B8D3;
}

/* Software Opportunity - #9a189c -> #ae46b0 */
.ttSoftware .tooltip-inner {
    background-color: #ae46b0;
}
.ttSoftware.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ae46b0;
}
.ttSoftware.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ae46b0;
}
.ttSoftware.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ae46b0;
}
.ttSoftware.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ae46b0;
}

/* Hardware Opportunity - #596BC2 -> #7A89CE */
.ttHardware .tooltip-inner {
    background-color: #7A89CE;
}
.ttHardware.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #7A89CE;
}
.ttHardware.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #7A89CE;
}
.ttHardware.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #7A89CE;
}
.ttHardware.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #7A89CE;
}

/* Mobile Opportunity - #4472F3 -> #698EF5  */
.ttMobile .tooltip-inner {
    background-color: #698EF5;
}
.ttMobile.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #698EF5;
}
.ttMobile.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #698EF5;
}
.ttMobile.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #698EF5;
}
.ttMobile.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #698EF5;
}

/* Gaming Opportunity - #D64FE3 -> #DE72E9  */
.ttGaming .tooltip-inner {
    background-color: #DE72E9;
}
.ttGaming.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #DE72E9;
}
.ttGaming.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #DE72E9;
}
.ttGaming.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #DE72E9;
}
.ttGaming.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #DE72E9;
}

/* Web Opportunity - #63c9d3 -> #82d4dc */
.ttWeb .tooltip-inner {
    background-color: #82d4dc;
}
.ttWeb.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #82d4dc;
}
.ttWeb.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #82d4dc;
}
.ttWeb.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #82d4dc;
}
.ttWeb.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #82d4dc;
}

/* TV Opportunity - #653bab -> #8462bc */
.ttTV .tooltip-inner {
    background-color: #8462bc;
}
.ttTV.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #8462bc;
}
.ttTV.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #8462bc;
}
.ttTV.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #8462bc;
}
.ttTV.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #8462bc;
}
